Going To The Next Level: Drop Down Menus Intermediate Level
The Best Source To Learn Game Hacking: https://guidedhacking.com/
Today we are going to take what we have already created to the next level and create drop down menus for each char to have one set of stats changed instead of having them separate. A little more difficult since we are dealing with several different offsets.
Special thank you to eriongtk for this lesson.
CTG Cheat Table from Tuts: https://www.mediafire.com/file/p60qvc...
Playtlist of this series: • Final Fantasy VII Remake Series
==========================================================
lua used in vid:
{$lua}
if syntaxcheck then return end
[ENABLE]
local function check()
if readInteger("pOffset") == 0x00 then
writeInteger("sOffset", 0x00)
elseif readInteger("pOffset") == 0x40 then
writeInteger("sOffset", 0x10)
end
end
t=createTimer(nil)
timer_setInterval(t, 1)
timer_onTimer(t, check)
timer_setEnabled(t, true)
[DISABLE]
t.destroy()
==========================================================
Cheat The Game on Facebook: / cheatthegame
CTG Discord Channel: https://discordapp.com/invite/ndn4pqs
Become a Cheat The Game Partner at Patreon: / cheatthegame
Donation Paypal: https://paypal.me/CheatTheGame
=================================================================
Other Videos By Cheat The Game
Other Statistics
Final Fantasy VII Remake Statistics For Cheat The Game
There are 15,803 views in 4 videos for Final Fantasy VII Remake. Final Fantasy VII Remake has approximately 1 hour of watchable video on his channel, or 1.63% of the total watchable video on Cheat The Game's YouTube channel.