-
Posts
66,384 -
Joined
-
Last visited
Everything posted by Rook
-
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 -
According to the above instructions, correct.
-
Do you have access to a computer? If yes, doing this with iFunbox will be much easier.
-
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.
-
Topic moved. Member warned.
-
Hey, how are you doing? Welcome to iOSGods!
-
Care to explain please?
-
Yes, very! http://iosgods.com/topic/505-how-to-jailbreak-ios-71x-using-pangu-english/
-
I like them except for Cracks and requests? I don't like cracked tweaks on the forum. Like this forum?
-
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. -
Delete what post?