Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as text by champ ( 17 years ago )
;firstnames.txt and wordlist.txt and zipcodes.txt and colleges.txt
SetTitleMatchMode 2
MsgBox, RepNationGetbannedforreferrals v1 by champbronc2
MsgBox, Pause key is to Pause. Escape to end it. (USE ESCAPE TO END IT WHEN YOU ARE DONE SO YOU KNOW YOUR GMAIL NUMBER!)
MsgBox, FLPO
MsgBox, Please find where your referral ID's are.
FileSelectFile, SelectedFile, 3, , Open a file, Text Documents (*.txt; *.doc)
if SelectedFile =
MsgBox, You didn't select anything. Restart the bot stupid.
else
MsgBox, Your referral ID's are in: `n%SelectedFile%
InputBox,gmail,GMail, Enter your gmail address without @gmail.com in it. Ex: for [email protected] you would just put example below.
InputBox,times,How many times,What was the GMail number presented to you last? If this is your first time running the bot put 0.
InputBox,password,Your password, What will the password be for all your accounts?
InputBox,loop,How many, How many referrals do you want? 100 gets you to payout.
MsgBox, Internet Explorer will run and the bot will start after pressing OK. You will have to enter captchas and confirm these accounts via email and login with them to get credited.
number4=%times%
Line=%times%
Run, iexplore.exe,max
Sleep, 10000
ControlSetText,Edit1,http://www.repnation.com/SignUp.aspx, Windows Internet Explorer
Sleep,100
ControlSend,Edit1,{Enter},Windows Internet Explorer
Sleep, 3000
Loop, %loop%
{
Sleep, 4000
Line++
FileReadLine, refID, %SelectedFile%, %Line%
Random,fname1,1,8608
FileReadLine, fname, %A_ScriptDir%firstnames.txt, %fname1%
Random,lname1,1,8608
FileReadLine, lastname, %A_ScriptDir%firstnames.txt, %lname1%
number4++
email=%gmail%+%number4%@gmail.com
Random,n1,100,999
Random,n2,100,999
Random,n3,1000,9999
phone=%n1%-%n2%-%n3%
Random,anum,1,9999
Random,randapub,1,938
FileReadLine,word, %A_ScriptDir%wordlist.txt,%randapub%
address=%anum% %word% St.
Random,randomzip,1,29470
FileReadLine,zip,%A_ScriptDir%zipcodes.txt,%randomzip%
Random,randommonth,1,12
month=%randommonth%
Random,randomday,1,26
day=%randomday%
Random,randomyear,1970,1985
year=%randomyear%
Random,randomcollege,1,33
FileReadLine,college,%A_ScriptDir%colleges.txt,%randomcollege%
Random,gradyear,2009,2013
Java := "javascript:(function(){C=document.cookie.split("";%20"");for(d="".""+location.host;d;d=(""""+d).substr(1).match(/..*$/))for(sl=0;sl<2;++sl)for(p=""/""+location.pathname;p;p=p.substring(0,p.lastIndexOf('/')))for(i%20in%20C)if(c=C[i]){document.cookie=c+"";%20domain=""+d.slice(sl)+"";%20path=""+p.slice(1)+""/""+"";%20expires=""+new%20Date((new%20Date).getTime()-1e11).toGMTString()}})()"
ControlSetText, Edit1, %java%,Sign Up
ControlSend, Edit1, {Enter}, Sign Up
Sleep, 3000
ControlSetText, Edit1, http://www.repnation.com/SignUp.aspx?ReferralId=%refID%, Sign Up
ControlSend,Internet Explorer_Server1,{TAB 4}, Sign Up
Sleep, 3000
JScriptFill := "javascript:function%20D(a,b){c=b.split('|');d=false;for(q=0;q<c.length;q++){if(c[q]==a)d=true;}return%20d;}function%20E(){f0=document.forms[0];f0['ctl00$MainContentPlaceHolder$FirstName'].value='" fname "';f0['ctl00$MainContentPlaceHolder$LastName'].value='" lastname "';f0['ctl00$MainContentPlaceHolder$Email'].value='" email "';f0['ctl00$MainContentPlaceHolder$ConfirmEmail'].value='" email "';f0['ctl00$MainContentPlaceHolder$MobilePhone'].value='" phone "';f0['ctl00$MainContentPlaceHolder$MailingAddress1'].value='" address "';f0['ctl00$MainContentPlaceHolder$MailingZipCode'].value='" zip "';f0['ctl00$MainContentPlaceHolder$MailingCity'].value='';f0['ctl00$MainContentPlaceHolder$MailingState'].value='';f0['ctl00$MainContentPlaceHolder$Password'].value='" password "';f0['ctl00$MainContentPlaceHolder$ConfirmPassword'].value='" password "';for(i=0;i<f0['ctl00$MainContentPlaceHolder$Gender'].length;i++){if(D(f0['ctl00$MainContentPlaceHolder$Gender'][i].value,'M')){f0['ctl00$MainContentPlaceHolder$Gender'][i].checked=true;}}f0['ctl00$MainContentPlaceHolder$Birthdate$ComboDateMonth'].value='" month "';f0['ctl00$MainContentPlaceHolder$Birthdate$ComboDateDay'].value='" day "';f0['ctl00$MainContentPlaceHolder$Birthdate$ComboDateYear'].value='" year "';for(i=0;i<f0['ctl00$MainContentPlaceHolder$AgeGroup'].length;i++){if(D(f0['ctl00$MainContentPlaceHolder$AgeGroup'][i].value,'1')){f0['ctl00$MainContentPlaceHolder$AgeGroup'][i].checked=true;}}f0['ctl00$MainContentPlaceHolder$CollegeName'].value='" college "';f0['ctl00$MainContentPlaceHolder$CollegeGraduationSemester'].value='0';f0['ctl00$MainContentPlaceHolder$CollegeGraduationYear'].value='" gradyear "';f0['ctl00$MainContentPlaceHolder$WhereFrom'].value='Friend';}E()"
ControlSetText,Edit1,%JScriptFill%, Sign Up
Sleep, 3000
ControlSend,Edit1,{Enter},Sign up
Sleep, 4000
ControlSend,Edit1,{Enter},Sign up
Sleep, 4000
ControlSend,Internet Explorer_Server1,{TAB 8},Sign Up
Sleep, 4000
MsgBox, Enter the captcha and click "Create RepNation account". Click OK after you have done this and the bot will continue.
}
Pause::Pause
MsgBox, Your GMail number is %number4% REMEMBER THIS
MsgBox, The bot will now exit.
ExitApp
Escape::
MsgBox, Your GMail number is %number4% REMEMBER THIS
MsgBox, The bot will now exit.
ExitApp
Revise this Paste