Jump to content
  • 0

Help me how to hide promt 2nd command


Unnamed1

Question

Here's a video with the alert anyone have heart pleas comment it below 

PS : This video doest show it how to do it so anyone have heart pleas comment it im making a script on battle cats legend stick man pc games and more thank you

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

try this example..

gg.setVisible(false)
d = gg.prompt({"Enter Current Number:"},{0})
if d == nil then gg.toast("Canceled") os.exit() else
gg.searchNumber(d[1], 4)
gg.getResults(10)
gg.alert("Now refine the number and get back to the script.")

while true do
if gg.isVisible(true) then
   gg.setVisible(false)
break
end
end

d = gg.prompt({"Enter New Current Number:"},{0})
if d == nil then gg.clearResults() gg.toast("Canceled") os.exit() else
gg.searchNumber(d[1], 4)
local t = gg.getResults(2)
gg.editAll("999999",4)
gg.addListItems(t)
t = nil
gg.clearResults()
gg.toast("Done")
end
end

hope it will help you.

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.