Thời Gian
- Home>
- tool spam fb update 22/9/2018
$pause = 0
HotKeySet("{f4}", "ActivePauseAuto")
Func activepauseauto()
$pause = NOT $pause
ToolTip("F4 Dừng", 0, 0)
While $pause
ToolTip("", 0, 0)
WEnd
EndFunc
HotKeySet("{f3}", "On_Exit")
Func On_Exit()
Sleep(2000)
Send($spam)
EndFunc
HotKeySet("{f2}", "On_Tool")
Func On_Tool()
Exit
EndFunc
Local $spam = InputBox("Spam","Điền Thứ Cần Spam","")
If Not @error Then
EndIf
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Tool Spam", 442, 246, 192, 164)
$Label1 = GUICtrlCreateLabel("Tool Spam By Cường", 96, 16, 244, 29)
GUICtrlSetFont(-1, 16, 800, 0, "Verdana")
GUICtrlSetColor(-1, 0xFF00FF)
$Label2 = GUICtrlCreateLabel("F2 Để Thoát Tool ", 112, 56, 208, 29)
GUICtrlSetFont(-1, 16, 800, 0, "Verdana")
GUICtrlSetColor(-1, 0xFF0000)
$Label3 = GUICtrlCreateLabel("F3 Để Khởi Động Tool", 88, 96, 254, 29)
GUICtrlSetFont(-1, 16, 800, 0, "Verdana")
GUICtrlSetColor(-1, 0x00FF00)
$Label4 = GUICtrlCreateLabel("F4 Để Đừng Tool", 112, 136, 196, 29)
GUICtrlSetFont(-1, 16, 800, 0, "Verdana")
GUICtrlSetColor(-1, 0x00FFFF)
$Label5 = GUICtrlCreateLabel("F4 Lần Nữa Để Tiếp Tục Chạy Tool", 24, 168, 400, 29)
GUICtrlSetFont(-1, 16, 800, 0, "Verdana")
GUICtrlSetColor(-1, 0x0000FF)
$Label6 = GUICtrlCreateLabel("Chúc Dùng Tool Vui Vẻ Hehe", 48, 208, 346, 29)
GUICtrlSetFont(-1, 16, 800, 0, "Verdana")
GUICtrlSetColor(-1, 0x808000)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
EndSwitch
WEnd