Jump to content
eclipx

How to run automatically

Recommended Posts

Reminds me of playing Star Wars Galaxies years ago.

Some kid didnt know about the autorun key and would say shit like:

"Im gonna go get a samich but dont worry I got a dime in it"

Took me forever to figure out what the hell he was talking about.

Share this post


Link to post
Share on other sites

Am I the only guy using ESDF? :-/

You're not alone bro! I moved over to ESDF back in the Counter-Strike beta days. Need those extra keys to the left. :D

I use the Steam overlay to auto-run' date=' and last night I started using a round ring-clip to my e-cigarette with my wallet on top for weight.

[img']https://lh4.googleusercontent.com/-_V3ZRx01YSI/T-sSL8HVWnI/AAAAAAAAAow/e9NODWJm5Vw/s512/IMAG0667.jpgIMAG0668.jpg

Share this post


Link to post
Share on other sites

I have a g15 Keyboard. This script should work with any logitech gaming device though that supports scripts.

function OnEvent(event, arg)
--OutputLogMessage("event = %s, arg = %s\n", event, arg);
end

function OnEvent(event, arg)
if (event=="G_PRESSED" and arg==7) then
if (toggle==null) then
PressKey(0x11);
OutputLCDMessage("Sprinting",9999999);
toggle=1;
elseif (toggle==1) then
ReleaseKey(0x11);
ClearLCD ();
toggle=nil;
end
end
end

It uses G key 7 to toggle holding "W".

Share this post


Link to post
Share on other sites

play over steam ! press W and shift-tag steam ui.

shift-tab back and there u go

Share this post


Link to post
Share on other sites

Haha im too aware of whats happening around me to just leave myself to auto run but these are funny :P

Share this post


Link to post
Share on other sites

All I have to do is set a macro. Glorious Razer Lycosa.

Why use a macro when you can use this?

photoeny.jpg

Share this post


Link to post
Share on other sites

If you want this as a [KEY OPTION] in the future for A3-DayZ, please vote this up (green arrow when you login to dev-heaven).

More votes = More likely BIS will add the feature.

[suggestion] - Control - Toggle Forward [Key]

https://dev-heaven.net/issues/34879

*****************

Also, if you would be so kind as to vote for this, since most games give you the option to walk or run by default...

[suggestion] - Control - Always Walk [Option]

https://dev-heaven.net/issues/34878

.

Share this post


Link to post
Share on other sites

To each his own I guess...

autorunconfig.jpg

oh mi god why do you have to do that when you have gaming keyboard, with PROGRAMMABLE BUTTONS and you aint even using that LCD to display something useful. hardly a smart way to use your $77 or $250 or whatever, just set a sprinting macro and toggle repeat it forever.

Share this post


Link to post
Share on other sites

You are crazy... I just stick a penny between my "w" key and 2 and 3 number keys.

Instructions below:

SCV5J.jpg?1

Thats an epic keyboard man!1one

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×