Jump to content

AnotherLurker

Senior Member
  • Posts

    1,093
  • Joined

  • Last visited

Everything posted by AnotherLurker

  1. someone forgot to credit @@Razzile for his amazing writeData
  2. This is plain stupid Where's ur common sense?
  3. Find the slider code somewhere In tweak.xm, #define plistPath @"/var/mobile/Library/Preferences/UrMom.plist" inline int GetPrefInt(NSString *key) { return [[[NSDictionary dictionaryWithContentsOfFile:plistPath] valueForKey:key] intValue]; } %Hook UrMom -(int)speed { return GetPrefInt(@"kSpeedAmount); } %end No one f**king like this post
  4. I'm 13 and mike all ur lives look like waste... jks
  5. Major iOS Hack Forums Down as of right now D:

    1. Show previous comments  3 more
    2. Tallow

      Tallow

      iC is not down

       

    3. Insidious

      Insidious

      Tallow well it was

    4. Rook

      Rook

      No we're not!

    5. Gh0stByte

      Gh0stByte

      We arent talking about you @DiDA xD

    6. Rook

      Rook

      That doesn't work here lol :p

       

  6. Extract with iFile
  7. just wanna point out, that for some people you need to add #import <UIKit/UIKit.h> and not just the makefile
  8. we'll call them EvillyHeaders
  9. its not headers its fuctions
  10. just a note: iOS 7 R7 holds only 668,000,000
  11. dude u didn't make iApCrazy, u can't just "release" this hack, there is already info for iApCrazy
  12. no no, u add a icon in the Resources folder of your Preference Bundle, then get a icon from your game's .app place it in Resoures folder, and change the name of the png in entry.plist to the name of the icon u just got
  13. fixed, didn't add a constructor
  14. @@DiDA i suggest you try and sav hack it, lets see how "hard" it is
  15. I figured out what Zahir wrote^^ BTW EvillyG00d!!!! to do the x/20i you need to subtract 4 * 20 or 2 * 20 (for thumb ) from the offset BTW 1. watch -location *0xADDRESS gives you some better info than just watch 2. instead of display/i $pc you can do x/i $pc and it doesnt do what u said it does.... complicated to explain.... like reload for ammo, or not enough coins if u attached a watchpoint to coins, pc will display the function that gives u the alert view saying u can't buy 3. you can use c , cont , or continue
  16. Compiling Tweak.xm (armv7)... Tweak.xm:77:2: error: expected unqualified-id if(GetPrefBool(@"kCash")) { ^ Tweak.xm:82:5: error: expected unqualified-id if(GetPrefBool(@"kGold")) { ^ Tweak.xm:87:5: error: expected unqualified-id if(GetPrefBool(@"kCards")) { ^ Tweak.xm:91:5: error: expected unqualified-id if(GetPrefBool(@"kAmmo")) { ^ Tweak.xm:94:2: error: expected unqualified-id if(GetPrefBool(@"kEnergy")) { ^ 5 errors generated.
×
  • 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