Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation since 06/05/2025 in all areas

  1. Version v05 20251403

    16,113 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 Zombtube
    5 points
  2. 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
  3. 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) end
    2 points
  4. Version 101.1

    207,468,830 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
  5. 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
  6. 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
  7. Substitute these values for 13. public enum EItemType : // Fields public System.Int32 value__; // 0x10 public const enum EItemType None = 0; // 0x0 public const enum EItemType Heart = 1; // 0x0 public const enum EItemType Crystal = 2; // 0x0 public const enum EItemType Gem = 3; // 0x0 public const enum EItemType Gem_Free = 4; // 0x0 public const enum EItemType Heart_By_Once = 11; // 0x0 public const enum EItemType Crystal_By_Once = 12; // 0x0 public const enum EItemType Farm = 13; // 0x0 public const enum EItemType Food = 20; // 0x0 public const enum EItemType Fish = 30; // 0x0 public const enum EItemType CardPack = 40; // 0x0 public const enum EItemType Card = 50; // 0x0 public const enum EItemType Costume = 60; // 0x0 public const enum EItemType Dye = 61; // 0x0 public const enum EItemType Theme = 62; // 0x0 public const enum EItemType Ground = 70; // 0x0 public const enum EItemType ExpandItem = 71; // 0x0 public const enum EItemType UseableItem = 80; // 0x0 public const enum EItemType Booster = 81; // 0x0 public const enum EItemType MysteriousBoxReward = 90; // 0x0 public const enum EItemType Pearl = 100; // 0x0 public const enum EItemType GachaTicket = 101; // 0x0 public const enum EItemType MinigameGoods = 200; // 0x0 public const enum EItemType Coupon = 300; // 0x0 public const enum EItemType SaleTicket = 301; // 0x0 public const enum EItemType BgmItem = 400; // 0x0 public const enum EItemType Piece = 500; // 0x0 public const enum EItemType IslandTicket = 600; // 0x0 public const enum EItemType IslandManualTicket = 601; // 0x0 public const enum EItemType EpisodeOpenItem = 700; // 0x0 public const enum EItemType MuseumMileage = 800; // 0x0 public const enum EItemType FishCreateTicket = 801; // 0x0 public const enum EItemType WaterTankItem = 802; // 0x0 public const enum EItemType ETethys = 900; // 0x0 public const enum EItemType IAP = 1000; // 0x0 public const enum EItemType Advertise = 1001; // 0x0 // Methods }
    1 point
  8. Thank you very much, you really helped me, I managed to keep my HP, if the game breaks, I still haven't been able to change my ATK... but I'll keep trying, THANK YOU
    1 point
  9. Select anonymous memory range Let's say your HP value is 5.66m for example Step 1: Search for 5650000~5670000 in dword type and then get the damage. As step 2, let's assume you took damage and your HP value became 4.37m. In step 3, we will use filtering, type your remaining HP value, for example 4360000~4380000 then there will be 1 value left, change it to 999999 and open freeze, your hp will remain constant.
    1 point
  10. Version 2.0.0

    831 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 working
    1 point
  11. U can only hack HP i know only this
    1 point
  12. 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 scripts  
    1 point
  13. these codes are for bosses statues not for bosses because as @THEGOAT313 says they are bosses with no habtiat Although I have maelstrom 08 but it is not hatchable
    1 point
  14. 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
  15. C80E42B8r;081540FDr::4509 28008052r;E803679Er
    1 point
  16. im using 1.66.0 right now Dont really care About wins im just having fun playing with vichels I want to play with Please update
    1 point
  17. This is the value you need to search. Memory Range is Anonymous and value type is Dword.
    1 point
  18. Like this? Just make a custom trade in trade habor coins for decorations. Search 5;(amount of coins)::5 Dword Change id and amount in Game Guardian search results. Close trade and re-open. And you got what u wanted! Youre welcome.
    1 point
  19. Could u update the bullet echo version sir please because bullet echo is 7.2.0 by now yours is 7.0. please sir i really support your script
    1 point
  20. 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
  21. from Side Missions you can edit the amount and change to different dino shards. to search for it = dino ID;shards amount;5;34::13 ie: Triceratops shards = -670,191,440;50;5;34::13 refine to shards amount and use increment edit to find the correct one. change the ID to get different dino shards.
    1 point
  22. 1 point
  23. well done my good man, i already put the code here to my full script, it works and very efficient, can reduce more text length in my script , i hope to see you again
    1 point
  24. 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 writing
    1 point
  25. 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
  26. 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
  27. 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 scripts  
    1 point
  28. 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
  29. 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
  30. 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
  31. 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
  32. use this script to edit the amount of Build items you've already unlocked. TEST_Build_Amount_V3.lua - work with 32bit and 64bit
    1 point
  33. 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
  34. 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.lua
    1 point
  35. Version 3.0.1

    11,244 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).mp4
    1 point
  36. Version 4.8.17.6

    110,253 downloads

    CAR PARKING MULTIPLAYER SCRIPT SCRIPT FEATURES- COIN HACK and GOLD HACK I will explain how to use HOW TO USE COIN HACK? 1) GO TO MAIN MENU 2) APPLY COIN HACK 3) CLICK ON THAT INSTAGRAM FOLOW BUTTON +$5000 4) YOUR HACK IS DONE HOW TO USE GOLD HACK? 1) GO TO MAIN MENU 2) GO TO DRIVER 3) GO TO ANIMATIONS (down left) 4) NOW BUY 2 showing -99999 ( if didn't show restart and apply again) 5) now buy after buying 2 items , now buy -214 like something value 6) boom your gold is hacked FOLLOW US ON TELEGRAM TO GET LATEST UPDATES https://t.me/TheGamecheaters IN THE CHANNEL YOU CAN CONTACT THE CREATOR EASILY
    1 point
  37. I don't understand a thing from this (I'm retarded) but it looks really cool so bump
    1 point
  38. nvm I just found it if anyone needs it here it is 1,686,906,272
    1 point
  39. Version V-5

    13,236 downloads

    Script search the offsets where hacker hook, inject, jump codes. Useful for searching offsets of modded games. Its only available for armv7 for now. I will update script when i am ready for arm64. Special Thanks to cmp, enyby, saiaapiz
    1 point
  40. 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: HumanoidMove
    1 point
  41. View File Free fire Hack UnderGround car hack Headshot Hack And More Hack No Antiban Submitter Rimon346 Submitted 12/21/2021 Category Free Fire  
    1 point
  42. Please update the title with the full game title, not just the abbreviation.
    1 point
  43. 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
×
×
  • 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.