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 Racing Fever Cheats are : money , nitro,ghost This is my channel id https://t.me/script_gg Submitter Mojihacker Submitted 09/02/2021 Category LUA scripts  
  2. View File save the koala Cheats are : hack leaf and heart This is my channel id https://t.me/script_gg Submitter Mojihacker Submitted 09/02/2021 Category LUA scripts  
  3. View File HOW TO MAKE A LUA SCRIPT FOR ANY GAME More scripts from the creator This is a template that will help you create a script menu for any game Download the apps used in this video: lua editor GG tester WATCH THESE VIDEOS TO KNOW HOW TO MAKE A LUA SCRIPT FOR ANY GAME PART 1 WATCH THIS VIDEO TO KNOW HOW TO MAKE A LUA SCRIPT FOR ANY GAME PART 2: PART 3 Submitter RONO_PLAYS Submitted 04/27/2019 Category Templates  
  4. View File Car Machine Simulator 3 Hack Maximum Gold Maximum Cash CMS 3 with Game Guardian Submitter zodiac698123 Submitted 03/25/2019 Category LUA scripts  
  5. Noobhoch12

    Reset all changes

    Hi I'm trying to make a simple script for a game and its working : ) but I want to add a button to reset all the changes I've done but I dont know the code for it so can someone help me Thanks
  6. Hey guys long time i haven't posted a guide in a long time but here it is! today ill teach you how to create a game guardian script with multiple protections and make it look awesome! we are going to add in the script: *A password (could be cracked with a password cracker so multi passwords could be usefull instead) *Rename blocker (this was made by: @TopGEOYT) this gets the file so we can check if they changed the file name! *Encryption Tool (use any encryption tool you would like but i reccomend you not use the simple XOR Encrypt program) *Adding Emojis (this makes it more awesome and gives it some art! we don't want it to look boring) You may add more to it im not stopping ya --main script --Version: 1.0 --Coder: yourCoderName --Game: Gangstar City --Description: Gangster City script, contains fire rate, unlimited ammo, super jump and more hack options :) script_file_name = gg.getFile():match('^/]+$') file_name = "main.lua" if script_file_name == file_name then gg.alert("Verifcation: Passed") else gg.alert("Verication: Failed") os.exit() end ------------------------------------- function LAUNCH() menu = gg.choice({ "Super Jump v1.0", "Aimbot", "Weapon Fire rate" "Exit" },nil,"put any text here") if menu == 1 then end if menu == 2 then end if menu == 3 then end if menu == 4 then end end myPassword = "2021" input = gg.prompt({"ENTER PASSWORD"}, {[1] = '0'}, {[1] = 'number'}) if input[1] == nil or not myPassword then gg.alert("Wrong Password") os.exit() else LAUNCH() end first this will check the file then prompt the user to the password then the menu starts! All ya need is your values and then your encryption tool then your emojis then your finished! if you have any questions reply down below and ill be there soon!
  7. View File Sky Children of Light Teleport, infinite energy, invisible cape Home party, blue color telegram group: https://t.me/joinchat/W4KLRx6ntl04ODJh Submitter leonkappo Submitted 04/10/2021 Category LUA scripts  
  8. View File [] Eɴᴄʀʏᴘᴛ Tᴏᴏʟ • PᴇᴅɪᴀG [ɪɪɪ] Hello everyone today i will publish this new encrypt tool by me of course well it's specific compiler which cannot be decrypted by anyone only with editing opcode and also making chars decoded and decoding base64 which can take a long time to decrypt it but don't worry we will make updates weekly to ensure your quality and services Informations : ✓ Encrypted By (Nika)[TopGEO] @TopGEOYT @TopGEO ✓ Need connection internet to get activity and login infos (20kb/s{ ^ or Up}) ✓ Fixing encoding others string (Algorithm detection of using [[,]] or [=[,]=] ) ✓ Encryption Premium need In-Script Purchases ™ Website ™ : https://mrkendomg.000webhostapp.com/ = Click on the card to see information about my Encryption if you are satisfied and you wanna buy contact me for keys ™ Telegram ™ : @MrKendom Enjoy Using Product Submitter MrKendom Submitted 03/27/2020 Category Tools  
  9. View File Counter attack hack for esport This is a fun version to use in video in the game counter attack : Features : - Wall hack - Radar Hack - Aim boost Why this cheat ? : This script can be use in scrims without any people see it , use wall hack front of mods and dev and they will not see even if you don't spray in wall Why download this script ? : It is a optimize version from script , using SW gg in the game you can also controle time so don't need to use speed in the script.Using this script you prove to the dev of this game he should really listen player . You can use this script in all version , the game will not be laggy even for some device. Thank to Candy10 for his help. Submitter DevShouldListen Submitted 02/15/2020 Category LUA scripts  
  10. 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
  11. [ 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!
  12. View File Script PUBG Mobile 7uP Network 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 Submitter mello-7uP Submitted 08/22/18 Category LUA scripts
  13. View File FLIP THE GUN THIS WILL GIVE U UNLIMITED BULLETS IF YOU WANT UNLIMITED GOLD CONTACT ME ON MY DISCORD Submitter SHUVAM Submitted 11/29/18 Category LUA scripts
  14. View File Pubg Mobile 0.9.5 Hack Vip Script https://youtu.be/rCKanH_h_gY - Bypass 2018/12/6 - ColorHack - WallHack - NoRecoil 50% - AimHead 50% + Headshot - Lift Sit Down/Stand - Magic Bullet - Aimbot 100% - No Foot - Antena 400m - Black Sky - No Report For instructions how to install with no ban and how to use without root go here https://t.me/joinchat/AAAAAFAMnwMg8H3mGY1QGw For new VIP version 1.2 with updated bypass and antiban text me in telegram @Kirill_Dvenskikh or text on email [email protected] Submitter PubgHacking Submitted 12/16/18 Category PUBG
  15. Nome do arquivo solicitado: hyper heroes Link para Download: https://play.google.com/store/apps/details?id=com.nkm.kp.hh&hl=pt-BR É o jogo com o lado do servidor: NA-041 Comentários: I would like this game to be tested by the game guardian I can use the game guardian in 50% of the game I can not raise gold and diamonds I try to run the lua file script but it gives error
  16. Version 1.1 - fixed 0.2

    612 downloads

    Hopefully, the script works on your device! i dunno about anti-cheat use at your own risk Swordash Script — Hi I made this script because of my frustration of losing lol (skill issue), actually this script is only for me personally but if you need this please download it. Feature — There is only one feature in this script which is God Mode, you can be invulnerable to all attacks. Last — If you think this script is useful please help subscribe on my YouTube channel ArRize & Visit my website Here. Video review the script : Click Me!
  17. Hello friends, does anyone have a script for the old and offline version of D-DAY?
  18. Version 1.0.0

    273 downloads

    Telegram: https://t.me/+dqNrOHrRDB9mYWQ ARMV8 / 64 BIT Only. [MOD MENU] - Free Premium - - Max Durability - - Dump Opponents - - Free Craft (Work in Progress) - - No Hunger & Thirst, Infection - - Insta Travel / Free - - Fast Level Up - - Fast Perklevel Up - - Maximum Stacksize - - bypass -
  19. [ @kiynox ] could this script be any better? function menus() choices = gg.choice({'Prepare spam','Search','Exit'}) if choices == nil then os.exit() else if choices == 3 then os.exit() else prepares(choices) end end end function prepares(choices) if choices == 1 then gg.clearResults() gg.searchNumber("9;74;8.0", gg.TYPE_FLOAT) gg.refineNumber('74', gg.TYPE_FLOAT) chatspam = gg.getResults(gg.getResultsCount()) gg.addListItems(chatspam) elseif choices == 2 then gg.loadResults(chatspam) gg.getResults(1000) chatspam = gg.prompt({"Enter which letter you want to spam?(0 = A, 1 = B, 2 = C, 3 = D, 4 = E, 5 = F, 6 = G, 7 = H, 8 = I, 9 = J, 10 = K, 11 = L, 12 = M, 13 = N, 14 = O, 15 = P, 16 = Q, 17 = R, 18 = S, 19 = T, 20 = U, 21 = V, 22 = W, 23 = X, 24 = Y, 25 = Z)"}, {[1] ="0"}, {["1"] ="number"}) if chatspam == nil then gg.alert("you haven't searched anything so the script will restart!") return end gg.editAll(chatspam[1] ,gg.TYPE_FLOAT) chatspam = gg.getResults(gg.getResultsCount()) end end knxs = false while true do if gg.isVisible(true) then knxs = true else knxs = false end if knxs == true then menus() else gg.setVisible(false) end end
  20. Version 12.2.2.4.3

    7,676 downloads

    REAL RACING 3 CAR CHANGER Working RR3: 12.2.2 Current version: 12.2.2.4.3 Description: Change car at will. Instructions: Execute Step 1 in the garage by selecting the desired car, then go to the race and replace the car with the one previously selected by running Step 2 Known issues: May not work in some devices. Search mode does not work in omp (x64) Video:
  21. 325 downloads

    A hill-climb-racing-2 script to unlock all adventure hats for free!! Contact me on discord : OTOP#5353
  22. Version 1.1.0

    325 downloads

    Free shop in hill climb racing 2 version 1.52.0 (arm64) Tutorial : https://media.discordapp.net/attachments/990363308655775754/1031629176245071902/20221017-200354.mp4
  23. Version 1.3

    35,490 downloads

    https://youtu.be/rCKanH_h_gY - Bypass 2018/12/6 - ColorHack - WallHack - NoRecoil 50% - AimHead 50% + Headshot - Lift Sit Down/Stand - Magic Bullet - Aimbot 100% - No Foot - Antena 400m - Black Sky - No Report For instructions how to install with no ban and how to use without root go here https://t.me/joinchat/AAAAAFAMnwMg8H3mGY1QGw For new VIP version 1.2 with updated bypass and antiban text me in telegram @Kirill_Dvenskikh or text on email [email protected]
  24. Version 1.2.5

    54,762 downloads

    Insane all working hacks 70+ of them enjoy Made By darklegend hacks Sub on youtube
  25. pace

    5.1new free scrpit

    Version 1.0.0

    4,148 downloads

    https://t.me/pubglua
×
×
  • 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.