Jump to content

Question

15 answers to this question

Recommended Posts

  • 0
Posted

if that just for Ammo & HP 

just search = 60D;60D;250F;250F::13

type = Dword or Float

you will get 4 results

and then

gg.editAll("9999",gg.TYPE_DWORD)
gg.editAll("999999",gg.TYPE_FLOAT)

 

 

  • 0
Posted (edited)

im guess..

long time GG user would already know about that.

it wouldnt record offset editing.

only normal editing.

 

Edited by MonkeySAN
maybe i was wrong.
  • 0
  • Moderators
Posted
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.

  • 0
Posted

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) 

 

  • 0
Posted

that game as an example

I hope you understand what I mean, so like in this video it is done manually it takes time I want to make a script to make it practical but when I record the gameguardian the result is emty only can search

  • 0
Posted

No no look again 

Dump.cs for take offset

only need 1 value to find another offset

and the record gameguardian feature can't record it

so i do it manually

  • 0
Posted (edited)

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

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
×
×
  • 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.