which would be easy to make for my first script!!!
which would be easy to make for my first script!!!
Brent8900
Powerminer, very easy, simple, and well ya. But also a fighter
Please, I need money, and you don't lose anything, except get money! Join BUX.TO with http://bux.to/?r=twistedvip50
powerminer definatly
but making it undetectable will be harder
~shut
All my scripts are held on Googlecode git, so if you ever see a problem, fork it and send me a pull request
If a script is grey, it doesn't work, if it's colour then it does!
My Tutorials:-
Everything you need to know about setting up Simba, SRL and Reflection!, How to sort out the MSVCR71.dll error
How to set up players for autoing with Simba, SRL/Simba Standards (with examples), Defines
Auto Updater and Git, Using a testing branch for git, Adding SRL Stats to your script
Creating your own font set for Simba, Guide to Cups, How to make 1.45M (RSGP) a day (not really my tut)
Download a image and set it as your Desktop Wallpaper in C#, How to make your first PHP file uploader
<Coh3n> Shuttleu, fuck I love you right now
well power miners are more likely to be 100% your 1st ever script!!
on the other hand i voted other because i dont know the basc skills and the knowldge you know of scar/srl/programmingso realy it is a hard 1 to answer unless you stated your knowledge of what you know
TBH i am new and trying to learn scripting but i don't know how but i would think i would make a practice on a auto log in script or a auto walker to like fally or varrok then make an offical powermining script.
@ Link555: It would be nice if you didn't hijack Brent's thread.
@ Brent: I started myself off with a simple script that use co-ords to open up Firefox, and then log me onto Runescape. You might be past that now, I don't know.
After that (this may sound stupid) because it is more of a challenge than opening RS, but not a difficult as making a script for RS, I made a few scripts for Neopets. Just find a few games on there that you think you could make a script for with your knowledge, and do it.
Making simple scripts that cover the basics, like MMouse, Mouse, and FindColor, TypeSend, then moving onto more advanced stuff, will eventually lead to you being able to make an uber script for RS.
Right now, I've not release any uber scripts, but I have released a few scripts. You will be able to as well if you start off simple, and gradually build yourself up.
Hope I helped,
R1ch4
<3
Originally Posted by Eminem
I think a powercutter is a easy first script
My first script was a draynor netter/banker. Very easy, if your player is higher leveled so the wizards don't attack ;-).
i'd also say powerminer as all you would need o know are the basic procedures such as mouse and findcolortolerance eg
also in findcolortolerance you can change msx1 ect to whatever you want and in mouse making the numbers higher will give more randomnessSCAR Code://start script logged in in front of what you want to mine
//and set one color from the ore next to "oretominecolor=" but keep the semi-colon
//to add antirandoms you would have to use declareplayers or
//srlplayerform and then call findnormalrandoms in your script
//for antiban you could use hoverskill('mining', false); or just boredhuman;
//even rrightclick helps
//yeah so erm this should run if you set in a color even though ive not tested
program demonstrationpowerminer;
{.include SRL/SRL.scar}
var
x,y:integer;
const
oretominecolor=1234567;
begin
setupSRL;//sets up srl
repeat;
repeat;
if (FindColorTolerance(x, y,oretominecolor, msx1, msy1, msx2, msy2, 20)) then
//finds the ore color
mouse(x,y,3,3,true);//clicks on the ore color
wait(2000);//set to how long it should take to mine could replace with bored human
until invfull
dropall;
until false
end.
personally for anitrandoms i use
SCAR Code:Procedure Randoms;
begin
If(FindFight)then
RunAway('N', True,1,15000);
FindNormalRandoms;
FindLamp((LampLevel));
SolveNonTalkingRandoms;
end;
and add this to th const
SCAR Code:LampLevel= 'Fletching'; //Set the skill you want a lamp to do.
I've been working on an auto-fighter myself and while it has been fairly simple I think a power-miner would be a lot easier, especially if you have no coding experience.
woodcutter =P
Dont Steal..
There are currently 1 users browsing this thread. (0 members and 1 guests)