Jump to content
  • 0

Question

Posted (edited)

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

9 answers to this question

Recommended Posts

  • 0
Posted

Declare main table outside of loop. 

p={}

for i=1, blah blah end

 

For freeze i think you should search in forum before ask. Answer is already answered by alot. 

  • 0
Posted
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

  • 0
Posted
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!

  • 0
Posted
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

  • 0
Posted
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

  • 0
Posted
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

  • 0
Posted
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. 

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