Results 1 to 7 of 7
  1. #1
    Dark Side's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    West London
    Posts
    670
    Reputation
    99
    Thanks
    1,372
    My Mood
    Asleep

    How To : Make Pro Crossfire Launcher Program VB.NET

    1- Program Needed

    **Visual Basic 2008/2011**
    **Net FrameWork V4** ( Optical )

    __________________________________________________ _
    Okay Lets start Making Basic Launcher

    1- Create a Project ( Windows Application Project )

    2- 1x Button

    Button 1 Text = Launch
    __________________________________________________ __

    Screen Shots :






    __________________________________________________ ___

    Ok now lets code

    First Click to :- Button1 And Type :
    Code:
     Try
                Shell("cf_Patcher.exe")
                MsgBox("CrossFire Launched Success By Dark Side™")
            Catch ex As Exception
                MsgBox("Please Put Launcher On Crossfire Folder", MsgBoxStyle.Exclamation, "By Dark Side™")
            End Try
    Full Code:

    Code:
    Public Class Form1
    
        Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
            Try
                Shell("cf_Patcher.exe")
                MsgBox("CrossFire Launched Success By Dark Side™")
            Catch ex As Exception
                MsgBox("Please Put Launcher On Crossfire Folder", MsgBoxStyle.Exclamation, "By Dark Side™")
            End Try
        End Sub
    End Class
    ##########################################
    ***********************************************
    __________________________________________________ ___
    **************************************************
    ##############################################

    Ok we Done now first Style " Congratulation " Ok now lets start to theme 2
    __________________________________________________ ___

    We need

    1xButton

    2xLabels

    __________________________________________________ ____
    ScreenShots







    __________________________________________________ _______

    Ok now

    Label 1 Text : " Status : "
    Label 2 Text : " Make it blank!!!! dont type anything just remove text name"

    Button 1 Text : Launch Crossfire

    __________________________________________________ _______

    Code !


    ok now click to button one and add this code ! :

    Code:
     Try
                Shell("cf_Patcher.exe")
                Label2.Text = ("Crossfire Launched ! By Dark Side™")
            Catch ex As Exception
                Label2.Text = ("Please Put Launcher On Crossfire Folder ")
            End Try



    Full code :

    Code:
    Public Class Form1
    
        Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
            Try
                Shell("cf_Patcher.exe")
                Label2.Text = ("Crossfire Launched ! By Dark Side™")
            Catch ex As Exception
                Label2.Text = ("Please Put Launcher On Crossfire Folder ")
            End Try
        End Sub
    End Class

    **************************************
    ##################################

    Okay here we done

    Please Dont rage / flame or type leecher its my own code and any noob know it i make it for : NEWBieS !

  2. The Following User Says Thank You to Dark Side For This Useful Post:

    The~Shadow~Coders (08-04-2011)

  3. #2
    H!uman's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    MPGH
    Posts
    234
    Reputation
    18
    Thanks
    61
    My Mood
    Relaxed
    Is this working?

  4. #3
    dragonattak's Avatar
    Join Date
    Feb 2011
    Gender
    male
    Location
    Italy,Rome.. Post:141732
    Posts
    704
    Reputation
    -19
    Thanks
    411
    My Mood
    Devilish
    It's so simply, useful only for leechers
    You should make one more advanced that let you choose crossfire foldier
    I'll post a tutorial when i want and have time
    Last edited by dragonattak; 08-04-2011 at 02:29 AM.

  5. #4
    Jacket's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Location
    Insert location here.
    Posts
    8,852
    Reputation
    917
    Thanks
    1,305
    My Mood
    Brooding
    Quote Originally Posted by dragonattak View Post
    It's so simply, useful only for leechers
    You should make one more advanced that let you choose crossfire foldier
    I'll post a tutorial when i want and have time
    All you have to do is add an openfiledialog so you can choose. /


    Ex-Minion
    Ex-Mod
    8/17/11

     

    Greycloak
    Midcent
    MrAntagonist
    WomboCombo
    JakeyXD
    Wolfram


  6. #5
    Dark Side's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    West London
    Posts
    670
    Reputation
    99
    Thanks
    1,372
    My Mood
    Asleep
    Quote Originally Posted by Jacket View Post


    All you have to do is add an openfiledialog so you can choose. /
    Lol i know that / but i wont leecher's leech it !

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

    The~Shadow~Coders (08-04-2011)

  8. #6
    Jacket's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Location
    Insert location here.
    Posts
    8,852
    Reputation
    917
    Thanks
    1,305
    My Mood
    Brooding
    Lol I'm pretty sure Stewie Griffin had a tut out using OpenFileDialog
    It's not that big of a deal if it ets leeched seeing that it's a tool.


    Ex-Minion
    Ex-Mod
    8/17/11

     

    Greycloak
    Midcent
    MrAntagonist
    WomboCombo
    JakeyXD
    Wolfram


  9. #7
    Dark Side's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    West London
    Posts
    670
    Reputation
    99
    Thanks
    1,372
    My Mood
    Asleep
    Anyway i maked this for who don't know how to make a launcher

  10. The Following User Says Thank You to Dark Side For This Useful Post:

    The~Shadow~Coders (08-04-2011)

Similar Threads

  1. [Tutorial] How To : Make Pro Crossfire Launcher Program VB.NET
    By Dark Side in forum CrossFire Spammers, Injectors and Multi Tools
    Replies: 10
    Last Post: 08-07-2011, 03:42 PM
  2. [Help] How to make a crossfire server?
    By Mlkellinas in forum CrossFire Hacks & Cheats
    Replies: 5
    Last Post: 02-14-2010, 07:06 AM
  3. [TUT] How to make a annoying msn program!
    By Jerry12358 in forum Visual Basic Programming
    Replies: 3
    Last Post: 12-09-2009, 07:54 PM
  4. [REQUEST] How to make a crossfire hack!
    By Innocent_ in forum CrossFire Hacks & Cheats
    Replies: 10
    Last Post: 06-19-2009, 10:42 PM
  5. How to make a crossfire hack
    By z14rul in forum C++/C Programming
    Replies: 6
    Last Post: 06-15-2009, 06:34 PM