Jump to content

AjYouTube

Ascended
  • Posts

    63
  • Joined

  • Last visited

Everything posted by AjYouTube

  1. AjYouTube

    LUA scripting

    Correction if aj == on then aj = off
  2. AjYouTube

    LUA scripting

    mxs = 1 local New = gg.getRanges(); gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber("29Q;0F;0D;16,842,752D::17", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.searchNumber("0", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.searchAddress('c') t = gg.getResults(1) gg.addListItems(t) gg.clearResults() gg.setRanges(New) on = '[ON]' off = '[OFF]' aj = off function KAP() menu7 = gg.multiChoice({' ??? ???? ',aj..'10000????? ??? (for coins)','⫷????⫸'},nil,'?????? ??? ???? \n \n ❆ ⓈⒸⓇⒾⓅⓉ ⒷⓎ ⓉⒺⒶⓂ ⓀⒶⓅ ❆') if menu7 == nil then KAP() end if menu7[1] then aa() end if menu7[2] then ab() end if menu7[3] then cena4() end mxs =-1 end function aa() gg.toast("try next time") end function ab() if aj == on then skin = off gg.getListItems(t) t[1].value = '0' t[1].freeze = false gg.setValues(t) gg.toast("10000 fix⋘⋖??????????? ⋗⋙") else aj = on gg.getListItems(t) t[1].value = '10000' t[1].freeze = true gg.setValues(t) gg.toast("10000 fix⋘⋖????????? ⋗⋙") end gg.clearResults() gg.clearResults() end function cena4() os.exit() end cs = "gg" while true do if gg.isVisible(true) then mxs = 1 gg.setVisible(false) end gg.clearResults() if mxs == 1 then KAP() end end It's not freezing I can't understand what's wrong Can anyone help please
  3. AjYouTube

    GG-Detected!

    Idk about that error But I can help you Download official game guardian Then install normally When you complete all the setup Then DOWNLOAD ApkEditor pro app and install Open ApkEditor pro 1)Select Apk from device Now find game guardian 2)Common edit Edit app name and package name like Use package name as too much length Like I used (com.pubg.toolbyandrojunctioncom.pubg.toolbyandrojunctioncom.pubg.toolbyandrojunctioncom.pubg.toolbyancom.pubg.toolbya) Then create and install
  4. Nice game I just copied your tag Next time don't forget to provide Google playstore link of the game Health can hack (checked) Coins can hack (checked) I will make a script for this game as soon as possible Even we can't see But we can guess If health it will be 100, 200, 500,1000..... And it will be Dword or Float or Double(less cases) Most of all times it will be in Float Now coming to currency It will be many ways If we can't have directly We can try it in the sources
  5. AjYouTube

    GG-Detected!

    LoL bro Use this bro https://drive.google.com/file/d/1mpd0t5IZzUNi_FOUYSCPniGgSLfp3-DP/view?usp=drivesdk Bro it's not latest It's version. 70.2 Now games are detecting what ever name it is, in limited And if we use xprivacy to block the permission to game it simply crashes games like Free Fire We waiting for a permanent solution
  6. View File Free fire latest version Video Tutorial (New) Enjoy the script Bypass is still in testing Use at first loading screen And wall hack as a bug, if you use u can't kill enemies. I am trying to fix when it done you can use it in next update Submitter AjYouTube Submitted 12/27/18 Category Free Fire
  7. Version 1.25.3(0.2)

    164,821 downloads

    Video Tutorial (New) Enjoy the script Bypass is still in testing Use at first loading screen And wall hack as a bug, if you use u can't kill enemies. I am trying to fix when it done you can use it in next update
  8. AjYouTube

    LUA scripting

    It happening same When I use concatenation (..) it showing symbol error Please can you show how to write above code with string concatenation i am totally confused
  9. AjYouTube

    LUA scripting

    KAP = gg.prompt( {'ENTER LEVEL POINTS'} ) gg.searchNumber(KAP[1]-1~KAP[1]) Really i can't understand how to perform above script I entered gg.searchNumber(KAP[1]) IT WORK THEN I TRIED TO SUB gg.searchNumber(KAP[1]-1) IT WORK THE ABOVE SCRIPT GIVE 1 AUTO_TYPE I ENTERING KAP[1]=99 IT SHOULD 98~99 BUT IT SEARCHING 1 AUTO_TYPE
  10. View File LEFT TO SURVIVE 1 hit kill Tutorial video Features: 1) One hit kill Bugs: 1) when you play in pvp mode. If enemies use same gun which you using. Then they can kill you in one hit kill UPCOMING: SUPPORT FOR ALL GUNS INFINITY GRENADES And More Submitter AjYouTube Submitted 07/29/18 Category LUA scripts
  11. Version 0.2_KAP

    9,790 downloads

    Tutorial video Features: 1) One hit kill Bugs: 1) when you play in pvp mode. If enemies use same gun which you using. Then they can kill you in one hit kill UPCOMING: SUPPORT FOR ALL GUNS INFINITY GRENADES And More
  12. AjYouTube

    LUA scripting

    Error code Script ended: Script error: org.luaj.vm2.LuaError: @/storage/emulated/0/Download/aaaaaa:11 `if KAP[1] > 1 then goto aj1 end ` attempt to compare __lt on number and string stack traceback: /storage/emulated/0/Download/aaaaaa:11: in main chunk [Java]: in ? at org.luaj.vm2.LuaValue.error(LuaValue.java:1067) at org.luaj.vm2.LuaValue.comparemt(LuaValue.java:2486) at org.luaj.vm2.LuaValue.lt_b(LuaValue.java:2361) at org.luaj.vm2.LuaLong.lt_b(LuaLong.java:151) at org.luaj.vm2.LuaClosure.execute(LuaClosure.java:372) at org.luaj.vm2.LuaClosure.call(LuaClosure.java:137) at android.ext.Script.runScript(Script.java:3635) at android.ext.Script$ScriptThread.run(Script.java:3556) ............................................………………… I want to use prompt with if statement to check the value and give output for that particular value Still I am in learning stage I mean I want if value >=1 then goto x If value <=0 then goto y KAP = gg.prompt( {'ENTER LEVEL POINTS'} ) --trying ::AA:: if KAP[1] > 1 then goto aj1 end if KAP[1] < 0 then goto b end goto AA ::aj1:: gg.searchNumber(100) ::b:: gg.searchNumber(200)
  13. View File Frag HACK Tutorial video For more subscriber to ANDROJUNCTION YouTube channel This script wont work with latestversion of game Use with game version 1.2.6 Game got patched It can be hacked but if i make again they will patch again It will be like loop So if you want script for latest version of game you need to pay (message me if u want) Script ended Features: •Free shopping✓ • get 12k gold✓ •get 12k gems ✓ •get +1 level✓ •Health hack ✓(god mode for player and also for base) • AMMO HACK Submitter AjYouTube Submitted 07/08/18 Category LUA scripts
  14. Version 0.6

    38,024 downloads

    Tutorial video For more subscriber to ANDROJUNCTION YouTube channel This script wont work with latestversion of game Use with game version 1.2.6 Game got patched It can be hacked but if i make again they will patch again It will be like loop So if you want script for latest version of game you need to pay (message me if u want) Script ended Features: •Free shopping✓ • get 12k gold✓ •get 12k gems ✓ •get +1 level✓ •Health hack ✓(god mode for player and also for base) • AMMO HACK
  15. View File ROCKET ROYALE Everything hack Tutorial video Features: 10k health and armor HIGH JUMP Walk hack FPP Activator TPP Activator Submitter AjYouTube Submitted 07/02/18 Category LUA scripts
  16. Version 0.2

    17,663 downloads

    Tutorial video Features: 10k health and armor HIGH JUMP Walk hack FPP Activator TPP Activator
  17. View File WWE Mayhem Hack (UPDATED) The script is web based an internet connection is required Video tutorial this script is web based so you no need to download new script. it will auto update by me this is free version so there are limits and this limits for antiban in some cases alll working changelog is in script, uptodate Submitter AjYouTube Submitted 06/29/18 Category LUA scripts
  18. Version web_free_version

    20,964 downloads

    The script is web based an internet connection is required Video tutorial this script is web based so you no need to download new script. it will auto update by me this is free version so there are limits and this limits for antiban in some cases alll working changelog is in script, uptodate
  19. AjYouTube

    LUA scripting

    If I am disturbing you I am sorry But I have another question The value is encrypted So XOR 0=444442 I want to use XOR function in the script Is it possible?
  20. View File Metal wings Tutorial video: Features Free shopping Free Spins Get coins and gems by Inverse shop ___________________________________ For more script Subscribe to ANDROJUNCTION Submitter AjYouTube Submitted 06/27/18 Category LUA scripts
  21. Version 0.2

    1,378 downloads

    Tutorial video: Features Free shopping Free Spins Get coins and gems by Inverse shop ___________________________________ For more script Subscribe to ANDROJUNCTION
  22. AjYouTube

    LUA scripting

    This thing is worst First I entered ANONYMOUS THEN I GOT ERROR SYMBOLS THEN I ENTERED Anonymous then this error Now you said enter again I did it's working ?????
  23. AjYouTube

    LUA scripting

    Ya That's I talking If Something is encrypted , that can aslo decrypt I don't want to show If they decrypt I don't have problem If Code is visible for everyone then everyone is edit and reupload
  24. AjYouTube

    LUA scripting

    Script ended: Script error: org.luaj.vm2.LuaError: @/storage/emulated/0/Download/aaaaaaaa.lua:74 `gg.setRanges (gg.REGION_Anonymous)` gg.setRanges: bad argument #1 (nil): number expected, got nil stack traceback: /storage/emulated/0/Download/aaaaaaaa.lua:74: in main chunk [Java]: in ? at org.luaj.vm2.Varargs.argerr(Varargs.java:280) at org.luaj.vm2.Varargs.checkint(Varargs.java:317) at android.ext.Script$setRanges.invokeUi(Script.java:2058) at android.ext.Script$ApiFunction.run(Script.java:748) at android.os.Handler.handleCallback(Handler.java:815) at android.os.Handler.dispatchMessage(Handler.java:104) at android.os.Looper.loop(Looper.java:207) at android.app.ActivityThread.main(ActivityThread.java:5856) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:933) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:782) Getting error Please help
×
×
  • 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.