Jump to content
  • 0

Help freeze values from offsets


HanesTV
 Share

Question

Please help how to freeze offsets edited values! 

Pls

 

r = {"4","8","12","16","20","24","28","32","36","40","44","48","52"}
gg.setRanges(gg.REGION_C_BSS)   
gg.searchNumber("-8388609", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1, 0)
gg.refineAddress("524", -1, gg.TYPE_DWORD, gg.SIGN_EQUAL, 0, -1, 0)
q = gg.getResults(1)          
for i = 1,#r do
           p= {}
           p = {}
           p.address = q[1].address + r
           p.flags = 4
           p.value = 1120403456          
gg.setValues(p)
end

Screenshot_2020-11-14-13-29-58-03_87c2225eebc34d2513fa0e7ad5b93cfc.jpg

Edited by HanesTV
I have add values
Link to comment
Share on other sites

9 answers to this question

Recommended Posts

  • 0
9 hours ago, HanesTV said:

Sorry bro i did! but i did not get it!

Didn't get about what? How does it work or what? If the value is freeze but still can decreased or increased it's because the game you trying to hack doenst store the data in local storage. That's the most possible things that I can think

Link to comment
Share on other sites

  • 0
2 hours ago, RizPrasety said:

Didn't get about what? How does it work or what? If the value is freeze but still can decreased or increased it's because the game you trying to hack doenst store the data in local storage. That's the most possible things that I can think

Hey bro! Its work now! But i have a new problem how to remove savelist without unfreezing? 

Purpose is to hide my codes!

I tried clearlist() but its unfreezing my code after clear!

Link to comment
Share on other sites

  • 0
8 hours ago, HanesTV said:

Hey bro! Its work now! But i have a new problem how to remove savelist without unfreezing? 

Purpose is to hide my codes!

I tried clearlist() but its unfreezing my code after clear!

You can implementing on/off (toggle) menu to do that

Link to comment
Share on other sites

  • 0
9 hours ago, HanesTV said:

Hey bro! Its work now! But i have a new problem how to remove savelist without unfreezing? 

Purpose is to hide my codes!

I tried clearlist() but its unfreezing my code after clear!

You cant freeze any value outside of the save list

Link to comment
Share on other sites

  • 0
You cant freeze any value outside of the save list
When you exit script code removed automatically
Try this


function Exit()
gg.clearResults()
t = gg.getListItems()
gg.removeListItems(t)
print("Thanks for using\nKKBS4U SCRIPTS")
os.exit()
end



Sent from my HD1901 using Tapatalk

Link to comment
Share on other sites

  • 0
2 minutes ago, kkbs4u said:

When you exit script code removed automatically
Try this

may be possible if the user clicks exit button normally. 

 

3 minutes ago, kkbs4u said:

t = gg.getListItems()
gg.removeListItems(t)

Btw using gg.clearList() is better and short way instead. 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • 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.