DIRECT BYTE MANIPULATION USING LUA by Postposterous

Subscribers:
24,200
Published on ● Video Link: https://www.youtube.com/watch?v=7gYE7szoerM



Duration: 8:26
2,781 views
129


The Best Source To Learn Game Hacking: https://guidedhacking.com/ Today, I'm introducing a great game Hking channel. Postposterous has made a vid for all CTG members and sharing a script on using LUA for Direct Byte Manipulations.
#CheatEngine #Postposterous

Postposterous YT Channel:    / originaldrivium  

Direct Byte Manipulation Lua Script Template: http://www.mediafire.com/file/09rtg0m...

Postposterous Patreon:   / postposterous  

----------------------------------
--Postposterous Direct Byte Manipulation Lua Script Template - Copy and Paste

{$lua}
if syntaxcheck then return end -- don't run past this point when adding to table/editing
[ENABLE]
resultList = AOBScan("Bytes Here")
if not resultList then error("Failed to find AOB") end
lngt = resultList.getCount()
-- don't enable if failed to find aob
bytes = {}

for x=0, lngt-1 do
bytes[x] = readBytes(resultList[x], 6, true) -- copy the 2 original bytes as a table
writeBytes(resultList[x], 0x90, 0x90, 0x90, 0x90, 0x90, 0x90)
end
[DISABLE]
for x=0, lngt-1, 1 do
writeBytes(resultList[x], bytes[x])
end
resultList.Destroy() -- no longer need the list so tell CE to free it
-- bytes memory is handled by lua and it'll free that for us

-----------------------------------------------------------
****A way you too can make $$$ and help CTG at the same time all by doing nothing but using the internet like normal with this web browser and turning on the crypto: https://get.cryptobrowser.site/5617008

Become a Cheat The Game Partner at Patreon:   / cheatthegame  
Donation Paypal: https://paypal.me/CheatTheGame

CTG Apparel Shirts, Sweat-shirts, Hoodies and More FINALLY AVAILABLE FOR LIMTED TIME: https://teespring.com/cheat-the-game-...
================================================


Cheat The Game on Facebook:   / cheatthegame  
CTG Discord Channel: https://discordapp.com/invite/ndn4pqs
Cheat The Game Website: cheatthegame.net

================================================







Tags:
lua programming
cheats
chris fayte
CTG
codes
game
game timers
gameplay
Games
gaming
health
how to
infinite
max
memory address
pc
script
LUA
Direct Byte
manipulation
Stephen Chapman
finding
find
assembly
scripts
CEMU
Link