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

Thread: Making an unbannable account.

  1. #1
    Join Date
    Jan 2007
    Posts
    60
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default Making an unbannable account.

    Well it seems as if I have came accross two ways to make an account "Unbannable"

    Number 1 was tested and works. (Note that it was not tested with proxy)
    Number 2 was NOT TESTED, but should work based on number 1...



    There are two ways to go about doing this. Both require proxys.



    1.
    When you create a macroing account, make sure you make it on a different IP than yours..so you can use a proxy or someone else's house. Should you get banned, use the same IP you made it on and say someone else had my account on the appeal. It should take about 3 days to go through..(your account will be locked in the process) and you should have an unbanned account with 0 black marks on it. I think you can continue doing this...


    2.
    This way works if you have an existing autoer. Every time you wish to cheat, do it on a proxy. Then if you where to get banned, say someone else had your account. But before doing this, recover the account, makes it look more realistic. Your account should be unbanned after about 3 days. The only problem with this is that you can't do it with SMART. (Or can you??)


    GF JaGex.

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

    Default

    To make this more believable... before the first time you log on on the second IP, change the password. Do an account recovery and change the password like someone would actually do when they gain control of your account.

    But those are good ideas
    STOP PM'ING ME

  3. #3
    Join Date
    Jan 2007
    Posts
    60
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Hobbit View Post
    To make this more believable... before the first time you log on on the second IP, change the password. Do an account recovery and change the password like someone would actually do when they gain control of your account.

    But those are good ideas
    Yeah, thats what I said in number two. Must of left it out in 1 =\

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

    Default

    Very good ideas but I have yet to receive any blackmarks for SRL scripts so I have around 20 unbannable accounts :P

    Sig by oldschool .html

    Earn money for free!

  5. #5
    Join Date
    Dec 2007
    Location
    Colombia. Bogotá D.C
    Posts
    720
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Very nice idea , that might work , something like that worked when I tried recovering my friend's acc , it was banned by offensive language...and I recovered it with 0 blackmarks

    Also ... does that work it I always use unsigned applet? does unsigned applet also shows the IP where im playing?? because if it doesnt I could still say that somebody else was in control of my account if they bann me , well what do you guys think?
    -------------------------------------------------------------------


  6. #6
    Join Date
    Aug 2007
    Location
    Hawaii
    Posts
    3,880
    Mentioned
    7 Post(s)
    Quoted
    152 Post(s)

    Default

    Quote Originally Posted by Dracody View Post
    Very nice idea , that might work , something like that worked when I tried recovering my friend's acc , it was banned by offensive language...and I recovered it with 0 blackmarks

    Also ... does that work it I always use unsigned applet? does unsigned applet also shows the IP where im playing?? because if it doesnt I could still say that somebody else was in control of my account if they bann me , well what do you guys think?
    Unsigned shows your ip, but not your host. example: 12.234.234.12 (w/e) kingarabian internet.rr.net( host name or w/e). The number part will only show.

    The problem with using a proxy, is that when it changes your ip, the account you are botting on logs out thus causing your script to malfunction.

    Thats what also sucks about dynamic ip's.
    Faith is an oasis in the heart which will never be reached by the caravan of thinking.

  7. #7
    Join Date
    Nov 2007
    Location
    Nowhereville
    Posts
    1,155
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default

    Quote Originally Posted by kingarabian View Post
    Unsigned shows your ip, but not your host. example: 12.234.234.12 (w/e) kingarabian internet.rr.net( host name or w/e). The number part will only show.

    The problem with using a proxy, is that when it changes your ip, the account you are botting on logs out thus causing your script to malfunction.

    Thats what also sucks about dynamic ip's.
    Why not put at some lines,

    SCAR Code:
    if not LoggedIn then LoginPlayer;

    I also like the ideas, keep it up

    Cut em2 it
    Formerly known as Cut em2 it

  8. #8
    Join Date
    Aug 2007
    Location
    Hawaii
    Posts
    3,880
    Mentioned
    7 Post(s)
    Quoted
    152 Post(s)

    Default

    Quote Originally Posted by Cut em2 it View Post
    Why not put at some lines,

    SCAR Code:
    if not LoggedIn then LoginPlayer;

    I also like the ideas, keep it up

    Cut em2 it
    Yea, I know that one. But the problem is when you logout, the script will try to log you back in. BUT when the ip switching logs you out, the 1st attempt you try log back in, it will say your account is already logged in. So you have to try one more time/2nd attempt to log your player back in. So
    SCAR Code:
    if not LoggedIn then LoginPlayer;
    wont work .
    Faith is an oasis in the heart which will never be reached by the caravan of thinking.

  9. #9
    Join Date
    Sep 2007
    Location
    Michigan
    Posts
    3,862
    Mentioned
    2 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by kingarabian View Post
    Yea, I know that one. But the problem is when you logout, the script will try to log you back in. BUT when the ip switching logs you out, the 1st attempt you try log back in, it will say your account is already logged in. So you have to try one more time/2nd attempt to log your player back in. So
    SCAR Code:
    if not LoggedIn then LoginPlayer;
    wont work .
    Just do a time delay. Make a special function for it. Although I think I've seen this before:

    SCAR Code:
    procedure LoginSequence;
    Begin
      Wait(60000+random(60000));
      LoginPlayer;
      //Or Nextplayer(true); w/e
    end;

    If not loggedin then LoginSequence;

    Something like that...
    (Scripts outdated until I update for new SRL changes)
    AK Smelter & Crafter [SRL-Stats] - Fast Fighter [TUT] [SRL-Stats]
    If you PM me with a stupid question or one listed in FAQ I will NOT respond. -Narcle
    Summer = me busy, won't be around much.

  10. #10
    Join Date
    Aug 2007
    Location
    Hawaii
    Posts
    3,880
    Mentioned
    7 Post(s)
    Quoted
    152 Post(s)

    Default

    Quote Originally Posted by Narcle View Post
    Just do a time delay. Make a special function for it. Although I think I've seen this before:

    SCAR Code:
    procedure LoginSequence;
    Begin
      Wait(60000+random(60000));
      LoginPlayer;
      //Or Nextplayer(true); w/e
    end;

    If not loggedin then LoginSequence;

    Something like that...
    Yea that would work to.

    It would be nice if it was included in srl.
    Faith is an oasis in the heart which will never be reached by the caravan of thinking.

  11. #11
    Join Date
    Dec 2007
    Posts
    515
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    I think to use a proxy with SMART you just have to run HideIP platinum while boting
    In the kingdom of the blind, the one-eyed man is king

  12. #12
    Join Date
    May 2007
    Location
    England
    Posts
    4,140
    Mentioned
    11 Post(s)
    Quoted
    266 Post(s)

    Default

    I can see a problem with this...Once you say that someone else had control of your account, Jagex lock it. Please correct me if I'm wrong.
    <3

    Quote Originally Posted by Eminem
    I don't care if you're black, white, straight, bisexual, gay, lesbian, short, tall, fat, skinny, rich or poor. If you're nice to me, I'll be nice to you. Simple as that.

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

    Default

    Only until they can verify with the logs
    It works, I've done it a many of times.
    STOP PM'ING ME

  14. #14
    Join Date
    Feb 2008
    Posts
    60
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    For those of you who have high speed don't bother with a proxy, When you disconnect your modem then reconnect it your ip address should be reset to a different one.

    So for instance if I'm autoing then decide i want to play on my main i simply disconnect my modem, Clear C:\Windows\.Jagex_Cache_32\ And then I'm good to go. I know for a fact this works, My level 100 noob got a 10 day ban but my main remained untouched. Hope this helps some of you.

  15. #15
    Join Date
    Apr 2007
    Posts
    357
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Thx quite useful,but how or which proxies you use RS? I thought only socks proxies work but they're hard to find

  16. #16
    Join Date
    May 2007
    Location
    in a pineapple under the sea
    Posts
    1,040
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by codx1 View Post
    Thx quite useful,but how or which proxies you use RS? I thought only socks proxies work but they're hard to find
    True... thats what i thought also. I dont believe that other proxies allow java.
    [SIZE="4"][CENTER][URL="http://www.youtube.com/watch?v=5YsGJz3j4os"]LOL u mad bro?[/URL][/CENTER][/SIZE]

  17. #17
    Join Date
    May 2007
    Posts
    663
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I wish someone would post a comprehensive tutorial on using proxies

  18. #18
    Join Date
    Oct 2007
    Location
    brooklyn, new york
    Posts
    258
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  19. #19
    Join Date
    Feb 2008
    Location
    NSW, Australia
    Posts
    149
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

  20. #20
    Join Date
    Apr 2007
    Posts
    357
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    I'm testing the number 1 method, I made few accounts from diffrent IP and used a chickenkiller to lvl all cb stats to +40 now theyre both permbanned and locked, will see in 3 days if it works

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

    Default

    Now just try and make any kind of a macro work on a proxy, hell, try to make ever RS work through a proxy and I'll give you a cookie (no I won't) and this might be useful.

  22. #22
    Join Date
    May 2008
    Posts
    65
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by codx1 View Post
    I'm testing the number 1 method, I made few accounts from diffrent IP and used a chickenkiller to lvl all cb stats to +40 now theyre both permbanned and locked, will see in 3 days if it works
    What happened? Did it work?

  23. #23
    Join Date
    May 2008
    Location
    Australia
    Posts
    119
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    It should technically work with SMART, if you use an actual proxy server. Since SMART is an applet, it uses the proxy configuration from some place (most probably IE or from the applet configuration thing)

  24. #24
    Join Date
    Oct 2007
    Posts
    678
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    wait i thought rs doesnt work thru proxy, unless vpn? anyway i did do this, but mine was actually for real, some one did take my acc and i was like "check the ip i bet its half way around the world" told them some stat details (its a good idea to write down your exact xp if your not on high scores, it will show you're really you)

  25. #25
    Join Date
    Jun 2006
    Posts
    75
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by chitin View Post
    wait i thought rs doesnt work thru proxy, unless vpn?
    SOCKS 5 proxies will work fine with runescape

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)

Similar Threads

  1. making about 5m in one day :) for p2p
    By pedilus1 in forum Cash Guides
    Replies: 34
    Last Post: 08-12-2009, 04:50 PM
  2. Replies: 11
    Last Post: 01-21-2009, 08:42 PM
  3. how to go about making a.....
    By seany in forum OSR Help
    Replies: 4
    Last Post: 01-22-2007, 08:57 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
  •