Jump to content
  • 0

I Have A Problem At GameGuardian Scripts


SherifPlayer

Question

Posted

  Hi I Have A Problem if anyone Knows the solve of it please tell me

When I do A Script I need to make An oveset for a one Address And to make it I Save it to the save list And do an Oveset for it but when I want to edit the Result that I got at the save list I don't know the code of editing the save list so I record The Editing of The save list at GameGuardian But when I use the recorded code it doesn't work never I tried a lot to save it but I couldn't

So if you know the Solve of this problem please tell me

I use GameGuardian 99.0 For Knowing

7 answers to this question

Recommended Posts

Posted
1 hour ago, MonkeySAN said:

gg.loadResults(gg.getListItems())

- load saved list as results for editing.

Thank You Very Much The What I wanted Thank You 🥰💗

Posted
9 hours ago, MonkeySAN said:

gg.loadResults(gg.getListItems())

- load saved list as results for editing.

Ok that's to load them tell me how to edit them please

Posted
48 minutes ago, MonkeySAN said:

 

48 minutes ago, MonkeySAN said:

any example of your script???

i can take a look at it or you just write..

local t = gg.getResults(1)

gg.editAll(<your value>)

 

Here I did What You Said but there isn't any thing To know the most of these codes I taked it from recording at GameGuardian The First part is for Saving the address at the save List

the second is to do an oveset to the address

the third part is for editing the value of the address

Screenshot_2020-09-12-03-55-06-46.jpg

Posted
6 hours ago, MonkeySAN said:

gg.loadResults(gg.getListItems())
local t = gg.getResults(1)

for i,v in pairs(t) do
gg.setValues({ 
{address = v.address + 32, flags = 4, value = 1} })

 

Ok thanks I ended my script

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.