[Request] Auto attack for Sword Profficiency

10/01/2009 18:10 fobcws#1
Hello pvpers

im requesting a auto attacking mod for 2 swords.

i see another member posted autoit for WAND...
but i cant find ones for swords. it would be a great help for me.

Thank you
10/01/2009 20:36 Dark Raccoon#2
Ill get to work on it once I worked down all the other requests. x.x
10/01/2009 23:18 lostmage333#3
well, i'm not an autoIT user, rather i use autohotkey, which (i believe) is programmed using autoIT... so its all the same... almost.

Here's something I just threw up for myself. It just picks the nearest target and clicks it for a second, then picks another one. should work fine vs anything that doesnt hit high. Namely, make a noob and have it kill foxes... or something.

save as anything.ahk, you need autohotkey.

$F1::
Loop
{
Send {CTRL down}
Loop 20
{
Mousemove 411,321
Click
sleep 100
}
Send {CTRL up}
Sleep 300
}

$^F1::
Send {CTRL up}
reload

F1 toggles on/off.
10/02/2009 00:47 Dark Raccoon#4
Quote:
Originally Posted by lostmage333 View Post
well, i'm not an autoIT user, rather i use autohotkey, which (i believe) is programmed using autoIT... so its all the same... almost.

Here's something I just threw up for myself. It just picks the nearest target and clicks it for a second, then picks another one. should work fine vs anything that doesnt hit high. Namely, make a noob and have it kill foxes... or something.

save as anything.ahk, you need autohotkey.

$F1::
Loop
{
Send {CTRL down}
Loop 20
{
Mousemove 411,321
Click
sleep 100
}
Send {CTRL up}
Sleep 300
}

$^F1::
Send {CTRL up}
reload

F1 toggles on/off.
Cant you just make a .exe? oO

If not, then AutoHotkey lacks an very important feature.
10/02/2009 03:47 lostmage333#5
I could... but I've never done that before... lets see if i can >.>

done: [Only registered and activated users can see links. Click Here To Register...]
10/03/2009 16:35 FirzenExpert#6
Quote:
Originally Posted by lostmage333 View Post
I could... but I've never done that before... lets see if i can >.>

done: [Only registered and activated users can see links. Click Here To Register...]
its not working, when i run it, with or without mabiraccon bypass, the exe works, but it doesn't do anything
10/03/2009 16:39 lostmage333#7
Did you press F1 to toggle on/off? It works fine for me (both the exe and the ahk). I have a new version which i am improving, which can kinda navigate around trees and shit.
10/03/2009 17:46 fobcws#8
Quote:
Originally Posted by lostmage333 View Post
Did you press F1 to toggle on/off? It works fine for me (both the exe and the ahk). I have a new version which i am improving, which can kinda navigate around trees and shit.
VERY NICE MOD!!!
thanks!

i hope ur new version posts fast!
10/03/2009 19:01 Dark Raccoon#9
Thanks god he did it, less work for me. :P
10/04/2009 01:15 FirzenExpert#10
Quote:
Originally Posted by lostmage333 View Post
Did you press F1 to toggle on/off? It works fine for me (both the exe and the ahk). I have a new version which i am improving, which can kinda navigate around trees and shit.
lol bs u had to press f1?
sorry didn't know, new to autohotkey
10/04/2009 14:52 lostmage333#11
[Only registered and activated users can see links. Click Here To Register...]

This is *ideal* for 800x600 resolution. It randomly moves the mouse around a lil bit so you dont get stuck behind trees.

To get best functionality, turn finish to anyone so you get an extra hit on w/e you're killing.

F1 toggles on/off. So does F2 (it actually pauses... it made a difference in debugging). F3 cancels. Its purpose was also defeated after debugging was done.

Next version, which I might or might not make, might include swapping weapons after X time (pressing tab), and automatically drinking HP pots, at 50% HP (or something).
10/04/2009 16:29 Dark Raccoon#12
Quote:
Originally Posted by lostmage333 View Post
[Only registered and activated users can see links. Click Here To Register...]

This is *ideal* for 800x600 resolution. It randomly moves the mouse around a lil bit so you dont get stuck behind trees.

To get best functionality, turn finish to anyone so you get an extra hit on w/e you're killing.

F1 toggles on/off. So does F2 (it actually pauses... it made a difference in debugging). F3 cancels. Its purpose was also defeated after debugging was done.

Next version, which I might or might not make, might include swapping weapons after X time (pressing tab), and automatically drinking HP pots, at 50% HP (or something).
How about posting it in an extra Thread, like a Release-Thread? :awesome:

(Yes, I am trying to make people release more.)