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. Is it possible to post lua files It is used to search multiple search inputs in single line Created using lua not gg lua based As gg takes time I worte it for normal lua based
  2. Platonic

    Improve script

    Can the script be improved in writing and speed? When i run the script it seems to take a suspicious amount of time to add the string names to the corresponding addresses. Im not sure how i could improve it so that the script in general goes faster. local range = gg.getRangesList("anon:linker_alloc") local valStart = range[3].start + 0x20 local valEnd = range[3]["end"] local loop = valEnd - valStart dex = {} for i = 1, loop do dex[#dex + 1] = {address = valStart, flags = gg.TYPE_QWORD} valStart = valStart + 0x250 if valStart >= range[3]["end"] then break end end gg.loadResults(dex) gg.refineNumber(0, gg.TYPE_QWORD, nil, gg.SIGN_NOT_EQUAL) local dex = gg.getResults(gg.getResultsCount()) local strPointer = {} local exe = {} for i, v in ipairs(dex) do strPointer[i] = {address = v.address + 0xC8, flags = gg.TYPE_QWORD} exe[i] = {address = v.value, flags = gg.TYPE_DWORD} end exe = gg.getValues(exe) strPointer = gg.getValues(strPointer) local lup = 1 local executable = {} for i = 1, #exe do local stringAddress = {} local final = {} for j = 1, 150 do stringAddress[#stringAddress + 1] = {address = strPointer[lup].value, flags = gg.TYPE_BYTE} strPointer[lup].value = strPointer[lup].value + 1 end strings = gg.getValues(stringAddress) for b, t in ipairs(strings) do if strings[b].value ~= "0" then final[#final + 1] = string.char(t.value&0xFF) a = table.concat(final) else break end end executable[#executable + 1] = {address = exe[i].address, flags = gg.TYPE_DWORD, name = a} lup = lup + 1 end gg.addListItems(executable) local lib = {} for i, v in ipairs(executable) do if (string.find(v.name, "libil2cpp.so")) ~= nil then lib[#lib + 1] = v break end end gg.loadResults(lib)
  3. View File Bgmi Script + Bypass by TheGameCheaters 𝙱𝙶𝙼𝙸 𝟷.𝟻 𝚂𝙲𝚁𝙸𝙿𝚃 + 𝙱𝚈𝙿𝙰𝚂𝚂 𝙿𝙾𝚆𝙴𝚁𝙵𝚄𝙻𝙻 𝙱𝚈𝙿𝙰𝚂𝚂 𝙽𝙾 𝙰𝙽𝚈 𝙱𝙰𝙽 𝚂𝚄𝙿𝙾𝚁𝚃 : 𝙱𝙶𝙼𝙸 [𝙾𝙿] -----------𝙷𝙰𝙲𝙺 𝚂𝙴𝙲𝚃𝙸𝙾𝙽 ----------- ⧬ SAFE MENU ⧬ less recoil antishake antina i pad view aim bot headshot magic bullet ⧬ BRUTAL MENU ⧬ fast parachute car jump car speed sit scop 8x zoom ---------------------------------------- FOR MORE HACKS JOIN @TheGameCheaters AT TELEGRAM https://t.me/TheGameCheaters Submitter CALISTA Submitted 08/09/2021 Category PUBG  
  4. Version 1.5.0

    16,017 downloads

    𝙱𝙶𝙼𝙸 𝟷.𝟻 𝚂𝙲𝚁𝙸𝙿𝚃 + 𝙱𝚈𝙿𝙰𝚂𝚂 𝙿𝙾𝚆𝙴𝚁𝙵𝚄𝙻𝙻 𝙱𝚈𝙿𝙰𝚂𝚂 𝙽𝙾 𝙰𝙽𝚈 𝙱𝙰𝙽 𝚂𝚄𝙿𝙾𝚁𝚃 : 𝙱𝙶𝙼𝙸 [𝙾𝙿] -----------𝙷𝙰𝙲𝙺 𝚂𝙴𝙲𝚃𝙸𝙾𝙽 ----------- ⧬ SAFE MENU ⧬ less recoil antishake antina i pad view aim bot headshot magic bullet ⧬ BRUTAL MENU ⧬ fast parachute car jump car speed sit scop 8x zoom ---------------------------------------- FOR MORE HACKS JOIN @TheGameCheaters AT TELEGRAM https://t.me/TheGameCheaters
  5. So, recently I was going through mobile games and going onto YouTube to find some Game Guardian scripts for them. I came across a game called The Wolf and decided to download a script for it. I changed the lua file of this script into a text file to better view the lua. When I opened it, I saw the entire thing was encrypted in such a fashion I have never seen before. This script's lua was encrypted into strings of numbers. My main question is this: Is there a Game Guardian script I can download and use to encrypt my own scripts in such a manner? (Into strings of numbers) Also another question: How did they do this? -- (Script attached below) - Not my script - TheWolf.txt
  6. View File ( ) Encrypt Lua GG By SMCompiler (V.V) Hello Everyone , There's very nice news to told SM Compiler Version V Finally released ! • • What's News ? √ 2 Formula Added . √ Functions & Names and Calling them are encoded . √ New AntiDecompiling Method . √ Added Fixing Strings & Alerts Bugs . √ Support Script Hackers and Cheating . √ Fastest Script Starting . √ SS Encryption Combination Is Here !! √ Added Expiration & Rename Protection . √ New UI of Compiler . • • Price : Unlimited Time - 7$ - 1 month Expiration Unlimited Time - 14$ - 2 month Expiration Unlimited Time - 18$ - 3 month Expiration • • Information : You have unlimited uses so you can create your account and share username and your password for your friends it's accepted and also you can pay to get this Encryption on all devices ! • • Small Note : Previous encrypton ( Version IV ) was not decrypted by anyone , but it's have lot of errors and doesn't support all scripts of all the world so i build this compiler to support worldwide scripts ! You can be sure that your script will be safe . Dont miss it ! Get it today ! ======= My Website : https://MrKendomG.000webhostapp.com/ ======= My Telegram : @MrKendom Submitter MrKendom Submitted 06/06/2020 Category Tools  
  7. Version 5.0

    2,871 downloads

    Hello Everyone , There's very nice news to told SM Compiler Version V Finally released ! • • What's News ? √ 2 Formula Added . √ Functions & Names and Calling them are encoded . √ New AntiDecompiling Method . √ Added Fixing Strings & Alerts Bugs . √ Support Script Hackers and Cheating . √ Fastest Script Starting . √ SS Encryption Combination Is Here !! √ Added Expiration & Rename Protection . √ New UI of Compiler . • • Price : Unlimited Time - 7$ - 1 month Expiration Unlimited Time - 14$ - 2 month Expiration Unlimited Time - 18$ - 3 month Expiration • • Information : You have unlimited uses so you can create your account and share username and your password for your friends it's accepted and also you can pay to get this Encryption on all devices ! • • Small Note : Previous encrypton ( Version IV ) was not decrypted by anyone , but it's have lot of errors and doesn't support all scripts of all the world so i build this compiler to support worldwide scripts ! You can be sure that your script will be safe . Dont miss it ! Get it today ! ======= My Website : https://MrKendomG.000webhostapp.com/ ======= My Telegram : @MrKendom
  8. View File PUBG MOBILE 1.3.0 ANTIBAN SAFE VIP SCRIPT PUBG MOBILE 1.3.0 SAFE SCRIPT FEATURES OF SCRIPT . ALL NEW & UPDATED CODES FOR 1.3.0 PUBG UPDATE .SUPPORT ALL TYPE OF PROCESSORS .SUPPORT BOTH ROOTED AND NON-ROOTED DEVICES .ALL CODES ARE 100% CHECKED AND SAFE .SIMPLE UI AND NO PASSWORD FOR MORE FREE & WORKING PUBG HACKS JOIN Submitter Brilliant_Azure Submitted 10/29/2019 Category PUBG  
  9. Version 1.3.0

    182,785 downloads

    PUBG MOBILE 1.3.0 SAFE SCRIPT FEATURES OF SCRIPT . ALL NEW & UPDATED CODES FOR 1.3.0 PUBG UPDATE .SUPPORT ALL TYPE OF PROCESSORS .SUPPORT BOTH ROOTED AND NON-ROOTED DEVICES .ALL CODES ARE 100% CHECKED AND SAFE .SIMPLE UI AND NO PASSWORD FOR MORE FREE & WORKING PUBG HACKS JOIN
  10. View File Axes.io Hack (AniHack) Weak phones do not support !!! Do not put negative reviews because of your phone, most succeed !!! ✓ 2 Languages ✓ Hacking gold ✓ Level hacking ✓ Hacking Skins ✓ Weapon Hacking Best script optimization of it's kind Telegram AniHack Script's New https://t.me/AniHackNew Submitter AniHack Submitted 08/23/2019 Category LUA scripts  
  11. Version 1.1

    5,357 downloads

    Weak phones do not support !!! Do not put negative reviews because of your phone, most succeed !!! ✓ 2 Languages ✓ Hacking gold ✓ Level hacking ✓ Hacking Skins ✓ Weapon Hacking Best script optimization of it's kind Telegram AniHack Script's New https://t.me/AniHackNew
  12. View File SCRIPT HORRORFIELD MODMENU: SPEED1 OFF SPEED2: CTIVATE WHEN IT IS INJURED. SPEED3: ENABLE AT NO STARTING. CAMERAUP: ENABLE AT NO STARTING. SLOWMOTION: AFTER THE 2ND PATIDA EVERYONE STILL SLOWS ON THE PLAYER. GOLD: TURN ON WHEN ENTERING THE ROOM AND AFTER EXIT. THANK YOU FOR CHOOSING OUR CONTENT ♥ ️ ♥ ️ ♥. Submitter D21x Submitted 07/06/2019 Category LUA scripts  
  13. Version 1.0.0

    12,925 downloads

    MODMENU: SPEED1 OFF SPEED2: CTIVATE WHEN IT IS INJURED. SPEED3: ENABLE AT NO STARTING. CAMERAUP: ENABLE AT NO STARTING. SLOWMOTION: AFTER THE 2ND PATIDA EVERYONE STILL SLOWS ON THE PLAYER. GOLD: TURN ON WHEN ENTERING THE ROOM AND AFTER EXIT. THANK YOU FOR CHOOSING OUR CONTENT ♥ ️ ♥ ️ ♥.
  14. View File Free Coupon Last Day on Earth 1.11.7 Check my channel for tutorial and other script. Submitter localhostgamers Submitted 03/14/2019 Category LUA scripts  
  15. Version 1.11.7

    1,975 downloads

    Check my channel for tutorial and other script.
  16. View File Golden Star V4 [Forward Assault 1.1038] V3 Released. Some features removed, some fixed. Features Free weapons in bomb defuse Magic bullets Big hitboxes Aimbot Jump 1-4 Speed x2-x10 FoV No Clip Wall Climb Spin Bot (purely for laughs hard to move.) Chams (white & black) Big mini map No recoil Fire Rate Burst Mode Invisible One hit kill Weapon Spawner Crouch Jump ________________ Here's a video of the script Credits to- Me, & the rest of the FA cheating community for pub cheats, for that reason this cheat is open source. Submitter 0x12b Submitted 03/07/2019 Category Forward Assault  
  17. Version 4.5

    17,673 downloads

    V3 Released. Some features removed, some fixed. Features Free weapons in bomb defuse Magic bullets Big hitboxes Aimbot Jump 1-4 Speed x2-x10 FoV No Clip Wall Climb Spin Bot (purely for laughs hard to move.) Chams (white & black) Big mini map No recoil Fire Rate Burst Mode Invisible One hit kill Weapon Spawner Crouch Jump ________________ Here's a video of the script Credits to- Me, & the rest of the FA cheating community for pub cheats, for that reason this cheat is open source.
  18. 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
  19. 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.
  20. View File UPDATE! War mafia kriptihaxxx Best war mafia hacks by me password is kriptihaxxx HAVE FUN! MORE MODS COMING SOON! NEW MODS LATER!! Updates: GOD MODE! Join my discord!! https://discord.gg/U4A9TfX Submitter Kriptihaxxx Submitted 01/24/19 Category LUA scripts
  21. Version 2.0.0

    6,064 downloads

    Best war mafia hacks by me password is kriptihaxxx HAVE FUN! MORE MODS COMING SOON! NEW MODS LATER!! Updates: GOD MODE! Join my discord!! https://discord.gg/U4A9TfX
  22. View File RoS Sfynx Hack (Discontinued) This is a Rules of Survival hack. Here is a MediaFire link with Scripts Link: https://www.mediafire.com/file/dxcpldwvrp49036/Sfynx+Scripts.zip I am going to return under the name "Pro Sfynx" all future posts will be made there! Features: - * JumpHack * - * UnderGround * - * WallClimb * - * WallHack * - * FastShoot * - * QuickHeal * - * Chams * - * NoRecoil * - * FlyHack * - * UnlimitedAmmo * - * HighScope * - *NoGrass* - * BetterNitro * - * BetterReload * - * Script Redesign * - * WeatherHack * ■■ NEW ■■ - * UnderWater * ■■ NEW ■■ Upcoming Features: - * None * This file is Discontinued sorry Submitter Kitchh12 Submitted 09/08/2018 Category Rules of Survival  
  23. Version 1.6

    10,330 downloads

    This is a Rules of Survival hack. Here is a MediaFire link with Scripts Link: https://www.mediafire.com/file/dxcpldwvrp49036/Sfynx+Scripts.zip I am going to return under the name "Pro Sfynx" all future posts will be made there! Features: - * JumpHack * - * UnderGround * - * WallClimb * - * WallHack * - * FastShoot * - * QuickHeal * - * Chams * - * NoRecoil * - * FlyHack * - * UnlimitedAmmo * - * HighScope * - *NoGrass* - * BetterNitro * - * BetterReload * - * Script Redesign * - * WeatherHack * ■■ NEW ■■ - * UnderWater * ■■ NEW ■■ Upcoming Features: - * None * This file is Discontinued sorry
  24. I want to know how to make a password Protection for my Script. Can somebody help me? Thx
  25. View File Trialv4 pubgmhacks.online Bypass added as another download with trial script... Free trial from our team (updated on 20 July 2018) full version has 60+ functions Visit website : Pubgmhacks.online Discord : https://discord.gg/QZaPjgP (link changed) Telegram group : https://t.me/joinchat/FJ6NQU-a-Cx_RorB_oJU-g Admin: strangekillers,thor8055 Use this pubg 6.0 app for no bans http://www.mediafire.com/file/k2qh1hmuc4j9j24/PUBG+MOBILE_V0.6.0.apk This app don't trigger anticheat.. Notice : Strangekillers ♔♕ Pubgmhacks.online: 2 things can be done if u get warning in game..go to phone 0/system/built prop.ini and modify it to Samsung Or Clear logs from game data After every match you need to erase your saved logs. /storage/emulated/0/Android/data/com.tencent.ig/files/UE4Game/ShadowTrackerExtra/ShadowTrackerExtra/Saved/Logs Submitter Strangekillers Submitted 07/20/18 Category LUA scripts
×
×
  • 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.