Jump to content

Goggwell

Senior Member
  • Posts

    2,274
  • Joined

  • Last visited

Everything posted by Goggwell

  1. G O G G W E L L Hi! I recently got Edge Animate CC, which is a tool used to design animated stuff for the web. No coding is required, but when you're finished the stuff you create converts into HTML5 so you can paste it into your code. Now, anyone here know how to use it? Cause I really need some pointers. I have no idea how to use it. I know DreamWeaver, Muse, Photoshop, Illustrator and Lightroom. That's basically it.
  2. Once again, we have almost reached another milestone. Nice work people! It seems like only yesterday that we reached 10K. I would like to thank all of the members for helping us reach this amazing goal! And it's almost December! Time to set up those Christmas decorations! Let's keep it up!
  3. Creating more tutorials and DIY sites soon! Maybe I'll add a PHP section...

  4. Well the site is called iOSGods for a reason. We have already expanded to fit a coding section, but personally I do not wish to see an Android community spring to life in this one, because we are an iOS-based establishment. And plus, we can always create another site called AndroidGods
  5. Hey guys! As most of you know, HTML5 is the most commonly used coding language for building a website. Not only is it the most common, but it is the most versatile and easiest to use! To show you how easy it is, I have created a website template for you guys to use. It's a very simple template, designed to show people your 'About Me'! Here's a picture of what the website looks like: It's a pretty simple website, don't you think? Here's the code for it: <!DOCTYPE html> <head> <style> body { text-align: center; background: url("http://p1.pichost.me/i/51/1750928.jpg"); background-size: cover; background-position: center center; background-repeat: no-repeat; background-attachment: fixed; color: white; font-family: Helvetica; } p { font-size: 24px; } input { border: 0; padding: 12px; font-size: 18px; } input[type="submit"] { background: #2c3e50; color: #ecf0f1; } </style> </head> <body> <img src="https://codecademy-content.s3.amazonaws.com/courses/web-beginner-en-3pc6w/images/avatar.jpg" height="250" width="250"> <p>Hi! I am learning how to make my very own web page! I really like blueberry muffins and long walks on the beach.</p> <input type="email" placeholder="Email"> <input type="submit"> </body> Now, this code may seem a bit difficult to understand for all you newbies out there, so let me walk you through it. I'll skim through the code really fast. The background image comes from this part of the code: <style> body { text-align: center; background: url("http://p1.pichost.me/i/51/1750928.jpg"); background-size: cover; background-position: center center; background-repeat: no-repeat; background-attachment: fixed; color: white; font-family: Helvetica; } See the part where it says 'background: url("http://p1.pichost.me/i/51/1750928.jpg");'? That's the link to the picture you are seeing in the background. You can change the picture to your liking. The coding below it simply adjusts the image to fit the background. The same rule applies with the picture in the middle. It comes from this part of the code: <img src="https://codecademy-content.s3.amazonaws.com/courses/web-beginner-en-3pc6w/images/avatar.jpg" height="250" width="250"> This part is below <body> and above <p> in the code. Once again, you can change the link. The part where it says 'height' and 'width' are just functions that adjust the picture, so you want the original picture to be a square. <p> means paragraph. Judging by the part that comes after it, you can guess that <p> is the part below the picture. You can also change the picture to a title. Just delete the picture code and add this: <h1> After <h1> just write down the title of your site and then add </h1> There's also <h2> <h3> all the way up to <h6> You'll be a master in no time!
  6. The final topic for Flat Designers (coming in 2015, probably March or April) is how to Code your own FLAT WEBSITE

  7. I just use CrackAddict when I crack an app. Easy
  8. Oh you were hacking World At Arms... Can't believe that an online multiplayer game could be hacked so easily
  9. Once I get into an IT College, I'll promise you guys I'll create amazing hacks

    1. Zahir

      Zahir 

      Waiting for that day..

  10. Colors courtesy of FlatUIColors FlatUIColors
  11. Seems like everyone wants to do FLAT I'll make some Flat tutorials first for you guys first
  12. Just read Zahir's TUT: http://iosgods.com/topic/121-gdb-cheating/
  13. :c Just try finding the offset. Or if you find a suspicious offset on Gameplayer or iGG, set a breakpoint on it in your SSH Terminal. If you can't GDB or LLDB, you can always use string Really effective.
  14. I think GDB is easier than MSHook in my opinion But I've never done GDB before (my phone is so bad). For GDB, all you have to do is search the value of gold or whatever on iGG or Gameplayer, and use the offset you find on IDA. Then just change the value by finding the Hex Value and changing it on a Hex Application. Something like MOV or NOP or something like that.
  15. CHOOSE YOUR PATH! If you don't know what this is, it's basically a thing I made up. You know how GFX works. Designing. However, you have seen TWO kinds of designing. The one that is commonly used for web design or flat icons and stuff like that, and the one that is used for creating cool signatures and avatars. Still don't know what I'm talking about? Look at these two pictures below me: The first picture utilizes several different techniques which are used when making a common signature. No shapes, vectors, or flat designs are involved. The second picture, on the other hand, is an icon. There isn't any filter of any kind added to the picture. Just a simple icon of a record. NOW THAT YOU KNOW THE TWO TYPES OF DESIGN, TIME FOR YOU TO CHOOSE YOUR PATH! I will leave certain tutorials out and make many pictures for both of these designs, so you guys can always choose or change your mind. Leave your reply in the comments I really want to see if you choose Flat (Web, Icon) or Dynamic (Signature-focused) .
  16. Have you tried doing MSHook? Or GDB?
  17. Hi I currently plan on getting into a university for IT or Graphic Design And chances are I may get into one, because I'm taking High-Level Physics, ITGS and Mathematics. I don't think you need Art to get into Graphic Design, but you're never sure...
  18. HI GUYS! So what I have here are 3 files, PSD's to be exact. A PSD is a Photoshop file. Next to the download links are the pictures, which you can see below Like and reply to my thread to get the PSD's Vinyl Design: Link to PSD: BEAT SPEAKER ONE-LETTER AVATAR: Link to PSD: Pool Fish Logo/Design: Link to PSD: Keep the likes coming to get more stuff Planning on making a step-by-step tutorial soon...
  19. It's your name I was gonna put RickHak, but you wouldn't get tagged
  20. So I brought this up so that you guys who are already experienced hackers can incorporate this type of coding into your hacks A few people already know how to use Objective-C (I'm looking at you guys and [member=P0isoniix] ), so I'm here to help you expand your knowledge of hacking Here's where I started: http://cocoadevcentral.com/d/learn_objectivec/ (CocoaDevCentral's Minimalist Tutorial) It's a small tutorial with a few basic pointers that basically lead up to the main ideas of Objective-C. I also recommend Apple's own tutorial, because it's Apple When you learn how to hack with Objective-C, you can add so much more stuff to your hacks. ------------------------------------------------------------------------------------------------------------------------ After you've learned Objective-C, just practice using it on some games. I recommend Minecraft or Terraria, because those games have a LOT of coding you can use
  21. I make my own EDM I have no idea what I'm doing though And about half the time it sounds like a Michael Bay film
  22. Hi and welcome Just one question: Can you please give me some free maple syrup? I've been dying to eat something other than plain waffles for breakfast
×
  • 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