Jump to content
  • 0

how to create offset and apply create copy directly in lua script?


Question

Posted

I have a question regarding an offset related issue. here I want to create an offset from the value I found to be at offset 8 and make a copy directly. but I am confused about what commands should be entered into the script script. please help me Here I use gg according to my language, Indonesian

2024_11_12_15.14.40.jpg

3 answers to this question

Recommended Posts

  • 0
Posted
6 hours ago, Edi04 said:

I have a question regarding an offset related issue. here I want to create an offset from the value I found to be at offset 8 and make a copy directly. but I am confused about what commands should be entered into the script script. please help me Here I use gg according to my language, Indonesian

2024_11_12_15.14.40.jpg

-- have your value in the search results

x=gg.getResults(1)

x[2]={}

x[2].address=x[1].address+0x8

x[2].flags=x[1].flags

gg.loadResults(x) -- puts in search 

gg.addListItems(x) -- puts in save tab

  • 0
Posted
On 12/11/2024 at 22.22, APEXggV2 said:

-- memiliki nilai dalam hasil pencarian

x= gg .dapatkanHasil(1)

x[2]={}

x[2].alamat=x[1].alamat+0x8

x[2].bendera=x[1].bendera

gg .loadResults(x) -- memasukkan pencarian 

gg .addListItems(x) -- masukkan ke tab simpan

I have tried it but it doesn't work

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.