Well, I recently posted in a thread where the OP talked about g15 botting. I don't know how effective it is, or how detectable it is.
I said you might as well make an autohotkey script, and use that. I didn't actually think about it, but it could work.
I'm working on a script that will bot, and i'll post and explain it as soon as I can. Meanwhile, it'd be a big use if someone could make an addon that did this:
when you have something targetted, a square appears that is draggable around the screen. if it is more than say, 30 yards (it'd be great if that distance was adjustable in game) it would be red, and if the mob was closer than said distance, it would be green. If the mob died, it would turn black.
Not sure if you can do that, but it'd be a help.
My thoughts would be that it'd walk in a big circle, tab targetting untill it found something, then either throwing a weapon, shooting, or casting a spell at it and then hit a castsequence macro while checking to see if the thing is dead, and then loot it if it is dead, and continue.
link: [Only registered and activated users can see links. ]
well I already have something right now that when I press ctrl-G it checks to see if there's green where my enemies health bar would be, essentially seeing if it has a mob targetted that's at full health (so it doesn't attack tagged mobs) and then press 4 (i'm using a rogue, so it throws a weapon) that will actually get it pointed at the mob as it's running at me. it then press w for a half second, and press 2 a couple times (SS) and then auto loots about in the area It thinks the mob will be.
i'm now working on a way so that after everytime it presses 2, it checks to see if it killed the thing. I'm not quite sure how to do that.
After that, i'll work on it going in a circle and tab targetting.
Finally after that, i'll make a GUI control for it and work on a way of adding your own waypoint type thing.
Also, if someone's working on the addon, instead of it only showing up if it has something targetted, it was white when there was no target.
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
Posts: 3
Join Date: Nov 2008
Location: GA
11-28-2008
I would love to see a working suite for autohotkey.
I just downloaded autohotkey and i'm a total noob on the whole script end so it helps so much.
I am planning on going to the shimmiering flats area with my 36 lock and trying to record my keystrokes to hopefully run around and grind the numerous anti-aggressive mobs there. (the turtle things)
It is legal, you are not AFK, there is to much needed to make something suitable for running around and killing that its not possible with autohotkey, trust me I have used autohotkey for...5 years on Runescape (dont say a thing I quite RS and started using AHK for other things) Now you could use a combination of AHK and AutoIt to make a decent bot, but you will never make anything as good as.... The first version of nightfall (now glider) with Autohotkey, and nightfall barley passed as against the rules.
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
Posts: 13
Join Date: May 2008
11-28-2008
Well, this is an easy to code for a Bot, but its not as useful. AutoIt is much better for this kind of stuff, and think on their forum there are a few fishbots and such.
yes, i probably won't be able to make a bot with AHK that is as good as glider, but it will be a free, user-friendly version that will also have the ability to be edited by an advanced user.
Why do you assume that you will be sitting there when it's botting? why would you do it for this bot and not glider?
BTW DarkAeonKnight, you won't be able to record your strokes and have it work, when you hold down "w" for a second, it doesn't record
send {w down}
sleep 1000
send {w up}
it just records wwwwwwwwwwwwwwwwwwwww and it doesn't work. Also, it doesn't record pauses. it just puts a .1 second pause between stuff when you pause for any amount of time. If you want, I could just quickly make you a script that runs around killing stuff, but doesn't do any sensing at all.
AHK cant read data from WoW, it would not beable to AFK, it wouldnt beable to pull right, wouldnt beable to stop adds, and you would look like a bot. It would also require multiple macros, so it becomes to complex. Now go grow a brain and relize why the best this could do is walk in a circle for a few minutes.
/calm down
I understand you want to contribute,go learn C++ and make a real bot.
I understand the limitations of what i'm trying to do, and I don't see any point in continuing this conversation. I'm going to come back once I have something to show for my efforts.
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
Posts: 3
Join Date: Nov 2008
Location: GA
1 Week Ago
Thnk but i ran across zolofighter and using it now ^_^
for some reason i can't get the preloaded profiles to work at all but as long as i make my own they work great. glyder won't work on my vista for some reason so if anyone knows where i could get some help with the zolo profiles it's be much appreciated
Quote:
Originally Posted by uthallan
BTW DarkAeonKnight, you won't be able to record your strokes and have it work, when you hold down "w" for a second, it doesn't record
send {w down}
sleep 1000
send {w up}
it just records wwwwwwwwwwwwwwwwwwwww and it doesn't work. Also, it doesn't record pauses. it just puts a .1 second pause between stuff when you pause for any amount of time. If you want, I could just quickly make you a script that runs around killing stuff, but doesn't do any sensing at all.