Limited12333 Posted February 10, 2021 Posted February 10, 2021 Heloo i get error in my script So in here i want to find and save the address So if this work i can cek the value like before the addres value i find ( i think this will be fast search than group search) So this is the example sir gg.searchNumber("1", gg.TYPE_DWORD) result = gg.getResult(1) gg.searchAddress(result[1].address, -1, gg.TYPE_DWORD) but when i search adress i cant get the address i save in result var
Lover1500 Posted February 10, 2021 Posted February 10, 2021 No you cant. Addresses are always changed each time you play. Group search is fine.If you have a little coding level,u can use offset checking group search. Its also faster then normal group search. If the game have lib and you know how to use pointers,then you can make ur hack to run fast But if its java game, im out .i hate it :3
Question
Limited12333
Heloo i get error in my script
So in here i want to find and save the address
So if this work i can cek the value like before the addres value i find ( i think this will be fast search than group search)
So this is the example sir
gg.searchNumber("1", gg.TYPE_DWORD)
result = gg.getResult(1)
gg.searchAddress(result[1].address, -1, gg.TYPE_DWORD)
but when i search adress i cant get the address i save in result var
1 answer to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.