Search:

Type: Posts; User: iridektm

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    618

    Where to sell runescape accs?

    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.
  2. .... uhtgh.gsh sdfkjgn/ its for a private...

    .... 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...
  3. Why cant i fix this mismatch error?? please help me quick

    begin
    SetupSRL;
    ActivateClient;
    repeat
    if(Loggedout)then
    begin;
    Login;
    end else;
    begin
    wait(20);
  4. Replies
    0
    Views
    423

    Help with AutoColor please,

    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'
    ...
  5. Replies
    3
    Views
    473

    i still need help, i still have an error... sorry.

    i still need help, i still have an error... sorry.
  6. Replies
    3
    Views
    473

    Identifier on line 142?

    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;
  7. Replies
    1
    Views
    577

    Easy yes/no question sorta

    If im using procedure "Mouse" can i increase the click speed? Its a private server so randomness isnt needed,
  8. Replies
    7
    Views
    792

    @Harry, I love you haha, ive been trying to get...

    @Harry, I love you haha, ive been trying to get this answered for so long now, *Tucks first script under belt* thanks Man!
  9. Replies
    7
    Views
    792

    It doesnt work, im using that, It moves the mouse...

    It doesnt work, im using that, It moves the mouse to (0,0) and just sits there
  10. Replies
    7
    Views
    792

    please help i really need this finished

    please help i really need this finished
  11. Replies
    7
    Views
    792

    On a private server? and when i change it to...

    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)
  12. Replies
    7
    Views
    792

    Need help finding/clicking a color.

    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)...
  13. Replies
    1
    Views
    471

    mismatch error?

    program Awesomestuff;
    {$I SRL/SRL.simba}
    var
    x, y: integer;
    Procedure Login;
    Begin
    (i deleted this because it contained password)
    end;
    Procedure Loggedout;
    Begin;
  14. Thread: if loggedin?

    by iridektm
    Replies
    3
    Views
    519

    if loggedin?

    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...
  15. Replies
    3
    Views
    499

    Thank you so much, thats an awesome tut.

    Thank you so much, thats an awesome tut.
  16. Replies
    3
    Views
    499

    >.

    >.<
  17. Replies
    6
    Views
    695

    Why doesnt this script work right

    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....
  18. Replies
    3
    Views
    499

    Easy fix 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...
  19. Things like SetAngle and stuff aren't even...

    Things like SetAngle and stuff aren't even working, is that expected?
  20. Can i use this for the private server im playing?

    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...
  21. Replies
    8
    Views
    919

    After Botnuke week or whatever, Jagex challenged...

    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,...
  22. Replies
    8
    Views
    919

    How This bot actually works.

    *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...
Results 1 to 22 of 22