Jump to content

0xWeiss

Senior Member
  • Posts

    737
  • Joined

  • Last visited

Everything posted by 0xWeiss

  1. Still ill 😷 Hope everyone is doing okay!

  2. All these meds aren’t settling well with my body.. 🥴

    1. Kuhlmat

      Kuhlmat

      take it easy

    2. 0xWeiss

      0xWeiss

      Can’t, I need to get well enough to take the kids Trick-or-Treating in the afternoon. 

  3. Currently sick.. 😷 

    1. Ahmedoo94

      Ahmedoo94

      Oh! I hope nothing serious ..:/

      I wish you a good recovery!:)

      Take care of yourself!

    2. Laxus

      Laxus

      I knew this will come when you stay up all night to research how to make cheat KEKW 

    3. VaaR

      VaaR

      Take care :ill:

    4. 0xWeiss

      0xWeiss

      @VaaR @Ahmedoo94 — Thank you! I’m coughing atm, trying my best to recover by tomorrow.

      @Laxus — Hahaha, I suppose I did do this to myself 😂 Oops.

  4. Offset 1 -- Offset 2 -- Offset 3 Python has apparently finished loading. Some functions are still listed as sub_x, but I can see the names of these ones. Money: 1. IDA Offset - 191506c Game.GUI.GlobalCanvas.ResourceValuePresenter$$ChangeResource 2. IDA Offset - 19075ec CSGame.Models.Resources.Resource$$AddValue 3. IDA Offset - 1915288 Game.GUI.GlobalCanvas.ResourceWidgetView$$UpdateValue
  5. Ah, thought I had done that. UnityFramework > global-metadata.dat -- Done. File > Script File > ida.py > script.json Waiting on the load now.
  6. iL2CPPDumper, correct? Open the dump.cs file in Notepad++?
  7. Hmm, either the Live Offset Patcher doesn't work for this game, the offset is wrong (doubt), or the game's currency isn't possible to change. It didn't work.. ^^ Game: ZombieShop
  8. I'm sure you're getting tired of seeing me here, but you're gonna see a whole lot of me. I need assistance with identifying offsets that are useful. I've stumbled across 3. These offsets are involved with the game's currency. Searched current value, altered value by selling, search value, ended up with 3 offsets. Offset 1 -- Offset 2 -- Offset 3 Money: 1. IDA Offset - 191506c Game.GUI.GlobalCanvas.ResourceValuePresenter$$ChangeResource 2. IDA Offset - 19075ec CSGame.Models.Resources.Resource$$AddValue 3. IDA Offset - 1915288 Game.GUI.GlobalCanvas.ResourceWidgetView$$UpdateValue EDIT: I also need help with figuring out how to alter the assembly using the KEYPATCH:Patcher. No idea how to do that, I don't know how to pull up the menu/pop-up. EDIT: I'm also attempting to test the offsets with the Live Patcher on iGG. Any help is appreciated.
  9. All for nothing..

  10. 4:30AM. Insomnia.

  11. What’s with this “JumpAsk” fail issue? What’s with the IDA lookin’ sus? Questions, questions. Answers, answers.

  12. Becoming a little too obsessed with learning..

    1. Rook

      Rook

      That's always a good thing!

    2. VaaR

      VaaR

      How’s it going 

    3. busmanl30

      busmanl30

      Keep at it bro you got this 😛

    4. 0xWeiss

      0xWeiss

      @VaaR — Better than expected, while I’m away from the computer, I’m watching videos on the topic, reading about the topic on multiple sites, and thinking about going back to the computer and resuming on fixing the problems I’ve encountered. 

  13. That solved a problem, but not the one I originally had. Haha. However, I realized I was able to find the address in the debug portion of IDA. The green play button thing. However it didn’t have anything next to it, so I exited and saw that the analysis thing wasn’t finished. So I’m gonna let that load and try again tonight.
  14. EDIT: Possible Mistakes List: - “image list UnityFramework” instead of “image list ZombieShop”? (3:23AM Thought)
  15. I’m trying so hard.. To get somewhere..

  16. If you don’t mind, I’ll list everything in detailed steps. Game: • Zombie Shop V-0.21.1 Devices: • iPhone X 13.3 UnC0Ver 7.0.0 JB • ASUS ROG Laptop Win10 x64 Programs: • IDA PRO 7.3 • iL2CPPDumper • Notepad++ • LLDB • 3uTools • PuTTy • iGameGod • Filza • NewTerm • FlexDecrypt | CrackerXI Sites: • ArmConverter • BinaryHexConverter • Calculator-HexCalculator —————————————— 1. Gathering the necessary files. • [iPhone] Launch CrackerXI —> Zombie Shop —> Full IPA • [iPhone] Launch Filza (/var/mobile/Documents/CrackerXI) —> EXTRACT ZombieShop_0.21.1_Weiss • Launch NewTerm —> flexdecrypt /var/mobile/Documents/CrackerXI/ZombieShop_0.21.1_Weiss/Payload/ZombieShop.app/Frameworks/UnityFramework.framework/UnityFramework [[Cracked binary is in /tmp/UnityFramework]] • [PC] — Launch 3uTools > Grab UnityFramework and place in Desktop Folder. • [PC] Direct to ZombieShop.app > Data > Managed > Metadata > Grab global-metadata.dat and place in Desktop Folder. —————————————— 2. IDA Pro Portion • [PC] Launch IDA Pro x64 > New > Select “UnityFramework” > Allow to fully load with “IDLE” is on the bottom left. • [PC] Launch iL2CPPDumper > Select “UnityFramework” > Select “global-metadata.dat” > Allow to finish. • [PC] Return to IDA Pro (Fully Loaded) > File > Script File... > IDA.py > Script.JSON • [PC] Allow the script to fully finish until it says “IDLE” is on the bottom left. —————————————— 3. 3uTools / PuTTy / LLDB / Game Portion • [iPhone] Open iGameGod and enable Zombie Shop. • [iPhone] Launch Zombie Shop. • [PC] Launch 3uTools > Toolbox > Open SSH Tunnel > SSH Client (PuTTy) • [PC] In PuTTy > Type “lldb” > Type “attach ZombieShop” • [PC] Game attaches successfully, the game freezes. • [PC] In PuTTy > Type “image list ZombieShop” > Note the ASLR > Type “c” to continue process (unfreeze game). • [iPhone] Use iGameGod to search values until I’m left with 1-2 (in my case, 3). • [PC] In PuTTy > Type “process interrupt” (freezes game). [[NOTE: Cannot create Watchpoints while the game’s running.]] • [PC] Creates Watchpoints. • [iPhone/PC] Changes the value > Trigger Watchpoints 1. • [PC] In PuTTy > Type “register read” and copy the output into Notepad++ > Type “c” to proceed > Watchpoint 2 was trigger-ed > Type “register read” and copy the output into Notepad++. • [PC] Acquired 2 IDA offsets > Removed ASLR using hex calculator. • [PC/iPhone] Kept notes on money value and converted using decimal to hex. • [PC] Searched for the converted value in the register read outputs and found a match in watchpoint 1. • [PC] Returned to IDA > Press “G” > Inserts Address (ASLR REMOVED ONE) —————————————— [[ENCOUNTERS ERROR]] • Command “JumpAsk” Failed —————————————— Hopefully you could help spot the issue this way!
  17. Welcome! Hello!
  18. HELLO AGAIN! 🙋🏻‍♀️ I’ve run into another issue during this learning journey and I’ve searched the forums to see whether someone’s had the same issue or not, one person did but it went unsolved. Steps: 1. Grabbed ASLR — CE8000 Money: 3320 — CF8 2. Removed ASLR from WatchPoint Offsets. •WatchPoint1 — 0X12C144674 Frame#0 — 10832D0F8 ASLR Removed — 1076450F8 •WatchPoint2 — 0X12C3C8BB0 Frame#0 — 10836CE58 ASLR Removed — 107684E58 3. Converted Decimal to Hex. 4. Searched in Register Read. 5. Made a match (x11 - 12C65CCF8) 6. Went to IDA. 7. Searched for 1076450F8 & 107684E58 8. Met with Command “JumpAsk” Failed. Did I go wrong somewhere? Please educate me!
  19. Windows 10, I’ve downloaded and installed the fix in the regedit. I was able to make the live debugging work, however, I couldn’t figure out how to have IDA make a sigstop when values are searched.
  20. 4:30AM — Got a decent night’s study in, writing down some notes and headed to bed. Goodnight/morning!

  21. Just remember, they didn’t wake up one day knowing the things they know now. Push yourself 😊

  22. I can’t believe I’ve spent 12+ hours on getting nowhere. Starting again tomorrow.

    1. Ahmedoo94

      Ahmedoo94

      Work and persistence and the result will be here!! Do not worry! (Y)

    2. 0xWeiss

      0xWeiss

      Very optimistic of you. Thank you. I’ll try my best next time, I appreciate all the help I can get.. 😊

    3. Ahmedoo94

      Ahmedoo94

      With pleasure. I'm sure you'll get there! You just have to believe in what you are doing. :)

    4. VaaR

      VaaR

      Don’t worry you’ll get there with time. Sometimes the best thing is starting with a clear head 

  23. Hello, I’m sure you see me often in these topics. I’m currently in the process of learning how to hack games and I’ve ran into some issues, again. All day today, I’ve been trying to figure out how to work the debugger on IDA Pro. Here are the steps I’ve taken: 1. Open IDA Pro & load cracked binary with the global-meta.data already done. 2. Used 3uTools for SSH Tunnel. 3. Opened game on phone. 4. Open Putty >> debugserver 127.0.0.1:22 -a binaryname (Waiting on Process) 5. Opened LLDB.cmd >> process connect connect 127.0.0.1:22 (Doesn’t Work) Settings on IDA PRO >> Debug Options > Filled Host Name / Port Pressing Attach / Start is just a bundle of error pop-ups. Open to all help 🤍
  24. May I ask how you got debugserver on Putty?
  25. Here's the link to learn how to hack -- LINK -- Have some basic knowledge on some things first, it may help.
×
  • 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