-
Posts
65,737 -
Joined
-
Last visited
Everything posted by Rook
-
lol too many people used it I guess?
-
Alright, so on your apple device, or emulator. Spend the $5 on the minimum gem package. Alright, so when you spend the $4.99 the money will go to a company it's called SuperCell. Now, all you have to do to get the money back and keep the gems is very simple, and literally you get the $4.99 back depending on time of contact in 1-6 hours and repeat. (This is why I was telling you it's better with a bigger investment) Alright, so there is an e-mail [Hidden Content] We don't need the second e-mail for a while. So that one you just keep a hold of. You'll know when you need it. I'm going to go grab one of my e-mails I've used recently real quick for you. This is what you'll send, (I took out my name/the amounts I used. You just change it your name and amount. And it will work, and you get reimbursed the amount you paid, keep the gems, and repeat. The second e-mail comes into play in the future. It's something I'm messing with right now. So it basically just is an email that you are going to send to: [Hidden Content] This is the email: Hi, I recently talked with Supercell who are helping me with the credit that is due to me of (amount here) because the game "Clash of Clans" the money went through but no gems were received. Well I also contacted their support staff and they said it was a system glitch and to contact Apple for a refund as the payment goes through the apple store. Thank you for everything Apple, you guys are amazing. Thank you, Your name here ------------------------------- The above email is just an example. If you can do better than that, go ahead. Note: Use at your own risk!
- 679 replies
-
- 420
-
Remove advertisements from Swing Copters app - No Jailbreak!
Rook replied to Rook's topic in DIY Cheats
I tried hacking the score but couldn't get passed 1 -
Here's a simple file edit showing you how to remove ads from Swing Copters by the author of Flappy Bird. 1. Open the game and play a bit so it generates the necessary files. 2. Open iFunBox or iTools and navigate to /User Applications/Swing Copters/Library/Preferences/ 3. Extract the 'com.dotgears.swing.plist' file to your Desktop and open it with your favorite text editing software. 4. You should see something like this near the ending: <key>com.mopub.carrierinfo</key> <dict> <key>carrierName</key> <string>Your Carrier</string> <key>isoCountryCode</key> <string>us</string> <key>mobileCountryCode</key> <string>xxxx</string> <key>mobileNetworkCode</key> <string>xxx</string> </dict> <key>google_stats_ca-app-pub-xxxxxxx</key> <dict/> <key>google_timing_ca-app-pub-xxxxxx</key> <dict/> <key>highscore</key> <integer>999</integer> </dict> </plist> 5. Now to remove the ads we will add 2 lines to our current plist. <key>noads</key> <integer>2</integer> 6. Add those 2 lines right under your score and before the closing </dict>. <key>com.mopub.carrierinfo</key> <dict> <key>carrierName</key> <string>Your Carrier</string> <key>isoCountryCode</key> <string>us</string> <key>mobileCountryCode</key> <string>xxxx</string> <key>mobileNetworkCode</key> <string>xxx</string> </dict> <key>google_stats_ca-app-pub-xxxxxxx</key> <dict/> <key>google_timing_ca-app-pub-xxxxxx</key> <dict/> <key>highscore</key> <integer>999</integer> <key>noads</key> <integer>2</integer> </dict> </plist> 7. Save your file (CTRL+S) and upload it back from where you got it. (/Swing Copters/Library/Preferences/) That's it! Enjoy!
-
Yeah, that Chinese guy is me. If we do make a coding forum, I'll post some tutorials about web developing also.
-
Mod VPN One Click Professional (All Versions) Premium Subscription!
Rook replied to Rook's topic in Other Cheats
It took a good 5 seconds for me when I pressed return. You can try it on Sage Mode also. -
#1 Uploaded 001 Your first app! Lesson 1 - 7. #2 Uploaded 002 Variables! Lesson 8 - 15. #3 Uploaded 003 Challenge 1 - Age of Laika! Lesson 16 - 18. (lesson 16 is a challenge) #4 Uploaded 004 If statements! Lesson 19 - 21. #5 Uploaded 005 Challenge 2 - For loops! Lesson 22 - 24. #6 Uploaded 006 Challenge 3 - 99 Sodas! Lesson 25. #7 Uploaded 007 Intro to Object Oriented Programming! Lesson 26 - 30. #8 Uploaded Part 1 Completely. 112 Lessons.
-
Over 350+ videos taking you step-by-step through process of building 14 different applications in iOS 7 and XCode 5. Our iOS Bootcamp teaches the tools needed to develop iPhone and iPad applications for iOS7. Along our journey, we will learn the syntax of Objective-C, the language used to develop for iOS, as well as important design patterns and best practices. By the end of the course, you should be able to understand and recreate many of the features seen on popular iOS applications and extend that knowledge to making apps of your own. We believe students learn by building. That's why we have you build 14 apps during the course, with the final app being a full featured dating app: A Tinder Clone! Topics Covered: Objective-C: Learn the language used to develop all native iOS and Mac apps Parse: A revolutionary new tool that allows iOS developers to create a server side in Objective-C iOS7 and XCode 5: Learn the latest technology platforms from Apple API Integration: Connect with third party APIs like Facebook, Foursquare and more Storyboard: Learn how to create beautiful interfaces using Apple’s graphical interface builder Core Data: Store data on your device with the core data database Git: Learn how to us Git for version control and collaboration Mixpanel: Integrate analytics into your apps Reviews "I must say that so far, this course is awesome. Having the challenging assignments, daily discussions and feedback from the instructors, has been the missing piece that I have been looking for. I have read a handful of books, watched hours of video & typed in a bunch of tutorials, and finally, having to work through tough assignments and applying what I have been learning, it is all starting to click - Finally!" - Mark S. “Code Coalition's discussion board is one of the best resources for a beginning iOS developer. So much help being offered” - Omar S. “I've just completed the iOS101 course, which I thought was a great intro to the XCode environment... I feel it's been well worth the investment. ” - Herdy H. "Wow, @CodeCoalition! Moving quickly! Week 2 is so different than week 1...and I like it Thnx for the challenge" - Melissa B. “Just discovered @CodeCoalition! An excellent resource for anyone who wants to make their first iPhone app.” -Novall K. “Can't reiterate it enough how this course is helping me with my iOS dev skills. I think using protocols and delegation is finally becoming second nature. Fingers crossed :-)” -Alex P. “I am really loving the class. I have taken classes at Code School & Treehouse and both were missing a key element. The ability to ask questions as you complete a section and get an answer. “ -Lisa A. “Your training is the best out there so far. I wish I had the time away from regular job to follow along.” -Christian S. “Im loving this.. I have been through at least 5 books, and many online deals. Yours is super so far. Finally, i can get from start to finish on a lesson without wondering why on "Everything" thank youCant wait to do more.. “ -Kevin R. Why take this course and how much time does it take to complete? iOS development, and software development as a whole, is a booming career. The demand for new developers at all levels far outweighs the supply. Barrier to entry is not as high as one would think - though passion and hard work are necessary, a degree in computer science or any other technical field is not required. We aim to take you from complete beginner to junior developer in three months. The apps you create in this course can be used on your portfolio so you have something to show when you apply for jobs. Course Outline: Introduction to XCode Control Flow and Enumeration What is Object Oriented Programming Memory Allocation Methods Properties Foundation Model View Controller Common Classes and Features Drawing and Graphics Core Data API’s Source Control Category: Development / Mobile Apps What are the requirements?An intel-based Mac that has Mac OS X Snow Leopard or later installed What am I going to get from this course?Over 428 lectures and 36.5 hours of content! Code in the Objective-C programming language Use and extend the Cocoa framework Build apps for iOS 7 Version your code using git and github Analytics using Mixpanel Build a cloud datastore using Parse What is the target audience?Complete beginners (no coding experience necessary) Programmers coming from other language/frameworks If by any chance you become rich by developing iOS apps, don't forget to support the authors! YouTube video playlist: [Hidden Content] I will be updating the playlist and adding more videos whenever I'm free so be sure to check regularly. Note: If you see that some videos are not there, it doesn't mean I forgot to upload them, the missing videos are actually challenges which you need to accomplish before you advance onto the next video. You can download the Challenges from here: [Hidden Content]
- 24 replies
-
- 12
-
Mod VPN One Click Professional (All Versions) Premium Subscription!
Rook replied to Rook's topic in Other Cheats
Yeah. Multiple times on any iDevice. This has been running since some months ago and hasn't been patched yet. -
Save Game Injustice: Gods Among Us (All Versions)
Rook replied to Goggwell's topic in Save Game Cheats