GamerzPlanet - For All Your Online Gaming Needs!!

Go Back   GamerzPlanet - For All Your Online Gaming Needs!! > Online Gaming > RuneScape > RuneScape Botting

RuneScape Botting Runescape botting discussion & downloads.



script help please?

RuneScape Botting


Closed Thread
 
Thread Tools Display Modes
Old 05-07-2007, 06:17 AM   #1
Registered User
 
Last Online: 06-21-2007 12:36 AM
Join Date: Apr 2007
Location: U.S. east coast
Age: 18
Posts: 10
Thanks: 3
Thanked 1 Time in 1 Post
moldypeas is on a distinguished road
iTrader: 0 / 0%
Points: 673.00
Bank: 0.00
Total Points: 673.00
script help please?

i apologize already for this but im a little knew at scar scripts and now i keep getting this one error and its driving me nuts

line 15: [error] (15:1) : unkown identifier 'howmanyplayers' in script C:\Documents and settings\moldy peas\Edge-yew-choper+banker-hakeris15.scar

like where you put howmanyplayers ive had this problem before and just tried a diff one please help
moldypeas is offline  
Sponsored Links
Old 05-07-2007, 06:40 AM   #2
Banned
 
Last Online: 02-24-2008 08:36 AM
Join Date: Dec 2006
Posts: 21
Thanks: 8
Thanked 1 Time in 1 Post
mujtaba1155 is on a distinguished road
iTrader: 0 / 0%
Points: 0.00
Bank: 0.00
Total Points: 0
Re: script help please?

not sure im sry. im having teh same problem so can any 1 help?
mujtaba1155 is offline  
Old 05-07-2007, 01:30 PM   #3
Moderator
 
Last Online: 10-19-2008 07:43 PM
Join Date: May 2006
Location: Denmark
Age: 15
Posts: 5,098
Thanks: 14
Thanked 1,354 Times in 400 Posts
XTZGZoReX is on a distinguished road
iTrader: 0 / 0%
Points: 34,212.40
Bank: 188,307.20
Total Points: 222,519.60
 
Xfire Xtzgzorex
Re: script help please?

Quote:
not sure im sry. im having teh same problem so can any 1 help?
We don't need to know if you don't know.

Warned.
XTZGZoReX is offline  
Old 05-07-2007, 09:57 PM   #4
Banned
 
Last Online: 07-12-2008 06:49 PM
Join Date: Nov 2006
Location: why should i tell you
Posts: 41
Thanks: 4
Thanked 8 Times in 6 Posts
rkroxpunk is on a distinguished road
iTrader: 0 / 0%
Points: 77.00
Bank: 0.00
Total Points: 77.00
Re: script help please?

post the script up and I'll be happy to help....I need to see the script first tho
rkroxpunk is offline  
Old 05-08-2007, 02:47 AM   #5
Registered User
 
Last Online: 06-21-2007 12:36 AM
Join Date: Apr 2007
Location: U.S. east coast
Age: 18
Posts: 10
Thanks: 3
Thanked 1 Time in 1 Post
moldypeas is on a distinguished road
iTrader: 0 / 0%
Points: 673.00
Bank: 0.00
Total Points: 673.00
Re: script help please?

ok here it is

program edgeyewcutterbanker;
var
deka:boolean;
kiki:integer;
ct:longint;
const
treecolor = 3770752;
treecolorMM = 889359;
glvl = 99; //the level you wish to reach
procedure DeclarePlayers;
begin
HowManyPlayers:=1;
NumberOfPlayers(howmanyplayers);
CurrentPlayer:=0;
Players[0].Name :='rttygsey';
Players[0].Pass :='erryetrye';
Players[0].Nick :='rty';
Players[0].Active:=True;
end;
procedure FindWcRandoms;
begin
FindNormalRandoms;
FindAxeHeadColor;
if FindHead then begin
attachHead;
end;
FindBirdsNest;
FindEnt(TreeColor);
findDead;
findMod;
FindMime;
findMaze;
FindQuiz;
BoredHuman;
Findlamp ('woodcutting');
FindFight;
if (FindName = true) then;
begin
TalkToRand;
end;
WriteLn('random check');
if not loggedin then loginplayer;
end;


procedure ToTrees;
begin
setrun (true)
mouse(613,101,2,2,true);
Flag;
if (FindSymbol (x ,y ,'tree')) then
mouse(x+8,y-6,0,0,true);
Flag;
end;
procedure ToBank;
begin
mouse(650,40,2,2,true);
wait(10000);
flag;
if (FindSymbol(x, y, 'bank')) then
mouse(x,y,2,2,true);
end;
procedure banking;
begin
wait (5000)
OpenBank3;
WriteLn('bank opened');
wait (3000);
deposit (2, 28 , 2 );
WriteLn('deposited');
closebank;
end;
procedure choppers;
begin
deka:=false;
if FindColorSpiral(x,y,TreeColor,10,10,350,330)then begin
mmouse(x,y,0,0);
wait(100+random(50));
if IsUpText('Chop') and (not FindColorTolerance(x,y,55769,85,15,115,15,20)) then begin
if kiki=1 then begin
mouse(x,y,0,0,true);
kiki:=2
end;
deka:=true;
WriteLn('deka diventa true');
end
end
end;

procedure chopchecks;
begin
if deka then
FindWcRandoms;
begin
if not deka then
writeln ('no trees in there');
end
end;
begin
Setupsrl;
declareplayers;
perfectnorth;
DisguiseScar('Imageshack');
totrees;
ct:=2;
kiki:=1
repeat
RandomChatevery (3);
RandomRClickevery (3);
AntiBan;
Flag;
wait(800+random(200));
choppers;
chopchecks;
if (not deka) then begin
WriteLn('deka è diventato false');
kiki:=1
if ct=1 then begin
ct:=2;
WriteLn('Step to ct_1');
if FindColorSpiral(x,y,TreeColorMM,627,23,677,56) then begin
mouse(x+3,y+5,0,0,true);
wait(5000+random(200));
WriteLn('Found ct_1');
end;
end
else begin
ct:=1;
WriteLn('Step to ct_2');
if FindColorSpiral(x,y,TreeColorMM,631,110,672,133) then begin
mouse(x+3,y-12,0,0,true);
wait(5000+random(200));
WriteLn('Found ct_2');
end;
end;
end;
if InvFull then begin;
tobank;
banking;
totrees;
kiki:=1;
ct:=2;
end;
until(GetSkillLevel('Woodcutting')=Glvl);
end.
moldypeas is offline  
Old 05-08-2007, 03:51 AM   #6
Mega Man Hunter
 
SteveSOSP3's Avatar
 
Last Online: Yesterday 05:28 AM
Join Date: Nov 2005
Location: A.D. 20XX
Age: 19
Posts: 6,379
Thanks: 329
Thanked 1,760 Times in 471 Posts
SteveSOSP3 is on a distinguished road
iTrader: 0 / 0%
Points: 1,995.59
Bank: 123,817.09
Total Points: 125,812.68
     
     
     
     
Re: script help please?

Change NumberOfPlayers to NumberOfPlayers(1). That could fix the problem.
__________________
[Only registered and activated users can see links. ]

^^^^^^^^^^^^^^^^^Click on my signature for private MS/AQ/RS hacks and programs.

SteveSOSP3 is offline  
Old 05-08-2007, 05:00 AM   #7
Registered User
 
Last Online: 06-21-2007 12:36 AM
Join Date: Apr 2007
Location: U.S. east coast
Age: 18
Posts: 10
Thanks: 3
Thanked 1 Time in 1 Post
moldypeas is on a distinguished road
iTrader: 0 / 0%
Points: 673.00
Bank: 0.00
Total Points: 673.00
Re: script help please?

well like the problem is the line that says" HowManyPlayers:=1; " not the number :p

Last edited by moldypeas; 05-08-2007 at 05:00 AM.. Reason: grammer mistake
moldypeas is offline  
Old 05-08-2007, 05:39 AM   #8
Banned
 
Last Online: 07-12-2008 06:49 PM
Join Date: Nov 2006
Location: why should i tell you
Posts: 41
Thanks: 4
Thanked 8 Times in 6 Posts
rkroxpunk is on a distinguished road
iTrader: 0 / 0%
Points: 77.00
Bank: 0.00
Total Points: 77.00
Re: script help please?

err rofl. You need srl for that script and it doesn't even have {.include SRL/SRL.scar}

how could u miss that steve lol :P

also if you don't have SRL downloaded then I think u will need SRL 3.6, 3.7 might work. So wat u have to do is go to srl-forums.com and sign up then on the main page there will be a thread called "Download SRL Here...." download SRL and install it.
Put {.include SRL/SRL.scar} right below the very first line in the script, you have ( program edgeyewcutterbanker;) if that doesn't work then download the attached file (SRL 3.6) install it just like u did with SRL 3.7 and then put {.include SRL/SRL.scar} right below the very first line in the script you have ( program edgeyewcutterbanker;).

There is an in depth tutorial on how to install SRL on the same thread where you download it and an even better tutorial here [Only registered and activated users can see links. ]

If you still don't can't get it working hit me up on msn ([Only registered and activated users can see links. ]) or e-mail me if you don't have msn

EDIT: oops soz i forgot to attack the file :D try downloading this attachment and installing it over SRL 3.7 this is SRL 3.6 oh and I can only say it's not a virus. I'm a trusted person over at SRL and besides I don't even know how to make a virus rofl
Attached Files
File Type: rar SRL 360b without Manual.rar (1.06 MB, 12 views)

Last edited by rkroxpunk; 05-08-2007 at 06:32 AM..
rkroxpunk is offline  
The Following User Says Thank You to rkroxpunk For This Useful Post:
moldypeas (05-08-2007)
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

All times are GMT -7. The time now is 10:06 AM.


Powered by: vBulletin
Copyright ©2008, GamerzPlanet.Net
SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc.
Network: GamerzPlanet | ForumzPlanet | GzPUpload | GzPArcade | GzP Host | Australian Poker | Watch Desperate Housewives | Visits: