Jump to content

AnotherLurker

Senior Member
  • Posts

    1,093
  • Joined

  • Last visited

Everything posted by AnotherLurker

  1. @ @@CosnotraLF #import <substrate.h> #define plistPath @"/var/mobile/Library/Preferences/minecraftpehack.plist" inline BOOL GetPrefBool(NSString *key) { return [[[NSDictionary dictionaryWithContentsOfFile:plistPath] valueForKey:key] boolValue]; } void (*Originals_Entity_setPos)(void *self, float x, float y, float z) void Entity_setPos(void *self, float x, float b, float z) { if(GetPrefBool(@"kPosHack")) { x = 1.0f; y = 2.0f; z = 3.0f; } else { return Originals_Entity_setPos(self, x, y, z); } } %ctor { MSHookFunction((MSFindSymbol(NULL, "_ZN6Entity6setPosEfff")),(void *)Entity_setPos,(void **)&Originals_Entity_setPos); } the Entity * hidden this is a pointer to the entity class... u can ignore it
  2. This is the worst most noobish hack ever, even Asad could have hacked this
  3. @@Gamer Do u know @MikkA ? no. SO DONT f**kING VOTE!!!!
  4. This should be Pinned. A warning topic to other beggers @DiDA make a member group called Beggers and put @MikkA in there
  5. This topic is so stupid. @DiDA wont make u mod and thats final. U had a chance, and u ruined it with this senseless post
  6. OMG 1. I gave u the code. I showed u how to hack star count, and return the bool to true, not hard to convert my code for Prefs 2. Do U really expect people to make u the full hack? like srsly. Look at wut u wrote "please make the key to kswag2" That just tells me u probably havent ever written a single piece of code that isnt yours If U dont really know hacking, i suggest u learn it. In my opinion this topic should be locked
  7. @@ZahirSher ;_; ._O ._o o_. O_.
  8. u forgot the best http://www.tutorialspoint.com
  9. The third screenshot is from Flex Cloud, so i wont really help u on that What do you want the (id) to do anyway?
  10. This can also be done in iFile via SQLite Editor
  11. IOSGODS SUPPORTS PIRACY!!! @@DiDA
  12. srsly someone just upload their substrate.h and lock this topic
  13. BEAUtY BOOTIES! GOOD JOB m64^64
  14. #letsAllREVIVE
  15. the 5000nth member: http://iosgods.com/user/5000-rci147/
  16. just use ifile -.-
×
  • 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