Lua:fuckCheatEngine

From Cheat Engine
Jump to navigation Jump to search

<> Lua API Reference

function fuckCheatEngine() : void

Removes the Cheat Engine ad window if it is currently showing.

Function Parameters[edit]

This function has no parameters.

Returns[edit]

This function does not return a value.

Examples[edit]

Remove the ad window[edit]

1 fuckCheatEngine()

Call after Cheat Engine starts[edit]

1 sleep(500)
2 
3 fuckCheatEngine()

Use in an autorun script[edit]

1 if fuckCheatEngine ~= nil then
2   fuckCheatEngine()
3 end

Main Pages

Core Lua documentation entry points

Lua
Script Engine