PDA

View Full Version : lumbridge dumby cruser?



weby
02-08-2010, 04:11 AM
i cant find any of them that work ....

The Claw
02-08-2010, 04:31 AM
Run in HD, position it so the spell is directly above the dummy when the magic tab is open, open the magic tab, run script, put mouse over the spell but don't click. Can't use smart with it cause you need HD, so it steals your mouse, and has no antirandoms so you need to watch it but will get max casts/hour. I use this to stun while I'm watching tv/movies on my computer.

program new;
{.include SRL/SRL.scar}
var
x, y, xx, yy: Integer;
begin
SetupSRL;
Wait(5000);
GetMousePos(x, y);
repeat
GetMousePos(xx, yy);
if (xx < (x - 5)) or (xx > (x + 5)) or (yy < (y - 5)) or (yy > (y + 5)) then Break;
Mouse(xx, yy, 0, 0, True);
Wait(300 + Random(400));
KeyDown(115);
Wait(80 + Random(70));
KeyUp(115);
Wait(80 + Random(70));
until False;
end.

Wanted
02-08-2010, 04:40 AM
New folder-> POMS. Checkout from http://srlpoms.googlecode.com/svn/trunk/ Open Folder-> Magic- > There it is.

Not sure if it works yet though.

weby
02-08-2010, 05:18 AM
not working -.- it says i dont have enough runes to cast spell

Phran6
02-09-2010, 09:56 PM
im making a lumbridge dummy striker, ill release it soon. why strike: becase it cost less than curse and you can autocast it so less chance to fail.

Pompey
02-16-2010, 06:37 PM
Claw, i dont get what you mean by place over dummy? Its not working for me.

Bebe
02-16-2010, 07:01 PM
I think he means stand over the mage's hat icon on the ground

Pompey
02-16-2010, 08:03 PM
Nope that didnt work either :/ Ahh lol

Phran6
02-18-2010, 10:32 PM
you can take a look here
http://www.villavu.com/forum/showthread.php?t=55041