Search the Community
Showing results for tags 'Lua'.
-
- 4 comments
- 2 reviews
-
2
-
- Pubg Mobile
- Script
-
(and 2 more)
Tagged with:
-
-
1
-
- Zombie
- Lua Script
-
(and 4 more)
Tagged with:
-
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
-
Version 1.0.0
12,740 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 ♥ ️ ♥ ️ ♥.- 4 comments
-
3
-
Hello everyone. I was searching for a script for the game: sky: children of the light Play store link: https://play.google.com/store/apps/details?id=com.tgc.sky.android And all the script was expired or not working! So I'm looking for some help to make a script for auto candle collecting. I don't know how i Start or where, how i located the candle location and save it. And how i can teleport from one candle location to another.
- 1 reply
-
1
-
- Sky cotl
- Children of the light
-
(and 4 more)
Tagged with:
-
View File Zombie Catchers Hack Script by ankit007 Zombie Catchers Hack Script by @ankit007 It a Simple Script to Hack and Increase Coins & Ploutinum int he games Zombie Catchers:- https://play.google.com/store/apps/details?id=fi.twomenandadog.zombiecatchers Hope So you like it Submitter ankit007 Submitted 07/26/17 Category LUA scripts
- 2 replies
-
- Zombie
- Lua Script
-
(and 3 more)
Tagged with:
-
Hi, I want to make script that can check instruction set architecture of the game. I'm using emulator, gg.getTargetInfo() does not work. I want to writte as less as possible but clear and effecient Currently im using path name to filter out strings. function ISACheck() -- possible instruction sets local ISA_x64Emulator = "/x86_64/" -- 64 bit emulator local ISA_x64 = "/arm64/" -- 64 bit local ISA_x32Emulator = "/x86/" -- 32 bit emulator local ISA_x32 = "/arm/" -- 32 bit local ranges = gg.getRangesList('base.odex') if #ranges == 0 then ranges = gg.getRangesList('classes.dex') end for i, v in ipairs(ranges) do if v.state == "Xa" then if string.find(v.internalName, ISA_x64Emulator) ~= nil or string.find(v.internalName, ISA_x64) ~= nil then instructionSetArchitecture = 64 dataType = gg.TYPE_QWORD elseif string.find(v.internalName, ISA_x32Emulator) ~= nil or string.find(v.internalName, ISA_x32) ~= nil then instructionSetArchitecture = 32 dataType = gg.TYPE_DWORD else print('Does not recognize instruction set') os.exit() end end end print(instructionSetArchitecture) end ISACheck() But this script quite long for its objective i think. 1.) If current script can be optimized, please post it. 2.) So i wanted to ask if it would be reasonable to use the ["end"] key in gg.getRangesList() to decide if the game is 64 or 32bit by putting a condition on that address if it exceeds 32bit? But it also got me to the next question. 3.) Games of 32bit are always loaded in memory addresses of max 32bit. But 64bit games uses 32bit memory addresses but also memory addresses of max 64bit. But is this "always" the case? Can it happen that a 64bit game is loaded at only memory addresses of max 32bit in size? It would make the whole calculating address size useless i think. 4.) Or if there is a more efficient way to get instruction set architecture. Please let me know. Please keep note, the game being a split.apk should not intervene with getting the instruction set architecture.
-
Version 2.0
3,570 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. -
- 3 comments
-
- Android mods
- Lua
-
(and 1 more)
Tagged with:
-
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
-
Hi Guys, My knowledge in mem hacking is very basic, but I love to trail and error and find my way somehow. But sometimes I need to ask if what I am trying to do is even possible or not. I have an RPG game (doesn't matter what game) with a team of 5 Avatars each has two attributes I like to change, this makes a value of 10. I can single search each value and change them no problem. But here my problem starts. I have to search them all 10 each match, and a match only last a few seconds. I spare more time in searching all 10 values one by one changing them start the match and then start the whole process over and over. I tried to pair them and do a group search I learned to narrow the process down by pairing the two values of each Avatar I want to change. I tried to group search 8 values at once but the range between each value is over 65536 so I don`t find any results this way(is there a way to make this range unlimited, since I know the values are there and I just would like to do the whole search in one go?). Ok, now we have this great Lua. I had my first slight touch with Lua in World of Warcraft and done everything I wanted there really good I had my fun (even if I don't know how it works I still managed to get the things I want in trial and error to run like I wanted so I was happy about my results). Ok back to my RPG. Is it possible to write a gg Lua where I can add in all 2 values of each 5 Avatars so the Lua makes 5 times a group search of each Avatar in one rush? Bonus question if the first question all positive: To top this I have one more issue in order to change values I have to use a formula that I have created in an excel File. So I take the visual values (they only change when an Avatar levels up so I don't do this so often) that I want to change but them in the excel(the Formula never changes), calculate the Values I have to search, enter them in game guardian, change my values and voila! would be cool if I can do all this in a Lua script that would be great fun.
- 21 replies
-
- Multiple search
- Multiple Values
-
(and 2 more)
Tagged with:
-
View File Survival Royal Hack/Script This was not made by me all credits go to Critical Hit Features: Speed Menu: 1.5, 1.7, 2.0, 2.5, 3.0, 4.0, 5.0, 10.0, .15.0, Character Color Menu: White Chams, Black Chams, Camera Move Up, Wall Climb, Go Underground, High Jump, Long Loot Range Submitter Dazzler45Plus Submitted 02/04/18 Category LUA scripts
-
Name of Game: eternium Play Store Link (If it's a paid app, the apk): Version:1.2.99 What cheat? Health, xp, gold,gems Have you tried cheating this game? Yes What happened?: it crashed Comments: plz update the script, i try for hours trying
-
View File PUBG Mobile Script By Yuukijs script Hack Undetected 3/26/2017 Please Donate: https://www.paypal.me/zanderyuuki Submitter Yuukijs Submitted 03/26/18 Category LUA scripts
- 15 replies
-
1
-
- Pubg Mobile
- Script
-
(and 1 more)
Tagged with:
-
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
-
1
-
- Lua
- Pubgmobile
-
(and 1 more)
Tagged with:
-
View File Freetrialv3 Pubgmhacks.online Free trial from our team (updated on 17 July 2018) full version has 60+ functions Visit website : Pubgmhacks.online Discord : https://discord.gg/rYWayRh 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/17/18 Category LUA scripts
- 2 replies
-
- Pubg
- Pubgmobile
-
(and 4 more)
Tagged with:
-
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
-
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
-
Version 1.3.4
4,945 downloads
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- 1 comment
-
- Lua
- Pubgmobile
-
(and 2 more)
Tagged with:
-
Version 3.0.0
5,144 downloads
Free trial from our team (updated on 17 July 2018) full version has 60+ functions Visit website : Pubgmhacks.online Discord : https://discord.gg/rYWayRh 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- 5 comments
- 1 review
-
1
-
- Pubg
- Pubgmobile
-
(and 5 more)
Tagged with:
-
This the Code i am using on Script function st1() gg.setRanges(gg.REGION_ANONYMOU) gg.clearResults() gg.searchNumber("1 073 741 824;1 058 642 330;1 099 956 224::41", gg.TYPE_DWORD) gg.refineNumber("1 073 741 824", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResultsCount() gg.getResults(1) gg.startFuzzy(gg.TYPE_FLOAT, gg.getResults(gg.getResultsCount())[1].address - 100, gg.getResults(gg.getResultsCount())[1].address - 92) gg.getResults(3)[1].value = 177 gg.getResults(3)[2].value = 5 gg.getResults(3)[3].value = -4 gg.setValues((gg.getResults(3))) end ### PROBLEM : IT'S NOT CHANGING Values ### Results of load gg.setRanges(gg.REGION_ANONYMOUS) gg.clearResults() gg.searchNumber("1 073 741 824;1 058 642 330;1 099 956 224::41", gg.TYPE_DWORD) gg.refineNumber("1 073 741 824", gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) gg.getResultsCount() gg.getResults(1) gg.startFuzzy(gg.TYPE_FLOAT, 0x7829b90e70, 0x7829b90e78) gg.getResults(3) gg.setValues({ -- table(825ca8b) [1] = { -- table(e4fc768) ['address'] = 0x7829b90e70, ['flags'] = 16, -- gg.TYPE_FLOAT ['value'] = 129.89476013183594, }, [2] = { -- table(929c781) ['address'] = 0x7829b90e74, ['flags'] = 16, -- gg.TYPE_FLOAT ['value'] = 0.37661129236221313, }, [3] = { -- table(597026) ['address'] = 0x7829b90e78, ['flags'] = 16, -- gg.TYPE_FLOAT ['value'] = 31.283729553222656, }, }) gg.setVisible(false)
-
Version 1.3.0
181,866 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 -
- 1 comment
- 3 reviews
-
2
-
- Axes.io hack
- Lua
-
(and 1 more)
Tagged with:
-
Version 1.5.0
13,999 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