Jump to content

CandraY

Members
  • Posts

    8
  • Joined

  • Last visited

  • Days Won

    1

CandraY last won the day on March 16 2019

CandraY had the most liked content!

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

CandraY's Achievements

Rookie

Rookie (2/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

2

Reputation

  1. function coin() gg.clearResults() d = gg.prompt({A='Your Coin', B='Your Diamond'}, {A='0', B='0'}) gg.searchNumber(d.A, d.B, gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) if gg.getResultCount() == 2 then gg.editAll('10000', gg.TYPE_DWORD)  gg.alert('Hacking Done!, Enjoy') gg.clearResults() os.exit() else gg.alert('Too much values found, Go to game and change the value, then open gameguardian again') end ?
  2. How to fix this:( [added 3 minutes later] Help me plz:"
  3. Script Ended: Script error: org.luaj.vm2.LuaError: @/storage/emulated/0/Script GG by can/Tidak2.lua:4 `gg.searchNumber (A, B, gg.TYPE_DOUBLE, true, gg.SIGN_EQUAL, 0, -1)` bad argument #1 (nil): string expected, got nil level = 1, pc = 31 stack traceback: /storage/emulated/0/Script GG by can/Tidak2.lua:4 in main chunk [Java]: in ? at org.luaj.vm2.Varargs.argerr(Varargs.java:282) at org.luaj.vm2.Varargs.checkjstring(Varargs.java:347) at android.ext.Script$searchNumber.invokeUi(Script.java:2762) at android.ext.Script$ApiFunction.run(Script.java:1197) at android.os.Handler.handleCallback(Handler.java:815) at android.os.Handler.dispatchMessage(Handler.java:104) at android.os.Looper.loop(Looper.java:210) at android.app.ActivityThread.main(ActivityThread.java:5839) at java.lang.reflect.Method.invoke(Native Method) at java.lang.reflect.Method.invoke(Method.java:372) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1113) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:879) How to fix this?
  4. please give an example, I'm hard if there's no example
  5. x= gg.prompt({[2]='Enter Value'}, {[1]='1;3;2;', [2]='22', [3]=',000~', [4]=',999;0::45'}) gg.searchNumber(x[1]x[2]x[3]x[2]x[4], gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) found = gg.getResultCount() gg.alert('We found: '..found) Hi guys, please help for make it. Where is my fault? Final patten for search is: 1;3;2;22,000~22,999;0::70 In every search i just want to change two fisrt number of 22,000~22,999. in gg.promp line i just wrote [2]= 'Enter Value' b'cuz it's variable. I got this error: Script ended: Script error: org.luaj.vm2.LuaError: @/sdcard/Notes/tttttt.lua:2 `gg.searchNumber(x[2],x[1], gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1)` bad argument #3 (number): boolean expected, got number
×
×
  • 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.