how to find 2 value with 1 value using offset, and making script
Richter Richter
1.13K subscribers
27,325 views
544

 Published On Mar 20, 2021

more explanation about gg.prompt :
display the dialog for data entry, you can add type data, like a number, checkbox, text, new file, setting, speed. if you want change type data gg.prompt, you can change "number" in minute 4:05

correct about offset in minute 7:08 :
if yours offset "-" you can add "-" in yours script, example

"t[1].address = r[1].address + -4" like this
just adding "-" not deleted "+"


all step

step 1 = 0:35
step 2 = 2:24
step 3 = 2:38
step 4 = 2:48
test ingame = 10:18



Script find offset :

local t = {}
t[1] = {}
t[1].address = r[1].address + -24
t[1].flags = gg.TYPE_FLOAT
t[1].value = 50
t[1].freeze = false
gg.setValues(t)
gg.addListItems(t)

synv

link script in this video : https://bit.ly/3yusozT

you can join my discord channel for suggestions and requests :3

  / discord  

#gameguardian
#gameguardiaoffset
#tutorialgg
#scriptgg
#offset
#lua

show more

Share/Embed