![]() |
Botting using AutoHotKey and g15 - Printable Version +- Mirage Source (https://mirage-engine.uk/forums) +-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61) +--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18) +---- Forum: Source Code Development (https://mirage-engine.uk/forums/forumdisplay.php?fid=51) +----- Forum: Mirage Source 4 (Visual Basic 6) (https://mirage-engine.uk/forums/forumdisplay.php?fid=44) +----- Thread: Botting using AutoHotKey and g15 (/showthread.php?tid=3009) |
Botting using AutoHotKey and g15 - Joost - 02-08-2009 First off, G15 setup, spam cast spell and loop. Autohotkey setup Code: #Persistent Quite easy, should work on any MS-game. Re: Botting using AutoHotKey and g15 - JokeofWeek - 02-08-2009 James Wrote:Any suggestion on bot prevention Joost? Have a little automated message sent to users every once in a while, requesting them to answer a simple simple question. Perhaps even give a tiny reward. If you fear users might be afk, you could always add in an Idle timer variable saying how long the player has been idle for (not casting or attacking or anything at all). If they dont answer, kick if it's first offence, ban on second offence. Just an idea ![]() Re: Botting using AutoHotKey and g15 - Toast - 02-08-2009 JokeofWeek Wrote:James Wrote:Any suggestion on bot prevention Joost? Um yeeahh. Except if the elapsed seconds of idling is greater then a number then destroy TCP and game. Re: Botting using AutoHotKey and g15 - Toast - 03-08-2009 If you wish to make a program that does kernel checks on a target process for anti-hacking be my guest. Re: Botting using AutoHotKey and g15 - JokeofWeek - 03-08-2009 Yeah, many games use either external softwares or built-in code to scan for possible botting software. It is a good idea, although there can be some downfalls to it. It's always good to have some basic protection though. Re: Botting using AutoHotKey and g15 - Joost - 03-08-2009 Encrypt sprites. I had some trouble finding a good pixel in every sprite, that was centered and not used anywhere else. I winded up editing the sprites I needed, big yellow box in the middle for targetting. Blocking out a G15 is rather hard to do. The best way to check this is manually. And if an MS-program starts shutting down my programs I'd be rather pissed off. To put it bluntly, there really is no way to stop it. There are still bots for WoW. Re: Botting using AutoHotKey and g15 - 4ngel - 03-08-2009 Joost Wrote:Encrypt sprites. I had some trouble finding a good pixel in every sprite, that was centered and not used anywhere else. I winded up editing the sprites I needed, big yellow box in the middle for targetting.That's somewhat effective, but I've used a few Auto programs that have ways around that (like finding multiple pixels with static distances between them). Re: Botting using AutoHotKey and g15 - Atlantis - 21-08-2009 Botting can't be completely prevented. There are some measures that work to a certain extent (like using a watcher with higher user right) but users will complain about that and rightfully so. Instead, while your game is small - which MS games tend to be most of the time - you can really just keep banning botters manually. Most MS games are like a village: Everyone knows about anyone, bots will be quickly detected without some advanced "HAXX" protection. And it'll annoy players less. Seriously. Greetz, Atlantis |