Jump to content

Begginer12345

Members
  • Posts

    12
  • Joined

  • Last visited

Posts posted by Begginer12345

  1. 19 minutes ago, MonkeySAN said:

    you the same guy @Unnamed1

    what exactly you want to do is..

    prompt(search value) --> hide(to do some refine) --> prompt(search refine value)--> then Edit.

    im already gave the example.

    Ummmm whus that?

    Can you do this firts prompt search > hide 2nd prompt ( some refine ) > then 3rd prompt [' 1:150]',{0},{number})

    I have issue becouse it pop up 2 of then while in video 1 pleas help how to to it only 1 seekbar to edit value

    All > search value using prompt > refine value using prompt > edit value using seekbar

    Can you help me?

    Here you can tell on the video prompt prompt and seekbar

    Video 

    https://youtu.be/15InYVyhmbo

  2. On 7/15/2020 at 1:57 AM, MonkeySAN said:

    maybe something like this..

    
    
    
    d = gg.prompt({"Input Current Number"},{0})
    gg.searchNumber(d[1])
    gg.getResults(200)
    gg.alert("Now reduce the number by 1..you have 10 seconds")
    gg.sleep(10000)
    
    d = gg.prompt({"Input New Number"},{0})
    gg.searchNumber(d[1])
    gg.getResults(200)
    gg.alert("Again reduce the number by 1..you have 10 seconds")
    gg.sleep(10000)
    
    d = gg.prompt({"Input New Number"},{0})
    gg.searchNumber(d[1])
    gg.getResults(200)
    gg.alert("One last time reduce the number by 1..you have 10 seconds")
    gg.sleep(10000)
    
    d = gg.prompt({"Input New Number"},{0})
    gg.searchNumber(d[1])
    gg.getResults(200)
    gg.editAll(1)
    gg.alert("Now you have done")
    gg.toast("Enjoy!!!")

    pardon me...still learning too.

    Umm how about when you press the gg then the next prompt will go? Pleas

     

  3. 10 minutes ago, zam535582 said:

    not enough details to work with...

    cant help.

    Thats fine 🙂 i just cancle my script 🙂

  4. On 8/24/2020 at 9:50 PM, zam535582 said:

    what do you want to do in your script??

    show me an example of your script would be better.

     

    Im making a script using prompt and the prompt just spam doesn't work with the signal when i press game guaridan this accur unknow signal -1 == 0 pleas help me 😞

  5. On 1/27/2020 at 9:57 PM, zam535582 said:
    
    function main()
    menu = gg.choice({'NEW: performance','NEW: Technique','NEW: Visual','EXIT'},nil,'Select Cheat')
    if menu == 1 then performance() end
    if menu == 2 then Technique() end
    if menu == 3 then Visual() end
    if menu == 4 then os.exit() end
    if menu == nil then noselect() end
    end
    
    function performance()
    input=gg.prompt({'Input your value below'},
    	{[1]='0'},
    	{[1]='number'})
    	if input==nil then
    	gg.alert('You have cancelled the dialogue')
    	os.exit()
    	end
    gg.searchNumber(input[1],gg.TYPE_DWORD)
    gg.getResults(100)
    gg.editAll('9482',gg.TYPE_DWORD)
    end
    
    function Technique()
    input=gg.prompt({'Input your value below'},
    	{[1]='0'},
    	{[1]='number'})
    	if input==nil then
    	gg.alert('You have cancelled the dialogue')
    	os.exit()
    	end
    gg.searchNumber(input[1],gg.TYPE_DWORD)
    gg.getResults(100)
    gg.editAll('9482',gg.TYPE_DWORD)
    end
    
    function Visual()
    input=gg.prompt({'Input your value below'},
    	{[1]='0'},
    	{[1]='number'})
    	if input==nil then
    	gg.alert('You have cancelled the dialogue')
    	os.exit()
    	end
    gg.searchNumber(input[1],gg.TYPE_DWORD)
    gg.getResults(100)
    gg.editAll('9482',gg.TYPE_DWORD)
    end
    
    function noselect()
    gg.toast('You Not Select Anything')
    os.exit()
    end
    
    while true do
    if gg.isVisible(true) then
    main()
    end
    end

     

    Zam ? Pleas help me use prompt with refine pleas im making a script 😞

×
×
  • 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.