Jump to content

Qazme

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Qazme

  1. I was ubanned. All I used AutoHotKey for was VOLUME CONTROL and launching apps?! So I should be banned because I use it in lue of my keyboard not having media controls? Some of you guys if you would have been in my shoes and had ~130 hours of play time and been banned for seemingly nothing you would think other wise. The problem lies in finding out how to read memory hashs of scripts that are altering gameplay and not simple volume control etc. Which I'm not even going to muse how that's possible. I think they did the right thing with this one. Just a slight note, I've used AHK for years with no issues until last week. Something has changed with BF3 on the EvenBalance side of things if you ask me. This is my AHK script: #Numpad1:: Run Chrome return #Numpad2:: Run %windir%\explorer.exe return #Numpad3:: Run %windir%\ehome\ehshell.exe return #Numpad5:: Run Calc Return #Numpad7:: Run G:\Steam\Steam.exe Return #n:: IfWinExist Untitled - Notepad WinActivate else Run Notepad return #t:: Run Taskmgr return #v:: Run %windir%\system32\mstsc.exe Return ;This is keypad launching. Mainly for games and often used utilities. ;So keep this section clean so that you can use what you need when you need! #Numpad0:: Run "G:\TeamSpeak 3 Client\ts3client_win64.exe" Return ;Sound Settings /multi-media For Keyboard. ;This emulates needing to use a function key to do it. ^NumpadEnter:: Send {Volume_Mute} return ^NumpadSub:: Send {Volume_Down} Return ^NumpadAdd:: Send {Volume_Up} Return ^CtrlBreak:: Send {Media_Play_Pause} Return ^PgUp:: Send {Media_Next} Return ^PgDn:: Send {Media_Prev} Return
  2. Thanks guys, I was one of the innocents banned by this. Does anyone have an alternative program to use that isn't possibly bannable for this? I use AutoHotKey for volume control ONLY! Thanks Fozzer, HSMagnet, and Maydayx among the many other for getting this cleared up for me and many others. (Albeit I was a bit rude, they were of utmost professionalism even in regards with the attitude I threw at them at first.) Thanks a lot guys! Qazme
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.