KlickBot

06/05/2014 13:27 RedStarGer#1
Hello,

with which programm can I write my own Klickbot? Would it work with AutoIT Pixelsearch or should I learn another programmer language for programming my own klickbot?
06/06/2014 09:38 Staspytel#2
You can make some macro script with pixel/image search for this (that's how i did my LoW "bot")...If you can code, the best language for this is .Net I think ;) (not sure)
06/06/2014 14:38 RedStarGer#3
Ok thank you :)
06/06/2014 14:55 Requi#4
Bevor man sich Gedanken macht, was man programmiert, sollte man erstmal programmieren können.

Am Besten geeignet für solche kleinen Macro sachen, wäre immer noch AutoIt, da es so viel schon von Anfang an bietet.
Wobei du wissen solltest, dass egal in welcher Sprache du es schreibst:
PixelSearch AutoLock ist verdammt langsam.

Beispiel Code, der sogar noch funktionieren könnte:

Ist ca. 1 Jahr alt.

Quote:
Originally Posted by Staspytel View Post
You can make some macro script with pixel/image search for this (that's how i did my LoW "bot")...If you can code, the best language for this is .Net I think ;) (not sure)
.NET is a framework for languages, which get compiled into MSIL Code instead of plain ASM code, what the computer understands (Translator).
06/06/2014 17:09 RedStarGer#5
Danke Requi für deine konstruktive Antwort ich bin schon seit längerem jetzt daran AutoIT zu lernen von daher sollte es kein Problem darstellen :) Thx
06/07/2014 03:34 Real.epvp#6
Quote:
Hello,

with which programm can I write my own Klickbot? Would it work with AutoIT Pixelsearch or should I learn another programmer language for programming my own klickbot?
you should learn java it is faster then Auto It.
06/07/2014 08:57 Yakuzas:)#7
example goes autoclick.. noob :D
06/07/2014 18:06 Zetadarus#8
You should use AutoIT ( simple and effective ) or java ( much bette but harder to code )