Page 1 of 2 12 LastLast
Results 1 to 25 of 45

Thread: AntiNoob

  1. #1
    Join Date
    Apr 2007
    Location
    The Buckeye State
    Posts
    482
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default AntiNoob

    SCAR Code:
    {.include SRL\SRL.scar}

    Procedure AntiNoob;
    begin
      if(GetCombatLevel < 20)then logout;

    begin
    ActivateClient;
    wait(1000+random(100));
    AntiNoob;
    end.

    I though if this last night while lying in bed, but it was a whole lot more complex than what it needed to be. you can set the 20 in if(GetCombatLevel < 20) to whatever you want the level requirement to be. I have my own way to somewhat hide this within the script, you can make your own. Also, I'd recommend calling it something else other than AntiNoob; for is the noob using the script is determined enough they could probably find the procedure by what the title of the procedure is.
    I like my coffee black just like my metal.

  2. #2
    Join Date
    Mar 2007
    Posts
    674
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    And the only thing an expirenced user would have to do is delete that.
    It wouldent be that hard to find it in any script.

  3. #3
    Join Date
    Apr 2007
    Location
    The Buckeye State
    Posts
    482
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    That is the thing, if the people come here just to use the script, don't post at all, don't care how the script works just as long as it runs (aka leecher), then they would probably not take the time to find out how it is stopping them.

    This isn't meant to stop experienced users.
    I like my coffee black just like my metal.

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

    Default

    Oh i see what you are saying, But seriously some of then leechers, it would take them a day or 2 manx to find where in the script\SRL you have hidden this procedure.

  5. #5
    Join Date
    Apr 2007
    Location
    The Buckeye State
    Posts
    482
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    yea, and thats unaviodable unless there is a better way to add it into a script (perhaps have it in SRL), and declare the procedure in the script, so it's not actually written in the script. Of course, the procedure's title would have to be misleading, nothing like antinoob;.
    I like my coffee black just like my metal.

  6. #6
    Join Date
    Jun 2007
    Location
    New Yawk
    Posts
    943
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Yes, these things have been tried before, but it's probably best to include in a read-only version of the SRL include.
    I guess the holidays are over - no sig for now.

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

    Default

    Maybe you could stick it in SetupSRL?

  8. #8
    Join Date
    Feb 2007
    Location
    Alberta, Canada
    Posts
    4,615
    Mentioned
    50 Post(s)
    Quoted
    429 Post(s)

    Default

    Plus, that extra getcombatlevel isnt needed, only the if getcomabatlevel < 20 thing.

    In case anyone wants to know, i help with this idea .

    Scripts: Edgeville Chop & Bank, GE Merchanting Aid
    Tutorials: How to Dominate the Grand Exchange

    Quote Originally Posted by YoHoJo View Post
    I like hentai.

  9. #9
    Join Date
    Dec 2006
    Location
    Copy pastin to my C#
    Posts
    3,788
    Mentioned
    8 Post(s)
    Quoted
    29 Post(s)

    Default

    Sorry but I made the same things with extra sauce about when I got memb.
    Mine removed the noobs script from comp and shut his comp down ) gotta love
    But, ofcourse you can make it different, way of your own.

    Gj.

  10. #10
    Join Date
    Jun 2007
    Location
    Kentucky, United States of America
    Posts
    409
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ^^Ah that's pretty tight. Of course, it could discourage them from using SCAR if it was the first script they had used, as it would make them think that SCAR crashed their computer

  11. #11
    Join Date
    Jun 2007
    Location
    New Yawk
    Posts
    943
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    How about wiping the entire contents of their C drive?

    Naw, too harsh.
    I guess the holidays are over - no sig for now.

  12. #12
    Join Date
    Apr 2007
    Location
    The Buckeye State
    Posts
    482
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    yea, Garrett was the one who shut down my uber complex way of doing this. But thanks for the idea man . Maybe a read only file of SRL would help, but all the leecher would have to do is figure out which procedure in the script keeps him from running the script, then take it out.
    I like my coffee black just like my metal.

  13. #13
    Join Date
    Jun 2007
    Location
    New Yawk
    Posts
    943
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Then they're not a leecher, but they know how to do their own shit.
    I guess the holidays are over - no sig for now.

  14. #14
    Join Date
    Feb 2007
    Location
    Toronto, Ontario, Canada
    Posts
    586
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    You could either put it in a plugin (which would be a real pain in the ass) or, as people before have said, a read-only include. Perhaps it could be included in something that is really necessary, such as LoggedIn.

    Obviously the main goal of this is to prevent naive leechers from...leeching. However, it doesn't take a true scripter to search your script for whichever phrase it displays in the debug.

    It would be tricky but useful.

  15. #15
    Join Date
    Nov 2006
    Location
    NSW, Australia
    Posts
    3,487
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Someone's been leaking to the non-members
    [CENTER][img]http://signatures.mylivesignature.com/54486/113/4539C8FAAF3EAB109A3CC1811EF0941B.png[/img][/CENTER]
    [CENTER][BANANA]TSN ~ Vacation! ~ says :I Love Santy[/BANANA][/CENTER]

    [CENTER][BANANA]Raymond - Oh rilie? says :Your smart[/BANANA][/CENTER]

  16. #16
    Join Date
    Apr 2007
    Location
    The Buckeye State
    Posts
    482
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    eh SantaClause? are you saying leaking to me, or leaking to AGENT83? Either way, both of those ideas doesn't take a lot of thought to think of.
    I like my coffee black just like my metal.

  17. #17
    Join Date
    Oct 2006
    Posts
    1,071
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    If it were me I wouldn't put the text in there letting them know the script stopped because of their combat level. If it just closed down for no apparent reason everytime they'd be more confused

  18. #18
    Join Date
    Apr 2007
    Location
    The Buckeye State
    Posts
    482
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    eh thats true, maybe just have a warning on the script download page that this script is an anti-leecher script, and have the cutoff leecher level at a reasonable level.
    I like my coffee black just like my metal.

  19. #19
    Join Date
    Jun 2007
    Location
    New Yawk
    Posts
    943
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    No, there should be no warning, just have a cutoff at a reasonably low level.
    I guess the holidays are over - no sig for now.

  20. #20
    Join Date
    Feb 2007
    Location
    Alberta, Canada
    Posts
    4,615
    Mentioned
    50 Post(s)
    Quoted
    429 Post(s)

    Default

    Quote Originally Posted by SantaClause View Post
    Someone's been leaking to the non-members
    Who leaked what?

    Scripts: Edgeville Chop & Bank, GE Merchanting Aid
    Tutorials: How to Dominate the Grand Exchange

    Quote Originally Posted by YoHoJo View Post
    I like hentai.

  21. #21
    Join Date
    Dec 2006
    Location
    Copy pastin to my C#
    Posts
    3,788
    Mentioned
    8 Post(s)
    Quoted
    29 Post(s)

    Default

    But, read only version will kill us if a bug comes, like the one you had to change in "BankScreen" the 185 to 184.
    Better option than read only would maybe be that every procedure would have
    if(not(TheProcBelow))then TerminateScript;
    then, leechers would have to rewrite whole SRL
    And, the following ofcourse would include end else and if there are the procedures, then it can continue )
    Leechers couldnt solve that.

  22. #22
    Join Date
    Mar 2007
    Posts
    674
    Mentioned
    0 Post(s)
    Quoted
    4 Post(s)

    Default

    What does if(not(TheProcBelow)) do?

  23. #23
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    I have seen this before.. in SKy Scripter's mining guild thing..


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  24. #24
    Join Date
    Dec 2006
    Location
    Copy pastin to my C#
    Posts
    3,788
    Mentioned
    8 Post(s)
    Quoted
    29 Post(s)

    Default

    It was just an example. TheProcBelow is not a real variable on constant, but by that I ment that if there were an array of the procedure names and few other vars, we could check in every procedure if the procedure below the current exists, and that'd be included in SetupSRL;
    With if then statement you can decide things by a boolean value like
    " if(ClockIsOver4am)then
    begin
    GoSleep;
    end;

  25. #25
    Join Date
    Jun 2007
    Location
    New Yawk
    Posts
    943
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I was thinking about this last night, and would like to talk to the admins about it, but I don't know, they didn't talk to me last time, so they might not notice me a second time. I'd like to know if we could implement remote includes.
    I guess the holidays are over - no sig for now.

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

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

Posting Permissions

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