Results 1 to 4 of 4

Thread: Anti Ban and detectability

  1. #1
    Join Date
    Mar 2007
    Posts
    378
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default Anti Ban and detectability

    Hi, this is my first script on my second day of learning to script. The first day having spent an hour so the script is bound to be bad just remember how little time i spent on learning though :P

    Basically this script is a fletching one that takes out logs and strings from the bank and then makes 14 bows banks them and repeats. I have that working but i still think it is very detectable so my question is how can i make it more smooth? Like the mouse moving slowly in a line etc.

    Thanks.

    Btw the only const you set Is the Window Color one or something, forgot what ic alled it :P jus log in in front of the northern most bank box in draynor bank and select the color as the grey ish bit on the bank box in front of you.

    Its confusing for me still hence its poorness but if anyone can help i would really appreciate it.

  2. #2
    Join Date
    Nov 2006
    Posts
    23
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Change

    SCAR Code:
    MoveMouse(x+random(2),y+random(2));

    to

    SCAR Code:
    Mouse(x+random(2),y+random(2), true);

    true means you left click, false means its a right click.

    do that to all your MoveMouse functions.
    http://i36.photobucket.com/albums/e4...mer/quake1.jpg
    Possible Projects in the Future
    Snape grass collector + banker

  3. #3
    Join Date
    Jul 2007
    Posts
    6
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    good luck with script

  4. #4
    Join Date
    Mar 2007
    Posts
    378
    Mentioned
    0 Post(s)
    Quoted
    8 Post(s)

    Default

    Thx mamby that makes it move how i wanted and also i added in random times and pixels as much as i could so i happy with it's level of human likeness now :P

    Edit: Ok thanks again :P Got it working better now i got SRL working, I am Making a proggy then i'll upload it to the forum

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Detectability of scar srl
    By eugenius1 in forum SRL Site Discussion
    Replies: 2
    Last Post: 10-17-2008, 10:06 PM
  2. Detectability...
    By Larrylucky in forum OSR Help
    Replies: 9
    Last Post: 11-20-2006, 12:50 AM
  3. Detectability.
    By XxKanexX in forum RuneScape News and General
    Replies: 13
    Last Post: 07-01-2006, 12:35 AM

Posting Permissions

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