trying to use a runescape macro
- ilikepie1919510
-
ilikepie1919510
- Member since: Aug. 22, 2004
- Offline.
-
- Forum Stats
- Member
- Level 13
- Blank Slate
I Need Hellllllpppppppp! its a long code and i need to know what ive got to do to it to make it work right. its an auto for cutting willows then depositingthem in the bank. i know this is long but i think theres an expert who could help me lickity split. here it is
// Draynor Willow Cutter v1.0 By Jens
// > Version History
// v1.0 - Initial release
// > Setup
// Start in Draynor bank or between the willows.
// Have axe equiped and press start.
// > Note
// This script does NOT have anti-randoms, this version is
// only released as a foretaste of how the 'full' version will
// be. It will be buggy, and please track it when you run it.
// I am not responsible in any way.
// > Copyright
// You are allowed to copy pieces out of this script and use
// them in your own scripts. Just give me some credits.
program WillowCutter;
{.include sslibrary.txt}
var mx,my:integer;
const
TreeColor1 = 1857608;
TreeColor2 = 3821648;
procedure ToBank;
begin
if(FindColorSpiral(mx,my,3060683,606,5,725
,118))then
begin
Mouse(mx,my+2,2,2,true);
Flag;
end else
begin
Logout;
Writeln('Logged out - Couldn`t find bank symbol');
end;
end;
procedure ToTrees;
var rand: integer;
begin
rand:= random(2);
if(rand=1)then
begin
Mouse(617,116,4,4,true);
Flag;
Wait(100+random(200));
end else
begin
Mouse(637,119,4,4,true);
Flag;
Wait(100+random(100));
end;
end;
procedure CutTrees;
var px,py: integer;
begin
repeat
if(FindColorSpiral(px,py,TreeColor1,4,4,51
4,337))then
begin
MMouse(px,py,1,1);
if(IsTextAt2(9,9,'Chop down',100))then
begin
if(IsTextAt2(9,9,'Chop down Tree',100))then
begin
ToBank;
ToTrees;
end else
begin
Mouse(px,py,0,0,true);
repeat
Wait(1000+random(500));
until(not(IsTextAt2(9,9,'Chop down',100)))
end;
end;
end else
begin
if(FindColorSpiral(px,py,TreeColor2,4,4,51
4,337))then
begin
MMouse(px,py,1,1);
if(IsTextAt2(9,9,'Chop down',100))then
begin
if(IsTextAt2(9,9,'Chop down Tree',100))then
begin
ToBank;
ToTrees;
end else
begin
Mouse(px,py,0,0,true);
repeat
Wait(1000+random(500));
until(not(IsTextAt2(9,9,'Chop down',100)))
end;
end;
end;
end;
until(InventoryCount=28)
end;
procedure CheckLeveled;
begin
if(GetColor(54,418)=3030098) and (GetColor(213,439)=16711680)then
begin
Writeln('Congratulations, you just advanced a woodcutting level');
Mouse(252,439,4,4,true);
end;
end;
procedure CheckStart;
var cx,cy: integer;
begin
if(FindColorSpiral(cx,cy,3060683,637,82,65
3,93)=true)then
begin
ToTrees;
CutTrees;
end else
CutTrees;
end;
begin
LoadLibrary('MSN Messenger (BETA)');
SetBrightness('vbright');
CheckStart;
repeat
ToBank;
OpenBank;
DepositAll;
ToTrees;
CutTrees;
until(false)
end.
- Craige
-
Craige
- Member since: Jul. 17, 2004
- Offline.
-
- Forum Stats
- Member
- Level 08
- Blank Slate
Why is it you think we are going to help you cheat on a game? Just play the game fairly.
// MustyWindows - Jump Through The Windows
// AmpFusion - Where Underground Becomes Mainstream
Neo Enterprise Technologies Coming soon.
- ilikepie1919510
-
ilikepie1919510
- Member since: Aug. 22, 2004
- Offline.
-
- Forum Stats
- Member
- Level 13
- Blank Slate
never!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! plus im trying to learn how to make them also.
- elbekko
-
elbekko
- Member since: Jul. 23, 2004
- Offline.
-
- Forum Stats
- Member
- Level 16
- Blank Slate
At 8/21/06 07:18 PM, ilikepie1919510 wrote: never!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! plus im trying to learn how to make them also.
Threads like this are against the NG rules.
Programs like this are against RS rules.
Double violation, mymy.
And who the hell plays that stupid game anyway? >=/
"My software never has bugs. It just develops random features. " - Unknown
[ FluxBB developer | Quickmarks 0.5.1 | Strings & Ints - my blog ]
- ilikepie1919510
-
ilikepie1919510
- Member since: Aug. 22, 2004
- Offline.
-
- Forum Stats
- Member
- Level 13
- Blank Slate
people who make lots of money selling supper rare things on ebay. i jsut hate actually having to play it a lot to get those thigns so itd b cool if i knew how to use the programs so i could make lots of ruenscape godl without having to actually work. mwuahahahahaha.
- elbekko
-
elbekko
- Member since: Jul. 23, 2004
- Offline.
-
- Forum Stats
- Member
- Level 16
- Blank Slate
At 8/21/06 07:21 PM, ilikepie1919510 wrote: people who make lots of money selling supper rare things on ebay. i jsut hate actually having to play it a lot to get those thigns so itd b cool if i knew how to use the programs so i could make lots of ruenscape godl without having to actually work. mwuahahahahaha.
Bloody capitalistic pig.
"My software never has bugs. It just develops random features. " - Unknown
[ FluxBB developer | Quickmarks 0.5.1 | Strings & Ints - my blog ]
- ilikepie1919510
-
ilikepie1919510
- Member since: Aug. 22, 2004
- Offline.
-
- Forum Stats
- Member
- Level 13
- Blank Slate
no i dont realy sell things on ebay. but i do trade items from that game for other games. so i can i plzzzzzz get some help?
- Craige
-
Craige
- Member since: Jul. 17, 2004
- Offline.
-
- Forum Stats
- Member
- Level 08
- Blank Slate
At 8/21/06 07:32 PM, ilikepie1919510 wrote: no i dont realy sell things on ebay. but i do trade items from that game for other games. so i can i plzzzzzz get some help?
No, because we still are not going to help you cheat you way in a game.
// MustyWindows - Jump Through The Windows
// AmpFusion - Where Underground Becomes Mainstream
Neo Enterprise Technologies Coming soon.
- Mister-Mind
-
Mister-Mind
- Member since: Jul. 1, 2006
- Offline.
-
- Forum Stats
- Member
- Level 07
- Blank Slate
1) you shouldnt be making a topic like this
2) macros cant work that for that long, their bound to screw up. Becides, theyre only good for mining. DOnt use them for big jobs, just small ones like mining ore and then dropping it.
Or
Just dont play runescape because it sucks.
- TenLetters
-
TenLetters
- Member since: Sep. 15, 2005
- Offline.
-
- Forum Stats
- Member
- Level 04
- Blank Slate
Thats a scar script, fucktard.
If you want to have high runescape levels go to some private servers.
www.moparisthebest.com
- Conexion
-
Conexion
- Member since: Aug. 17, 2006
- Offline.
-
- Forum Stats
- Member
- Level 03
- Blank Slate
At 8/21/06 08:44 PM, jordanweb wrote: Thats a scar script, fucktard.
If you want to have high runescape levels go to some private servers.
www.moparisthebest.com
and another violation... man, people don't get it.
- darksigns
-
darksigns
- Member since: Jun. 2, 2006
- Offline.
-
- Forum Stats
- Member
- Level 08
- Blank Slate
First of all,
1) Macroing is AGAINST the runescape rules, read here. Using cheats in RS quickly gets you banned.
2) If i'm not wrong, this thread is against the rules. Or are they...?
Grow up n00b. If you wanna cut willows, you'll have to get a high enough w/c skill.
Hello.
- Taylor
-
Taylor
- Member since: Aug. 19, 2003
- Offline.
-
- Forum Stats
- Member
- Level 09
- Blank Slate
At 9/3/06 12:57 AM, darksigns wrote: First of all,
1) Macroing is AGAINST the runescape rules, read here. Using cheats in RS quickly gets you banned.
2) If i'm not wrong, this thread is against the rules. Or are they...?
Grow up n00b. If you wanna cut willows, you'll have to get a high enough w/c skill.
You're a friggin retard.
- JeremysFilms
-
JeremysFilms
- Member since: Feb. 18, 2005
- Offline.
-
- Forum Stats
- Member
- Level 18
- Blank Slate
Oh my gosh.. why did all of these.. n00bs and newbies post all of this crap in here.
Regardless,
this thread is violating NG and RS terms. So just STOP posting in it. It'll soon be locked.
Not another person needs to say this, it's very clear now.
- Mr-Spam
-
Mr-Spam
- Member since: Aug. 31, 2006
- Offline.
-
- Forum Stats
- Member
- Level 03
- Blank Slate
- Mr-Spam
-
Mr-Spam
- Member since: Aug. 31, 2006
- Offline.
-
- Forum Stats
- Member
- Level 03
- Blank Slate
At 9/3/06 02:01 AM, allen_morgan wrote: With rstools.prv.pl you can cheat up a storm!
Heres a nicle little auto typer that is virus/spyware free.
http://www.icpnet.pl..AutoTalkerXPro17.zip
I use it on myspace chatrooms cuz I like to spam unmoderated chatrooms! its really fun actually you guys should try chat spamming! Not NG chat though, myspace chat you can spam up a storm in! lol I do it all the time!
- eWhabs
-
eWhabs
- Member since: May. 4, 2006
- Offline.
-
- Forum Stats
- Member
- Level 13
- Blank Slate
At 9/3/06 02:04 AM, allen_morgan wrote:At 9/3/06 02:01 AM, allen_morgan wrote: With rstools.prv.pl you can cheat up a storm!Heres a nicle little auto typer that is virus/spyware free.
http://www.icpnet.pl..AutoTalkerXPro17.zip
I use it on myspace chatrooms cuz I like to spam unmoderated chatrooms! its really fun actually you guys should try chat spamming! Not NG chat though, myspace chat you can spam up a storm in! lol I do it all the time!
We don't need this here. At least send him in PM. You're a noob, please, go away now. This is violating the NG rules just as the subject of this topic. Please can someone lock this thread??
-Disregard females (fuck bitches)
-Acquire currency (get money)
-Ignite cannabis frequently (smoke sum with your homies)
- nitro-goat
-
nitro-goat
- Member since: Apr. 27, 2005
- Offline.
-
- Forum Stats
- Member
- Level 06
- Blank Slate
I made one that actually worked .. yet i wasnt sad enough to play the game.
Perhaps you could tell us what it was coded in ...
- lasse99999
-
lasse99999
- Member since: May. 5, 2010
- Offline.
-
- Forum Stats
- Member
- Level 02
- Blank Slate
Hello!
I think i will solve peoples problems today:P
I found a really good bot that cost 5GPB/mount and i dident like to pay for it so i told my mothers brother that like a geek about it and he cracked it to me:)
Now i dont have to pay anymore and i have this simple and good bot so i decied to share it here at newgrounds becourse i like the peoples here.
- seel
-
seel
- Member since: Jun. 27, 2005
- Offline.
-
- Forum Stats
- Member
- Level 21
- Musician
At 8/21/06 07:19 PM, elbekko wrote: And who the hell plays that stupid game anyway? >=/
Never ceases to be a douche I see.
Opinions!
- Jon-86
-
Jon-86
- Member since: Jan. 30, 2007
- Offline.
-
- Forum Stats
- Member
- Level 14
- Blank Slate
At 5/7/10 02:54 AM, seel wrote:At 8/21/06 07:19 PM, elbekko wrote: And who the hell plays that stupid game anyway? >=/Never ceases to be a douche I see.
Opinions!
This is a 4 year old thread bumped by "Elated lasse99999" elbekko doesn't even visit this forum anymore.

