
nice trick...but no preview...hehehe 
|

/sounds gud..
im using it..
tnx for sharing..
|
im using this one cause i dont have a chatbox... i think this one is useful to all who doesnt have a pop comment or messenger and chatbox... in mine this work a lot cause all u hve to do is to use the mouse and click..
|
so i wanna add something on ReadMeNot codes here you can made infinite message everytime he/she press the keyboard...
function keypressed() {
alert("message +pageViewerFName+'???");
alert("message +pageViewerFName+'??? ");
alert("message +pageViewerFName+'???");
alert("message +pageViewerFName+'???");
alert("message +pageViewerFName+'???");
}
document.onkeydown=keypressed;
// Endif you want to add more infinite just add this as many as you like
alert("message +pageViewerFName+'???");
|
nice code..
I tried it on mine!
btw, do u have a code that prevents left clicking?..
when pichu attacks~
|
LOL! This trick is very useful.
If you don't want others to steal/rip your profile, you may use these add-ons/tricks:
>Disable keyboard (it will also prevent printscreens)
>Disable left mouse click selection (prevents highlighting a text)
>Disable right mouse click
>A good code encryption for html (overlay) and javascript
@nimiel You can use my code for disabling left mouse click selection and right mouse click. Insert it in your javascript.
// DISABLE RIGHT CLICK BUTTON AND LEFT CLICK SELECTION
function clickIE4(){
if (event.button==2){
document.oncontextmenu=new Function("return false")
}
}
function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){
document.oncontextmenu=new Function("return false")
}
}
}
if (document.layers){
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById){
document.onmousedown=clickIE4;
}
document.oncontextmenu=new Function("return false")
|

=d Loveit Mah Friend

|

its a cool idea
luv it 
|

is there a code that disables the user to use the keyboard but has no pop-up message?
|

Nice Idea and trick bro. 

|

Remarks:
shit - Too Bad
- Bad
- Good
- Very Good
- Excellent
Your Remarks : ![]()

|

|

nice!i needed this!

|

|

oho... i can't press any key board when on my profile 
thanks 4 share 
|

w0w..tnx a lot!!!

|

how to paste the code ??

|