Jump to content

Mister SirCode

Senior Member
  • Posts

    281
  • Joined

  • Last visited

Everything posted by Mister SirCode

  1. Just got the bronze profile views reward! Hoping to get silver and maybe even gold at some point!

    I think 2 bronze through gold rewards sets would look veryyy nice on my sidebar.

     

  2. Drinkin raspberry tea at 11 pm on a monday... just sitting on my bed next to my cat. Waiting for hurricane dorian to f*** up my house again.

    flo and mike hit us directly, flo did the most damage... ugh now a cat 5? Whatever, well just have a hurricane party and have a barbique outside if it cancels school

    Wonder if dorian will flood my house with 4 inches of water :3

     

     

    hmm.. this is one of those shower thought moments that I had to share.

  3. @DADi why are you connecting the tweak to apps via the binary name rather than the BID (bundle id) is there differences? One better than the other?
  4. Coolio, but idrc about instagram likes, but still cool.
  5. Hey theres a problem with your terraria hack, If you use the item summoner on multiple types of items, different ids, it sometimes give you the id you used BEFORE that one

     

    so by the time youve summoned ten different IDs, you spamming it and its just giving you random items basically.

     

    once tried to get a picksaw after using it 20 times, took me 56 tries to get a picksaw, and my inv was full of terrablades, lifefruits, and other such rares.

     

    I thought it may have had to do with the item count, but even after disabling both item and item count, closing gui, reopening and trying again, this glitch always occurs.

     

    Its almost as if your saving the item ids in an array, and its randomly using 1 from the array, rather than the ID you chose

    please reply if you plan on fixing this, its a really cool hack, its just sorta buggy

    1. Zahir

      Zahir 

      Status essay :hyper:

    2. bus991

      bus991

      I can’t really help it and I’m not storing it as an array, it using the item ids built into the game and some times when you press the switch it sometimes saves the previous item you wanted to spawn

    3. Mister SirCode

      Mister SirCode

      So theres no way to fix this? Rip.

  6. When I find a function in a non unity game, I see lots of adresses. How do I tell which one is the correct value, and how do I edit the hex value. tweaks require an Offset, Hacked Offset, and a Hex. So how do I find these.
  7. Hola Friend, Have a nice day. &
  8. new signature to fit my PFP!!!

  9. Sileo is LEGIT TRASH

  10. App Library stuff is moved to "/var/mobile/Library" App Documents and Game Save Data is moved to "/var/mobile/Documents" and App Preferences (Like the .plist control files for the app, sometimes stores game save data): is moved to "/var/mobile/Library/Preferences" When your in preferences or library, there will be alot of apps, youll just have to LOOK for your app in the mess
  11. Could you visit my coding help support post I posted yesterday, It seems people are visiting the latest ones but ignoring mine.

     

    I was having toruble with manual MSHook, like making a tweak

     

    Specifically this post: 

     

  12. Say you have a patch, And you wanna share it to your friend without adding it to the cloud, BUT HE HAS REAAALLLY important patches and doesnt wanna replace his patches.plist with YOURS. heres a "semi" simple Fix. Each patch is a Dictionary. A Simple little "holder" if you will. All the patches in your list are structured like this: The tutorial continues in the code itself below. I WILL BE MAKING A TOOL THAT DOES THIS FOR YOU SOON!! (Uh, Hopefully, I gotta figure out how to edit Xml in Javascript) <?xml version encoding> <doctype telling the code that its a plist file> <plist version> <dict> <!-- (this is the first dictionary, It holds ALL of your patches) --> <key> <!-- patches --> </key> <!-- (Name Of the List) --> <array> <!-- (Start of the list) --> <dict> <!-- (This is a patch) --> <!-- Inside each patch is a ton of blah blah stuff that people normally don't want to read. (Keys, strings, more arrays and dictionaries) --> <!-- Look for the <string> that has the <key>name</key> right above it (THIS IS YOUR PATCH NAME) --> <!-- Look for the patch you want, and Copy the ENTIRE <dict> --> <!-- Edit your friend's plist file in a text editor (on filza file manager, hold down on file and scroll right on the dialog, find text edit) --> <!-- paste the dictionary at the very top of the file, RIGHT AFTER THE VERY FIRST <array> that represents (start of list) --> </dict> <!-- (This is the End of a patch) --> <dict> <!-- (This is a patch) --> </dict> <!-- (This is the End of a patch) --> <dict> <!-- (ETC) --> </dict> <!-- (ETC) --> </array> (End of the list) </dict> (End of Code)
      • 1
      • Like
  13. Want to Start Hacking with Flex 3? What is Flex? Flex is a tool that uses a special method of exploiting called "MS Hook" which long-term stands for "Mobile Substrate Method Hooking". Which, in a simple definition, finds the BID of the app you desire. BID: ("Bundle ID". Ex: com.companyName.appName) and then it Injects itself INTO the app with that BID, and Once the app opens, it looks for those functions you found in flex. The said functions are then searched for inside the app Live as you’re playing it, and then the values are changed to what you specified. How do I start? Flex isn’t that complicated, it’s a simple program that patches methods. So, First “Acquire” Flex 3 Beta by tapping this: GetDelta | Home of Flex Then tap "Add to Cydia" This will ask you to add Flex 3’s Official Repository (getdelta.co) to Cydia Automatically. Next, Go into Cydia, Tap the Search Button. Search for Flex 3 Beta, make sure it is from delta. Finally, Install it, Respring if it asks, And go into Flex. You’re Done. How do I hack now? This is the ULTRA easy part. Simply press the big + Symbol in the top right corner. Now scroll around, Explore your options, Find a suitable app to hack! Please keep in mind, Flex 3 RARELY Works for Fully Multiplayer games, and usually most “Important” Methods are stored in an external Server. Once you have the app you want, Tap it, You should see this: Tap the title and call it whatever you want, it isn't important. After your done, tap Add Units... and it should bring you to this screen: Your going to want to tap the item under the Executable tab, This is the main Access to you're game's Internals. It SHOULD bring up this little dialog: Tap Yes/Process Sometimes it will Open the app your hacking to Process it. Other times it will just take a while to Process and do nothing for a few seconds. If it brings up a dialog saying it failed to Process, Simply tap Process again and quickly close Flex3 and Open the app your hacking for like 10 seconds. Then go back to Flex3 and it should be processed. NOW, Tap the little "executable" AppName Button from before. Except now that long button should have a little white > on the right side. That > means its processed, Tap it and it should bring up a black search bar and a ton of random stuff you might not understand below it. Tap the search bar and type something cool. Like Hunger or Health. Sometimes you will get a Class full of methods for the word, or you might just get a Method. OR if your unlucky, you will get nothing. Now, If you get a class, and it looks interesting, Tap it, and it will open another search page INSIDE of that Class, and you can scroll around or search for a method you like. Some good examples can be things like: just search another term, or scroll around. isFull(bool) hasFullHealth(bool) Health(int) May be you DONT have a class, just a method, or a few, Find the one you like, And TAP it. Once you have that method tapped, Its saved. Tap the back arrow until you get back to the page with the Title and Add Units... button. You should see the normal UI, but WHATS THIS!?! You have a magical new thing at the bottom, it has the same name as the method you picked earlier: For Example, I picked a Health value, So its going to add the health method to my list, Anyways, Tap the method you like or picked or whatnot. You should see a Ui like this: If you picked a method like this with multiple values, the list in the picture will be bigger: -(float)PlayerNameIs: (id)WithID Tap the "Return Value (Value Type)" This is your Value, You can edit it. It should open a 2 list page. Tap the "pass-through" it will ask to edit it, Say yes, It should result in this page: Its asking for an override value. This is where you can get creative and put whatever you want. Once your done typing your Enormous number or whatnot, Tap DONE Ok, Thats it, Just back out to the main page, and tap the switch next to your patch. Then exit flex3 and go to your game. If the game allows that method to be hacked, it should change it I hope you enjoyed this tutorial. It took me a while to make. Tap that little blue heart if you want to give me a little rep while your at it Thankyou for your time. Edits: Sorry about the getdelta.co link breaking when i first posted, I fixed that Also if you need any help with anything else, feel free to ask in the comment section
  14. Radiant One By Fntastic v2.1 com.Fntastic.RadiantOne Requires: iOS 10.0 or later. Price: Free Updated: 2019-07-16T21:58:30Z iTunes URL: https://apps.apple.com/us/app/radiant-one/id1418889165?uo=4&at=1010lce4 Mod Requirements: - Non-Jailbroken/Jailed or Jailbroken iPhone/iPad/iPod Touch. - Cydia Impactor. - A Computer Running Windows/Mac/Linux. - A BRAIN Hack Features: - Built in LocalIAPStore - Built in DLG Memor - Infinite Tickets - Infinite Gems After Downloading IPA, See here for the rest of the hack: (Its a Semi DIY Cheat) Jailbreak required hack(s): https://iosgods.com/forum/5-game-cheats-hack-requests/ 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] PC Installation Instructions: STEP 1: If necessary, uninstall the app if you have it installed on your iDevice. Some hacked IPAs will install as a duplicate app. Make sure to back it up so you don't lose your progress. STEP 2: Download the pre-hacked .IPA file from the link above to your computer. STEP 3: Download Cydia Impactor and extract the archive. STEP 4: Open/Run Cydia Impactor on your computer then connect your iOS Device and wait until your device name shows up on Cydia Impactor. STEP 5: Once your iDevice appears, drag the modded .IPA file you downloaded and drop it inside the Cydia Impactor application. STEP 6: You will now be asked to enter your iTunes/Apple ID email login & then your password. Go ahead and enter the required information.. STEP 7: Wait for Cydia Impactor to finish sideloading/installing the hacked IPA. STEP 8: Once the installation is complete and you see the app on your Home Screen, you will now need to go to Settings -> General -> Profiles & Device Management. Once there, tap on the email you entered from step 6, and then tap on 'Trust [email protected]'. STEP 9: Now go to your Home Screen and open the newly installed app and everything should work fine. You may need to follow further per app instructions inside the hack's popup in-game. NOTE: For free Apple Developer accounts you will need to repeat this process every 7 days. Using a disposable Apple ID for this process is suggested but not required. Jailbroken iDevices can skip using Cydia Impactor and just install the IPA mod with AppSync & IPA Installer (or alternatives) from Cydia. If you have any questions or problems, read our Cydia Impactor topic and if you don't find 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: - SkylarSpark Cheat Video/Screenshots: N/A
  15. Geometry Dash By RobTop Games AB v2.11 com.robtop.geometryjump Requires: iOS 8.0 or later. Price: $1.99 Updated: 2017-11-16T18:43:46Z iTunes URL: https://apps.apple.com/us/app/geometry-dash/id625334537?uo=4&at=1010lce4 Mod Requirements: - Non-Jailbroken/Jailed or Jailbroken iPhone/iPad/iPod Touch. - Cydia Impactor. - A Computer Running Windows/Mac/Linux. Sidenote: I know there are plenty of cheats for this game, but this is my first patcher hack, and Im proud to say its the ONLY working "hacked" IPA ive made, and its stable. Hack Features: - Built in Speed Changer Jailbreak required hack(s): https://iosgods.com/forum/5-game-cheats-hack-requests/ 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] Man its been a while since I used the template. Kindof missed this thing. PC Installation Instructions: STEP 1: If necessary, uninstall the app if you have it installed on your iDevice. Some hacked IPAs will install as a duplicate app. Make sure to back it up so you don't lose your progress. STEP 2: Download the pre-hacked .IPA file from the link above to your computer. STEP 3: Download Cydia Impactor and extract the archive. STEP 4: Open/Run Cydia Impactor on your computer then connect your iOS Device and wait until your device name shows up on Cydia Impactor. STEP 5: Once your iDevice appears, drag the modded .IPA file you downloaded and drop it inside the Cydia Impactor application. STEP 6: You will now be asked to enter your iTunes/Apple ID email login & then your password. Go ahead and enter the required information.. STEP 7: Wait for Cydia Impactor to finish sideloading/installing the hacked IPA. STEP 8: Once the installation is complete and you see the app on your Home Screen, you will now need to go to Settings -> General -> Profiles & Device Management. Once there, tap on the email you entered from step 6, and then tap on 'Trust [email protected]'. STEP 9: Now go to your Home Screen and open the newly installed app and everything should work fine. You may need to follow further per app instructions inside the hack's popup in-game. NOTE: For free Apple Developer accounts you will need to repeat this process every 7 days. Using a disposable Apple ID for this process is suggested but not required. Jailbroken iDevices can skip using Cydia Impactor and just install the IPA mod with AppSync & IPA Installer (or alternatives) from Cydia. If you have any questions or problems, read our Cydia Impactor topic and if you don't find 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: - SkylarSpark - Aidoo for the Speedhack Dylib - Robtop games for such a cringey game Cheat Video/Screenshots: N/A
  16. Oof Im thinking of updating my sig

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