Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Kal Online
You last visited: Today at 05:14

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

Advertisement



United Kal/League of Kal

Discussion on United Kal/League of Kal within the Kal Online forum part of the MMORPGs category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Oct 2009
Posts: 129
Received Thanks: 15
Exclamation United Kal/League of Kal

schnell ne frage am rande.
warum funzt timos splashbot auf dem server nicht?
gibt es alternativen mit denen man trotz aktiviertem splashbot doch noch in facebook gammeln kann (sprich kal nur im Hintergrund läuft und trotzdem weitersplasht )
MFG bjoern
bjoernsprock is offline  
Old 12/20/2011, 18:42   #2
 
MyFreedom's Avatar
 
elite*gold: 0
Join Date: Jan 2011
Posts: 238
Received Thanks: 23
Post

Quote:
Originally Posted by bjoernsprock View Post
schnell ne frage am rande.
warum funzt timos splashbot auf dem server nicht?
gibt es alternativen mit denen man trotz aktiviertem splashbot doch noch in facebook gammeln kann (sprich kal nur im Hintergrund läuft und trotzdem weitersplasht )
MFG bjoern

u just speak to germans ?

so let Germans help you
MyFreedom is offline  
Old 12/20/2011, 20:58   #3
 
dinozof's Avatar
 
elite*gold: 0
Join Date: Apr 2007
Posts: 190
Received Thanks: 55
Quote:
Originally Posted by bjoernsprock View Post
schnell ne frage am rande.
warum funzt timos splashbot auf dem server nicht?
gibt es alternativen mit denen man trotz aktiviertem splashbot doch noch in facebook gammeln kann (sprich kal nur im Hintergrund läuft und trotzdem weitersplasht )
MFG bjoern
auf LoK funz schon und zwar so:
Const $handle = ControlGetHandle("UnitedMMO - Legend of Kal V2", "", "")

Gruß
dinozof is offline  
Old 12/20/2011, 22:27   #4
 
elite*gold: 0
Join Date: Oct 2009
Posts: 129
Received Thanks: 15
das heißt für mich genau ?
php ist nicht so meins.
wie ist das anzuwenden ?
danke =D
bjoernsprock is offline  
Old 12/21/2011, 01:27   #5
 
elite*gold: 0
Join Date: Mar 2008
Posts: 283
Received Thanks: 92
php?....
kamember is offline  
Old 12/21/2011, 11:26   #6
 
dinozof's Avatar
 
elite*gold: 0
Join Date: Apr 2007
Posts: 190
Received Thanks: 55
Quote:
Originally Posted by bjoernsprock View Post
das heißt für mich genau ?
php ist nicht so meins.
wie ist das anzuwenden ?
danke =D
Timo's Splashybot ist in Autoit programmiert. Das Programm sendet Keys/MouseClicks nur an ein bestimmtes Fenster(bzw. Kalonline). Wenn du auch seine SOURCE hast (click auf sein SPOILER) musst du sie verändern damit "ControlSend" auch richtig funktioniert. Z.B. für HiddenKal musst du:
statt Const $handle = ControlGetHandle("KalOnline", "", "") verändere in
Const $handle = ControlGetHandle("HiddenKal", "", ""), compile oder lass es mit Autoit laufen. Dadurch sendet dein AFK-Splashy-Progg die Taste 0 ( wenn du splashy auf 0 hast) nur an HiddenKal. Funzt nur auf Vista/7 und nicht auf XP aber das weisst du schon.
Mit :"United Kal/League of Kal" meinst du vielleicht Legend of Kal v2?

Ciao
dinozof is offline  
Old 12/21/2011, 16:01   #7
 
elite*gold: 0
Join Date: Oct 2009
Posts: 129
Received Thanks: 15
ja das mein ich, also Legend of Kal v2
kleines tut->
sprich schritt für schritt wäre echt nett =D

also wie verändere ich die source von dem bot. muss ich den bot mit autoit öffnen ?

gott wie komme ich über den splasbot an den code dran
also über welches programm um dann die engine.exe in ControlGetHandle("KalOnline" umzuschreiben

Quote:
GUICreate("Warten", 156, 55, 264, 195)
GUICtrlCreateLabel("Warte bis Kal gestartet wird", 8, 16, 133, 17)
GUISetState(@SW_SHOW)
While Not ProcessExists("engine.exe")
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
EndSwitch
Sleep(20)
WEnd
GUISetState(@SW_HIDE)
GUIDelete()

Global $ur[1],$off[3],$add[4],$sta[4],$was[3],$P
Const $handle = ControlGetHandle("KalOnline", "", "")
Global $splash = IniReadSection("config.ini", "KalBot")
Global $revive = IniReadSection("config.ini", "Revive")
Global $scroll = IniReadSection("config.ini", "Scroll")
$ur[0] = IniRead("config.ini", "Memory", "Pointer Char", "0x006F3840")
$off[2] = IniRead("config.ini", "Memory", "Health Offset", "0x46AC")
$add[1] = IniRead("config.ini", "Memory", "Health Addresse", "0x0070EB34")
$add[2] = IniRead("config.ini", "Memory", "Max Mana Addresse", "0x0070EB38")
$add[3] = IniRead("config.ini", "Memory", "Mana Addresse", "0x0070EB30")
$Open = _memoryopen(ProcessExists("engine.exe"))

While 1
sleep (100)
Wend

Func _pot1()
Opt("SendKeyDownDelay", 1)
$Point = _memoryread($ur[0], $Open, 'dword')
$30 = "0x" & Hex($Point + $off[2])
$was[2] = _MemoryRead($30, $Open, 'dword')
$sta[3] = _MemoryRead($add[3], $Open, 'dword')
If $was[2] = 0 Then ;Leben = 0
_tod()
ElseIf $sta[2] - $sta[3] >= $splash[5][1] Or $sta[3] <= 60 Then ;Mana
ControlSend("KalOnline","",$handle, $splash[2][1])
ElseIf $sta[1] - $was[2] >= $sta[1] * 0.8 Then ;kritische Leben (20%)
ControlSend("KalOnline","",$handle, $splash[3][1])
ToolTip("HP low",0,0)
ElseIf $sta[1] - $was[2] >= $splash[4][1] Then ;Health
ControlSend("KalOnline","",$handle, $splash[3][1])
ToolTip("Splash",0,0)
EndIf
EndFunc ;==>_pot1

Func _splash()
If $scroll[1][1] = 1 Then AdlibRegister("Scroll",$scroll[3][1])
HotKeySet("{F6}", "_Terminate")
ToolTip("Splash",0,0)
$P = 1
Opt("SendKeyDownDelay", 1)
For $i = 1 To 2 ;mana + hp max
$sta[$i] = _MemoryRead($add[$i], $Open, 'dword')
Next
While $P = 1
sleep(150)
ControlSend("KalOnline","",$handle, $splash[1][1])
ControlClick("KalOnline","",$handle,"right",1,1,20 0)
Call("_pot1")
WEnd
EndFunc ;==>_splash

Func _tod()
ToolTip("Dead",0,0)
If $Revive[1][1] = 1 Then Beep(2000,500)
If $Revive[2][1] = 1 Then
Sleep($Revive[4][1])
ControlSend("KalOnline","",$handle, $Revive[3][1])
Sleep(500)
_pot1()
_splash()
Else
_Terminate()
EndIf
EndFunc

Func Scroll()
ControlSend("KalOnline","",$handle,$scroll[2][1])
EndFunc


Func _Terminate()
AdlibUnRegister("Scroll")
HotKeySet("{F6}", "_splash")
ToolTip("",0,0)
$P = 0
EndFunc ;==>_Terminate

Func _ende()
Exit
EndFunc
bjoernsprock is offline  
Old 12/21/2011, 23:28   #8
 
dinozof's Avatar
 
elite*gold: 0
Join Date: Apr 2007
Posts: 190
Received Thanks: 55
so:
GUICreate("Warten", 156, 55, 264, 195)
GUICtrlCreateLabel("Warte bis Kal gestartet wird", 8, 16, 133, 17)
GUISetState(@SW_SHOW)
While Not ProcessExists("engine.exe")
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
EndSwitch
Sleep(20)
WEnd
GUISetState(@SW_HIDE)
GUIDelete()
Global $ur[1],$off[3],$add[4],$sta[4],$was[3],$P
Const $handle = ControlGetHandle("UnitedMMO - Legend of Kal V2", "", "")
Global $splash = IniReadSection("config.ini", "KalBot")
Global $revive = IniReadSection("config.ini", "Revive")
Global $scroll = IniReadSection("config.ini", "Scroll")
$ur[0] = IniRead("config.ini", "Memory", "Pointer Char", "0x006F3840")
$off[2] = IniRead("config.ini", "Memory", "Health Offset", "0x46AC")
$add[1] = IniRead("config.ini", "Memory", "Health Addresse", "0x0070EB34")
$add[2] = IniRead("config.ini", "Memory", "Max Mana Addresse", "0x0070EB38")
$add[3] = IniRead("config.ini", "Memory", "Mana Addresse", "0x0070EB30")
$Open = _memoryopen(ProcessExists("engine.exe"))
While 1
sleep (100)
Wend
Func _pot1()
Opt("SendKeyDownDelay", 1)
$Point = _memoryread($ur[0], $Open, 'dword')
$30 = "0x" & Hex($Point + $off[2])
$was[2] = _MemoryRead($30, $Open, 'dword')
$sta[3] = _MemoryRead($add[3], $Open, 'dword')
If $was[2] = 0 Then ;Leben = 0
_tod()
ElseIf $sta[2] - $sta[3] >= $splash[5][1] Or $sta[3] <= 60 Then ;Mana
ControlSend("UnitedMMO - Legend of Kal V2","",$handle, $splash[2][1])
ElseIf $sta[1] - $was[2] >= $sta[1] * 0.8 Then ;kritische Leben (20%)
ControlSend("UnitedMMO - Legend of Kal V2","",$handle, $splash[3][1])
ToolTip("HP low",0,0)
ElseIf $sta[1] - $was[2] >= $splash[4][1] Then ;Health
ControlSend("UnitedMMO - Legend of Kal V2","",$handle, $splash[3][1])
ToolTip("Splash",0,0)
EndIf
EndFunc ;==>_pot1
Func _splash()
If $scroll[1][1] = 1 Then AdlibRegister("Scroll",$scroll[3][1])
HotKeySet("{F6}", "_Terminate")
ToolTip("Splash",0,0)
$P = 1
Opt("SendKeyDownDelay", 1)
For $i = 1 To 2 ;mana + hp max
$sta[$i] = _MemoryRead($add[$i], $Open, 'dword')
Next
While $P = 1
sleep(150)
ControlSend("UnitedMMO - Legend of Kal V2","",$handle, $splash[1][1])
ControlClick("UnitedMMO - Legend of Kal V2","",$handle,"right",1,1,20 0)
Call("_pot1")
WEnd
EndFunc ;==>_splash
Func _tod()
ToolTip("Dead",0,0)
If $Revive[1][1] = 1 Then Beep(2000,500)
If $Revive[2][1] = 1 Then
Sleep($Revive[4][1])
ControlSend("UnitedMMO - Legend of Kal V2","",$handle, $Revive[3][1])
Sleep(500)
_pot1()
_splash()
Else
_Terminate()
EndIf
EndFunc
Func Scroll()
ControlSend("UnitedMMO - Legend of Kal V2","",$handle,$scroll[2][1])
EndFunc
Func _Terminate()
AdlibUnRegister("Scroll")
HotKeySet("{F6}", "_splash")
ToolTip("",0,0)
$P = 0
EndFunc ;==>_Terminate
Func _ende()
Exit
EndFunc
dinozof is offline  
Reply


Similar Threads Similar Threads
United-Sponsor
07/27/2011 - Main - 1 Replies
Hi, Ihr seid auf der Suche nach einem Sponsor für einen Server, oder sind sie ein Sponsor der einen Server sponsoren will?? Dann sind sie genau bei United-Sponsor Hier ist der Treffpunkt für Sponsoren und Sponsoren-Suchenden!! Einfach anmelden und Bewerben!!
help united
05/21/2011 - Metin2 Private Server - 3 Replies
hi im looking for metin2 united hack ;) any 1 helpp plz
United Mt2
12/28/2010 - Metin2 Private Server - 1 Replies
Plz guys ,you have any hacks for united mt2??? I Search ....But...Nothing!



All times are GMT +2. The time now is 05:14.


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.