Register for your free account! | Forgot your password?

You last visited: Today at 01:42

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

Advertisement



[NA] The Pixel Bot Your WAY *NEW*

Discussion on [NA] The Pixel Bot Your WAY *NEW* within the Cabal Hacks, Bots, Cheats, Exploits & Macros forum part of the Cabal Online category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Feb 2008
Posts: 236
Received Thanks: 112
[NA] The Pixel Bot Your WAY *NEW*

Here is my release so you can edit so it WILL WORK FOR YOU

Step 1

Assuming you already have Autoit I will show you how to search for pixels and (x,y) coordinates. First open up Autit Window Info this tool is great for autoit. Now click on the Mouse tab this will follow your mouse and give its (x,y) coordinates and the color in Hex format. Another great tool within this program is Finder tool it replaces your mouse cursor with a more accurate cursor and allows you to find pixels easier instead of that huge in game cursor.



Step 2

Use the program above in Cabal to find pixels and what (X,Y) coordinates you will need. So Simply open Cabal and go in game. Then open WIndow Info. Then we will need to find the (X,Y) coordinates for the Hp Auto Heal. This is done by useing the "Finder Tool" and simply going to one spot in you Hp bar and recording the (X,Y) of that spot. Now need to get one more so go about 2 CM to your right and about 1 CM below and record that (X,Y).



STEP 3

Now we search what color black pixel we have in the middle of our HP bar. This is easily done like the (x,y) coordinates but instead we record the pixel. So get your Hp bar about 1/4 gone and do what I do in the pic to record the pixel.



Step 4

Now all we need is what color of mobs we want to hunt. This is the tricky part. Hard to get pixels when a lot of stuff is going on. DO NOT USE IN GAME CURSOR it is inaccurate. Use the finder tool and point it to a yellow pixel in the monsters name and right down the pixel number. Make sure it does not change while you are recording it should stay constant or it is wrong. some times this takes multiple tries.



Step 5

Through this guide I got the points (128,58) (156,65)
Hp pixel was 0X1C1C1C
Yellow Monster Pixel 0X5A5909

So now we plug it in the script like this.



EDIT: Is your bot hitting the premium button? Then change the pixel search (monster) coordinates to 100, 137 , 1024, 718 Or change the coordinates using this same guide to fit your screen size.

Now we are done thank you for listening and have fun boting. Post any questions here. Any you should add this blah crap, why don't you?
Attached Files
File Type: rar YourBotv1.0.rar (357 Bytes, 3236 views)
Bobs16 is offline  
Thanks
31 Users
Old 02/27/2008, 04:45   #2
 
Judgment's Avatar
 
elite*gold: 0
Join Date: Feb 2008
Posts: 10
Received Thanks: 2
+karma!
Nice guide!! you teach me alot about pixels using AUTOIT!
btw... do you know how to change ur autoit to a launcher program?
Judgment is offline  
Thanks
1 User
Old 02/27/2008, 04:48   #3
 
elite*gold: 0
Join Date: Jun 2007
Posts: 412
Received Thanks: 21
go to all programs in start menu.. look for autoit v3.. in there u should see compile script to exe

*btw this guide really makes me wanna play american cabal.. because u can atleast bot.. in kr all you can do it joy2key which sux badly*
sinx000 is offline  
Old 02/27/2008, 08:05   #4
 
elite*gold: 0
Join Date: Feb 2008
Posts: 236
Received Thanks: 112
has this guide cleared anyones problem?
Bobs16 is offline  
Old 02/27/2008, 09:20   #5
 
elite*gold: 0
Join Date: Nov 2007
Posts: 11
Received Thanks: 0
im going to try it now. ill let you know if anything goes wrong to me.
thanks for posting somthing in this forum

the color detection doesn't work if you turn games on. it will just show the same number. i took a Screen shot n took the color of the monster and tried the bot but it still doesn't detect monster by it self
bigidi is offline  
Old 02/27/2008, 10:25   #6
 
elite*gold: 0
Join Date: Apr 2006
Posts: 29
Received Thanks: 0
Make something for EU players pls.
szyna^ is offline  
Old 02/27/2008, 11:38   #7
 
elite*gold: 0
Join Date: Feb 2008
Posts: 62
Received Thanks: 9
hey can u make a bot that just stand in 1 spot beacuse most of all the mosnter are aggerrseive they come to u and hit u

and this
123werty is offline  
Old 02/27/2008, 15:36   #8
 
elite*gold: 0
Join Date: Mar 2007
Posts: 620
Received Thanks: 244
Quote:
Originally Posted by 123werty View Post
hey can u make a bot that just stand in 1 spot beacuse most of all the mosnter are aggerrseive they come to u and hit u

and this


A good tutorial on autoit... Specifically the part about pixelsearching.. it explains it in depth

Code:
 = PixelSearch( lt, rt, lb, rb, col, dif, sk )
While @error = 0
(Movement/attack Code)
 = PixelSearch( tlx, tly, brx, bry, col, dif, sk )
Wend
Quote:
Alright, here is where we have to use a little brain power.
PixelSearch is comprised of 7 numbers that need to be imputed. The first 4 are for coordinates and the last 3 are for color detection settings. The four coordinates define a rectangle for the computer to detect the color of the pixel
Btw, you should know some basic algebraic graphing…
The legend for the symbols after “pixelsearch”
Tlx = the top left pixel’s X coordinate. IE (240)
Tly = the top left pixel’s Y coordinate. IE (150)
bry = bottom right pixel’s X coordinate. IE (260) (Bigger than the TLX #... duh… its more to the right…)
bry = bottom right pixel’s Y coordinate. IE (110) (Less than the TLY #... duh…its down more…)
Col = the color you want. (Go down to ‘code tidbits’ to find out how to get color)
Dif = the color variation that the pixel search will detect, like if the color is a little different, a high number might detect the pixel as well. 0 = only that color)
Sk = the pixels you want to skip. This is good for slower pcs. If you want the detection to go faster, just have it only take every 5 pixels. IE (5)
So a sample code would be ‘ = PixelSearch( 240, 150, 260, 110, 0x02938, 2, 2 )’
lynxz is offline  
Thanks
1 User
Old 02/27/2008, 16:41   #9
 
elite*gold: 0
Join Date: Feb 2008
Posts: 236
Received Thanks: 112
Quote:
Originally Posted by bigidi View Post
im going to try it now. ill let you know if anything goes wrong to me.
thanks for posting somthing in this forum

the color detection doesn't work if you turn games on. it will just show the same number. i took a Screen shot n took the color of the monster and tried the bot but it still doesn't detect monster by it self
Don't take a Screen shot do it while in the game.
Bobs16 is offline  
Old 02/27/2008, 16:43   #10
 
elite*gold: 0
Join Date: Feb 2008
Posts: 236
Received Thanks: 112
Quote:
Originally Posted by 123werty View Post
hey can u make a bot that just stand in 1 spot beacuse most of all the mosnter are aggerrseive they come to u and hit u

and this
I have already posted a bot that did exactly this but does not have auto HP go look for Simple bot.

The only thing out of that code you need to know it the 50 , 2) part and all it is saying is search for 50 shades of the pixel stated and search every other pixel.


THIS BOT WILL WORK FOR EU AFTER YOU GET A BYPASS AND CHANGE THE PIXELS STOP BEING DUMB USE COMMON SENSE I ONLY PUT (NA) BECAUSE EU PLAYERS WILL BE LIKE "MY R BOT NOTEY WORKE NUH MURE Y'S?" AND ALL POSTS WILL COMPOSE OF ME CALLING YOU AN IDIOT
Bobs16 is offline  
Thanks
2 Users
Old 02/27/2008, 22:48   #11
 
elite*gold: 0
Join Date: Feb 2008
Posts: 3
Received Thanks: 0
Great tutorial! I need a little help the the mob color. I want to choose the dark yellow (mustard looking) mob name. But after I pick it, there color is all over the place in PL. Any way to have to specifically target the mob not the map?
blash is offline  
Old 02/27/2008, 23:21   #12
 
elite*gold: 0
Join Date: Feb 2008
Posts: 236
Received Thanks: 112
You may need to change the shades it is looking for. Assuming you have the correct pixel change 50 , 2) too maybe 10, 2). That should resolve your issue. I believe PL has a lot of color yellow like the beach. So mess around with that try 5, 3 , 15 see if you get better results.
Bobs16 is offline  
Old 02/27/2008, 23:57   #13
 
elite*gold: 0
Join Date: Feb 2008
Posts: 3
Received Thanks: 0
That seems to have work with changing (50,2) to (10,2). Thanks
blash is offline  
Old 02/28/2008, 00:02   #14
 
elite*gold: 0
Join Date: Feb 2008
Posts: 236
Received Thanks: 112
Quote:
Originally Posted by blash View Post
That seems to have work with changing (50,2) to (10,2). Thanks
Yep no problem don't get confused though I did not give you x,y coordinates like you wrote. it should be (X , Y, X, Y, PIXEL 10 , 2) 10 being the shades and 2 being what pixels to search. Also a simple Thanks button always works.
Bobs16 is offline  
Thanks
2 Users
Old 02/28/2008, 00:30   #15
 
elite*gold: 0
Join Date: Feb 2008
Posts: 60
Received Thanks: 3
bob do u know how to go about making the bot attack a mob until the mob dies then switch to next target? i would assume it involve hp coloring of the mob also mix with cmd If...When
kenv202 is offline  
Reply


Similar Threads Similar Threads
Pixel Lvl bot
01/29/2010 - AutoIt - 4 Replies
so habe ein problem, nämlich das ich keinen pixel bot mit autoIT zusammenbringe.. kommt immer error bei mir^^ und jz wollt ich einfach nicht mehr und wollt fragen ob es irgendwo einen bot zum saugen gibt..?! das game wäre regnum online weiß net müsste ja nicht speziell für das game sein sofern ja auch andere bots funken.. also bei dem game bräuchte ich mal MouseGetPos also brauche zum angreifen die maus und keine leertaste zb. da nach dem mausklick der char autom. angreift.. wenn...
[NA] Pixel Bot *NEW*
04/25/2008 - Cabal Hacks, Bots, Cheats, Exploits & Macros - 126 Replies
Ok here is a better pixel bot only for yellow and yellow-grey monsters. Warning will click anything with some shades of yellow so that may be you and or people. Not the best bot but well worth it. Try it. Feed back needed. No exit button so you figure out a way to exit it. Has to be windowed Maximized mode. Antivir: Nothing found ArcaVir: Nothing found Avast: Nothing found AVG: Nothing found BitDefender: Nothing found F-Prot: Nothing found Norman: Nothing found
Pixel Bot for Cabal EU?
02/26/2008 - Cabal Online - 4 Replies
I saw aloth of posts with a new kind of bot(pixel bot) if i wander if some1 can make 1 for cabal eu :confused: :D :eek: :rolleyes: :cool:
Pixel Bot
12/25/2007 - General Coding - 3 Replies
Hmmm, Can anyone post a pixel bot or something. A pixel bot would work in every game, So if anyone can post, It would be great =] or its code for vetrix autoit
My Pixel Bot
09/13/2007 - Archlord - 3 Replies
.:=Pixel Detect Bot v1.0=:. Hello everyone, Here is a bot of a friend (so it was private :cool:), who work with pixels detection, so it will dont leech peapol's mobs. If you thank me, i will release it if he got a bug or a fix :] Enjoy ! :)



All times are GMT +2. The time now is 01:42.


Powered by vBulletin®
Copyright ©2000 - 2024, 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 ©2024 elitepvpers All Rights Reserved.