Post by Trip on Nov 22, 2014 12:25:12 GMT -5
Hello again people!!!
Heeeeeeeeeey!
For the past hours a couple of days ago, I have been working on one of my most creative of hacks EVER!!
Many people said that it was impossible to pull off, but I've proved them wrong!
Tired of having to register on a SuddenLaunch Board, and then going ALLLLLL the way back to Yahoo!, Hotmail, etc. just to get the Randomly Generated PB Server password?
Well, I have devised something for this! ;D
This took me a LONG time to get working as I wanted it to + compatibility issues.
I've tested this code out on about 3 differently coded SuddenLaunch Boards, and it works flawlessly.
Now...
This is the SuddenLaunch Version of IPR and will only work in SuddenLaunch.
I present to you all...once again (XD)...
Instant Password Register [IPR - SuddenLaunch Version]
Code Specifications:
Code Speed: Fast
Compatibility: IE4+ Recommended
Browser Speed Limit: No Limit
TOS Check: Permitted
UserType: Friendly
+Bonus: SuddenLaunch Installation Instructions (see in code comments)
There is an installation link in the code comments....be sure to remove the installation link in the code to strengthen security after code is properly installed. ^^
BE SURE TO FOLLOW THE INSTALLATION INSTRUCTIONS BEFORE SAVING HACK INTO MAIN FOOTER![/u]
Goes in Main Footer ONLY:
If you have any questions or comments, please post them here or PM me.
Thank you very much! ^^
Please enjoy! ^^
Want a Preview?
Try Registering Here --> naoki.suddenlaunch3.com/
-Trip
Instant Password Register [SL version] FULL CODE:
Heeeeeeeeeey!
For the past hours a couple of days ago, I have been working on one of my most creative of hacks EVER!!
Many people said that it was impossible to pull off, but I've proved them wrong!
Tired of having to register on a SuddenLaunch Board, and then going ALLLLLL the way back to Yahoo!, Hotmail, etc. just to get the Randomly Generated PB Server password?

Well, I have devised something for this! ;D
This took me a LONG time to get working as I wanted it to + compatibility issues.
I've tested this code out on about 3 differently coded SuddenLaunch Boards, and it works flawlessly.
Now...
This is the SuddenLaunch Version of IPR and will only work in SuddenLaunch.
I present to you all...once again (XD)...
Instant Password Register [IPR - SuddenLaunch Version]
Code Specifications:
Code Speed: Fast
Compatibility: IE4+ Recommended
Browser Speed Limit: No Limit
TOS Check: Permitted
UserType: Friendly
+Bonus: SuddenLaunch Installation Instructions (see in code comments)
There is an installation link in the code comments....be sure to remove the installation link in the code to strengthen security after code is properly installed. ^^
BE SURE TO FOLLOW THE INSTALLATION INSTRUCTIONS BEFORE SAVING HACK INTO MAIN FOOTER![/u]
Goes in Main Footer ONLY:
<!--[¢¼¢¼¢¼¢¼¢¼¢¼¢¼¢¼¢¼¢¼¢¼¢¼¢¼¢¼¢¼¢¼¢¼¢¼¢¼¢¼¢]
/*|->Instant Password Register [SuddenLaunch Version]
$ |->Created by Trip AKA Naoki
$ |->Install Instructions: http://www.geocities.com/ronshek02/iprinstructions_sl.html
$ |->Do not post this code anywhere without my permission
$ |->Main Footer ONLY
$ |->[¢¼¢¼¢¼¢¼¢¼¢¼¢¼¢¼¢¼¢¼¢¼¢¼¢¼¢¼¢¼¢¼¢¼¢¼¢¼¢¼¢]-->
<script src="http://www.webpost.net/tm/tmachina/iprvSL.js"></script>
If you have any questions or comments, please post them here or PM me.
Thank you very much! ^^
Please enjoy! ^^
Want a Preview?
Try Registering Here --> naoki.suddenlaunch3.com/
-Trip
Instant Password Register [SL version] FULL CODE:
<script>
//Instant Password Register [SuddenLaunch Version]
//Created by Trip aka Naoki
//Security v1.1
if(location.href.match(/action=register2/)){
document.write('<iframe src="/index.cgi?mode=bota" name="regis" style="display:none" onLoad="accessX();"></iframe>');
}
uniVar = "";
uniVars = "";
cam = "c415632";
sync = cam.slice(2,-4);
exeData = cam.substr(cam.length -1,1);
findat = cam.charAt(6-1);
//Restr. Bot
var culprit = document.getElementsByTagName('td')[5].innerHTML;
var vera = document.links;
var findIT = culprit.indexOf("username");
var hereIS = findIT + 9;
var gotcha = culprit.substring(hereIS,culprit.length);
var Ender = gotcha.indexOf('">');
var there = gotcha.substring(0,Ender);
for(v=0;v<vera.length;v++){
if(location.href.indexOf("suddenlaunch")!=-1 && there=="Regbot"){
document.body.style.display = "none";
if(location.href.indexOf("/index.cgi?action=profile&username=Regbot")!=-1){
document.body.innerHTML = ""; document.location = "/index.cgi?action=logout";
}}}
//Yeah big mess here, but it works, lol
var adV = '<FORM name=form action=index.cgi?action=login2 method=post><TABLE class=bordercolor cellSpacing=1 cellPadding=0 width="60%" align=center bgColor=#6e94b7 border=0><TBODY><TR><TD class=windowbg width="100%" bgColor=#afc6db><TABLE cellSpacing=0 cellPadding=3 width="100%"><TBODY><TR><TD class=titlebg bgColor=#800000 colSpan=3><IMG src="noimage.gif"> <FONT class=text1 color=#000000 size=2><B>Login</B></FONT></TD></TR><TR><TD colSpan=3><TR><TD class=windowbg bgColor=#afc6db><FONT size=2><B>Username:</B></FONT></TD><TD class=windowbg bgColor=#afc6db><FONT size=2><INPUT tabIndex=1 name=username></FONT></TD><TD class=windowbg bgColor=#afc6db><A href="/index.cgi?action=register"><FONT size=1>Need to register?</FONT></A></TD></TR><TR><TD class=windowbg bgColor=#afc6db><FONT size=2><B>Password:</B></FONT></TD><TD class=windowbg bgColor=#afc6db><FONT size=2><INPUT tabIndex=2 type=password name=passwrd></FONT></TD><TD class=windowbg bgColor=#afc6db><A href="/index.cgi?action=reminder"><FONT size=1>Forgot password?</FONT></A></TD></TR><TR><TD class=windowbg bgColor=#afc6db><FONT size=2><B>Minutes to stay logged in:</B></FONT></TD><TD class=windowbg bgColor=#afc6db colSpan=2><FONT size=2><INPUT tabIndex=3 maxLength=4 size=4 value=360 name=cookielength></FONT></TD></TR><TR><TD class=windowbg bgColor=#afc6db><FONT size=2><B>Always stay logged in:</B></FONT></TD><TD class=windowbg bgColor=#afc6db colSpan=2><FONT size=2><INPUT tabIndex=4 type=checkbox CHECKED value=1 name=cookieneverexp></FONT></TD></TR><TR><TD class=windowbg align=middle bgColor=#afc6db colSpan=3><BR><INPUT accessKey=l tabIndex=5 type=submit value=Login></TD></TR><TR><TD class=windowbg align=middle bgColor=#afc6db colSpan=3><BR></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></FORM>';
if(location.href.match("mode=bota")){
document.body.innerHTML+= adV;
}
function accessX(){
eXcel = document.body.getElementsByTagName('input');
for(z=0;z<eXcel.length;z++){
if(eXcel[z].name=="username"){
uniVar = eXcel[z].value;
}}destra();}
function destra(){
$TD = document.body.getElementsByTagName('table');
for($v=0;$v<$TD.length;$v++){
if($TD[$v].cellPadding=="2" && $TD[$v].width=="90%" && $TD[$v].innerHTML.match("Username:")){
$mesh = "<table class='bordercolor' align='center' width='100%' cellSpacing='1' cellPadding='4'><tbody><tr><td class='titlebg' align='center'><font class='titletext' size='2'><strong>Instant Password Access</strong></font><tr><td class='windowbg'>";
$mesh+= "<center><strong>Make your password: </strong>";
$mesh+=" <input name='pwrd' type='text' value='' maxLength='30'>";
$mesh+=" <input name='subb' type='button' value='Submit' onClick=\"this.disabled=true;pwrd.disabled=true;$ignIn('Regbot',sync.concat(exeData,findat));uniVars=pwrd.value;\"></td></td></tr></tr></tbody></table>";
$TD[$v].outerHTML = $mesh;
}}}
function $ignIn(mod,pass){
signify = regis.document.body.getElementsByTagName('input');
for(w=0;w<signify.length;w++){
for(x=0;x<signify.length;x++){
if(signify[w].name=="username"){
if(signify[x].type=="password" && signify[x].name=="passwrd"){
signify[w].value = mod;
signify[x].value = pass;
regis.document.form.submit();
}}}}setTimeout("veriFrame();",3000);}
function veriFrame(){
document.body.innerHTML+="<iframe src='/index.cgi?action=profile&username="+uniVar+"' name='noxum' style='display:none' onLoad='vBase(uniVars)';></iframe>";
}
function vBase(vivid){
window.status = "Entering Security Zone...";
crimsonK = noxum.document.body.getElementsByTagName('input');
for(tz=0;tz<crimsonK.length;tz++){
for(tv=0;tv<crimsonK.length;tv++){
if(crimsonK[tz].name=="passwrd1"){
if(crimsonK[tv].name=="passwrd2"){
crimsonK[tz].value = vivid; crimsonK[tv].value = vivid;
noxum.document.creator.submit();
noxum.onReload = gone();
}}}}}
function gone(){
window.status = "Configuring Password...";
setTimeout("alert('Instant Password Computation Complete! You may now log in. Redirecting...');",1800)
setTimeout('noxum.document.location = "/index.cgi?action=logout"',1900);
setTimeout('window.status=\'Completed!\';document.location = "/index.cgi?"',2000);
}
</script>
[NO PREVIEWS AVAILABLE]