-
Similar Content
-
By Farmeriscool
Hello I've encountered an issue while trying to make a script
So I want to be able to get the values inbetween the address viewer
Example:
(Imagine this as the address viewer)
Val1 = "481"
Val 2 = "235" (keeps changing every match)
Val 3 = "0.0"
Now I want to get the value inbetween val 1 and val 3 but how would I get that number with code without knowing it?
-
By xXAnonymousGamerXx
Anyone know how do i type reset memory ranges
Do i type it like this?
gg.setRanges(gg.REGION_RESET)
Am i right?
Or no
What should i type?
-
By Strikesblue
I'm having some issues with the xor values for example when I input 25 go to xor too see what it is and it says 25=25when it's supposed to be 25=785,621 another example is lets say i put 100 and I go to xor values it still says that xor is = to 25
-
By Farmeriscool
I've tried to make a critical ops aimbot (changing aim assist value) I am kinda successful, I changed the value of the aim assist but if I go over 1.5 it will push it way off the player.
Any idea how to bypass that protection?
gg.setRanges(gg.REGION_ANONYMOUS) local rs gg.toast("MAKE SURE YOUR AIM ASSIST VALUE IS AT 75%") gg.searchNumber("0.75", gg.TYPE_FLOAT) rs = gg.getResultCount() gg.getResults(rs) gg.editAll("1.59999005795", gg.TYPE_FLOAT)
Oh and yes you can add this to your script if you would like
-