Jump to content

cbox


SotG Caboose

Donors+
  • Posts

    815
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by SotG Caboose

  1. OSNAP THANX BRAH
  2. ââ² ââ² ââ² ââ²
  3. Thanks guys, this can be closed now.
  4. Left 4 Dead or Team Fortress 2
  5. Attach to the post for me, if you have any. Thonk yo
  6. I made you a sig unknown
  7. No problem person with giant signature.
  8. File Name: CONTool File Submitter: SotG Caboose File Submitted: 28 Aug 2009 File Category: Xbox 360 Programs Author: SotG Caboose Version: 1.6 Reads and edits the CON header, also extracts/injects thumbnail images, and extracts the file inside of the CON. This does not hash or sign. Credits: SotG Caboose: coding gabe_k: research Click here to download this file
  9. 430 downloads

    Reads and edits the CON header, also extracts/injects thumbnail images, and extracts the file inside of the CON. This does not hash or sign. Credits: SotG Caboose: coding gabe_k: research
  10. now it injects images, extracts them, and extracts the file inside of the CON.
  11. I'm making it inject images and extract the file inside of the CON
  12. COOL STORY BRO
  13. Pointless. Made it extract images nao
  14. kk, I'll do that
  15. CONTool (i couldn't think of an original name...) New app I made using gabe_k's CON 'research' . Pictures: http://i732.photobucket.com/albums/ww324/austin112345/apphurr.png It reads information about the CON and saves whatever you edit. I'll make it sign and hash later. Download is attached to the post. Update: now extracts images, injects images, and extracts the file inside of the CON. CONTool.rar
  16. Why are you calling it yours if someone is going to code it for you?
  17. me too
  18. that was great, what is the app called?
  19. At the top, type: Using System.IO Using System.Web(or Net, I forgot )
  20. WebClient MyClient = new WebClient(); Stream s = MyClient.OpenRead("http://www.lolcats.com"); StreamReader MyReader = new StreamReader(s); Listbox1.Items.Add(MyReader.ReadLine()); s.Close();
  21. 9/10
×
×
  • Create New...