Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Cabal Online > Cabal Hacks, Bots, Cheats, Exploits & Macros
You last visited: Today at 22:09

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

Advertisement



Cabal Online Working Bot - Super Alpha

Discussion on Cabal Online Working Bot - Super Alpha within the Cabal Hacks, Bots, Cheats, Exploits & Macros forum part of the Cabal Online category.

Closed Thread
 
Old   #1
 
elite*gold: 0
Join Date: Dec 2011
Posts: 13
Received Thanks: 8
Talking Cabal Online Working Bot - Super Alpha

Description:
This Cabal Online bot is simply a "killing" bot it basically attacks everything that is yellow. It has a fun way of getting stuck sometimes so follow the bot with your eyes. This bot is written in Java, and is compiled by Eclipse. This is the safest bot out there, there is no possible way to get noticed using this, except if you get reported or something.

Instructions:
For this bot it is somewhat required that you know a little Java. You need to be able to read code. This project was compiled in Eclipse. I will also give a link to the compiled files. Run Cabal_robot.class if you have the compiled project. If you don't know how to run the compiled classes in Java please use google. I haven't tested the compiled files but the source files work fine when debugging. Try it out and tell me if you like it or not.

The only resolution i have tested is 1600x1200. But if you change the code you should be able to fix it.

Keybindings:
Key 1: Spell / Skill
Key 2: Spell / Skill
Key 3: Spell / Skill
Key 4: Spell / Skill
Key 5: Spell / Skill
Key 6: Spell / Skill
Key 7: Spell / Skill
Key 8: Spell / Skill
Key 9: Spell / Skill
Key 0: Spell / Skill
Num 0: Health Potion - Change this in the options menu of the game.
Attached Files
File Type: zip Cabal_robot.zip (11.1 KB, 181 views)
larssss is offline  
Old 12/22/2011, 04:08   #2
 
elite*gold: 0
Join Date: Oct 2011
Posts: 2
Received Thanks: 0
what are the steps?
jopiet09 is offline  
Old 12/22/2011, 13:02   #3
 
elite*gold: 0
Join Date: Dec 2011
Posts: 13
Received Thanks: 8
Cool

1. Download JDK (Java Development Kit) -
-Install it lol.
2. Download Eclipse for Java -
3. Start Eclipse and import the Project into the workspace - File -> import.
4. You should Turn off all of the effects and blur in Cabal Online, it is recommended that you use the resolution 1600x1200 or you will get the error "Health not found".
5. When your Project is open in Eclipse press the "bug" or the "play" button. Now you have 10 seconds to change to Cabal Online, it is recommended that the game is in fullscreeen switchable.
6. If the game Only heals you, you need to go to the file cap_screen.java and change the height and width varibles, then do a screen capture while in fullscreen and find the X and Y coordinates where your health.java is. Remember that the X variable must be where the health is half or something.

cap_screen.java
Code:
int width = 1600;
int height = 1200;

health.java
Code:
int x = 227;
int y = 20;
7. The only thing it attacks is monsters with Yellow labels, but you can change this if you go to mouse.java and change this.
Code:
              for(int i = 0; i < buf.length; i++){
			int red = (buf[i] & 0x00ff0000) >> 16;
			int green = (buf[i] & 0x0000ff00) >> 8;
			int blue = buf[i] & 0x000000ff;
			
			if((red <= 220 && red >= 200) && (green <= 230 && green >= 210) && (blue <= 30 && blue >= 0)){
				go_to_x = x[i];
				go_to_y = y[i]+100;
				found = true;
				Globals.screen_matching_pixels++;
			}
		}
Tried it out with another resolution and on a sligthly older computer. Might not work on all machines.
If the mouse still wont move, try to run it using a bypass or using dual screen - Two screens connected to one computer.
larssss is offline  
Old 12/22/2011, 14:14   #4



 
Acid's Avatar
 
elite*gold: 6851
The Black Market: 186/0/0
Join Date: Oct 2008
Posts: 52,122
Received Thanks: 11,067


Looks clean, anyone tested it yet?
Acid is offline  
Old 12/22/2011, 14:20   #5
 
T0pCat's Avatar
 
elite*gold: 0
Join Date: Feb 2010
Posts: 268
Received Thanks: 19
on which episode do this work ?
T0pCat is offline  
Old 12/22/2011, 14:28   #6
 
elite*gold: 0
Join Date: Dec 2011
Posts: 13
Received Thanks: 8
The only gameclient i have tested this on is Cabal Online EU. Here is a screenshot. It's just a basic bot that takes pictures of your screen and processes it.



In theory this should work on any "episode".
larssss is offline  
Old 12/22/2011, 19:34   #7
 
elite*gold: 0
Join Date: Mar 2009
Posts: 57
Received Thanks: 8
how to download from your link for ECLIPSE IDE...

which one??
mynamesha is offline  
Old 12/22/2011, 20:31   #8
 
elite*gold: 0
Join Date: Dec 2011
Posts: 13
Received Thanks: 8
Look at the right side of your screen, you will see:
Download Links


Mac OS X(Cocoa 32)
Mac OS X(Cocoa 64)
Linux 32-bit
Linux 64-bit

A bit more user interface has been added. Now a window will open for more control over delays and such.
larssss is offline  
Old 12/23/2011, 02:01   #9
 
elite*gold: 0
Join Date: Aug 2010
Posts: 141
Received Thanks: 5
1024x768 is my preferred resolution, where do I change it and where do i put the cabal bot folder btw?
awawaw12 is offline  
Old 12/23/2011, 02:47   #10
 
elite*gold: 0
Join Date: Dec 2011
Posts: 13
Received Thanks: 8
Where to put your folder, and how to change the resolution.

- The folder location does not really matter, but you have to import the files in to Eclipse for it to be possible to run. - Follow the steps earlier mentioned.
- The way you change the preffered resolution is that you go to cap_screen.java and change the following code:
Code:
int width = 1280;
int height = 720;
But by doing so the auto healing doesn't work correctly because it is set to the 1600 x 1200 resolution. To fix this you need to go to health.java and change the following code:
Code:
int x = 124;
int y = 15;
int width = 130;
int height = 16;
This code means the position of the health bar. It should be within this range. But it might act up because the position is going to be wrong.
The variable for x stands for the position on the x axis where when your health reaches that point it will heal you. And the y variable stands for where the health bar is located on the y axis.

This should work correctly if you change these variables accordingly.
But remember that you probably would need to run a bypass on the game for the bot to work.

But i am working on how to do this more simply...

!!!! UPDATE !!!!!
I fixed the problem with the resolution. You can now select what kind of resolution you want. be warned! The auto heal function may bug out.

larssss is offline  
Old 12/23/2011, 06:59   #11
 
elite*gold: 0
Join Date: May 2011
Posts: 258
Received Thanks: 14
has anyone tested this on NA?
ikillyouall is offline  
Old 12/23/2011, 08:05   #12
 
elite*gold: 0
Join Date: Jul 2009
Posts: 61
Received Thanks: 0
is this working on ph and could somebody teach me how to do this?
zantek190 is offline  
Old 12/23/2011, 10:46   #13
 
elite*gold: 0
Join Date: Mar 2010
Posts: 8
Received Thanks: 0
pls make a video with tutorial instalation and the server where work
blackpumax is offline  
Old 12/23/2011, 11:14   #14
 
elite*gold: 0
Join Date: Jul 2009
Posts: 61
Received Thanks: 0
pls make a video with tutorial instalation and the server where work


up!!!!! make a video! please!!
zantek190 is offline  
Old 12/23/2011, 14:04   #15



 
Acid's Avatar
 
elite*gold: 6851
The Black Market: 186/0/0
Join Date: Oct 2008
Posts: 52,122
Received Thanks: 11,067
New thread:

Next time just tell me to edit the old thread title.

#Closed
Acid is offline  
Closed Thread

Tags
cabal online game bot


Similar Threads Similar Threads
WTS = Cabal Account level 164, Cabal online, Super Günstig !!!
12/20/2011 - Cabal Online Trading - 1 Replies
Verkaufe hier ein Top Account auf dem Server De Merkur alle Charaktere sind lv 100 + Magier lv 111 (kein eq) Magier lv 164 ( main mit sehr gutem eq) Krieger lv 104 ( kein eq) Krieger lv 131 (kein eq) Aerthralritter lv 155 (max craft titan waffen + 24/4 osuim helm) Aerhralschütze lv 112 (kein eq) kommen wir zum main Magier lv 164
NEW PRIVATE SERVER CABAL ONLINE: ALPHA GAMER
08/16/2010 - Cabal Private Server - 17 Replies
NEW PRIVATE SERVER CABAL ONLINE: ALPHA GAMER (Latin Server) http://www.smartpixel.com.ar/alphagamer/cabal/adf oro1.jpg WebSite: http://cabal.alpha-gamer.net Register:http://cabal.alpha-gamer.net Downloads: en la web. Forum: Alpha-Gamer - Desarrollado por vBulletin Opened at: 07/07/09



All times are GMT +2. The time now is 22:09.


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.