Evade | Munci trap tut

preview_player
Показать описание
#NoEnv
#MaxHotkeysPerInterval 99000000
#HotkeyInterval 99000000
#KeyHistory 0
ListLines Off
Process, Priority, , A
SetBatchLines, -1
SetKeyDelay, -1, -1
SetMouseDelay, -1
SetDefaultMouseSpeed, 0
SetWinDelay, -1
SetControlDelay, -1
SendMode Input
CoordMode, Mouse, Screen
mouseXY(x, y)
{
DllCall("mouse_event",uint,1,int,x,int,y,uint,0,int,0)
}
strafe(left)
{
moveCount := 1
sleepInterval := 0
relativeMove := 35
if (left)
{
key := "t"
move := -relativeMove
} else
{
key := "y"
move := relativeMove
}
DllCall("Sleep", "UInt", 5)
Loop, %moveCount%
{
mouseXY(move, 0)
DllCall("Sleep", "UInt", sleepInterval)
}
}
$Q::
while getkeystate("Q","P")
{
strafe(true)
}
return
$E::
while getkeystate("E","P")
{
strafe(false)
}
return
Home::Suspend
return
Рекомендации по теме
Комментарии
Автор

THIS IS POSSIBLE ON BOTH CONTROLLER AND MOBILE. All you have to do is just hold a direction that gives you ~62 speed. Use Hermes and “!speedometer” to check speed

Sabi_evade
Автор

Heres the script again for yall having trouble:

#NoEnv
#MaxHotkeysPerInterval
#HotkeyInterval
#KeyHistory 0
ListLines Off
Process, Priority, , A
SetBatchLines, -1
SetKeyDelay, -1, -1
SetMouseDelay, -1
SetDefaultMouseSpeed, 0
SetWinDelay, -1
SetControlDelay, -1
SendMode Input
CoordMode, Mouse, Screen
mouseXY(x, y)
{
DllCall("mouse_event", uint, 1, int, x, int, y, uint, 0, int, 0)
}
strafe(left)
{
moveCount := 1
sleepInterval := 0
relativeMove := 35
if (left)
{
key := "t"
move := -relativeMove
} else
{
key := "y"
move := relativeMove
}
DllCall("Sleep", "UInt", 5)
Loop, %moveCount%
{
mouseXY(move, 0)
DllCall("Sleep", "UInt", sleepInterval)
}
}
$Q::
while getkeystate("Q", "P")
{
strafe(true)
}
return
$E::
while getkeystate("E", "P")
{
strafe(false)
}
return
Home::Suspend
return

Sabi_evade
Автор

This is amazing ngl. Ive been playing evade and im shocked to just find out this out. Im in pure shock and im def gonna try this. Ty for helping people out ❤

Rzmahdiistargirl
Автор

Help, it's not becoming speed 60 at all, I already changed the camera sens a lot of time but it ain't getting to 60

JeonJungkook-micn
Автор

cool tutorial 🔥🔥, I had to set my camera sens to 0.65 for it work, im guessing its because of the display resolution

thugzz
Автор

OMG IT ACTUALLY WORKED TYSM BRO YOUR DA BEST!! ❤❤❤❤

SofiaPerera-jgej
Автор

i can't get my speed to 62~, it's stuck at 53-60 max, i already changed my dpi and sensitivity multiple times

indanahalwachalisa
Автор

help- I can't get to speed ~62... but I am wearing Hermes. What should I do??

Yasuko
Автор

Hello sabi, I have a question, well a problem and that is that with the script I only reach 55/56 speed, I can't overcome that, I can't even touch the 60, I use Hermes and I use your same sens, I don't know if I'm doing something wrong, Might you help me?

renatuel
Автор

Do you know if the screen resolution influences this? I use a 320x240 one and the sensitivity feels very low, and the aiming point is larger, so I don't know if it will work correctly

legion_evil
Автор

it works, but since im on azerty keyboard, i cant use the right strafe, (WQA) if you can help with what to change in the script to make it works, i would like that, thanks, nice tut

LunrMstt
Автор

doing the laps and everything reaches my speed up to 53 to 55.3 because 😿

Calv
Автор

The script keeps having an error it just says "The system cannot find the file specified."

Souleddxx
Автор

im back here.. the speed wont go up to 62.. i dont know how to change my dpi or how to check it. All the settings are the same as yours. How to fix the problem?

Rzmahdiistargirl
Автор

thanks worked
please make a carry fly glitch tutorial using autohotkey?

yhjausmywm
Автор

This works! I just can't revive and pick people up

blueKermie___
Автор

Thanks for the tutorial it’s possible in mobile I did it in mobile

idiotic_akmal
Автор

So you type speedometer in chat? Does it show in chat😭

katiestar
Автор

can you do the tutorial for the bench trimp on desert bus pls?

i have too much problems doing it

VroshkatyOwO
Автор

What is the font you use. I would like to use it as well

ListingCheezburger