-
Similar Content
-
- 11 answers
- 4,759 views
-
- 1 reply
- 2,403 views
-
- 15 answers
- 5,291 views
-
- 14 answers
- 6,389 views
-
Wrong Value Help
By ogun,
- 1 answer
- 907 views
-
By ogun,
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
HanesTV
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
I have add values
9 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