Jump to content

Search the Community

Showing results for tags 'Luacode'.

  • Search By Tags

    Type tags separated by commas.
    For example, the common name of the game: PUBG, Free Fire, Rules of Survival, Critical Ops, Mobile Legends: Bang Bang, etc.
  • Search By Author

Content Type


Forums

  • GameGuardian
    • Requests
    • Help
    • Guides
    • Cheats
    • Video Tutorials
    • Unintended Effects
  • General
    • General Discussion
    • Introduce yourself (:
    • Announcements
    • Website suggestions/Bugs
  • Downloads Support
    • Apps
    • LUA scripts
  • Online Multiplayer Mods
    • Altering Online Games with Gameguardian
    • Download Mods
  • Other Hacks
    • Tutorials
    • Non-GameGuardian
  • Archive
    • Archived topics

Categories

  • Official Downloads
  • Virtual spaces (no root)
  • LUA scripts
    • Forward Assault
    • Free Fire
    • PUBG
    • Rules of Survival
    • Templates
    • Tools
  • Test applications
  • Other

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Device


Discord ID

Found 12 results

  1. View File Vista Paste v1.0 (not a paste) welcome to vista paste v1.0! what is included currently: working unlimited ammo, glitchy unlimited ammo (sometimes not working but still in work), no recoil, wallhack and break invisible barriers. to exit the menu without activating anything, just hit ok or . important: this mod menu is NOT a paste, even if i name it so, because i only used parts of MY OWN old scripts and remixed them and reworked and recoded them to one menu, wich is still IN PROGRESS! dont judge me for the iritating name, but it is what it is. gl hf rea. for more support, just leave a coment, and i'll do what i can. i would really appretiate a positive rate and a coment, even if you dont need help, feedback is awaited. Submitter rea-senpai Submitted 08/27/2020 Category Forward Assault  
  2. Version 1.0.0

    1,532 downloads

    This file contains the window code in which you will need to enter a specific password. The file is not encrypted, you can change it for yourself and insert it into your script
  3. Version 1.0.0

    17,359 downloads

    This File Actuallly Made For Mobile legends There Are So Many Futers In This Script You Can Help Me By Subscribing My Channel Subscribe Now Password;beast gaming
  4. View File New Script All In One Future Mobile Legend.lua This File Actuallly Made For Mobile legends There Are So Many Futers In This Script You Can Help Me By Subscribing My Channel Subscribe Now Password;beast gaming Submitter BeastGaminghacks Submitted 05/18/2019 Category LUA scripts  
  5. Version 1.0.0

    790 downloads

    welcome to vista paste v1.0! what is included currently: working unlimited ammo, glitchy unlimited ammo (sometimes not working but still in work), no recoil, wallhack and break invisible barriers. to exit the menu without activating anything, just hit ok or . important: this mod menu is NOT a paste, even if i name it so, because i only used parts of MY OWN old scripts and remixed them and reworked and recoded them to one menu, wich is still IN PROGRESS! dont judge me for the iritating name, but it is what it is. gl hf rea. for more support, just leave a coment, and i'll do what i can. i would really appretiate a positive rate and a coment, even if you dont need help, feedback is awaited.
  6. Version 2.0

    3,742 downloads

    Hello guys. I will share a basic custom compiler scripts with open source code. I let this scripts open source for education purpose. You can modify as you want, also you can add and improving many things in this compiler. About this compiler : • This compiler just a basic code, I am not add and will never add any functions like block unluac etc. • This compiler will convert your important code in the main scripts become unreadable. • Like I said above, this compiler just a basic, it will not guarantee to protect your scripts from leaker. Very wellcome for any suggestions.
  7. View File Basic Custom Compiler Hello guys. I will share a basic custom compiler scripts with open source code. I let this scripts open source for education purpose. You can modify as you want, also you can add and improving many things in this compiler. About this compiler : • This compiler just a basic code, I am not add and will never add any functions like block unluac etc. • This compiler will convert your important code in the main scripts become unreadable. • Like I said above, this compiler just a basic, it will not guarantee to protect your scripts from leaker. Very wellcome for any suggestions. Submitter bukandewa Submitted 02/05/19 Category Tools
  8. My video memory range always shows as 0B I tried this on several emulators but I get the same result. Please help me fix this problem
  9. faiz92786

    Help Lua scripting

    Hy guys i need help regard lua I want to edit search value by lua not by using gg.editall because it edit all value found I want to edit few value like i search for group value 1;2;3;4::23 And it find 1 , 2, ,3 ,4 so i want to edit only two value Which if like i want to edit value 2 >98 and value 4>77
  10. [ Introduction ] Hi! I have some struggle with my script. I have discovered on how to set memory range inside Lua Script from this forum, its barely old format because i get it from old posts. I dont know if its from the script itself or because of new game guardian version. Im using latest Game Guardian for Emulator for VM uses. [ Problematic ] Come to the issues, i have script to change DWORD values that equal to [' ~A ANDEQ R4, R0, R0 '] and change the result to [' 4451 ']. So here's some snippet : gg.clearResults() gg.setVisible(false) gg.toast("【 1 / 8 】") gg.clearResults() gg.clearList() gg.setRanges(gg.REGION_C_DATA | gg.REGION_CODE_APP) gg.searchNumber("16384", gg.TYPE_DWORD, gg.SIGN_EQUAL, 0x04000000, 0x04ea7000) gg.getResults(100000) gg.editAll("4451", gg.TYPE_QWORD) I have put the range in Hex format (' 0x04000000 ') and usual ordinary form (' 04000000 ') but its doesnt make any differences.Its always show error message : Script ended: Script error: luaj.n: /storage/emulated/0/Pictures/Script/Coins.lua:7 `gg.searchNumber("16384", gg.TYPE_DWORD, gg.SIGN_EQUAL, 0x04000000, 0x04ea7000)` bad argument #3: number: boolean expected, got number (field 'searchNumber') level = 1, const = 43, proto = 0, upval = 1, vars = 6, code = 347 CALL v0..v5 ; PC 34 CODE 0300401D OP 29 A 0 B 6 C 1 Bx 3073 sBx -127998 stack traceback: /storage/emulated/0/Pictures/Script/2 Month Bypass.lua:7 in main chunk [Java]: in ? at luaj.ap.a(src:265) at luaj.ap.a(src:172) at android.ext.Script$searchNumber.d(src:3098) at android.ext.Script$ApiFunction.c(src:1481) at android.ext.Script$ApiFunction$1.run(src:1453) at android.os.Handler.handleCallback(Handler.java:739) at android.os.Handler.dispatchMessage(Handler.java:95) at android.os.Looper.loop(Looper.java:135) at android.app.ActivityThread.main(ActivityThread.java:5254) 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:905) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:700) Usually im using manual way using search button, but its really tiresome and i decide to make some script from codes that i found in this forum. In the end its lead to Bad Argument error, even i already change script EOL into Linux or Windows. I hope anyone that read this can help me out! Thanks guys!
  11. Hello guys i need a help about lua script For example, I have a basic line of values and i can only find these values just in this order and arrangement gg.searchNumber("1000;2000;3000:9", gg.TYPE_DWORD) and each value represents something in the game and in order to activate the cheat to a first value or any value in the line you must search for the same line once again okay? So this line is basic to found this values, the problem lies about i activated the first value "1000" and edit this to "1111" If I now want to activate second cheat, i can't because the main line "1000;2000;3000:9" is not the same as after the first cheat was activated "1111;2000;3000:9" and so on the rest of the values Well my question is how to update the main search when I search for a second value, the search is updated according to whether a search was done before or not For example, We do on this script function home() menu = gg.choice({"Hack 1","Hack 2","Hack 3") if menu == 1 then hack_1() end if menu == 2 then hack_2() end if menu == 2 then hack_3() end end -- this basic search line gg.searchNumber("1000;2000;3000:9", gg.TYPE_DWORD) and i can only find these values just in this order and arrangement function hack_1() gg.searchNumber("1000;2000;3000:9", gg.TYPE_DWORD) -- example user activate hack_3 before hack_1 so search hack_1 don't work or if user want to activated hack_1 don't work because basic search line is changed so how update this serach ? gg.getResults(3) gg.refineNumber("1000", gg.TYPE_DWORD) gg.getResults(1) gg.editAll("1111", gg.TYPE_DWORD) end function hack_2() gg.searchNumber("1000;2000;3000:9", gg.TYPE_DWORD) -- example user activated hack_1 before hack_2 so search hack_2 don't work because basic search line is changed so how update this serach ? gg.getResults(3) gg.refineNumber("2000", gg.TYPE_DWORD) gg.getResults(1) gg.editAll("2222", gg.TYPE_DWORD) end function hack_3() gg.searchNumber("1000;2000;3000:9", gg.TYPE_DWORD) -- example user activate hack_2 before hack_3 so search hack_3 don't work because basic search line is changed so how update this serach ? gg.getResults(3) gg.refineNumber("3000", gg.TYPE_DWORD) gg.getResults(1) gg.editAll("3333", gg.TYPE_DWORD) end This a simple process, i want solution for this problem that works in the big script lines and thanks you guys !!
  12. View File Password For Scripts This file contains the window code in which you will need to enter a specific password. The file is not encrypted, you can change it for yourself and insert it into your script Submitter PublicHax Submitted 04/17/2021 Category Templates  
×
×
  • 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.