Thumbs upCrossFire Simple Launcher Code

PollChoose If Useless Or Not
14 votes · pick one or more
Posts 1630 of 36 · Page 2 of 3
Too easy ..
@yoyu333 This code is alot better and will run the patcher even if the pc is 64Bit and you dont need the loader in crossfire folder!

Code:
Public Class Form1

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        If My.Computer.FileSystem.DirectoryExists("C:\Program Files (x86)") Then
            Shell("C:\Program Files (x86)\Z8Games\CrossFire\patcher_cf.exe", AppWinStyle.NormalFocus)
        Else
            Shell("C:\Program Files\Z8Games\CrossFire\patcher_cf.exe", AppWinStyle.NormalFocus)
        End If
    End Sub
End Class
Use your imagination when coding instead of defining shit that you dont need, works perfect but you need version.ini bypass.
Quote Originally Posted by {Banned}**HACKER** View Post
@yoyu333 This code is alot better and will run the patcher even if the pc is 64Bit and you dont need the loader in crossfire folder!

Code:
Public Class Form1

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
        If My.Computer.FileSystem.DirectoryExists("C:\Program Files (x86)") Then
            Shell("C:\Program Files (x86)\Z8Games\CrossFire\patcher_cf.exe", AppWinStyle.NormalFocus)
        Else
            Shell("C:\Program Files\Z8Games\CrossFire\patcher_cf.exe", AppWinStyle.NormalFocus)
        End If
    End Sub
End Class
Use your imagination when coding instead of defining shit that you dont need, works perfect but you need version.ini bypass.
I Know How To Do It But Some Pepole SetUp Crossfire In Hard Disk "D" Not "C"
So The Launcher WIll Not Work
Quote Originally Posted by yoyu333 View Post
I Know How To Do It But Some Pepole SetUp Crossfire In Hard Disk "D" Not "C"
So The Launcher WIll Not Work
Yes well you just make it check if the crossfire folder is in D: Or any other drives, not hard!
FFS People like you really piss me off! Just expect everything to be done for them...
nice share man.
Quote Originally Posted by StupidFuck View Post
@{Banned}**HACKER** The worst part is that this isnt even his code to begin with. This is @ClaimIT 's code. Nubs these days -_-
What so your telling me that this dude is a leecher ? Wow and i even gave him some more code, probably leech that somewhere else aswell
Quote Originally Posted by {Banned}**HACKER** View Post


What so your telling me that this dude is a leecher ? Wow and i even gave him some more code, probably leech that somewhere else aswell
Yep. He is the owner of "leechers-r-us"
Quote Originally Posted by StupidFuck View Post
Yep. He is the owner of "leechers-r-us"
I hate people like this guy! Anyway lets stop flaming and leave it here!
Quote Originally Posted by mahalkosiheart View Post
@yoyu333 always says that file not exists ><
More Explain Please ,,,
Quote Originally Posted by yoyu333 View Post
More Explain Please ,,,
ok, it says the unhandled exception has occured in your application. if you click continue.. then so on... and the last part is "file not found" I followed the steps and try to edit the code but it still has the same error
Quote Originally Posted by mahalkosiheart View Post
ok, it says the unhandled exception has occured in your application. if you click continue.. then so on... and the last part is "file not found" I followed the steps and try to edit the code but it still has the same error
Have You Changed The , With . Before IO
In The Code ?
Quote Originally Posted by yoyu333 View Post
Have You Changed The , With . Before IO
In The Code ?
yup, i followed every steps correctly
Posts 1630 of 36 · Page 2 of 3

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?