Virus Total ?
Hhaha LoL Fake ...
Code:
MsgBox(64, "Information!", "Please Leave Thanks!")
#Region ### START Koda GUI section ### Form=C:\Users\Miro\Desktop\Forms\Form1.kxf
$form1 = GUICreate("Form1", 264, 177, 296, 201)
$button1 = GUICtrlCreateButton("Start", 144, 144, 75, 25)
$button2 = GUICtrlCreateButton("Exit", 40, 144, 75, 25)
$label1 = GUICtrlCreateLabel("Card Hack", 8, 32, 55, 17)
$label2 = GUICtrlCreateLabel("Conques 4 min", 8, 64, 74, 17)
$label3 = GUICtrlCreateLabel("Fake Shop", 8, 8, 56, 17)
$label4 = GUICtrlCreateLabel("No Rules", 8, 96, 48, 17)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nmsg = GUIGetMsg()
Switch $nmsg
Case $gui_event_close
Exit
Case $button1
_hack()
Case $button2
Exit
EndSwitch
WEnd
Func _hack()
GUISetState(@SW_HIDE)
ToolTip("Start S4 League!", 0, 0)
$wait = ProcessWait("S4Client.exe")
$pid = ProcessExists("S4Client.exe")
MsgBox(64, "Miroelhacker", "HaveFun!")
Sleep(500)
Exit
EndFunc