Leaderboard
Popular Content
Showing content with the highest reputation since 06/18/2025 in Posts
-
2 points
-
2 points
-
above table represent Evolution stages and Levels in it. so how to search a dino at Level 40 with HP 274 we use group search = Evolution stage ; Level ; 274 :: 17 base on the table Level 40 is Evolution stage 3 so start with = 3 ; Level ; 274 but in the codes, Level are just store as value 1 to 10. you can see in the table each stage has 10 levels so Level 40 = 10 so the final group search = 3 ; 10 ; 274 :: 172 points
-
for Heroic dino. VID_20250628125123.mp4 you dont ever need shards to level up to 6 stars.2 points
-
1 point
-
which post? what did you do that didnt worked? if its not hurt you or kill you, show me video of how you did it.1 point
-
1 point
-
you can find clues in my previous comment in previous pages in this thread.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
-
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
-
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 YOU1 point
-
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
-
1 point
-
1 point
-
didnt you asked for that here : Jurassic World: The Game how to get a locked dinosaur? (#aaiufk7w) that was it. and didnt you read comments that came after you said its the wrong codes?1 point
-
Step 1: Search this value first 8CAE1414h;6F736572h Step 2: Now find this value -1934748652 Select the 2 of them you should find. Change 10 to 40 in the -1934748652 value codes. Go to Velo Gen 2 and Search it. Change -1934748652 to dino id you want. Hatch/buy Velo Gen 2 and it will appear as the dino id u selected instead.1 point
-
1 point
-
you can replace the string name with any dino but if it not Heroic or the data hasnt put into the game even it confirmed, it useless. even the trick with use no shards changed nothing.1 point
-
whats not working? a video would be so much help.1 point
-
1 point
-
do as shown in the video. change the value at offset 48 to 0 that will turn the dino back to normal which you can sell.1 point
-
1 point
-
One way is in Tides of Heroism showdown. search for Triceratops shards. = 15D;1,769,100,302D;1,634,887,011D;125D::29 - refine to 125 - use increment edit to find the correct one - edit the value ie: 9999 Now for Pteranodon shards : goto the address(125) and scroll up to find string name shown below replace both check value with Pteranodon string name = 1,702,121,486;1,869,504,882 then enter and complete the showdown.1 point
-
1 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
-
1 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
-
Fair enough, everyone can do it manually. But that's not really the point here. It’s also not about whether it’s ‘important’ or not (that's subjective). it’s about whether it’s useful to people who want a quicker, safer way, or who aren’t comfortable poking around manually everytime. And let's be honest,mistakes happen even for pros . I was just seeing if there’d be any interest, not trying to say it's a must-have for everyone.1 point
-
i made a script..Does anyone need it? VID_20250613014053.mp4 VID_20250613014714.mp41 point
-
1 point
-
yeah. a bit complicated but simple enough for the experienced one only.1 point
-
Did i missed something here? i did a single search for -1,275,068,299 but no results found. Can you be more specific.1 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
-
we use what we got, for now. shards also can be edited in Jurassic Heroes showdown. for Triceratops shards : search = 15D;1,769,100,302D;1,634,887,011D;125D::29 refine to shards value (125) and use increment edit to find the correct one. for other dinos. goto address and scroll up to find the string name : replace both checked value with this for Dilophosaurus = 1,818,838,030;1,869,115,503 and with this for Postosuchus = 1,936,674,830;1,970,499,444 ------------------------------- if you not yet do any battle in Jurassic Heroes, you easily maxed out those dinos level to 6 stars by the time you finish Step 3.1 point
-
1 point
-
1 point
-
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.1 point
-
Perfeck Kick 2, online soccer game is one of my favorites. But, there are many hackers lately, they use auto-win, speed hack options, game developer doesn't do anything about it. Can someone help me to modify Perfect Kick 2 and to create modded version with Game Guardian with Perfect Kick 2? I have Android 13, I tried Dual space, Parallel space and other virtual apps, but none of them is working.1 point
-
1 point
-
I downloaded the file but when I install the app it tells me this version is not compatible with your phone My phone is Samsung A 201 point
-
1 point
-
Could you please clarify or provide more information about what you are referring to? This will help me provide you with accurate and relevant information about multiplayer games and their functionality.1 point
-
nvm I just found it if anyone needs it here it is 1,686,906,2721 point
-
View File PUBG-Mobile Bypass For Suppurt Us Only Join In Our Channel = T.me/PNO_Cheat It's Fully Safe With ESP Aim Enjoy ! Submitter P_N_O Submitted 09/10/2022 Category PUBG1 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
-
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.1 point