THE »H}{RW« Forum Index THE »H}{RW« | »H}{RW« HOME
The Killer Raven Warriors and Havoc Knights
are dedicated to Dungeon Siege Gaming and fair play.

 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   Join! (free) Join! (free)  
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


My autos!

 
Post new topic   Reply to topic    THE »H}{RW« Forum Index -> Runescape Talk,Help
View previous topic :: View next topic  
Author Message
~FCO~ Mr GigGles
<·H}{RW·> FCO Leader


Joined: 27 Jul 2006
Posts: 1900


Location: Usa, SC

PostPosted: Fri May 18, 2007 10:05 pm    Post subject: My autos! Reply with quote

Edit!!!: Check out Rsbot.org. It is the best(yes really the best) AUTO! I have been using it for 1 week and have gotten a new account some pretty insane stats! I'll post some image's later of it. Currently i'm not even suppose to be on the computer...





You most have Scar to use this, i didnt make this to cheat much, all it does is click for you, you still have to check for randoms ETC, but saves your hands Very Happy
_______auto curser__________
Note: use at monk in varrock palace and go on to the east side of the fenced in area that he is at, and keep your view new middle and looking straight at him
Code:

      
      ___|M  
            O
      ___N
            |K
you:->  *
Attack to the north


Code:
procedure drop;
begin
begin
repeat
ClearDebug;
MoveMouseSmooth(676, 264);
wait(200);
ClickMouse(676, 264,true);
wait(200);
MoveMouseSmooth(282, 180);
wait(100);
ClickMouse(282, 180,true);
wait(500);
MoveMouseSmooth(649, 185);
wait(300);
ClickMouse(649, 185,true);
wait(500);
MoveMouseSmooth(740, 189);
wait(300);
ClickMouse(740, 189,true);
until(false);
end;
end;
begin
drop;
end.


Updated  Very Happy

Code:
program curser;

program curser;

var
x,y: Integer;

const
MonsterColor = 3686044;

begin
if(FindColor(x,y,MonsterColor,207,86,280,171)) then
 begin
  repeat
  MoveMouseSmoothEx(674+random(8), 263-random(8),20,40,45,25,20);
  wait(100+random(30));
  ClickMouse(676+random(8), 264-random(8),true);
  wait(100+random(20));
  MoveMouseSmoothEx(x+random(15),y-random(15),20,40,45,25,20);
  Wait(100+random(10));
  ClickMouse(x+random(15),y-random(15),true);
  wait(300+random(15));
  MoveMouseSmoothEx(649+random(9), 185-random(6),20,40,45,25,20);
  wait(300+random(20));
  ClickMouse(649+random(7), 185-random(4),true);
  wait(400+random(10));
  MoveMouseSmoothEx(740+random(6), 189-random(3),20,40,45,25,20);
  wait(200+random(10));
  ClickMouse(740+random(9), 189-random(6),true);
  until(false);
 end;
end.
[/code]

______________BODY RUNE BUYER (MAGE GUILD)_________________

This is small auto body buyer that i made just for my auto curse attacker
Note: make sure you use it at the mage guild (nto sure if it works anywhere else)

Code:
procedure drop;
begin
begin
repeat
ClearDebug;
MoveMouseSmooth(328, 87);
wait(100);
ClickMouse(328, 87,true);
wait(100);
MoveMouseSmooth(302, 153);
wait(100);
ClickMouse(302, 153,true);
wait(100);
until(false);
end;
end;
begin
drop;
end.




_________________
My DS editing tutorial videos:
Video 1
Video 2

Runescape main has been banned - Training new str pure now.


Last edited by ~FCO~ Mr GigGles on Fri Apr 24, 2009 2:24 am; edited 6 times in total
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address MSN Messenger
~FCO~ Mr GigGles
<·H}{RW·> FCO Leader


Joined: 27 Jul 2006
Posts: 1900


Location: Usa, SC

PostPosted: Sat May 19, 2007 3:46 am    Post subject: Reply with quote

updated

Look to first post
_________________
My DS editing tutorial videos:
Video 1
Video 2

Runescape main has been banned - Training new str pure now.
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address MSN Messenger
䢣
[·H}{RW·] Warlord Editer


Joined: 22 Mar 2007
Posts: 136


Location: colorado =( (miss vegas)

PostPosted: Sat May 19, 2007 8:29 am    Post subject: Reply with quote

keep up te wrok jut try no to get areseted
_________________
Back to top
View user's profile Send private message AIM Address
~FCO~ Mr GigGles
<·H}{RW·> FCO Leader


Joined: 27 Jul 2006
Posts: 1900


Location: Usa, SC

PostPosted: Sat May 19, 2007 6:48 pm    Post subject: Reply with quote

arrested? LOL lmao you mean banned, i wont i dont do the long term autos, i still play while the auto runs, all it dose is click for me so i dont Razz (saves my hands and fingers)
_________________
My DS editing tutorial videos:
Video 1
Video 2

Runescape main has been banned - Training new str pure now.
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address MSN Messenger
~FCO~ Mr GigGles
<·H}{RW·> FCO Leader


Joined: 27 Jul 2006
Posts: 1900


Location: Usa, SC

PostPosted: Sat May 19, 2007 8:14 pm    Post subject: Reply with quote

___________________Auto log in' er_____________________
This is a simple auto log in thing.. enjoy i guess
Code:
program TypeExample2;

var
x,y: Integer;

const
playcolor = 67157;

begin
wait(300);
  MoveMouseSmooth(443+random(8), 288-random(8));
  wait(100);
  ClickMouse(443+random(8), 288-random(8),true);
  wait(300);
  MoveMouseSmooth(741+random(8), 483-random(8));
  wait(100);
  ClickMouse(741+random(8), 483-random(8),true);
  wait(1500);
  SendKeys(' '+chr(13)); // NAME HERE--------------------
  wait(100);
  SendKeys(' ') //PASS HERE-----------------------
  wait(500);
  MoveMouseSmooth(300+random(8), 322-random(8));
  wait(100+random(30));
  ClickMouse(300+random(8), 322-random(8),true);
  wait(4000);
end.

begin
if(FindColor(x,y,playcolor,272,293,499,381)) then
 begin
  MoveMouseSmooth(x,y);
  Wait(100+random(10));
  ClickMouse(x,y,true);
 end;
end.

_________________
My DS editing tutorial videos:
Video 1
Video 2

Runescape main has been banned - Training new str pure now.
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address MSN Messenger
~FCO~ Mr GigGles
<·H}{RW·> FCO Leader


Joined: 27 Jul 2006
Posts: 1900


Location: Usa, SC

PostPosted: Sun May 20, 2007 3:37 am    Post subject: Reply with quote

well this is a partly done/bad barrows walker, it will bring you to the prayer place from varrock, about half way from barrows
Code:
program BarrowsRuner;

 begin
  MoveMouseSmoothEx(713+random(0), 76-random(0),20,40,45,25,20);
  wait(100+random(30));
  ClickMouse(713+random(0), 76-random(0),true);
  wait(20000+random(1000));
  MoveMouseSmoothEx(707+random(0), 91-random(0),20,40,45,25,20);
  wait(100+random(30));
  ClickMouse(707+random(0), 91-random(0),true);
  wait(13000+random(1000));
  MoveMouseSmoothEx(667+random(0), 20-random(0),20,40,45,25,20);
  wait(100+random(30));
  ClickMouse(667+random(0), 20-random(0),true);
  wait(14000+random(1000));
  MoveMouseSmoothEx(691+random(0), 34-random(0),20,40,45,25,20);
  wait(100+random(30));
  ClickMouse(691+random(0), 34-random(0),true);
  wait(11000+random(1000));
  MoveMouseSmoothEx(710+random(0), 85-random(0),20,40,45,25,20);
  wait(100+random(30));
  ClickMouse(710+random(0), 85-random(0),true);
  wait(12000+random(1000));
  MoveMouseSmoothEx(699+random(0), 48-random(0),20,40,45,25,20);
  wait(100+random(30));
  ClickMouse(699+random(0), 48-random(0),true);
  wait(2000);
  SendKeys('im stupid i need to remember the gate'+chr(13));
  wait(17000+random(1000));
  MoveMouseSmoothEx(693+random(0), 36-random(0),20,40,45,25,20);
  wait(100+random(30));
  ClickMouse(693+random(0), 36-random(0),true);
  wait(11000+random(1000));
  MoveMouseSmoothEx(706+random(0), 49-random(0),20,40,45,25,20);
  wait(100+random(30));
  ClickMouse(706+random(0), 49-random(0),true);
  wait(12000+random(1000));
  MoveMouseSmoothEx(715+random(0), 63-random(0),20,40,45,25,20);
  wait(100+random(30));
  ClickMouse(715+random(0), 63-random(0),true);
  wait(13000+random(1000));
  MoveMouseSmoothEx(710+random(0), 62-random(0),20,40,45,25,20);
  wait(100+random(30));
  ClickMouse(710+random(0), 62-random(0),true);
  wait(11000+random(1000));
  MoveMouseSmoothEx(713+random(0), 61-random(0),20,40,45,25,20);
  wait(100+random(30));
  ClickMouse(713+random(0), 61-random(0),true);
  wait(12500+random(1000));
  MoveMouseSmoothEx(679+random(0), 63-random(0),20,40,45,25,20);
  wait(100+random(30));
  ClickMouse(679+random(0), 63-random(0),true);
  wait(10000+random(1000));
  MoveMouseSmoothEx(327+random(0), 164-random(0),20,40,45,25,20);
  wait(100+random(30));
  ClickMouse(327+random(0), 164-random(0),true);
  wait(2000+random(500));
  MoveMouseSmoothEx(512+random(0), 115-random(0),20,40,45,25,20);
  wait(100+random(30));
  ClickMouse(512+random(0), 115-random(0),true);
  wait(5000+random(500));
 end.
end.

_________________
My DS editing tutorial videos:
Video 1
Video 2

Runescape main has been banned - Training new str pure now.
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address MSN Messenger
~FCO~ Mr GigGles
<·H}{RW·> FCO Leader


Joined: 27 Jul 2006
Posts: 1900


Location: Usa, SC

PostPosted: Sun May 20, 2007 3:44 am    Post subject: Reply with quote

Auto talker
Code:
program New;
begin
repeat
wait(1500);
SendKeys('Selling barrows armor --- me!'+chr(13));
wait(1000);
SendKeys('buying ppot 4 dose 10k ea -- me!'+chr(13));
wait(1000);
SendKeys('buying idk what! '+chr(13));
wait(1000);
SendKeys('sppaaaaammmmm'+chr(13));
until(false);
end.

_________________
My DS editing tutorial videos:
Video 1
Video 2

Runescape main has been banned - Training new str pure now.
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address MSN Messenger
~FCO~ Mr GigGles
<·H}{RW·> FCO Leader


Joined: 27 Jul 2006
Posts: 1900


Location: Usa, SC

PostPosted: Sat Feb 09, 2008 9:26 pm    Post subject: Reply with quote

Wow i havent messed with scar after i got banned .. a while back!

I might work on it but for other games
_________________
My DS editing tutorial videos:
Video 1
Video 2

Runescape main has been banned - Training new str pure now.
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address MSN Messenger
~H}{RW~ MasterReaction
<·H}{RW·> Leader


Joined: 22 Apr 2006
Posts: 1435


Location: Elddim or Gom Room

PostPosted: Sun Feb 10, 2008 3:33 pm    Post subject: Reply with quote


_________________
~H}{RW~ Master Reaction


NO I AM NOT AN RS SKILLER - LOL
Back to top
View user's profile Send private message Send e-mail MSN Messenger
~FCO~ Mr GigGles
<·H}{RW·> FCO Leader


Joined: 27 Jul 2006
Posts: 1900


Location: Usa, SC

PostPosted: Mon Jun 02, 2008 6:12 pm    Post subject: Reply with quote

Auto ess miner for Corruption

Code:
program New;

var
x,y: Integer;

const
BankColor = 5999009;

begin
if(FindColor(x,y,BankColor,0,2,1000,800)) then
 begin
 wait(2000);
 MoveMouseSmooth(622, 54);
 wait(100);
 ClickMouse(622, 54,true);
 wait(4500);
 MoveMouseSmooth(28, 33);
 wait(100);
 ClickMouse(28, 33,true);

/////////////////

wait(3000);
MoveMouseSmooth(189, 125);  //1
wait(100);
ClickMouse(189, 125,true);

wait(100);
MoveMouseSmooth(189, 125); //2
wait(100);
ClickMouse(189, 125,true);

wait(100);
MoveMouseSmooth(189, 125);  //3
wait(100);
ClickMouse(189, 125,true);

wait(100);
MoveMouseSmooth(189, 125); //4
wait(100);
ClickMouse(189, 125,true);

wait(100);
MoveMouseSmooth(189, 125); //5
wait(100);
ClickMouse(189, 125,true);

wait(100);
MoveMouseSmooth(189, 125);  //6
wait(100);
ClickMouse(189, 125,true);

wait(100);
MoveMouseSmooth(189, 125);  //7
wait(100);
ClickMouse(189, 125,true);

wait(100);
MoveMouseSmooth(189, 125); //8
wait(100);
ClickMouse(189, 125,true);

wait(100);
MoveMouseSmooth(189, 125); //9
wait(100);
ClickMouse(189, 125,true);

wait(100);
MoveMouseSmooth(189, 125);  //10
wait(100);
ClickMouse(189, 125,true);

wait(100);
MoveMouseSmooth(189, 125);  //11
wait(100);
ClickMouse(189, 125,true);

wait(100);
MoveMouseSmooth(189, 125); //12
wait(100);
ClickMouse(189, 125,true);

wait(100);
MoveMouseSmooth(189, 125); //13
wait(100);
ClickMouse(189, 125,true);

wait(100);
MoveMouseSmooth(189, 125); //14
wait(100);
ClickMouse(189, 125,true);


wait(100);
MoveMouseSmooth(189, 125); //15
wait(100);
ClickMouse(189, 125,true);

wait(100);
MoveMouseSmooth(189, 125); //16
wait(100);
ClickMouse(189, 125,true);

wait(100);
MoveMouseSmooth(189, 125); //17
wait(100);
ClickMouse(189, 125,true);

wait(100);
MoveMouseSmooth(189, 125); //18
wait(100);
ClickMouse(189, 125,true);

wait(100);
MoveMouseSmooth(189, 125); //19
wait(100);
ClickMouse(189, 125,true);

wait(100);
MoveMouseSmooth(189, 125); //20
wait(100);
ClickMouse(189, 125,true);

wait(100);
MoveMouseSmooth(189, 125); //21
wait(100);
ClickMouse(189, 125,true);

wait(100);
MoveMouseSmooth(189, 125); //22
wait(100);
ClickMouse(189, 125,true);

wait(100);
MoveMouseSmooth(189, 125); //23
wait(100);
ClickMouse(189, 125,true);

wait(100);
MoveMouseSmooth(189, 125); //24
wait(100);
ClickMouse(189, 125,true);

wait(100);
MoveMouseSmooth(189, 125); //25
wait(100);
ClickMouse(189, 125,true);

wait(100);
MoveMouseSmooth(189, 125); //26
wait(100);
ClickMouse(189, 125,true);


wait(100);
MoveMouseSmooth(189, 125); //27
wait(100);
ClickMouse(189, 125,true);

wait(100);
MoveMouseSmooth(189, 125); //28
wait(100);
ClickMouse(189, 125,true);

wait(9000);
MoveMouseSmooth(687, 117);
wait(100);
ClickMouse(687, 117,true);

wait(4000);
MoveMouseSmooth(663, 103);
wait(100);
ClickMouse(663, 103,true);

wait(5000);
MoveMouseSmooth(x,y); //bank
wait(100);
ClickMouse(x,y,true);

wait(1000);
MoveMouseSmooth(586, 228);
wait(100);
ClickMouse(586, 228,false);

wait(1000);
MoveMouseSmooth(588, 306);
wait(100);
ClickMouse(588, 306,true);

wait(1000);
MoveMouseSmooth(455, 42);
wait(100);
ClickMouse(455, 42,true);
end;
end.

_________________
My DS editing tutorial videos:
Video 1
Video 2

Runescape main has been banned - Training new str pure now.
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address MSN Messenger
mechwarrior5
~H}{RW Friend~


Joined: 29 Feb 2008
Posts: 32



PostPosted: Wed Jun 04, 2008 6:46 pm    Post subject: Reply with quote

urs sucks Very Happy il post the best bot in like 5 min lemme upload it >.<
Back to top
View user's profile Send private message
~FCO~ Mr GigGles
<·H}{RW·> FCO Leader


Joined: 27 Jul 2006
Posts: 1900


Location: Usa, SC

PostPosted: Wed Jun 04, 2008 8:51 pm    Post subject: Reply with quote

Sthu.

Lol these are custom bots I use for my own personal reason..

The ess miner is for a private server, it has nothing to do with runescape.com
_________________
My DS editing tutorial videos:
Video 1
Video 2

Runescape main has been banned - Training new str pure now.
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address MSN Messenger
~FCO~ Mr GigGles
<·H}{RW·> FCO Leader


Joined: 27 Jul 2006
Posts: 1900


Location: Usa, SC

PostPosted: Fri Apr 24, 2009 2:24 am    Post subject: Reply with quote

Edit!!!: Check out Rsbot.org. It is the best(yes really the best) AUTO! I have been using it for 1 week and have gotten a new account some pretty insane stats! I'll post some image's later of it. Currently i'm not even suppose to be on the computer...
_________________
My DS editing tutorial videos:
Video 1
Video 2

Runescape main has been banned - Training new str pure now.
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address MSN Messenger
~H}{RW~ MasterReaction
<·H}{RW·> Leader


Joined: 22 Apr 2006
Posts: 1435


Location: Elddim or Gom Room

PostPosted: Fri Apr 24, 2009 1:33 pm    Post subject: Reply with quote

Sweet new Sig btw!


Ok good I need you to lvl up my new accounts for the clan

The Krw
The K R W

at least to lvl 10 or so. The we can set up the clan chats and ranks for members.
ill pm u the passwords and you can make one any way you want.

ill take The KRW you take The K R W.

Maybe we should make one a female. But basically they are accounts a few of us should be able to access to assign ranks.

TY



PS My Sig lies today I AM CB 122!
_________________
~H}{RW~ Master Reaction


NO I AM NOT AN RS SKILLER - LOL
Back to top
View user's profile Send private message Send e-mail MSN Messenger
~H}{RW~ MasterReaction
<·H}{RW·> Leader


Joined: 22 Apr 2006
Posts: 1435


Location: Elddim or Gom Room

PostPosted: Fri Apr 24, 2009 1:36 pm    Post subject: Reply with quote

Also I just dont see the download for the bot
_________________
~H}{RW~ Master Reaction


NO I AM NOT AN RS SKILLER - LOL
Back to top
View user's profile Send private message Send e-mail MSN Messenger
~FCO~ Mr GigGles
<·H}{RW·> FCO Leader


Joined: 27 Jul 2006
Posts: 1900


Location: Usa, SC

PostPosted: Mon Apr 27, 2009 8:31 pm    Post subject: Reply with quote

Here you go, freewebs.com/krwpsu/rsbot.zip

Also read my pm.



_________________
My DS editing tutorial videos:
Video 1
Video 2

Runescape main has been banned - Training new str pure now.
Back to top
View user's profile Send private message Send e-mail Visit poster's website AIM Address MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    THE »H}{RW« Forum Index -> Runescape Talk,Help All times are GMT
Page 1 of 1

Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Card File  Gallery  Forum Archive
Powered by phpBB © 2001 phpBB Group

Chronicles phpBB2 theme by Jakob Persson (http://www.eddingschronicles.com). Stone textures by Patty Herford.
Create your own free forum | Buy a domain to use with your forum