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 Alterac AFK Bot with Waypoints
Bots and Programs Botting and Hacking programs for World of Warcraft.
[NO QUESTIONS HERE]

Reply
 
LinkBack Thread Tools
(#91)
Old
KiLLerBoy_001 is Offline
Site Donator
Rep Power: 1
Reputation: 7
KiLLerBoy_001 is an unknown quantity at this point
 
Posts: 46
Join Date: Mar 2008
03-05-2008

Finnally no more required to right clikc and run as administrator

just added #Requireadmin at the top for vista users
Reply With Quote

Donate to remove ads.
(#92)
Old
skriklasse is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 1
Reputation: 1
skriklasse is an unknown quantity at this point
 
Posts: 12
Join Date: Mar 2008
03-05-2008

Hm "Error: Subscript used with non-Array variable?"
Reply With Quote
(#93)
Old
dubbledutch 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
dubbledutch is an unknown quantity at this point
 
Posts: 12
Join Date: Aug 2006
03-05-2008

None of the links work Gutted, i wanted to try this. can anyone send it to me?
Reply With Quote
(#94)
Old
Flos is Offline
Sergeant Major
Rep Power: 1
Reputation: 49
Flos is on a distinguished road
 
Posts: 146
Join Date: Feb 2008
03-05-2008

Quote:
Originally Posted by skriklasse View Post
Hm "Error: Subscript used with non-Array variable?"
I'm trying to eliminate those errors, but it's not that simple. AutoIt doesn't have a ReadProccessMemory Function build in - so I have to use the windows dll's and AutoIt is VERY !!! slow with these dll-calls (takes 0,2 ms to read one small structure)
To speed this up I wrote a little framework that doesn't reads the memory every time coordinates (etc..) are required, but only "reads" the memory ever 100ms. This unfortunately sometimes can produce these array-error if a target is deselected / internal changed in the memory etc...

3 Possibilities:
- Switch to another programming language (which I don't know, learning c++ and c# this year ^^)
- Try to minimize these errors (hardest but best way)
- Dumping framework and reading every time a new variable is required.. which may severely affect the speed (target sometime takes 100+ms to read out 1 coordinate)

AutoIt is very easy to learn and write, but it certainly has is limitations /deficits
Reply With Quote
(#95)
Old
KiLLerBoy_001 is Offline
Site Donator
Rep Power: 1
Reputation: 7
KiLLerBoy_001 is an unknown quantity at this point
 
Posts: 46
Join Date: Mar 2008
03-05-2008

Just wanted to let you guys know this

1 Chages i made 2 flo.exe

Added a tooltip
It Tells you what the bot is doing

2 Changes to the Waypoint recorder

It Now always stays on top of your Wow Window When played in Windowed mode

So now you can always click the button without minimizing Bla Bla Bla

When you click the button It Will deactivate Wow for a sec but will switch back
So you can Continue on your path without having to open Wow again
Reply With Quote
(#96)
Old
Flos is Offline
Sergeant Major
Rep Power: 1
Reputation: 49
Flos is on a distinguished road
 
Posts: 146
Join Date: Feb 2008
03-05-2008

Quote:
Originally Posted by KiLLerBoy_001 View Post
Just wanted to let you guys know this

1 Chages i made 2 flo.exe

Added a tooltip
It Tells you what the bot is doing

2 Changes to the Waypoint recorder

It Now always stays on top of your Wow Window When played in Windowed mode

So now you can always click the button without minimizing Bla Bla Bla

When you click the button It Will deactivate Wow for a sec but will switch back
So you can Continue on your path without having to open Wow again
1.) looked at the tooltips: They really mess with my speed - one problem of developing on a 4-5 year old laptop ^^. Probably gonna make this optional, but if everything works, there just isn't any use for tooltips.

2.) Will include this in the next version, seems like a simple function call - thx for tip.

Next version supports full-screen + windowed mode with any resolution and color-detection should work for everybody.
Also reduced the array-errors and a few log-file changes.

But don't expect it to show up before weekend. Got another nice features in mind which may or may-not be possible.. we'll see..
Reply With Quote
(#97)
Old
wolffjezz 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
wolffjezz is an unknown quantity at this point
 
Posts: 6
Join Date: Nov 2007
03-05-2008

umm wtf? says u deleted....
Reply With Quote
(#98)
Old
bobthebobster 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
bobthebobster is an unknown quantity at this point
 
Posts: 4
Join Date: Mar 2008
03-05-2008

it didn't work for me.. .anyone care to explain?
Reply With Quote
(#99)
Old
wolffjezz 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
wolffjezz is an unknown quantity at this point
 
Posts: 6
Join Date: Nov 2007
03-05-2008

help me plz
Reply With Quote
(#100)
Old
KiLLerBoy_001 is Offline
Site Donator
Rep Power: 1
Reputation: 7
KiLLerBoy_001 is an unknown quantity at this point
 
Posts: 46
Join Date: Mar 2008
03-05-2008

i just have a simple set of tolltips ill show source since it's yours anyway :P

at top i added
Code:
 
#Requireadmin  ( for vista users ) 
$ Counter = 0   (for my tooltip ) (without the space between the  $ and counter  but else mmowned deletes it automaticly youll see that all other vars definitions are also missing  :p
)

my code starts just under the line 3152 that contains $G_STATUSCHANGE = 0

Code:
If $ Counter = 0 then 
			ToolTip("Waiting .....    Make Sure you Activate Flo Addon by typing:  /flo on")
			$ Counter = 1
		Else
			Sleep(1500)
			ToolTip("Waiting For Next Command.....")
		EndIf
		
		ADD2LOG("Bot()-COLOR: " & , 2)
		_GETBASEOFFSET()
		Switch 
			Case 0
				JOINBG()
				ToolTip("Joining BG")
			Case 1
				JUSTANTIAFK()
				ToolTip("Anti AFK")
			Case 2
				SLEEPIT(500)
				ADD2LOG("before bg start", 1)
				BGBEFORESTART()
				If ( == 0) Then  = 1
				JUSTANTIAFK()
				ToolTip("Waiting For BG To Start")
			Case 3
				SLEEPIT(500)
				ADD2LOG("after bg start", 1)
				If  == 0 Then
					BGBEFORESTART()
				EndIf
				 = 0
				_XMLEXECNODE(, "/FloProfile/AfterStart")
				ANTIAFKWITHAUTOATTACK()
				ToolTip("Going Into BG")
			Case 4
				JUSTANTIAFK()
				ToolTip("Anti AFK")
			Case 5
				 = GETRANDOMFILE(GETBGPROFILEDIR())
				ADD2LOG("UnGhost")
				If GETZONE() == 8 Then
					_XMLEXECNODE(, "/FloProfile/" & GETWHICHALTERACGY())
				EndIf
				ANTIAFKWITHAUTOATTACK()
				ToolTip("UnGhost")
			Case 6
				GMDETECTED()
				ToolTip("GM  Detected")
			Case 7
				WOWSCREENSHOT(1)
				ADD2LOG("AFK REPORTET !!!", 3)
				AFKREPORT()
			Case 250
				FARM()
				ToolTip("Farm")
			Case 254
				ANTIAFKWITHAUTOATTACK()
				ToolTip("AnTi AFK With Auto Attack")
			Case 255
				_XMLEXECNODE("profiles/test", "/FloProfile/")
			Case Else
				 += 1
				ADD2LOG("Status not recognized: don't know what to do", 2)
				ToolTip("Status not Recognized"
				If  > 100 Then
					 = 1
					ADD2LOG("Status not recognized for 100 trys... aborting bot", 2)
				EndIf
		EndSwitch
		SLEEPIT(5000)
	Until  <> 0
	AdlibDisable()
	ADD2LOG("Quiting Program - No Autorelog implemented yet", 2)
EndFunc
doesnt take up any extra resources

then there is the Recorder changes
Again added
Code:
#RequireAdmin
at top

for the GUI i added this

Code:
 
 WinSetOnTop("Record Path", "", 1)
and after the entire function SETWAYPOINT Was Done i Added An Extra line Containing .

Code:
Winactivate("World of Warcraft")

i guess we al know what that does :P

Last edited by KiLLerBoy_001; 03-05-2008 at 10:26 PM..
Reply With Quote
(#101)
Old
wolffjezz 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
wolffjezz is an unknown quantity at this point
 
Posts: 6
Join Date: Nov 2007
03-05-2008

ummmm yeah why wont it workkkkk *crying*
Reply With Quote
(#102)
Old
wolffjezz 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
wolffjezz is an unknown quantity at this point
 
Posts: 6
Join Date: Nov 2007
03-05-2008

can u just post a DL where it will work, im a noobie when it comes to computers...everything u guys are saying is mumbo jumbo
Reply With Quote
(#103)
Old
axcess 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
axcess is an unknown quantity at this point
 
Posts: 10
Join Date: Aug 2007
03-05-2008

Quote:
Originally Posted by n30n View Post
Yea i prolu ran it at before zoning cant rmember now, ill try to test my profile today and update if needed.
in regards to your hordeprofile n3on, i can say it works for the most part when you're out of the cave, but your beforestart waypoints seem to be off...so anyone who used it and noticed it i replaced his waypoints

from:
Code:
WP( -541.457153320313, -384.334289550781, 50.6630668640137, 1)
WP( -520.6572265625, -340.505493164063, 34.3860549926758, 1)
WP( -818.556640625, -619.2548828125, 54.0388984680176, 1)
to:
Code:
WP( -818.556640625, -619.2548828125, 54.0388984680176, 1)
WP( -837.581359863281, -608.444396972656, 53.8544235229492, 1)
WP( -869.256896972656, -562.316040039063, 57.151008605957, 1)
your original waypoints make you run into the wall, since i believe the first/second waypoint are located near the middle of the map. hope this helps some people...

also, directed at Flo, the bot runs fine following waypoints and everything, but sometimes it'll start running in circles nonstop. usually it will eventually go back on track, but why does it get "lost" for a bit? other then that the bot is great!
Reply With Quote
(#104)
Old
DoubleDeuce 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: 3
DoubleDeuce is an unknown quantity at this point
 
Posts: 3
Join Date: Feb 2008
03-06-2008

Mine joins the BG and then does the Before BG stuff ... walks to the gate and everything and then when the gate opens it give me this

http:/ /img510.imageshack.us/my.php?image=74381617cz0.png <--- note the space between the 2 // before the http

and then in the log after all the before BG stuff is executed and the gates open it starts spitting out "does not know what to do" errors on the log file .... im just using the test profile to see if it works
Reply With Quote
(#105)
Old
skriklasse is Offline
Site n00b.. (A leecher if I've been here for more than a month and can't earn 5 rep)
Rep Power: 1
Reputation: 1
skriklasse is an unknown quantity at this point
 
Posts: 12
Join Date: Mar 2008
03-06-2008

For everyone out there, do not have mouse on the black square, that is why your bot doesn't work if you have done everything else corectly, that was my problem to get my bot start working, I have been using pirox and with pirox bot you needed to have your mouse on black square, but with this progam you dont, and if you do have the mouse there, the bot wont work.

BTW! this is a to every bot user, if you manage to make a nice profile, with nice waypoints, please upload it! <3
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 - 2008, 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 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366