I need dash cancel bot

05/19/2017 22:54 reawizh#1
I need dash cancel bot please help :handsdown: :handsdown:
05/20/2017 09:20 xCred#2
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.

[Only registered and activated users can see links. Click Here To Register...]
05/20/2017 17:15 012oab#3
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 reawizh#4
Thx ^^
06/10/2017 09:32 PhobosX2#5
Quote:
Originally Posted by xCred View Post
Use AutoHot Key
Have fun.
You can change it to your liking.

-Key is Lctrl, 1.

Follow this guide for more info.

[Only registered and activated users can see links. Click Here To Register...]
Work?