Im pretty sure its not allowed on this forum but i have a lvl 105 combat 70 defence with turmoil acc for sale, but i dont know where to sell it? What forum should i use to sell it on.
Type: Posts; User: iridektm
Im pretty sure its not allowed on this forum but i have a lvl 105 combat 70 defence with turmoil acc for sale, but i dont know where to sell it? What forum should i use to sell it on.
.... uhtgh.gsh
sdfkjgn/
its for a private server, i wrote the Loggedout procedure myself. ITS JUST THE MISMATCH error im looking to fix, im not really looking for a "better way" Because it wont...
begin
SetupSRL;
ActivateClient;
repeat
if(Loggedout)then
begin;
Login;
end else;
begin
wait(20);
Im using the AutoColor function in the ACA program. Its fine, but im thieving a stall, so when its respawning it can't find the color, so it just keeps on clicking randomly saying 'cant find color'
...
i still need help, i still have an error... sorry.
Im getting an identifier error at line 142, from the part in orange.
program ArdyGemStall;
{$I SRL/SRL.simba}
Const
Mspeed = 25;
var
x, y: integer;
If im using procedure "Mouse" can i increase the click speed? Its a private server so randomness isnt needed,
@Harry, I love you haha, ive been trying to get this answered for so long now, *Tucks first script under belt* thanks Man!
It doesnt work, im using that, It moves the mouse to (0,0) and just sits there
please help i really need this finished
On a private server? and when i change it to if(FindColor(a, r, 1816597, MS))then
it still just moves mouse to (0,0)
This is a small piece of my script, I need it to find the coordinates of that green plant thing on the stall, then click it basicly. thats all im stuck on. Right now it just moves the mouse to (0,0)...
program Awesomestuff;
{$I SRL/SRL.simba}
var
x, y: integer;
Procedure Login;
Begin
(i deleted this because it contained password)
end;
Procedure Loggedout;
Begin;
I'm making a really, really simple thieving script
that basicly thieves by clicking on a color
found on a stall, and logs back in if logged out.
How can I make a procedure to check
if it's...
Thank you so much, thats an awesome tut.
>.<
I made this script for a private server, It is meant to locate color 1414418, then if it finds the color click on it. every .25 seconds. It just clicks every .25 seconds no matter what.. Please help....
I'm making a script for a private server, and I needed to know if i could use
if (not(LoggedIn); in my script to see if my character is logged in. How is this decided whether its logged in or not...
Things like SetAngle and stuff aren't even working, is that expected?
I want to make my first script on a private server, but since its older style i know it will be harder,
(server is Soulsplit for those wondering)
Anyways instead of using S.M.A.R.T i'll have to...
After Botnuke week or whatever, Jagex challenged bot developers to create a new bot within a week and they will have a job at jagex. Jacmob created his own client in a week and took it to runefest,...
*sidequestion, why cant this bot use first letters? like "hop" instead of "chop"*
This is sort of a complex question, and I am probably in over my head.
Anyways, I was learning to script...