Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Guild Wars > GW Bots
You last visited: Today at 20:41

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

Advertisement



[TuT] How to code BoT's

Discussion on [TuT] How to code BoT's within the GW Bots forum part of the Guild Wars category.

Reply
 
Old 02/06/2010, 14:15   #76
 
Cry Zor's Avatar
 
elite*gold: 0
Join Date: Dec 2009
Posts: 126
Received Thanks: 4
wie kann ich jetzt einen doppel dreifach bzw 4fach klick machen?
und wie kann ich machen das er immer an eine stelle läuft?also von verschiedenen positionen?
Cry Zor is offline  
Old 02/06/2010, 14:19   #77
 
elite*gold: 100
Join Date: Oct 2007
Posts: 738
Received Thanks: 485
ddl is offline  
Old 02/07/2010, 00:12   #78
 
Cry Zor's Avatar
 
elite*gold: 0
Join Date: Dec 2009
Posts: 126
Received Thanks: 4
wie kann ich enter senden?also halt wenn ich was in den chat eingegeben habe und iocgh den befehl dann absenden will?
Cry Zor is offline  
Old 02/07/2010, 03:35   #79
 
elite*gold: 20
Join Date: Dec 2007
Posts: 818
Received Thanks: 80
ControlSend($sGW, "", "", "{ENTER}")
L|NUXX is offline  
Thanks
1 User
Old 02/07/2010, 12:07   #80
 
Cry Zor's Avatar
 
elite*gold: 0
Join Date: Dec 2009
Posts: 126
Received Thanks: 4
danke
€:also er sagt da error an was könnte des liegen?
Cry Zor is offline  
Old 02/07/2010, 13:06   #81


 
buFFy!'s Avatar
 
elite*gold: 1826
Join Date: Mar 2009
Posts: 4,310
Received Thanks: 6,283
Ich frag mich wie die Leute so eine Geduld mit dir haben können.. ich krieg ja schon vom mitlesen die Krise oO.

Du hast sGW nicht definiert..
buFFy! is offline  
Old 02/07/2010, 14:10   #82



 
Frutex's Avatar
 
elite*gold: 0
Join Date: Jan 2009
Posts: 18,585
Received Thanks: 3,863
Quote:
Originally Posted by Cry Zor View Post
danke
€:also er sagt da error an was könnte des liegen?
Und du willst Bots programmieren?
Schonmal dran gedacht, dass $sGw nur eine Varibale ist, welche du nicht an einem Fenster oder Prozess deklariert hast..
Deine Bots bestehen wohl auch nur aus c&p.
Danke für eure Aufmerksamkeit.
Frutex is offline  
Thanks
1 User
Old 02/07/2010, 14:13   #83


 
buFFy!'s Avatar
 
elite*gold: 1826
Join Date: Mar 2009
Posts: 4,310
Received Thanks: 6,283
Quote:
Originally Posted by indisturbalcha View Post
Und du willst Bots programmieren?
Schonmal dran gedacht, dass $sGw nur eine Varibale ist, welche du nicht an einem Fenster oder Prozess deklariert hast..
Deine Bots bestehen wohl auch nur aus c&p.
Danke für eure Aufmerksamkeit.
Danke.

Edit: Ich werde euch jetzt ganz dezent darauf aufmerksam machen, das dies

MEIN 1337. POST IST !
buFFy! is offline  
Thanks
1 User
Old 02/07/2010, 15:43   #84
 
Xereon's Avatar
 
elite*gold: 0
Join Date: Apr 2009
Posts: 793
Received Thanks: 366
Quote:
Originally Posted by u-coRe View Post
Danke.

Edit: Ich werde euch jetzt ganz dezent darauf aufmerksam machen, das dies

MEIN 1337. POST IST !
Sehr dezent


B2T:



oder nehme einfach
Xereon is offline  
Old 02/07/2010, 19:45   #85
 
Neon™'s Avatar
 
elite*gold: 50
Join Date: Feb 2009
Posts: 2,173
Received Thanks: 1,765
Quote:
Originally Posted by Xereon View Post
[...]

[...]
Das trifft es wohl am meisten
Neon™ is offline  
Old 02/07/2010, 20:17   #86
 
Cry Zor's Avatar
 
elite*gold: 0
Join Date: Dec 2009
Posts: 126
Received Thanks: 4
ok danke der thread ist sehr gut(hatte den net gesehen tut mir leid das ich so genervt habe,ich hoffe das muss ich nicht mehr(so oft XD))ich hoffe du kannst mir verzeien u-core
ich habe aber ein paar fragen zu gwca ich verstehe das noch nicht so ganz wäre super wenn ihc einer an "skypen" könnte.skype name cry-zor danke
Cry Zor is offline  
Old 08/02/2011, 20:37   #87
 
ESCORT3's Avatar
 
elite*gold: 112
Join Date: Jun 2009
Posts: 861
Received Thanks: 86
thx
ESCORT3 is offline  
Old 09/02/2011, 23:26   #88
 
elite*gold: 0
Join Date: May 2008
Posts: 248
Received Thanks: 23
you posted on a Thread that had it's last post 1 1/2 years ago
kendor is offline  
Old 04/25/2012, 22:10   #89
 
elite*gold: 0
Join Date: Aug 2008
Posts: 99
Received Thanks: 3
And ill do it again, cuzz i gotta question to coding with auto it.

i got this code

Code:
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#include <Misc.au3>

HotKeySet("{ESC}", "Terminate")

#Region ### START Koda GUI section ### Form=C:\Users\TN\Desktop\buttonmode.kxf
$Form1 = GUICreate("Form1", 137, 316, 218, 132)
$Button1 = GUICtrlCreateButton("Button1", 24, 56, 75, 25)
$Button2 = GUICtrlCreateButton("Button2", 24, 96, 75, 25)
$Button3 = GUICtrlCreateButton("Button3", 24, 136, 75, 25)
$Button4 = GUICtrlCreateButton("Button4", 24, 176, 75, 25)
$Button5 = GUICtrlCreateButton("Button5", 24, 216, 75, 25)
$Button6 = GUICtrlCreateButton("Button6", 24, 256, 75, 25)
$Label1 = GUICtrlCreateLabel("Label1", 16, 16, 100, 25)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

Opt('MustDeclareVars', 1)

Example()

Func Example()
    Local $Button_1, $Button_2, $Button_3, $Button_4, $Button_5, $Button_6,$msg

    GUISetState()

    While 1
        $msg = GUIGetMsg()
        Select
            Case $msg = $GUI_EVENT_CLOSE
                ExitLoop
            Case $msg = $Button1
                mousemove(600, 600, 0)
            Case $msg = $Button2
                MouseMove (0, 0, 0)
			Case $msg = $Button3
                MouseMove (0, 0, 0)
			Case $msg = $Button4
                MouseMove (0, 0, 0)
			Case $msg = $Button5
                MouseMove (0, 0, 0)
			Case $msg = $Button6
                MouseMove (0, 0, 0)
        EndSelect
    WEnd
EndFunc   ;==>Example


Func Terminate()
     Exit 0
 EndFunc
and i want to start the cases first if i click on , e.g. numpad 0. its just a simple problem i suggest but i dont get it...

also the script may not be rly good, maybe some1 would be so kind and help me some?
timy17 is offline  
Reply


Similar Threads Similar Threads
[B] WoW Bot's
01/28/2010 - World of Warcraft Trading - 2 Replies
Hallo ich biete hier euch WoW Bot's wenn ihr wissen wollt welche dann müsst ihr mir eine Pn schicken ! Zahlungsarten: Alles ( Paypal , PSC , ... ) Mfg
Bot's
03/31/2009 - Conquer Online 2 - 2 Replies
Okay I have just came back from taking a 1 year break from co. And Idc if I seem like a noob posting this, But what happen to all the good trusty bots like cotobo and others like it.
About Bot's!
10/27/2008 - Dekaron - 9 Replies
Hi i want to know if have any profile for Dungeon Of Requies. I see one day few bot's there, in entrance oo'... So if have any profile i dont found using search button.. Thank you Best Regards ;]
Was sind Bot's? | What are Bot's?
06/24/2008 - Main - 3 Replies
Siehe Titel. | Look at the Title.



All times are GMT +2. The time now is 20:41.


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.