Jump to content
  • 0

help me to understand /offset category


nio04

Question

gg.setRanges(gg.REGION_ANONYMOUS)
    local Name="SELF-AIMING"--功能名称
    local tb1 = {{1055286886,0x0}, {1059481190,0x18},{1058642330,0x48}}  --16进制
    local tb2 = {{1071225242,0x0},{0,0x18},{1050253722,0x30},}
    local dataType = gg.TYPE_DWORD
    SearchWrite(tb1, tb2, dataType,Name)

i know this is not full template. but i just want to learn what he did here...

 

could you plz explain me... what the hell he did in "local tb1" & "local tb2" ???

 

btw this is offset based script, right?

if u need full script, reply that

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

I read it. I read it. And i didnt understand this line

if (w[3] == true) then

1 hour ago, nio04 said:

tb2 = {{1071225242,0x0},{0,0x18},{1050253722,0x30},}

In tb2 , what is tb2[1][3]? I dont know. Im lack in scripting. 

 

What i understand is 

In tb1,

1 hour ago, nio04 said:

1055286886,0x0

First of all, He search 1055286886 dword type. For clearity,see photo

USER_SCOPED_TEMP_DATA_orca-image-1043278232.thumb.jpeg.8fa98cbf865ac93cfe8f27202b63a3a2.jpeg

White color represent original values. Script will check and choose those three values by using offsets. From view of first value 1055286886.

When it find the correct condition, yellow cross  are the ones we will edit to blue color value. 

1 hour ago, nio04 said:

local tb2 = {{1071225242,0x0},{0,0x18},{1050253722,0x30},}

It'll edit and freeze as tb2 variable. 

Hope you understand

Link to comment
Share on other sites

19 minutes ago, Lover1500 said:

I read it. I read it. And i didnt understand this line

if (w[3] == true) then

In tb2 , what is tb2[1][3]? I dont know. Im lack in scripting. 

 

What i understand is 

In tb1,

First of all, He search 1055286886 dword type. For clearity,see photo

USER_SCOPED_TEMP_DATA_orca-image-1043278232.thumb.jpeg.8fa98cbf865ac93cfe8f27202b63a3a2.jpeg

White color represent original values. Script will check and choose those three values by using offsets. From view of first value 1055286886.

When it find the correct condition, yellow cross  are the ones we will edit to blue color value. 

It'll edit and freeze as tb2 variable. 

Hope you understand

yeash, sir!!!

 

thanks a lot! for taking your time

 

understood many things... 

 

can you give me a template like these with --comment -> (explained comment) / (i thought, i had these temples)

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.