Jump to content
  • 0

When I activate a function in my script, it just skips it


EatAlterWalter

Question

Posted

When I tick a feature on and press ok, it just skips the entire thing up until the toast, and then after the second try, it works, but I don't want to have to tap it 2 times just to activate it

4 answers to this question

Recommended Posts

Posted
9 hours ago, MonkeySAN said:

an example of your script would be nice.

if t[5] then -- DAMAGE

    gg.setVisible(false)

    gg.searchNumber("h 4C 40 F8 00 70 4C 2D E9 10 B0 8D E2 18 D0 4D E2 00 40 A0 E1 F4 03 9F E5 00 00 8F E0 00 00 D0 E5 00 00 50 E3 06 00 00 1A E4 03 9F E5 00 00 9F E7 00 00 90 E5 A7 10 F0 EB D8 03 9F E5 01 10 A0 E3 00 10 CF E7 D0 03 9F E5 00 00 9F E7 00 00 90 E5 BB 10 D0 E5 02 00 11 E3 03 00 00 0A 74 10 90 E5 00 00 51 E3 00 00 00 1A C0 10 F0 EB 08 00 8D E2 01 10 A0 E3 00 20 A0 E3 12 6A FB EB 08 20 8D E2 30 30 84 E2 07 00 92 E8 4C 50 94 E5 07 00 83 E8 00 00 55 E3 01 00 00 1A 00 00 A0 E3 BC 10 F0 EB 05 00 A0 E1 00 10 A0 E3 00 20 A0 E3 2F 38 2C EB 68 03 9F E5 00 00 9F E7 00 00 90 E5 BB 10 D0 E5 02 00 11 E3 03 00 00 0A 74 10 90 E5 00 00 51 E3 00 00 00 1A A5 10 F0 EB 00 00 A0 E3 98 1D FC EB", gg_BYTE)

    gg.getResults(9999)

    gg.editAll("h0000A0E31EFF2FE10000A0E31EFF2FE10000A0E31EFF2FE10000A0E31EFF2FE10000A0E31EFF2FE10000A0E31EFF2FE10000A0E31EFF2FE10000A0E31EFF2FE1", gg.TYPE_BYTE)

gg.toast('ez') 

 end

Posted
On 7/25/2021 at 7:22 AM, EatAlterWalter said:

if t[5] then -- DAMAGE

    gg.setVisible(false)

    gg.searchNumber("h 4C 40 F8 00 70 4C 2D E9 10 B0 8D E2 18 D0 4D E2 00 40 A0 E1 F4 03 9F E5 00 00 8F E0 00 00 D0 E5 00 00 50 E3 06 00 00 1A E4 03 9F E5 00 00 9F E7 00 00 90 E5 A7 10 F0 EB D8 03 9F E5 01 10 A0 E3 00 10 CF E7 D0 03 9F E5 00 00 9F E7 00 00 90 E5 BB 10 D0 E5 02 00 11 E3 03 00 00 0A 74 10 90 E5 00 00 51 E3 00 00 00 1A C0 10 F0 EB 08 00 8D E2 01 10 A0 E3 00 20 A0 E3 12 6A FB EB 08 20 8D E2 30 30 84 E2 07 00 92 E8 4C 50 94 E5 07 00 83 E8 00 00 55 E3 01 00 00 1A 00 00 A0 E3 BC 10 F0 EB 05 00 A0 E1 00 10 A0 E3 00 20 A0 E3 2F 38 2C EB 68 03 9F E5 00 00 9F E7 00 00 90 E5 BB 10 D0 E5 02 00 11 E3 03 00 00 0A 74 10 90 E5 00 00 51 E3 00 00 00 1A A5 10 F0 EB 00 00 A0 E3 98 1D FC EB", gg_BYTE)

    gg.getResults(9999)

    gg.editAll("h0000A0E31EFF2FE10000A0E31EFF2FE10000A0E31EFF2FE10000A0E31EFF2FE10000A0E31EFF2FE10000A0E31EFF2FE10000A0E31EFF2FE10000A0E31EFF2FE1", gg.TYPE_BYTE)

gg.toast('ez') 

 end

Change "gg_BYTE" to "gg.TYPE_BYTE"

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.