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
(#166)
Old
n30n 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: 2
n30n is an unknown quantity at this point
 
Posts: 27
Join Date: Dec 2007
03-14-2008

Just tried it for first time today. Ive made new profile, looks good. For some reason bot ddint wanted to queue in thunderbluff. When i turned it in bg it was just strafing left and right all the time till i stopped it. Gonna play with it bit more. Sqare being black all the time may bepart of issue.

Last edited by n30n; 03-14-2008 at 02:22 PM..
Reply With Quote

Donate to remove ads.
(#167)
Old
Flos is Offline
Sergeant Major
Rep Power: 1
Reputation: 49
Flos is on a distinguished road
 
Posts: 146
Join Date: Feb 2008
03-14-2008

Quote:
Originally Posted by n30n View Post
Just tried it for first time today. Ive made new profile, looks good. For some reason bot ddint wanted to queue in thunderbluff. When i turned it in bg it was just strafing left and right all the time till i stopped it. Gonna play with it bit more. Sqare being black all the time may bepart of issue.
Strafing? well that shouldn't happen - I didn't even write strafing into the bot. And the square SHOULD be black (or almost black) all the time, since I doubt that you can tell the difference between 10 color-points. (possible are 256^3 different colors :-))
Reply With Quote
(#168)
Old
n30n 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: 2
n30n is an unknown quantity at this point
 
Posts: 27
Join Date: Dec 2007
03-14-2008

Oh like that. Thought its like pirox very different ones. When i started it now in tb it worked. Sort off. Anyway it managed to run outside of cave, but soon after got lost horribly, i double checked keybinds, and it still strafes not turn.
Reply With Quote
(#169)
Old
zuski 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
zuski is an unknown quantity at this point
 
Posts: 8
Join Date: Dec 2007
03-14-2008

A good edit i did with the movement file was.. its really nice now =)

Quote:
Func AntiAfkWithAutoAttack( = 0)
= TimerInit()
= 20
add2log("AntiAfkWithAutoAttack()",1)
= 0;
While == 0 AND ( == 0 OR TimerDiff() > )
If( _GetTargetData('GUID') <> false) Then SimpleAttackTarget(60000) ; max 30s attack
+= 1
SleepIt(1000)
If(Mod(,/2)==0) Then
WinActivate("World of Warcraft")
WinWaitActive("World of Warcraft","",60)
add2log("moving",1)
If (Random(1,2,1)==1) Then
SendIt("{" & & " down}")
SleepIt(20)
SendIt("{" & & " up}")
SendIt("{Tab}")
Sleep(500)
SendIt("t")
Sleep(500)
SendIt()
Else
SendIt("{" & & " down}")
SleepIt(20)
SendIt("{" & & " up}")
SendIt("{TAB}")
Sleep(500)
SendIt("t")
Sleep(500)
SendIt()
EndIf
EndIf
WEnd
Return 1
EndFunc
One thing i did notice is that for AB once the Game Starts the program doesn't recognize that and move to the next waypoint.

The same thing also occurs in WSG but it just doesn't do anything overall. I know about the config file settings but still its not working properly just yet
Reply With Quote
(#170)
Old
zuski 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
zuski is an unknown quantity at this point
 
Posts: 8
Join Date: Dec 2007
03-14-2008

Quote:
Originally Posted by n30n View Post
Oh like that. Thought its like pirox very different ones. When i started it now in tb it worked. Sort off. Anyway it managed to run outside of cave, but soon after got lost horribly, i double checked keybinds, and it still strafes not turn.
If its doing the wierd strafe thing its the same problem i had.

Go into your WoW KEYBINDS and set the TURN RIGHT and TURN LEFT bindings, i at first had only my strafes bound because thats how i like to play but the program wont work with them.. Only works with the "Turn or Rotate" keys.
Reply With Quote
(#171)
Old
n30n 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: 2
n30n is an unknown quantity at this point
 
Posts: 27
Join Date: Dec 2007
03-14-2008

I have WASD bindsf or normal playing aka strafe not turn and H K bounds for turns. Inc fg
[Key_Bindings]
MoveForeward =w
MoveBackward =s
TurnLeft =h
TurnRight =k

So youre sayingthat it will use AD regardless of keys i set in cfg? Gonna try with default binds now anyway.
Reply With Quote
(#172)
Old
Flos is Offline
Sergeant Major
Rep Power: 1
Reputation: 49
Flos is on a distinguished road
 
Posts: 146
Join Date: Feb 2008
03-14-2008

@zuski: Have to post your code in "code-mode" here on this board, otherwise.. well you see what happend.
and one thing: Try to avoid "Sleep()" - always use "SleepIt()" if possible.
Otherwise the status (in-bg, in-town, bg-startet, dead, etc..) may change and the script is still stuck in that loop.

@n30n: it should use the ini-ones, but I'm not sure... if default ones are used, please let me know - I'll try to fix this.

edit: If someone wants to write a function for turning with the mouse (no clue how to do this), be my guest... - I'll be happy to include this in the next version.

Last edited by Flos; 03-14-2008 at 02:54 PM..
Reply With Quote
(#173)
Old
n30n 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: 2
n30n is an unknown quantity at this point
 
Posts: 27
Join Date: Dec 2007
03-14-2008

Yes it uses default ones. Just changed binds in wow and works like a charm.
AD in wow HK in ini. Oh and addonspams messenges when its suposed to be off.

Last edited by n30n; 03-14-2008 at 02:58 PM..
Reply With Quote
(#174)
Old
Shadowkillzz 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
Shadowkillzz is an unknown quantity at this point
 
Posts: 16
Join Date: Jan 2008
03-14-2008

I use the 0.3 with the given ally waypoints and it works now.
For some reason it uses my Shift+T skill from time to time...
Reply With Quote
(#175)
Old
zuski 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
zuski is an unknown quantity at this point
 
Posts: 8
Join Date: Dec 2007
03-14-2008

Quote:
Originally Posted by Shadowkillzz View Post
I use the 0.3 with the given ally waypoints and it works now.
For some reason it uses my Shift+T skill from time to time...
Thats because if you use SendIt(T) it uses Shift+t, use SendIt(t) for just t.. hope that solves it.
Reply With Quote
(#176)
Old
swollen is Offline
Sergeant
Rep Power: 2
Reputation: 22
swollen is on a distinguished road
 
Posts: 43
Join Date: May 2007
03-14-2008

Just a suggestion, setting a hotkey to the add way point button would be nice =]
Reply With Quote
(#177)
Old
roflol2 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
roflol2 is an unknown quantity at this point
 
Posts: 2
Join Date: Mar 2008
03-14-2008

Got any premade custom profiles? It'd be nice to have any GOOD ally profile.
Reply With Quote
(#178)
Old
Axe Rogue is Offline
Banned
Rep Power: 0
Reputation: 18
Axe Rogue is on a distinguished road
 
Posts: 112
Join Date: Mar 2008
03-15-2008

Quote:
Originally Posted by Flos View Post
hm.. lets seee...

6.) Function Reference
Reference of allowed functions within the Exec-Tag:
  • WP(x,y,z, [AttackWhileRunning = 0], [moving = 1], [LoopBreakDistance = 3])
    x : x-coordinate
    y : y-coordinate
    z : z-coordinate [actually useless for this function, but whatever]
    [AttackWhileRunning] : 0 if a new target is aquired (player attack), your character shoots back if this is set to 1 (default 0) while running to the coordinates
    [Moving] : 0 = first turn while not running foreward; 1 = first turn while already running foreward
    [LoopBreakDistance] : Distance in meters to the wp and function returnes ok
  • SleepIt(sec)
    sec : Time in milliseconds which to sleep / pause
  • SendIt(send)
    send : which keys to send to wow - like SendIt("{TAB}") - see autoit "send()" function for reference
  • TurnToHeading(Heading)
    Heading: New Heading in Radian. West = pi/2, south = pi, east = 3*pi/2, north = 0
  • SimpleAttackTarget()
    Simply attacks the current target (target must already be aquired)
  • MountingUp()
    Just sends the mount-up key to wow and waits about 4 seconds
  • JustAntiAfk([ = 0])
    [MaxTime] : Time in milleseconds to execute this function... 0 means undefinitly
  • AntiAfkWithAutoAttack([ = 0])
    [MaxTime] : Time in milleseconds to execute this function... 0 means undefinitly

you figure it out if it's possible
I tried this AntiAfkWithAutoAttack([$MaxTime = 0])
exept put in 15,000 (no comma) and it didnt do anything. I also switched to mintime just to test but it didnt do anything ethier.. it just keeps going
Reply With Quote
(#179)
Old
akanet 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: 3
akanet is an unknown quantity at this point
 
Posts: 8
Join Date: May 2007
03-15-2008

Flos, MakeTurn is hardcoded to use A and D for turning.

PHP Code:
Func MakeTurn(, ,   = )
     = 
GetRotationDiff(, )
    If 
Abs() >  Then
         
=  * Abs() / (*2) ; Note difference here... 
        If( <= 
0Then
            Send
("{a down}")
            
Sleep()
            
Send("{a up}")
        Else
            
Send("{d down}")
            
Sleep()
            
Send("{d up}")
        EndIf
    EndIf
    Return 
1
EndFunc 
Reply With Quote
(#180)
Old
Flos is Offline
Sergeant Major
Rep Power: 1
Reputation: 49
Flos is on a distinguished road
 
Posts: 146
Join Date: Feb 2008
03-15-2008

@akanet: yap, noticed that too

@fyi: just went over the code for the function again. looks good to me. So if you write AntiAfkWithAutoAttack(60000) it should stay for 1 minute and then execute the next line.
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