Jump to content

Cornysz

Ascended
  • Posts

    90
  • Joined

  • Last visited

Posts posted by Cornysz

  1. config is for save the date when user frist time run the script,
    make random name for the config file
    If i encrypted the script, will the expiration work?

    Sent from my POCOPHONE F1 using Tapatalk

  2. Hi. I have a script, and i want my script can auto expired for 2 days, so the user of my script after 2 days from using it first time it'll expired and the user need to download again. But is it possible? Thanks in advance.

  3. ::pkat::dogg.toast('Please wait. Loading!')searchauto('98W;98W;125F')local a=gg.getResults(4)if gg.getResultCount() > 0 then freeze(a,'5480',2) freeze(a,'5480',3) freeze(a,'5480',4) aa = gg.alert('blabla','OK')endgoto smthend

    Add gg.getResultCount()

    i need to fix the searchnumber :/
  4. function searchauto(search)
    gg.searchNumber(search, gg.TYPE_AUTO, false, gg.SIGN_EQUAL, 0, -1)
    end

    ::pkat::
    do
    gg.toast('Please wait. Loading!')
    searchauto('98W;98W;125F')
    local a=gg.getResults(4)
    freeze(a,'5480',2)
    freeze(a,'5480',3)
    freeze(a,'5480',4)
    aa = gg.alert('blabla','OK')
    goto smth
    end

    i only copy the code related to searchauto function

  5. Place first run or call first run in last script
     
    function code()searchauto('183W;183W;125F')end-- i want this is run firstfunction menu() blablabla.... code()endfunction searchauto(search)gg.searchNumber(search, gg.TYPE_AUTO, false, gg.SIGN_EQUAL, 0, -1)end--place first run or call first run in last scriptmenu()

     

    "Place first run or call first run in last script" what do u mean? im not understand hehe srry :/
  6. place function in first then call in last
    function searchauto(search)gg.searchNumber(search, gg.TYPE_AUTO, false, gg.SIGN_EQUAL, 0, -1)endsearchauto('183W;183W;125F')

     

    already bro. i place the function in upper line and i call in below it.
    but still error :/
  7. So i put function code liek this in upper line

     

    function searchauto(search)

    gg.searchNumber(search, gg.TYPE_AUTO, false, gg.SIGN_EQUAL, 0, -1)

    end

     

    and then i use the function (this is just for example)

    ::code::

    searchauto('183W;183W;125F')

    blabla

     

    after i execute my script i got an error attempt to call nil, i don't understand. How to fix this? Ty in advance

  8. local val = gg.prompt({[1] = 'input value'},{[1] = '0'})if val == nil thengg.toast('input value cancel')elsegg.searchNumber('1;2;3;4', gg.TYPE_FLOAT)gg.searchNumber('1', gg.TYPE_FLOAT)gg.getResults(10)gg.editAll(val[1], gg.TYPE_FLOAT)gg.clearResults()gg.toast('custom value edited')end

    Maybe something like code above

    You can improve as you want

     

     

    Woah! thank u very much :)

     

    but can you make it the prompt only with number keyboard (keyboard from the gg), not phone keyboard. so they can't write abcdefghij blabla

  9. Hello there. In an online game, the speed of the game should remain constant, but I should shoot faster when shooting. Is it possible? I'm using the game speeding speed trick, the game time is getting faster, my enemies in front of me.
    wrong thread sir[emoji23][emoji23]
×
×
  • 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.