Using Conditional LUA
The Best Source To Learn Game Hacking: https://guidedhacking.com/ ***FOR A LIMITED TIME I AM ALLOWING ACCESS TO HAVE ALL CTG CHEAT TABLES*** http://nimbleinity.com/4uoA
Become a Cheat The Game Partner at Patreon: https://www.patreon.com/cheatthegame
Today we are taking a look at a past lesson Bypassing The Anti-Hack, where we placed a breakpoint to change the EIP/RIP registry to fool the memory check having the bytes look the same to it, while the game jumps to our cheat. Instead putting a lua script in each one, now we learn to use Conditional LUA in just one script with slight modifications to our regular AA cheat scripts. Here I show you how.
My ACU Cheat Table from the tut: http://swiftation.com/6GJy
Special Thanks to MRAntiFun: https://mrantifun.net/index.php
FreeERF: https://www.youtube.com/channel/UCLy60mbqc3rSvh42jkpCDxw
***FOR A LIMITED TIME I AM ALLOWING ACCESS TO HAVE ALL CTG CHEAT TABLES*** http://nimbleinity.com/4uoA
=========================================================================================================
--Conditional Lua Template
[ENABLE]
{$lua}
function debugger_onBreakpoint()
if (RIP == getAddress("Name of AOB")) then RIP=getAddress("Allocated Memory Name") debug_continueFromBreakpoint(co_run) return 1
elseif (RIP == getAddress("Name of AOB2")) then RIP=getAddress("Allocated Memory Name2") debug_continueFromBreakpoint(co_run) return 1
else debug_continueFromBreakpoint(co_run) return 0 end
end
function SetBreakPointNow(AddressofAOB)
debugProcess(2)
debug_setBreakpoint(AddressofAOB)
end
function RemoveBreakPointNow(AddressofAOB)
debug_removeBreakpoint(AddressofAOB)
end
{$asm}
[DISABLE]
----In regular script
make sure to take out the jmp to allocated memory and nops so it wont change the opcode bytes
return:
LuaCall(SetBreakPointNow("Name of AOB"))
[DISABLE]
LuaCall(RemoveBreakPointNow("Name of AOB"))
================================================
Thank you to the CTG Partners:
GuidedHacking.Com
Seneeki
Alessandro Leitao
Mattia Leoni
Xiongyu Zhu
Richard Tester
Kenneth MC
Skoolzout1
Katrina Edwards w/ NGH-https://www.facebook.com/groups/hacklegends/
Cheat The Game on Facebook: https://www.facebook.com/groups/CheatTheGame
CTG Discord Channel: https://discordapp.com/invite/ndn4pqs
Coming soon: Cheat The Game Website: cheatthegame.net
Become a Cheat The Game Partner at Patreon: https://www.patreon.com/cheatthegame
=================================================
Chris Fayte @ Cheat The Game
Cheat The Game Website: cheatthegame.net
Cheat The Game FB Channel: https://www.facebook.com/groups/CheatTheGame
CTG Members GameModder and Gamplayers Ytube Channels:
Cheat The Game: https://www.youtube.com/user/bloodfayte
Stephen Chapman Code Assembly Youtube Channel: https://www.youtube.com/user/seowhistleblower
Kenneth MC Facebook Game Modding Youtube Channel: https://www.youtube.com/channel/UCL-5_e83vv4KLeOW50-0rlg
Fleep/Amandor Rake Guided Hacking Youtube Channel: https://www.youtube.com/user/L4DL4D2EUROPE
FreeER Advanced Hacking Techniques and Programming: https://www.youtube.com/channel/UCLy60mbqc3rSvh42jkpCDxw
Cyberspace Camp instruction tutorials: https://www.youtube.com/channel/UCCm0tSE3YMifM93QjqsWRJA
War1ock Funny as hell Gameplays and Walkthrus: https://www.youtube.com/channel/UCoJPaF9VVxn8JCs9OiSWoGw
HellCandyx game and trainers: https://www.youtube.com/c/Hellcandyx
Cheats Game tutorial channel all levels: https://www.youtube.com/channel/UC1_IOaLtYgImA3tfAkzlaIg
Binomi89 Android Game App Expert Youtube Channel: https://www.youtube.com/channel/UCQKc0qK0zUJWhN7Mv9GHw4g
John Kitzz Trainer Maker: https://www.youtube.com/channel/UCNzd4uanmKFndS2t3ne94xw
Grim Doe game cheats,modding config files, and much more- https://www.youtube.com/channel/UCY3GGgi49be28YhTwLpy8Nw
John Canal Tabelas e Traines in espanol: https://www.youtube.com/channel/UCsg7ZL89x2esFm8nqXJF8wA
Kala's youtube channel Cheat Tables: https://www.youtube.com/channel/UCwolFC2umtrNSadahUMdMTw
Other Videos By Cheat The Game
Other Statistics
Assassin's Creed Unity Statistics For Cheat The Game
There are 108,504 views in 5 videos for Assassin's Creed Unity. Assassin's Creed Unity has approximately 2 hours of watchable video on his channel, or 2.39% of the total watchable video on Cheat The Game's YouTube channel.