Thread: Making A Loader

Results 1 to 14 of 14
  1. #1
    Zvonimir Cro's Avatar
    Join Date
    Dec 2011
    Gender
    female
    Location
    VB coder
    Posts
    266
    Reputation
    11
    Thanks
    305
    My Mood
    Lonely

    Making A Loader

    First open Microsoft Visual Basic!
    STEP 2
    Open new project [File>New Project>Windows Form Application

    Step 3
    Make 4 or 5 buttons [ 1 button for activate ,1 for deactivate ,1 for credits ,1 for end and 1 for start exe ]but you dont need button for start exe and end button its just in options if you want ...



    Step 4 make your hack [dll] and import it [Project>Project properties>Resources>Add Resources]


    Step 5
    Double click on button activate and copy paste this code:
    Code:
    If My.Computer.FileSystem.FileExists("HGWC.exe") Then
            End If
            If IO.File.Exists(NAME.dll") = False Then
                Dim Datei As Object = My.Resources.NAME
                IO.File.WriteAllBytes("NAME.dll", Datei)
            End If
            Process.Start("exenamehere")
    I put Snddrv cuz its dll for CF hacks.



    Step 6
    Double click on button Deactivate and copy paste this code:
    Code:
    MsgBox("Your hack is deactivated!", 6 + 16, "Deactivated")
    
            If My.Computer.FileSystem.FileExists("Name.dll") Then
                My.Computer.FileSystem.DeleteFile("Name.dll")
            End If
    Step 7
    Double click on button credits and copy paste this code:
    Code:
    MsgBox("Credits: Zvonimir Cro and your name", 6 + 16, "Credits")
    Option : Code for button start exe:
    Code:
    Process.Start("exename")
    End
    Code:
    End
    Step 8 make your application look good like my and add button names !


    Step 9 add name and icon in options!



    Step 10
    Build loader , put it in CF folder and run as administrator !!
    PS if u wat App running as Administrator that go in UAC settings and put something of these:
    Code:
    <requestedExecutionLevel  level="asInvoker" uiAccess="false" />
            <requestedExecutionLevel  level="requireAdministrator" uiAccess="false" />
            <requestedExecutionLevel  level="highestAvailable" uiAccess="false" />
    Example:
    Code:
    <requestedExecutionLevel level="requireAdministrator" uiAccess="false" />










  2. The Following User Says Thank You to Zvonimir Cro For This Useful Post:

    tynab (04-29-2012)

  3. #2
    .Radar's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Location
    New World
    Posts
    329
    Reputation
    6
    Thanks
    1,955
    My Mood
    Relaxed
    well done bro, simple
    .Radar aka. Arsenol
    MSN: arsenol117@live.com




  4. #3
    Matthew Holmes's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    0
    0_0 thankyou very much for this wonderful code!
    One thing though, would it be very simple to hack the dll or get hands on it for re-distributing?

  5. #4
    Zvonimir Cro's Avatar
    Join Date
    Dec 2011
    Gender
    female
    Location
    VB coder
    Posts
    266
    Reputation
    11
    Thanks
    305
    My Mood
    Lonely
    Quote Originally Posted by .Radar View Post
    well done bro, simple
    well i dont publish hard codes

  6. #5
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,137
    My Mood
    Dead
    Quote Originally Posted by Matthew Holmes View Post
    0_0 thankyou very much for this wonderful code!
    One thing though, would it be very simple to hack the dll or get hands on it for re-distributing?
    You can always "try" to protect your code by obfuscating it. There are many obfuscators. Here is an example of a good obfuscator: https://www.mpgh.net/forum/33-visual-...0-cracked.html

  7. The Following User Says Thank You to Hassan For This Useful Post:

    NextGen1 (03-16-2012)

  8. #6
    N1pp@'s Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    148
    Reputation
    34
    Thanks
    1,020
    Very well written guide!

  9. #7
    u.A.v.A's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Posts
    640
    Reputation
    17
    Thanks
    633
    thanks for the code bro

  10. #8
    pDevice's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    d3d9.h
    Posts
    1,306
    Reputation
    15
    Thanks
    421
    My Mood
    Stressed
    thanks legal



  11. #9
    R3Dx666†'s Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Steam: MrTricklez
    Posts
    1,723
    Reputation
    141
    Thanks
    2,927
    My Mood
    Devilish
    dont wanna bump but i need help when i put "Dim Datei As Object = My.Resources.NAME" it does not work

  12. #10
    'Bruno's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Portugal
    Posts
    2,883
    Reputation
    290
    Thanks
    1,036
    My Mood
    Busy
    Quote Originally Posted by jameshk67 View Post
    dont wanna bump but i need help when i put "Dim Datei As Object = My.Resources.NAME" it does not work
    What is the error? Do you have a resource named name? I bet you don't.
    This is what happens when you try to do something you shouldn't be doing man.
    Light travels faster than sound. That's why most people seem bright until you hear them speak.

  13. #11
    R3Dx666†'s Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Steam: MrTricklez
    Posts
    1,723
    Reputation
    141
    Thanks
    2,927
    My Mood
    Devilish
    how do i make one?

  14. #12
    'Bruno's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Portugal
    Posts
    2,883
    Reputation
    290
    Thanks
    1,036
    My Mood
    Busy
    Quote Originally Posted by jameshk67 View Post
    how do i make one?
    It's on the OP post? ._.
    Light travels faster than sound. That's why most people seem bright until you hear them speak.

  15. #13
    R3Dx666†'s Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    Steam: MrTricklez
    Posts
    1,723
    Reputation
    141
    Thanks
    2,927
    My Mood
    Devilish
    Quote Originally Posted by Brinuz View Post


    It's on the OP post? ._.
    no how do i make a resource

  16. The Following User Says Thank You to R3Dx666† For This Useful Post:

    Ixxz (09-15-2012)

  17. #14
    'Bruno's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Portugal
    Posts
    2,883
    Reputation
    290
    Thanks
    1,036
    My Mood
    Busy
    Quote Originally Posted by jameshk67 View Post
    no how do i make a resource
    Its there!!! Im not supporting this kind of leeching. Go learn first.
    Light travels faster than sound. That's why most people seem bright until you hear them speak.

Similar Threads

  1. [Request] How To Make Hack Loaders ?
    By Obfuscate in forum Visual Basic Programming
    Replies: 11
    Last Post: 02-18-2012, 01:21 AM
  2. Help to make hack loader and cbl checker
    By akp123 in forum Combat Arms Coding Help & Discussion
    Replies: 17
    Last Post: 08-10-2011, 09:14 PM
  3. How to make a Loader in VB.NET
    By Killer12agh in forum Combat Arms Coding Help & Discussion
    Replies: 7
    Last Post: 08-08-2011, 03:27 PM
  4. I need help to make a loader to start combat arms....VB
    By akp123 in forum Combat Arms Coding Help & Discussion
    Replies: 12
    Last Post: 08-07-2011, 04:00 PM
  5. Making a loader
    By Devient_ in forum Visual Basic Programming
    Replies: 8
    Last Post: 10-28-2010, 05:17 AM