|
You last visited: Today at 03:19
Advertisement
I need dash cancel bot
Discussion on I need dash cancel bot within the S4 League forum part of the Shooter category.
05/19/2017, 22:54
|
#1
|
elite*gold: 0
Join Date: Apr 2016
Posts: 13
Received Thanks: 0
|
I need dash cancel bot
I need dash cancel bot please help
|
|
|
05/20/2017, 09:20
|
#2
|
elite*gold: 0
Join Date: Oct 2015
Posts: 119
Received Thanks: 31
|
Quote:
#InstallMouseHook
#NoEnv
#MaxHotkeysPerInterval 99000000
#HotkeyInterval 99000000
#KeyHistory 0
ListLines Off
Process, Priority, , H
SetBatchLines, -1
SetKeyDelay, -1, -1
SetMouseDelay, -1
SetDefaultMouseSpeed, 0
SetWinDelay, -1
SetControlDelay, -1
SendMode Input
if not A_IsAdmin
{
MsgBox, You are running this script with no administrator rights. It may not work.
}
$*Lctrl::
;ensuring that the player doesn't interfere with the macro
Send {SC011 Up} ;W
Send {SC01E Up} ;A
Send {SC01F Up} ;S
Send {SC020 Up} ;D
;the actual inputs
Send {Space Down}
DllCall("kernel32.dll\Sleep", "UInt", 20.5)
Send {1 Down}
Send {Click Right Down}
Send {Space Up}
DllCall("kernel32.dll\Sleep", "UInt", 20.5)
Send {1 Up}
Send {SC020 Down}
Send {Space Down}
DllCall("kernel32.dll\Sleep", "UInt", 20.5)
Send {Space Up}
Send {SC020 Up}
;ensuring that the macro doesn't interfere with the player
if GetKeyState("SC011","P")
Send {SC011 Down}
if GetKeyState("SC01E","P")
Send {SC01E Down}
if GetKeyState("SC01F","P")
Send {SC01F Down}
if GetKeyState("SC020","P")
Send {SC020 Down}
DllCall("kernel32.dll\Sleep", "UInt", 350)
if GetKeyState("RButton","P")
Send {Click Right Down}
else
Send {Click Right Up}
return
$*Ins::Suspend
|
Use AutoHot Key
Have fun.
You can change it to your liking.
-Key is Lctrl, 1.
Follow this guide for more info.
|
|
|
05/20/2017, 17:15
|
#3
|
elite*gold: 0
Join Date: Apr 2014
Posts: 285
Received Thanks: 13
|
hey i need help . i edited the script and it works only when i get stunned while holding fumbi in td and i hold the button.But it doesnt work when i attack someone (eg dagger right click and ps right click +left click) and i hold the button together ( not taking fumbi) . the problem is that when i do that i will dodge as if i click only a+space and not space+a+space when someone attack me
|
|
|
05/20/2017, 18:51
|
#4
|
elite*gold: 0
Join Date: Apr 2016
Posts: 13
Received Thanks: 0
|
Thx ^^
|
|
|
06/10/2017, 09:32
|
#5
|
elite*gold: LOCKED
Join Date: Oct 2014
Posts: 9
Received Thanks: 1
|
Quote:
Originally Posted by xCred
Use AutoHot Key
Have fun.
You can change it to your liking.
-Key is Lctrl, 1.
Follow this guide for more info.

|
Work?
|
|
|
All times are GMT +1. The time now is 03:21.
|
|