so most scripters don't want to make an account maker, simply because its hard to get around the email. However i think we could use gmail to get around it.
check out this vid to see the method:
http://www.youtube.com/watch?v=rMuY6vjQObY
so most scripters don't want to make an account maker, simply because its hard to get around the email. However i think we could use gmail to get around it.
check out this vid to see the method:
http://www.youtube.com/watch?v=rMuY6vjQObY
We dont make it because we dont support goldfarming.
If you are creating email address manually then it's never anything difficult to make an account maker. Making randomized email address isn't hard either but most ppl dont like having a login ID like: askjasddhj@gmail.com
Besides, it doesn't take >2min to manually make an account? Unless you are making 100 accounts/day?
Takes more time than that. You first need to set up the email, then you make the account, then you confirm email, then you you chose a name...
It's annoying. Just 2 days ago, I needed about 20 account so that I could get each one of them in every random possible (for OGL testing), took me quite a while.
I didn't knew about that trick OP so thank you.
EDIT: It works, just too very long for the email to come in.
My scripts:
Advanced Barb Agility Course(outdated), MonkeyThieverV0.11, MahoganyTableV0.4(outdated)
Questions? I bet that for 98% of those, you'll find answer HERE
I wish I knew this before making 4 accounts and emails. 1 str pure, 2 mage/range tanks, and a skiller to fuel it all.
If you are signed into your gmail account you can go here: https://mail.google.com/mail/feed/atom
it will show all your mail, simba can easily get that and grab the link you need to click, then grab the page
The only problem is getting simba to sign into your gmail account...
You can use APPA for that, IIRC, it uses cookies.
Away for awhile, life is keeping me busy. | Want to get my attention in a thread? @Kyle Undefined; me.
{ MSI Phoenix || SRL Stats Sigs || Paste || Scripts || Quotes || Graphics }
When posting a bug, please post debug! Help us, help you!
I would love to change the world, but they won't give me the source code. || To be the best, you've got to beat the rest. || Logic never changes, just the syntax.
If you PM me with a stupid question or one listed in FAQ, or about a script that is not mine, I will NOT respond.
SRL is a Library of routines made by the SRL community written for the Program Simba. We produce Scripts for the game Runescape.
Nah. You can just do this.
Simba Code:function RegisterAccount :Boolean;
var
Client : integer;
Page : string;
begin
NName := Name + IntToStr(Random(100000))
eMail := NName + '@mailinator.com';
Client := InitializeHTTPClientWrap(True);
SetHTTPUserAgent(Client,'Mozilla/5.0 (Windows NT 6.1; rv:11.0) Gecko/20100101 Firefox/11.1');
AddPostVariable(Client, 'version', '6');
AddPostVariable(Client, 'onlyOneEmail', '1');
AddPostVariable(Client, 'version', '6');
AddPostVariable(Client, 'email1', eMail);
AddPostVariable(Client, 'password1', 'password');
AddPostVariable(Client, 'password2', 'password');
AddPostVariable(Client, 'age', IntToStr(RandomRange(19, 32)));
AddPostVariable(Client, 'agree_email', 'on');
AddPostVariable(Client, 'agree_pp_and_tac', '1');
AddPostVariable(Client, 'submit', 'Cr%E9er+un+compte');
Page := PostHTTPPageEx(Client, 'https://secure.runescape.com/m=account-creation/l=2/create_account_funnel.ws?version=6');
FreeHTTPClient(Client);
end;
~Home
Mailinator is blacklisted.
In fact 99% of all temp email are blacklisted.
My scripts:
Advanced Barb Agility Course(outdated), MonkeyThieverV0.11, MahoganyTableV0.4(outdated)
Questions? I bet that for 98% of those, you'll find answer HERE
Mailinator's alt domains are not blacklisted. I use them for every single botting account.
Miner & Urn Crafter & 07 Chicken Killer
SPS BlindWalk Tutorial
Working on: Nothing
teacher in every art, brought the fire that hath proved to mortals a means to mighty ends
I made a script that creates accounts. :I
My scripts:
Advanced Barb Agility Course(outdated), MonkeyThieverV0.11, MahoganyTableV0.4(outdated)
Questions? I bet that for 98% of those, you'll find answer HERE
The only true authority stems from knowledge, not from position.
You can contact me via matrix protocol: @grats:grats.win or you can email me at the same domain, any user/email address.
My scripts:
Advanced Barb Agility Course(outdated), MonkeyThieverV0.11, MahoganyTableV0.4(outdated)
Questions? I bet that for 98% of those, you'll find answer HERE
There are currently 1 users browsing this thread. (0 members and 1 guests)