just an fyi(only a-c available atm http://services.runescape.com/m=news...community_news )
I got some nice ones, here's 1 of em
http://i.gyazo.com/6a9eb4bf2edf71298f750c88bc7c4bb5.png
just an fyi(only a-c available atm http://services.runescape.com/m=news...community_news )
I got some nice ones, here's 1 of em
http://i.gyazo.com/6a9eb4bf2edf71298f750c88bc7c4bb5.png
Nice joe
Hopefully those with 'rare names' have logged in within the previous 1-2 years so their usernames won't be released.
All of my guides (Over 100k+ Views!)
[RS3] 375K+ Range xp/hour| [RS3] 500k+ Mage xp/hour| [RS3] Drop Logs/Fish/ETC |Runetracker Guide
1-99 Herblore Guide| 1-99 Thieving Guide| Livid Farm Guide | 1-60 Farm guide | Double XP Everyday
Charm Sprite Guide | Charm Collecting Guide| 99 Summoning (Crimson Charms)
Authenticator Guide
Along with the new RS name release, it seems like it is causing a little stress on their servers.
Anyone been able to register any new player accounts? I've tried on multiple ip's and keep getting "error contacting server" when I try to make a new account. Was able to create accounts ~9 hours ago, and then ever since 6 hours ago haven't been able to make a new one. Right now i'm attributing it to the new name change(on the RS forums lots of writing about server problems, but I didn't see any posts necessarily about new account creation problems).
Damn it jagex. My account creating script has encountered a flaw.
![]()
Sshhhh, stop telling people! >.< I have a few I want to snipe for myself
GitLab projects | Simba 1.4 | Find me on IRC or Discord | ScapeRune scripts | Come play bot ScapeRune!
<BenLand100> we're just in the transitional phase where society reclassifies guns as Badâ„¢ before everyone gets laser pistols
Eh why not.
Fill out the array with your account names you want to check. Go to https://secure.runescape.com/m=accou...#trackPageView Open the console in your web browser and paste the code and press enter.
Inspect the elements of the webpage to see results. Taken names that were checked are in the div tags with the id top. Free names are in the div tags with the id bottom. It will attempt to create an account for the names in the bottom, but it may fail. All accounts are created with the email (username)@grr.la and a password of pass12345. The script will run a name every 5 seconds to prevent an ip blacklist from jagex. This script is very likely to get your ip blacklisted from creating accounts. If a bunch of errors pop up in the console you could try increasing the wait time between attempts. This is a very poor script and I do not recommend using it, but I thought I would post it anyway.
Code:var array = ["account", "names"]; var div = document.getElementById('bottom'); var i = 0; function myLoop() { setTimeout(function() { $.ajax({ type: "POST", url: "https://secure.runescape.com/m=account-creation/g=oldscape/check_displayname.ajax", data: "displayname=" + array[i], cache: false, async: false, success: function(html) { if (html.indexOf("displayNameIsValid\":\"true\"") > -1) { div.innerHTML = div.innerHTML + array[i] + " "; $.ajax({ type: "POST", url: "https://secure.runescape.com/m=account-creation/g=oldscape/create_account_funnel.ws", data: "onlyOneEmail=1&age=20&displayname_present=true&displayname=" + array[i] + "&email1=" + array[i] + "%40grr.la&password1=pass12345&password2=pass12345&agree_email=on&agree_pp_and_tac=1&submit=Join+Now", cache: false, async: false, success: function(html) {} }); } else { document.getElementById('top').innerHTML = document.getElementById('top').innerHTML + array[i] + " "; } } }); i++; if (i < array.length) { myLoop(); } }, 5000) } myLoop();
Last edited by Wetish; 08-06-2014 at 12:38 AM.
All of my guides (Over 100k+ Views!)
[RS3] 375K+ Range xp/hour| [RS3] 500k+ Mage xp/hour| [RS3] Drop Logs/Fish/ETC |Runetracker Guide
1-99 Herblore Guide| 1-99 Thieving Guide| Livid Farm Guide | 1-60 Farm guide | Double XP Everyday
Charm Sprite Guide | Charm Collecting Guide| 99 Summoning (Crimson Charms)
Authenticator Guide
There are currently 1 users browsing this thread. (0 members and 1 guests)