Register for your free account! | Forgot your password?

You last visited: Today at 07:27

  • 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 09/28/2009, 08:17   #106
 
elite*gold: 0
Join Date: Sep 2009
Posts: 1
Received Thanks: 0
i dont really understand about the pixelsearch.. can you simplify it a little bit more? can i chat with you with msn? thanks
hotlinkz is offline  
Old 09/28/2009, 11:21   #107
 
elite*gold: 0
Join Date: Dec 2007
Posts: 77
Received Thanks: 22
could you guys help me edit this cript ( or someone give me a link for bot) that my char would stand in 1 spot=not move. just choose mobs, atk, heal and whatever it does now.
c33d is offline  
Old 12/07/2009, 04:23   #108
 
elite*gold: 0
Join Date: Sep 2009
Posts: 1
Received Thanks: 0
What is the pixel bot I am Brazilian use the google translator to talk with you
ShinatoDark is offline  
Old 12/08/2009, 08:17   #109
 
AutoItDude's Avatar
 
elite*gold: 0
Join Date: Oct 2009
Posts: 93
Received Thanks: 315
you can use my memory functions instead of searching for pixels to select monsters. these are 100 times faster and much more accurate.
You always select what you want, not what seems like something you would like to have selected.


Memory functions to select units:
Code:
Func Bot_SelectUnit($dwUNITID,$dwUNITKIND,$dwUNITID_ADDR=$MEM_ADDR_UNIT_ID,$dwUNITKIND=$MEM_ADDR_UNIT_KIND,$hPROCESS=$hPROC)
	_MemoryWrite($dwUNITID_ADDR,$hPROCESS,$dwUNITID,"DWORD")
	_MemoryWrite($dwUNITKIND_ADDR,$hPROCESS,$dwUNITKIND,"DWORD")
EndFunc   ;==>Bot_SelectUnit

Func Bot_GetUnitID($dwUNITID_ADDR=$MEM_ADDR_UNIT_ID,$hPROCESS=$hPROC)
	Return _MemoryRead($dwUNITID_ADDR,$hPROCESS,"DWORD")
EndFunc   ;==>Bot_GetUnitID

Func Bot_GetUnitKIND($dwUNITKIND_ADDR=$MEM_ADDR_UNIT_KIND,$hPROCESS=$hPROC)
	Return _MemoryRead($dwUNITKIND_ADDR,$hPROCESS,"DWORD")
EndFunc   ;==>Bot_GetUnitKIND
UnitKIND types:
Code:
0x00	MONSTER
0x01	PLAYER
0x02	YOUR CHARACTER
0x03	NOTHING SELECTED
0x04	UNKNOWN
0x05	NPC

Memory UNIT structures for CABAL EU:
Code:
Func Mem_FindStructures()
	$dwBASEADDR	=_MemoryRead(0x0040373E, $hPROC, "DWORD")
	$dwBASEADDR	=_MemoryRead($dwBASEADDR, $hPROC, "DWORD")

	$MEM_ADDR_UNIT_ID	=$dwBASEADDR+0x3E68	; DWORD
	$MEM_ADDR_UNIT_KIND	=$dwBASEADDR+0x3E6C	; DWORD
EndFunc   ;==>Mem_FindStructures
Memory UNIT structures for AsCABAL:
Code:
Func Mem_FindStructures()
	$dwBASEADDR	=_MemoryRead(0x00842070,$hPROC,"DWORD")

	$MEM_ADDR_UNIT_ID	=$dwBASEADDR+0x2D94	; DWORD
	$MEM_ADDR_UNIT_KIND 	=$dwBASEADDR+0x2D98	; DWORD
EndFunc   ;==>Mem_FindStructures
If you don't know how to use my functions it means you're not suposed to be using it. have fun
AutoItDude is offline  
Old 07/31/2011, 09:30   #110
 
elite*gold: 0
Join Date: Jul 2011
Posts: 19
Received Thanks: 2
i really need help i tried it another way and i just stand there here is my script but when i start the bot it says its paused....how do i fix this

While 1
WinActivate ("CABAL")
$SearchResult = PixelSearch(135, 25, 151, 43, 0X433F3D, 10, 1)
If Not @error Then
Send ("{6}")
EndIf
$coor = PixelSearch( 100, 100, 1024, 718, 0XA7C542, 50, 2)
IF NOT @ERROR Then
MouseMove($coor[0],$coor[1],0)
MouseClick("left",$coor[0],$coor[1])
Sleep (200)
EndIf
Send("{right 4}")
Send("1")
Sleep("900")
Send("2")
Sleep("900")
Send("3")
Sleep("900")
Send("4")
Sleep("600")
Send("{space}")
Send("{right 4}")
Send("{space}")
Send("{right 4}")
WEnd
7cxcztut is offline  
Old 08/02/2011, 07:45   #111
 
elite*gold: 0
Join Date: Jul 2011
Posts: 19
Received Thanks: 2
"If you don't know how to use my functions it means you're not suposed to be using it. have fun "

"If you don't know how to use my functions it means you're not suposed to be using it. have fun "
thats being a real ******* to those who dnt know how to use it be of some service an assist those who ask plz nd dont take offence to this comment
7cxcztut is offline  
Old 08/02/2011, 09:55   #112
 
ExO-HaCkZ's Avatar
 
elite*gold: 0
Join Date: Mar 2009
Posts: 13
Received Thanks: 22
Quote:
Originally Posted by 7cxcztut View Post
i really need help i tried it another way and i just stand there here is my script but when i start the bot it says its paused....how do i fix this

While 1
WinActivate ("CABAL")
$SearchResult = PixelSearch(135, 25, 151, 43, 0X433F3D, 10, 1)
If Not @error Then
Send ("{6}")
EndIf
$coor = PixelSearch( 100, 100, 1024, 718, 0XA7C542, 50, 2)
IF NOT @ERROR Then
MouseMove($coor[0],$coor[1],0)
MouseClick("left",$coor[0],$coor[1])
Sleep (200)
EndIf
Send("{right 4}")
Send("1")
Sleep("900")
Send("2")
Sleep("900")
Send("3")
Sleep("900")
Send("4")
Sleep("600")
Send("{space}")
Send("{right 4}")
Send("{space}")
Send("{right 4}")
WEnd
what resolution do you use in your client? window mode or fullscreen? resolution used by your system (ex. 1024x768 and higher if using LCD)?
ExO-HaCkZ is offline  
Old 08/06/2011, 21:04   #113
 
elite*gold: 0
Join Date: Jul 2011
Posts: 19
Received Thanks: 2
Quote:
Originally Posted by ExO-HaCkZ View Post
what resolution do you use in your client? window mode or fullscreen? resolution used by your system (ex. 1024x768 and higher if using LCD)?
im using window mode...im not sure if i need a bypass cuz it doesnt boot me wen i pull up autoit
also i did the pixel thing from a screenshot its impossible to get it from the game, cuz i put the marker over various items and still nothing else than 0x000000
7cxcztut 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 +1. The time now is 07:27.


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.