iBotModz CBox
How to make a Rehash / Resigner
#1
Posted 05 June 2010 - 12:31 PM
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
#2
Posted 05 June 2010 - 12:48 PM
2) not me. lol
#3
Posted 05 June 2010 - 04:08 PM
Download X360.dll from http://skunkiebutt.com/ to see how it works.
#4
Posted 05 June 2010 - 04:29 PM
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.
#5
Posted 05 June 2010 - 04:51 PM
orly?One of them being moi.
#6
Posted 05 June 2010 - 06:38 PM
orly?
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 by miinaturvat, 05 June 2010 - 06:45 PM.
#7
Posted 07 June 2010 - 09:48 AM
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 by xX StRaFe MuCh, 07 June 2010 - 09:52 AM.
#8
Posted 07 June 2010 - 03:24 PM
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?
#9
Posted 08 June 2010 - 10:04 AM
NopeeeeYeah, but this HEX stuff you speak of is just File I/O. Surely you've done that before?
#10
Posted 08 June 2010 - 11:45 AM
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
#11
Posted 08 June 2010 - 12:37 PM
Learn from it. Don't copy it.
CR_Source.zip 65.7KB 365 downloads
#12
Posted 11 June 2010 - 01:57 PM
#13
Posted 11 June 2010 - 02:26 PM
- 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.