Funny thing happend today - PaSS - May 10 2011
so i didnt have internet connected and i loaded ruthless ops and this is wat showed up tell me wat u think
Code: l2uthless Ops v2.13c - By: l2k-Shadow
Welcome to the new generation of l2uthless Ops!
YOUR BOT IS OUT OF DATE!!! VISIT www.bnetweb.org TO UPDATE!!!
NEWS: !--
Copyright (C) 2008, CyberTAN Corporation
All Rights Reserved.
THIS SOFTWARE IS OFFERED "AS IS", AND CYBERTAN GRANTS NO WARRANTIES OF ANY
KIND, EXPRESS OR IMPLIED, BY STATUTE, COMMUNICATION OR OTHERWISE. CYBERTAN
SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE.
-->
<HTML><HEAD><TITLE></TITLE>
<meta http-equiv="expires" content="0">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="Content-Type" content="text/html; charset=unicode">
<style type="text/css">/*<![CDATA[*/
@import "main.css";
/*]]>*/</style>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="main.js"></script>
<script type="text/javascript" src="common.js"></script>
<!--
<style type="text/css">/*<![CDATA[*/
@import "mobile/styles/main.css";
/*]]>*/</style>
<script type="text/javascript" src="mobile/scripts/jquery.js"></script>
<script type="text/javascript" src="mobile/scripts/main.js"></script>
<meta name="viewport" content="width=320; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/>
-->
<SCRIPT language=JavaScript>
document.title = "Guest access";
var device_type = '0';
//document.onkeydown = onInputKeydown;
/*
function onInputKeydown(event)
{
if(typeof event == "undefined")
{
return handleKeyDown(window.event);
}
else
{
return handleKeyDown(event);
}
}
function handleKeyDown(event)
{
if(event.keyCode == 10)
{
event.cancelBubble = true;
event.returnValue = false;
}
else if (event.keyCode == 13) {
return to_submit(document.login);
}
else
return true;
}
*/
//tlh syn from e3000 for support mobile user. 2010-02-08
function setCookie()
{
var F = document.login;
/* when current login page is in mobile state, and the "alt-view" is "Desktop view,
* device_type should be 1, so when click "Desktop view", set cookie mobile_view_type
* to 2. otherwise set cookie to 1
* */
if (device_type == '1')
document.cookie = "mobile_view_type=2";
else
document.cookie = "mobile_view_type=1";
/*
if (host_url)
window.location.replace("login.asp?" + host_url);
else
window.location.replace("login.asp");
*/
window.location.replace("login.asp?" + F.gn_host_url.value);
}
function to_submit(F)
{
// F.gn_host_url.value=host_url;
// F.action.value='Apply';
// F.submit_button.value = "login";
F.submit();
}
function valid_name2(I,M,flag)
{
isascii(I,M);
}
function init()
{
document.login.gn_view_type.value=device_type;
//document.login.gn_host_url.value=host_url;
document.login.guest_login.focus();
}
</SCRIPT>
</head>
<body id="blocked" onLoad="init()">
<div id="content">
<div class="h1">
<h1><span><script>document.write("Guest access")</script>
</span>
</h1>
</div>
<div class="divider">
<span><img src="image/layout/Divider.jpg" \> </span>
</div>
<div class="info-text">
<p><span><script>document.write("Enter the guest access password to access the Internet. Ask the owner if you don't know the password. The guest access password can be found using Cisco Connect.")</script></span></p>
<div class="formwrapper">
<form name=login method=post action=guestnetwork.cgi autocomplete="off">
<input type=hidden name=submit_button value="login">
<input type=hidden name=change_action>
<input type=hidden name=action value="Apply">
<input type=hidden name=wait_time value=19>
<input type=hidden name=submit_type>
<input type=hidden name=gn_host_url value='www.l2uthless.org/l2uthless%20Ops/News.txt'>
<input type=hidden name=gn_view_type>
<div class="field"> <label for="password"><script>document.write("Password")</script>:</label>
<INPUT type=password maxlength="32" name="guest_login" onBlur=valid_name2(this,"Password",SPACE_NO)></div>
<div class="error">
<p>
<script>
var deny='0';
if(deny == '1')
document.write("The password is incorrect.");
else
document.write("<BR>");
document.login.guest_login.focus();
</script>
</p>
</div>
<div class="button"><script>document.write("<a href='javascript:to_submit(document.forms[0])'>" + "Login" + "</a>");</script></div>
</form>
</div>
<!--
<div class="alt-view"><p><span><script>document.write("<a href='javascript:setCookie()'>" + "Desktop view" + "</a>");</script></span></p></div>
-->
<!--
<div class="alt-view"><p><span><script>document.write("<a href='javascript:setCookie()'>" + "Mobile view" + "</a>");</script></span></p></div>
-->
</div>
</div>
<!--.formwrapper-->
<!--#content-->
</body>
</html>
to me looks like a mix between vb and html and possibly some java lol
RE: Funny thing happend today - Anonymous - May 10 2011
lol yeah codes are "funny"
RE: Funny thing happend today - Dre@m$ - May 11 2011
i got that too
RE: Funny thing happend today - Hiergaatu - May 11 2011
PaSS Wrote:so i didnt have internet connected and i loaded ruthless ops and this is wat showed up tell me wat u think
Code: l2uthless Ops v2.13c - By: l2k-Shadow
Welcome to the new generation of l2uthless Ops!
YOUR BOT IS OUT OF DATE!!! VISIT www.bnetweb.org TO UPDATE!!!
NEWS: !--
Copyright (C) 2008, CyberTAN Corporation
All Rights Reserved.
THIS SOFTWARE IS OFFERED "AS IS", AND CYBERTAN GRANTS NO WARRANTIES OF ANY
KIND, EXPRESS OR IMPLIED, BY STATUTE, COMMUNICATION OR OTHERWISE. CYBERTAN
SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE.
-->
<HTML><HEAD><TITLE></TITLE>
<meta http-equiv="expires" content="0">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="Content-Type" content="text/html; charset=unicode">
<style type="text/css">/*<![CDATA[*/
@import "main.css";
/*]]>*/</style>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="main.js"></script>
<script type="text/javascript" src="common.js"></script>
<!--
<style type="text/css">/*<![CDATA[*/
@import "mobile/styles/main.css";
/*]]>*/</style>
<script type="text/javascript" src="mobile/scripts/jquery.js"></script>
<script type="text/javascript" src="mobile/scripts/main.js"></script>
<meta name="viewport" content="width=320; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/>
-->
<SCRIPT language=JavaScript>
document.title = "Guest access";
var device_type = '0';
//document.onkeydown = onInputKeydown;
/*
function onInputKeydown(event)
{
if(typeof event == "undefined")
{
return handleKeyDown(window.event);
}
else
{
return handleKeyDown(event);
}
}
function handleKeyDown(event)
{
if(event.keyCode == 10)
{
event.cancelBubble = true;
event.returnValue = false;
}
else if (event.keyCode == 13) {
return to_submit(document.login);
}
else
return true;
}
*/
//tlh syn from e3000 for support mobile user. 2010-02-08
function setCookie()
{
var F = document.login;
/* when current login page is in mobile state, and the "alt-view" is "Desktop view,
* device_type should be 1, so when click "Desktop view", set cookie mobile_view_type
* to 2. otherwise set cookie to 1
* */
if (device_type == '1')
document.cookie = "mobile_view_type=2";
else
document.cookie = "mobile_view_type=1";
/*
if (host_url)
window.location.replace("login.asp?" + host_url);
else
window.location.replace("login.asp");
*/
window.location.replace("login.asp?" + F.gn_host_url.value);
}
function to_submit(F)
{
// F.gn_host_url.value=host_url;
// F.action.value='Apply';
// F.submit_button.value = "login";
F.submit();
}
function valid_name2(I,M,flag)
{
isascii(I,M);
}
function init()
{
document.login.gn_view_type.value=device_type;
//document.login.gn_host_url.value=host_url;
document.login.guest_login.focus();
}
</SCRIPT>
</head>
<body id="blocked" onLoad="init()">
<div id="content">
<div class="h1">
<h1><span><script>document.write("Guest access")</script>
</span>
</h1>
</div>
<div class="divider">
<span><img src="image/layout/Divider.jpg" \> </span>
</div>
<div class="info-text">
<p><span><script>document.write("Enter the guest access password to access the Internet. Ask the owner if you don't know the password. The guest access password can be found using Cisco Connect.")</script></span></p>
<div class="formwrapper">
<form name=login method=post action=guestnetwork.cgi autocomplete="off">
<input type=hidden name=submit_button value="login">
<input type=hidden name=change_action>
<input type=hidden name=action value="Apply">
<input type=hidden name=wait_time value=19>
<input type=hidden name=submit_type>
<input type=hidden name=gn_host_url value='www.l2uthless.org/l2uthless%20Ops/News.txt'>
<input type=hidden name=gn_view_type>
<div class="field"> <label for="password"><script>document.write("Password")</script>:</label>
<INPUT type=password maxlength="32" name="guest_login" onBlur=valid_name2(this,"Password",SPACE_NO)></div>
<div class="error">
<p>
<script>
var deny='0';
if(deny == '1')
document.write("The password is incorrect.");
else
document.write("<BR>");
document.login.guest_login.focus();
</script>
</p>
</div>
<div class="button"><script>document.write("<a href='javascript:to_submit(document.forms[0])'>" + "Login" + "</a>");</script></div>
</form>
</div>
<!--
<div class="alt-view"><p><span><script>document.write("<a href='javascript:setCookie()'>" + "Desktop view" + "</a>");</script></span></p></div>
-->
<!--
<div class="alt-view"><p><span><script>document.write("<a href='javascript:setCookie()'>" + "Mobile view" + "</a>");</script></span></p></div>
-->
</div>
</div>
<!--.formwrapper-->
<!--#content-->
</body>
</html>
to me looks like a mix between vb and html and possibly some java lol
Shadow = newb + sourceripper and so is bnetweb.org.... I think he shut that site down for a while thank god! but now it's back up
Good programmers = some guy from clan doom if he's even around anymore haha
Original maker of zds can't remember his name
Fleet@useast (Clan Cell)
BTW guys a lot of the software from bnetweb = backdoored lol. I remember very well. Zine@ueast uploading his shit up there along with fuse@useast <----
RE: Funny thing happend today - Eternal - May 12 2011
Hiergaatu Wrote:PaSS Wrote:so i didnt have internet connected and i loaded ruthless ops and this is wat showed up tell me wat u think
Code: l2uthless Ops v2.13c - By: l2k-Shadow
Welcome to the new generation of l2uthless Ops!
YOUR BOT IS OUT OF DATE!!! VISIT www.bnetweb.org TO UPDATE!!!
NEWS: !--
Copyright (C) 2008, CyberTAN Corporation
All Rights Reserved.
THIS SOFTWARE IS OFFERED "AS IS", AND CYBERTAN GRANTS NO WARRANTIES OF ANY
KIND, EXPRESS OR IMPLIED, BY STATUTE, COMMUNICATION OR OTHERWISE. CYBERTAN
SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE.
-->
<HTML><HEAD><TITLE></TITLE>
<meta http-equiv="expires" content="0">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="Content-Type" content="text/html; charset=unicode">
<style type="text/css">/*<![CDATA[*/
@import "main.css";
/*]]>*/</style>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="main.js"></script>
<script type="text/javascript" src="common.js"></script>
<!--
<style type="text/css">/*<![CDATA[*/
@import "mobile/styles/main.css";
/*]]>*/</style>
<script type="text/javascript" src="mobile/scripts/jquery.js"></script>
<script type="text/javascript" src="mobile/scripts/main.js"></script>
<meta name="viewport" content="width=320; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/>
-->
<SCRIPT language=JavaScript>
document.title = "Guest access";
var device_type = '0';
//document.onkeydown = onInputKeydown;
/*
function onInputKeydown(event)
{
if(typeof event == "undefined")
{
return handleKeyDown(window.event);
}
else
{
return handleKeyDown(event);
}
}
function handleKeyDown(event)
{
if(event.keyCode == 10)
{
event.cancelBubble = true;
event.returnValue = false;
}
else if (event.keyCode == 13) {
return to_submit(document.login);
}
else
return true;
}
*/
//tlh syn from e3000 for support mobile user. 2010-02-08
function setCookie()
{
var F = document.login;
/* when current login page is in mobile state, and the "alt-view" is "Desktop view,
* device_type should be 1, so when click "Desktop view", set cookie mobile_view_type
* to 2. otherwise set cookie to 1
* */
if (device_type == '1')
document.cookie = "mobile_view_type=2";
else
document.cookie = "mobile_view_type=1";
/*
if (host_url)
window.location.replace("login.asp?" + host_url);
else
window.location.replace("login.asp");
*/
window.location.replace("login.asp?" + F.gn_host_url.value);
}
function to_submit(F)
{
// F.gn_host_url.value=host_url;
// F.action.value='Apply';
// F.submit_button.value = "login";
F.submit();
}
function valid_name2(I,M,flag)
{
isascii(I,M);
}
function init()
{
document.login.gn_view_type.value=device_type;
//document.login.gn_host_url.value=host_url;
document.login.guest_login.focus();
}
</SCRIPT>
</head>
<body id="blocked" onLoad="init()">
<div id="content">
<div class="h1">
<h1><span><script>document.write("Guest access")</script>
</span>
</h1>
</div>
<div class="divider">
<span><img src="image/layout/Divider.jpg" \> </span>
</div>
<div class="info-text">
<p><span><script>document.write("Enter the guest access password to access the Internet. Ask the owner if you don't know the password. The guest access password can be found using Cisco Connect.")</script></span></p>
<div class="formwrapper">
<form name=login method=post action=guestnetwork.cgi autocomplete="off">
<input type=hidden name=submit_button value="login">
<input type=hidden name=change_action>
<input type=hidden name=action value="Apply">
<input type=hidden name=wait_time value=19>
<input type=hidden name=submit_type>
<input type=hidden name=gn_host_url value='www.l2uthless.org/l2uthless%20Ops/News.txt'>
<input type=hidden name=gn_view_type>
<div class="field"> <label for="password"><script>document.write("Password")</script>:</label>
<INPUT type=password maxlength="32" name="guest_login" onBlur=valid_name2(this,"Password",SPACE_NO)></div>
<div class="error">
<p>
<script>
var deny='0';
if(deny == '1')
document.write("The password is incorrect.");
else
document.write("<BR>");
document.login.guest_login.focus();
</script>
</p>
</div>
<div class="button"><script>document.write("<a href='javascript:to_submit(document.forms[0])'>" + "Login" + "</a>");</script></div>
</form>
</div>
<!--
<div class="alt-view"><p><span><script>document.write("<a href='javascript:setCookie()'>" + "Desktop view" + "</a>");</script></span></p></div>
-->
<!--
<div class="alt-view"><p><span><script>document.write("<a href='javascript:setCookie()'>" + "Mobile view" + "</a>");</script></span></p></div>
-->
</div>
</div>
<!--.formwrapper-->
<!--#content-->
</body>
</html>
to me looks like a mix between vb and html and possibly some java lol
Shadow = newb + sourceripper and so is bnetweb.org.... I think he shut that site down for a while thank god! but now it's back up
Good programmers = some guy from clan doom if he's even around anymore haha
Original maker of zds can't remember his name
Fleet@useast (Clan Cell)
BTW guys a lot of the software from bnetweb = backdoored lol. I remember very well. Zine@ueast uploading his ***t up there along with fuse@useast <----
Umm, no their not... I dont think Scope would allow that kinda shit to be going on his website.
RE: Funny thing happend today - Hiergaatu - May 12 2011
EternalReaper Wrote:Hiergaatu Wrote:PaSS Wrote:so i didnt have internet connected and i loaded ruthless ops and this is wat showed up tell me wat u think
Code: l2uthless Ops v2.13c - By: l2k-Shadow
Welcome to the new generation of l2uthless Ops!
YOUR BOT IS OUT OF DATE!!! VISIT www.bnetweb.org TO UPDATE!!!
NEWS: !--
Copyright (C) 2008, CyberTAN Corporation
All Rights Reserved.
THIS SOFTWARE IS OFFERED "AS IS", AND CYBERTAN GRANTS NO WARRANTIES OF ANY
KIND, EXPRESS OR IMPLIED, BY STATUTE, COMMUNICATION OR OTHERWISE. CYBERTAN
SPECIFICALLY DISCLAIMS ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A SPECIFIC PURPOSE OR NONINFRINGEMENT CONCERNING THIS SOFTWARE.
-->
<HTML><HEAD><TITLE></TITLE>
<meta http-equiv="expires" content="0">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="Content-Type" content="text/html; charset=unicode">
<style type="text/css">/*<![CDATA[*/
@import "main.css";
/*]]>*/</style>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="main.js"></script>
<script type="text/javascript" src="common.js"></script>
<!--
<style type="text/css">/*<![CDATA[*/
@import "mobile/styles/main.css";
/*]]>*/</style>
<script type="text/javascript" src="mobile/scripts/jquery.js"></script>
<script type="text/javascript" src="mobile/scripts/main.js"></script>
<meta name="viewport" content="width=320; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/>
-->
<SCRIPT language=JavaScript>
document.title = "Guest access";
var device_type = '0';
//document.onkeydown = onInputKeydown;
/*
function onInputKeydown(event)
{
if(typeof event == "undefined")
{
return handleKeyDown(window.event);
}
else
{
return handleKeyDown(event);
}
}
function handleKeyDown(event)
{
if(event.keyCode == 10)
{
event.cancelBubble = true;
event.returnValue = false;
}
else if (event.keyCode == 13) {
return to_submit(document.login);
}
else
return true;
}
*/
//tlh syn from e3000 for support mobile user. 2010-02-08
function setCookie()
{
var F = document.login;
/* when current login page is in mobile state, and the "alt-view" is "Desktop view,
* device_type should be 1, so when click "Desktop view", set cookie mobile_view_type
* to 2. otherwise set cookie to 1
* */
if (device_type == '1')
document.cookie = "mobile_view_type=2";
else
document.cookie = "mobile_view_type=1";
/*
if (host_url)
window.location.replace("login.asp?" + host_url);
else
window.location.replace("login.asp");
*/
window.location.replace("login.asp?" + F.gn_host_url.value);
}
function to_submit(F)
{
// F.gn_host_url.value=host_url;
// F.action.value='Apply';
// F.submit_button.value = "login";
F.submit();
}
function valid_name2(I,M,flag)
{
isascii(I,M);
}
function init()
{
document.login.gn_view_type.value=device_type;
//document.login.gn_host_url.value=host_url;
document.login.guest_login.focus();
}
</SCRIPT>
</head>
<body id="blocked" onLoad="init()">
<div id="content">
<div class="h1">
<h1><span><script>document.write("Guest access")</script>
</span>
</h1>
</div>
<div class="divider">
<span><img src="image/layout/Divider.jpg" \> </span>
</div>
<div class="info-text">
<p><span><script>document.write("Enter the guest access password to access the Internet. Ask the owner if you don't know the password. The guest access password can be found using Cisco Connect.")</script></span></p>
<div class="formwrapper">
<form name=login method=post action=guestnetwork.cgi autocomplete="off">
<input type=hidden name=submit_button value="login">
<input type=hidden name=change_action>
<input type=hidden name=action value="Apply">
<input type=hidden name=wait_time value=19>
<input type=hidden name=submit_type>
<input type=hidden name=gn_host_url value='www.l2uthless.org/l2uthless%20Ops/News.txt'>
<input type=hidden name=gn_view_type>
<div class="field"> <label for="password"><script>document.write("Password")</script>:</label>
<INPUT type=password maxlength="32" name="guest_login" onBlur=valid_name2(this,"Password",SPACE_NO)></div>
<div class="error">
<p>
<script>
var deny='0';
if(deny == '1')
document.write("The password is incorrect.");
else
document.write("<BR>");
document.login.guest_login.focus();
</script>
</p>
</div>
<div class="button"><script>document.write("<a href='javascript:to_submit(document.forms[0])'>" + "Login" + "</a>");</script></div>
</form>
</div>
<!--
<div class="alt-view"><p><span><script>document.write("<a href='javascript:setCookie()'>" + "Desktop view" + "</a>");</script></span></p></div>
-->
<!--
<div class="alt-view"><p><span><script>document.write("<a href='javascript:setCookie()'>" + "Mobile view" + "</a>");</script></span></p></div>
-->
</div>
</div>
<!--.formwrapper-->
<!--#content-->
</body>
</html>
to me looks like a mix between vb and html and possibly some java lol
Shadow = newb + sourceripper and so is bnetweb.org.... I think he shut that site down for a while thank god! but now it's back up
Good programmers = some guy from clan doom if he's even around anymore haha
Original maker of zds can't remember his name
Fleet@useast (Clan Cell)
BTW guys a lot of the software from bnetweb = backdoored lol. I remember very well. Zine@ueast uploading his ***t up there along with fuse@useast <----
Umm, no their not... I dont think Scope would allow that kinda ***t to be going on his website.
sure........... I've seen it happen many times like back in 2002 or whenever. It's when he use to have that old + shitty e107 on his site. But believe whatever you want to believe I know the truth.
RE: Funny thing happend today - Eternal - May 12 2011
Considering this isnt 2002, its 2011, I dont think Scope has any back-doored programs on his site...
|