Results 1 to 8 of 8
  1. #1
    Dreamer's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Seattle
    Posts
    8,745
    Reputation
    393
    Thanks
    1,481
    My Mood
    Bitchy

    Exclamation [SELLING] Loader + HWID GEN SOURCE CODE VB.NET

    Its very simple. Its a loader that auto injects. Set up to inject to combat arms but you can change it. And its hwid protected. Which is why there is a hwid gen. If your stuck you can always contact me or interested at tonyrocksyourworld@live.com.

    Im taking offers even though I sold a copy for $10 dollars already :P

    YES IT LOOKS SIMPLE! Thats because your suppose to modify the gui by yourself. I just set out the inner coding.


    [IMG]https://i1215.photobucke*****m/albums/cc510/killer66143/Planin.png[/IMG]

    A MIDDLE MAN WILL BE USED IF POSSIBLE
    Last edited by Dreamer; 07-22-2011 at 11:11 PM.
    Resource Team: Feb/5/2012 - May/5/2012
    Middleman: April/25/2012 - September/16/12


  2. #2
    Fabolous's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    192.168.1.01
    Posts
    2,704
    Reputation
    261
    Thanks
    682
    My Mood
    Paranoid
    Tellem what language you coded it in

  3. #3
    Dreamer's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Seattle
    Posts
    8,745
    Reputation
    393
    Thanks
    1,481
    My Mood
    Bitchy
    Quote Originally Posted by Fabolous View Post
    Tellem what language you coded it in
    @Fabolous
    Its in vb .net
    Resource Team: Feb/5/2012 - May/5/2012
    Middleman: April/25/2012 - September/16/12


  4. #4
    Dreamer's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Seattle
    Posts
    8,745
    Reputation
    393
    Thanks
    1,481
    My Mood
    Bitchy
    #Bump!
    Still selling!
    Resource Team: Feb/5/2012 - May/5/2012
    Middleman: April/25/2012 - September/16/12


  5. #5
    Dreamer's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Seattle
    Posts
    8,745
    Reputation
    393
    Thanks
    1,481
    My Mood
    Bitchy
    #Bump
    Guys im still selling> Im taking any available offers!
    Resource Team: Feb/5/2012 - May/5/2012
    Middleman: April/25/2012 - September/16/12


  6. #6
    Dreamer's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Seattle
    Posts
    8,745
    Reputation
    393
    Thanks
    1,481
    My Mood
    Bitchy
    #Bump Still For sale people.
    Resource Team: Feb/5/2012 - May/5/2012
    Middleman: April/25/2012 - September/16/12


  7. #7
    jdslashv2's Avatar
    Join Date
    Oct 2010
    Gender
    male
    Location
    Bratislava
    Posts
    138
    Reputation
    10
    Thanks
    304
    My Mood
    Yeehaw
    who would buy this fail loader? its actually very easy to make, matter of fact, all you need is the dll injection code thats EVERYWHERE and heres a hwid code

    Code:
        Private LocalDisk As String = "C:"""
        Private HardDisk As String
        Private Mac As String
        Private Proc As String
        Public HWID As String
        Public Sub GetHardwareID()
    
            ' Set Hardriveisnt
            Dim disk As New ManagementObject("win32_logicaldisk.deviceid=""" & LocalDisk)
            disk.[Get]()
            HardDisk = disk("VolumeSerialNumber").ToString()
            ' Set Hardrive
    
            ' Set Mac
    
            Dim mc As New ManagementClass("Win32_NetworkAdapterConfiguration")
            Dim moc As ManagementObjectCollection = mc.GetInstances()
            Dim MACAddress As String = [String].Empty
    
            For Each mo As ManagementObject In moc
                If MACAddress = [String].Empty Then
                    ' only return MAC Address from first card
                    If CBool(mo("IPEnabled")) = True Then
                        MACAddress = mo("MacAddress").ToString()
                    End If
                End If
            Next
            Mac = MACAddress.Replace(":", "")
    
    
    
            ' Set Mac
    
            ' Set Proc
            Dim cpuInfo As String = [String].Empty
            Dim temp As String = [String].Empty
            Dim wat As New ManagementClass("Win32_Processor")
            Dim mexican As ManagementObjectCollection = wat.GetInstances()
            For Each mf As ManagementObject In mexican
                If cpuInfo = [String].Empty Then
                    cpuInfo = mf.Properties("ProcessorId").Value.ToString()
                End If
            Next
            Proc = cpuInfo
            ' Set Proc
    
            Dim hashit As String = [String].Empty
            Dim AE As New ASCIIEncoding()
            Dim shaM As SHA1 = New SHA1Managed()
            hashit = HardDisk & Proc & Mac
            Dim hashed As String = Convert.ToBase64String(shaM.ComputeHash(AE.GetBytes(hashit)))
    
    
            HWID = hashed
        End Sub
    sig?

  8. #8
    Dreamer's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Seattle
    Posts
    8,745
    Reputation
    393
    Thanks
    1,481
    My Mood
    Bitchy
    But for the people who is too lazy to start a project.
    Resource Team: Feb/5/2012 - May/5/2012
    Middleman: April/25/2012 - September/16/12


Similar Threads

  1. [TUT] arnold's hack v1.1 vb6 source code
    By arnold in forum WarRock - International Hacks
    Replies: 6
    Last Post: 07-11-2008, 10:36 PM
  2. Stamina Hack and source code ?
    By Teh Sasuke in forum C++/C Programming
    Replies: 0
    Last Post: 12-31-2007, 05:08 PM
  3. [Release] ****** DLL Source Code
    By OneWhoSighs in forum WarRock - International Hacks
    Replies: 20
    Last Post: 10-25-2007, 07:41 AM
  4. keylogger source code
    By obsedianpk in forum WarRock - International Hacks
    Replies: 8
    Last Post: 10-24-2007, 02:31 PM
  5. HALO 2 (XBOX) Source Code
    By mirelesmichael in forum General Game Hacking
    Replies: 12
    Last Post: 09-23-2006, 04:35 AM