what would be a good script would be a curser bot, that is reflection and can do all and any of the curse spells(such as stun) and keep on updating it, or update the current ones and add in stun or something, i hope you guys make a script for this!!![]()
what would be a good script would be a curser bot, that is reflection and can do all and any of the curse spells(such as stun) and keep on updating it, or update the current ones and add in stun or something, i hope you guys make a script for this!!![]()
So you want a bot for stun? What monster?
I don't play runescape. I auto it
I assume he wants it to curse/stun/whatever the dummies in Lumbridge.
Well thats easy. Wouldn't need reflection for that.
I tell you what failpailirl, why don't you give it a go and I will help you 100% if you need it. Add me on msn: Bells-Here@live.co.uk
Hint: Cast('Stun');
I don't play runescape. I auto it
Actually, it's harder than it seems using just color, as a lot of things share the same color as the dummies. I mean, it's definitely possible (I did it a while ago), but pretty tricky.
SCAR Code:Function ClickDummy: Boolean;
Var
DepP: TPointArray;
TP: Tpoint;
Dep: T2DPointArray;
I, Times: Integer;
Begin
If Not LoggedIn then Exit;
ColorToleranceSpeed(2);
FindColorsSpiralTolerance(MSCX, MSCY, DepP, {Dummy Color}, MSX1, MSY1, MSX2, MSY2, 20);
Dep:= TPAtoATPAEx(DepP, 20, 20);
for i := 0 to Length(Dep)-1 do
begin
TP := MiddleTPA(Dep[i]);
MMouse(TP.x, TP.y, 3, 3);
Wait(100+Random(100));
Inc(Times)
if IsUpText('Dummy') then
begin
Mouse(TP.x,TP.y,0,0,true);
FFlag(0);
Wait(500+Random(500));
ColorToleranceSpeed(1);
Exit;
end;
If Times = 8 then
Begin
Writeln('Not Found Spell Dummy, Exiting');
Times:=0;
Exit;
end;
Wait(500+random(500));
end;
end;
Made that, didn't test it but I expect it will find it![]()
Last edited by 0wn 4 skill; 08-07-2009 at 01:18 AM.
I don't play runescape. I auto it
well no honestly i suck at making scripts, and i want it to be a ref so it will run longer than color tbh. :P
There is already one in the Junior Section
Rogeruk's Al-Kharid Tanner V1.1 [Released]
Rogeruk's Barbarian Crafter [Coming Soon]
Rogeruk's Guild Fisher [Coming Soon]
!! - Taking Requests - !!
its not updated though![]()
use the man's one or zasz's one
i used it and it works fine (just delete worldswitcher.scar include line at the top)
~shut
All my scripts are held on Googlecode git, so if you ever see a problem, fork it and send me a pull request
If a script is grey, it doesn't work, if it's colour then it does!
My Tutorials:-
Everything you need to know about setting up Simba, SRL and Reflection!, How to sort out the MSVCR71.dll error
How to set up players for autoing with Simba, SRL/Simba Standards (with examples), Defines
Auto Updater and Git, Using a testing branch for git, Adding SRL Stats to your script
Creating your own font set for Simba, Guide to Cups, How to make 1.45M (RSGP) a day (not really my tut)
Download a image and set it as your Desktop Wallpaper in C#, How to make your first PHP file uploader
<Coh3n> Shuttleu, fuck I love you right now
im going to update jesus45's zammy mage curser into a dummy curser.
if i dont have it by today i will have it by tuesday or monday. im going on vacation for the weekend so i cant work on it saturday and sunday and im not sure because i might stay another day there
or like i said use zasz's
here is a updated version
~shut
All my scripts are held on Googlecode git, so if you ever see a problem, fork it and send me a pull request
If a script is grey, it doesn't work, if it's colour then it does!
My Tutorials:-
Everything you need to know about setting up Simba, SRL and Reflection!, How to sort out the MSVCR71.dll error
How to set up players for autoing with Simba, SRL/Simba Standards (with examples), Defines
Auto Updater and Git, Using a testing branch for git, Adding SRL Stats to your script
Creating your own font set for Simba, Guide to Cups, How to make 1.45M (RSGP) a day (not really my tut)
Download a image and set it as your Desktop Wallpaper in C#, How to make your first PHP file uploader
<Coh3n> Shuttleu, fuck I love you right now
There are currently 1 users browsing this thread. (0 members and 1 guests)