Results 1 to 11 of 11
  1. #1
    006B's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    54
    Reputation
    10
    Thanks
    78

    New LoadLibrary Program

    USEFUL FOR...LOADLIB CSHELL OR SOMEONE HACK OR ANY DLL!!!



    Make a new windows form application with a textbox, label, 2 buttons, and openfiledialoge.

    Under your form class, put this

    Code:
    Public Declare Auto Function LoadLibrary Lib "kernel32" (ByVal lpLibFileName As String) As IntPtr
    Under your first button, put this

    Code:
    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
            If LoadLibrary(TextBox1.Text) Then
                Label1.Text = "Loaded..."
            Else
    
                Label1.Text = "Not Loaded..."
            End If
        End Sub
    Under your second button put this

    Code:
    Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
            Dim openFileDialog1 As New OpenFileDialog()
    
            openFileDialog1.InitialDirectory = "C:\Program Files (x86)\Z8Games\CrossFire\"
            openFileDialog1.Filter = "dll files (*.dll)|*.dll"
            openFileDialog1.RestoreDirectory = True
            If openFileDialog1.ShowDialog() = System.Windows.Forms.DialogResult.OK Then
    
    
                Try
                    TextBox1.Text = openFileDialog1.FileName
                Catch ex As Exception
    
                End Try
                End If
        End Sub
    Then add this code

    Code:
        Private Sub OpenFileDialog1_FileOk(ByVal sender As System.Object, ByVal e As System.ComponentModel.CancelEventArgs) Handles OpenFileDialog1.FileOk
            TextBox1.Text = OpenFileDialog1.FileName
        End Sub
    End Class
    So it will look like this

    Code:
    Public Class Form1
        Public Declare Auto Function LoadLibrary Lib "kernel32" (ByVal lpLibFileName As String) As IntPtr
        Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
            If LoadLibrary(TextBox1.Text) Then
                Label1.Text = "Loaded..."
            Else
    
                Label1.Text = "Not Loaded..."
            End If
        End Sub
    
        Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
            Dim openFileDialog1 As New OpenFileDialog()
    
            openFileDialog1.InitialDirectory = "C:\Program Files (x86)\Z8Games\CrossFire\"
            openFileDialog1.Filter = "dll files (*.dll)|*.dll"
            openFileDialog1.FilterIndex = 2
            openFileDialog1.RestoreDirectory = True
            If openFileDialog1.ShowDialog() = System.Windows.Forms.DialogResult.OK Then
    
    
                Try
                    TextBox1.Text = openFileDialog1.FileName
                Catch ex As Exception
    
                End Try
                End If
        End Sub
    
        Private Sub OpenFileDialog1_FileOk(ByVal sender As System.Object, ByVal e As System.ComponentModel.CancelEventArgs) Handles OpenFileDialog1.FileOk
            TextBox1.Text = OpenFileDialog1.FileName
        End Sub
    End Class
    Credits

    Code:
    006b
    Lauwy
    Machida
    Binary:

    VSCAN 1

    VirusTotal - Free Online Virus, Malware and URL Scanner

    VSCAN 2

    LoadLibrary.rar - Jotti's malware scan

    FALSE POSITIVES BECAUSE THE SOURCE IS RIGHT THERE!
    <b>Downloadable Files</b> Downloadable Files
    Last edited by 006B; 10-15-2011 at 12:13 AM.

  2. The Following 19 Users Say Thank You to 006B For This Useful Post:

    Frosty' (08-23-2012),assassin11 (05-05-2012),bigmomsb (09-04-2012),bknightx3 (12-09-2012),bundavheea (06-10-2013),Cyphrous (06-08-2022),Fly3r (10-15-2011),giniyat101 (10-18-2011),Grab (08-31-2012),HLBOT (10-15-2011),liujinze (07-21-2014),lordshiva (12-09-2022),madman13000 (05-01-2013),milacalio115 (08-13-2014),prototype189 (12-24-2015),TheBeast13 (10-05-2012),XXkillerFin1 (06-05-2013),[N.O]N.A.M.E (07-14-2013),[[SeXergy]] (10-15-2011)

  3. #2
    Hero's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    memes
    Posts
    40,134
    Reputation
    4764
    Thanks
    9,674
    Fix your virus total scan. You need a screenshot as well. Also the virus scan jotti's file name doesn't match the file you attached.
    [] [] [] [][]

    Editor from 06•14•2011 • 2014
    Donator since 09•16•2011
    Minion from 10•10•2011 • 01•06•2011
    Minion+ from 01•06•2012 • 08•08•2012
    Moderator from 08•08•2012 • 10•06•2012
    Global Moderator from 10•06•2012 • 12•05•2017
    Staff Administrator from 12•05•2017 • 05•01•2019
    Trusted Member since 07•13•2019
    Global Moderator since 09•11•2020




  4. #3
    006B's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    54
    Reputation
    10
    Thanks
    78
    Quote Originally Posted by Hero View Post
    Fix your virus total scan. You need a screenshot as well. Also the virus scan jotti's file name doesn't match the file you attached.
    They are the same, because when I upload "LoadLibrary.rar" it cut off "brary" in the attachment...I don't know why.

    PS: Fixed everything else, thanks

  5. #4
    Fly3r's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    Not telling.
    Posts
    720
    Reputation
    18
    Thanks
    265
    My Mood
    Paranoid
    thanks for Posting this
    Joined MPGH: 07/08/09


    i used to tell arrow to the knee jokes then i died due to blood loss from takeing tomany arrows to the knee at once
    A network problem caused by you? What did you do? Trip over the cable?




  6. #5
    [P]owne[D]'s Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    ♥ Germany ♥
    Posts
    45
    Reputation
    10
    Thanks
    1
    My Mood
    Daring
    Looks verry nice and simple too


  7. #6
    Jigsaw's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Moon
    Posts
    23,219
    Reputation
    852
    Thanks
    2,089
    The scans still doesn't match with the attachment's name.
    DEHUMANIZE YOURSELF
    AND FACE TO BLOODSHED

  8. #7
    258456's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    ghjghj
    Posts
    1,222
    Reputation
    18
    Thanks
    300
    My Mood
    Relaxed
    or you can make a really simple one like this in native c++:

    Code:
    #include <windows.h>
    #include <iostream>
    using namespace std;
    
    int main()
    {
    char *dllname;
    
    cout<<"Enter dll name here: ";
    cin>>dllname;
    LoadLibraryA(dllname);
    system("PAUSE");
    return 0;
    }
    But if you want a nice gui do 006B's way, lol. Good job though.

  9. #8
    [[SeXergy]]'s Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    417
    Reputation
    27
    Thanks
    130
    My Mood
    Sneaky
    Yes, thanks. This could be very useful.

  10. #9
    Jacket's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Location
    Insert location here.
    Posts
    8,852
    Reputation
    917
    Thanks
    1,305
    My Mood
    Brooding


    Ex-Minion
    Ex-Mod
    8/17/11

     

    Greycloak
    Midcent
    MrAntagonist
    WomboCombo
    JakeyXD
    Wolfram


  11. The Following User Says Thank You to Jacket For This Useful Post:

    006B (10-15-2011)

  12. #10
    HLBOT's Avatar
    Join Date
    May 2011
    Gender
    male
    Location
    HCM City
    Posts
    533
    Reputation
    36
    Thanks
    1,355
    My Mood
    Amazed
    Fack' you Diver xD..Good jobs
    It's finally Over!

  13. The Following User Says Thank You to HLBOT For This Useful Post:

    006B (10-15-2011)

  14. #11
    006B's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    54
    Reputation
    10
    Thanks
    78
    Fuck you too bro <3 Jk I love you xD

Similar Threads

  1. new modding program
    By arturspider2 in forum Combat Arms Mods & Rez Modding
    Replies: 11
    Last Post: 04-27-2010, 02:47 PM
  2. (Sharing a new tapping program by Uzeil it works!)
    By scycry in forum Soldier Front Hacks
    Replies: 24
    Last Post: 09-19-2009, 03:43 PM
  3. my new lazy program have fun mods minions and users
    By Luke420 in forum Combat Arms Discussions
    Replies: 25
    Last Post: 08-29-2009, 01:19 AM
  4. my new lazy program have fun mods minions and users
    By Luke420 in forum Combat Arms Hacks & Cheats
    Replies: 2
    Last Post: 08-28-2009, 04:30 PM
  5. New Hacking Program
    By firesnipe5 in forum Trade Accounts/Keys/Items
    Replies: 1
    Last Post: 08-23-2007, 04:19 PM