Results 1 to 3 of 3
  1. #1
    “I fear the day technology will surpass our human interaction. The world will have a generation of idiots.” ~Albert Einstein
    MPGH Member
    SteamAss's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Location
    Crossfire
    Posts
    2,278
    Reputation
    28
    Thanks
    770
    My Mood
    Asleep

    Talking Need Help in my Loader

    Hello VB Pros I am doing a cool Loader but I need a code that I cant figure it out

    This is my Activate Button:

    Code:
     
    MsgBox("Select the Crossfire Folder")
            If FolderBrowserDialog1.ShowDialog() Then
                If FolderBrowserDialog1.SelectedPath = "\Crossfire" Then
                    Dim mydll1() As Byte = My.Resources.hack
                    IO.File.WriteAllBytes(FolderBrowserDialog1.SelectedPath + "\hack.dll", mydll1)
                    MsgBox("Start patcher_cf.exe")
                End If
            End If
    So I need that when the Activate Button is clicker u search for the Crossfire Folder and the hack.dll will be placed there how I do that



    If you need my Help:
    PM/VM

    Because The People Who Are Crazy Enough To Think They Can Change The World, Are The Ones Who Do. ~Steve Jobs

  2. #2
    willrulz188's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Ohio?
    Posts
    1,786
    Reputation
    35
    Thanks
    231
    My Mood
    Amazed
    @Doctor only problem I can see with your code is

    Code:
    If FolderBrowserDialog1.SelectedPath = "\Crossfire" Then
    it should be like

    Code:
    If FolderBrowserDialog1.SelectedPath.contains("\Crossfire") = True Then
    **off the top of my head**
    Question ALL statements! ?
    You're in denial that you're in denial. ?
    [img]https://i360.photobucke*****m/albums/oo45/blood188/Untitled-3.jpg?t=1284590977[/img]

  3. #3
    Threadstarter
    “I fear the day technology will surpass our human interaction. The world will have a generation of idiots.” ~Albert Einstein
    MPGH Member
    SteamAss's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Location
    Crossfire
    Posts
    2,278
    Reputation
    28
    Thanks
    770
    My Mood
    Asleep
    Ok Thanks I will try and then tell you



    If you need my Help:
    PM/VM

    Because The People Who Are Crazy Enough To Think They Can Change The World, Are The Ones Who Do. ~Steve Jobs

Similar Threads

  1. Working On VB Cham Loader.. Need Help!
    By bazookaboy in forum Combat Arms Coding Help & Discussion
    Replies: 11
    Last Post: 08-15-2011, 11:52 PM
  2. [Help Request] Working On VB Cham Loader.. Need Help!
    By bazookaboy in forum Combat Arms Help
    Replies: 1
    Last Post: 08-08-2011, 10:36 AM
  3. 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
  4. [Help Request] need help with modding
    By BayBee Alyn in forum Combat Arms Help
    Replies: 0
    Last Post: 04-27-2011, 09:06 PM
  5. [SOLVED]Need Help With Mod Loader
    By Robinmodz in forum Call of Duty Modern Warfare 2 Help
    Replies: 8
    Last Post: 08-26-2010, 10:50 PM