Jump to content

Enoch

Senior Member
  • Posts

    590
  • Joined

  • Last visited

Everything posted by Enoch

  1. Good job man
  2. What do you not understand? I can try to break it down more if it is that difficult to understand. That was the “code” I was given by a friend so that’s what I’ve used. You can use mov if you want to. I just prefer to stick with the things I was given.
  3. There's a lot of tutorials on here but some are more difficult to understand than others so I'm gonna make this as beginner friendly as possible. I won't be teaching you how to install theos, how to create a project in theos, compiling, cracking the game, etc. There's plenty of tutorials here to teach you that but if you click on the name's in "what's needed" you'll be linked to the tutorials. What's needed: Theos OpenSSH iOSGods Live Offset Patcher IDA Pro il2cppdumper iGDecrypt Ted2's mod menu template Filza CyberDuck or WinSCP Game we'll be hacking: Sugar Blast! Hexes: High float and public int values: 0090261EC0035FD6 and 00F0271EC0035FD6 Bool TRUE: 20008052C0035FD6 Bool FALSE: 00008052C0035FD6 Low values: 20008052C0035FD6 and 00D0251EC0035FD6 All other values can be found by using the Arm to Hex converter and entering the following: fmov s0, #5fmul s0, s0, s0fmul s0, s0, s0ret The ARM64 HEX box at the bottom right will have the offsets needed. Change "#5" to a higher or lower value depending on what you're looking for. What is bool true and bool false used for?: Bool true and bool false is used for things like GetAds, HasNoAds, HasInfiniteAmmo, and similar names. For GetAds you would ideally use bool false and HasNoAds you would ideally use bool true. Dumping with il2cppdumper: This part is fairly easy and straight forward. First of all, make sure you have decrypted & cracked your target game using iGDecrypt. Now visit il2cppdumper online website and put the cracked binary in "Executable file" and put the metadata in "global-metadata.dat". Metadata can be found in /gamename.app/data/managed/metadata/. Then hit submit and download the output from the server. Using IDA to find your functions and offsets: I personally prefer to look at everything in IDA, others prefer looking at the C-Sharp in DnSpy. Whatever is easier for you or what you feel more comfortable with. Upload the binary into IDA, this may take a while to decompile depending on your PC. You'll know it's done when you see "idle" at the bottom left of IDA. Once the it's done decompiling then you're ready to upload the script. This will also take a while depending on your laptop/pc. When uploading the script file you're gonna want to upload the file "ida" (not ghidra or ida_with_struct) and then "script.json" (not config.json or stringliteral.json) that'll be located in your il2cpp folder. Once it's done you'll see "idle" at the bottom left of IDA again. Searching functions: Now it's time to do work, searching functions. Press CTRL+F to use the quick filter. Search the function names you want. Different games are gonna have different names of course. And some games will have multiple functions with the similar names, it's all trail and error when that happens. What I'm gonna be searching for is coins. GardenMeta.Inventory$$GetCoins looks like it's going to be it because we of course want to get coins and none of the other function names look like they will help us. Double click on the function name and then scroll up until you see the function name next to the offset. Our offset will be 10190EF94, ignore all the 0's infront of it. Using the Live Offset Patcher: Thanks to @Rook and others that helped create the !Live Offset Patcher, it makes the job 10x easier. Your offset will go on the left side and the hex will go on the right side. Now it's time to test if it's going to work. Once again, I'll be putting 10190EF94 in the left box and since we want a high number of coins we're going to put 00F0271EC0035FD6 in the right side box. Now that that's done, you'll simply click on it to activate it. You can look for other functions such as moves, power ups, lives, etc. Whatever you can think of and test them out. This is where you get to work. Good luck on your journey ladies and gents.
  4. Any luck @DanYal? I'll check it out if you aren't going to or haven't.
  5. Modded/Hacked App: The Walking Zombie 2 By Alda Games s.r.o. v3.2.4Bundle ID: com.aldagames.zombieshooteriTunes Store Link: https://apps.apple.com/us/app/the-walking-zombie-2/id1477794561?uo=4&at=1010lce4 Mod Requirements: - Jailbroken iPhone/iPad/iPod Touch. - iFile / Filza / iFunBox / iTools or any other file managers for iOS. - Cydia Substrate or Substitute. - PreferenceLoader (from Cydia or Sileo). Hack Features: - Infinite Ammo - Infinite Gold - Infinite Silver - Speed Hack - Infinite Karma - No Ads - One Shot Kill - Low Trading Cost - Infinite Skill Points (Spend one to get them to stick.) - Infinite Perk Points (Spend one to get them to stick.) Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/forum/79-no-jailbreak-section/ Modded Android APK(s): https://iosgods.com/forum/68-android-section/ For more fun, check out the Club(s): https://iosgods.com/clubs/ iOS Hack Download Link: [Hidden Content] Installation Instructions: STEP 1: Download the .deb Cydia hack file from the link above. STEP 2: Copy the file over to your iDevice using any of the file managers mentioned above or skip this step if you're downloading from your iDevice. STEP 3: Using iFile or Filza, browse to where you saved the downloaded .deb file and tap on it. STEP 4: Once you tap on the file, you will then need to press on 'Installer' or 'Install' from the options on your screen. STEP 5: Let iFile / Filza finish the cheat installation. Make sure it successfully installs, otherwise see the note below. STEP 6: Now open your iDevice settings and scroll down until you see the settings for this cheat and tap on it. If the hack is a Mod Menu, the cheat features can be toggled in-game. STEP 7: Turn on the features you want and play the game. You may need to follow further instructions inside the hack's popup in-game. NOTE: If you have any questions or problems, read our Troubleshooting topic & Frequently Asked Questions topic. If you still haven't found a solution, post your issue down below and we'll do our best to help! If the hack does work for you, post your feedback below and help out other fellow members that are encountering issues. Credits: - ZoZo - Tested by @Coughing Cheat Video/Screenshots: N/A
  6. First. Keep up the tuts, you're doing good.
  7. Because Hanging in there like a rock climber.
  8. Plus oil prices went down and I lost my job in the oilfield. So I really have no where to go. But it could be worse, so I can’t complain too much.
  9. Yes, heartbreak will get you prepared for social separation. Now I can sit inside without feeling the need to go outside and get infected.
  10. It's going great, I've prepared for this moment for months. Now I just need more whiskey today.
  11. Not yet. I'm updating to iOS 13.3.1 so I'm not doing anything right now.
  12. I'll take a look at it.
  13. Find the offsets you want to use inside IDA and do what @Laxus said and use the Live Offset Patcher in game. All you have to do is watch the video in the thread to get an understanding of how to use it. It's simple. The offset that you find in IDA goes on the left side and your hacked hexes go on the right side. Example:
  14. Gonna take a look at this, thanks.
  15. Updated to 1.90, had to remove some since they patched them. Thanks to @Kilmnar and @Error. for testing
  16. Going to be updating this soon. I'll see if I can find level skip or one move finishes the level.
  17. Updated to 4.06. Renamed "Low Gravity" to "Super Jump" as there's no more barriers in the sky or on buildings.
  18. I'm back. I will not able to do update this game until I have iOS 13. So be extra patient.
  19. Just bought a new laptop. I should be updating the hacks I’ve created and possibly making new ones within the next coming days.

  20. I’m going through a lot in my personal life. I can’t update the menu right now, maybe sometime in the near future I will be able to. But right now, I can’t.
  21. I broke my laptop into a lot of small pieces. I did upload the important mod function names like WW2 Polygon and Modern Ops to Mega. Everything else is lost. Don’t expect any updates from my menus unless someone wants to take the function names and update them.

    1. Tobias Rieper

      Tobias Rieper

      don't worry my friend no one will rush you 

    2. DanYal

      DanYal

      Why you didn't upload your projects to Google drive or other online storage ? 

    3. Enoch

      Enoch

      @DanYal couldn’t think clearly. Plus the only time I had the function names was for those two projects, plus BlackShot but I wasn’t thinking.

      @Tobias Rieper Thank you

    4. Max-Q

      Max-Q

      😜You should buy a desktop pc. I have assambled myself the one i have. Rock solid with high graphic gtx1060 and a fast cpu i5 6600. Assus motherboard. This was made 4 years ago. Boot in 5 sec, and is same fast as it was  when i assambled it. If i spended 700 euro for entire pc with case and everything need, you should spend now 400-500 probably. 

    5. ZoX88

      ZoX88

      Modern ops 3.9.8 into now not showing iosgods hack icon.

      that is today start(26/2/2020)

      ithink that is hackway auto dected?

      Please give me new way

      thank

  22. Bill Nye said yes, so yes it is. We all judge if something’s wet by water, yes? We don’t look at a trash can with no condensation and think “that’s one wet mother f***er” do we? We don’t go to the Sahara, slap the dry sand, and think “This is wet as f***”. No, we know it’s dry because it’s hot as f*** and there’s no condensation in the sand particles we feel or air. Go sit in your bathroom, what do you feel? It’s dry? Turn the shower on the hottest it can be, close the door, and sit there. Watch the condensation take over the whole bathroom. You don’t need scientific evidence, you need common sense. Skip to 10:41
  23. Going to take a break from making new mod menus and adding new features for a while. I’ll be updating but don’t expect the updates to come fast. 

    1. Rook

      Rook

      Take care of yourself. :)

    2. Zahir

      Zahir 

      Indeed, health before the world.

    3. Enoch

      Enoch

      I’ll try. Thanks for the kind words.

  24. Modded/Hacked App: World War Polygon- WW2 shooter By Alda Games s.r.o. v2.00Bundle ID: com.aldagames.WorldWarPolygonWW2ShooteriTunes Store Link: https://apps.apple.com/us/app/world-war-polygon-ww2-shooter/id1471111026?uo=4&at=1010lce4 Mod Requirements: - Jailbroken iPhone/iPad/iPod Touch. - iFile / Filza / iFunBox / iTools or any other file managers for iOS. - Cydia Substrate or Substitute. - PreferenceLoader (from Cydia or Sileo). Note: Use LocaliAPStore for currencies. Hack Features: - Infinite Ammo (Works online) - Instant Reload (Works online) - Speed Hack (Works online) - Infinite Weapon Durability - Fly (Works online) Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/forum/79-no-jailbreak-section/ Modded Android APK(s): https://iosgods.com/forum/68-android-section/ For more fun, check out the Club(s): https://iosgods.com/clubs/ iOS Hack Download Link: [Hidden Content] Installation Instructions: STEP 1: Download the .deb Cydia hack file from the link above. STEP 2: Copy the file over to your iDevice using any of the file managers mentioned above or skip this step if you're downloading from your iDevice. STEP 3: Using iFile or Filza, browse to where you saved the downloaded .deb file and tap on it. STEP 4: Once you tap on the file, you will then need to press on 'Installer' or 'Install' from the options on your screen. STEP 5: Let iFile / Filza finish the cheat installation. Make sure it successfully installs, otherwise see the note below. STEP 6: Now open your iDevice settings and scroll down until you see the settings for this cheat and tap on it. If the hack is a Mod Menu, the cheat features can be toggled in-game. STEP 7: Turn on the features you want and play the game. You may need to follow further instructions inside the hack's popup in-game. NOTE: If you have any questions or problems, read our Troubleshooting topic & Frequently Asked Questions topic. If you still haven't found a solution, post your issue down below and we'll do our best to help! If the hack does work for you, post your feedback below and help out other fellow members that are encountering issues. Credits: - ZoZo - Thanks to @Error. and @Kilmnar for testing. Cheat Video/Screenshots: N/A
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines