|
You last visited: Today at 19:16
Advertisement
Fragen zu NetMax's Prommiertutorial
Discussion on Fragen zu NetMax's Prommiertutorial within the Nostale forum part of the MMORPGs category.
09/15/2009, 14:48
|
#16
|
elite*gold: 20
Join Date: Jan 2009
Posts: 762
Received Thanks: 208
|
Schreib das mal nochmal auf Deutsch und du Englisch besser kannst dann auf Englisch.
|
|
|
09/15/2009, 15:38
|
#17
|
elite*gold: 0
Join Date: Sep 2009
Posts: 11
Received Thanks: 0
|
can u help me how to use nos bots coordinates step by step thx
|
|
|
09/15/2009, 18:24
|
#18
|
elite*gold: 0
Join Date: Oct 2008
Posts: 22
Received Thanks: 2
|
Help pls ich komm nich weiter kann mir denn keiner iwie helfen ich brauch dringend hilfe weil ich doch gern bis anfang nächste woche was gescheites gebastelt haben
mfg g4m3r2763
|
|
|
09/17/2009, 20:06
|
#19
|
elite*gold: 0
Join Date: Oct 2008
Posts: 22
Received Thanks: 2
|
Mich nervt das langsam ich brauch dringend mal ne antwort pls ich kann auch nich ewig warten pls help >.<
gruß g4m3r2763
|
|
|
09/18/2009, 14:51
|
#20
|
elite*gold: 20
Join Date: Feb 2009
Posts: 1,199
Received Thanks: 2,545
|
ANvisiert = 1
Nicht ANvisiert = 0
EInfach mit CE suchen. Ist kein besonderer Trick dabei =)
|
|
|
10/20/2009, 13:48
|
#21
|
elite*gold: 20
Join Date: Apr 2009
Posts: 83
Received Thanks: 10
|
Hallo alle
Ich habe ein paar fragen an euch
Also mein Bot soll einen charackter in einen bestimten gebit immer hin und her gehen lassen nun wollte ich fragen op es Möglich sei den Bot zu sagen er soll dan den charakter zu einer bestimten Cordienate laufen lassen.Wie kann ich so etwas den bot sagen
Dazu soll der Bot unterwegs alles Ankliken was einen Bestimten Farbton hat
frage: Wie finde ich die farbe heraus und wie füge ich sie so ein das er sie so lange anklikt bis sie Verschwindet kann mir wer helfen bitte
|
|
|
10/20/2009, 16:37
|
#22
|
elite*gold: 20
Join Date: Feb 2009
Posts: 1,199
Received Thanks: 2,545
|
Zum umhergehen musst du dir waypoints ausrechnen und dann auf die entsprechenden kordinaten klicken.
Die Farbe findest du mit dem WindowInfo Tool heraus.
PixelSearch hilft dir beim absuchen des Bildschirms
Mit ControllClick kannst du auf die gefundenen Kordinaten klicken
Ist eigentlich relativ einfach xD
|
|
|
10/20/2009, 19:05
|
#23
|
elite*gold: 20
Join Date: Apr 2009
Posts: 83
Received Thanks: 10
|
Ok danke noch ne frage was ist oder wie öfne ich oder wie rechne ich den Waypoints aus xD
|
|
|
10/20/2009, 20:15
|
#24
|
elite*gold: 20
Join Date: Jan 2009
Posts: 762
Received Thanks: 208
|
du musst die minimap in einzelteile zerlegen
d.h. 1px = 5 koorditane (beispie)
dann weißt du wohin dein bot klicken muss auf der minimap
das ist die leichte variante von waypoints geht aber nur da wo man auf der minimap rumklicken kann
|
|
|
10/21/2009, 09:31
|
#25
|
elite*gold: 20
Join Date: Apr 2009
Posts: 83
Received Thanks: 10
|
So nechstes Problem Frage Steht da zu besser verstehen 
und das ist mein Programm
Quote:
#include <GUIConstants.au3>
#Region ### START Koda GUI section ### Form=C:\Users\Drewel\Desktop\Form1.kxf
$Form1 = GUICreate("Form1", 435, 946, 784, -6)
$Radio1 = GUICtrlCreateRadio("Radio1", 120, 48, 17, 17)
$Button1 = GUICtrlCreateButton("Server 1", 32, 48, 75, 25, 0)
$Button2 = GUICtrlCreateButton("Server 2", 32, 88, 75, 25, 0)
$Button3 = GUICtrlCreateButton("Server 3", 32, 128, 75, 25, 0)
$Button4 = GUICtrlCreateButton("Server 4", 32, 168, 75, 25, 0)
$Button5 = GUICtrlCreateButton("Server 5", 32, 208, 75, 25, 0)
$Button6 = GUICtrlCreateButton("Server 6", 32, 248, 75, 25, 0)
$Button7 = GUICtrlCreateButton("Server 7", 32, 288, 75, 25, 0)
$Button8 = GUICtrlCreateButton("Server 8", 32, 328, 75, 25, 0)
$Button9 = GUICtrlCreateButton("Server 9", 32, 368, 75, 25, 0)
$Button10 = GUICtrlCreateButton("Server 10", 32, 416, 75, 25, 0)
$Button11 = GUICtrlCreateButton("Server 11", 32, 456, 75, 25, 0)
$Button12 = GUICtrlCreateButton("Server 12", 32, 496, 75, 25, 0)
$Button13 = GUICtrlCreateButton("Server 13", 32, 536, 75, 25, 0)
$Button14 = GUICtrlCreateButton("Server 14", 32, 576, 75, 25, 0)
$Button15 = GUICtrlCreateButton("Server 15", 32, 616, 75, 25, 0)
$Button16 = GUICtrlCreateButton("Server 16", 32, 656, 75, 25, 0)
$Button17 = GUICtrlCreateButton("Server 17", 32, 696, 75, 25, 0)
$Button18 = GUICtrlCreateButton("Server 18", 32, 736, 75, 25, 0)
$Button19 = GUICtrlCreateButton("Server 19", 32, 776, 75, 25, 0)
$Button20 = GUICtrlCreateButton("Server 20", 32, 816, 75, 25, 0)
$Radio2 = GUICtrlCreateRadio("Radio2", 152, 48, 17, 17)
$Radio3 = GUICtrlCreateRadio("Radio2", 184, 48, 17, 17)
$Radio4 = GUICtrlCreateRadio("Radio2", 216, 48, 17, 17)
$Radio5 = GUICtrlCreateRadio("Radio2", 121, 48, 15, 17)
$Radio6 = GUICtrlCreateRadio("Radio6", 248, 48, 17, 17)
$Radio7 = GUICtrlCreateRadio("Radio7", 280, 48, 17, 17)
$Radio8 = GUICtrlCreateRadio("Radio1", 120, 88, 17, 17)
$Radio9 = GUICtrlCreateRadio("Radio2", 152, 88, 17, 17)
$Radio10 = GUICtrlCreateRadio("Radio2", 184, 88, 17, 17)
$Radio11 = GUICtrlCreateRadio("Radio2", 216, 88, 17, 17)
$Radio12 = GUICtrlCreateRadio("Radio2", 121, 88, 15, 17)
$Radio13 = GUICtrlCreateRadio("Radio6", 248, 88, 17, 17)
$Radio15 = GUICtrlCreateRadio("Radio2", 120, 248, 17, 17)
$Radio16 = GUICtrlCreateRadio("Radio2", 152, 248, 17, 17)
$Radio17 = GUICtrlCreateRadio("Radio2", 184, 248, 17, 17)
$Radio20 = GUICtrlCreateRadio("Radio2", 120, 288, 17, 17)
$Radio21 = GUICtrlCreateRadio("Radio2", 120, 368, 17, 17)
$Radio22 = GUICtrlCreateRadio("Radio2", 184, 288, 17, 17)
$Radio24 = GUICtrlCreateRadio("Radio1", 120, 656, 17, 17)
$Radio25 = GUICtrlCreateRadio("Radio2", 152, 656, 17, 17)
$Radio26 = GUICtrlCreateRadio("Radio2", 184, 656, 17, 17)
$Radio27 = GUICtrlCreateRadio("Radio2", 216, 656, 17, 17)
$Radio28 = GUICtrlCreateRadio("Radio2", 121, 656, 15, 17)
$Radio29 = GUICtrlCreateRadio("Radio1", 120, 128, 17, 17)
$Radio30 = GUICtrlCreateRadio("Radio2", 152, 128, 17, 17)
$Radio31 = GUICtrlCreateRadio("Radio2", 184, 128, 17, 17)
$Radio32 = GUICtrlCreateRadio("Radio2", 216, 128, 17, 17)
$Radio33 = GUICtrlCreateRadio("Radio2", 121, 128, 15, 17)
$Radio34 = GUICtrlCreateRadio("Radio1", 120, 168, 17, 17)
$Radio35 = GUICtrlCreateRadio("Radio2", 152, 168, 17, 17)
$Radio36 = GUICtrlCreateRadio("Radio2", 184, 168, 17, 17)
$Radio37 = GUICtrlCreateRadio("Radio2", 216, 168, 17, 17)
$Radio38 = GUICtrlCreateRadio("Radio2", 121, 168, 15, 17)
$Radio39 = GUICtrlCreateRadio("Radio1", 120, 208, 17, 17)
$Radio40 = GUICtrlCreateRadio("Radio2", 152, 208, 17, 17)
$Radio41 = GUICtrlCreateRadio("Radio2", 184, 208, 17, 17)
$Radio42 = GUICtrlCreateRadio("Radio2", 216, 208, 17, 17)
$Radio43 = GUICtrlCreateRadio("Radio2", 121, 208, 15, 17)
$Radio44 = GUICtrlCreateRadio("Radio1", 216, 328, 17, 17)
$Radio47 = GUICtrlCreateRadio("Radio2", 216, 248, 17, 17)
$Radio48 = GUICtrlCreateRadio("Radio2", 121, 248, 15, 17)
$Radio49 = GUICtrlCreateRadio("Radio1", 120, 328, 17, 17)
$Radio50 = GUICtrlCreateRadio("Radio2", 152, 368, 17, 17)
$Radio51 = GUICtrlCreateRadio("Radio2", 184, 368, 17, 17)
$Radio52 = GUICtrlCreateRadio("Radio2", 216, 288, 17, 17)
$Radio53 = GUICtrlCreateRadio("Radio2", 153, 288, 15, 17)
$Radio54 = GUICtrlCreateRadio("Radio1", 120, 416, 17, 17)
$Radio55 = GUICtrlCreateRadio("Radio2", 152, 416, 17, 17)
$Radio56 = GUICtrlCreateRadio("Radio2", 184, 416, 17, 17)
$Radio57 = GUICtrlCreateRadio("Radio2", 216, 368, 17, 17)
$Radio58 = GUICtrlCreateRadio("Radio2", 153, 328, 15, 17)
$Radio59 = GUICtrlCreateRadio("Radio1", 120, 456, 17, 17)
$Radio60 = GUICtrlCreateRadio("Radio2", 152, 456, 17, 17)
$Radio61 = GUICtrlCreateRadio("Radio2", 184, 456, 17, 17)
$Radio62 = GUICtrlCreateRadio("Radio2", 216, 416, 17, 17)
$Radio63 = GUICtrlCreateRadio("Radio2", 121, 416, 15, 17)
$Radio64 = GUICtrlCreateRadio("Radio1", 120, 496, 17, 17)
$Radio65 = GUICtrlCreateRadio("Radio2", 152, 496, 17, 17)
$Radio66 = GUICtrlCreateRadio("Radio2", 184, 496, 17, 17)
$Radio67 = GUICtrlCreateRadio("Radio2", 216, 456, 17, 17)
$Radio68 = GUICtrlCreateRadio("Radio2", 121, 456, 15, 17)
$Radio69 = GUICtrlCreateRadio("Radio1", 120, 536, 17, 17)
$Radio70 = GUICtrlCreateRadio("Radio2", 152, 536, 17, 17)
$Radio71 = GUICtrlCreateRadio("Radio2", 184, 536, 17, 17)
$Radio72 = GUICtrlCreateRadio("Radio2", 216, 496, 17, 17)
$Radio73 = GUICtrlCreateRadio("Radio2", 121, 496, 15, 17)
$Radio74 = GUICtrlCreateRadio("Radio1", 120, 576, 17, 17)
$Radio75 = GUICtrlCreateRadio("Radio2", 152, 576, 17, 17)
$Radio76 = GUICtrlCreateRadio("Radio2", 184, 576, 17, 17)
$Radio77 = GUICtrlCreateRadio("Radio2", 216, 536, 17, 17)
$Radio78 = GUICtrlCreateRadio("Radio2", 121, 536, 15, 17)
$Radio79 = GUICtrlCreateRadio("Radio1", 120, 616, 17, 17)
$Radio80 = GUICtrlCreateRadio("Radio2", 152, 616, 17, 17)
$Radio81 = GUICtrlCreateRadio("Radio2", 184, 616, 17, 17)
$Radio82 = GUICtrlCreateRadio("Radio2", 216, 576, 17, 17)
$Radio83 = GUICtrlCreateRadio("Radio2", 121, 576, 15, 17)
$Radio84 = GUICtrlCreateRadio("Radio1", 184, 328, 17, 17)
$Radio85 = GUICtrlCreateRadio("Radio2", 152, 696, 17, 17)
$Radio86 = GUICtrlCreateRadio("Radio2", 184, 696, 17, 17)
$Radio87 = GUICtrlCreateRadio("Radio2", 216, 616, 17, 17)
$Radio88 = GUICtrlCreateRadio("Radio2", 121, 616, 15, 17)
$Radio89 = GUICtrlCreateRadio("Radio1", 120, 736, 17, 17)
$Radio90 = GUICtrlCreateRadio("Radio2", 152, 736, 17, 17)
$Radio91 = GUICtrlCreateRadio("Radio2", 184, 736, 17, 17)
$Radio92 = GUICtrlCreateRadio("Radio2", 216, 696, 17, 17)
$Radio93 = GUICtrlCreateRadio("Radio2", 121, 696, 15, 17)
$Radio94 = GUICtrlCreateRadio("Radio1", 216, 816, 17, 17)
$Radio95 = GUICtrlCreateRadio("Radio2", 152, 776, 17, 17)
$Radio96 = GUICtrlCreateRadio("Radio2", 184, 776, 17, 17)
$Radio97 = GUICtrlCreateRadio("Radio2", 216, 736, 17, 17)
$Radio98 = GUICtrlCreateRadio("Radio2", 136, 736, 1, 1)
$Radio99 = GUICtrlCreateRadio("Radio1", 120, 816, 17, 17)
$Radio100 = GUICtrlCreateRadio("Radio2", 152, 816, 17, 17)
$Radio101 = GUICtrlCreateRadio("Radio2", 184, 816, 17, 17)
$Radio102 = GUICtrlCreateRadio("Radio2", 216, 776, 17, 17)
$Radio103 = GUICtrlCreateRadio("Radio2", 121, 776, 15, 17)
$CH1 = GUICtrlCreateLabel("CH1", 112, 24, 25, 17)
$CH2 = GUICtrlCreateLabel("CH2", 144, 24, 25, 17)
$CH3 = GUICtrlCreateLabel("CH3", 176, 24, 25, 17)
$CH4 = GUICtrlCreateLabel("CH4", 208, 24, 25, 17)
$CH5 = GUICtrlCreateLabel("CH5", 240, 24, 25, 17)
$CH6 = GUICtrlCreateLabel("CH6", 272, 24, 25, 17)
$Dieser = GUICtrlCreateLabel("Dieser Bot Ist VON BLACKHAHN er hielft euch", 0, 848, 435, 28)
GUICtrlSetFont(-1, 14, 800, 0, "MS Sans Serif")
$ID = GUICtrlCreateInput("ID", 288, 168, 145, 21)
$PW = GUICtrlCreateInput("PW", 288, 192, 145, 21)
GUICtrlCreateInput("", 288, 216, 145, 21)
$Label1 = GUICtrlCreateLabel("den Ch zu Wekseln =) hapt viel Spars", 0, 880, 354, 28)
GUICtrlSetFont(-1, 14, 800, 0, "MS Sans Serif")
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
EndSwitch
WEnd
MouseClick("left", 773, 603, 1)
MouseClick("left", 396, 368, 1)
sleep(150)
MouseClick("left", 245, 200, 1)
MouseClick("left", 396, 368, 1)
MouseClick("left", 507, 200, 1)
MouseClick("left", 522, 510, 1)
MouseClick("left", 623, 490, 1)
Send("")
MouseClick("left", 652, 518, 1)
Send("")
MouseClick("left", 600, 542, 1)
sleep("1500")
MouseClick("left", 181, 499, 1)
|
|
|
|
02/22/2010, 00:10
|
#26
|
elite*gold: 0
Join Date: Sep 2009
Posts: 5
Received Thanks: 0
|
Hey hab ma ne frage und zwar hab ich des alles mit Guild Wars probiert, aber wenn ich cheat engine benutz und den 2ten value wert eintrag (also der wert wo ich leicht verwundet bin) nimmt cheat engine ihn nicht an und es ertönt der windows error sound aber nichts passiert.
Plz help
|
|
|
Similar Threads
|
NetMax's Steinbruch Bot [ALLE AUFLÖSUNGEN]
08/12/2011 - Nostale - 78 Replies
Hallo ich präsentiere euch hier einen Minigame Bot der für alle Auflösungen funktioniert.
Beachtet bitte das es sich um eine sehr frühe Version handelt.
Anleitung:
F1...Linken Punkt festlegen
F2...Rechten Punkt festlegen
1.... Starten
|
NetMax's PiiBot
02/14/2009 - Nostale - 6 Replies
Hallo.
Da ich die Aufgabe übernommen habe einen PiiBot zu schreiben brauch ich ein paar Infos:
Was is anders als bei meinem normalen Bot?
Was soll er können?
|
All times are GMT +1. The time now is 19:17.
|
|