Jump to content
  • 0

Modify Offset Without Sleep


Crystal_Mods100x

Question

Hi everyone. i would like to see if there is a way to modify offset value quicker without letting game guardian sleep after the user changes their ammo in game

Game: Payback 2, (Old Version because latest version developer hid shotgun value (hidden or encrypted))

Game Arch:  x64

Device Arch: x64

like for example this is what i use every time:

function Bombs()
gg.setRanges(gg.REGION_C_BSS)
gg.searchNumber("20",gg.TYPE_DWORD)
gg.getResults(66)
gg.alert("Shoot once and wait")
gg.refineNumber("16",gg.TYPE_DWORD)
c = gg.getResults(1)
local x = {}
x[1] = {}
x[1].address = c[1].address + 0x8
x[1].flags = gg.TYPE_FLOAT
x[1].value = 1
gg.setValues(x)
gg.clearResults()
gg.toast("Bombs Enabled")
end

but now im getting tired of defining an address into one table. so is there maybe an other way? ;o 

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

6 minutes ago, MAARS said:

I dont really understand what you mean, can you explain what you want in a different way please !

What do you mean by letting gg sleep ?

i don't really know how to explain it. but is there a way to skip through the gg.sleep function and modify my offset number quicker?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

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