Results 1 to 6 of 6

Thread: My N0oBsT3r High Alch Script

  1. #1
    Join Date
    Oct 2006
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default My N0oBsT3r High Alch Script

    Doesn't have any anti random but its my WORKING first script
    Comments would be great! i'm still learning, haven't figered out how to use SRL in my scripts "yet"

    Code:
    //N0obsT3r High Alcher
    //Made By Shaun- The leecher from SRL
    
    program AutoAlcher;
    const
    x =711; //might need to edit these
    y =326;
    twait = 200;
    
    Procedure ClickHuman(x, y : Integer; left : Boolean);//Taken from Pmh1000's script
    Begin
      holdmouse(x, y, left);
      wait(40 + random(50));
      releasemouse(x, y, left);
    End;
    
    begin
    repeat
    wait(2100+random(twait));
    clickhuman(x+random(3), y+random(4), true)
    until(false);
    end.
    Enjoy.

    [edit]
    Ok i did something wrong it was workign a sec ago and i must of changed sumin i'll post a working one soon...

    [edit2]
    W0ot fixed it should work great now

  2. #2
    Join Date
    Oct 2006
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    nice man its working so far i stoped it though the mouse was going crazy but nice for ur first

  3. #3
    Join Date
    Jun 2006
    Posts
    3,861
    Mentioned
    3 Post(s)
    Quoted
    1 Post(s)

    Default

    You should take the random in the clicks away. Your mouse just jumps from one location to another. Very detectable, sorry.

  4. #4
    Join Date
    Oct 2006
    Posts
    35
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    its really laggy on my computer...but other then that it works.

  5. #5
    Join Date
    Oct 2006
    Posts
    7
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    dosnt work for me at all just gets some error...meh dont matter high alchers never work for me anyway..

  6. #6
    Join Date
    Oct 2006
    Posts
    468
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    if u want to add anti randoms SRL has really good ones and just go to the SRL guide its easy to follow

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Best items for high alch!
    By AgentZero in forum News and General
    Replies: 13
    Last Post: 08-04-2008, 08:39 PM
  2. High Alch values?
    By tarajunky in forum RS has been updated.
    Replies: 7
    Last Post: 12-04-2007, 12:43 AM
  3. In your opnion, what's the best thing to high-alch?
    By lolpie in forum Discussions & Debates
    Replies: 10
    Last Post: 11-11-2007, 12:36 AM
  4. need a high alch
    By ianternet in forum RS3 Outdated / Broken Scripts
    Replies: 1
    Last Post: 07-01-2007, 05:06 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •