View Full Version : Script
XxTitanxX
25th April 2003, 19:36
Anyone know where I can get a n right-clicking script? I looked on google but didnt see what I wanted. I want the script where you right click, an error comes up, then you right click again and the error stays up and wont go down. After I find that script im goingt to add a link to command so when someone right-clicks twice the error will stay up and the link will link the person to 1000+ oher websites...heeheehee
Felix
25th April 2003, 20:11
<SCRIPT language="JavaScript"><!--
function click() {
if (event.button==2) {
alert('MESSAGE HERE');
}
}
document.onmousedown=click
// --></SCRIPT>
I used to have the script where it moved you from one site to another on a second right click, but I lost it.
GrumpySpyGuy
25th April 2003, 21:38
Love that script.. It is great...Umm It is html mainly, Design? Posting in in like main will get a lot more attention
DarkCloud
26th April 2003, 01:58
That script won't stop the good code stealers. HTML is basically open source and there is no way to stop anyone from getting the code.
There was a trend that if you right clicked on the page your computer would freeze. But once I know that protection is on, I find my own way around it and I already have the source code.
Felix
26th April 2003, 15:15
Yea, I know DC. Im one of those good code stealers :)
I have many ways of still finding the code.
XxTitanxX
26th April 2003, 16:57
dude, if I wanted to kep "good codestealers" away then I would just say, "All ****ing hell, screw the damn script" But you see, I'm not trying to keep people away from my stuff. I'm simply trying to PISS THEM OFF. anyways, i found the script, well, actually my friend did, but now i have to add a link to command to that website that opens a thousand other popups. OR should I do the one that makes errors pop up on your computer that say, " **** you" and it says, " **** you" on your speakers? either way, it'll be fun
Felix
27th April 2003, 18:13
<script language="JavaScript">
document.onmousedown=click
var times=0
var times2=10
function click() {
if ((event.button==2) || (event.button==3)) {
if (times>=1) { bye() }
alert("FIRST MESSAGE");
times++ } } function bye() {
alert("2ND MESSAGE THAT NEVER LEAVES"); bye() }
</script>
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.