It isn't working... I use this:
SCAR Code:'Net'
as the uptext or
SCAR Code:'ishi'
and for some weird reason it decides to click at (0, 0) and move off the runescape screen... Please help.
Cut em2 it
It isn't working... I use this:
SCAR Code:'Net'
as the uptext or
SCAR Code:'ishi'
and for some weird reason it decides to click at (0, 0) and move off the runescape screen... Please help.
Cut em2 it
Formerly known as Cut em2 it
SCAR Code:for i := 0 to b do
begin
MiddleTPAEx(FishingPointers[b], x, y);
MMouse(x, y, 2, 2);
if IsUpText('Net') then
begin
if HandleWhirl then Break;
GetMousePos(x, y);
Exit;
end;
Formerly known as Cut em2 it
It works for me in my Rimmington Miner.
Originally Posted by irc
Are you using scar? i think that settargetdc might have something to do? Or am i totally wrong? lol.
RimmReaper! | Account maker! | HP Above Heads! | Full Karamja Fisher! | Reflection AutoUpdater!
Feel free to contact me on MSN @
franher007@hotmail.com
im not using smart... Im using activate client.
Formerly known as Cut em2 it
Look in comment below-
SCAR Code:for i := 0 to b do
begin
MiddleTPAEx(FishingPointers[b], x, y);
MMouse(x, y, 2, 2);
Wait(150+random(50));//Add a wait, you'll need it even if it doesn't fix it
if IsUpText('Net') then
begin
if HandleWhirl then Break;
GetMousePos(x, y);
Exit;
end;
(Scripts outdated until I update for new SRL changes)
AK Smelter & Crafter [SRL-Stats] - Fast Fighter [TUT] [SRL-Stats]
If you PM me with a stupid question or one listed in FAQ I will NOT respond. -Narcle
Summer = me busy, won't be around much.
Found the problem. Color tolerance speed was 2. Testing with one right now.
Cut em2 it
Formerly known as Cut em2 it
(Scripts outdated until I update for new SRL changes)
AK Smelter & Crafter [SRL-Stats] - Fast Fighter [TUT] [SRL-Stats]
If you PM me with a stupid question or one listed in FAQ I will NOT respond. -Narcle
Summer = me busy, won't be around much.
as narcle said
you need a wait because scar is too fast for rs
by the time the Uptext is there you will have already called IsUptext
and when you call IsUptext the Uptext wont be there(because like i said scar is too fast for rs)
~shut
EDIT: didnt notice that you fixed it :s
sorry
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
No it still failedI added narcle's thing and changed colortolerance speed please help
![]()
Formerly known as Cut em2 it
It could be your "HandleWhirl" messing it up. Call GetMousePos before it.
(Scripts outdated until I update for new SRL changes)
AK Smelter & Crafter [SRL-Stats] - Fast Fighter [TUT] [SRL-Stats]
If you PM me with a stupid question or one listed in FAQ I will NOT respond. -Narcle
Summer = me busy, won't be around much.
Okay thanks![]()
Formerly known as Cut em2 it
O dear, I got the fix!!!
Sigh!
SCAR Code:for i := 0 to b do
begin
If MiddleTPAEx(FishingPointers[b], x, y) Then // need an if statement
Begin
MMouse(x, y, 2, 2);
Wait(150+random(50));//Add a wait, you'll need it even if it doesn't fix it
if IsUpText('Net') then
begin
if HandleWhirl then Break;
GetMousePos(x, y);
Exit;
end;
end;
Try that ^
There are currently 1 users browsing this thread. (0 members and 1 guests)