Page 1 of 1

Noob question about cheat engine

Posted: Sun Feb 02, 2020 10:01 am
by NewMember
How do I make a blank table for a specific game? Example: I only want "enable speedhack" option to "Power Rangers - Battle for The Grid". Obviously you can't do this using a different table/CE like "Final Fantasy XV" CE or even a blank table/CE. So what do you call this thing I need? :?:
Image

Re: Noob question about cheat engine

Posted: Wed Feb 05, 2020 5:19 pm
by Eric
aa script

Code: Select all

[enable]
{$lua}
speedhack_setSpeed(4)
{$asm}

[disable]
{$lua}
speedhack_setSpeed(1)
{$asm}