Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Cabal Online > Cabal Private Server
You last visited: Today at 11:45

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

Advertisement



Usefull hacks for cabal fun server(Hamachi)

Discussion on Usefull hacks for cabal fun server(Hamachi) within the Cabal Private Server forum part of the Cabal Online category.

Reply
 
Old   #1


 
.Law.'s Avatar
 
elite*gold: 30
Join Date: Apr 2008
Posts: 2,956
Received Thanks: 1,771
Usefull hacks for cabal fun server(Hamachi)

Ok I said im gonna post the pointer save file but that would be just 2 easy for u ppl to leech off..So here are some easy ones...
CTRL+ALT+SHIFT commands,how to use,keep CTRL+ALT+SHIFT pressed followed by these keys..
Insert =Increase runspeed
Delete = Decrease runspeed
Home = No CD plus no Cast time
End = Disables above
Page down = Toggles Skill FX on/off
/(numpad) = Increases attack range
*(numpad) = Decreases attack range
-(numpad) = Decrease attack reach
+(numpad) = Increase attack reach

No delay hack(This adress combined with the no cooldown allows you to cast skills x50 faster,its all about ut casting speed,I used Chromes auto-click with 0.1 sec delay between clicks to cast skills from hotkey ,you can do the same.)
1 Search 1 in Byte
2 Dance,and Search 0
3 Repeat 1-2 untill u find like 10 adresses
4 Lock the desired one at 1

Party hack(This hack is usefull,bcuz you can use ur party buffs ,fury shout,morale shout,etc without beeing in a party,thus making you stronger)
1 Party someone and search 2
2 Leave and search 0
3 Repeat 1-3 untill u found a green adress,that is statick and you can add it to a save file bcuz it will work everytime.
4 Lock it ad 2,use ur buffs...

Use scan range 0000000-1000000 for less results and faster search

CT file,use lvl hack to smart edit it


Static addy's(wont change)
00C60AA0 range
00c60aa4 aoe
00C2D6D8 gm addy,lock it at 2
Code:
#NoTrayIcon
#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_Icon=..\xxx\icon.ico
#AutoIt3Wrapper_Outfile=Clicker.exe
#AutoIt3Wrapper_Res_Comment=Clicks as much as you want.
#AutoIt3Wrapper_Res_Description=Clicker
#AutoIt3Wrapper_Res_Fileversion=1.8
#AutoIt3Wrapper_Res_LegalCopyright=Chrome
#AutoIt3Wrapper_Res_Language=1031
#AutoIt3Wrapper_Res_Field=Mady by|Chrome
#AutoIt3Wrapper_Au3Check_Stop_OnWarning=y
#AutoIt3Wrapper_Run_Tidy=y
#AutoIt3Wrapper_Tidy_Stop_OnError=n
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>

#Region ### START Koda GUI section ### Form=c:\xxx\clicker.kxf
$box = GUICreate("Clicker", 203, 50, 193, 125)
GUISetCursor(3)
GUISetBkColor(0x000000)
$startleft = GUICtrlCreateButton("Left", 0, 0, 57, 25, 0)
GUICtrlSetFont(-1, 12, 400, 0, "Base 05")
GUICtrlSetCursor(-1, 3)
$startshop = GUICtrlCreateButton("Shop", 0, 24, 57, 25, 0)
GUICtrlSetFont(-1, 12, 400, 0, "Base 05")
GUICtrlSetCursor(-1, 3)
$startright = GUICtrlCreateButton("Right", 56, 0, 65, 25, 0)
GUICtrlSetFont(-1, 12, 400, 0, "Base 05")
GUICtrlSetCursor(-1, 3)
$glory = GUICtrlCreateButton("Glory", 56, 24, 65, 25, 0)
GUICtrlSetFont(-1, 12, 400, 0, "Base 05")
GUICtrlSetCursor(-1, 3)
$credits = GUICtrlCreateButton("Credits", 120, 24, 81, 25, 0)
GUICtrlSetFont(-1, 12, 400, 0, "Base 05")
GUICtrlSetCursor(-1, 3)
$input1 = GUICtrlCreateInput("100000", 120, -8, 81, 33)
GUICtrlSetFont(-1, 12, 800, 0, "Base 05")
GUICtrlSetCursor(-1, 3)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
GUISetIcon("\cabal.exe")
GUISetCursor(3)
GUISetBkColor(0x000000)
$g_szVersion = "ClickScript"
If WinExists($g_szVersion) Then Exit
AutoItWinSetTitle($g_szVersion)
HotKeySet("^!x", "HotkeyExit")
HotKeySet("^!c", "HotkeyEnde")
$inp = 0

While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
EndSwitch
If $nMsg = $startleft Then
$i = 0
$inp = GUICtrlRead($input1)
If Not IsDeclared("sToolTipAnswer") Then Local $sToolTipAnswer
If $inp >= 1 Then
Do
Sleep(300)
MouseClick("left")
$i = $i + 1
$sToolTipAnswer = ToolTip("" & $i & "", 500, 500, "Clicks:", 0, 0)
Until $i = $inp
$sToolTipAnswer = ToolTip("Fertig: " & $i & "", 500, 500, "Clicks:", 0, 0)
EndIf
EndIf
If $nMsg = $startright Then
$i = 0
$inp = GUICtrlRead($input1)
If Not IsDeclared("sToolTipAnswer") Then Local $sToolTipAnswer
If $inp >= 1 Then
Do
Sleep(300)
MouseClick("right")
$i = $i + 1
$sToolTipAnswer = ToolTip("" & $i & "", 500, 500, "Clicks:", 0, 0)
Until $i = $inp
$sToolTipAnswer = ToolTip("Fertig: " & $i & "", 500, 500, "Clicks:", 0, 0)
EndIf
EndIf

If $nMsg = $startshop Then
$j = 0
$inp = GUICtrlRead($input1)
If Not IsDeclared("sToolTipAnswer") Then Local $sToolTipAnswer
Do
$coord1 = PixelSearch(490, 280, 700, 580, 0x4F0303)
If Not @error Then
Sleep(1000)
MouseClick("left", $coord1[0], $coord1[1])
EndIf
Sleep(400)
$coord2 = PixelSearch(447, 550, 700, 580, 0xEEEEEE)
If Not @error Then
Sleep(1500)
MouseClick("left", $coord2[0], $coord2[1])
$sToolTipAnswer = ToolTip("Fertig: " & $j & "", 500, 500, "Items:", 0, 0)
EndIf
$j = $j + 1
Until $j = $inp
$sToolTipAnswer = ToolTip("Fertig: " & $j & "", 500, 500, "Items:", 0, 0)
EndIf

If $nMsg = $glory Then
$j = 0
$inp = GUICtrlRead($input1)
If Not IsDeclared("sToolTipAnswer") Then Local $sToolTipAnswer
Do
$coord3 = PixelSearch(800, 340, 1020, 560, 0xE3DFA4)
;$coord3 = PixelSearch(800, 340, 1020, 560, 0xE2E2E2) ;potion
If Not @error Then
Sleep(200)
MouseClick("right", $coord3[0], $coord3[1])
EndIf
;$coord4 = PixelSearch(385, 280, 685, 320, 0x020204)
$coord4 = PixelSearch(385, 280, 685, 320, 0xC7C7C7) ;yes
If Not @error Then
Sleep(50)
MouseClick("left", $coord4[0], $coord4[1])
Send("I")
Send("I")
$sToolTipAnswer = ToolTip("" & $j & "", 500, 500, "Pots:", 0, 0)
EndIf
Sleep(1500)
$j = $j + 1
Until $j = $inp
EndIf

If $nMsg = $credits Then
MsgBox(0, "Clicker", " ##################" & @CRLF & " # This Program Clicks #" & @CRLF & " # As Much As You Want #" & @CRLF & " ##################" & @CRLF & " # (c) Chrome 2008 #" & @CRLF & " ##################")
EndIf
WEnd
Func HotkeyExit()
Exit
EndFunc ;==>HotkeyExit
Func HotkeyEnde()
$j = $inp
$i = $inp
EndFunc ;==>HotkeyEnde
Chromes autoclicker code with faster sleeptime on clicks,compile it in auto-it.
Hope you like it ,har har
.Law. is offline  
Thanks
2 Users
Old 05/15/2009, 19:30   #2
 
free4meis's Avatar
 
elite*gold: 0
Join Date: Jun 2008
Posts: 62
Received Thanks: 3
May i ask smthing,when i use Aoe hack,its hit all the mob but it only a miss hit,and for No delay..It doesnt work.I really need your help on tis
free4meis is offline  
Old 05/15/2009, 19:40   #3


 
.Law.'s Avatar
 
elite*gold: 30
Join Date: Apr 2008
Posts: 2,956
Received Thanks: 1,771
keep searching,no delay adress has 570 as ending bytes....look for a adress with XXXX570 ,aoe misses after a while ,its coded into tha game,not my foult..keep it at 15 ,range too..
.Law. is offline  
Reply


Similar Threads Similar Threads
Cabal P Server Hamachi?
08/20/2010 - Cabal Private Server - 0 Replies
Hallo, ich suche schon seit langem ein Cabal P Server. Aber der über Hamachi läuft! Wäre cool wenn mich jemand pnt mit einem offenen Server. Suche auch einen deutschen P Server ohne Hamachi. Danke :P
Xtrap Cabal Hack "Update" for Hamachi Cabal Fun Server (Atlantis)
02/02/2010 - Cabal Hacks, Bots, Cheats, Exploits & Macros - 14 Replies
Today the Server got a NEW UPDATE ... "06 July 8:29 PM: New Patch" For all who needs the New Cabal Main.exe wich will work on it, have to Download here : MEGAUPLOAD - The leading online storage and file delivery service ...
Usefull Cabal Bot
02/16/2008 - Cabal Online - 6 Replies
hey guys i was working on it and i found a very nice bot, u can make easyier combos and lvl faster... i got lvl 60+ in one day this is great just extract file in your cabal folder and run it, in game press ctrl + F12 to see the hotkeys! edit by St!gmata: *Link removed* *closed* *Banrequest added*



All times are GMT +1. The time now is 11:46.


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