Jump to content
  • 0

How to Edit gg.addListItems Group ?


g1doz

Question

hello guys

how edit gg.addListItems group example look this code

gg.searchNumber("6;6;6;6;6;6;6;6;6;6;6;30;6;6;06;6;95;20;6;0;0;6;0;6;0;0;6;6:09", gg.TYPE_DWORD)
load_fly_hack = gg.getResults(30)
gg.addListItems(load_fly_hack)
gg.clearResults()
gg.searchNumber("6;06;84;95;06;06;84;79;95:33", gg.TYPE_DWORD)
load_fly_hack = gg.getResults(20)
gg.addListItems(load_fly_hack)
gg.clearResults()
gg.searchNumber("90;43;95;250:3", gg.TYPE_DWORD)
gg.getResults(30)
gg.refineNumber("43;95", gg.TYPE_DWORD)
load_fly_hack = gg.getResults(0)
gg.addListItems(load_fly_hack)
gg.clearResults()
gg.searchNumber("50;95;6;80:3", gg.TYPE_DWORD)
load_fly_hack = gg.getResults(0)
gg.addListItems(load_fly_hack)
gg.clearResults()
gg.searchNumber("200;6;27;48:3", gg.TYPE_DWORD)
gg.getResults(0)
gg.refineNumber("6", gg.TYPE_DWORD)
load_fly_hack = gg.getResults(30)
gg.addListItems(load_fly_hack)
gg.clearResults()

so after search and save all this values in the function load_fly_hack how to edit all this function in one line ?

i try this and don't work

load_fly_hack.value = "1000"
gg.setValues(load_fly_hack)

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

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.