Jump to content

Sterling0x1

Senior Member
  • Posts

    323
  • Joined

  • Last visited

Everything posted by Sterling0x1

  1. Im probably outdated with this as everyone uses fancy mod menus nowadays, or already covered, but here you go: call it from root.plist <dict> <key>action</key> <string>link</string> <key>cell</key> <string>PSButtonCell</string> <key>icon</key> <string>[email protected]</string> <key>label</key> <string>Find me on Twitter.</string> </dict> add it to WDDRootListController.m - (void)link { UIApplication *application = [UIApplication sharedApplication]; NSURL *URL = [NSURL URLWithString:@"http://twitter.com/Sterling0x1"]; [application openURL:URL options:@{} completionHandler:^(BOOL success) { if (success) { NSLog(@"Opened url"); } }];}
  2. 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
  3. Nice Did you debug this?
  4. [Hidden Content]
  5. 2.5 [Hidden Content]
  6. Both droid and iOS [Hidden Content]
  7. 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.
  8. I loved how you could avoid entire iap call in this game haha [Hidden Content]
  9. [Hidden Content]
  10. yes strings are normally the same but this game on iOS isn't subx as far as I remember. just tricky finding the getter ?
  11. another good game to practise strings hacking [Hidden Content]
  12. [Hidden Content]
  13. [Hidden Content]
  14. [Hidden Content]
  15. Perfect game to practice strings hacking on [Hidden Content]
  16. This bypass should still be working, it never got patched directly (well it probably is now, haven't looked at the binary in ages), however after 2.2.something they added an extra check before missions, which crashed the game. It would still get you to the menus (with hack enabled) without crashing, but won't be able to do quests. [Hidden Content]
  17. 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
  18. 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.
  19. = >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.
  20. Target game: Zombie Anarchy - https://itunes.apple.com/us/app/zombie-anarchy-strategy-war/id1022301472?mt=8 [Hidden Content]
  21. I got 1 invite left aswell. Pm me if want it.
  22. 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.
  23. 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
  24. @0xS14T3R mate unlimited lunchbox hax please. Hit me up on skype if you want I show which function it is.
×
  • 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