Posted: Wed Oct 14, 2015 3:08 pm Post subject: change value scan (HARD)
hi i need help ok so liek ammo hack you scan 1 in bytes then change it to 2 then 3 and keep going until you get 1 result but ya its very hard and it requires a cheat engine expert and not just that it may not even be possible because you need to use (next scan*) in cheat engine lua ( if there is even next scan )
ya heres what i has so far ( plz dont say im bad at ce lua )-:
and ya i dont really want to learn ce lua but its not because its too hard but its because cheat engine lua isnt popular and theres not alot of help on google
ya also liek when you press f2 it scans 01 and changes it to 02 and when you press f3 it scans 02 and changes it to 03
if (GetAsyncKeyState(VK_F2)) then
local a = AOBScan("01")
b = a.nextScan == AOBScan("01")
a.Value = 04 -- I HAS NO IDEA
local memscan = createMemScan()
local foundlist = createFoundList(memscan)
if has_scan == false then
memscan.firstScan(...)
has_scan = true
else
memscan.nextScan(...)
end
memscan.waitTillDone()
-- if you need to do something
foundlist.initialize()
local address = foundlist.Address
for i = 0, foundlist.Count-1 do
print(address[i])
end
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum