xX StRaFe MuCh Posted June 5, 2010 Report Posted June 5, 2010 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 need2)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
iBotPeaches Posted June 5, 2010 Report Posted June 5, 2010 1) The same software you use for your apps. C# Express 2010 or VB Express 2010. Both free on msdn 2) not me. lol
Rogue Modder Posted June 5, 2010 Report Posted June 5, 2010 Only like 5 people made made resigners.. All the others are stolen source or just reused source from those 5 people. Download X360.dll from http://skunkiebutt.com/ to see how it works.
Dark Slipstream Posted June 5, 2010 Report Posted June 5, 2010 Only like 5 people made made resigners.. All the others are stolen source or just reused source from those 5 people. Download X360.dll from http://skunkiebutt.com/ to see how it works. One of them being moi.
miinaturvat Posted June 6, 2010 Report Posted June 6, 2010 (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... ). 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 Edited June 6, 2010 by miinaturvat
xX StRaFe MuCh Posted June 7, 2010 Author Report Posted June 7, 2010 (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... ). 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 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 ( oh yeah and no i haven't programmed outside of VB lol) Edited June 7, 2010 by xX StRaFe MuCh
miinaturvat Posted June 7, 2010 Report Posted June 7, 2010 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 ( 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?
xX StRaFe MuCh Posted June 8, 2010 Author Report Posted June 8, 2010 Yeah, but this HEX stuff you speak of is just File I/O. Surely you've done that before? Nopeeee
xX StRaFe MuCh Posted June 8, 2010 Author Report Posted June 8, 2010 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
iBotPeaches Posted June 8, 2010 Report Posted June 8, 2010 Meet Dark Slipstream's open source resigner. Learn from it. Don't copy it. CR_Source.zip
xX StRaFe MuCh Posted June 11, 2010 Author Report Posted June 11, 2010 ummm.... hey peaches i had a look... and didn't get it lmao so i downloaded LeFluffie's source code just wondering how do i get my own program to use the dev stuff :S
iBotPeaches Posted June 11, 2010 Report Posted June 11, 2010 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.
xX StRaFe MuCh Posted June 12, 2010 Author Report Posted June 12, 2010 Just include the DLL that Le Fluffie uses. Its called x360 and can be found here. If you use it your program must be open sauce. ok cheers mate
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now