Jump to content

how to set "only within memory range: " by script


nio04

Recommended Posts

I TRIED to record this "ONLY WITHIN MEMORY RANGE" by auto script recorder from GAME GUARDIAN.

 

but when i check the script code, there r no information about that. 

 

so - anybody here know, how to set ONLY WITHIN MEMORY RANGE?

Screenshot_20200924-002738.jpg

Screenshot_20200924-002738.jpg

Link to comment
Share on other sites

Are you talking about to set address range? 

Let it be you want to search 25 (Dword type)

Its address is 88BC45AC. 

You want to search between 6B3C9000 and EB2B4FFF. 

Thats would be in script like below. 

gg.searchNumber('25', 4,false,gg.SIGH_EQUAL,0x6B3C9000,0xEB2B4FFF)

 

And you should know this method wont be sure to use as script. By pointers or group search will be more effective than this. 

Link to comment
Share on other sites

17 hours ago, Lover1500 said:

Are you talking about to set address range? 

Let it be you want to search 25 (Dword type)

Its address is 88BC45AC. 

You want to search between 6B3C9000 and EB2B4FFF. 

Thats would be in script like below. 

gg.searchNumber('25', 4,false,gg.SIGH_EQUAL,0x6B3C9000,0xEB2B4FFF)

 

And you should know this method wont be sure to use as script. By pointers or group search will be more effective than this. 

thank you so much, sir😮😮😮

[added 1 minute later]
16 hours ago, MonkeySAN said:

using TapCounter and search a value within memory range per example given above...

this was recorded in GG script recorder..

268394999_Screenshot_20200924-054931_ParallelSpace.thumb.jpg.faf0d81587922e32590655286b959a9c.jpg

strange enough...it never fail on me.

😅 yeah!!! its works!

 

thanks, sir

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.