- 0
freeze value
-
Similar Content
-
- 3 answers
- 930 views
-
- 4 answers
- 1,069 views
-
- 1 answer
- 768 views
-
- 0 replies
- 794 views
-
- 0 comments
- 1,505 views
-
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.
Question
blocx
hi all someone please can tell me what i need if i want freeze the value off offset ? thank you
local function h1()
gg.setRanges(gg.REGION_C_ALLOC)
gg.searchNumber("712;498;262;133::", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1, 0)
gg.refineNumber("712", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1, 0)
r = gg.getResults(100)
local t = {}
t[1] = {}
t[1].address = r[1].address - 0x21C
t[1].flags = gg.TYPE_DWORD
t[1].value = 999999999
gg.setValues(t)
Edited by blocxgg.clearResults()
gg.toast(" ENJOY 999999999 GOLDS ")
end
15 answers to this question
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now