Leaderboard
Popular Content
Showing content with the highest reputation since 05/30/2025 in all areas
-
Version v05 20251403
15,924 downloads
UPDATED 30 Mar 2025 ( 220 Total Games ) ** No longer able to hack/update after phone upgraded ** 1945 Air Force 3D Pool Ball ACE Fighter Agent J Aliens vs Zombies Almost A Hero Ancient Allies TD Angry Birds 2 AnimA Archero Arrow Quest Attack Hole Auto Hero Awesome Tanks Ball Blast Bang Bang Rabbit Battle Strategy TD BeatStar Beyblade Rivals Bladebound Blitz: R.o.Heroes Boom Castle Boom Stick BounceMasters Bowmasters Box Head ZMD Brawl Fighter Brick Inc Bricks Breaker GB Bullet Echo Bullet Echo India CarX Highway Catapult King Chill & Kill Clan Race Clash of Destiny Conquer the Tower Conquer the Tower 2 Crossy Road Cyber Surfer DC Heroes & Villains Dead Ahead ZW Dead Raid ZS 3D Dead Trigger Dead Trigger 2 Dead Warfare Death Invasion Surv Defenders 2 Defense Legend 5 Demon Blade Devil Eater Dice Dreams Disney Heroes BM Doomsland Dragon Ball Legends Dragon POW! Dream Defense Dust Settle Dye Hard Endless Frontier Epic Stickman Faily Brakes 2 Fight for America Final Galaxy Fire Hero 2 Forged Fantasy Frozen: Free Fall Fruit Ninja 1 Fruit Ninja 2 Galaxiga Galaxy Attack SG Galaxy Shooter AFW Gems of War Grow Castle Grunt Rush Gun War Hero Blitz Hero Factory Heroes of Mavia Heroes vs Hordes Hockey All Stars 24 Honor Bound Horizon Chase Hyper Heroes Idle Hero TD Impossible Space Imposter Battle Royale Impostor Shooter MR Infinity Ops Infinity Shooter OS Injustice Gods A.U. Into the Dead 2 Island War Jewel World Museum Jurassic Monster World King of Defense Kingdom Clash Last Hero S.A Left to Survive Legion Master Lilys Garden Lonely Survivor Loot Heroes Mad Skills MX3 Magic Rampage Magic Siege Major Gun 2 MARVEL C.o.Champions Match Hit Meow Hunter Merge Archers Mini Golf King Mini TD 2 Mob Control Modern Sky War Moto Rider BRG Mr. Autofire NecroMerger NERF Superblast NFL Rivals Ninja Turtle Legends NonStop Knight 2 Otherworld Legends Pac Man 256 Panda Pop BS Perfect Kick 2 Pocket Necromancer Pokemon Quest POOKING Billliards City Pool Stars Puzzle Brawl Quest 4 Fuel R.A.C.E. Racing Legends Raid Royal 2 TD Raid Rush Raiden Fighter Ramboat 2 Real Steel Boxing Champ Realm Defense Red Siren Rival Kingdoms Robot Warfare Rodeo Stampede Royal Match Sci-Fi TD Module Shadow Gun ESW Shadow Knights Shadow Legends S.F. Shadow of Death Shadow Slayer Shadowgun Legends Shooter.io.WS SkullGirls Sky Force Reloaded Slash and Girl Slime Castle Smash Bandits Sniper 3d Sniper Strike Sonic Boom 2 Space Shooter GA Squad Alpha Star Force Steampunk Tower Steel Rage Stick Ninja 3v3 Stick War Saga Stickman Archer Online Storm Blades Street Racing 3D Stupid Zombies 1 Subway Match Survive Squad Surivor Z Swamp Attack 2 Tacticool Tank Combat WB Tank Hero Tank Stars Tap Titans 2 Tiny Gladiators 1 Tiny Gladiators 2 Top Troops Tower and Swords Tower Conquest Tower Defense BZ Tower Gunner ZS Towerlands Toy Blast Traffic Rider Transformers Bumblebee Transmute: GB Turret Defense King Undead City ZS Undead VS Demon Under Dark Unkilled Wacky Battles War Commander R.A. War Heroes War Inc : Rise War Strategy Game Warhammer 40k Tacticus Warzone Commander Wind Wings World of Artillery World Robot Boxing World Robot Boxing 2 WWE Mayhem WWII Defence Zombeast Zombie Defense Zombie Fire 3d Zombie Hunter Zombie State Zombie Warfare TDP Zombies Boom Zombtube5 points -
Recover Energy = 26; 96 Recovery Porion (L) = 27; 4448 Recovery Potion (S) = 28; 96 Mystic Flute = 29; 352 Small Flute = 30; 96 Holy Herb = 31; 4448 Sacred Leaf = 32; 96 Energizing Stew = 33; 352 Energizing Riceball = 34; 96 Mystic Elixir = 35; 96 Homeopathic Elixir = 36; 352 Eternal Candle = 37; 96 Awakening Vessel = 38; 352 Royal Gift = 39; 32864 Kairo Flan = 40; 32864 Wairo Flan = 41; 32864 Kairo Creamy Cake = 42; 32864 Wairo Creamy Cake = 43; 32864 HP Orb = 44; 32864 MP Orb = 45; 32864 Vigor Orb = 46; 32864 Power Orb = 47; 32864 Resilience Orb = 48; 32864 Agility Orb = 49; 32864 Fortune Orb = 50; 32864 Miracle Mallet = 51; 352 Wisdom Orb = 52; 32864 Dexterity Orb = 53; 32864 Forage Orb = 54; 32864 Travel Orb = 55; 32864 Fondness Orb = 56; 32864 Running Shoes = 57; 96 Blessed Rain = 58; 96 Bounty Bag = 59; 96 Pouch (Grass) = 60; 96 Pouch (Wood) = 61; 96 Pouch (Food) = 62; 96 Pouch (Ore) = 63; 96 Pouch (Mystic Ore) = 64; 96 Skill Up Orb = 65; 104 Bronze Trophy = 66; 2152 Silver Trophy = 67; 2152 Gold Trophy = 68; 2152 Kairo Grail = 69; 2152 Crown of Courage = 70; 2152 above is Group Item IDs and Flags. i think nothing changed from this : Kingdom adventurers (#ct8d7j) for version 2.5.7 to search Group Item you had already unlocked : = 1;0;ID;Flag;4::25 ie: Miracle Mallet = 1;0;51;352;4::25 once found tap and hold ID value, choose Offset calculator and enter offset 98 as shown as below : VID_20250609020508.mp4 that get you to quantity value. as for Group Item that you had yet to unlock : search = 0;0;ID;Flag;4::25 but this time you need to activate it first the first 0 (second address above ID) is the activation value so change it to 1 the second 0 is for display "New" - same change to 1 but optional again to get to quantity use the ID value and add offset 98.2 points
-
assuming you had already named all the items in the saved list. maybe you can try this : function setPos(x, y, z) local saved = gg.getListItems() local edited = {} for i, v in ipairs(saved) do if v.name == "posX" then v.value = x v.freeze = true table.insert(edited, v) elseif v.name == "posY" then v.value = y v.freeze = true table.insert(edited, v) elseif v.name == "posZ" then v.value = z v.freeze = true table.insert(edited, v) end end if #edited > 0 then gg.setValues(edited) gg.addListItems(edited) gg.toast("Position updated and frozen.") else gg.toast("No matching posX/posY/posZ found.") end end while true do if gg.isVisible() then gg.setVisible(false) local menu = gg.choice({ "Value 1 [x:100, y:50, z:1]", "Value 2 [x:200, y:150, z:1]", "Value 3 [x:300, y:200, z:1]", "EXIT"}, nil,"Select value") if menu == nil then elseif menu == 1 then setPos(100, 50, 1) elseif menu == 2 then setPos(200, 150, 1) elseif menu == 3 then setPos(300, 200, 1) elseif menu == 4 then gg.toast("Exiting..") os.exit() end end gg.sleep(100) end2 points
-
Version 101.1
207,303,440 downloads
Overview: Play games your way! “GameGuardian” is a game cheat / hack / alteration tool. With it, you can modify money, HP, SP, and much more. You can enjoy the fun part of a game without suffering from its unseasonable design. Requires Android: 2.3.3+ GameGuardian Features Summary Runs on ARM, x64 and x86 devices, including x86 emulators (LDPlayer, Droid4X, MOMO, KOPlayer, Andy, Memu, Leapdroid, AMIDuOS, Windroye, RemixOS, PhoenixOS, AVD, Genymotion, Nox, BlueStacks etc.) Supports Android 2.3.3+ (Gingerbread) through Lollipop (5+), Marshmallow (6+), Nougat (7+), Oreo (8+), Pie (9+), 10+. Support work without root via different virtual spaces. Support different emulators like PPSSPP, ePSXe, GameBoy etc. Game deceleration and acceleration (speedhack) for ARM and x86 devices, including x86 emulators. Also supports both 32-bit and 64-bit applications on 64-bit devices using speedhack. Search feature: encrypted values. Search of unknown values when specifying the difference between values. Search addresses by mask. Explicit and "fuzzy" numeric searches. Text (String, Hex, AoB) search. Supports: Double, Float, Qword, Dword, XOR, Word, Byte, or Auto data-type searches. Lua scripting support. Modify all search results at once. Filtering of search results (address greater than and less than, value greater than and less than). Search in the background feature. 'The fill' feature. Time jump feature. Dump memory. Copy memory. Customizable UI. App locale for over 50 languages. And, much, much more. Notes: ** ROOT or VIRTUAL ENVIRONMENT ONLY ** This tool only works on rooted devices or in virtual environment (without root in limited mode)! GG can work in limited mode without root, through a virtual environment. For example, through Parallel Space, VirtualXposed, Parallel Space Lite, GO multiple, 2Face and many others. Read the help for more details. You can find more information about rooting your device at XDA Developers. Want to help us improve, or add a translation? Then please visit thread "If you want to add a new translation or improve an existing". If you are having issues with the app, please visit thread "Gathering information about GG errors". Want to donate and help keep the project going? That's awesome! You can donate any amount (anything helps) here: Donate Need help with how to use this application? Please visit "Video tutorials" and forum "Guides". Credit: @d2dyno - Owner, lead designer, project management. @Enyby - Lead coder, project management. @Trasd - Technical consultant, project management. @Aqua - Creator (retired).2 points -
GameGuardian work without root Parallel Space-Multi Accounts Best choice (no error 105)! Requires Android: Android 4.0.3 (IceCreamSandwich MR1) or later. There is support for x86. Optimized version (no error 105): Download APK VirtualXposed Requires Android: Android 5.0 (Lollipop) or later. There is support for x86. Optimized version (no error 105): Download APK DualSpace Requires Android: Android 4.0.3 (Ice Cream Sandwich MR1) or later. Optimized version (no error 105): Download APK Parallel Space Lite-Dual App Requires Android: Android 4.0.3 (IceCreamSandwich MR1) or later. There is support for x86. Optimized version (no error 105): Download APK Parallel Space Pro-App Cloner Requires Android: Android 4.0.3 (IceCreamSandwich MR1) or later. There is support for x86. Optimized version (no error 105): Download APK DualSpace Blue Requires Android: Android 4.0.3 (Ice Cream Sandwich MR1) or later. Optimized version (no error 105): Download APK DualSpace Lite Requires Android: Android 4.0.3 (Ice Cream Sandwich MR1) or later. Optimized version (no error 105): Download APK ES Parallel Accounts Requires Android: Android 4.4 (KitKat) or later. Optimized version (no error 105): Download APK GO Multiple Requires Android: Android 4.0 (IceCreamSandwich) or later. There is support for x86. Optimized version (no error 105): Download APK Dr. Clone Requires Android: Android 4.4 (KitKat) or later. There is support for x86. Optimized version (no error 105): Download APK Virtual Space Requires Android: Android 4.0.3 (Ice Cream Sandwich MR1) or later. There is support for x86. Optimized version (no error 105): Download APK NoxApp+ Requires Android: Android 4.0.3 (Ice Cream Sandwich MR1) or later. There is support for x86. Optimized version (no error 105): Download APK Octopus Requires Android: Android 4.4 (KitKat) or later. Optimized version (no error 105): Download APK AppBox Requires Android: Android 4.0.3 (Ice Cream Sandwich MR1) or later. There is support for x86. Optimized version (no error 105): Download APK Multiple Space Requires Android: Android 4.1 (Jelly Bean) or later. Optimized version (no error 105): Download APK clonneapp Requires Android: Android 4.0.3 (Ice Cream Sandwich MR1) or later. There is support for x86. Optimized version (no error 105): Download APK Parallel Accounts Requires Android: Android 4.2 (Jelly Bean MR1) or later. There is support for x86. Optimized version (no error 105): Download APK APP Cloner Requires Android: Android 4.1 (Jelly Bean) or later. Optimized version (no error 105): Download APK APP Hider Requires Android: Android 4.0.3 (Ice Cream Sandwich MR1) or later. There is support for x86. Optimized version (no error 105): Download APK Calculator+ Requires Android: Android 4.0.3 (Ice Cream Sandwich MR1) or later. There is support for x86. Optimized version (no error 105): Download APK Multi Requires Android: Android 4.0.3 (Ice Cream Sandwich MR1) or later. There is support for x86. Optimized version (no error 105): Download APK 2Face - Multi Accounts Requires Android: Android 4.2 (Jelly Bean MR1) or later. There is support for x86. Optimized version (no error 105): Download APK App Hider Lite Requires Android: Android 4.0 (Ice Cream Sandwich) or later. There is support for x86. Optimized version (no error 105): Download APK Dual App Requires Android: Android 4.0.3 (Ice Cream Sandwich MR1) or later. There is support for x86. Optimized version (no error 105): Download APK Phone (Dialer Vault) Requires Android: Android 4.0.3 (Ice Cream Sandwich MR1) or later. There is support for x86. Optimized version (no error 105): Download APK Notepad Requires Android: Android 4.0.3 (Ice Cream Sandwich MR1) or later. There is support for x86. Optimized version (no error 105): Download APK VMOS Requires Android: Android 5.0 (Lollipop) or later. Google Play APKPure Clone App Requires Android: Android 4.4 (KitKat) or later. Optimized version (no error 105): Download APK You can use other virtual spaces, but there may be a 105 error. These virtual spaces are used most often and for them there are optimized versions, so we recommend using them. Complete list of all optimized virtual spaces.2 points
-
Version 2.0.0
420 downloads
My script Paasword name Name:Eren Password:12345 Language:english Cooming soon Russian,türkçe Additional Info If you don’t know how to use the script, just check my comment above — I explained everything clearly for beginners Supported Games (Tested and Working): Superhero Battle for Justice (Old Version) Superhero Fly Panda Vampire Night Soul Less Angels Crime 1 Stickman Rope Hero 1.2 Rope Hero (Old Version) Rope Hero: Vice Town 2.2 / 1.3.1 / 1.3.3 X-Ray Robot Robot Plane Aircraft Robot Fly Swat Survival Land Amazing rope man Copter Robot Robot helicopter X-series robot And other old Naxeex games... Robot working1 point -
1 point
-
View File Obsidian Knight [ Script] Game Link ; Click Here Go To Download Play Store Hacks ; Hp Hack Ruby Hack Gold Hack Speed Hack Damage Hack Critical Rate & Critical Damage Hack Note; After each section you need to deactivate it and activate it again otherwise it will not work XRecorder_Edited_20250321_01.mp4 Submitter FTRMN Submitted 03/21/2025 Category LUA scripts1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
hello again, here iam with my curiosity and experiment on lua scripting today i will make menu and the goal is to switch between language using menu text before making this, i ve read some past topic posted by RCPOLSKI heres his topic link RCPOLSI's Topic Link but i will try to make my version with the goal that i want. local lang = {' English'. ' Español'} local langC = 0 local hackEN = {'Position'. 'Teleport'} local hackSP = {'Posición'. 'Teletransportarse'} function SelectLanguage() local menu = gg.choice({lang[1], lang[2]}, nil,'ONLY SELECT ONE LANGUAGE') if menu == nil then os.exit end if menu == 1 then langC = 1 Main() end end if menu == 2 then langC = 2 Main() end end end function Main() if langC == 1 then local menu = gg.choice({hackEN[1], hackEN[2]}, nil,'ONLY SELECT ONE HACK') if menu == nil then os.exit end if menu == 1 then --Position Hack end if menu == 2 then --Teleport Hack end end if langC == 2 then local menu = gg.choice({hackSP[1], hackSP[2]}, nil,'ONLY SELECT ONE HACK') if menu == nil then os.exit end if menu == 1 then --Position Hack end if menu == 2 then --Teleport Hack end end end while true do if gg.isVisible() then gg.setVisible(false) SelectLanguage() end gg.sleep(100) end i wonder what i write above is correct or not, i havent try it yet. maybe perhaps, you can shorten the script text length?1 point
-
1 point
-
T-Rex Bull = 1,259,125,636 Fukuimimus = 999,978,2681 point
-
local lang = {' English',' Español'} local selectHack = {"ONLY SELECT ONE HACK", "ELIGE SOLO UN TRUCO"} local hack = {{'Position', 'Teleport'}, {'Posición', 'Teletransportarse'}} local toast = {{'Position Hack chosen!', 'Teleport Hack chosen!'},{'¡Posición elegida!', '¡Teletransportado!'}} function SelectLanguage() local menu = gg.choice(lang, nil,'CHOOSE LANGUAGE / ELIGE EL IDIOMA') if menu == nil then os.exit() else langC = menu Main() end end function Main() local menu = gg.choice(hack[langC], nil, selectHack[langC]) if menu == nil then return end gg.toast(toast[langC][menu]) if menu == 1 then -- Position Hack elseif menu == 2 then -- Teleport Hack end end while true do if gg.isVisible() then gg.setVisible(false) SelectLanguage() end gg.sleep(100) end1 point
-
1 point
-
1 point
-
1 point
-
Remember I have my YouTube channel where I explain this, but I'm Latin American, so you won't understand my language: https://www.youtube.com/@jwtghackethan There is another way to obtain and hack those fragments, yesterday I discovered 3 methods and I am sharing them: ACRONYMS: Jurassic Heroes : J.H Jurassic June : J.J Snippets (How to Hack It): 1. To find the mission value: You will have to look for the value, you are looking for: Dino Code; Number of fragments: 5 Then you use the increment of 1 and find what the value is and edit it. 2. To search for values in Jurassic Heroes: You will need to look for the following as is: Triceratops : 1.769.100.302;1.634.887.011;Number of fragments Postosuchus : 1.936.674.830;1.970.499.444;Number of fragments Dilophosaurus : 1.818.838.030;1.869.115.503; Number of fragments Then we will use the magnifying glass to refine only the value or quantity of fragments and then use the increment of 1 to know which one it is. To change the fragment type to another, you must click on the value you entered and click "Go to" and you will see that above the value (3 or 4 addresses above I think) there will be 2 values. Depending on the type of fragment you chose to change, that value will appear. The values are the ones I mentioned above for J.H.'s search. It is separated by ";" the values, example: if you gave "Go to" to the Triceratops fragment, above will be the values: 1.769.100.302 (Value above) 1.634.887.011 (Value below) And you will change those values for the type of fragment you want, let's say I choose Postosuchus, then: 1.769.100.302 (Value above) —> 1.936.674.830 1.634.887.011 (Value below) —> 1.970.499.444 To see that you have entered correctly you must activate H, S, D, F, the same as those used to find a dino's code. If you have it activated you will see that the name of the dino will appear (7 letters), like Posto su (always in 2 parts because they are 2 values). 3. To find the values of the Jurassic June fragments: It's the same as J.H: (Since the fragments are from Postosuchus then): Postosuchus : 1.936.674.830;1.970.499.444;Number of fragments Then you will use the increment of 1 and you will be able to know what it is. I know it's tedious to do the missions, but there's also a way to edit the missions to just 1: You should look for: 1.970.226.029;29.806;Amount required for the mission. Then you will use the increment of 1 to know what it is and then you can edit it if you want.1 point
-
1 point
-
1 point
-
try this for i = 1, #phaseValues do SET_BUFF(phaseValues[i]) displayPhase() end1 point
-
1 point
-
hello, im still new at scripting, i tried something and it works but i need simplifier scripting, heres some part of my code local posX = gg.getListItems() local posY = gg.getListItems() local posZ = gg.getListItems() for i, v in ipairs(posX) do if v.name == 'posX' and v.flags == gg.TYPE_FLOAT then v.value = 100 end end for i, v in ipairs(posZ) do if v.name == 'posZ' and v.flags == gg.TYPE_FLOAT then v.value = 1 end end for i, v in ipairs(posY) do if v.name == 'posY' and v.flags == gg.TYPE_FLOAT then v.value = 50 end end gg.setValues(posX) gg.setValues(posZ) gg.setValues(posY) gg.addListItems(posX) gg.addListItems(posZ) gg.addListItems(posY) local searchResults = gg.getResults(10, nil, nil, nil, 1, 100, gg.TYPE_FLOAT) if searchResults.name == "posX" then for i, v in ipairs(searchResults) do searchResults[i].freeze = true searchResults[i].name = 'posX' end end if searchResults.name == "posY" then for i, v in ipairs(searchResults) do searchResults[i].freeze = true searchResults[i].name = 'posY' end end if searchResults.name == "posZ" then for i, v in ipairs(searchResults) do searchResults[i].freeze = true searchResults[i].name = 'posZ' end end gg.addListItems(searchResults) gg.clearResults() do i need an arraylist / tablelist and pointer ? for my 3 float value 100;1;50 because i need to input all values more than hundreds, if i still using script code above, it will very long writing1 point
-
local searchResults = gg.getResults(10, nil, nil, nil, 1, 100, gg.TYPE_FLOAT) would likely return nothing as you do not perform any searches beforehand. local posX = gg.getListItems() local posY = gg.getListItems() local posZ = gg.getListItems() you called it 3 times from the same list. gg.setValues(posX) gg.setValues(posZ) gg.setValues(posY) gg.addListItems(posX) gg.addListItems(posZ) gg.addListItems(posY) so was the editing. it could be as simple as this : local saved = gg.getListItems() for i, v in ipairs(saved) do if v.name == "posX" then v.value = 100 v.freeze = true elseif v.name == "posY" then v.value = 50 v.freeze = true elseif v.name == "posZ" then v.value = 1 v.freeze = true end end gg.setValues(saved) gg.addListItems(saved)1 point
-
Not very clear description, see yourself whether the following does what you want: local function setSpeedForSeconds(speed, seconds) gg.setSpeed(speed) gg.sleep(seconds * 1000) end while true do setSpeedForSeconds(1, 15) setSpeedForSeconds(5, 360) end1 point
-
1 point
-
of course they dont. only the NAME of dinos being added to the game. so then READ again : Jurassic World the Game: Trade Harbor (Mega Hack) (#2fbij4ib)1 point
-
you can read it here : Jurassic World the Game: Trade Harbor (Mega Hack) (#2fbij4ib)1 point
-
well..i dont know. you should ask @tobiashkansson on that matter. or you can just go to this site for dinos update : https://www.paleo.gg/games/jurassic-world-the-game/creatures?sort=release_date but sometime the site got updated late. by the time @tobiashkanssongave the new dinos id, the site still hasnt got update yet.1 point
-
Welcome, this post counts as a introduction, so welcome again. But it is best to make a new post with the specific question. People in the forum help out wherever is possible1 point
-
If it did not had storage permission then i don't think it would see the folders either. Are you sure you are at the correct path? Try to go to root folder and navigate from there to your SD card. And make a video and post here.1 point
-
1 point
-
1 point
-
1 point
-
Again. Have you READ anything (comments and replies) in THIS thread? if you REALLY did, then you will know what does that group search is for.1 point
-
1 point
-
tap the first address with value 25 then go to address. on that page, move the value 25 to the bottom, just above screen border. take screen shot and post it here.1 point
-
For the new season points : UTF-8 = :SSPSuit21AirPoints.amount Dword group search(ordered) = 25D;1,397,773,139D;846,489,973D;1,919,500,593D;1,852,403,536D;1,630,434,164D;1,853,189,997D::25 HEX search = h 00 53 53 50 53 75 69 74 32 31 41 69 72 50 6F 69 6E 74 73 2E 61 6D 6F 75 6E 74 00 - Season pass unlock by @NoFear is still working - Armv8 only1 point
-
use this script to edit the amount of Build items you've already unlocked. TEST_Build_Amount_V3.lua - work with 32bit and 64bit1 point
-
-- Define the menu options menu = gg.choice({ "1. Enter Value and Search", "2. Refine Search", "3. Edit Results", "4. Exit" }, nil, "Game Guardian Script") -- Function to search for the value in memory function searchValue() gg.clearResults() value = gg.prompt({"Enter the value to search:"}, {[1] = "0"}, {[1] = "number"}) if value == nil then return end dataType = gg.choice({ "1. Dword", "2. Float", "3. Double", "4. Word", "5. Byte" }, nil, "Select Data Type") if dataType == nil then return end local typeMap = { [1] = gg.TYPE_DWORD, [2] = gg.TYPE_FLOAT, [3] = gg.TYPE_DOUBLE, [4] = gg.TYPE_WORD, [5] = gg.TYPE_BYTE } gg.searchNumber(value[1], typeMap[dataType]) gg.toast("Search completed!") end -- Function to refine the search results function refineSearch() value = gg.prompt({"Enter the new value to refine search:"}, {[1] = "0"}, {[1] = "number"}) if value == nil then return end gg.refineNumber(value[1], gg.TYPE_DWORD) -- Default to DWORD for refinement gg.toast("Refinement completed!") end -- Function to edit the search results function editResults() value = gg.prompt({"Enter the new value to set:"}, {[1] = "0"}, {[1] = "number"}) if value == nil then return end local results = gg.getResults(100) -- Get up to 100 results for i, v in ipairs(results) do v.value = value[1] end gg.setValues(results) gg.toast("Values updated!") end -- Main loop while true do if menu == 1 then searchValue() elseif menu == 2 then refineSearch() elseif menu == 3 then editResults() elseif menu == 4 then gg.toast("Exiting script...") os.exit() end menu = gg.choice({ "1. Enter Value and Search", "2. Refine Search", "3. Edit Results", "4. Exit" }, nil, "Game Guardian Script") end1 point
-
First of all the tutorial is still on this thread. The 1st or 2nd page teaches the nopaew exploit. The 4th page teaches the red and green keys. They won't give the opus or skip tickets id for free. Sadly, they use it on their own personal gain. Either you learn it or no. But since no one is giving hints i will give you the app that you needed. Since that app is listed on this site i think im permited to mention it. When you go to forums title hacking app/tools you will see lots of shenanigans i mean app that helps you to mod the games. But for this game just get the vmos app works well with another eden, once you install it you could just tick the root and voila game guardian works wonder and just follow all the tutorial here. Just so you know the nopaew exploit and the keys that shared here are more than enough. In my game i have like 500000 red keys and still there after the update. With infinite red keys you will get those opus in no time with regular farming. I got 9 pieces of alter lokido opus just in 3 days. Handsome bruh signing out.1 point
-
Hey,ive been making this script for some minutes and i need help making this since it doesnt work,and this is for asphalt 8 version 5.2.0j (modded with no force update),and this script was made to help players get cars that arent for sale,but game guardian do give erros while running them also this one thing here (gg.searchNumber(input[1;2;2;2;2;123],gg.TYPE_DWORD) gg.getResults(100) gg.editAll('123',gg.TYPE_DWORD) ) The "1" of 1;2;2;2;2;123 means the car id (in case its the starter car [dodge dart],and these "2" of 1;2;2;2;2;123 means the tunning level,and the "123" of the 1;2;2;2;2;123 means the car that player wants to obtain,also i need help to edit and make the results that only have number "1" be edited to "123". modmenu.lua1 point
-
Scorpius Rex Gen 2 = -708,142,142 The Spino = -858,940,3491 point
-
Version 3.0.1
11,209 downloads
About This File This script comes with three options: 1. Duplicating items 2. Swapping items (with more than 1000 items choice) 3. Weapon Damage Just drop/pick easily found items like Bottled water and swap them into more valuable or even rare items. Ice Video 20221129-034247-1(1).mp41 point -
This video explains how you work your self up from metadata which is region Other to the values of interest in region Anonymous. This will provide with xyz, rotation radius, teleports...your free to try. Perhaps you find values of interest. The video is a bit long and i talk but its working week so cant find time for editing and writhing text. Class name has been found: HumanoidMove1 point
-
View File Super Encryption Lua GG | SELGG.lua Script for lua gg encryption (offline). ✓ Block Loader. ✓ Support all type strings. ✓ Super Loud Decrypt. ✓ Support Comment encryption. Problem : Telegram Beta version Submitter HEROGAMEOfficial Submitted 08/12/2020 Category Tools1 point
-
View File Free fire Hack UnderGround car hack Headshot Hack And More Hack No Antiban Submitter Rimon346 Submitted 12/21/2021 Category Free Fire1 point