Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > General Coding > Coding Tutorials
You last visited: Today at 15:03

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[TUT] How to write your own Pixelbot [AutoIT]

Discussion on [TUT] How to write your own Pixelbot [AutoIT] within the Coding Tutorials forum part of the General Coding category.

Reply
 
Old   #1

 
Dr.Toni's Avatar
 
elite*gold: 1001
Join Date: Mar 2013
Posts: 10,243
Received Thanks: 6,371
[TUT] How to write your own Pixelbot [AutoIT]

At first you need to find the right pixel colour...

We will do it with the AutoIT Tool:
AutoIT Window Info

When we found the pixel we need to add that your ship moves:
Code:
Opt("MouseCoordMode", 2)
MouseMove(int(Random(1018, 1255)), int(Random(788, 927)), 1)
MouseClick("left")
Now we will add that it search the pixel:
Code:
While 1
Opt("MouseCoordMode", 2)
MouseMove(int(Random(1018, 1255)), int(Random(788, 927)), 1)
MouseClick("left")
$Bonusbox = PixelSearch(24, 85, 1238, 916, 0xFCFFCD)
IF IsArray($Bonusbox) Then
MouseMove($Bonusbox[0], $Bonusbox[1], 1)
MouseClick("left")
Sleep(1600)
WEnd
EndIf
Code Explanation:

This is an small but working pixelbot...
You need to add that it will work for all Resolutions and these things
You can add much more things but this will help you for the start
Dr.Toni is offline  
Thanks
27 Users
Old 04/03/2013, 00:58   #2
 
ĤΛƇҠ's Avatar
 
elite*gold: 40
Join Date: Mar 2011
Posts: 771
Received Thanks: 352
0815 Tutorials

There could be alot of things better, but It should work :P

I'm waiting for 20000 pixelbots more XD
ĤΛƇҠ is offline  
Thanks
3 Users
Old 04/03/2013, 01:00   #3

 
Dr.Toni's Avatar
 
elite*gold: 1001
Join Date: Mar 2013
Posts: 10,243
Received Thanks: 6,371
Yeah I know... but like I said... It's just for the start

I will add maybe more things... but only if somebody need this tutorial
Dr.Toni is offline  
Thanks
2 Users
Old 04/03/2013, 01:01   #4


 
Requi's Avatar
 
elite*gold: 3800
The Black Market: 244/0/0
Join Date: Dec 2012
Posts: 13,041
Received Thanks: 8,248
Oh hell no.
If I wake up later and see just 2 PixelBots more.

I'll kill you. I promise you that
Requi is offline  
Thanks
16 Users
Old 04/03/2013, 01:02   #5
 
jorg*'s Avatar
 
elite*gold: 0
Join Date: May 2011
Posts: 1,764
Received Thanks: 1,577
Quote:
Originally Posted by Dг.Tσпi™ View Post
Yeah I know... but like I said... It's just for the start

I will add maybe more things... but only if somebody need this tutorial
hmm sleep command isnt that for loops only?
Isnt it better to use a timer?
and reset the timer after the function is done?

That wil reduce processor usage.

But anyways, i can be mistaking to..
jorg* is offline  
Thanks
3 Users
Old 04/03/2013, 01:04   #6
 
elite*gold: 0
Join Date: Aug 2012
Posts: 291
Received Thanks: 66
Nice, I wanted to do my own bot, but I didn't know the bases of a pixelbot. Thank you, I'll probably do my own

Quote:
Originally Posted by jorg* View Post
hmm sleep command isnt that for loops only?
Isnt it better to use a timer?
and reset the timer after the function is done?

That wil reduce processor usage.

But anyways, i can be mistaking to..
No, you can use sleep without a loop
But I don't know about the performances
DOforfree is offline  
Old 04/03/2013, 01:12   #7
 
elite*gold: 278
Join Date: Dec 2010
Posts: 1,125
Received Thanks: 1,083
I think that you should explain better the code, because not everyone know what is a code, but if you know other languaje, like java or VB (java is like this) you wont need much help u.u

See you!
manulaiko is offline  
Thanks
1 User
Old 04/03/2013, 01:13   #8

 
Dr.Toni's Avatar
 
elite*gold: 1001
Join Date: Mar 2013
Posts: 10,243
Received Thanks: 6,371
I will watch over the code tomorrow and then I will tell you more because I'm very tired
Dr.Toni is offline  
Thanks
1 User
Old 04/03/2013, 01:14   #9
 
elite*gold: 0
Join Date: Aug 2012
Posts: 291
Received Thanks: 66
Good night, and thank you very much
DOforfree is offline  
Thanks
1 User
Old 04/03/2013, 01:25   #10
 
丂のひレ尺乇ムア乇尺's Avatar
 
elite*gold: 0
Join Date: Mar 2013
Posts: 593
Received Thanks: 74
Nice joob
丂のひレ尺乇ムア乇尺 is offline  
Thanks
1 User
Old 04/03/2013, 01:29   #11
 
jorg*'s Avatar
 
elite*gold: 0
Join Date: May 2011
Posts: 1,764
Received Thanks: 1,577
Quote:
Originally Posted by ĤΛƇҠ View Post
0815 Tutorials

There could be alot of things better, but It should work :P

I'm waiting for 20000 pixelbots more XD
or atleast one goodworking pixelbot with as much functions as a normal bot .. :P all is possible^^
you could even use kamikaze with it...

and it could be 100% safe ..
But who"s gonna make it?

Quote:
Originally Posted by DOforfree View Post
Nice, I wanted to do my own bot, but I didn't know the bases of a pixelbot. Thank you, I'll probably do my own



No, you can use sleep without a loop
But I don't know about the performances
yes sleep between 2 commands, But still how you repeat the whole process?
I mean without a loop?
jorg* is offline  
Old 04/03/2013, 01:39   #12
 
elite*gold: 0
Join Date: Mar 2013
Posts: 159
Received Thanks: 20
all i want is a good plad with all npc shhot bk
aha232 is offline  
Old 04/03/2013, 01:40   #13
 
elite*gold: 0
Join Date: Aug 2012
Posts: 291
Received Thanks: 66
Quote:
Originally Posted by jorg* View Post
yes sleep between 2 commands, But still how you repeat the whole process?
I mean without a loop?
I don't know, I do little little things only
DOforfree is offline  
Old 04/03/2013, 01:46   #14
 
TheFallenAngel's Avatar
 
elite*gold: 0
Join Date: Feb 2011
Posts: 479
Received Thanks: 272
AutoIT is for noobs. use java or C#...
TheFallenAngel is offline  
Thanks
1 User
Old 04/03/2013, 01:48   #15

 
Dr.Toni's Avatar
 
elite*gold: 1001
Join Date: Mar 2013
Posts: 10,243
Received Thanks: 6,371
I know how to do it in VB too... but for most guys in this section it would be to hard to understand
Dr.Toni is offline  
Reply


Similar Threads Similar Threads
Autoit Pixelbot für Browsergame
12/05/2012 - AutoIt - 5 Replies
Hy leute suche ein paar leute die lust und laune haben mit mir einen Pixelbot für das Spiel Darkorbit zu machen. Was ihr können müsst: ihr solltet etwas erfahrung haben
Fable III PixelBot Problem... [autoit]
10/01/2011 - General Coding - 2 Replies
hey leutz mich kennt hier sicher niemand aber ich hoffe mir wird trozdem geholfen :) ich habe gestern aus spaß mal einen pixelbot für fable3 geschrieben.. wer das spiel kennt weiß sicher das man da kuchenteig ausrollen kann hm? also mein bot drückt die tastenkombi was er drücken soll die zahl 1 und die zahl 2 also... wenn ich IM spiel drinn bin kann ich nichteinmal mehr den bot mit F10 starten!!
AutoIT PixelBot Hilfe
03/01/2010 - AutoIt - 3 Replies
Hey ich hätte mal ein paar Fragen... Also wie ja oben steht brauche ich Hilfe bei einem PixelBot zum Farmen. Der Bot soll davon unterscheiden können ob er einen Mob anvisiert hat oder nicht. Das funktioniert bei meinem Bot folgendermaßen: Er Scannt oben die Farbe von der HP Leiste des Monsters (Rot),wenn diese vorhaden ist dann fängt er an die Skills auszuführen und zu looten. Wenn sie nicht vorhaden ist drückt er einfach TAB um ein Mob anzuvisieren...und...danach...naja passiert gar...
Flyff-Autoit-Pixelbot
07/14/2009 - Flyff - 2 Replies
Pixelbot höhrt sich einfach an und schaffe ich auch nur bei flyff bin ich am verzweifeln *-*. Ich rede von Autoit. Die Funktionen Winactive und Send gehen auch nicht weil ich eigentlich einen bot schreien wollte der immer wieder eine Nachricht sendet(hallt für afk shouts). Weis wer wie ich es schaffe einen Pixelbot zu erstellen? Auch beim Wininfo tool werden ja keine Controls etc. angezeigt. Weis jemand wie ich es schaffen kann? Über Baipass?kann mir einer einen guten geben? Sunkist geht bei...



All times are GMT +1. The time now is 15:03.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.