Jump to content

Gh0stByte

Senior Member
  • Posts

    396
  • Joined

  • Last visited

Everything posted by Gh0stByte

  1. I'll try. I totally reset my gamesave so i'll try to do a very few coins, just enough to unlock and upgrade
  2. I've got it covered, thanks
  3. So let me get this straight... You JUST want all the characters unlocked and fully upgraded. You do not want the highscore or the coins, or just no highscore? Or do you want everything BUT the highscore hack?
  4. Download THIS Step 1: Backup your save.txt from /var/mobile/Containers/Data/Application/SonicDash/Documents Or with iFunbox Managing App Data > All My Apps > Sonic Dash > Documents > save.tx Step 2: Replace the save.txt with the one in this file Step 3: Backup your com.sega.sonicdash.plots from /var/mobile/Containers/Data/Application/SonicDash/Library/Preferences Or with iFunbox Managing App Data > All My Apps > Sonic Dash > Library > Preferences > com.sega.sonicdash Replace the plist with the one in this file ENJOY! ~Gh0stByte
  5. They made another one! Alcatraz may hack it. this is one of his favorite lines of games.
  6. I have totally raped this game. I'll see if I can get your a gamesave!
  7. We Are Anonymous, We Are A Legion, We Do Not Forgive, We Do Not Forget. Expect Us.

    1. castix

      castix

      Already forgot, sorry Gh0stbyte won't happen again ! :D

  8. I made it, so yes. It is real, and took over 2k lines of code.
  9. Due to the fact that not all hacks can be used on servers, unless you donate. It's good for most server hosts.
  10. @@castix if you have the alert in your tweak.xm why would you put the clickedButton method in the .mm of the pref bundle? Before you close the hook of whatever class of the method the UIAlert is in you need to put %hook SomeClass -(void)someMethod { //UIAlertView code here } %new - (void)alertView :(UIAlertView *)alertView clickedButtonAtIndex :(NSInteger)buttonIndex { if([[alertView buttonTitleAtIndex:buttonIndex] isEqualToString :@"BUTTONTITLE"]) { [[UIApplication sharedApplication] openURL:[NSURL URLWithString: @"http://iOSGods.com"]]; } } %end
  11. You mom won't open it for you? have your dad do it then Tell them that you're making money and they should let you
  12. Sick, a real firefighter
  13. Shoot! But even on 32bit iPad Mini (first gen) it does work but in a different way, it disables the Special Ability for all fighters.
  14. y? The 1.0.2 version worked...
  15. It don't work bruh :-(
  16. interesting
  17. @@ZahirSher How did you hack this!? I spent hours looking through the binary, and with igg... So did Pho3nix...
  18. You have to restart the app to apply changes.
  19. Oh my goodness.... why do iOSGods members always do everything the hard way!?! For the keys use this: #define PLIST_PATH @"/var/mobile/Library/Preferences/YOUR_PLIST_NAME.plist" inline bool GetPrefBool(NSString *key) { return [[[NSDictionary dictionaryWithContentsOfFile:PLIST_PATH] valueForKey:key] boolValue]; } then call is by GetPrefBool(@"kSomeKey") You also only need one %ctor Example: %ctor{ if(GetPrefBool(@"kSomeKey")){ writeData(0xBlah, 0xBlah); }else{ writeData(0xBlah, 0xBlah); } if(GetPrefBool(@"kOtherKey")){ writeData(0xBlah, 0xBlah); }else{ writeData(0xBlah, 0xBlah); } }
  20. Ok.... sooo @@Javi Tech didn't know how so here's a tut... Step 1: Download the latest version of TeamViewer http://www.teamviewer.com/en/download/ Step 2: Install TeamViewer Step 3: Open TeamViewer (TV) and select the "Meeting" tab Step 4: Start a Presentation Step 5: Copy the Meeting ID and share it Done! Enjoy! ~Gh0stByte
×
  • 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