Page 1 of 4 123 ... LastLast
Results 1 to 25 of 78

Thread: RSDemon is ruining f2p Runescape.

  1. #1
    Join Date
    Feb 2006
    Location
    Amsterdam
    Posts
    6,136
    Mentioned
    28 Post(s)
    Quoted
    17 Post(s)

    Default RSDemon is ruining f2p Runescape.

    SRL is a Library of routines made by the SRL community written for the Program Simba.
    We produce Scripts for the game Runescape.

  2. #2
    Join Date
    Feb 2007
    Location
    Yorkshire, England
    Posts
    180
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Damn right Fawki

    Its actually really annoying me

    My Legit Yew cutter actually is almost impossible to cut at a sensible rate
    and isnt worth the effort to even try the time isnt worth the profit

    and @ Your Video

    LMAO that is just beyond a joke

  3. #3
    Join Date
    Oct 2006
    Location
    Texas
    Posts
    1,450
    Mentioned
    1 Post(s)
    Quoted
    1 Post(s)

    Default

    Reminds me of that vid of that one dude using aryan or whatever cutting yews in the Varrok castle.

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

    Default

    The dude that was trying to mine those yews? lol

    But seriously though... how could this be stopped? Maybe Jagex could change the IDs of almost everything in the game? Or encrypt it somehow?

  5. #5
    Join Date
    Dec 2006
    Location
    Third rock from the sun.
    Posts
    2,510
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    VILLAVU!

    Sorry, I love that word

    That's just sad... Lotta people...

    So do those people just never get banned? It doesn't seem possible for people to want to make so many accounts, just to get banned a week later.

    Edit: @ Bullzeye's post

    That does make sense. How hard could it be to come up with a system that changes the IDs every week or so?

  6. #6
    Join Date
    Feb 2007
    Location
    Yorkshire, England
    Posts
    180
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I think they do that dont they ??

    That why ARGA needs updating every week

  7. #7
    Join Date
    Dec 2006
    Location
    Third rock from the sun.
    Posts
    2,510
    Mentioned
    4 Post(s)
    Quoted
    1 Post(s)

    Default

    Hmm, didn't know that. Then why doesn't Jagex just do it every day? Shouldn't matter how hard it is to do, if they're that dead set on getting rid of autoers.

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

    Default

    I don't think they update IDs... I'm probably wrong, but I think it's something else.
    Jason, I think they don't do that because people would be getting a "RuneScape has been updated!" thing when they try to login in the morning, if they've had RS up all night. All the players would be going "OMFG WTF WER R DA UPDATEZ??? WTFZORZ??? omfg!!!!!!!!!!1111111"

  9. #9
    Join Date
    Mar 2007
    Location
    Under a rock
    Posts
    813
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    hmmmm......I can think of ways to end RSDemon, but not a wa yof ending it without ending scar lol. Is it possible for jagex to detect if it is sending and recieving packets of info (like the item id and stuff) because i think thats how RSDemonm works and if they can detect that, it would end.

  10. #10
    Join Date
    Oct 2006
    Posts
    517
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Omg I hate RSDemon; My main is F2P whilst my PKer is P2P. I went on my main to fish, and at Karamja in almost EVERY world there were 70+ opts in one spot :S

  11. #11
    Join Date
    Feb 2007
    Location
    Yorkshire, England
    Posts
    180
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Kaldo View Post
    Omg I hate RSDemon; My main is F2P whilst my PKer is P2P. I went on my main to fish, and at Karamja in almost EVERY world there were 70+ opts in one spot :S
    Lol well to be fair mate

    RSdemon is only a Woodcutter :P

  12. #12
    Join Date
    Feb 2007
    Posts
    424
    Mentioned
    0 Post(s)
    Quoted
    16 Post(s)

    Default

    ........
    Last edited by WinterDream; 05-19-2012 at 07:42 PM.

  13. #13
    Join Date
    Sep 2006
    Posts
    179
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    lmao that vid blows my topic about this with a few pics completely away gaa i mean even if they do want to auto on lvl 3 accounts why in the world cant they auto on non-default cloths?????? i mean come on now: if anyone wants a procedure to randomly change thier cloths cause they are to lazy to do it use this procedure from my tut runner that ive been messing with, it randomly changes cloths a set number of times. please stop the horrible green on green >.<

    SCAR Code:
    const clothschanges=10;//number of random changes

    procedure randomcloths;    //so u dont look dur de dur with defaults
    var i,changecount:integer;
    begin

    repeat
       i:=random(11)
          case i of
               0: begin
                  cmouse(160,85,5,5,true);
                  changecount:=changecount+1
                  wait(1000+random(500));
                  end;
               1: begin
                  cmouse(160,120,5,5,true);
                  changecount:=changecount+1
                  wait(1000+random(500));
                  end;
               2: begin
                  cmouse(160,155,5,5,true);
                  changecount:=changecount+1
                  wait(1000+random(500));
                  end;
               3: begin
                  cmouse(160,200,5,5,true);
                  changecount:=changecount+1
                  wait(1000+random(500));
                  end;
               4: begin
                  cmouse(160,230,5,5,true);
                  changecount:=changecount+1
                  wait(1000+random(500));
                  end;
               5: begin
                  cmouse(160,265,5,5,true);
                  changecount:=changecount+1
                  wait(1000+random(500));
                  end;
               6: begin
                  cmouse(160,300,5,5,true);
                  changecount:=changecount+1
                  wait(1000+random(500));
                  end;
               7: begin
                  cmouse(465,85,5,5,true);
                  changecount:=changecount+1
                  wait(1000+random(500));
                  end;
               8: begin
                  cmouse(465,120,5,5,true);
                  changecount:=changecount+1
                  wait(1000+random(500));
                  end;
               9: begin
                  cmouse(465,155,5,5,true);
                  changecount:=changecount+1
                  wait(1000+random(500));
                  end;
               10: begin
                   cmouse(465,200,5,5,true);
                   changecount:=changecount+1
                   wait(1000+random(500));
                   end;
               11: begin
                   cmouse(465,230,5,5,true);
                   changecount:=changecount+1
                   wait(1000+random(500));
                   end;
          end;
    until(changecount = clothschanges)
    cmouse(260,280,10,10,true);
    end;
    http://www.fenjer.com/adnan/SRLStats/391.png
    http://img341.imageshack.us/img341/4...irbypb6lf8.gif
    If I see you autoing with level 3/default clothes/crap name I WILL report you. Auto Correctly. - put this in your sig
    i <3 jagex

  14. #14
    Join Date
    Aug 2006
    Posts
    408
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Rofl and draynor/port sarim yews...
    It's insane.

  15. #15
    Join Date
    Oct 2006
    Location
    New Zealand
    Posts
    423
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Yeah, its completely ruining it, i think they need to make it so that every loading please wait screen the location IDs change, I baught a pin and it has a box that says whats going on in code, mostr of it is blahblahblah(3456,3422), make that change everytime you login or loads a world or a map or w/e and RSDemon would be down for a very long time, if not forever, and scar will be alive.

    @Fawki, is Wim Kok a soon to be mod or something?, I think macro reports dont rly count for that because its so easy to find offenders :P

  16. #16
    Join Date
    Dec 2006
    Location
    .̿̂̔͋͗̎̆ͥ̍̒ͤ͂̾̌̀̅
    Posts
    3,012
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    ... RS is gonna be p2p only soon if nothing is done to stop those people.

    Starts to remind me of RSC some time after RS2 came out..

  17. #17
    Join Date
    Jun 2006
    Posts
    193
    Mentioned
    1 Post(s)
    Quoted
    43 Post(s)

    Default

    Quote Originally Posted by Gwallunit View Post
    Lol well to be fair mate

    RSdemon is only a Woodcutter :P
    rsdemon has almost everything
    but they created almost every bot for every skill to make more money
    rsdemon is tha fishies to

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

    Default

    Maybe they shall make RS3?

    Completely different than RS2, so that bot will become obselete?

  19. #19
    Join Date
    Feb 2007
    Location
    Yorkshire, England
    Posts
    180
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by mx1000 View Post
    rsdemon has almost everything
    but they created almost every bot for every skill to make more money
    rsdemon is tha fishies to
    lol no it aint

    seriously its only a woodcutter

    there thinking of making a Fisher

    I have used it

  20. #20
    Join Date
    Oct 2006
    Location
    I'm a figment of your imagination
    Posts
    422
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Holy shit! LMAO at the video. This is almost as bad as Aryan was. Just plain retarded. RS should do something, maybe update the way the gameengine works or completely remake the id system.

    This is ridiculous, someone ought to do something . I wouldn't mind as I don't auto on RS anymore, but this looks like the apocalypse of RS for legit players. Meh, as Kaitnieks said: autoers get killed, then sleep, then start up again, and the cycle repeats until the sleep period is extremely long.

    But... in all seriousness, RSdemon is killing itself by taking away its own resources.

    EDIT: YAY 300th post!

    It's been a while... but I'm BACK!!!

  21. #21
    ronny.m.p Guest

    Default

    Hmm i have a few ideas on how to shut down rsdemon (i've been hacking for 4-5 years ). Anyone know where i can get a copy of it...i made a prog that can turn an exe into source code.

  22. #22
    Join Date
    Jun 2006
    Posts
    1,492
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I dont think you should do that. I believe somehere tried that, and RSDemon never opened again.

  23. #23
    Join Date
    Jun 2006
    Location
    Tennessee, USA
    Posts
    2,603
    Mentioned
    1 Post(s)
    Quoted
    46 Post(s)

    Default

    Quote Originally Posted by ronny.m.p View Post
    Hmm i have a few ideas on how to shut down rsdemon (i've been hacking for 4-5 years ). Anyone know where i can get a copy of it...i made a prog that can turn an exe into source code.
    It's free at the site.

  24. #24
    Join Date
    Sep 2006
    Location
    New Jersey, USA
    Posts
    5,347
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by lordsaturn View Post
    Maybe they shall make RS3?

    Completely different than RS2, so that bot will become obselete?
    Look:

    The RuneScape 3 Trailer
    Interested in C# and Electrical Engineering? This might interest you.

  25. #25
    Join Date
    Dec 2006
    Location
    .̿̂̔͋͗̎̆ͥ̍̒ͤ͂̾̌̀̅
    Posts
    3,012
    Mentioned
    1 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by ronny.m.p View Post
    Hmm i have a few ideas on how to shut down rsdemon (i've been hacking for 4-5 years ). Anyone know where i can get a copy of it...i made a prog that can turn an exe into source code.
    Arent u the same person who made a deadly spreading SCAR virus or something
    I bet ur gonna try with some freeware program to turn it to source.. And an example how have u been hacking for 4-5 year (weow, thats like.. half of ur lifetime )

    That thing uses some kind of a advanced exe protection system.. I think it was themida or something.. If it was that simple that u could manage to do it, why hasnt jagex done it yet? Theyre professionals, and if it would be that easy that u could shut it down, they already would have.

    Most likely jagex is gonna track down the author and sue him/her and make him take hes bot down..

Page 1 of 4 123 ... LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Rsdemon
    By RAM in forum Misc. Links and Programs
    Replies: 9
    Last Post: 03-04-2008, 01:33 PM
  2. RSDemon
    By retrovega in forum Bot Information and Spottings
    Replies: 13
    Last Post: 12-02-2007, 04:46 PM
  3. What is RSDemon?
    By Fearlesssss in forum News and General
    Replies: 15
    Last Post: 10-02-2007, 05:06 AM
  4. RSdemon.
    By dutches in forum News and General
    Replies: 10
    Last Post: 08-23-2007, 09:32 PM
  5. New Scripts: Ruining The P2p World
    By Zodia in forum News and General
    Replies: 19
    Last Post: 07-24-2007, 02:41 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
  •