The script is not clicking the curse button for me, just hovering. Did I do the anti leach wrong, I changed the mouse lines to:
mouse(833,209,5,5, true);
for each of them
The script is not clicking the curse button for me, just hovering. Did I do the anti leach wrong, I changed the mouse lines to:
mouse(833,209,5,5, true);
for each of them
I fixed my last error. Just changed Mouse to MMouse for all of them.
Can someone see what's wrong with this, it won't click the monk.
procedure CurseMonk;
begin
if P07_FindObj(x,y, 'onk',3423118,5) then
begin
mmouse(x,y,2,2);
clickmouse2(mouse_left);
wait(randomrange(1000,2000));
end
end;
Make sure runescape brightness is set to MAX (all the way to the right)
I've run it for over 1500 curses straight, works fine on my end :/
edit: fixed antileach![]()
Last edited by xoy; 02-28-2013 at 12:35 AM.
I think i've figured out everything except [Error] C:\Simba1\CurseRelease2.simba(21:2): Identifier expected at line 20...
So sad how no1 reps or anything for using other peoples scripts, no wonder the community gets pissed @ leachers
edit: updated includes and works fine
Last edited by uberpeach; 03-02-2013 at 07:20 AM.
Exception in Script: Unable to find file 'P07Incliude.Simba' used from 'C:\Documents and Settings\PC\My Documents\Downloads\CurseRelease.simba'
Thats anti leach... look close
I changed your CurseMonk code a little bit, because it kept clicked on the same spot on the monk. Which is very bot-like.
Simba Code:procedure CurseMonk;
begin
if P07_FindObjCustom(x,y, ['onk'],[3423118, 2501999, 3028099, 3159686],10) then Takebigpoooo
begin
mmouse(x,y,5,5);
nice script to bad every world is spammed by 3-4 autoers already lol
this is the check invo line, i dont understand whats wrong as its same as friend chat line which says is ok?
[Error] C:\Simba\Includes\CurseRelease.simba(21:2): Identifier expected at line 20
procedure CheckInvo;
begin
mmouse(735,212,5,5);
wait(randomrange(10,150));
clickmouse2(mouse_left);
wait(randomrange(500,5000));
mmouse(835,206,5,5);
wait(randomrange(25,50));
clickmouse2(mouse_left);
//end;
same problem..
this if statement anti-leach doesn't make any fucking sense.. it says
"[Error] C:\Users\Matt\Downloads\CurseRelease.simba(41:1): Semicolon (';') expected at line 40
Compiling failed." and the procedure is highlighted, i tried everything i can think of but i can't get this shit to work
There are currently 1 users browsing this thread. (0 members and 1 guests)