Leaderboard
Popular Content
Showing content with the highest reputation since 06/01/2025 in all areas
-
Version v05 20251403
15,931 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,309,735 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
439 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
-
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
-
Just search D-Word -> (amount of amber);377287197 and then refine to amber amount and then edit to what amber amount you want! :))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
-
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
-
for i = 1, #phaseValues do SET_POSITION(table.unpack(phaseValues[i])) displayPhase() end1 point
-
i had level 40 Pteranodon but only Fuse available. no shards level up. maybe they had not yet put for it in the game..maybe later.1 point
-
1 point
-
1 point
-
1 point
-
ah so it can be like that, what about if i need to edit them again with different value at the same time the first, 3 values was 100;50;1 and the second, 3 values are 200;150;1 then the 3rd, 3 values 300;200;1 do i need to make an array? local array1 = {100;50;1} local array2 = {200;150;1} local array3 = {300;200;1}1 point
-
View File Online Mega Script v04 (100% Free & Not Encrypted) New Scripts Added Daily/Weekly. APEX[GG]v2 UPDATED 30 Mar 2025 ( 220 Total Games ) 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 Zombtube Submitter APEXggV2 Submitted 09/24/2024 Category LUA scripts1 point
-
View File POCKET ZONE 2 X64 POCKET ZONE 2 FEATURES : * LEVEL 99 * SKILL POINTS * ITEM DUPE * UNLIMITED STAMINA ( WHEN CHANGING ZONES REACTIVATE) VIDEO TUTORIAL BELOW PLEASE LEAVE A LIKE IT GOES A LONG WAY AND ITS FREE THANKS ALOT AND ENJOY ! Submitter KUMADEIT Submitted 03/25/2025 Category LUA scripts1 point
-
gg.searchNumber('1008981770', gg.TYPE_DWORD) gg.refineNumber('1008981770') local searchResults = gg.getResults(5) searchResults[3].name = 'Target' gg.addListItems(searchResults) gg.clearResults() local Target = gg.getListItems() for i, v in ipairs(Target) do if v.name == 'Target' and v.flags == gg.TYPE_DWORD then v.value = 0 v.freeze = true v.freezeType = gg.FREEZE_NORMAL end end gg.setValues(Target) gg.addListItems(Target) gg.clearResults()1 point
-
thats their name and both are Tyrannosaur aka TRex. so Bucktrex , Doetrex. just search 7 letters. Scorpios Rex is a Hybrid. so name start with capital H. it got 2 words in the name, Scorpios and Rex. try search for HRex. yeah..not 7 letters so you have to go into each results. try figure it out yourself. as for the script you mentioned about. contact the creator and ask for an update for it.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
-
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
-
Yes you can. You need to enable developer mode and enable the option to download from unknown sources. Similar like on a normal android phone. But not all apps work on the chromebook. So you might have issues with installing games and virtual spaces. I think you can root the ARC++ or now called ARCVM which makes it possible for android apps to run on your chomebook, see here. People done it. Once you root it, the apps will obtain root access and you won't need a virtual space. So you might want to give it a try. See the tutorial.1 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
-
What EXACTLY are you looking for? Havent you READ anything in THIS thread before? Btw, there could be some mistakes along the way. that should look like this : you should get 2 results when tap and hold -> Pointer search that value 31,039,030 and when you goto each result, one should look like above. - Dword 2 at number 2 - value at 2nd address(number 3) below number 2 is your season points value1 point
-
If this happens on emulator with binary translation (Bluestacks, LDPlayer, MEmu, etc) and instructions that are modified have been executed a bunch of times before modification, then this is expected. It's not a bug in GG, it writes memory successfully, behavior will be same regardless of which external tool is used to write memory (as long as method is same, see PTRACE_POKEDATA in ptrace man page). Possible workaround is to apply modification early on, before target instructions have been executed.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
-
I've been trying to change my EXP level in Summer Break: https://play.google.com/store/apps/details?id=com.ntt.summer.ball.puzzle&hl=en (made with Unity) I have not been able to find any of the useful values in this game. Not by specific search, nor via fuzzy search. I am quite a noob when it comes to Game Guardian, but have been successful in some other games. Whether the 1XP per broken block is increased, the 50XP per watched ad (after breaking the star), or increasing the level instantly – that's all fine by me.1 point
-
Hi Guardians! Dark lord here aka OREW Im not good with offset and pointers at this moment so i need someone to make a script or pull up the addresses and thx in advance _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- Game: Kingdom two crowns State: pre paid (none free) Sources: Google play, Free source Lib: il2cpp (I have already dumb it download it from here Dumb.cs "il2cpp" What i need? 1. Free coins (add, freeze) 2. Free gems (add, freeze) 3. Unlimited stamina 4. Speed hack 5. Instant build 6. crown does not fall off 7. Spawn beggars (Spawn or Reduce the time it takes in order to Spawn) 8. Increase the damege of the Archer 9. Speed hack for NPC _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- Thx in advance1 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 -
For vmos 1.download and install game guardian 2.select 64 bit 3.select no root 4.download and install go multiple apk 5.put game guardian inside go multiple 6.run game guardian and minimize it 7.open monster hunter now 8.enjoy1 point
-
I don't understand a thing from this (I'm retarded) but it looks really cool so bump1 point
-
1 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
-
Recently i have seen your post on farmville 2: Country escape. It is a server based game, even if the values change they don't stay the same after game refreshes.1 point
-
Name of Game: Gold Miner Game Version if known: 1.5 Name of Cheat: Money Hack ($$$) Steps: Open both {Gold Miner}, and GameGuardian. Start a game and collect a piece of gold. Search for the amount of money you have. Get another piece of gold and search for the amount of money again. Repeat step 4 until a few addresses remain. Change the last few addresses to 999999999.1 point