Jump to content

cbox


Recommended Posts

Posted

hey for the last 2 years i have been programming apps, hacks, virus's etc. ( well basicly whatever some1 asks me to make ) in visual basic

 

but yesterday some1 said all the rehash and resigners are to complicated to use and asked if i could make 1...

 

so my questions are :

1)what software do i need

2)can some1 help me with the coding ( credit will be given )

 

( I AM NOT A NOOB CODER BE FOR ANYONE SAYS I AM... IF YOU WANT I CAN SHOW YOU SOME OF MY APPS )

 

*** CONTACT INFORMATION ***

MSN: joe.rigby@hotmail.c.uk

Posted (edited)

orly?

 

http://farm1.static.flickr.com/24/56733884_8a9876603c.jpg

 

 

Oh, and you don't sound like the best programmer in the world...

 

You come along saying that you program visuses (I'd bet money you are incapable of it), in Visual Basic (of all languages... :p). Then you go and ask what software you need to create a program (showing you have little knowledge about software in general, and have probably never programmed anything outside of VB).

 

If you truly are "not a noob coder", then this should be very easy for you to do after looking at some open-source resigner code, since it's basically just file I/O with a bit of encryption...

 

no offence, by the way :p

Edited by miinaturvat
Posted (edited)

http://farm1.static.flickr.com/24/56733884_8a9876603c.jpg

 

 

Oh, and you don't sound like the best programmer in the world...

 

You come along saying that you program visuses (I'd bet money you are incapable of it), in Visual Basic (of all languages... :p). Then you go and ask what software you need to create a program (showing you have little knowledge about software in general, and have probably never programmed anything outside of VB).

 

If you truly are "not a noob coder", then this should be very easy for you to do after looking at some open-source resigner code, since it's basically just file I/O with a bit of encryption...

 

no offence, by the way :p

 

lol well compared to what i do XBOX360 programs are completely diffrent and more advanced then what i do... so it may use C++ which i dont have because the coding is different and harder to use so im just trying to get some info on how the DLL's work etc. oh and my programs arnt that good tbh (I Make Phishers, Key-loggers, silly virus's when im bored , MSN Mods and other things) the only desent thing i have made is a virus where i can control your computer which took me two months to program :S

 

plus with xbox its all HEX stuff which i have NEVER done before. if u want to see some of my programs ill send u some :p ( oh yeah and no i haven't programmed outside of VB lol)

Edited by xX StRaFe MuCh
Posted

lol well compared to what i do XBOX360 programs are completely diffrent and more advanced then what i do... so it may use C++ which i dont have because the coding is different and harder to use so im just trying to get some info on how the DLL's work etc. oh and my programs arnt that good tbh (I Make Phishers, Key-loggers, silly virus's when im bored , MSN Mods and other things) the only desent thing i have made is a virus where i can control your computer which took me two months to program :S

 

plus with xbox its all HEX stuff which i have NEVER done before. if u want to see some of my programs ill send u some :p ( oh yeah and no i haven't programmed outside of VB lol)

 

Yeah, but this HEX stuff you speak of is just File I/O. Surely you've done that before? :p

Posted

ok ive got this

 

Dim fs As System.IO.FileStream
Dim bw  As System.IO.BinaryWriter
fs = New  System.IO.FileStream(OFD1.FileName, IO.FileMode.OpenOrCreate) 
bw = New System.IO.BinaryWriter(fs)

fs.Position = &H"IDK WHAT TO PUT"
bw.write(IDK WHAT TO PUT) fs.Close
bw.Close

Posted

Just include the DLL that Le Fluffie uses. Its called x360 and can be found here.

 

- X360 – Library for all around Xbox uses:

*STFS (gamesaves, profiles, DLC, etc)

*SVOD (downloaded/burned games)

*Profile editing (GPD support (achievements, dash prefs, game data, etc), account block editing (gamertag), moar)

*Music support (extracting ripped music)

*FATX support (viewing hard drives, memory cards, etc) Moar!

 

If you use it your program must be open sauce.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...