Jump to content

Sterling0x1

Senior Member
  • Posts

    323
  • Joined

  • Last visited

Everything posted by Sterling0x1

  1. Modded/Hacked App: Word Domination By MAG Interactive Bundle ID: se.maginteractive.worddomination iTunes Store Link: https://itunes.apple.com/us/app/word-domination/id1237172656?mt=8&uo=4&at=1010lce4 Mod Requirements: - Jailbroken iPhone/iPad/iPod Touch. - iFile / Filza / iFunBox / iTools or any other file managers for iOS. - Cydia Substrate (from Cydia). - PreferenceLoader (from Cydia). Hack Features: Modded Menu Buttons: - Link Device - Old Device: Complete Challenges - Link Device - New Device: Reset Challenge Cooldown - Statistic: add 1 friend recruit - Trophy: add 1 tournament win (untested as not lv5 yet) - Mail: Receive Gem 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/ Hack Download Link: [Hidden Content] Installation Instructions: STEP 1: Download the .deb Cydia hack file from the link above. STEP 2: Copy the file over to your iDevice using any of the file managers mentioned above or skip this step if you're downloading from your iDevice. STEP 3: Using iFile or Filza, browse to where you saved the downloaded .deb file and tap on it. STEP 4: Once you tap on the file, you will then need to press on 'Installer' or 'Install' from the options on your screen. STEP 5: Let iFile / Filza finish the cheat installation. Make sure it successfully installs, otherwise see the note below. STEP 6: Now open your iDevice settings and scroll down until you see the settings for this cheat and tap on it. If the hack is a Mod Menu, the cheat features can be toggled in-game. STEP 7: 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 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, post your feedback below and help out other fellow members that are encountering issues. Credits: - Sterling0x1 Cheat Video/Screenshots: N/A
  2. Nice Did you debug this?
  3. [Hidden Content]
  4. Both droid and iOS [Hidden Content]
  5. yeah feel free, also use any of the other game offsets I post, you just need to find them in recent binary, most of them probably still works.
  6. I loved how you could avoid entire iap call in this game haha [Hidden Content]
  7. [Hidden Content]
  8. yes strings are normally the same but this game on iOS isn't subx as far as I remember. just tricky finding the getter ?
  9. another good game to practise strings hacking [Hidden Content]
  10. [Hidden Content]
  11. Advanced Logging is a Xposed to provide more transparency to applications. Filter Logcat for AdvancedLogging Features: 1) Bypass SSL Pinning. 2) Dump GCore(This will try to dump a gcore(x32 only for now) to the external sdcard after 5secs of app launch, dump take about ~15mins or longer ,core will be located in /Android/data/org.raslin777.advancedLogging) 3) Dump Dex will try to dump the dex of application to its data folder locations. 4) Unity Hook(Allows you to modify the dex file but redirect the unity loading to another apk ie. modded apk installed but hooked pointed to unmodded version, help when application is checking for sigs or changes in the dex) 5) GrepHookAllMethods(Type a name and if the loaded class contains that name we will hook all methods of that class, This will display in logcat all method calls with their parameters and values with their return values as they are called.) 6) Log All Classes(this will log to a myfile.txt to the data folder of the hooked application all the classes called) 7) Grep LogAllClasses(Filters the output of #6) ? Hook all methods of classes(This will look in /data/data/org.raslin777.advancedLogging/classes.txt for classes to hook, it will hook all methods of that class, This will display in logcat all method calls with their parameters and values with their return values as they are called) 9) Hook Fields, Will also output classes fields with the logcat. 10) DecodeHex will change Hex to Ascii code 11) Change Return (Type Class and method, and type the return you want. This does not change parameters) 12) Library Injection(This will hook into libc.so select with function you want to send to logcat. Still working on more output for this. write to external sdcard need for this, dont mind the mono hook for dumping unity) Native/System Function(REQUIRES REBOOT) 1)App Perm[Working on 6.0.1](Application to inject permissions into, will not display in properties but should work check xposed log for success or failure) 1)Perm to add[Working on 6.0.1](Type the permission to add if none typed will add write to external sdcard) 2) Debug all Apps(Enable Debug all apps and allows apps to be selected for debugging via settings debugging(So we can wait for debugger)) Download (probably dead): http://repo.xposed.info/module/org.r...dvancedlogging SourceCode (original source was pulled from Raslin`s repo): https://github.com/sterling0x1/XposedAdvancedLogging Creator of this tool: Raslin777
  12. Requirements: - Latest Kali image ( https://www.kali.org/downloads/ ) - USB drive 8GB+ - Motivation (A lot) - MiniTool Partition Wizard Professional Edition (or any alternative) - Disk Imager Right, so you want dual boot Kali and play MR Robot eh? First Download the latest Kali image (https://www.kali.org/downloads/). Run Disk imager and make a bootable disk. When done, you`ll need to make a partition where you install it. Open up the partition wizard and cut as much as you want off an existing partition. Make sure to set the partition as PRIMARY otherwise GRUB (bootloader) wont install, also set filesystem as EXT4. Press APPLY changes and sit tight until the process is done. This is very important in order to get kali work, if you make a mistake here, it wont install. Well, if we`re all done with making partition, time to install Kali on our PC. Plug in the USB (change boot settings in BIOS if necessary), and select install or install graphical from Kali boot menu. The Installation process is pretty straight forward. You`ll need to set up a root password (don't leave it blank), select language, connect to wifi and stuff, really straight forward. However when you arrive to the partitioning part, pay attention. Select the Free partiton we already created. Select create new partiton, Use as much space as you need. Make sure its PRIMARY. Use as: EXT4 filesystem Mount point: / Bootable flag: yes Apply changes and proceed with the install. From here on it's straight forward, if "swap" message pops up, you can select "no" and proceed anyway. When the process finished you'll reboot and get into the bootloader, you'll see both Kali and Win7, select Kali and done. Log in with root and root pw and good to go. POST INSTALL: After a installing Kali you wanna do the following in order to get your packages up to date. Open up file manager and go to you root folder. Go into [ic]etc/apt[/ic]and open up sources.list. Delete whatever is inside it and add the following: deb http://http.kali.org/kali kali-rolling main contrib non-free deb-src http://http.kali.org/kali kali-rolling main contrib non-free deb cdrom:[Debian GNU/Linux 2017.1 _Kali-rolling_ - Official Snapshot amd64 LIVE/INSTALL Binary 20170514-03:49]/ kali-rolling contrib main non-free deb cdrom:[Debian GNU/Linux 2017.1 _Kali-rolling_ - Official Snapshot amd64 LIVE/INSTALL Binary 20170514-03:49]/ kali-rolling contrib main non-free When done open up terminal and run the following commands. sudo apt-get update sudo apt-get upgrade sudo apt-get dist-upgrade Reboot and you're all up to date.
  13. = >This is going to be a short guide, mainly commands and basics. Have Xcode installed. Also install [ic]ldid and dpkg[/ic] Clone theos. default location should be opt/theos, but use anything else if you want. Run the following commands: cd mkdir opt cd opt git clone --recursive https://github.com/theos/theos.git when its done add theos to path by editing bash_profile. Run this command to open it in text editor. touch ~/.bash_profile; open ~/.bash_profile add the following (change your username obviously): export THEOS=/Users/sterling/opt/theos export PATH=$THEOS/bin:$PATH #//optional//export THEOS_DEVICE_IP=192.168.0.1 THEOS_DEVICE_PORT=22 Now run the following command: xcode-select -print-path If the output is, [ic]/Library/Developer/CommandLineTools[/ic] you'll have to point it to Xcode app with the following command: sudo xcode-select -switch /Applications/Xcode-beta.app >If you are using Xcode 8 just use [ic]Xcode.app[/ic] when done, make a test tweak, compile it, done. In case you get dpkg error while compiling the tweak, you'll have to install an older version and stop it from updating. Run the following commands: brew remove dpkg HOMEBREW_NO_AUTO_UPDATE=1 brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/7a4dabfc1a2acd9f01a1670fde4f0094c4fb6ffa/Formula/dpkg.rb brew pin dpkg It will still give a warning but at least it will compile it alright.
  14. Target game: Zombie Anarchy - https://itunes.apple.com/us/app/zombie-anarchy-strategy-war/id1022301472?mt=8 [Hidden Content]
  15. I got 1 invite left aswell. Pm me if want it.
  16. Guys I don’t mean to be an asshole but this method is absolutely f***ed up. Dont mess with your system folders. Clone RunMario tweak’s sources from GitHub, compile it for fortnite, result should be the same.
  17. This isn't exactly relevant to iOS game hacking, however, this is the best arm assembly write up I've seen so far. I can strongly recommend to anyone interested in arm assembly. (It only covers 32bit at the moment) azeria-labs.com
  18. @0xS14T3R mate unlimited lunchbox hax please. Hit me up on skype if you want I show which function it is.
  19. I will mate, good idea gimme til like next week when my stuff are out of box and all settled.
  20. @DiDA got the offsets, I don't think I'll have time until the end of week, I have a lot of other project lined up.
  21. No jb detection. Something wrong on your end.
  22. I can update my old hack if you want.
  23. As we all know (or should) we go with Aeris on a date in Gold Saucer around end of disk 1. Now she is not the only candidate. Tifa, Yuffie and BARRET are also available. Who we go with simply depends on what answers we giving during the dialogs. If we are kind they get + points. If we are rude they get - points. We can exploit this simply using memory hack. What we need is, GamePlayer and iGameGuardian (or only iGG, up to you, i just cba to switch all the time and gameplayer fuzzy works pretty good :P) The perfect spot to locate the values are in the shinra building cells. I know its pretty early in game, i will attach a savefile. After Rude and Tseng escort us to Shinra President we find ourselves locked in a cell with Tifa. Don`t go to the door, talk to her first. Top answer +1 point, bottom answer -1 point (we can repeat this as much as we want). Now here is the trick we can start fuzzy search here. Do a search without adding any value. Talk to Tifa and select top. Search now "became bigger" Repeat this 3-4 times. Now when talking to Tifa again, select bottom option. Search "became less". Repeat this until you end up with a value like this: 47296324/12341/56 56 is our actual point in this case. (this is just example value, use common sense) As soon as we located the memory address go to iGG. Select the game, and go to memory. Enter your memory offset to the top right box and click on go to. In top left corner see a button called "Format" Hit it and select "integer" and "8 byte" Now you should be seeing Tifa`s points. Above her points is Aeris`. Third value should be 10 as thats Yuffie base point and at this point she isn`t in the party yet. 4th one should be Barret`s. I wouldn`t set these higher than 255, you can edit them anytime as soon as you have them and you don`t kill the game. Regarding the savegame: Unzip it and Copy it to the game`s Documents folder then start the game.Select slot 7. You will start on floor 67, make your way to floor 66 via stairs, head into the lift, hit the button and Rude will walk in along with Tseng and you`ll be on your way to cells. After found values, play until you get in a fight, get killed fast (Bolt3 works fine targeting our team instead of enemy :P), load your savegame, and you`re good to go. http://iosddl.net/ca3a645b3f64a558/save06.zip Have fun PS.: Cloud is such a lil fag haha... Barret... Daaaaamn Player
  24. Modded/Hacked App: FINAL FANTASY Ⅸ By SQUARE ENIX INC Bundle ID: com.square-enix.final-fantasy-ix-ww iTunes Link: https://itunes.apple.com/us/app/final-fantasy/id1041260001?mt=8&uo=4&at=1010lce4 Mod Requirements: - Jailbroken iPhone/iPad/iPod Touch. - iFile / Filza / iFunBox / iTools or any other file managers for iOS. - Cydia Substrate (from Cydia). - PreferenceLoader (from Cydia). Hack Features: - Press auto arrange in inventory, get 99 items - MP never decrease in battle Hack Download Link: [Hidden Content] Installation Instructions: STEP 1: Download the .deb Cydia hack file from the link above. STEP 2: Copy the file over to your iDevice using any of the file managers mentioned above or skip this step if you're downloading from your iDevice. STEP 3: Using iFile or Filza, browse to where you saved the downloaded .deb file and tap on it. STEP 4: Once you tap on the file, you will then need to press on 'Installer' or 'Install' from the options on your screen. STEP 5: Let iFile / Filza finish the cheat installation. Make sure it successfully installs, otherwise see the note below. STEP 6: Now open your iDevice settings and scroll down until you see the settings for this cheat and tap on it. STEP 7: Turn on the features you want and then open the game. You may need to follow further instructions inside the hack's popup in-game. NOTE: I havent tested this build myself, just rebuilt the previous version, if not working, switch hacks off and back on, if absolutely not working msg i`ll check. If you have any questions or problems, read our Troubleshooting topic & Frequently Asked Questions 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, post your feedback below and help out other fellow members that are encountering issues. Credits: - Sterling
×
  • 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