[Release] Dark Orbit Bot: Dobby (Pixelbot) 1920 x 1080

02/09/2014 23:02 ~WoahYouBot~#16
You may want to modify your script due to the fact that it is sleeping as I read in code that Requi posted, through all of the bonus boxes to click on the minimap.
02/09/2014 23:27 SrDRAKULA[RO]#17
Quote:
Originally Posted by yatoliz View Post
Are you serious?

I´m new at this website and I´m posting a self written bot.. and what I get is not a "good job", not a single "thank you", no "welcome at EPVP", it is a REPORT?

OMG ....

If you don´t want to use it, let it be. But please be a bit more friendly.

I see.. you are careful, that´s advisable.

But now i´m not anymore sure if I am at the same good community, people told me from.



You gave me no reason to believe you. You put a download link and that's it .... put next to details and evidence that is working.
02/09/2014 23:58 Tobalex#18
Quote:
Originally Posted by SrDRAKULA[RO] View Post
You gave me no reason to believe you. You put a download link and that's it .... put next to details and evidence that is working.
But Requi give the proof that it's not a virus. It just search pixels and click randomly. It's a very simple bot.

Code:
HotKeySet("{ESC}", "_Exit")
start()

Func start()
	Sleep(500)
	MsgBox(64, "Bot ist an", "Der Bot ist nun aktiviert || © by yatoliz")
	$counter = 1
	While True
		$pos = PixelSearch(0, 50, 1920, 900, 16645079, 10)
		If IsArray($pos) Then
			MouseClick("left", $pos[0], $pos[1], 2, 0)
			Sleep(2500)
		Else
			MouseClick("left", Random(1500, 1650), Random(830, 900))
			Sleep(1500)
		EndIf
		$counter = $counter + 1
	WEnd
EndFunc

Func _exit()
	MsgBox(64, "Bot ist aus", "Der Bot ist nun deaktiviert || © by yatoliz")
	Exit
EndFunc
02/10/2014 05:20 Cinques#19
Is there a English Version of this? so i can test it also
02/10/2014 10:01 yatoliz#20
Quote:
Originally Posted by Cinques View Post
Is there a English Version of this? so i can test it also
I will translate it into English and make some small changes in the Evening, today :)

greetings,

yatoliz

Quote:
Originally Posted by Cinques View Post
Is there a English Version of this? so i can test it also
At this Link:

[Only registered and activated users can see links. Click Here To Register...]

you can download an english version of it,

have fun,
greetings,

:) yatoliz
02/10/2014 21:23 yibudak#21
good job yatoliz! its work thank you ^^
02/11/2014 18:04 DynamiteTNT#22
anyone trusted tested it ?
02/11/2014 18:35 Requi#23
Quote:
Originally Posted by DynamiteTNT View Post
anyone trusted tested it ?
Ich habe die Source dazu gepostet. Es ist kein Fake.
02/11/2014 19:44 yatoliz#24
Quote:
Originally Posted by yibudak View Post
good job yatoliz! its work thank you ^^
You're welcome!