Tuto
Virustotal
2/57
0/57
3/57 (lel idk why)
Source (nothing breathtaking..)
1. Start s4 (with or without bypass)
2. Start my TriggerBot
3. Ingame press ON or F8 (OFF = F7)
2. Start my TriggerBot
3. Ingame press ON or F8 (OFF = F7)
Virustotal
2/57
0/57
3/57 (lel idk why)Source (nothing breathtaking..)
Code:
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#include <MsgBoxConstants.au3>
#Region Variables
Global $wid = @DesktopWidth / 2, $hei = @DesktopHeight / 2
Global $dl = DllOpen("user32.dll")
Global $lel = 0
#EndRegion Variables
#Region ### START Koda GUI section ### Form=
$Riisk = GUICreate("Riisk", 183, 103, 259, 124)
$ON = GUICtrlCreateButton("ON", 8, 8, 75, 33)
$OFF = GUICtrlCreateButton("OFF", 96, 8, 75, 33)
$Label1 = GUICtrlCreateLabel("Kxlluminati", 8, 48, 73, 19)
GUICtrlSetFont(-1, 8, 800, 0, "Arial Black")
GUICtrlSetCursor(-1, 0)
$Label2 = GUICtrlCreateLabel("Riisk Family", 8, 72, 79, 19)
GUICtrlSetFont(-1, 8, 800, 0, "Arial Black")
GUICtrlSetCursor(-1, 0)
$Label3 = GUICtrlCreateLabel("Facebook", 104, 48, 60, 19)
GUICtrlSetFont(-1, 8, 800, 0, "Arial Black")
GUICtrlSetCursor(-1, 0)
GUICtrlSetColor(-1, 0x0066CC)
$Label4 = GUICtrlCreateLabel("Facebook", 104, 72, 60, 19)
GUICtrlSetFont(-1, 8, 800, 0, "Arial Black")
GUICtrlSetCursor(-1, 0)
GUICtrlSetColor(-1, 0x0066CC)
GUICtrlSetState($OFF, $gui_disable)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
If $Riisk Then
ShellExecute( "https://www.facebook.com/pages/Riisk-Family/585299994938492?fref=ts" )
Sleep(500)
MsgBox($MB_OK, "Alert", "Please leave a like:3")
EndIf
#Region HotKey
HotKeySet("{F10}", "ExitProg")
HotKeySet("{F7}", "StartSvc")
HotKeySet("{F8}", "EndSvc")
#EndRegion
Func ExitProg()
Exit
EndFunc
Func StartSvc()
Global $lel = 1
GUICtrlSetState($ON, $gui_disable)
GUICtrlSetState($OFF, $gui_enable)
EndFunc
Func EndSvc()
Global $lel = 0
GUICtrlSetState($ON, $gui_enable)
GUICtrlSetState($OFF, $gui_disable)
EndFunc
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $ON
GUICtrlSetState($ON, $gui_disable)
GUICtrlSetState($OFF, $gui_enable)
Global $lel = 1
Case $OFF
GUICtrlSetState($ON, $gui_enable)
GUICtrlSetState($OFF, $gui_disable)
Global $lel = 0
Case $Label1
ShellExecute("https://www.facebook.com/leonakaexotiic")
Case $Label2
ShellExecute("https://www.facebook.com/pages/Riisk-Family/585299994938492?fref=ts")
Case $Label3
ShellExecute("https://www.facebook.com/leonakaexotiic")
Case $Label4
ShellExecute("https://www.facebook.com/pages/Riisk-Family/585299994938492?fref=ts")
Case -3
Exit 0
EndSwitch
If $lel = 1 Then
If Hex(PixelGetColor($wid, $hei), 6)="FF0000" Then
MouseDown( "left" )
Do
Sleep(10)
Until Hex(PixelGetColor($wid, $hei), 6)<>"FF0000"
MouseUp( "left" )
EndIf
EndIf
WEnd







