- 0
pointer problem
-
Similar Content
-
- 3 answers
- 1,038 views
-
Pointer scan
By Enyby,
- 0 comments
- 43,350 views
-
- 1 answer
- 1,277 views
-
- 0 comments
- 1,342 views
-
- 4 answers
- 1,744 views
-
By Enyby,
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
ghidraTR
I'm having a problem with GameGuardian values. I can search for and find the correct value, such as 0.1 or 1.0, but when I try to dump it to Lua, I get over 1000 results.
function slot1()
gg.setRanges(gg.REGION_ANONYMOUS)
gg.searchNumber("1.44999992847F;0.1E", gg.TYPE_FLOAT)
gg.getResults(598)
gg.refineNumber("0.1")
gg.getResults(50)
gg.editAll("9999", gg.TYPE_DOUBLE)
gg.alert("Missile Succeded")
end
I'm not sure what I'm doing wrong. Can anyone help?
Link to comment
Share on other sites
1 answer 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