Jump to content

  •  

  • iBotModz CBox


    Photo

    How to make a Rehash / Resigner


    • Please log in to reply
    13 replies to this topic

    #1 xX StRaFe MuCh

    xX StRaFe MuCh

      Private

    • Members+

    • 25 posts
    • Joined: 04-June 10

    Posted 05 June 2010 - 12:31 PM

    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

    #2 iBotPeaches

    iBotPeaches

      General Grade 6

    • Owner

    • 6,570 posts
    • Joined: 29-July 07
    • Gender:Male
    • Location:Kansas

    Posted 05 June 2010 - 12:48 PM

    1) The same software you use for your apps. C# Express 2010 or VB Express 2010. Both free on msdn

    2) not me. lol

    #3 Rogue Modder

    Rogue Modder

      Class of 2008

    • VIP

    • 1,328 posts
    • Joined: 02-January 09
    • Gender:Male
    • Location:London, UK

    Posted 05 June 2010 - 04:08 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.

    #4 Dark Slipstream

    Dark Slipstream

      Blue Shadowz Owner

    • Members+

    • 2,829 posts
    • Joined: 19-April 08
    • Gender:Male
    • Location:Canada, ON

    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 Rogue Modder

    Rogue Modder

      Class of 2008

    • VIP

    • 1,328 posts
    • Joined: 02-January 09
    • Gender:Male
    • Location:London, UK

    Posted 05 June 2010 - 04:51 PM

    One of them being moi. :)

    orly?

    #6 miinaturvat

    miinaturvat

      miiinaturvat

    • Donors+

    • 927 posts
    • Joined: 09-April 08
    • Gender:Male
    • Location:Dragon Shores!

    Posted 05 June 2010 - 06:38 PM

    orly?


    Posted Image


    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, 05 June 2010 - 06:45 PM.


    #7 xX StRaFe MuCh

    xX StRaFe MuCh

      Private

    • Members+

    • 25 posts
    • Joined: 04-June 10

    Posted 07 June 2010 - 09:48 AM

    Posted Image


    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, 07 June 2010 - 09:52 AM.


    #8 miinaturvat

    miinaturvat

      miiinaturvat

    • Donors+

    • 927 posts
    • Joined: 09-April 08
    • Gender:Male
    • Location:Dragon Shores!

    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 :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

    #9 xX StRaFe MuCh

    xX StRaFe MuCh

      Private

    • Members+

    • 25 posts
    • Joined: 04-June 10

    Posted 08 June 2010 - 10:04 AM

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

    Nopeeee

    #10 xX StRaFe MuCh

    xX StRaFe MuCh

      Private

    • Members+

    • 25 posts
    • Joined: 04-June 10

    Posted 08 June 2010 - 11:45 AM

    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


    #11 iBotPeaches

    iBotPeaches

      General Grade 6

    • Owner

    • 6,570 posts
    • Joined: 29-July 07
    • Gender:Male
    • Location:Kansas

    Posted 08 June 2010 - 12:37 PM

    Meet Dark Slipstream's open source resigner.

    Learn from it. Don't copy it.

    Attached File  CR_Source.zip   65.7KB   351 downloads

    #12 xX StRaFe MuCh

    xX StRaFe MuCh

      Private

    • Members+

    • 25 posts
    • Joined: 04-June 10

    Posted 11 June 2010 - 01:57 PM

    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

    #13 iBotPeaches

    iBotPeaches

      General Grade 6

    • Owner

    • 6,570 posts
    • Joined: 29-July 07
    • Gender:Male
    • Location:Kansas

    Posted 11 June 2010 - 02:26 PM

    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.

    #14 xX StRaFe MuCh

    xX StRaFe MuCh

      Private

    • Members+

    • 25 posts
    • Joined: 04-June 10

    Posted 12 June 2010 - 06:52 AM

    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