English:
Hello E*pvp Community I wanna to share with you my new Tool
[Features]
Auto Mouse Clicker
Auto F5 Clicker
[Screens]

[Tutorial]
Open The Tool
Give Me Thanks
Choose What do you want
Have Fun
German
Hallo E * PvP-Community Ich will mit Ihnen mein neues Werkzeug zu teilen
[Eigenschaften]
Auto Mouse Clicker
Auto F5 Clicker
[Bildschirme]

[Tutorial]
Öffnen Sie die Werkzeug
Give Me Dank
Wählen Sie Was möchten Sie tun
Hab Spaß
ill add the download link in 1min

Open Source:
F5
While 1
Send ("{F5}")
Sleep( 500)
WEnd
Auto Mouse:
#include <GUIConstantsEx.au3>
#include <Misc.au3>
#include <WindowsConstants.au3>
#region ### START Koda GUI section ### Form=D:\Users\Jules Penuchot\Desktop\SlyAC\Partie Form.kxf
$SALUT = GUICreate("Tool:Auto Mouse Clicker", 506, 106, 214, 160, BitOR($WS_MINIMIZEBOX, $WS_SYSMENU, $WS_CAPTION, $WS_POPUP, $WS_POPUPWINDOW, $WS_GROUP, $WS_BORDER))
$LABEL1 = GUICtrlCreateLabel("CTRL + Shift + F5 Start", 24, 16, 200, 17)
$LABEL2 = GUICtrlCreateLabel("CTRL + Shift + F6 Stop", 24, 32, 188, 17)
$LABEL3 = GUICtrlCreateLabel("Windows :", 24, 72, 191, 17)
$DELAI = GUICtrlCreateInput("Windows", 216, 64, 177, 21)
$BUTTON1 = GUICtrlCreateButton("Start", 408, 64, 89, 25, $WS_GROUP)
GUISetState(@SW_SHOW)
#endregion ### END Koda GUI section ###
While 1
$NMSG = GUIGetMsg()
Switch $NMSG
Case $GUI_EVENT_CLOSE
Exit
Case $BUTTON1
$DELAIDEFRAPPE = GUICtrlRead($DELAI)
EndSwitch
If _ISPRESSED("11") And _ISPRESSED("10") And _ISPRESSED("74") Then
While 1
Sleep($DELAIDEFRAPPE)
HotKeySet
If _ISPRESSED("11") And _ISPRESSED("10") And _ISPRESSED("75") Then
ExitLoop
EndIf
WEnd
EndIf
WEnd