Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation since 04/12/2024 in Posts

  1. [ Introduction ] Hi @everyone, in recent times, Android has just released version 14, which includes some SDK restrictions. The requirements are that apps should at least be under SDK version 24+, or else installation fails. Another problem is that Game Guardian hasn't been updated for years (March 22, 2021, since the last update), a total of 2 years. I understand that life can be unbothered sometimes, and I hope there's some confirmation regarding this instead of intending it as an "unforseeable future" kind of thing. I've seen a rising number of these issues on Help, General Discussion, and in other possible sections of the forum. I recommend anyone who has a newer device or just recently updated to Android 14 to follow this topic. Here, I propose several possible solutions regarding this issue: [ Main Course ] You can bypass SDK enforcement using shell commands, which you need to install Game Guardian manually through command line. You can achieve this through ADB: Android Debug Bridge or Termux: Terminal for Command Line application. This tutorial will split into 2: { ADB: Android Debug Bridge } This step doesn't require "Root" permission, but before proceeding into the main tutorial. We should prepare several things: Computer / Laptop running Windows OS A cable data Download ADB depedencies: here Android device with "USB debugging". If your device "cant be recognized" or simply not exist on "Device Manager", you need to install: Universal ADB Driver Then read: XDA: Install ADB & Enable USB Debugging. Now put this command on your command prompt / powershell / gitbash / or whatever terminal you use: # Check if our device works properly adb devices # Install Game Guardian manually through ADB adb install --bypass-low-target-sdk-block <path_to_game-guardian.apk> # If ADB is unresponsive / bugged, do: adb kill-server adb start-server { Termux: Terminal } The only requirement is you need "Root" permission, this is the most easiest way. Since you're going to Install Game Guardian, I assume you already have one (Yes, Game Guardian requires "Root" permission, duh). Download: Termux and Just go ahead execute this command: pkg update pkg upgrade pkg install tsu pkg install android-tools sudo adb install --bypass-low-target-sdk-block <path_to_game-guardian.apk> { Virtual Machine } This is suitable way for non-rooted users. Android 14 is relatively new, some of your ROM/OS might not support "Rooting" yet. Virtual Machine allows you to emulate another Android inside your Android 14 (or etc). Usually it comes with older Android version. I suggest to use Virtual Machine with Android 7 or 9 as you're not going to face any redundant issues, like Android 10-14 did. I would recommend using "VPhoneGaGa": VPhoneGaGa VMos Pro X8Sandbox F1VM { Modded APK } You can try to edit Game Guardian SDK: ("android:targetSdkVersion" to version 24+) and ("android:minSdkVersion" to 24+) on Manifest.xml using: APK Editor. You can also download already modded Game Guardian here (credit to @HEROGAMEOfficial ) : : Game Guardian : [ Aftermath ] With that, you can simply reference this topic in case there's someone that facing the same problem. I hope this topic can help you and other people. Thank you for reading.
    2 points
  2. This script will give you unlimited stat points. I set it to 65000 but you can change that amount if you wish. On restarting the game your actual stat points will show as a minus figure. This is made for Arm8 version for 64bit Android devices and will only work on version 1.2.4. For future updates you will need to change the offsets in the script. I left it open source so you can do that if you wish. TheDemonized_1_2_4.lua
    2 points
  3. View File UPDATED PG3D 24.3.2+ + ACTUAL 32bit SUPPORT - Pixel Gun 3D ALL UPDATE Custom Lottery Rewards Hack (32bit and 64bit) Contact Me: User123456789#6424 / @horridmodz on discord Ahhh, it's finally here! Over a year and a half after posting the original, and many, many requests, it's back! I promised to get this done today, and here it is, just barely in time. Since it's been so long, I am posting this update as a new thread. I've been meaning to update this for a while; and I'm sorry for such a looong wait. But this should be the last time you have to wait - because, if my crazy WIP All Update Script Generator tool works as well as I hope, this will be made so resilient it's practically unpatchable! So, here we are. The script is the same as last time, but with some minor improvements - and 32bit support! Unfortunately, I couldn't get 32bit custom values to work, but I got the predetermined values working. I was finally able to figure out that the issues I've been having are actually not my fault, but a limitation with the way lua itself handles integers - to get technical, the 32bit edit values exceed lua's integer limit, but the 64bit ones do not. I tried to workaround this, but just couldn't do it. However, a big rework of the script that I have planned, which changes the way editing is done, will fix this problem. I finally updated this script because I have time over spring break. Shoutout to @dizzy252for sending a request to update the script that I coincidentally saw right before spring break started - if it hadn't been for him, I probably wouldn't have had the thought to do this! Alongside this script, I've in the process of developing a revolutionary tool that creates resilient all update scripts; all you have to do is input your offset or hex and it spits out the full script. If you're interested, here's a sneak peak: https://www.youtube.com/watch?v=sVwODQcSy4A Want to update the script yourself? I have created a lotto sets template! Disclaimer: This script is bannable! Getting too much currency within a certain time frame will flag your account as suspicious and you will be banned in the next ban wave. I recommend only getting at most a few thousand gems per day, or your account will have a high risk of being banned. Even if you do play it safe, you can still be banned. By the way, due to a rework of sets by the developers, sets no longer work. Only lottery rewards are modified. Warning: Using the custom value option and setting the reward values to over 45,000 will instantly ban you! This is not an ordinary lottery script. Here's what unique about it: -This script will work on all game updates (the lowest game version tested is 22.4.3, but downgrading is impossible anyway), even future updates -The script supports various values, and lets you enter a custom value (currently custom values do not work for 32bit) if it does not have what you want. Currently, only whole numbers (no decimal values like 1.5) in the range of 0 to 65536 are supported. -This script supports both 32bit and 64bit devices -This script has a small antiban feature that warns you when you try to edit the reward values over 45,000 Enjoy! Submitter HorridModz Submitted 04/02/2024 Category LUA scripts  
    2 points
  4. There is good chance that in some cases it may work by allocating as many pages as needed one after another. Example implementation: local PAGE_SIZE = 0x1000 function allocateConsecutivePages(count, mode, address) count = count or 1 mode = mode or gg.PROT_READ | gg.PROT_EXEC address = address or 0 local firstPageAddress = gg.allocatePage(mode, address) if type(firstPageAddress) == "string" then return firstPageAddress end for i = 1, count - 1 do local desiredPageAddress = firstPageAddress + i * PAGE_SIZE local pageAddress = gg.allocatePage(mode, desiredPageAddress) if pageAddress ~= desiredPageAddress then -- failed to allocate page right after previous one, handle as needed end end return firstPageAddress end
    2 points
  5. Hi, your game is protected with CodeStage anti cheat, thankfully this is one of easy one to bypass. First you will need to dump the game using Il2cppDumperGUI any or il2cpp dumper of your choice. next you're going to look for CodeStage detection methods. note those StartDetection methods, most have some overload if you want to be safe you will need to bypass them all, but it is rare that the game use them all, but better be safe than sorry. so here is the list and overloads. CodeStage.AntiCheat.Detectors.ObscuredCheatingDetector StartDetection(); // 0x00818a3c static CodeStage.AntiCheat.Detectors.ObscuredCheatingDetector StartDetection(System.Action callback); // 0x00818ce8 CodeStage.AntiCheat.Detectors.ObscuredCheatingDetector StartDetectionInternal(System.Action callback); // 0x00818b70 System.Void StartDetectionAutomatically(); // 0x00819058 static CodeStage.AntiCheat.Detectors.SpeedHackDetector StartDetection(); // 0x008190e0 static CodeStage.AntiCheat.Detectors.SpeedHackDetector StartDetection(System.Action callback); // 0x0081948c static CodeStage.AntiCheat.Detectors.SpeedHackDetector StartDetection(System.Action callback, System.Single interval); // 0x008194e4 static CodeStage.AntiCheat.Detectors.SpeedHackDetector StartDetection(System.Action callback, System.Single interval, System.Byte maxFalsePositives); // 0x0081954c static CodeStage.AntiCheat.Detectors.SpeedHackDetector StartDetection(System.Action callback, System.Single interval, System.Byte maxFalsePositives, System.Int32 coolDown); // 0x008195c4 CodeStage.AntiCheat.Detectors.SpeedHackDetector StartDetectionInternal(System.Action callback, System.Single checkInterval, System.Byte falsePositives, System.Int32 shotsTillCooldown); // 0x008192dc System.Void StartDetectionAutomatically(); // 0x00819a54 static System.Void StartDetection(); // 0x00818648 static System.Void StartDetection(System.Action<System.String> callback); // 0x008186b0 System.Void StartDetectionAutomatically(); // 0x008187e8 there is two way to bypass those. 1. you can just patch each of them using the "NOP RET/BX LR" opcode. 2. allocate memory page and replace and replace those method with there respective StopDetection, that mean when the game call StartDetection instead it will call StopDetection Now for GEMS/XP/Gold/Health Note at this stage since you have already bypassed the AntiCheat editing your stat wont trigger anything. but you need first to understand how ObscuredInt work. note every obscure value you see on your screen is a fake value. you should not edit it directly but the edit the hidden value using the crypto key. Here bellow is what you need to remember about the structure. public struct ObscuredInt [FieldOffset(Offset = "0x0")] private int currentCryptoKey; [FieldOffset(Offset = "0x4")] private int hiddenValue; [FieldOffset(Offset = "0xC")] private int fakeValue; (what you see on screen) What you see on your screen is the fakeValue. to edit it you will need to edit the hidden value. Here is how to. (note offset might varies depending on the game and version so you better have the latest dump and check the correct offset) When you find an ObscureInt fakeValue. you need to go back into the base pointer so in this case: fakeValue.Address - 0xC which will bring you to currentCryptoKey copy the value of currentCryptoKey in (DWORD) then offset to currentCryptoKey.address + 0x4 this will bring you to the hiddenValue now to edit this to your desired value you need to perform XOR (exclusive OR) to your desired value using the currentCryptoKey as a key. you can do that inside gg, you type the value then apply the xor key That it you are done. you can edit any ObscureInt using this method. now specially for your game there are some vulnerabilities that i found you can exploit to edit your stat and in game money. there are some method likes: public class game_manager : MonoBehaviour [Address(RVA = "0xA65A94", Offset = "0xA65A94", VA = "0xA65A94")] public void gem_plus(int gem) [Address(RVA = "0xA65890", Offset = "0xA65890", VA = "0xA65890")] public void gold_plus(int gold) [Address(RVA = "0xA64DFC", Offset = "0xA64DFC", VA = "0xA64DFC")] public void iron_plus(int iron) All those share the almost the same structure so i will be giving an example only for gem_plus In this de-compiled function gem_plus, you can see that they are loading the value of the ObscureInt field public ObscuredInt gem_total; // 0x2CC into the variable puVar1 which later on they add it value + param_2 which is the gem parameter, to instantiate a new ObscureInt from that sum. the result of that sum will be stored into the register W0, so all we have to do is just hijack this register and change the value to what we want. here is a video of how to do that. This method do not trigger the anti cheat cause the game is writing legit value for us. also if you want to move large value you might want to explore the MOVZ instruction or you can allocate a memory page and spam multiple ADD instruction like this add w0, w0, #500000000 add w0, w0, #500000000 add w0, w0, #500000000 add w0, w0, #500000000 add w0, w0, #500000000 .... Last thing for gems you will need to stay on the main screen like in the video when you start the game cause that function trigger only there. I kinda like the game i might continue working on it and update this thread
    2 points
  6. I may upload multiple videos for different type of hack. Shop gems hack. This method works for other shops like arena. Just null the values. Screenrecorder-2024-05-11-23-00-04-356.mp4
    1 point
  7. As i know HyperOS have problem with gg(if Im not confusing the problem with root) or u wrong change SDK version
    1 point
  8. The speed value that the script finds is from libunity.so. You won't find it in the dump.cs.
    1 point
  9. U cant find Offset so, u need find offset for speed Manually in dump, because offset its always Xa/Cd, its cant be Anonymous If we speak about offset, not field offset
    1 point
  10. Why can’t I hack this game? Even if I found the necessary values, the cheats still acted visually and not correctly. Please help me find values to increase visibility https://play.google.com/store/apps/details?id=com.zeptolab.bulletecho.google
    1 point
  11. Game name: the demonized: idle rpg So i was able to hack gems easily in event but I'm unable to hack anything other than it like can't hack damage or health or anything other in the game it's like it's protected and i also tried dumping metadata but it's encrypted , if anyone can look in this game and tell me how to hack damage and health.
    1 point
  12. Thank you so much for sharing this! Rumble Heroes is one of my favorite games, and having access to the x64 versions through GameGuardian opens up a whole new level of possibilities. Your detailed instructions make the process clear and easy to follow, which I really appreciate. Can't wait to dive back into the game with these enhancements. You've truly made my gaming experience even better!
    1 point
  13. Working for me. Block values are Dword in Anonymous. If ads are crashing your game you can possibly just disable them.
    1 point
  14. Easy bruh so look for any event and search the value in dword and than edit and refine until u can modify the particular vaule than edit it to high amount than collect that reward
    1 point
  15. You need to get the dump and then search the methods in the script to get the new offsets
    1 point
  16. Will I be able to claim these rewards after getting the clone game in virtual space(dualspace) for gg ? Or will they only consider the progress of the original app on the device ? How to make the clone app get you the rewards ? Anyone who know how to bridge this gap please help.
    1 point
  17. View File CAR PARKING MULTIPLAYER 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 Submitter CALISTA Submitted 04/24/2024 Category LUA scripts  
    1 point
  18. Example i tested on game hide online
    1 point
  19. I reason is i have to write some code which is longer then 4kb , using your concept i can write the code. But what happened is i had to write a jump code at the end of 4kb to another allocated space, so i was wondering if there was any way to allocate an continues block of memory more then 4kb. But turns but there isn't such option. I think i will move forward with jump code. Thank you
    1 point
  20. I don't believe that's directly possible, but you can allocate as many pages as you need and chain them together. To do this calculate how many pages you need by dividing by 4KB, and in a loop allocate a block and add the return address of the allocated block to a list. You can then combine all of your memory into a table of values by looping over the list and adding the 1000 values (taking the start address and adding 4 each time, 1000 times) to the table for each address. If you don't understand, I can code that for you - it's pretty simple to do. Though I wonder what you're writing to memory that takes so much space? An image or save code, or something?
    1 point
  21. Do you just mean multiplication? Or do you want to add the value N separate times, with a pause in between? For the latter, you could write a simple script, like this: N = 10 -- how many times add = 100 -- value to add on every time timebetween = 1000 -- how long to wait between times (milliseconds) values = gg.getResults(gg.getResultsCount()) for _ in N do for i in values do values[i].value = values[i].value + add end gg.sleep(timebetween) end
    1 point
  22. I don't know, I would pick a game and do something simple like look for ammo value and change it with GG manually. Then try to make a Lua script for it. Download a simple Lua script from the forum and try to understand how it is making changes to the game. There is some nice documentation we use: https://gameguardian.net/help/classgg.html
    1 point
  23. write this in QWORD 00 00 A0 E3 1E FF 2F E1r
    1 point
  24. Chests that cost gold can be made a minus and bought. Doesn't work for gems. There's a server check for those. Will look for other stuff.
    1 point
  25. Who have a hack for theses game https://www.royale.com.tr/
    1 point
  26. 1 point
  27. look like i need to learn some thing new Edit: after add gem to the game look like it's freeze until you restart so you can spend unlimited to get everything before close game
    1 point
  28. public class SaveGameManager : MonoBehaviour [Address(RVA = "0x129E248", Offset = "0x129D248", VA = "0x129E248")] public static int getTotalMoney() // return high ammount Unlimited money public class CarProperties : MonoBehaviour [Address(RVA = "0x12B34E4", Offset = "0x12B24E4", VA = "0x12B34E4", Slot = "47")] public virtual bool getIsPremium() // return false make paid cars available to buy with in game money instead of real money
    1 point
  29. Serving my warmth welcome @kashM, glad you're joining us.
    1 point
  30. View File Lib Offset Hook Editor/Tester You can Quickly edit lib offsets for testing hacks. Or search Public Class Field Offsets. Enter lib Offset or Method Name Select Edit Option Enter Value (Int,Float,Double,Long) Copy Arm Hex or "Script it" Perfect to quickly and easily test offsets from dump.cs Works on all lib types, Not Just Unity/libil2cpp Script is Online for easy updates. Open Source / Not Encrypted Submitter APEXggV2 Submitted 03/26/2024 Category Tools  
    1 point
  31. OpCodes changed slightly. But still works.
    1 point
  32. This script now updated. Check the changelog!
    1 point
  33. View File SimCity OP Free Script If you want contact me, message me from here. Tutorial Video Coming Soon! Submitter ForSimpleHack Submitted 02/08/2024 Category LUA scripts  
    1 point
  34. Yes. They are all pointers... You need to follow the pointer to see the "value".
    1 point
  35. Answer to the frequently asked question: Default Protection Key in the script: 0000
    1 point
  36. Hey guys i see a lot of gg scripts of people changing player stats and making players 110 overall with gameguardian. How can i make my own? I would ve plesaured if you help me. Thanks
    1 point
  37. So I believe this game already has all your dice rolls calculated for your account. Server already knows where you'll land on your next roll. I believe minigames, outcomes are already determined before you even land on them (pre determined like all your dice rolls). Wouldn't it be nice to know how much your next roll would've won, then you would've done multiplier to maximize....... Well, that's just what this is going to be about. To see your future rolls/minigames, you'll have game open and switch to offline mode. Using a root file explorer navigate to here: /data/data/com.scopely.monopolygo/files/ Each turn you take a file is generated, something like this: 48d4483b70674c02951ddfd3a289f5d7.ca When you reconnect, it'll send these and get your account synced. If you get prompted no connection, you can click back to remove message and tap roll really quick. So you can roll indefinitely and write down/log all your rolls. Even if you stay on one board logging it all. When you switch to a new board, your dice roll continues. Not like a new board, new roll pattern. When you land on a spot that gives a good size reward. You can delete those .ca files, close, restart game online and use max multiplier to really bonus up those wins. Bank Heist, don't think you had a chance of picking the right combination.... No matter where you selected, what flips over, will always be same when you play it again. So if I flipped coin, ring, cash, cash, ring, cash. When I go to play again, it's going to be that exact order. See attached video. I'm honestly really disappointed in my findings with this developer. It feels like a scam of a game and you're not really "playing". It's basically scripted and if you do x1, x5, x10 at ideal times, that's about the only user "input" that seems to have a chance on the outcome. mobizen_20230426_211255.mp4
    1 point
  38. ***Please consider donating to my PayPal: [email protected]*** This took a lot of time to figure out. Then even more to create this much information and map many of these ids for everyone. And PLEASE.... If you plan on reposting or doing a guide based on this, I ask that credit is given to me. Enjoy!!!! To start searching for a value, you can first try doing 0x4 dword search. When value changes, unknown changed. Then search 0x4 again. Do this a few times until you can scroll through and find 2 values. Where the value above minus the value below it equal the quantity of the item you are searching for. This method isn't a definite. If you look at picture "Main" you can see that sometimes the values A and B DO NOT match. Which means the 0x4 will not work. The other method is to do a utf16 text search using item id and the quantity. The best time to do this is when you first open the game. So if you have 21 basic health packs, the search will be ";hp1*21". Usually goto first result result and pointer search. Then when you goto address, look above for the value structure like you see in "Main" picture. The next 2 Dword values in "Main", E and F. E is how many digits at the end of the encrypted value to ignore. F is how many digits total the encrypted value is. So if you have 20 of something. Values below could be, 0 and 2. Or 1 and 3, or 2 and 4.... Then the pointer "G", is the encrypted value. It's utf16, and the key to the encryption is this: M = 9 B = 8 N = 7 Q = 6 E = 5 W = 4 Z = 3 X = 2 D = 1 L = 0 So, if you have 549 of something, it will be E.W.M. But you might see something like E.W.M.L.L which would make you think you have 54900. But if you look at the values "E and F", it would be 2 and 5. Telling you its ignoring the L.L. at the end. Now for the edit... I ALWAYS click pause at the top right of game to ensure value doesn't somehow change while I am working on it. So values "A and B" I try to keep "original". YOu might be able to set these to 0 and edit the values "C and D" and be negative the value you want. In my video, I keep them untouched. After you edit that. Need to make sure encrypted value matches and the "total digits and digits ignored" all are correct for the value you want. ANYTHING DONE WRONG = INSTANT BAN. Make sure you did everything CORRECT before resuming game. Item changing: I would try finding item via quantity or item id/quantity. Then goto pointer "H". Here will be the item id. The basic health pack is "hp1". YOu could just edit the 1 to a 4 and have a value in you backpack change then restart game. Those health packs will become the big red health packs. If you are looking to change in from health pack to a Red Saber Crate, I recomend doing a utf16 search for the item id you want. Go through results look for the 'correct' value like I do in video. Copy address of the "header" for that id. Then edit pointer "H" and paste that address and put h after it. So if address is AABBCCDD, then you'll dword edit it to AABBCCDDh. Have something in backpack change and restart game. Those health packs will now become Red Saber Crate. I went through and mapped out MANY items already. If you want SPECIFIC materials/items, I'll provide a list of "ids" and you can sort through them to determine which is what. I'll explain the naming scheme though of gear. One weapon is "near". Which is melee. so, near#1_#2_#3. #1 is the equipment id. #2 is the level of the equipment. and #3 is the rarity. I THINK near6_200_7 would be a red saber level 200. Video Guide: Health item ids: hp1 to hp9. hp4 is the big red health pack. Food: food1 to food16 Water: water1 to water7 Here is the "other" items list. This is probably all you really need for most things. ID Item Description other2 Gold other3 Coins other4 Standard Equipment Box Contains a Blue quality or above equipment. other5 Standard Weapon Box Contains a Blue quality or above weapon other6 Advanced Equipment Box 50% chance to gain an Orange Equipment. other7 Advanced Weapon Box 50% chance to gain an Orange Weapon other8 R&D 1min bost Reduces current R&D time. other9 R&D 5min boost Reduces current R&D time. other10 R&D 15min boost Reduces current R&D time. other11 R&D 1hr boost Reduces current R&D time. other12 R&D 3hr boost Reduces current R&D time. other13 5min Accelerator Reduces time for Refuge upgrade or survivor missions. other14 15min Accelerator Reduces time for Refuge upgrade or survivor missions. other15 30min Accelerator Reduces time for Refuge upgrade or survivor missions. other16 1hr Accelerator Reduces time for Refuge upgrade or survivor missions. other17 3hr Accelerator Reduces time for Refuge upgrade or survivor missions. other18 Perk Rebooter Resets all perk points other19 Common Pet Box Contains a Green quality or above pet. other20 Rare Pet Box Contains a Blue quality or above pet. other21 Epic Pet Box Contains a Purple quality or above pet. other22 Legendary Pet Box Contains a Gold quality or above pet. other23 Artifact Pet Box Contains a Orange quality or above pet. other31 Common Attachment Box Contains a random White attachment. other32 Uncommon Attachment Box Contains a random Green Attachment. other33 Rare Attachment Box (Blue) other34 Epic Attachment Box (Purple) other35 Legendary Attachment Box (Gold) other36 Artifact Attachment Box (Orange) other37 Double EXP Card +100% boost for 15min other38 Orange Equipment Box Contains an orange Equipment other39 Orange Weapon Box Contains an Orange Weapon other40 ***Don’t use this for item swap*** ***Item will be deleted from inventory*** other41 Motorcycle Key other42 Zombie Lair Map A map that marked the lair of the zombies. This map grants access to the Zombie Lair for once. other44 ***Don’t use this for item swap*** ***Item will be deleted from inventory*** other45 Follower’s Perk Rebooter Use to reset current Follower’s Perk. other46 Discount Ticket Super great deal to have a 45% discount on the Pass! other47 Advanced Discount Ticket Super great deal to have a 50% discount on Advanced Pass! other48 Orange Light Saber Box other49 Red Light Saber Box other51 Normal Appearance Ticket Can craft a elementary appearance without materials. other52 Rare Appearance Ticket Can craft an artifact appearance without materials. (The 2nd appearance of any building) other53 Advanced Appearance Ticket Can craft an artifact appearance without materials. (The 3rd appearance of any building, which costs 600 Gold) other54 Artifact Appearance Ticket Can craft an artifact appearance without materials. (The 4th appearance of any building, which costs 1,800 Gold) other55 Artifact Attachment Box (Red) other56 Candy other57 Horn other59 Token Rescue Survivors to get Tokens in exchange for resources. other60 Raffle Ticket other61 Normal Redeem Ticket Can exchange normal items. other62 Advanced Redeem Ticket Can exchange advanced items. other63 White Core Box other64 Green Core Box other65 Blue Core Box other66 Purple Core Box other67 Gold Core Box other68 Orange Core Box other69 Red Core Box Here is a small sample of weapons/gear ids: near3_200_1 usp1_200_1 ak1_200_1 clothes_200_1 shose_200_1 pants_200_1 hat_200_1 armor_200_1
    1 point
  39. For coins set memory range to Anonymous. Click on screen to buy coins (as in pic) and search 1150;175000::5 (dword). Edit 175000 to 999999999 and 1150 to 0 (making it a minus doesn't gain gems). I'll keep trying for gems and hearts.
    1 point
  40. 1 point
  41. The topic for various examples of Lua scripts
    1 point
  42. GameGuardian work without root So, as for work without root. This is not magic. Technical limitations were, and have remained. So it will not work anywhere and always. Actually it looks like this: 1. You put an application of virtual space (Parallel Space, VirtualXposed, Parallel Space Lite, GO multiple, 2Face and many others). 2. In it you add the game and installed GameGuardian. 3. From the virtual space application, you launch the game and GameGuardian. Actually everything. GameGuardian can be used to hack the game. Everything is simple and transparent. It was a good part of the news. Now about the bad: 1. The game has zero progress. You can not transfer the progress from the existing installation of the game, if the game itself does not provide it (through the cloud or somehow). 2. Not all games work through virtual spaces. 3. There may be another account in the game. 4. Not all functions will be available in GameGuardian. 5. On some firmware it does not work at all. If you cannot choose a proсess in GameGuardian, or get an error 105/106, then on your firmware, GG, without root, will not work. Try optimized versions of virtual spaces or another firmware or other device or get root. 6. In some virtual spaces GameGuardian does not work. What can be done in case of problems: 1. Try different virtual spaces if the problem is in them. Best option: Parallel Space. 2. Try changing the firmware. 3. Get a root and do not fool yourself. Once again: it will not work at all and always. It is possible that it will work for you and will not. Virtual spaces to run GameGuardian without root (#ct7bob3) Proper install without root - GameGuardian (#abausujp) Help: https://gameguardian.net/help/help.html#work_without_root Video-examples: Balls Bounce Free - hack balls - without root - GameGuardian, Parallel Space Bejeweled Stars: Free Match 3 - hack without root - group search - GameGuardian, GO Multiple Hack Tap Counter without root via GO Multiple on Android 7.1.1 - GameGuardian Hack Tap Counter without root via GO Multiple - GameGuardian Work without root via Parallel Space - GameGuardian Work without root via 2Face - GameGuardian Work without root via Mutiple Accounts - GameGuardian Work without root via GO Multiple - GameGuardian No root via VirtualXposed - GameGuardian (#b6l7k1qu) No root via VirtualXposed (without error 105) - GameGuardian (#bpb5835m) No root via optimized Parallel Space Lite - GameGuardian (#47glijbj) No root [from scratch] (boring and long video) - GameGuardian (#9rf9317c) No root via Dr. Clone - GameGuardian (#aft8whcy)
    1 point
  43. u ungrateful f*ck.. just be patient
    1 point
  44. Guide:Mobile inventory editing (Android) Method 1: GameGuardian App info GameGuardian is an app that allow the editing of values in realtime(while playing). the app is very similar to the popular Cheat Engine for PC. Due to the way it edits values in running processes it requires root access. GameGuardian download location: Homepage THIS IS NOT A PLAYSTORE APPLICATION!! This app must be installed manually once downloaded to your device. You may have to allow installation "from unknown sources" in your device's settings to do this (image) The video here provides a basic visual tutorial on how to use the app to edit values in game. Video Description Items needed in game 1 Chest or Container of any type. On mobile, a barrel or trashcan are valid substitutions for a chest. It is advised you place the container close to your spawn point, as you will need to save and exit the world on completion. Any number of easily acquired block/item (Wood(any type), Dirt, Gel, etc.) Note: The more of the item you have, the easier it will be to find the value. Step 1. Download and Install GameGuardian: Download the apk file from the above webpage. Once downloaded, run the apk file. If this is your first time installing a non-playstore application, you will likely need to allow installation from unknown sources. See image 1 Once installed, open the app. You will be prompted to allow the app Super User Permission. Select Okay See image 2 After you provide permission, you will see a secondary installation taking place. This is a defensive installation that will prevent apps on your device from detecting GameGuardian's presence. There are a few apps that will not allow users to run them if a memory editor is present. GameGuardian gets around this by installing itself with a random process name. The name will be unique to your device See image 3. You will be prompted to allow Superuser permission to this installation as well. Note: this secondary installation is not mandatory and can be canceled. You may also refuse Superuser Permission on the second request. Refusing runs the risk of other apps on your device detecting GameGuardian. 1 2 3. This image will not be the same as yours Step 2. Preparation: Once the app has Superuser Permission, open Terraria and navigate to the main menu. Next, press your Home button on your device, leaving Terraria running. Open GameGuardian again and you should see a list of running applications. Navigate through the list and select Terraria. If the list does not automatically appear, you can open it by touching current process name in the top left corner. See image 4 Once you have directed GameGuardian to Terraria, minimize GameGuardian by pressing your Back button on your device. You can maximize it at any time by clicking the floating icon. You can also close it if necessary by opening the menu and choosing Exit Load your world in Terraria and acquire a container and a handfull of any item. Place the container close to your spawn point and deposit your chosen item into it. Maximize GameGuardian by pressing the floating icon. 4 Step 3. Finding your values: In the top right side of GameGuardian, press the magnifying glass icon(the one WITHOUT the question mark) See image 5. You should see a new widow pop up. In the empty value field, enter the quantity of your chosen item. You should also see a box with three "???". Press that box and choose "Word" Yours should look like image 6. Once done, press Search. On this first search you will likely have too many results to judge which is the one you need. Go back to Terraria and move your item from its current slot to any other slot. Once the item is moved, open GameGuardian again and do another search. This time the value you search for should be "ZERO" Alternatively, you can swap your first item with another that you have more or less of and search for that quantity instead See image 7. Repeat the search process until you only have one value in the results list. Once you have only one value, proceed to the next step. 5 6 7. Swap the dirt with the wood. Searching for the value of whichever is in the first chest slot. Step 4. Finding additional information: In order to be able to change what the item IS, you need to find two more values. No worries tho, the values for the item name and icon are stored in a static address directly next to your quantity. In the results list, long press on your value until a box of options pop up. Choose "Go to Address". On this screen, you will likely be overwhelmed by the amount of information on the screen. To simplify the view, Click the button with three lines directly next to the refresh circle in the top right See image 8. You will be presented with several options. Choose "Value Format" Uncheck all boxes with the exception of the "Word" box See image 9. Now that the values are easier to read, select the check box next to the one that matches your value, as well as the first and third values directly above yours(these two extra values should be the same) See image 10. One additional value is optional. You will only need it if you want to add Modifiers This guide will assume you chose to do this step Long press on the topmost value that you selected(value "3" in image 10) and choose "Offset Calculator" In the offset box, type -82 and press "GOTO" See image 11. Select the checkbox next to the topmost value on the list See image 12. Now that you have your four values marked, Click the top right button with three lines again(the one next to the refresh circle)See image 12 and choose "Save Values". Once you have sent the values to the saved list, press the icon at the top shaped like a floppy disk("What's a floppy disk?", you ask. Google it...) This will take you to a page with the values you saved displayed. The first value in this list is for the Prefix modifier. Rename this value "Prefix" OR "Modifier" by clicking the value and selecting the "Variable Name" box. Simply rename the variable without changing the value for now. The second and third values are for the item name and item icon, select the checkbox on these See image 13. This will allow you to modify both at the same time. Rename these accordingly(Note: It won't matter which you name "Icon" or "Name", for that matter you could just name them both "Item", naming them only makes it easier for you to tell what's what.) The fourth and final value is the items' quantity. Name it accordingly. Once you've named the values to something intelligible(hopefully), click the three line button in the top right(next to the refresh circle) and choose save. Android 5.x + users will be able to load this list in the future after completely exiting their game and these 4 values will not have changed. 8 9 10 11 12 13 Step 5. Adding/Editing an item Find the internal item ID of the item you wish to add. Click the top three line button(same one) and choose "Modify Selected Values" Change the values to the desired item.(Note: Some mobile exclusive items have multiple ID's. See the section at the bottom of this page for more information.) Next, change the quantity value to the desires amount. Different items have different maximum stack sizes: Potions have a limit of 30, dirt and most blocks have a limit of 999, etc. You can exceed this limit up to 32767. If the Item you are adding is a weapon, armor, tool, etc. that normally does not stack, It is advised to make the quantity value "One". If the item you are adding is an equipable item, you may want to add a prefix modifier. Once all values have been changed to suit your needs, DO NOT MOVE THE ITEM INTO THE PLAYERS INVENTORY!!! If you want to add more items in, move the item into another slot in the container and repeat Step 5. Once you are completely finished adding/editing items, SAVE AND EXIT TO THE GAMES MAIN MENU! Step 6. Relaunch your world and enjoy your new items
    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.