nio04 Posted October 18, 2020 Posted October 18, 2020 i found bypass ban value in C_DATA; QWORD; "ONLY WITHIN MEMORY RANGE : libetersafe.so" ; so, when i record my script, its record libtersafe.so in 0xf4444h90 (example) but the problem is libtersafe.so -memory range change its place when restart happen to the game how to fix it??? how can i write libtersafe.so instead of "0xf4444h90" this??? plz help
Lover1500 Posted October 18, 2020 Posted October 18, 2020 local hi = gg.getRangesList('libtersafe.so') print(hi) Check info in it
nio04 Posted October 18, 2020 Author Posted October 18, 2020 10 minutes ago, Lover1500 said: bypassv1.lua bypassv1.lua
nio04 Posted October 18, 2020 Author Posted October 18, 2020 15 minutes ago, Lover1500 said: local hi = gg.getRangesList('libtersafe.so') print(hi) Check info in it gg.searchNumber("25769803776", gg.TYPE_QWORD, false, gg.SIGN_EQUAL, 0, -1, 0) what about this line? i replaced "libtersafe.so" address/offset to all memory... is it good?? i still get crash
Lover1500 Posted October 18, 2020 Posted October 18, 2020 26 minutes ago, nio04 said: so, when i record my script, its record libtersafe.so in 0xf4444h90 (example) If its sure in the libtersafe.so lib,you can make save file of its address. Lib + offset are very good chance to use. Everytime restart game, reload save file and you will get its fresh address . If you have succeed save file of lib ,you can use it in script easily.
Lover1500 Posted October 18, 2020 Posted October 18, 2020 Now I have check your bypass script record. After print(gg.getRangesList('libtersafe.so')), show me the results. I can help you build your code.
nio04 Posted October 18, 2020 Author Posted October 18, 2020 17 minutes ago, Lover1500 said: Now I have check your bypass script record. After print(gg.getRangesList('libtersafe.so')), show me the results. I can help you build your code. bro... why not u do it??? cause i dont understand what u mean by printing stuffs i added local nio = gg.getRangesList("libtersafe.so") after this line... i added all my values which was recorded by gg [added 0 minutes later] bypassv1.lua
Question
nio04
i found bypass ban value in
C_DATA;
QWORD;
"ONLY WITHIN MEMORY RANGE : libetersafe.so" ;
so, when i record my script, its record libtersafe.so in 0xf4444h90 (example)
but the problem is libtersafe.so -memory range change its place when restart happen to the game
how to fix it???
how can i write libtersafe.so instead of "0xf4444h90" this??? plz help
6 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.