Jump to content

0xSolana

Contributor
  • Posts

    768
  • Joined

  • Last visited

Everything posted by 0xSolana

  1. @YesIAmBusmanl30 maybe be late but, how did you make it worked on Non-Jailbroken devices ? each time i hook the player class or whatever class, it doesn't work or crash, only offset patching is working
  2. For Example : Sausage Man is not in the US store. And you honestly don't want to check each regions to see if Sausage Man is there or not So, to check if the game/app is on a certain region, download the linked app. Then just select a region, it will bring you to the AppStore and will automatically change the region. And from here you can see if it's available or not. Btw, this lets you only check if the app is on the store, to download the app, you will need to change the region to the right one. Download App : [Hidden Content]
  3. hehe
  4. https://github.com/MJx0/iOS_UE4Dumper Try this one, Usage : If you want to try it on another game, just edit the .plist of the deb. idk if it will work but you can try
  5. Yeah if you call it each frames, it become buggy but i don't think there is a solution... Maybe using FixedUpdate() instead of Update() or maybe make a timer that check each 0.2 seconds instead of 60 times per sec
  6. If your enemy player position is right, then it might be the WorldToScreen function that is doing wrong. If the lines are mouving when player moves (even if its doing wrong) then its the W2S
  7. Hello, Games like Forward Assault, Standoff 2 has this kind of protections : I saw topics of 2017 talking about it but they haven't found a solution, so here im asking since there is some cheats for Standoff 2 / Forward Assault. Do you compare functions / fields with a previous version that isnt obfuscate ? or is there a way to get "normal" names back ? maybe in the memory ? Thanks for any answer
  8. Okay, so here is Part 2 of the hacking tutorial. Part 1 here if you haven't seen it yet. In this tutorial, we will again look into offset patching, and a different method i use to find nice functions. Next tutorial might be on hooking. Since Critical Strike v10.704 is outdated, we will use the current version : v11.452 I assume that you now know how to decrypt and obtain DLLs from the game (seen in part 1). We are really going to focus on research and above all "how did we come up with the idea of finding this function" Lets Start ! Requirements: - Jailbroken iPhone/iPad/iPod Touch. - Filza - DnSpy - Theos - Ted2 Theos template - Counter Strike v11.452 - ARM notions. [Hidden Content] Part 3 is now posted HERE
  9. Here are some offsets for kuboom cheat (Version 7.0.361). i didn't have the time to hook some methods, but i saw some nice stuff on this game, can be good for training. [Hidden Content] You can use it on your cheats, i don't care of credits
  10. what do i have lol
  11. 0xSolana

    ESP code

  12. Yeah that’s sound good ! if it still detect i would use the NOP instruction instead (1F2003D5)
  13. Since the AC is on the Unity assets store and so is accessible to all person that buy it, there might be some topic around the web about patching it. (Android / PC is quite the same for Unity, so you can check up Android tut’s or PC too). If you don’t find anything, i would return false to the check «isCheatDetected » and see if this does the work. if it doesn’t, return false to all method dealing with « is cheating » or things like this. you can also try nope the « onCheatingDetected » or call the onDestroy method when onCheatingDetected is called. I would also nope the OnEnable() since it may be called when cheating is detected Good luck
×
  • 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