Lua:fuckCheatEngine
Jump to navigation
Jump to search
Removes the Cheat Engine ad window if it is currently showing.
Contents
Function Parameters
This function has no parameters.
Returns
This function does not return a value.
Examples
Remove the ad window
1 fuckCheatEngine()
Call after Cheat Engine starts
1 sleep(500)
2
3 fuckCheatEngine()
Use in an autorun script
1 if fuckCheatEngine ~= nil then
2 fuckCheatEngine()
3 end