You can hack in Runescape put you can get key logged. Scan you pc for key loggers. And besides that what were you doing in the bath room in the first place :rolleyes:
Type: Posts; User: MacroHawk
You can hack in Runescape put you can get key logged. Scan you pc for key loggers. And besides that what were you doing in the bath room in the first place :rolleyes:
Ya I know it basic. But I am still working on it :) and I need more help with the script :)
It will login then it won't do anything?
Thanx for changing pass! Forgot I left it in! I seen you wanted to see what I got in bank :) and yes im poor :) And thanx for fixing the script!!! Rep+ for you. 1 for saving my pass and 2 for fixing...
For a while I have made a script that will power mine & drop copper from my own personal uses. I have used it to quickly raise my army of level 3's and 4's to level 20+ Mining. But now I have made a...
Good Script :) Keep Up the good work.
Thanks All :)
Good Script. I am 2 working on my auto miner. If you want to keep everything in a "const" like I do here is how I put my set up players here is my const:
const
PlayerName ='';
PassWord ...
Thanx Mjordan.
I know how to do that. I mean like:
if(FindGas(x,y)) then
begin
//Script
end;
Like that. And how to use the Find Pick and Attach it if it comes off.
How do you use SRL's Mining Skill Functions? Like the "If finds gas then it will run away then come back" and the "Find and Attach pick". I seen them in the SRL manual, but could not understand how...
What is the difference between an Auto and a Power? Like a Auto Miner and Auto Power Miner? Is there any real difference?
Hardcore Naruto Fan all the way!
http://www.narutohq.com/images/naruto.gif
Hi & Welcome! I'm sorta new too! Look around in the tutorials section on how to start and finish you first script.
Sorry, couldn't understand what he was saying. And Bubbsy here is how to fix that problem:
1) Open Scar
2)Click "File"
3)Click Download SRL
4)Click Download Includes
That should fix it.
me?
...Read tutorials. There are lots of them out there. Download some scar scripts and figure out how they work. That is how I learned. Don't ask how to use some thing if there are lots of tutorials. on...
I am making an auto miner and I have a question. When you are using multiple players like this:
Procedure DeclarePlayers;
begin
HowManyPlayers:=3;
NumberOfPlayers(HowManyPlayers);
...
Would Tutorial Island be a good place to test Autos? Even though you don't get randoms in Tutorial Island you can test your Autos there with getting reported so you can see how long it can go before...
I made my own Auto Miner in Scar and every thing works fine besides the MMouse function. Here is the part of my mining code that find the color and clicks it:
procedure Mine; ...
Oh yea! That works thanx!
I tried it but it still gives me the same error?
I have made my first script called "MacoHawk's Iron Skills". It is not complete yet, I still need to put in a auto dropper. But when I when to test it I got this error:
Line 11: [Error] (14357:1):...
Thanx Starblaster100!
What is the code in Scar to clear the Dub Box? Seen it before but forgot what it was?
In the main loop where you call all you Procedures, do you have to add the:
findrandoms;
In the main loop?