logout macro w/o mouse?

One that ONLY logs out. Not a macro with a zillion other functions that bug and god knows what.
I JUST need the logout code and one that does not use the mouse because if I panick and move the mouse while using the macro, it won't logout.
If you are using an AHK script it's not going to matter if you move the mouse, the script will simulate clicks in exact positions.
Последняя редакция: Randall#0850. Время: 11 нояб. 2015 г., 07:21:05
It does.

"
XButton1::FastLogOut1()
`::FastLogOut1()
FastLogOut1(){
BlockInput On
SetDefaultMouseSpeed 0
sendinput {esc}
MouseClick, left, 959, 432, 1, 1
BlockInput Off
return
}


The above STILL fails if I move the mouse very fast at the same time I call the script. I do not know why. It SHOULD block input even but also that fails.
Последняя редакция: silverdash#0964. Время: 11 нояб. 2015 г., 10:21:59
is this a macro that performs more than one step?


just askin
"
respwnd написал:
is this a macro that performs more than one step?


just askin


That is a fair point to make, you don't want to be in violation of the Terms of Service/Use and have your account banned.

If a logout macro is causing you issues, you may try the popular keyboard shortcut alt+f4 to exit the game quickly in a sticky situation.

I'm not too familiar with macros, but I'm sure you will figure something out, with the help of our friendly community here!

Best of luck my friend!

Cheers!

MVP
If you use a Logout macro on your mouse you cannot move it while the script executes.
AHK has many examples of 1 key logouts that dont involve the mouse.
~ Please separate the PoE1 and PoE2 forums.
Why would you need 1 key logout script if you can use 2 keys logout OS action? Which is absolutely legal btw.
And worst change is putting almost all bosses in new version of maps into fucking small areas, where you can't kite well or dodge stuff. What a terrible idiot invented that I want say to him: dude flick you, seriously flick you very much.
I had that script from the forums here somewhere. So I assumed it was legal. But it doesn't work properly anyway (regarding mouse), atleast not for me.


"
silumit написал:
Why would you need 1 key logout script if you can use 2 keys logout OS action? Which is absolutely legal btw.


Some logouts are faster. Every millisecond counts when being around lvl 95+ or playing on hardcore. But all of those scripts are massive and come with a bunch of functions that I don't need and are usually quite buggy. Or they come with executables... No thanks.

Example: https://www.reddit.com/r/pathofexile/comments/3csplq/tcp_disconnect_macro_package_for_20_release/

I guess I can just simulate alt+f4 for now. It will work, it's not the fastest but it will disconnect me after about half a second. Doable for softcore
Последняя редакция: silverdash#0964. Время: 12 нояб. 2015 г., 06:00:53

Пожаловаться на запись форума

Пожаловаться на учетную запись:

Тип жалобы

Дополнительная информация