Jump to content

Search the Community

Showing results for tags 'lua'.

  • 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

  1. Version 1.0.0

    327 downloads

    I had nothing to do again, so this was born. The use is quite simple, there is an example of use in the file and the php code itself (because you can only upload lua files).
  2. Version 1.1

    909 downloads

    This script converts var to offset with the receipt of lib, hex, rhex. Save path: /storage/emulated/0/Offsets.lua Initially, the converter was not designed for publication, so if there are any errors: Telegram: @theayonil
  3. Version beta 1.0.0

    368 downloads

    EVERYTHING YOU NEED TO KNOW The instructions are pretty clear. Chances of a weapon not unlocking 1%, but never happened to me. Expect for the 100% version to be done in a week or two because I am extrem busy. I only uploaded a few pics of weapons because I were lazy, but there is a lot more OTHER INFOS In a week will be updated the lottery and sets script. I'll also add Superchest PG3DWeaponUnlocker jaulç48 beta.lua
  4. Version 0.2

    397 downloads

    Attention: this script is for 32bit version, u can test it on 64bit see if it works or not. Game version: 0.8.31 Features: Script review telegram @RealWanteD
  5. Version 23.08.22

    284 downloads

    Game Name: Words Episode (Words Mobile) Versi: 2.6 FEATURE 1.DOLLARS CREDITS Mod by FAMI Thank you for using our MOD
  6. Version 1.0.3

    9,414 downloads

    New 8 Ball Poll Hack that give you an longer line to aim,more power,more time and a lot more. Come fast and try this hack. We have an Premium Script just for you,with more games,mods,and updates. Password: justanoob Write Down what games you want to add in PREMIUM VERSION
  7. View File Among us script Hello, i update Among Us script Creator Public_Scripts Rama Production. Submitter Yanik Submitted 09/22/2020 Category LUA scripts  
  8. View File FREEFIRE BYPASS/Unban v1.52 Latest update FREE FIRE LATEST VERSION, Seen someone post they need a bypass for FreeFire v1.52 so here it is and working. If you encounter any errors please leave a comment with your error log so I may look into it. Was tested on a ROOTED Android 10 device using Game Guardian v99. May still work without root in Virtual Space just haven't tested myself. If you use Virtual Space and it works please comment below and let others know it works. Thank you in advance Submitter ShamelesCampR559 Submitted 09/08/2020 Category Free Fire  
  9. 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  
  10. View File SCRIPT : Pool Billiards Pro *New Hello everyone, I am bringing you the latest script from the Pool Billiard Pro game with even more powerful features important (READ) ! For the "Online" option it means only to work on online mode! , Offline mode is the same as online, it works in Offline mode is the same as online, it only works in offline mode. But not for the feature in main menu, it works in all modes! An explanation of its features - Magnet Hole This makes it easier for your ball to enter the hole - Bug Wall Your ball can pop out of the table - Boost Cue +50 (Online Mode) Adds power to the stick by 50 - Long line (Online Mode) Make the lines on the stick long - Unlock All Level Cue (Online Mode) This allows you to buy sticks even if you haven't reached the level yet - Arcade 100 Combo (Offline Mode) Makes you always do 100 combos - High Cue Left Change your left Cue to 999 Important Again! (READ) The script in the main menu must be activated in the lobby or before playing Online mode must also be activated before playing For offline mode it must be activated while playing, read the tutorial in the script! Submitter argarrize Submitted 08/21/2020 Category LUA scripts  
  11. View File Bus simulator original mod menu This is a simple mod menu Submitter Joci12 Submitted 03/21/2021 Category LUA scripts  
  12. View File hex converter Convert : hexadecimal <==> decimal Submitter MAARS Submitted 08/07/2021 Category Tools  
  13. Create on/off button in lua script No need to searching values for every time Simple script but better ideas Read this simple script carefully You will be understand Specially thanks to @MuhammadRizwan87 Credit @TDOhex function search() gg.clearResults() gg.setRanges(gg.REGION_C_DATA) gg.searchNumber("1;2;3", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) gg.refineNumber("1", gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) local t = gg.getResults(3) for i, v in ipairs(t) do t[i].name = 'testoff' end gg.addListItems(t) gg.clearResults(t) end search() on = "[OFF]" off = "[ON]" test = off function main() menu = gg.choice({ test.." Test", "Exit"}, nil, "Example by @TDOhex") if menu == 1 then if test == off then test = on local t = gg.getListItems(testoff) for i, v in ipairs(t) do if v.name == "testoff" then t[i].value = 0 t[i].name = 'teston' end gg.setValues(t) gg.addListItems(t) end else test = off local t = gg.getListItems(teston) for i, v in ipairs(t) do if v.name == "teston" then t[i].value = 1 t[i].name = 'testoff' end gg.setValues(t) gg.addListItems(t) end end elseif menu == 2 then print("Thanks to visiting @TDOhex") gg.copyText('https://t.me/TDOhex') intro = "Join to @TDOhex" for i = 1, #intro do gg.toast(intro:sub(1, i) .. "_✍") gg.sleep(140) end local t = gg.getListItems() gg.removeListItems(t) os.exit() end end while true do if gg.isVisible() then gg.setVisible(false) main() end end I just shared it... On-Off_Example.lua
  14. View File HeadLand hack This script is for the game Headland. Functions: HUGE DAMAGE, UNLOCK GAME Submitter Kruvcraft Submitted 12/26/2020 Category LUA scripts  
  15. View File 10 Latest Pubg Scripts decrypted {Direct download link all 10 :) } Fed up with those noob**s uploaders who put latest version in link shortener site & put outdated old versions in download section. Ya me too. F**k them. Here I come to the rescue. Long Live GG, Long Live Cheating ???? Submitter Derby240 Submitted 09/12/18 Category LUA scripts
  16. View File PUBG scrpit The script author is Chinese! Can be used in China server! When the "Tencent" interface,seek 1,Then you can open the script. If you want using the script , dont forget for edit select memory range/pilih rentang memory . checklist in section ✓ B: BAD (DANGEROUS). My telegram is @heheda233,You may ask me if you have a problem.WeChat is GGscrpit Submitter pace Submitted 03/28/18 Category LUA scripts pubg4.11update
  17. Version 1.0.1

    4,262 downloads

    THIS WILL GIVE U UNLIMITED BULLETS IF YOU WANT UNLIMITED GOLD CONTACT ME ON MY DISCORD
  18. Version 1.0

    3,134 downloads

    Script PUBG Mobile 0.7 7uP Network v1.0 Password : 7 Features on screenshot 7uP Network Channel : - Youtube : http://bit.ly/2L9mqKR - Discord : https://discord.gg/MPsGK3t
  19. Version 1.5.13

    411 downloads

    Cheats are : money , nitro,ghost This is my channel id https://t.me/script_gg
  20. Version 2.0

    31,451 downloads

    Hello, i update Among Us script Creator Public_Scripts Rama Production.
  21. 2,852 downloads

    Hello everyone, I am bringing you the latest script from the Pool Billiard Pro game with even more powerful features important (READ) ! For the "Online" option it means only to work on online mode! , Offline mode is the same as online, it works in Offline mode is the same as online, it only works in offline mode. But not for the feature in main menu, it works in all modes! An explanation of its features - Magnet Hole This makes it easier for your ball to enter the hole - Bug Wall Your ball can pop out of the table - Boost Cue +50 (Online Mode) Adds power to the stick by 50 - Long line (Online Mode) Make the lines on the stick long - Unlock All Level Cue (Online Mode) This allows you to buy sticks even if you haven't reached the level yet - Arcade 100 Combo (Offline Mode) Makes you always do 100 combos - High Cue Left Change your left Cue to 999 Important Again! (READ) The script in the main menu must be activated in the lobby or before playing Online mode must also be activated before playing For offline mode it must be activated while playing, read the tutorial in the script!
  22. Version 1.3

    1,384 downloads

    Password: MooMoo [ - ] Removed list start and list end [ + ] Made God mode automatic [ + ] Fixed hide script (btw I wasn't able to log into my main account ) https://moomooscripterboi.weebly.com/scripts.html Video: https://youtu.be/Ov96-A2h1K4
  23. Version 1.0.0

    2,258 downloads

    Pocong Hunter — Woi njir script pertama gua nih Hello Everyone this my first post Feature look at screenshot Password : 333 sorry im forget to add password
  24. Version 1.0.2

    12,651 downloads

    Hello everyone, I present a script that allows you to have the stats thoroughly on ayé only french and serie A ideal for the career zidane part 1/2 Video with description:
  25. Version 1.0.0

    17,344 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
×
×
  • 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.