Results 1 to 6 of 6

Thread: Want to have Serious input into SRL?

  1. #1
    Join Date
    Mar 2006
    Posts
    13,241
    Mentioned
    228 Post(s)
    Quoted
    267 Post(s)

    Default Want to have Serious input into SRL?

    Well this is your chance!

    This forum is for everyone who think the function or procedure they have made would be useful to add into SRL and would benefit the community. Please note, this is not the public test corner or scripting help. Only serious working functions/procedures please.

    Please only post serious suggestions.

    If you have Ideas but don't know how to make it. Make a post describing your idea in the best detail you can and someone will probably try to make it.

    There has also been a new rank added...

    SRL Aristocrat

    This is for people Junior member - SRL Memeber (Sorry devs ) who frequently contribute useful ideas to SRL.

    Enjoy!

  2. #2
    Join Date
    Jan 2007
    Location
    Kansas
    Posts
    3,760
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Time to crack down and get to work.


  3. #3
    Join Date
    Aug 2007
    Posts
    259
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Hi,

    I've had this idea about an antiban procedure, though I'm not an experienced enough scripter to put it into a script :S

    Here it is:

    1. Mouse clicks on friends list, retrieves and records data from the list (A random username) and stores it in a variable
    2. Mouse clicks on clan chat tab
    3. Mouse clicks on join clan
    4. The script then types the username it randomly retrieved from the friends list.
    5. If the script finds people in the clan chat it exits the chat.

    It would look something like this?: (Note that I'm a noob scripter )

    Code:
    begin
    gametab(7); //Don't know what gametab friends list is :o
    if findfriendtext(friendtext, MIX1, MIY1, MIX2, MIY2, 2) then  //friendtext would be the variable the text is stored in
    begin
    gametab(8); //clan chat game tab?
    Mouse(308, 30483, true); //clicks on join clan
    typesend('friendtext');
    end else
    if findcolor(30843, MIX1, MIY1, MIX2, MIY2) then //if anyone is in the clan it exits
    gametab(11); //Inv tab
    exit;
    end;
    hope I holped

  4. #4
    Join Date
    Dec 2008
    Posts
    2,813
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    well.. could we edit the Mouse functions? :/

    and TypeSend..

    not much with TypeSend just so that the more it types something the less it messes up..

    something simple like..

    SCAR Code:
    Inc(x);
    if(x < 5)then
      Errors := Random(2);
    if(x >= 5)then
      Errors := Random(1);



    and for the mouse function.. it's not very human like..

    if you can go to the item exactly without mousing over it then you're special >.>

    and making more mistakes would be good

  5. #5
    Join Date
    Mar 2008
    Location
    In a cave
    Posts
    345
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I think they don't track that kind of mouse movements, but record the clicks. It's kinda too much information to track all the time. So I guess our Mouse is good enough to beat RS :P
    A Chinese wiseman once said: "Shu ciu!", it was considered very smart, but now people know it means: "Something stinks here!"
    FalBuggySmelter v.1.31
    [Updated on the 1st of March 2010]
    RimmBugger BETA V1.8

  6. #6
    Join Date
    Apr 2007
    Location
    Perth, Australia
    Posts
    3,926
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    This thread is supposed to be just an annoucement thread. If you have any ideas could you please create a new thread in the 'Suggestions' forum.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Need help with user input
    By Aser in forum OSR Help
    Replies: 5
    Last Post: 10-14-2008, 08:37 PM
  2. how to get input from user?
    By mercvii in forum OSR Help
    Replies: 3
    Last Post: 06-11-2008, 07:22 AM
  3. Detecting Key Input [vb 2005]
    By ~alex~ in forum C#/Visual Basic Help and Tutorials
    Replies: 4
    Last Post: 06-27-2007, 01:51 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
  •