Heldengeister BOT *KOSTENLOS

11/24/2013 16:34 blackwing36#91
Hallo ,
danke für die neuen Scripte ... ich schließe mich da ' Ol4fff ' gerne an .. bin auch Script Neuling .. und würde mich über die neuen Quelltext Scripte freuen.

ich probiere grade das mann nur ein Script für faun / irise braucht.

Gruß Blackwing
11/24/2013 16:57 Vegeta17#92
Code:
#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_Compile_Both=y
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
; Drücke Esc um das Script zu beenden, Pause um es zu pausieren

Global $Paused, $vab, $countdown = 0
HotKeySet("p", "TogglePause")
HotKeySet("{ESC}", "Terminate")
HotKeySet("+!d", "ShowMessage") ;Shift-Alt-d

;;;; Hier ist der Hauptteil des Programms ;;;;
;$Variabel = InputBox("Login", "Username:")
;$Variabe2 = InputBox("Login", "Passwort:")
;MsgBox(0, "Login", "Hallo " & $Variabel & " Sie haben sich erfolgreich eingeloggt!")
$size_y= 900
$size_x= 1500

$abstandx = @DesktopWidth-$size_x
$abstandy = @DesktopHeight-$size_y
;~ 75 x 90

 $mob_x = (65 + ($abstandx/2))
 $mob_y = (84 + ($abstandy/2))

 $mob_x2 = (1323 + ($abstandx/2))

 $mob_y2 = (776 + ($abstandy/2))

$cccount = 0

Func search_Mob()
	$varc = 0
 	 $search = PixelSearch( $mob_x, $mob_y, $mob_x2, $mob_y2, 0xFF0004 )
	 $cccount = $cccount + 1

    If IsArray($search) Then
		$cccount = 0
		ToolTip("")
        MouseMove($search[0]+33, $search[1]+60, 1)
		$search2 = PixelSearch( $search[0], $search[1], $search[0]+100, $search[1]+100, 0xD8D0C8 )
		If IsArray($search2) Then
			MouseClick("left")
			sleep(2000)
			$varc=1
		EndIf
		ConsoleWrite("Sucht Pixel")
;~ 			nicht ein monster angreifen was bereits angegriffen wird

		$search_loot = PixelSearch( 556 + ($abstandx/2), 685  + ($abstandy/2), 638 + ($abstandx/2) , 728 + ($abstandy/2), 0x030303 )
		If IsArray($search_loot) Then
			ConsoleWrite('Monster angeclickt')
			sleep(5000)
			$vab = "kampf"
		Else
				if($varc == 1) Then
					$sToolTip = ToolTip("BLOCK " & @CRLF & "BLOCK"  & @CRLF & "BLOCK", $search[0]-20, $search[1]-20, 'Copyright by Vegeta17')
					MouseMove(400, 400, 1)
					WinSetOnTop('hallo','',1)
				EndIf
		EndIf
	Else
;~  		Portal()
;~  		sleep(1000)
					ConsoleWrite($varc)

	EndIf
	if($cccount > 100) Then
			MouseMove(1498-90+($abstandx/2), 190-75+($abstandy/2), 1)
			MouseClick("left")
			sleep(500)
			MouseMove(529-90+($abstandx/2), 700-75+($abstandy/2), 1)
			MouseClick("left")
			sleep(500)
			MouseMove(488-90+($abstandx/2), 159-75+($abstandy/2), 1)
			MouseClick("left")
			$cccount=0
	Endif

	Return $vab;

EndFunc


Func kampf()
;~ 	Kampf funktion
	ConsoleWrite('Lädt Kampf')
		$countdown = $countdown + 1
		$search_kampf = PixelSearch( 515+($abstandx/2), 785+($abstandy/2), 980+($abstandx/2), 845+($abstandy/2), 0x080807 )
		If IsArray($search_kampf) Then
			 Send("{1}")
			 Send("{2}")
			 Send("{up}")
			 Send("{down}")
			 Send("{left}")
			 Send("{right}")
		$end_kampf = PixelSearch( 113+($abstandx/2), 165-75+($abstandy/2), 362-90+($abstandx/2), 177-75+($abstandy/2), 0x800303 )
		If IsArray($end_kampf) Then
			$vab = false
			$countdown = 0
		Endif


		Elseif $countdown > 5 Then
;~ 			nicht kampf
			$vab = false;
			$countdown = 0

			ConsoleWrite('Nicht im kampf');
		EndIf
		Return $vab;
EndFunc
Func Portal()
	;~ 		Wenn ein ausgang gesehen wird in gegengestzter richtung drücken
		$search = PixelSearch( 415-90+($abstandx/2), 180-75+($abstandy/2), 1350-90+($abstandx/2), 918-75+($abstandy/2), 0x070906 )
		If IsArray($search) Then
			$movey=460
			$movex=860
			if($search[0] < 700) Then
				$movex = 1000
			Else
				$movex = 600
			EndIf

			if($search[1] < 300) Then
				$movey = 650
			Else
				$movex = 350
			EndIf


 		MouseMove($movex, $movey, 1)
        MouseClick("left")
	Else
			MouseClick("left",Random(439,1309,1),Random(273,760,1))
			Sleep(1000)
		EndIf
EndFunc
Sleep(5000)
While 1
	Sleep(300)
	If $vab == "kampf" Then
		$vab = kampf();
	Else
 		$vab = search_Mob()
	EndIf
WEnd
;;;;;;;;

Func TogglePause()
$Paused = NOT $Paused
While $Paused
sleep(100)
ToolTip('Script ist pausiert',0,0)

WEnd
ToolTip("")
EndFunc

Func Terminate()
Exit 0
EndFunc

Func ShowMessage()
MsgBox(4096,"","Das ist eine Nachricht.")
EndFunc
11/24/2013 22:20 mohamed_kamel#93
thx Vegeta17 alote its work fine with me but if u can add option to use key num 1&2 in fight it will work faster ty
11/25/2013 08:02 UsualSamuel#94
Quote:
Originally Posted by mohamed_kamel View Post
thx Vegeta17 alote its work fine with me but if u can add option to use key num 1&2 in fight it will work faster ty
New version dont work good. after 100 essences stop hiting mobs.
And at pan area dont work eather
11/25/2013 08:31 ashleggor#95
Quote:
Originally Posted by mohamed_kamel View Post
thx Vegeta17 alote its work fine with me but if u can add option to use key num 1&2 in fight it will work faster ty
You can change it by yourself:

Lines
Code:
Send("{1}")
Send("{2}")
must be exchanged by

Code:
Send("{NUMPAD1}")
Send("{NUMPAD2}")
11/25/2013 15:31 janpata#96
In Ol4fff version it attacks ok, but in vegetas dont. I need cast heal first, and then attack acording rage. I tried with numpad version but no change.

Quote:
Originally Posted by ashleggor View Post
You can change it by yourself:

Lines
Code:
Send("{1}")
Send("{2}")
must be exchanged by

Code:
Send("{NUMPAD1}")
tSend("{NUMPAD2}")
11/25/2013 20:10 mohamed_kamel#97
Quote:
Originally Posted by UsualSamuel View Post
New version dont work good. after 100 essences stop hiting mobs.
And at pan area dont work eather
It work with me for pan & i get 383 Yesterday didn't try iris but it should
try to change this line for pan
PHP Code:
MouseMove($search[0]+30$search[1]+601
to
PHP Code:
MouseMove($search[0]+5$search[1]+601
Quote:
Originally Posted by ashleggor View Post
You can change it by yourself:

Lines
Code:
Send("{1}")
Send("{2}")
must be exchanged by

Code:
Send("{NUMPAD1}")
Send("{NUMPAD2}")
It is work without change like 1 from 15 and same with change i think the problem is how the code know that hero in fight & i try it with 1366*768 it work & 1680x1050 same Results

vegeta
how i get this coordinates

PHP Code:
$search_kampf PixelSearch515+($abstandx/2), 785+($abstandy/2), 980+($abstandx/2), 845+($abstandy/2), 0x080807 
PHP Code:
$end_kampf PixelSearch113+($abstandx/2), 165-75+($abstandy/2), 362-90+($abstandx/2), 177-75+($abstandy/2), 0x800303 
PHP Code:
$search_loot PixelSearch556 + ($abstandx/2), 685  + ($abstandy/2), 638 + ($abstandx/2) , 728 + ($abstandy/2), 0x030303 
11/25/2013 21:47 Ol4fff#98
Danke an Vegeta für dieses geniale Skript.
Ich habe bei mir noch ne Routine eingebaut, dass mein Char prüft ob er in Himmelsburg steht und dann zur Faun-Area wandert, aber das sind ja Kleinigkeiten.
Danke Danke Danke.

Eine Sache wäre trotzdem noch. Hast Du das ganze evtl auch für 1366x768?
Ich habe versucht das ganze bissl umzubauen fürn Laptop und es läuft auch, aber seitdem läuft mein Char immer weiter nach oben und bleibt dann irgendwann in einer Ecke.
Wenn da noch was hinbekommst, wär das der Knaller. Habe zwar bissl umberechnet, damit die Koordinaten in etwa passen, aber einiges ist da noch nicht richtig.
Wäre nett, wenn Du da für die besagte Auflösung was in petto hättest.

@mohamed_kamel
For 1366x768 vegetas script is not running good, because the searching-area-rectangle dont fit for the searching routine and so its inefficient.
11/25/2013 21:53 puffpuffdragon#99
The new one seems to work better, i just need to get new coords for my 1366x768 laptop, specially for the portal and autobattle func.

.
11/25/2013 22:57 Vamp1983#100
Anyone Has an Working Script For Koram English Warune Servers ? :(

Need it sooooo Bad

tryed this Scripts but always only the hand goes over the sylphs but not click them :(
And its call me Block Block Block
But the sylphs are not infight

Would be nice if someone can help me
Greets
11/25/2013 23:05 ashleggor#101
Quote:
Originally Posted by Vamp1983 View Post
Anyone Has an Working Script For Koram English Warune Servers ? :(

Need it sooooo Bad

Would be nice if someone can help me
Greets
There are ten pages of discussion and script code and also some explanation in english. You guys should start reading and not "Jesus there are 10!!!!!!!111111eleven pages. Don't want to read. I'll create an account and ask for the script again". Read and follow the instructions and THEN when there are still questions left and things you don't understand ask your questions. We are likely helping everyone as good as we can and our knowledge allows us to do so but we are not some jesters who will bring you the stuff to your doors again and again. Thank you very much for your understanding.

To answer your question anyway: Page 1 has the starting script on it and on page 10 there should be the new one.
11/25/2013 23:31 Vamp1983#102
Yes there are ten Pages ... And i Tryed everything

-.- But im So sorry that you Feel Piss.ed about a Question .... Dont answer if you not have anything or get bored about a freaking Question ...
Sorry that your Life is now 3 minutes shorter ...

And next time if you Quote anything do it right or let it be ... little troll

And i used Google translate for every freaking German Post and i Dont understand -.-
So whats the Problem ?
11/25/2013 23:53 kategorie88#103
Ok Vamp, calm down please. I know Google Translate can be tricky sometimes. After installing Autoit you have to modifed the Script for your personal display resolution.

And when the Hands turn over the Sylphs and didn´t klick u must increase or decrease the the pixel in the $searchmob- function e.g.

Code:
Func search_Mob()
$search = PixelSearch( 295, 110, 1115, 625, 0xFF0004 )
If IsArray($search) Then
  MouseMove($search[0]+20, $search[1]+80, 1)
to

Code:
Func search_Mob()
$search = PixelSearch( 295, 110, 1115, 625, 0xFF0004 )
If IsArray($search) Then
  MouseMove($search[0], $search[1]+80, 1)
After this the scripts can works fine

By the way i use the Script from Ol4fff founded on site 4
11/26/2013 02:08 mohamed_kamel#104
Quote:
Originally Posted by Ol4fff View Post
@mohamed_kamel
For 1366x768 vegetas script is not running good, because the searching-area-rectangle dont fit for the searching routine and so its inefficient.
its work fine with me i get same result for 1366x768 & 1980*1050 & 1680*1050 same Performance same Errors
11/26/2013 08:25 Vamp1983#105
looks like im to stupid -.-

same problem as b4 the courser jump to the sylphs or close to the Sylph but not click on them -.-

after setting it up to this the courser is right over the Sylph but not click them and bring them to battle -.-

PHP Code:
Func search_Mob()
$search PixelSearch29511011156250xFF0004 )
If 
IsArray($searchThen
  MouseMove
($search[0]+33$search[1]+651)
  
MouseClick("left")
  
sleep(3000) ;kann auch verkürzt werden wenn nötig
  ConsoleWrite
("Sucht Pixel"