Jump to content
  • 0

need to fix that box some help


MohamedShiref

Question

i make like this one but if i write  the value only first one search and second not  idk how to fix it can anyone help ?
english not my lanuge i cant read al at help with gg 
 

input=gg.prompt({'attack','hp'},
{[1]='0'},
{[1]='number'})


gg.searchNumber("input[1];input[2]",gg.TYPE_DWORD)
gg.getResults(50)
gg.editAll('-1',gg.TYPE_DWORD)
what i wrong ?

645213879_2019-12-1521_03_15-ArcheroLastVideo-YouTube.png.58634c9c7e540afa24c5737148a5fe5c.png

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

input = gg.prompt({"attack", "hp"}, {"99", "99"}, {"number", "number"})


gg.searchNumber("input[1];input[2]",gg.TYPE_DWORD)
gg.getResults(50)
gg.editAll('-1',gg.TYPE_DWORD)

i try it but it search on number 1 and 2 in 
gg.searchNumber("input[1];input[2]",gg.TYPE_DWORD)
not search by input 

Link to comment
Share on other sites

  • Administrators
local input = {10, 20}
print("input[1];input[2]") -- print a string with value "input[1];input[2]"
print(input[1]..";"..input[2]) -- print concatention of value of expression input[1], a string with value ";" and value of expression input[2]

 

 

Link to comment
Share on other sites

1 hour ago, MohamedShiref said:

"input[1];input[2]"

@MohamedShiref

remove "

like:

input = gg.prompt({"attack", "hp"}, {"99", "99"}, {"number", "number"})


gg.searchNumber(input[1]..";"..input[2],gg.TYPE_DWORD)

57 minutes ago, Enyby said:

local input = {10, 20}
print("input[1];input[2]") -- print a string with value "input[1];input[2]"
print(input[1]..";"..input[2]) -- print concatention of value of expression input[1], a string with value ";" and value of expression input[2]

 

 

@Enyby

He learns it is not understood (maybe),,

He need detail,,

Link to comment
Share on other sites

@HEROGAMEOfficial  
first time enyvy type i dont uner stand but i try like 2 hour changing codes and i get it 
thanks alot for help i hope i was aracbic languge i trying to learn how to get fps games have like how to search value but i cant i think i'll make it on pc 
in emulotr if i see any help i can try alot here i see all do it but i cant 
sry im not stupid but my languge is too bad but i'll try hard 
@zam535582 thanks alot man 

 

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.