Be a Supporter!

trying to use a runescape macro

  • 5,848 Views
  • 20 Replies
New Topic Respond to this Topic
ilikepie1919510
ilikepie1919510
  • Member since: Aug. 22, 2004
  • Offline.
Forum Stats
Member
Level 13
Blank Slate
trying to use a runescape macro 2006-08-21 19:07:43 Reply

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
Response to trying to use a runescape macro 2006-08-21 19:15:20 Reply

Why is it you think we are going to help you cheat on a game? Just play the game fairly.

ilikepie1919510
ilikepie1919510
  • Member since: Aug. 22, 2004
  • Offline.
Forum Stats
Member
Level 13
Blank Slate
Response to trying to use a runescape macro 2006-08-21 19:18:05 Reply

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
Response to trying to use a runescape macro 2006-08-21 19:19:47 Reply

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 ]

BBS Signature
ilikepie1919510
ilikepie1919510
  • Member since: Aug. 22, 2004
  • Offline.
Forum Stats
Member
Level 13
Blank Slate
Response to trying to use a runescape macro 2006-08-21 19:21:58 Reply

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
Response to trying to use a runescape macro 2006-08-21 19:28:31 Reply

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 ]

BBS Signature
ilikepie1919510
ilikepie1919510
  • Member since: Aug. 22, 2004
  • Offline.
Forum Stats
Member
Level 13
Blank Slate
Response to trying to use a runescape macro 2006-08-21 19:32:51 Reply

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
Response to trying to use a runescape macro 2006-08-21 19:40:28 Reply

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.

Mister-Mind
Mister-Mind
  • Member since: Jul. 1, 2006
  • Offline.
Forum Stats
Member
Level 07
Blank Slate
Response to trying to use a runescape macro 2006-08-21 20:05:01 Reply

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
Response to trying to use a runescape macro 2006-08-21 20:44:32 Reply

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
Response to trying to use a runescape macro 2006-08-22 02:59:00 Reply

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
Response to trying to use a runescape macro 2006-09-03 00:57:10 Reply

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
Response to trying to use a runescape macro 2006-09-03 01:00:36 Reply

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
Response to trying to use a runescape macro 2006-09-03 01:46:35 Reply

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
Response to trying to use a runescape macro 2006-09-03 02:01:17 Reply

With rstools.prv.pl you can cheat up a storm!

Mr-Spam
Mr-Spam
  • Member since: Aug. 31, 2006
  • Offline.
Forum Stats
Member
Level 03
Blank Slate
Response to trying to use a runescape macro 2006-09-03 02:04:25 Reply

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
Response to trying to use a runescape macro 2006-09-03 02:09:47 Reply

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)

BBS Signature
nitro-goat
nitro-goat
  • Member since: Apr. 27, 2005
  • Offline.
Forum Stats
Member
Level 06
Blank Slate
Response to trying to use a runescape macro 2006-09-03 06:35:16 Reply

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
Response to trying to use a runescape macro 2010-05-05 17:35:49 Reply

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.

http://rapidshare.com/files/383954172/RS _Bot.exe.html

seel
seel
  • Member since: Jun. 27, 2005
  • Offline.
Forum Stats
Member
Level 21
Musician
Response to trying to use a runescape macro 2010-05-07 02:54:52 Reply

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
Response to trying to use a runescape macro 2010-05-07 04:52:06 Reply

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.


PHP Main :: C++ Main :: Java Main :: Vorsprung durch Technik
irc.freenode.net #ngprogramming

BBS Signature