Thời Gian
- Home>
- Code Autoit Nghịch >
- full code spam
HotKeySet("{f3}", "On_Exit")
Func On_Exit()
Exit
EndFunc
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Tool Spam", 158, 252, 192, 164)
GUISetFont(8, 800, 0, "MS Sans Serif")
$Button1 = GUICtrlCreateButton("Spam Now", 24, 8, 99, 41)
$Label1 = GUICtrlCreateLabel("Spam", 32, 56, 79, 33)
GUICtrlSetFont(-1, 18, 800, 0, "Verdana")
GUICtrlSetColor(-1, 0xFF00FF)
$Label2 = GUICtrlCreateLabel("Now", 40, 96, 64, 33)
GUICtrlSetFont(-1, 18, 800, 0, "Verdana")
GUICtrlSetColor(-1, 0x00FFFF)
$Label3 = GUICtrlCreateLabel("By", 48, 136, 38, 33)
GUICtrlSetFont(-1, 18, 800, 0, "Verdana")
GUICtrlSetColor(-1, 0xFF0000)
$Label4 = GUICtrlCreateLabel("Cường", 32, 176, 88, 33)
GUICtrlSetFont(-1, 18, 800, 0, "Verdana")
GUICtrlSetColor(-1, 0x00FF00)
$Label5 = GUICtrlCreateLabel("f3 để dừng spam", 16, 216, 124, 20)
GUICtrlSetFont(-1, 10, 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
Case $Button1
While 1
Send("Mình Thích Thì Mình Spam Thôi")
Send("{enter}")
WEnd
EndSwitch