Jump to content

maulz

Ascended
  • Posts

    117
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by maulz

  1. 1 hour ago, Cornysz said:

    Sorry, what does random config for?

    Sent from my POCOPHONE F1 using Tapatalk
     

    config is for save the date when user frist time run the script,

    make random name for the config file

  2. On 5/10/2019 at 11:19 PM, Yummytea said:

    "USB DEVICE unrecognize"

    Try to install adb driver

  3. 2 hours ago, Cornysz said:
    7 hours ago, maulz said:
    I think it's possible

    i don't have idea to make different expired date per each device. Can you help/ give me clue? Thanks in advance

    You can try this script i made it for you, you can improve it if you want.

    ScriptExpired.lua

  4. gg.setRanges(gg.REGION_ANONYMOUS)
    gg.clearResults()
    gg.searchNumber("523533590", gg.TYPE_DWORD)
    gg.getResults(100)
    gg.editAll("523533593", gg.TYPE_DWORD)
    gg.clearResults()
    gg.searchNumber("33816606;880608002::", gg.TYPE_DWORD)
    gg.searchNumber("33816606", gg.TYPE_DWORD)
    gg.getResults(100)
    gg.editAll("33815428", gg.TYPE_DWORD)
    gg.clearResults()

     

  5. x = gg.prompt({"Enter Value"}, nil, {"number"})
    if x == nil then gg.alert("Canceled") end
    s = "1;3;2;"..x[1].."000~"..x[1].."999;0::70"
    gg.searchNumber(s, gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1)
    f = gg.getResultCount()
    gg.alert("We found: "..f)

     

  6. 7 hours ago, Tatsuya91 said:

    How do I hide gg from games? I've tried with rootcloak but I cant install xposed cuz my phone is not compatible.

    Can't with hide my root either cuz I'm using magisk...

     

     

    My phone is red mi note 5 pro

    You can hide root on magisk

  7. 11 minutes ago, GodOfDarkness said:

    The how abput this one hm? When i touch the left side of the screen it go to point 1 not not to ::noselect:: how help me to fix 

    Add

    if menu == nil then goto ::noselect:: end

    On ::start::

    * I mean

    if menu == nil then goto noselect end

     

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