Jump to content

carpoa

ViP Pro
  • Posts

    308
  • Joined

  • Last visited

Everything posted by carpoa

  1. Thank you and thank you alot more for providing a code sample.
  2. Got a few questions, Still new to decompiling stuff and reversing so yeah. I will list them below. 1. When I am reversing a function and it calls the CityBalance$$GetUpgradePrice then (I am guessing) it stores the returned value in D8 from D0 right? 2. When decompiling functions I sometimes see var_whateverhere = 0xwhateverHere but it isnt a field offset of anykind, what do they do and how can I understand them? (I included some of the start asm of that function to help you understand if needed) 3. When wanting to hook onto functions, to modify the field offset (in this case we will use 0x10 = int Coins) would I do something like FunctionOffset + 0x10 to get the fieldoffest variable to then read/write toward that pointed to object? Like I said I am still new to decompiling stuff and reversing, please excuse me if this is easy for you.
  3. Its not a unity game so I cant be bothered to do this lol
  4. Ill have a look
  5. New cheat released, Gonn update later to add more features/switches.

     

    Currently 5 features in one switch which is for currency cheating.

  6. [TEMP] Note: This hack will get updated with more features in the future! Modded/Hacked App: Potion Punch 2 by Monstronauts Inc. Bundle ID: com.monstronauts.potionpunch2 iTunes Store Link: https://apps.apple.com/us/app/potion-punch-2/id1463550435 Mod Requirements: - Jailbroken iPhone/iPad/iPod Touch. - iGameGod / Filza / iMazing or any other file managers for iOS. - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak. - PreferenceLoader (from Cydia, Sileo or Zebra). Hack Features: Purchase Refunds (Get the value of the item you paid back) 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. Use Safari/Google Chrome or other iOS browsers to download. STEP 2: Once the file has downloaded, tap on it and then you will be prompted on whether you want to open the deb with iGameGod or copy it to Filza. STEP 3: If necessary, tap on the downloaded file, and then, you will need to press 'Install' from the options on your screen. STEP 4: Let iGameGod/Filza finish the cheat installation. Make sure it successfully installs, otherwise see the note below. STEP 5: If the hack is a Mod Menu — which is usually the case nowadays — the cheat features can be toggled in-game. Some cheats have options that can be enabled from your iDevice settings. STEP 6: 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 & Answers 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, please post your feedback below and help out other fellow members that are encountering issues. Credits: - @carpoa Cheat Video/Screenshots:
  7. Its not only just touching offsets with hex it can be you actually having to develop stuff depending on the game you're trying to cheat on. Unity are the easiest game engine to hack next to source engine by valve.
  8. Ill take a look within the next like 2 hours.
  9. I think I have found my newest way of storing a list of offsets. Who knew I'd get a nicer code structure from this 😂
  10. Ill take a look in a little bit. Updating a hack thats a wip. Looking now.
  11. Anyone here with a rootfull jailbreak on an ARM64 device and on IOS 16+ please pm me. Still looking.

  12. Anyone with a jailbroken device that isnt dated (IOS 16 min) pm me. Need a test dummy :D

    1. ANKIT VERMA

      ANKIT VERMA

      Hello bro i have dopamine jailbreak and  ipad 5gen  ios 16.5 

      bro do you need rootfull or rootless?

      and what will you test?

    2. carpoa

      carpoa

      Either will work I’m pretty sure. As long as you can run .debian files without any issues. I don’t use dopamine JB so I have no clue if it’ll be compatible or not. @ANKIT VERMA

    3. ANKIT VERMA

      ANKIT VERMA

      Ok lets try it but what are we trying?

    4. ANKIT VERMA

      ANKIT VERMA

      And does it risks of bootloop?

    5. carpoa

      carpoa

      No it shouldn’t as it’s an official IOSGODS menu. Also pm me. 

  13. Dunno I assumed because of the title tbh
  14. You cant just edit a program and expect to get free stuff thats not how the world of computers work. If you want to get into this please first go learn how a computer works, the difference between a client and a server and many other technical knowledge. If you need money honestly I would just go look for a job. Dont try to make money off this unless your gonna make a cheat for COD: WZ or some other AAA game that is actually worth it. You wont make much money depending on what youre making cheats for. Please don't blindly follow youtube tutorials, they help but if you dont understand a single thing youre doing at all then dont do it. I would like to add most or many of the very known cheaters on this platform have years of experience with reverse engineering and have a very good knowledge base on how things work internally with computers. The experience really does pay off but it is not worth doing if you have no experience.
  15. If someone knows anything about really stupid IDA Pro issues when trying to decompile files please pm me.

    Example issue: https://i.ibb.co/GpbDsTd/image.png

    image.png

  16. I can decompile the DLL however there is nothing at all returned. I have tried every decompile method IDA provides in their GUI to try and decompile but does not work. Ida Version: IDA Pro: 7.0 Error when using the IDA python scripts: Assuming __cdecl calling convention by default Error C:\Users\\Documents\IOSGODS\DeadTrigger\UnityFramework-il2cppdumper\il2cpp.h,36: Syntax error near: int32_t Error C:\Users\\Documents\IOSGODS\DeadTrigger\UnityFramework-il2cppdumper\il2cpp.h,37: Syntax error near: } Error C:\Users\\Documents\IOSGODS\DeadTrigger\UnityFramework-il2cppdumper\il2cpp.h,67: Syntax error near: uint32_t Error C:\Users\\Documents\IOSGODS\DeadTrigger\UnityFramework-il2cppdumper\il2cpp.h,68: Syntax error near: uint32_t Error C:\Users\\Documents\IOSGODS\DeadTrigger\UnityFramework-il2cppdumper\il2cpp.h,69: Syntax error near: uint32_t Error C:\Users\\Documents\IOSGODS\DeadTrigger\UnityFramework-il2cppdumper\il2cpp.h,70: Syntax error near: size_t Error C:\Users\\Documents\IOSGODS\DeadTrigger\UnityFramework-il2cppdumper\il2cpp.h,72: Syntax error near: uint32_t Error C:\Users\\Documents\IOSGODS\DeadTrigger\UnityFramework-il2cppdumper\il2cpp.h,73: Syntax error near: uint32_t Error C:\Users\\Documents\IOSGODS\DeadTrigger\UnityFramework-il2cppdumper\il2cpp.h,74: Syntax error near: uint32_t Error C:\Users\\Documents\IOSGODS\DeadTrigger\UnityFramework-il2cppdumper\il2cpp.h,75: Syntax error near: int32_t Error C:\Users\\Documents\IOSGODS\DeadTrigger\UnityFramework-il2cppdumper\il2cpp.h,76: Syntax error near: uint32_t Error C:\Users\\Documents\IOSGODS\DeadTrigger\UnityFramework-il2cppdumper\il2cpp.h,77: Syntax error near: uint32_t Error C:\Users\\Documents\IOSGODS\DeadTrigger\UnityFramework-il2cppdumper\il2cpp.h,78: Syntax error near: int32_t Error C:\Users\\Documents\IOSGODS\DeadTrigger\UnityFramework-il2cppdumper\il2cpp.h,79: Syntax error near: uint32_t Error C:\Users\\Documents\IOSGODS\DeadTrigger\UnityFramework-il2cppdumper\il2cpp.h,80: Syntax error near: uint32_t Error C:\Users\\Documents\IOSGODS\DeadTrigger\UnityFramework-il2cppdumper\il2cpp.h,81: Syntax error near: uint16_t Error C:\Users\\Documents\IOSGODS\DeadTrigger\UnityFramework-il2cppdumper\il2cpp.h,82: Syntax error near: uint16_t Error C:\Users\\Documents\IOSGODS\DeadTrigger\UnityFramework-il2cppdumper\il2cpp.h,83: Syntax error near: uint16_t Error C:\Users\\Documents\IOSGODS\DeadTrigger\UnityFramework-il2cppdumper\il2cpp.h,84: Syntax error near: uint16_t Error C:\Users\\Documents\IOSGODS\DeadTrigger\UnityFramework-il2cppdumper\il2cpp.h,85: Syntax error near: uint16_t Total 20 errors Script finished! Syntax error near: int32_t Syntax error near: } Syntax error near: uint32_t Syntax error near: uint32_t Syntax error near: uint32_t Syntax error near: size_t Syntax error near: uint32_t Syntax error near: uint32_t Syntax error near: uint32_t Syntax error near: int32_t Syntax error near: uint32_t Syntax error near: uint32_t Syntax error near: int32_t Syntax error near: uint32_t Syntax error near: uint32_t Syntax error near: uint16_t Syntax error near: uint16_t Syntax error near: uint16_t Syntax error near: uint16_t Syntax error near: uint16_t
  17. Gotcha thanks.
  18. is it server sided?
  19. I'll take a look soon. Setting up my setup. 👍
  20. This post wont teach anything apart for supplying you with tools and sources that are tutorials. This will help you and guide you make your own cheats or to learn something new. Things you should learn: Assembly (ASM) C# (C-Sharp) How to use IDA/Ghidra (Minimum the basics) Tools: Ghidra (Freemium version of IDA-Pro IMO) IDA Pro (PAID) IDA Free (Worse version of Pro) DnSpy ( .Net explorer (C#) ) Threads: [UnknownCheats (OFF SITE)] Unity Engine Reversing and Hacking Tutorial [UnknownCheats] Programming and Reversing topic (Many more threads) IOS Gods tutorials Tagged posts [Rooks Tutorial] [Starter Pack] iOS Hacking [IDA, Reverse Engineering, Cheat Engines, Theos, Flex] How to learn, ARM Assembly, Exploit Development, Reverse engineering Don't get mad or give up if you don't get it. It does help if you already have knowledge on how computers work and other technical knowledge but isn't needed.
  21. Linux is great but a p.i.t.a

  22. I am not the developer of the repo that is linked. Please do not come to me with issues. To begin. Please make sure you update your apt packages. You can do this by entering the following command: sudo apt-get update Once that command completes its execution, go to the checkra1n download page and try one of the downloads. If you haven't already done so, go to the checkra1n linux download guide and try to follow that. However if you do not succeed come back to this post and follow the steps below. Getting Started: Using the installer: Step 1: First thing to do is to open command prompt and then run the following command(s) below: git clone https://github.com/Randomblock1/checkra1n-linux && cd checkra1n-linux Once that is finished you will then need to run the following script: sudo ./installer.sh YOU HAVE TO RUN THIS AS ROOT/SUDO OR IT WILL NOT RUN. When asked for a password, enter your current profile password. (Example: 123543 This will execute the 'installer.sh' file which does what is its named. When you execute it, it is expected you wont have all required packages installed which is what this script will do for you as you can see below: https://imgur.com/a/uO66HyI Once that is done you will have the installer GUI pop up: https://imgur.com/fy5ad0H Step 2: If that GUI pops up then you have done everything correctly. You can then choose the option you would like to run. Beware that you do not click the 'Install Repo' button if your linux install is not 'x86_x64'. Install options and meaning: "Install Repository" This will install the checkra1n APT repository, but only if you are using x86_64. "Direct Download" Installs checkra1n to /usr/bin for all devices, regardless of architecture. "Procursify" Installs the Procursus bootstrap to your device. Learn more about Procursus here. TLDR: Replaces Substrate with libhooker and uses the Procursus repositoryfor more up-to-date programs. Also, you get Sileo, in addition to Cydia. “Save Blobs” Saves currently signed SHSH blobs so you can upgrade/downgrade to unsigned iOS versions if you have the right blobs. "Credits" Is self explanatory "Update" Uses curl to get the latest version of this tool. You shouldn't need to use this manually, as it updates itself on startup. Step 3 (Direct Download): After selecting the 'Direct Download' Option run the following script below to use checkra1n: cd /usr/bin && sudo checkra1n Don't forget to make your window 80 x 50 or full screen the terminal to use checkra1n! https://imgur.com/EULvoRJ Without using the installer: If you do not want to use the installer then you can try this way too. All you need to do is run the following 'one-liner' script in a command prompt like so: curl -s https://raw.githubusercontent.com/Randomblock1/checkra1n-linux/master/installer.sh | sudo bash Developer note: '(note: you can't use procursify unless you actually install it)' Well done you did it! If you would like to visit the developers github you can do here: Github Everything on the github is open source for you to look at. I am not the developer of the repo that is linked. Please do not come to me with issues.
  23. Installing WINE on Kali Linux X64 Hopefully this helps most of you who don't use windows but still want to use tools that are windows only/do not support linux. Probably wont work for all things however should work for most. Step 1: Run the following commands below. #echo deb http://http.kali.org/kali kali main non-free contrib > /etc/apt/sources.list #echo deb-src http://http.kali.org/kali kali main non-free contrib >> /etc/apt/sources.list #echo deb http://security.kali.org/kali-security kali/updates main contrib non-free >> /etc/apt/sources.list #echo deb-src http://security.kali.org/kali-security kali/updates main contrib non-free >> /etc/apt/sources.list Step 2: After running all the commands above one at a time, run the following commands. sudo dpkg --add-architecture i386 sudo apt-get update sudo apt-get install wine-bin:i386 If sudo apt-get install wine-bin:i386 doesn't work then try this: apt-get install wine32 Step 3: Usage cd MyPath/Downloads wine npp.*.exe Credits: OP (Original Post)
  24. I’m gonna get back into this now. Hopefully should become more active as time goes 👍

×
  • 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