Jump to content
  • 0

GAMEGUARDIAN RECORD NOT FOUND


THETWINSOFFICIAL
 Share

Question

15 answers to this question

Recommended Posts

  • 0
  • Moderators
29 minutes ago, CYBORG-WARRIOR said:

watch the video bro

gg only records when I look for value taoi does not record when calculating offset and etc

function hack ()
gg.setRanges(gg.REGION_ANONYMOUS)
gg.searchNumber("1.60000002384F;1.0F;1.0F;0.80000001192F::13", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1, 0)
gg.refineNumber("0.80000001192", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1, 0)
p = gg.getResults ("100")
o = {}
for i=1, #p do
o[i] = {}
o[i].address = p[i].address - 0x3C
o[i].flags = gg.TYPE_FLOAT
o[i].value = 0
end
gg.setValues(o)
gg.toast ("HACK - ON!")
gg.clearResults ()
end

This is a example what u need to do.

31 minutes ago, CYBORG-WARRIOR said:

watch the video bro

gg only records when I look for value taoi does not record when calculating offset and etc

There are several tutorials here on the forum about offsets. Take the time to research.

Link to comment
Share on other sites

  • 0

im no expert on scripting but i'll go like this..

local t = gg.getResults(1)

local u = {}
u[1] = {address = t[1].address - 0x148,flags = 4}
gg.addListItems(u)
u[1] =  {address = u[1].address + 0x14C,flags = 4,value = 90}
gg.setValues(u)
gg.addListItems(u) 

 

Link to comment
Share on other sites

  • 0

i may not understand you well but some examples had been given above.

maybe you can try it for now.

--------------------------------------

i should've finish this long time ago.

Damage,Fire Rate,Crit Rate, Crit Damage and Range hack added.

that only for 1 weapon equip and no upgrades.

Edited by MonkeySAN
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...

Important Information

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.