Hiermit Veröffentliche ich den Launcher.
Source: (Visual Basic)
Imports System.Diagnostics
Imports System.IO
Public Class Form1
Imports System.IO
Public Class Form1
Dim X, Y As Integer
Dim NewPoint As New System.Drawing.Point
Dim NewPoint As New System.Drawing.Point
Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
Try
Dim prozess As Process = Process.GetProcessesByName("samp")(0)
prozess.Kill()
Catch ex As Exception
Try
Dim prozess As Process = Process.GetProcessesByName("samp")(0)
prozess.Kill()
Catch ex As Exception
End Try
My.Computer.Registry.SetValue("HKEY_CURRENT_USER\Software\SAMP", "PlayerName", Nickname.Text)
Dim PfadDerSampExe As String = "samp.exe"
System.Diagnostics.Process.Start(PfadDerSampExe, "127.0.0.1:7777")
End Sub
My.Computer.Registry.SetValue("HKEY_CURRENT_USER\Software\SAMP", "PlayerName", Nickname.Text)
Dim PfadDerSampExe As String = "samp.exe"
System.Diagnostics.Process.Start(PfadDerSampExe, "127.0.0.1:7777")
End Sub
Private Sub Button12_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button12.Click
Me.WindowState = FormWindowState.Minimized
End Sub
Me.WindowState = FormWindowState.Minimized
End Sub
Private Sub Panel1_MouseDown(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles Panel1.MouseDown
X = Control.MousePosition.X - Me.Location.X
Y = Control.MousePosition.Y - Me.Location.Y
End Sub
X = Control.MousePosition.X - Me.Location.X
Y = Control.MousePosition.Y - Me.Location.Y
End Sub
Private Sub Panel1_MouseMove(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles Panel1.MouseMove
If e.Button = Windows.Forms.MouseButtons.Left Then
NewPoint = Control.MousePosition
NewPoint.X -= (X)
NewPoint.Y -= (Y)
Me.Location = NewPoint
End If
End Sub
If e.Button = Windows.Forms.MouseButtons.Left Then
NewPoint = Control.MousePosition
NewPoint.X -= (X)
NewPoint.Y -= (Y)
Me.Location = NewPoint
End If
End Sub
Private Sub Button11_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button11.Click
Me.Close()
End Sub
Me.Close()
End Sub
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Process.Start("ts3server://DEINEIP:DEINPORT")
End Sub
Process.Start("ts3server://DEINEIP:DEINPORT")
End Sub
Private Sub Button4_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button4.Click
settings.Show()
End Sub
settings.Show()
End Sub
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click
System.Diagnostics.Process.Start("www.google.de")
End Sub
System.Diagnostics.Process.Start("www.google.de")
End Sub
Private Sub Button5_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button5.Click
MsgBox("Design: Awerox" & vbNewLine & "Coding: Awerox & ArtEx" & vbNewLine & "(C) 2013 | ArtEx | Awerox")
End Sub
MsgBox("Design: Awerox" & vbNewLine & "Coding: Awerox & ArtEx" & vbNewLine & "(C) 2013 | ArtEx | Awerox")
End Sub
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
End Sub
End Class
End Class
Downlodlink: SAMP - Launcher
Virustotal: Winrar (Ordner)
Virustotal: Link (Downloadlink)
®Awerox & ArtEx
-hoch