Jump to content
  • 0

Help search adress hack lua script


InterEcrypt

Question

Hi, I'm having a problem with the script, and to make the money hack, I need the address because it's not for the script to go in the game and to edit the values, but when I restart the game the address changes help me please, how do I do it? to be able to edit the value even the changed value

 

And what are the commands for doing address search?

thanks!!!!

 
Sorry my bad english

Screenshot_20180725-221511.png

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

make a simple test, memorize the last 3 characters of the address:
let's say the address is 008456F1
so remember
the last 3
and will remain 6F1
do an address search like ????? 6F1
then filter the value that you know is assigned to it.
 

Link to comment
Share on other sites

Hello lenn1 Thanks for the answer but I'm confused I'll still explain to you

 
I search the three numbers and it appears a lot of values what I'm not understanding is how I'm going to filter? I have to put the other numbers that I was? Help me I did not understand this part of filtering, thanks.
Link to comment
Share on other sites

use search number...

1-search address ????? 6F1
2 filters with search number
3-If you find the value, edit it for what you want and enjoy it ps: search address is the symbol of the magnifying glass with #, search number is the common magnifying glass.

Link to comment
Share on other sites

I do it that way...

    ex:

    gg.setRanges(gg.REGION_CODE_APP)
    gg.searchAddress ( '9????FA0' , 0xFFFFFFFF, gg . TYPE_FLOAT , gg . SIGN_EQUAL , 0x90000000, -1)
    gg.searchNumber('40' , gg . TYPE_FLOAT )
    gg.getResults(1)
    gg.editAll('90', gg.TYPE_FLOAT , gg.SIGN_EQUAL , 0 , -1)
    gg.clearResults()

Link to comment
Share on other sites

Lenn1 thank you  When I go to do the script I want to put 2 3 or more regions for example: setRanges (gg.REGION_ANONYMOUS CODE APP) etc .. Only that does not go from error at the time of search

Link to comment
Share on other sites

19 hours ago, InterEcrypt said:

Lenn1 thank you  When I go to do the script I want to put 2 3 or more regions for example: setRanges (gg.REGION_ANONYMOUS CODE APP) etc .. Only that does not go from error at the time of search

You are making a syntax error, you can write your script like this:

 
 
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.