Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Cabal Online
You last visited: Today at 15:48

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

Advertisement



Pokey's auto healer/attacker/log in

Discussion on Pokey's auto healer/attacker/log in within the Cabal Online forum part of the MMORPGs category.

Reply
 
Old 07/21/2007, 09:35   #16
 
elite*gold: 0
Join Date: Mar 2006
Posts: 543
Received Thanks: 31
I'm planning on making the video this afternoon. Thanks for your patience.
pokey2 is offline  
Old 07/21/2007, 12:46   #17
 
elite*gold: 0
Join Date: Apr 2007
Posts: 19
Received Thanks: 1
OK ! I really need it !
Smiter is offline  
Old 07/21/2007, 19:14   #18
 
elite*gold: 0
Join Date: Mar 2006
Posts: 543
Received Thanks: 31
Yea, it's been delayed a bit seeing as I need a crack for fraps and my internet is mesing up :/
pokey2 is offline  
Old 07/21/2007, 20:37   #19
 
SkyRuler's Avatar
 
elite*gold: 0
Join Date: Jul 2007
Posts: 190
Received Thanks: 40
Pokey you can download other programs to record your desktop action like



or



It takes you like 10min in max. hurry up ^^
SkyRuler is offline  
Old 07/22/2007, 12:01   #20
 
elite*gold: 0
Join Date: Mar 2006
Posts: 543
Received Thanks: 31
ok yup, I got a video capture prgram (frapz is only 30sec)

I'll start making it now. I better get lots of karma for this xD

<hr>Append on Jul 22 2007, 13:21<hr> Ok, I made one. It's not fantastic but I think it does the job. And yes, I know I'm Link98 >.>

pokey2 is offline  
Old 07/22/2007, 17:41   #21
 
elite*gold: 0
Join Date: Apr 2007
Posts: 19
Received Thanks: 1
I didn't understand nothing from that video ... please post one on youtube.com that site sucks .:|
Smiter is offline  
Old 07/22/2007, 18:27   #22
 
elite*gold: 0
Join Date: Jul 2007
Posts: 1
Received Thanks: 0
@up
me too ;/
Cinek is offline  
Old 07/23/2007, 01:58   #23
 
soundwave3's Avatar
 
elite*gold: 0
Join Date: Dec 2006
Posts: 417
Received Thanks: 75
pokey2, can u give guide, how to set up auto atack monsters?
soundwave3 is offline  
Old 07/23/2007, 09:22   #24
 
elite*gold: 0
Join Date: Mar 2006
Posts: 543
Received Thanks: 31
Ok, what you do, is you do to where the code says "If Hex(PixelGetColor(472, 350),6) = "1B1B1B" Then" for example. Next, open GetPixel and find the coordinate 472, 350. Once you get to this coordinate you will see a weird number appear in the picture box. Copy and paste this number where it says "1B1B1B".

And there you have it, just go through all the different lines and adjust them as necessary. It should be simple to realise which screen to fins the coordinate/colour on - i.e. in the auto attack bot, all of the code is based on the actual playing screen.
pokey2 is offline  
Old 07/23/2007, 15:17   #25
 
soundwave3's Avatar
 
elite*gold: 0
Join Date: Dec 2006
Posts: 417
Received Thanks: 75
can u make video guide, ;/ ?
soundwave3 is offline  
Old 07/24/2007, 09:45   #26
 
elite*gold: 0
Join Date: Mar 2006
Posts: 543
Received Thanks: 31
I did -.-

Combine the poor video with the written explanation and with an IQ of greater than 12, you should be able to do the same thing for all of the right places.
pokey2 is offline  
Old 07/24/2007, 10:28   #27
 
elite*gold: 0
Join Date: Jun 2007
Posts: 52
Received Thanks: 6
omg come on its so easy.... even with this video my little sister could do this after reading whats going on here...
Falbala is offline  
Old 07/24/2007, 11:02   #28
 
elite*gold: 0
Join Date: Mar 2006
Posts: 543
Received Thanks: 31
Quote:
Originally posted by Falbala@Jul 24 2007, 10:28
omg come on its so easy.... even with this video my little sister could do this after reading whats going on here...
*phew* I'm glad someone can do possibly the most simple programming thing ever >.>
pokey2 is offline  
Old 07/25/2007, 08:17   #29
 
elite*gold: 0
Join Date: Nov 2006
Posts: 6
Received Thanks: 0
there's line Send("[USER ID]") should it be like
Send("[********]") or Send("******") ???

While 1
If Hex(PixelGetColor(442, 347),6) = "000000" Then
Sleep(1000)
WinActivate("CABAL")
Send("{Backspace 15}")
Send("xxxxxx")
Send("{TAB}")
Send("{Backspace 10}")
Send("xxxxxx")
Send("{Enter}")
EndIf
If Hex(PixelGetColor(472, 350),6) = "000000" Then
Send("{Right}")
Send("{Down 7}")
Send("{Enter}")
sleep(500)
EndIf
If Hex(PixelGetColor(136, 42),6) = "000000" Then
MouseClick("left",773, 307)
Send("{Enter}")
EndIf
WEnd


what's wrong?
PUSS is offline  
Old 07/25/2007, 11:53   #30
 
elite*gold: 0
Join Date: Mar 2006
Posts: 543
Received Thanks: 31
Quote:
Originally posted by PUSS@Jul 25 2007, 08:17
there's line Send("[USER ID]") should it be like
Send("[********]") or Send("******") ???

While 1
If Hex(PixelGetColor(442, 347),6) = "000000" Then
Sleep(1000)
WinActivate("CABAL")
Send("{Backspace 15}")
Send("xxxxxx")
Send("{TAB}")
Send("{Backspace 10}")
Send("xxxxxx")
Send("{Enter}")
EndIf
If Hex(PixelGetColor(472, 350),6) = "000000" Then
Send("{Right}")
Send("{Down 7}")
Send("{Enter}")
sleep(500)
EndIf
If Hex(PixelGetColor(136, 42),6) = "000000" Then
MouseClick("left",773, 307)
Send("{Enter}")
EndIf
WEnd


what's wrong?
It should be without the square brakcets. SO, for example, your ID is test1, it would be:

Send("test1")

And you guys don't like giving out very much karma, I've only got 2 points from this thread >.<
pokey2 is offline  
Reply


Similar Threads Similar Threads
is there an auto attacker
07/02/2007 - World of Warcraft - 0 Replies
hi iam new to this game an almost every thread i see i notice is not in english so i dont know if there is an auto attacker or not. i have searched and not been able to find one can any please tell me if there is one for this game
auto attacker
05/02/2006 - Conquer Online 2 - 16 Replies
is there a way.....where we can make 'a' program to right click on a monster thats in a certain area like say i was in the tombat cave.....im sittin on that little thing where u cant get hit.....is there a program that i can use to attack them while im afk? if somebody could just tell me a site or something that would be great..... thx, EvUl



All times are GMT +2. The time now is 15:48.


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.