Jump to content
  • 0

found some value in specific memory range. but....


nio04

Question

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

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

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

Link to comment
Share on other sites

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. 

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.