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. View File 8Ball Pool Long Line Hack 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 Submitter justanoob121 Submitted 03/11/2022 Category LUA scripts  
  2. Hi, I need help with the prompt command, I want to know if it's possible to replace sleep function in the code below with some other method in which I can choose when to execute the refine function local fi = gg.prompt({"Enter Clip Size"}, {[1] ="0"}, {[1] ="number"}) gg.searchNumber(fi[1],gg.TYPE_DWORD) gg.getResults(20000) gg.sleep(3000) local gi = gg.prompt({"Shoot And Enter Clip Size"}, {[1] ="0"}, {[1] ="number"}) gg.refineNumber(gi[1], gg.TYPE_DWORD) gg.getResults(100) gg.sleep(5000) local gti = gg.prompt({"Shoot And Enter Clip Size last time"}, {[1] ="0"}, {[1] ="number"}) gg.refineNumber(gti[1], gg.TYPE_DWORD) local t = gg.getResults(3) for i, v in ipairs(t) do t[i].freeze = true end gg.addListItems(t) gg.setRanges(gg.REGION_CODE_APP,gg.REGION_C_ALLOC, gg.REGION_C_DATA,gg.REGION_ANONYMOUS) One thing that just came to my mind is using functions, sleep and a loop and asking to either sleep or use refine in prompt, please give ideas and new methods to use. I used setranges function in the beginning but it was only searching in anonymous region,why??
  3. View File Heroes Strike Offline Cheat is for gem and coin Id my channel: https://t.me/script_gg Submitter Mojihacker Submitted 09/12/2021 Category LUA scripts  
  4. View File Alien Shooter-Lost City Cheat money and help use script in. The game My channel https://t.me/script_gg Submitter Mojihacker Submitted 09/01/2021 Category LUA scripts  
  5. View File Ultra Mod Menu For Roblox *PLEASE NOTICE THAT I DO NOT OWN THIS CONTENT* I am sharing this content with the behalf of the gameguardian community. Credit goes to this guy right here as this is where I found this at... Submitter WhiteBoy420 Submitted 04/05/2019 Category LUA scripts  
  6. View File [Updated]Left to survive all weapons and helicopter one hit & no reload Hello wassup Guys today i will show how to kill all zombie one hit in this video. It works in online mode too. Click here to subscribe to my youtube channel Submitter zodiac698123 Submitted 03/16/2019 Category LUA scripts  
  7. 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  
  8. Hello, I just created my first lua script on the Dragon Ball Legends game on Android and I would like to have your opinion on this work which took time because I started ... The ModMenu includes the following options: - GodMod: Become Invincible - Weak Ennemy: Make the opponent vulnerable (choice of the number of enemies to automate the task) For the Weak Ennemy, when the opponent dies in excruciating pain after your fatal blow with the infinity glove, you automatically return to GameGuardian and the next opponent is automatically made vulnerable, until you extermination of each opponent. ::start:: mort = 1 gg.setVisible(true) gg.clearResults() gg.clearList() menu = gg.choice({"GodMod","Weak Ennemy","Both"},nil,"VIP ModMenu Dragon Ball Legends") if menu == nil then goto stop end weakmod = 1 godmod = 1e30 if menu == 1 then both = false goto a end if menu == 2 then both = false goto b end if menu == 3 then both = true goto a end if menu == nil then goto stop end ::a:: data = gg.prompt({[1]='My HP'}, {[1]=nil}) if data == nil then goto start end gg.searchNumber(data[1], gg.TYPE_FLOAT, false, gg.SIGN_EQUAL, 0, -1) empty = gg.getResultsCount() if empty == 0 then gg.clearResults() gg.searchNumber(data[1], gg.TYPE_AUTO, false, gg.SIGN_EQUAL, 0, -1) end gg.getResults(12) gg.editAll(godmod, gg.TYPE_FLOAT) gg.clearResults() gg.toast("GodMod ACTIVATED") if both == true then goto b else goto stop end ::b:: choix_nb_ennemy = gg.choice({'1', '2', '3'}, nil, 'Ennemy Number') data = gg.prompt({[1]='Ennemy HP'}, {[1]=nil}) if data == nil then goto start end gg.searchNumber(data[1], gg.TYPE_AUTO, false, gg.SIGN_EQUAL, 0, -1) next_ennemy = data[1] gg.getResults(20) gg.editAll(weakmod, gg.TYPE_FLOAT) gg.toast("Weak Ennemy ACTIVATED") goto c ::c:: if gg.isVisible(true) then gg.setVisible(false) end if choix_nb_ennemy == 1 then nb_ennemy = 1 end if choix_nb_ennemy == 2 then nb_ennemy = 2 end if choix_nb_ennemy == 3 then nb_ennemy = 3 end while mort <= nb_ennemy do if mort == nb_ennemy then break end for i, v in pairs(gg.getResults(16, nil, nil, nil, nil, nil, gg.TYPE_DWORD | gg.TYPE_QWORD)) do if v.value > 1 and v.value ~= next_ennemy then gg.toast("Ennemy is DeadBack to GG...") gg.sleep(1000) next_ennemy = v.value goto d end end end gg.toast("Ennemy is DeadYOU WIN") goto stop ::d:: mort = mort + 1 gg.setVisible(true) gg.clearResults() gg.searchNumber(next_ennemy, gg.TYPE_AUTO, false, gg.SIGN_EQUAL, 0, -1) gg.getResults(16) gg.editAll(weakmod, gg.TYPE_FLOAT) gg.toast("Weak Ennemy ACTIVATED") goto c ::stop:: if gg.isVisible(true) then gg.setVisible(false) end gg.clearResults() os.exit() I also have a question: Can we make sure that the values are automatically found at the launch of the script without the user entering anything? For example when the fight begins, my character has 1 500 000 HP, can we find this value without the user entering "1500000" in the script? Thank you for your feedback! WebReveuse1
  9. View File [Template Tool]Script Template Adder Thanks to Top GEO for helping me out with this Script! Features: Creates a script to a Custom Path with a Custom Name and a Custom Extension The Created script will leave a Small Template for a script that can run in the Background @TopGEOYT Submitter YeetMeister Submitted 07/27/2019 Category Tools  
  10. Hi there! im Asmz, and I'm new on game guardian community and recently in a game called "skullgirls" some peculiar hacks appeared and so far I haven't found an explanation for it. as you can see in the images they have unlimited money hacks and "relics" (lootbox), right after seeing this I remembered that there is a "game guardian" that can modify values so I would like to ask what methods might have been used to hack these coins and lootboxes? I had seen another older post here on the blogs of people trying to hack in a simpler way and not succeeding it was only possible to hack the damage, cd skills and defense of the characters (only in fight, not permanently). Additional information about the game that may be useful: the game has a level progression system that rewards "theonites" "coins" "premiere delight" there is a story mode in the game that gives players rewards after finishing on certain difficulties there is an in-game option where you get resources for watching ads, they are limited to 5 per day and it takes 5 minutes before you can watch another ad Anyone who is willing to help and wants more information / or wants to talk to me here is my discord: layono
  11. Version 2.1

    1,415 downloads

    Hey guys Luffy here First Password Is :- LUFFY I am Back With New Script For Sim City Real Server This Took Me A Lot Of Efforts to Made the script IT'S A ONLINE SCRIPT SO IT WILL AUTOMATICALLY UPDATED AND IT IS HAVING A PROTECTION KEY THAT WILL BE ON MY VIDEO Link of The Video Make sure to Follow Me For New Script Byeee
  12. View File Gardenscapes - Unlimited COINS/MOVES GARDENSCAPES LUA SCRIPT - HACK COINS AND MOVES > Tested on game version : 6.1.2 (Google Play Store) > How to use this script (fast demo) : https://youtu.be/Eria9li0nqM The code written in this file is open source, licenced under the Unlicense. Submitter FloatKey Submitted 04/18/2022 Category LUA scripts  
  13. Version 1.0.1

    1,157 downloads

    Telegram: https://t.me/+dqNrOHrRDB9mYWQ Many useful Hacks for Westland ARMV8 / 64 BIT Only. PASS:0000 [Caution risk to be banned] [MOD MENU] - VIP Active - - Gamespeed x3 (testing) - - Most Opponents are blind - - Unlock Map Events - - Unlock Premium Events - - Insta Travel - - Godmode (Eat any Food & Switch Armor) - - Auto Kill (Activate before Enter Map) - - DMG & HEALTH & Hungry mod - - Unlock Pet Bait - - Unlock All Mount (Give pet to NPC) - - High Durability & No lost on Death - - Repair Durability (only Base) - - Free Build / Upgrade / Finalize - - Amulet & Ring Max STATS on CRAFTING - - Weapon Split - - FREE SHOP & SPIN & Free Trader - - Calender Take Daily Rewards - - Automaticly Unlocking Location Doors -
  14. Version 1.0.1

    903 downloads

    Version 1.11.2 Rebel Inc. with money and corruption remover
  15. Saan_Modz

    Run CPP

    Version 1.0.0

    353 downloads

    Run CPP in LUA MemorySearch("0.99000000954", gg.TYPE_FLOAT) MemoryOffset("0.57735025883", -0x4, gg.TYPE_FLOAT) MemoryOffset("0.00999999978-7", -0x8, gg.TYPE_FLOAT) MemoryWrite("-1", -0x8, gg.TYPE_FLOAT) MemoryClear() Telegram
  16. Version 1.0

    357 downloads

    Simple script, for a simple fun game Game: Crash Drive 2 Game version: 3.90 architectures : 32 bit Features: Money hack Nitro hack Max level Unlock all maps
  17. Version 0.3

    996 downloads

    Attention: this script is for 32bit version, u can test it on 64bit see if it works or not. Game version: 1.8.55 Features: God mode Fire rate High damage Infinity ammo Wall Hack (go through walls) t.me/RealWanteD
  18. Version 1

    1,401 downloads

    GARDENSCAPES LUA SCRIPT - HACK COINS AND MOVES > Tested on game version : 6.1.2 (Google Play Store) > How to use this script (fast demo) : https://youtu.be/Eria9li0nqM The code written in this file is open source, licenced under the Unlicense.
  19. View File Crash Drive 2 Script Simple script, for a simple fun game Game: Crash Drive 2 Game version: 3.90 architectures : 32 bit Features: Money hack Nitro hack Max level Unlock all maps Submitter RealWanteD Submitted 12/06/2022 Category LUA scripts  
  20. View File AdventureHATS.lua A hill-climb-racing-2 script to unlock all adventure hats for free!! Contact me on discord : OTOP#5353 Submitter OTOP Submitted 10/18/2022 Category LUA scripts  
  21. View File OTOPver1.1.lua Free shop in hill climb racing 2 version 1.52.0 (arm64) Submitter OTOP Submitted 10/17/2022 Category LUA scripts  
  22. View File Forward Assault Flamer Hack V1.0 [Complete new menu and Fresh Releas] by ChoosenModz Now its finally out: The ultimate mod menu for Forward Assault!!! A complete new Design and now... A multichoice menu! What does Finally Work: Everyrhing but not the unlimited armor and onetap Wanna stay updated??? Follow me at the gameguardian forum and subscribe to me on YouTube: TheChoosenOne IV! C ya l8tr guyz! (PS: for the gameguardian mods: thats not an update for my old script. Its a complete new but only with the same name. Is there still a problem, contact me at [email protected] and dont strike me again please!) Disclaimer: I used some scripts from: ItsOkayBear, The guy who made the flame engine and The Hacker/Mod (btw this guy stole the script from the one, who made the best hack: The Flame engine.). os.exit() Submitter ChoosenModz Submitted 01/13/2020 Category Forward Assault  
  23. View File Free Fifa mobile 20 ayé stats 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: Submitter SquadRat Submitted 12/16/2019 Category LUA scripts  
  24. Hello im wondering if is there a better way to coding this i just want to edit every 4th index of the table
×
×
  • 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.