BHop AutoHotKey Scripts - Printable Version +- Dinkleberg's GMod (https://www.dinklebergsgmod.com/site) +-- Forum: Community (https://www.dinklebergsgmod.com/site/forumdisplay.php?fid=5) +--- Forum: General Discussion (https://www.dinklebergsgmod.com/site/forumdisplay.php?fid=18) +--- Thread: BHop AutoHotKey Scripts (/showthread.php?tid=2174) |
BHop AutoHotKey Scripts - †Crøss †- 07-10-2017 "AutoHotkey is a free, open-source custom scripting language for Microsoft Windows, initially aimed at providing easy keyboard shortcuts or hotkeys, fast macro-creation and software automation that allows users of most levels of computer skill to automate repetitive tasks in any Windows application." -Wikipedia Script in question: F5:: Hotkey, *~$Space, Toggle End:: ExitApp *~$Space:: Sleep 5 Loop { GetKeyState, SpaceState, Space, P If SpaceState = U break Sleep 1 Send, {Blind}{Space} } Return So it basically spams space, which can also be done with a macro. Allowed or nah? It isn't internal (Aka a cheat) and it only loops keyboard buttons. Rule in question: Quote: Wrote:5. Do Not Exploit, Hack, Metagame or Otherwise Avoid the Game's Intended Limits Only thing I could see it as maybe is an exploit because bhopping wasn't "Intended", but it is a feature of the game. RE: BHop AutoHotKey Scripts - Christian - 07-10-2017 Bhop scripts are not allowed. RE: BHop AutoHotKey Scripts - †Crøss †- 07-10-2017 (07-10-2017, 02:05 AM)Christian Wrote: Bhop scripts are not allowed. But what would they count as? RE: BHop AutoHotKey Scripts - dzzy - 07-10-2017 (07-10-2017, 02:52 AM)†Crøss †Wrote:(07-10-2017, 02:05 AM)Christian Wrote: Bhop scripts are not allowed. Not allowed. RE: BHop AutoHotKey Scripts - DaKody - 07-10-2017 not allowed,if you used them you will be punished |