- 0
How to do offset in script
-
Similar Content
-
- 1 answer
- 1,087 views
-
- 16 answers
- 10,686 views
-
how to hook void offsets? gg script full tutorial
By Rxhacker,
- void hooking
- calling methods
- (and 1 more)
- 9 replies
- 16,831 views
-
- 3 answers
- 1,746 views
-
Find offset
By trafo,
- 9 answers
- 5,976 views
-
Question
Ali7021
Please check my script and guide me what is issue is there . I want to do offset 2145 to 520 ahead.
function wol()
gg.searchNumber(' 3D;11D;2145D ', gg.TYPE_DWORD,false, gg.SIGN_EQUAL, 0, -1)
Denomination mission in easy level with Ace deployed")
gg.refineNumber(' 2145 ', gg. TYPE_DWORD)
local start = gg.getResults(1)
local target = start[1].address + 0×520
gg.setValues({ address = target , flags = gg.TYPE_DWORD, value = 10})
gg.toast(' MISSION HACK ')
gg.clearResults()
gg.alert(" Play
home = 1
end
2 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