Results 1 to 9 of 9

Thread: Olivers P0wer Ch00per

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

    Default Olivers P0wer Ch00per

    My first script. rate, hate, and tell me what i can work on. it got my lvl 3 neweb for 11 to 30 wc so it does work.

  2. #2
    Join Date
    Jun 2006
    Location
    USA
    Posts
    1,828
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Ain't this just full of copyed procedures/functions from others scripts?
    Like almost whole stuff is taken from SRL include, only you changed procedures names. Example You put this in your script
    PHP Code:
    procedure AntiBans;
    begin
      RandomChatEvery
    (10 Random(5));
      
    RotateEvery(20 Random(10));
      
    LeaveScreenEvery(Random(5));
      
    HoverEvery(15 Random(5),'random');
      
    PickUpMouseEvery(Random(10))
      
    RandomRClickEvery(15 random(5))
      if (
    KillScriptTime 0then
        KillScript
    (KillScriptTime);
    end
    yeah, and same procedure is in SRL include but named AntiBan;
    Same goes with HoverEvery, you renamed it to HoversEvery.
    SRLRandomsreport; renamed to your script SRLRandomReport;
    Same with SRLReportInStyles, FindFight, FindMime, FindScapeRune,
    FindNormalRandoms.
    And you have done most of stuff like that.
    Is there anything that you have done?
    I dont think there is...

  3. #3
    Join Date
    Nov 2006
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ok im testing ATM
    doesnt work it logs everything alright but once i run it the mouse goes for inv checks axe then to top right corner

  4. #4
    Join Date
    Oct 2006
    Location
    Finland
    Posts
    433
    Mentioned
    1 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by Pentti View Post
    Ain't this just full of copyed procedures/functions from others scripts?
    Like almost whole stuff is taken from SRL include, only you changed procedures names. Example You put this in your script
    PHP Code:
    procedure AntiBans;
    begin
      RandomChatEvery
    (10 Random(5));
      
    RotateEvery(20 Random(10));
      
    LeaveScreenEvery(Random(5));
      
    HoverEvery(15 Random(5),'random');
      
    PickUpMouseEvery(Random(10))
      
    RandomRClickEvery(15 random(5))
      if (
    KillScriptTime 0then
        KillScript
    (KillScriptTime);
    end
    yeah, and same procedure is in SRL include but named AntiBan;
    Same goes with HoverEvery, you renamed it to HoversEvery.
    SRLRandomsreport; renamed to your script SRLRandomReport;
    Same with SRLReportInStyles, FindFight, FindMime, FindScapeRune,
    FindNormalRandoms.
    And you have done most of stuff like that.
    Is there anything that you have done?
    I dont think there is...

    If the procedures in SRL include are good, why wouldn't you use them
    They aren't there for show off, eh ?

  5. #5
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    sure it works?
    i has no antirandoms...

  6. #6
    Join Date
    Jun 2006
    Location
    USA
    Posts
    1,828
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by DaWu View Post
    If the procedures in SRL include are good, why wouldn't you use them
    They aren't there for show off, eh ?
    Err, what are you talking now? If you want to use SRL's AntiBan just write AntiBan; in your script. You dont need to take that procedure out of SRL and then add it to your script and rename it.

    If you have in your script {.include SRL/SRL.scar}
    You can use procedure from there without copying them to your script.

  7. #7
    Join Date
    Oct 2006
    Location
    England
    Posts
    154
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Make it this.
    PHP Code:
    procedure AntiBans;
    var
     
    inetger;
    begin
    case b of
      0
    :RandomChatEvery(10 Random(5));
      
    1:RotateEvery(20 Random(10));
      
    2:LeaveScreenEvery(Random(5));
      
    3:HoverEvery(15 Random(5),'random');
      
    4:PickUpMouseEvery(Random(10))
      
    5:RandomRClickEvery(15 random(5))
      if (
    KillScriptTime 0then
        KillScript
    (KillScriptTime);
    end

  8. #8
    Join Date
    Oct 2006
    Location
    Finland
    Posts
    433
    Mentioned
    1 Post(s)
    Quoted
    8 Post(s)

    Default

    Quote Originally Posted by Pentti View Post
    Err, what are you talking now? If you want to use SRL's AntiBan just write AntiBan; in your script. You dont need to take that procedure out of SRL and then add it to your script and rename it.

    If you have in your script {.include SRL/SRL.scar}
    You can use procedure from there without copying them to your script.
    I got you wrong buddie, I though you mean't that you shouldn't use the SRL includes antiban procedures ect. You know what I mean.

  9. #9
    Join Date
    Jun 2006
    Location
    USA
    Posts
    1,828
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by DaWu View Post
    I got you wrong buddie, I though you mean't that you shouldn't use the SRL includes antiban procedures ect. You know what I mean.
    Yeah, that's ok.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Olivers p0wer ch00per
    By oliver1205 in forum OSR Help
    Replies: 6
    Last Post: 01-18-2007, 03:25 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
  •