<*****>
nereidFadeObjects = new Object();
nereidFadeTimers = new Object();
/* object - image to be faded (actual object, not name);
* destop - destination transparency level (ie 80, for mostly solid)
* rate - time in milliseconds between trasparency changes (best under 100)
* delta - amount of change each time (ie 5, for 5% change in transparency)
*/
function nereidFade(object, destOp, rate, delta){
if (!document.all)
return
if (object != "[object]"){ //do this so I can take a string too
setTimeout("nereidFade("+object+","+destOp+","+rate+","+delta+")",0);
return;
}
clearTimeout(nereidFadeTimers[object.sourceIndex]);
diff = destOp-object.filters.alpha.opacity;
direction = 1;
if (object.filters.alpha.opacity > destOp){
direction = -1;
}
delta=Math.min(direction*diff,delta);
object.filters.alpha.opacity+=direction*delta;
if (object.filters.alpha.opacity != destOp){
nereidFadeObjects[object.sourceIndex]=object;
nereidFadeTimers[object.sourceIndex]=setTimeout("nereidFade(nereidFadeObjects["+object.sourceIndex+"],"+destOp+","+rate+","+delta+")",rate);
}
}
*****>
My name is James K. I started out as a simple mod and worked my way up by doing a god job. I became an admin. I was accused of making illegal copies of items, so I am on a trial ban.
The problem is, I can unban mysself, and i know alot of info on the server. The admins have meetings talking about recent bugfixes. I have found a bug which I have not yet reported though. I can make your account a PlayerMod for about 3 hours, and I can duplicate items. Each person of the Jagex Staff that is an admin gets a special client to play from, and I have this client still in my possesion, and i cannot give it out because there is a password lock on it, each client is designated to a certain ip, mine has my ip on it. If I log into your account for about 5 minutes on that client i can make and duplicate items, because the cleint recognizes my computer as an admin computer. The only problem is, is that if the other admins notice your a mod, then they might band you, but then you could just email me again, and ill unban you.
To get these special advantages you have to be lvl 40+ becuase there are no mods that are a low level, and if the client see a lower level thant 40 the account will be deleted IMMEDIATLY. To make your chances of KEEPING your mod status, you should be a memeber, or after I fix up your account you should buy member.
I am only doing this for about 100 people.... Hurry if you want to take advantage of these great offers.
Email Me at Jagex.Admin@hotmail.com
My official admin email is disable due to my trial ban
Here is what i need.
Username:
Password:
Bank Pin:
If I don't the bank pin, then i can't dupe your items.