VNGEO Posted September 18, 2019 Posted September 18, 2019 How to get the value you want when the total number of results found is different in each search? I can't find anything in help section
AKRAMRAZA Posted September 19, 2019 Posted September 19, 2019 5 hours ago, Itz_Me2341 said: I am trying to hack a game called WildCraft.Everyone is hacking it so I wanted to do it to.But the thing is that my gg does not want to download when I try to get the app You cannot download gg , is that what you mean ??
WhiskeyCl Posted September 19, 2019 Posted September 19, 2019 I need help please. If someone can fix my first script for Warship Battle 3D. In my script I want to edit Word value, but I'm using Dword value for searching. It's wrong? Please need help WB3D.lua
Itz_Me2341 Posted September 28, 2019 Posted September 28, 2019 On 9/18/2019 at 11:00 PM, AKRAMRAZA said: You cannot download gg , is that what you mean ?? Yes it will not let me download it On 9/18/2019 at 11:00 PM, AKRAMRAZA said: You cannot download gg , is that what you mean ??
AKRAMRAZA Posted September 18, 2019 Posted September 18, 2019 Did you try using group search and then refining the value that you want ??
VNGEO Posted September 18, 2019 Author Posted September 18, 2019 Thanks for your help 3 hours ago, AKRAMRAZA said: Did you try using group search and then refining the value that you want ?? The problem is i am trying to make a script After group search the total number of the value is change so i cant put it into my script The special thing about it is the value i want always at the 3rd , 6th , 9th and 12th So my question is how to get these value by a command
AKRAMRAZA Posted September 18, 2019 Posted September 18, 2019 5 hours ago, VNGEO said: Thanks for your help The problem is i am trying to make a script After group search the total number of the value is change so i cant put it into my script The special thing about it is the value i want always at the 3rd , 6th , 9th and 12th So my question is how to get these value by a command For that you need loop.Try this , local s = gg.getResults(99999) local t = {} for i, v in ipairs(s) do if i % 3 == 0 then t[#t + 1] = v end end print(t) After the loop give this table to setValues to edit or to addListItems to freeze.
Itz_Me2341 Posted September 18, 2019 Posted September 18, 2019 I am trying to hack a game called WildCraft.Everyone is hacking it so I wanted to do it to.But the thing is that my gg does not want to download when I try to get the app
Question
VNGEO
How to get the value you want when the total number of results found is different in each search?
I can't find anything in help section
7 answers to this question
Recommended Posts
Archived
This topic is now archived and is closed to further replies.