MMOwned - World of Warcraft Exploits, Hacks, Bots and Guides  
Homepage Register FAQ Members Mark Forums Read Advertise Marketplace FPSowned


Go Back   MMOwned - World of Warcraft Exploits, Hacks, Bots and Guides > World of Warcraft > Bots and Programs
Reload this Page beginers guide to learn to program bots step by step with auto it
Bots and Programs Botting and Hacking programs for World of Warcraft.
[NO QUESTIONS HERE]

Reply
 
LinkBack Thread Tools
beginers guide to learn to program bots step by step with auto it
(#1)
Old
orangegold's Avatar
orangegold is Offline
Master Sergeant
Rep Power: 3
Reputation: 22
orangegold is on a distinguished road
 
Posts: 130
Join Date: Dec 2006
beginers guide to learn to program bots step by step with auto it - 04-18-2007

EDIT : LESSON 8 IS NOW UP

this post is now a forum to ask questions about autoit and to view my old teaching lessons and to post new scripts youve made and if you think i should add 1 more lesson on a script you made email me at [Only registered and activated users can see links. ]

i hope youve enjoyed or well enjoy my lessons


i will be showing you how to make bots in a program called auto it first i will start of with basics and code then we well get into anti afk bots and stuff more advanced but first you need to download autoit v3 after that you can program in it by opening a note pad and putting in the code then saving it as blablablayourtitlehere.au3

download it at [Only registered and activated users can see links. ]

note pad ::: right click on ur desktop then click new then click text document and it opens it; or go to start>all programs>acessories>notepad ; or press windows key and r then type in notepad and it will bring it up.

if you have any questions just ask me and if you have a request for a code ask me

>>>[Only registered and activated users can see links. ]<<< >>>[Only registered and activated users can see links. ]<<< >>>[Only registered and activated users can see links. ]<<< >>>[Only registered and activated users can see links. ]<<< >>>[Only registered and activated users can see links. ]<<< >>>[Only registered and activated users can see links. ]<<< >>>lesson 7 & 8 below<<<

-----)(Please leave the copyright text intact)(-----
This post is copyright by the user posting it and [Only registered and activated users can see links. ], where it was posted. You may not copy or reproduce this information on any other site without written permission from both the poster and MMOwned.com and [Only registered and activated users can see links. ] , where the previous lessons are posted

lesson 7 open url and wow simple code for auto opener helper? "real basic see lesson 6 for none basic codeing using everything wve learned except in lesson 7..."
Code:
send ("{LWIN} r"); does left windows key then r to open run then types in text slowly so it doesnt miss keys " see below"
sleep(800)
AutoItSetOption("SendKeyDownDelay", 50)
send("http://www.mmowned.com/forums/bots-programs/17237-beginers-guide-learn-program-bots-step-step-auto.html {ENTER}") ;runs the url

run("C:Program FilesWorld of WarcraftWoW.exe") ; runs wow this is on bottom because somtimes when its on top and runs this before internet it doesnt type in full url
 = MsgBox(4, "auto starter" , "auto opened, by click no to exit")  ;displays message
If  = 7 Then ; 7 = no so when you click no it runs the code exit "below"
    MsgBox(0, "AutoIt", "OK.  Bye!")
    Exit ; exits "dont need idle"
EndIf ; must have this to end the "if" earleir at the "if "

;this is basic cause im running out of ideas for scripts i just wanted to show you that you could open a url without run mozzilla if error they dont have mozilla run enternet explorer click type blah blah blah you can just type run then the url
lesson 8: "updated auto login with input boxes"
Code:
;lesson 8

MsgBox(4096, "auto login bot", "Full version press f10 to start while wow login screen is up press f9 to close script", 10)
HotKeySet("{F10}", "start")
HotKeySet("{F9}", "exity")
func start() ; starts
MsgBox(0, "loging bot", "type username then pass")
 = InputBox("username:", "type your username below") ;  is a variable for an input box so later we can type send  and it will send what you put in the box... see !!!
 = InputBox("password", "type your password below") ; same here
mousemove(363, 340)
MouseClick("left")
MouseClick("left")
;types your user name
Send()                                           ;!!!      < here is what i was talking about
sleep(500)
;moves down and click on pass enter section
Mousemove(361, 399)
MouseClick("left")
MouseClick("left")
send()                                           ;!!!    < and here
sleep(1500)
mousemove(373, 444)
MouseClick("left")
MouseClick("left")
sleep(15000)
mousemove(363, 577)
MouseClick("left")
MouseClick("left")
sleep(20000)
idle()
EndFunc

Func idle() ; idle, do nothing
while 1
Sleep(1000)
WEnd
EndFunc

Func exity() ; exit
Exit
EndFunc

;important this idle must be at the end otherwise your script will close when you hit ok
idle()
help with typing scripts and moving scripts , wow doesnt know how to comprehend 100 keys at once 'cause autoit types that fast; to get it to type keys slower and hold them longer put this

Code:
AutoItSetOption("SendKeyDelay", 700) ; this number can be changed to make the pause between each key longer or shorter
AutoItSetOption("SendKeyDownDelay", 50) ; this number can be changed to make the key hold longer or shorter
Send("your text here ***"w = forward a = turn left etc"***")
and remember if you ever need help on your own script ask me or press f1 while youre coding in the already saved .au3 files so when you edit it your editing it in there software then when you press F1 the help option well come up and you can find out there

Last edited by orangegold; 10-14-2007 at 10:24 AM.. Reason: Auto-merged Doublepost
Reply With Quote

Donate to remove ads.
Re: beginers guide to learn to program bots step by step with auto it
(#2)
Old
wessdog911's Avatar
wessdog911 is Offline
Banned
Rep Power: 0
Reputation: 2
wessdog911 is an unknown quantity at this point
 
Posts: 48
Join Date: Feb 2007
Re: beginers guide to learn to program bots step by step with auto it - 04-18-2007

can u plz make a link to the site i download it from?
Reply With Quote
Re: beginers guide to learn to program bots step by step with auto it
(#3)
Old
orangegold's Avatar
orangegold is Offline
Master Sergeant
Rep Power: 3
Reputation: 22
orangegold is on a distinguished road
 
Posts: 130
Join Date: Dec 2006
Re: beginers guide to learn to program bots step by step with auto it - 04-18-2007

ya sure sry i was eating just got back btw if u have any questions such as how to edit a saved .au3 script " just right click on the file and select edit script then resave" feel free to ask. the link is... [Only registered and activated users can see links. ]
Reply With Quote
Re: beginers guide to learn to program bots step by step with auto it
(#4)
Old
someguy101 is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 0
Reputation: 1
someguy101 is an unknown quantity at this point
 
Posts: 1
Join Date: Dec 2006
Re: beginers guide to learn to program bots step by step with auto it - 04-18-2007

sorry just an idea, why would you have notepad open? its more likely to have like ieexplorer.exe on instead of notepad..... neway my 2 cents ttyl
Reply With Quote
Re: beginers guide to learn to program bots step by step with auto it
(#5)
Old
orangegold's Avatar
orangegold is Offline
Master Sergeant
Rep Power: 3
Reputation: 22
orangegold is on a distinguished road
 
Posts: 130
Join Date: Dec 2006
Re: beginers guide to learn to program bots step by step with auto it - 04-18-2007

you can do either way its just notepad is how i learned ty for ur sharing of this topic
Reply With Quote
Re: beginers guide to learn to program bots step by step with auto it
(#6)
Old
Soulkill's Avatar
Soulkill is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 0
Reputation: 1
Soulkill is an unknown quantity at this point
 
Posts: 3
Join Date: Apr 2007
Re: beginers guide to learn to program bots step by step with auto it - 04-18-2007

kol thnx man helps alot
Reply With Quote
Re: beginers guide to learn to program bots step by step with auto it
(#7)
Old
orangegold's Avatar
orangegold is Offline
Master Sergeant
Rep Power: 3
Reputation: 22
orangegold is on a distinguished road
 
Posts: 130
Join Date: Dec 2006
Re: beginers guide to learn to program bots step by step with auto it - 04-18-2007

np im ading more scripts soon
Reply With Quote
Re: beginers guide to learn to program bots step by step with auto it
(#8)
Old
wessdog911's Avatar
wessdog911 is Offline
Banned
Rep Power: 0
Reputation: 2
wessdog911 is an unknown quantity at this point
 
Posts: 48
Join Date: Feb 2007
Re: beginers guide to learn to program bots step by step with auto it - 04-18-2007

i dont get this i don't see a notepad anywere just to clear this im 12 so put it in a way i can understand
Reply With Quote
Re: beginers guide to learn to program bots step by step with auto it
(#9)
Old
orangegold's Avatar
orangegold is Offline
Master Sergeant
Rep Power: 3
Reputation: 22
orangegold is on a distinguished road
 
Posts: 130
Join Date: Dec 2006
Re: beginers guide to learn to program bots step by step with auto it - 04-18-2007

lol im 12 to and i made 2 whole websites ok note pad right click on ur desktop then click new then text document and it opens it or go to start>all programs>acessories>notepad
Reply With Quote
Re: beginers guide to learn to program bots step by step with auto it
(#10)
Old
caffy is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 0
Reputation: 1
caffy is an unknown quantity at this point
 
Posts: 1
Join Date: Apr 2007
Re: beginers guide to learn to program bots step by step with auto it - 04-19-2007

Quote:
Originally Posted by wessdog911
i dont get this i don't see a notepad anywere just to clear this im 12 so put it in a way i can understand
You could try the following also

press Windowskey + r to bring up the run dialogue and just type in
notepad

notepad should just start.

HTH
Reply With Quote
Re: beginers guide to learn to program bots step by step with auto it
(#11)
Old
orangegold's Avatar
orangegold is Offline
Master Sergeant
Rep Power: 3
Reputation: 22
orangegold is on a distinguished road
 
Posts: 130
Join Date: Dec 2006
Re: beginers guide to learn to program bots step by step with auto it - 04-19-2007

that works to ill add it ty


how do u edit your signature???

Last edited by orangegold; 10-14-2007 at 10:26 AM.. Reason: Auto-merged Doublepost
Reply With Quote
Re: beginers guide to learn to program bots step by step with auto it
(#12)
Old
SirCantrel's Avatar
SirCantrel is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 3
Reputation: 1
SirCantrel is an unknown quantity at this point
 
Posts: 34
Join Date: Dec 2006
Re: beginers guide to learn to program bots step by step with auto it - 04-19-2007

Quote:
Originally Posted by orangegold
lol im 12 to and i made 2 whole websites ok note pad right click on ur desktop then click new then text document and it opens it or go to start>all programs>acessories>notepad
myspace doesnt count
Reply With Quote
Re: beginers guide to learn to program bots step by step with auto it
(#13)
Old
orangegold's Avatar
orangegold is Offline
Master Sergeant
Rep Power: 3
Reputation: 22
orangegold is on a distinguished road
 
Posts: 130
Join Date: Dec 2006
Re: beginers guide to learn to program bots step by step with auto it - 04-19-2007

Quote:
Originally Posted by SirCantrel
myspace doesnt count
not my space i made one in flash and one in html they are... [Only registered and activated users can see links. ] and the amazing flash one is [Only registered and activated users can see links. ]

i wana see you make one in flash better then that

ok this is for learning bots plz stop braging about websites


how do u edit your signature???

Last edited by orangegold; 04-19-2007 at 08:50 PM..
Reply With Quote
Re: beginers guide to learn to program bots step by step with auto it
(#14)
Old
SirCantrel's Avatar
SirCantrel is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 3
Reputation: 1
SirCantrel is an unknown quantity at this point
 
Posts: 34
Join Date: Dec 2006
Re: beginers guide to learn to program bots step by step with auto it - 04-19-2007

Quote:
Originally Posted by orangegold
not my space i made one in flash and one in html they are... [Only registered and activated users can see links. ] and the amazing flash one is [Only registered and activated users can see links. ]

i wana see you make one in flash better then that
pretty sure at 12 i was hanging out with my friends... i don't think i was making websites and bragging about them >.< i'll end here.
Reply With Quote
Re: beginers guide to learn to program bots step by step with auto it
(#15)
Old
Underclocker is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 2
Reputation: 1
Underclocker is an unknown quantity at this point
 
Posts: 20
Join Date: Apr 2007
Re: beginers guide to learn to program bots step by step with auto it - 04-19-2007

Quote:
Originally Posted by orangegold
not my space i made one in flash and one in html they are... [Only registered and activated users can see links. ] and the amazing flash one is [Only registered and activated users can see links. ]

i wana see you make one in flash better then that
[Only registered and activated users can see links. ]
[Only registered and activated users can see links. ]
[Only registered and activated users can see links. ]

i win
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are On



Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vBulletin Skin developed by: vBStyles.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287