Jump to content

busmanl30

Member
  • Posts

    90
  • Joined

  • Last visited

Posts posted by busmanl30

  1. On 10/12/2021 at 4:07 PM, 88benz said:

     

    Score! Match Version 2.23

    https://apps.apple.com/us/app/score-match-pvp-soccer/id1145420529

     

    Using iGameGod to change values of gems or coins within the game. Can successfully change values and “purchase” loot boxes (the game is reading the new values and letting me purchase), when validating the purchase however, there is a server error and i get logged out of facebook and the game. is there any workaround to this?

     

    Jailbroken or Non-Jailbroken: 

    yes used checkra1n 12.4 on iPad mini 2 on 12.5.5

    Thank you!

     

     

    The app purchase is probably detected or sever sided so it probably won’t work ever :/

  2. On 10/31/2021 at 6:18 PM, cybergeisha said:

    Thank so much for the replies! I actually figured out all of this like two hours after I submitted it and I didn't knew how to cancel! I didn't need to modify anything on IDA I just had to find the right offset and match it to the HEXES. 

    The best why I’ve tried testing is literally RET each function and just see what happens or what triggered something unusual to happen, or breakpoint

    • Thanks 1
  3. 11 hours ago, FrostbiteFist said:

    Hello,

    I downloaded Dead Cells Hack 2.4.1 by Laxus and I tried to buy the dlc but it says “You are not authorized
    to make purchases of
    this InApp in Sandbox
    at this time.” Will the hack be updated with the dlc eventually? 

     

    - David 

    It’s probably detected now or soemthing 

  4. On 4/28/2020 at 4:17 PM, strejda603 said:

    Hey guys!

    I’m trying to find a PHP+MySQL (or some other, if you have a better solution) Download Counter template for Cydia... I have tried kirb’s Cydia counter and all of its forks, and several tutorials on Github and Stackoverflow, but none of them are working for me.. I have also tried Darwin Cydia Repo Manager by 82Flex, but it looks little bit old and it's hard to customize (atleast for me as I have absolutely no expirience with Django framework..

    I would also like to switch my entire repo to PHP, as i.e. HYI is using...

    I have a VPS with LEMP (nginx 1.14.0, mysql-server 5.7.29 and php7.4-fpm) on Ubuntu 18.04 already installed and configured, and I have my repo files on it..

    Does anyone have a working version on your repo, and wouldn't you mind sharing your code with me?

    I would very appreciate your help!

    Have you ever tried making a repo with just using GitHub?

     

  5. On 5/8/2021 at 2:24 PM, topnotchcrotch said:

    I’m asking about what all would be involved in creating a overlay preferences menu for a tweak. Say a small logo be on the screen with options to hide the logo and options for the tweak. Any advice would be helpful and much appreciated. Also, to possibly add a login system to the overlay for the tweak. Thank guys. 

    That stuff might be a little hard for a beginner, you should try learning how objective c works and start a dummy app first and build those principles on a preference bundle

  6. 35 minutes ago, Rook said:

    There are a few ways to test the function you're trying to modify:

    1. The easiest being Live Offset Patcher - this is highly recommended if you're a newbie, but it does have its limitations. Currently if your game is using UnityFramework, LOP won't support it. An update for this is being worked on. :)
    2. Hex editing the binary and placing the modded binary into the app replacing the original
    3. Compiling a .deb with the function(s) you're testing.
    4. Via LLDB

    I think with this you should have setting built in to the preference loader to support this

  7. On 4/18/2021 at 8:53 PM, X204 said:

    You can’t hook at the middle of the function 

    Incorrect you can, all you are doing is giving yourself access to the function itself by setting a jump to allocated memory with your custom code, code that was replaced and back to the original function “if you choose to”. So yes @FEDuo you can hook in the middle of the function

  8. On 10/29/2021 at 10:03 AM, anhdd said:

    before that, the original code transferred from  VLDR            S2, =0.01 convert to hex is 17 1A 9F ED
    but now i don't know how to convert this to hex code with values other than 0.01 like 0.07 0.08 ... or less. 
    image
    I used https://armconverter.com/  to convert try VLDR S2, =0.05 but it doesn't work. i want to convert the values 0.02-0.1
    Please someone guide me to convert this code. Thanks

    You can only convert whole numbers, you can possible try dividing instead

  9. On 10/27/2021 at 7:35 PM, Rook said:

    Hello,

    Windows defender has started detecting Jailbreaks as viruses and quarantines them. That's what's happening in this case too.

    You will need to whitelist the IPA on your Windows Defender to continue.

     

    Please read the "Sideloadly Frequently Asked Questions & Answers" inside the official website here: https://sideloadly.io/#faq

     

    Or delete windows defender because it’s big gay 

  10. 5 hours ago, 0xWeiss said:

    EDIT:

    Possible Mistakes List:

    - “image list UnityFramework” instead of “image list ZombieShop”? (3:23AM Thought)

    That is correct, you must use UnityFramework, offsets will be in there and usually they don’t have the 0x10 in front so try it without and see if they match up, however when looking for the process you have to side Zombie shop since it loads the the frameworks once the binary has been loading, hence why the binary is small. Hope this helps

    • Like 1
  11. On 8/29/2021 at 2:33 AM, LEON... said:

     

     

    1 hour ago, Mandu said:

    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!

    Hey can you provide screenshots on exactly what you are doing or a video, you might be grabbing offsets that might be from another process, sometimes games are weird and have stuff in a framework which can make things a little more difficult 

  12. 12 hours ago, Austinripms said:

    I’m on iPhone 12, iOS version 14.4.2

    Perhaps you can try one of these methods.

    1. try the cheat on a different device

    2. Delete app and reinstall it 

    3. Sign the app using sideloady and install it

    4. if methods above don’t work try contacting the developer for further assistance 

  13. On 10/11/2021 at 2:38 PM, lata2016 said:

    Hi,

    Is there a way to workaround a game that has implemented a tweak detection functionality in it's latest update?

    When the mod menu loads, and attempts to apply the tweak to the offsets, a new message pops up "Please close any software that may negatively impact the game" and it shuts down.

    I have tried (with futility) to check any Obj-C Classes, but the only ones that looked interesting were "isJailbreaking" and "checkDevice", but amending these didn't work.

    Does anyone have any experience trying to work around this? My fear is that the game is checking for an injected value, and the moment it sees this, it force closes, which it never did before... 

    Any pointers so that I can try something else would be very helpful.

    Not all games use objective c methods, you can try using string xrefs and look up stuff like cydia jailbreak and some files that might be stored on a jailbroken device and mess around with the c++ functions

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