How to Autohotkey

Channel:
Subscribers:
30
Published on ● Video Link: https://www.youtube.com/watch?v=LA28lc-O6bI



Warframe
Game:
Warframe (2013)
Duration: 6:32
17,042 views
35


Naramon got changed,now it no longer provides invisibility, but scripts still work just fine.

So an update(decided to farm some traces with slide and shamelessly copied what some guy on reddit said)


#IfWinActive WARFRAME
$XButton2::
loop
{
if not GetKeyState("XButton2", "P")
break
SendInput {Control Down}
SendInput {W down}
Sleep 40
SendInput {click}
Sleep 40
SendInput {Control Up}
SendInput {W up}
}
return

Capslock::
Suspend
Pause,,1
return

Capslock suspends the script,same mouse button as before,it keeps doing slides as long as the button is down. Problem is the speed,because its a key combination unlike just plain old spam,so you gonna need to adjust the sleep numbers depending on your weapon speed. This seems to work just fine with 174% speed increase valkyr Telos Boltace. Small bug-my ctrl got stuck,so in case yours does too just press ctrl once,should fix itself. I'll repost the script in the comments.







Tags:
warframe
Warframe
AutoHotKey
AHK
Script
Naramon
Survival



Other Statistics

Warframe Statistics For Pancake

Pancake currently has 21,269 views spread across 13 videos for Warframe. The game makes up 1 hour of published video on his channel, making up less than 0.52% of the total overall content for Warframe on Pancake's YouTube channel.