Search the Community
Showing results for 'group size'.
-
-
Sorry to interfere with your activities, I want to ask for your help to fix my wrong script, I tried to create a Tamer Frontier game script, but it doesn't work when I combine data [1] with data [2] and number 9, I do it to search group, can you justify it? data = gg.prompt({[1]='Masukkan Code Number Digimon', [2]='Masukkan Jumlah Level Digimon', [3]='Masukkan Jumlah Level Yang Di Inginkan'}, {[1]='170100143', [2]='51', [3]='100',}) gg.clearResults(100) gg.searchNumber('data[1];data[2]:9', gg.TYPE_DWORD, false, gg.SIGN_EQUAL, 0, -1) My mistake is on 'data[1];data[2]:9' But when I made it become '170100143;51:9' It's work, But I want to make it easier, with no need to change the script again, how do I make it right? Please Your Help Sir...
-
How to search for two variants of the same value in a group search - GameGuardian
Enyby posted a gallery image in Video Tutorials
-
First thing, make sure address value is static in memory. Static mean, no matter address change every game restart, but address value must be in the same positions. If above has been required, you can make group search to find that value, then implementing to lua scripts.
-
Version 3.0.0
2,231 downloads
telegram group. https://t.me/decryptedlua HM = gg.multiChoice({ "1. WALLHACK SNAPDRAGON 620+", "2. WALLHACK SNAPDRAGON 835", "3. WALLHACK SNAPDRAGON 845 V1", "4. WALLHACK SNAPDRAGON 845 V2", "5. WALLHACK ALTERNATIVE V1", "6. WALLHACK ALTERNATIVE V2", "7. WALLHACK ALTERNATIVE V3", "8. WALLHACK ALTERNATIVE V4", "9. COLOR BRANCO", "10. COLOR VERDE", "11. COLOR AZUL V1", "12. COLOR AZUL V2", "13. COLOR PRETO", "11. COLOR AMRELO", "15. COLOR VIOLETA ", "16. COLOR VERMELHO ", "17. COLOR MIX V1", "18. COLOR MIX V2", "19. COLOR DIAMANTE", "20. NO RECOIL PERFECT \240\159\133\189\240\159\133\180\240\159\134\134 ", "21. WALLSHOT PERFECT \240\159\133\189\240\159\133\180\240\159\134\134", "22. MAGIC BULLET \240\159\133\189\240\159\133\180\240\159\134\134", "23. MAGIC BULLET THANOS", "24. MAGIC BULLETT THANOS V2", -
View File THANOS VIP 3.0_dec_r00tsec_offline telegram group. https://t.me/decryptedlua HM = gg.multiChoice({ "1. WALLHACK SNAPDRAGON 620+", "2. WALLHACK SNAPDRAGON 835", "3. WALLHACK SNAPDRAGON 845 V1", "4. WALLHACK SNAPDRAGON 845 V2", "5. WALLHACK ALTERNATIVE V1", "6. WALLHACK ALTERNATIVE V2", "7. WALLHACK ALTERNATIVE V3", "8. WALLHACK ALTERNATIVE V4", "9. COLOR BRANCO", "10. COLOR VERDE", "11. COLOR AZUL V1", "12. COLOR AZUL V2", "13. COLOR PRETO", "11. COLOR AMRELO", "15. COLOR VIOLETA ", "16. COLOR VERMELHO ", "17. COLOR MIX V1", "18. COLOR MIX V2", "19. COLOR DIAMANTE", "20. NO RECOIL PERFECT \240\159\133\189\240\159\133\180\240\159\134\134 ", "21. WALLSHOT PERFECT \240\159\133\189\240\159\133\180\240\159\134\134", "22. MAGIC BULLET \240\159\133\189\240\159\133\180\240\159\134\134", "23. MAGIC BULLET THANOS", "24. MAGIC BULLETT THANOS V2", Submitter akkradet Submitted 08/07/18 Category LUA scripts
-
Hello there, can someone help me how to make lua script for search multiple value? I mean not a group search.
-
You can modify your function this way: function A1() gg.clearResults() gg.setRanges(gg.REGION_ANONYMOUS) gg.searchNumber('45.0000038147;20.30000114441;4.40000009537;256D;0::84', gg.TYPE_FLOAT) local count = gg.getResultCount() if count == 0 then -- need to check count of results here too, because if nothing found, then next search will be new search, not refine -- something to perform if nothing was found else gg.searchNumber('0', gg.TYPE_FLOAT) count = gg.getResultCount() if count == 0 then -- something to perform if nothing was found else local results = gg.getResults(count) local lastResult = {results[count]} lastResult[1].value = '2.1019477e-44' gg.setValues(lastResult) gg.toast('111! ') end end end This may be considered as implementation of first approach from the ones that Enyby has mentioned. I guess that it is suitable for your case, because such group search usually won't produce many results.
-
Nothing to worry...see it as 2 days trial...we will terminate this script...and...now group invite link has changed... And amdrekt (Rat) thanks for promotion...????? U are helping us by providing free trials.. Cuz we can terminate script anytime...
-
View File PUBGMHACKS.ONLINE VIP There is the VIP Group FREE TO JOIN hahahahaha ====== https://t.me/pubgmhacksvip Script Pass == 25458565 @Enyby What is saying this newbie LMAO Submitter amdRekt Submitted 07/30/18 Category LUA scripts
-
-
With this game, work backwards, will save you lots of time. Start with text searches of level, or level name etc etc. Then pointer search. This is how I found pokeball. Cooking pot (cauldron). When you pointer search, look at nearby values that are pointers grouped with it. For each pointer might be related to what you search. Then follow pointer. It's time consuming. But is faster than "guessing" dword values. Text names of things don't lie.
-
There Are Lot of Groups in telegram app are Making Money by Encryption of Script and Selling With Names Luciq Vip,Senpai vip,Thor vip,Pmc Vip,Memory Vip,sensex Vip Like that so many groups selling the lua scripts.Now GG becamed a place where to earn money.To Stop All these Money Eaters Better Inbuilt a function log in the gameguardian Directly After that no one would buy scripts from them.@Enyby @cmp
-
Help i fount this error Possible PE at 18363488 Not valid PE header: found "2e746578" but must be "50450000" We try extract file in any case. Try make 0.dll with size 3172206742713 Size too big. Skipped.
-
- 58 comments
-
-2
-
These symbols probably appear when the code is being copied from forum. Retyping the line where an error occured most likely will help. File with the function and a call to it (run from GG to test, if it works): aimbot_function.lua You don't need to do this. If it's group search and you need to search for values of different types, then you specify the type after the value. Otherwise, you don't. In your case, there is only 1 value, type of the search is "gg.TYPE_FLOAT", meaning that float value will be searched. Example, where specifying the type is needed: Objective — search for double value 4.32, followed by dword value 7274, followed by byte value 87 with group size equal to 14. Search string — "4.32E; 7274D; 87B::14".
-
Can you tell me which file within the apk defines the size of the hitbox and or padding around it of the floating icon (im using a friends customized gamegaurdian) it basically makes an invisible box 16times bigger than the actual ic_launcher image it stops me from tapping whats behind it as well as in the speed hack mode using version 8.3.1
-
How to specify any value in a group search - GameGuardian
Enyby posted a gallery image in Video Tutorials
-
-
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:
-
Version 1.3.4
4,972 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:
-
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:
-
Version 3.0.0
5,171 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:
-
I am running on Memu with 64x OS. I posted the details below. Any idea why it isn't working for me? Does the script work with the latest release of the game? CPU Model: Intel(R) Core(TM) i5-7400 CPU @ 3.00GHz CPU Core Numbers: 4 CPU Hardware Virtualization: Support (Enabled) Memory Size: 11988 MB OS Version: Microsoft Windows 10 Pro OS Model: 64Bit Runtime Environment: 5.5.2 Normal COM Component State: Normal OpenGL Renderer: Intel(R) HD Graphics 630 OpenGL Version: 4.5.0 - Build 23.20.16.4973 GLSL Version: 4.50 - Build 23.20.16.4973 Current Graphics Driver: 23.20.16.4973 - 2-28-2018 (DirectX) Graphics Card 1: Intel(R) HD Graphics 630
-
Octopus + 32-bit Support + 64-Bit Support
Rath commented on Enyby's file in Virtual spaces (no root)