Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
function OnEvent(event, arg)
OutputLogMessage("event = %s, arg = %s\n", event, arg)
end
autorunGKey = 1
toggleRun = true
function OnEvent(event,arg,family)
if event == "G_PRESSED" and arg == autorunGKey then
toggleRun = not toggleRun
if toggleRun then
PressKey("lshift")
PressKey("w")
else
ReleaseKey("w")
ReleaseKey("lshift")
end
end
end
Macros are allowed and there is no detection even if they were not allowed.
If you want a different G key simply change the 1 to the key you want to use.
Edit the delay to what works best for you.
Here is a video. Hope it helps.
for those without the logitech macro keys, you can do the same thing with autohotkey
download autohotkey from here and use the following script
https://www.autohotkey.com/
Ark.ahk
shift + W starts you walking, tapping W stops you - you can even use the shift key for run while its active (works for both walking/running and ships)
this only emulates key presses which is safe to use in sp and mp - it is not an exploit or hack
This is the Correct Answer!!!!
The Fork has never been detected by Anti Cheat Softwares and remains the King of Keybinds.