Here ya go, mine Normall tree cutter , not that hard to make but yeah I'm still noob.
Please posts comments and Tips for me :
Converting to SRL
Here ya go, mine Normall tree cutter , not that hard to make but yeah I'm still noob.
Please posts comments and Tips for me :
Converting to SRL
Creds to DannyRS for this wonderful sig!
does it have the latest ANTI random ?
ouch.. dont use coords, coords=instaban.. use srl, for moving the mouse it is MMouse(x,y,randx,randy) and to move and click is Mouse(x,y,randx,randy,left).. so do something like Mouse(x,y,4,4,true) for a left click on a coord, with some randomness to it.. nice for a first, but it will get you banned on scunerape..
Busy with real life. I'll still be around occasionally.
Current Mood:
Coords are inefficient on runescape as the client screen moves slowly. coords would be diffrent in places.
But read the standards and learn.
and good first script.
So you mean I should beter use the MMouse or Mouse? ( does Mouse also moves the mouse and clicks? )
EDIT: I can't script SRL, is there a tutorial or something for it? (They had one on fagex) I can say fagex here right?
![]()
Creds to DannyRS for this wonderful sig!
lol, scripting with srl, is exactly the same as using SSi2 and other include.. :P
I just have to run throught the includes? but there are kinda alot of them lolOriginally Posted by Jagex_Fagex
![]()
Creds to DannyRS for this wonderful sig!
Where do you start??
At the top of your script put
{.include SRL\SRL.scar}
That will work if you've installed the script correctly. Then in the beginning of your main loop do:
SetupSRL;
From there, you can easily find the procedures/functions you're looking for by pressing ctrl+space in SCAR. Then, after you've pressed that, you can type m, and it will show the procedures/functions from SCAR and any include you're using that starts with an M. Be warned that some includes may clash and make eachother not work![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)