Jump to content

Ted2

Senior Member
  • Posts

    4,939
  • Joined

  • Last visited

Everything posted by Ted2

  1. Thankyou! Great to here that from someone like you.. more are comming )
  2. Heyyyy Pretty cool this android topic, I've been hacking android games pretty long now. Today I'll teach you how to start with smali hacking. What do you need? 1. the .apk 2. Tools to decompile & recompile the .apk (I use apkstudio but there are other tools too) 3. A editor which can read & edit .smali files (Notepad++, sublime text etc) 4. Pc to edit the smali files, it's possible to do it with phone but you can't search in folders then & smali does have soooo much files. 4. Phone to test it out. What game will I use for this tutorial? As I said it's a 'simple' tutorial. I am gonne write down a tutorial for the game "Moto Race" & I'll link my video tutorial of the game "Pou" I do assume you know how to decompile & recompile a apk, if you don't know how: Google is your bestfriend. Pou Hack Tutorial: Moto Race Tutorial App download link: https://play.google.com/store/apps/details?id=com.gw.moto.racing.stunt Direct download link: https://drive.google.com/file/d/0B_qzxquukQ6RZG1SeE84QVQzZ0U/view Step 1: Always open a app to see what possibily can be hacked, if the game is connected with a server it's most of the time much harder. Step 2: Once you see something what can be hacked, go find it in the smali files. Example: See the price? We can try hacking this. Step 3: Let's find this amount in the decompiled smali files by 'searching in files' (locate to your decompiled .apk). REMEMBER: game value's are decimal, smali value's is Hexdecimal! Step 4: You got a hit! The first hit is useless, it give you a line which is not important here. Let's look at the second one. Step 5: We found or function, this function is the price of the bike. Let's change it to "0" in Hexdecimal is this: 0x0. You can do this on every bike in the smali. So you have any bike for free. It will look like this: Step 6: Save the file, recompile it to .apk, delete the original app from playstore, install the recompiled apk, test it & if it works: ENJOY & GOODJOB! NOTE: This doesn't work for any app of course, much better and famous apps are much better protected. Hope it helped! Goodluck Credit: ME
  3. I prefer android hacking for myself. Much better at it. but the whole idea "iOS"Gods is gone then. This is my guess. If it will be added, I'll be much more active around here tho. For tutorials for sure.
  4. No? :9
  5. Hey! I was checking in IDA some function, and one told me: NSValue... Does this mean NSNumber or NSString or is this totally something else? I've seen NSString in functions before but NSValue not Anyone knows?
  6. Okey: Step 1. Go to iMovie Step 2. Select the Shou video you wanna edit Step 3. Add before the Shou video (in the 'timeline' of the editing progress) a picture, this will let you save the video. ( I recomment a black background picture for 0.1 sec so the people who watch the vid won't notice it) Step 5. Share blabla
  7. to anything I want. I want it to control it using the PSEditTextCell... I wanna return it to numbers
  8. Add a picture before the shou video in iMovie, this will let you save it. Just add a black picture for like 0,1 sec and you're able to save. Goodluck
  9. Hey, Is it possible to add a id (NSString) to a PSEditTextCell? Because I see on the online MsHook thing only int & float...
  10. forgot some names of functions and couldn't find them.
  11. Hey.. I've been stupid by deleting my project files, but I wanna add more features. I am talking about this hack: https://iosgods.com/topic/25366-bike-race-pro-tfg-6-cheat/ Can I somehow 'undeb' this .deb? I can understand people who know how, won't tell, because we can steal other hacks. So, if you can't/won't tell, can someone gimme the tweak.xm then? I swear it's made by me. Thankyou in advance!
  12. Curious!
  13. oh okey :'D
  14. ah yes, I was already like EOF? whuut? but I think I didn't lemme try uhh, I don't think I did anything wrong..? <dict> <key>items</key> <array> <dict> <key>cell</key> <string>PSSwitchCell</string> <key>default</key> <false/> <key>defaults</key> <string>com.brj.brj</string> <key>key</key> <string>key1</string> <key>label</key> <string>Switch Text 2</string> </dict> <dict> <key>cell</key> <string>PSEditTextCell</string> <key>defaults</key> <string>com.brj.brj</string> <key>key</key> <string>key1value</string> <key>label</key> <string>Amount:</string> <key>isDecimalPad</key> <true/> <key>placeholder</key> <string>Enter your value here.</string> <dict> </plist>
  15. just did it. this is what it says: Property list /var/mobile/brj/brj/ Resources/brj.plist invalid: Encountered unexpected EOF
  16. Okey will try
  17. Hey.. I tried making a PsEditTextCell patcher using the MSHook Generator Online. But when I go to settings and click on the patcher it doesn't show anything. this is the plist code: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>items</key> <array> <dict> <key>cell</key> <string>PSSwitchCell</string> <key>default</key> <false/> <key>defaults</key> <string>com.brj.brj</string> <!-- Your package name. --> <key>key</key> <string>key1</string> <!-- Your key. --> <key>label</key> <string>Switch Text 2</string> <!-- Your Switch Name. --> </dict> <dict> <key>cell</key> <string>PSEditTextCell</string> <key>defaults</key> <string>com.brj.brj</string> <!-- Your package name. --> <key>key</key> <string>key1value</string> <!-- Your key. --> <key>label</key> <string>Amount:</string> <!-- The label that will appear next to the PSEditTextCell. --> <key>isDecimalPad</key> <true/> <!-- Show numeric keyboard by default. true or false. --> <key>placeholder</key> <string>Enter your value here.</string> <!-- Placeholder text that will appear before user enters their value. --> <dict> </array> <key>title</key> <string>brj</string> </dict> </plist> is there anything wrong?
×
  • 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