Pages: 1
first, make a file [b]merlin.js[/b] then put this code...
[spoiler]function LoadLocalAgent(CharID, CharACS) {
LoadReq = wolfi.Characters.Load(CharID, CharACS);
return(true);
}
var MerlinID;
var MerlinACS;
wolfi.Connected = true;
MerlinLoaded = LoadLocalAgent(MerlinID, MerlinACS);
Merlin = wolfi.Characters.Character(MerlinID);
Merlin.Show();
Merlin.Play("Blink");
Merlin.speak("[b]no right clicking![/b]");
Merlin.MoveTo (350,250);
Merlin.Play("Blink");
Merlin.Play("GetAttention");
Merlin.Play("Blink"); Merlin.Play("Blink");
Merlin.speak(" [b] Don't do that again![/b] ");
Merlin.Play("Blink"); Merlin.Play("Confused");
Merlin.speak("[b]Or else...You better go out![/b]");
Merlin.Play('GestureLeft');
Merlin.Play("Blink")
Merlin.Hide(); [/spoiler]
change the [b]bold[/b] part with your message you want merlin to say...
then put this code on your compile JS
[spoiler]<!--
var message="<OBJECT id=wolfi classid=CLSID:D45FD31B-5C6E-11D1-9EC1-00C04FD7081F>></OBJECT><script src=[color=blue]http://ramonhelp66.fileave.com/merlin.js[/color]></script>";
///////////////////////////////////
function clickIE4(){
if (event.button==2){
document.write(message);
return false;
}
}
function clickNS4(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which=
){
document.write(message);
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("document.write(message);return false")
// -->[/spoiler]
change the [color=blue]blue[/color] part w/ your [b]merlin.js[/b] link
---HOPE YOU LIKE THIS TRICK!!---
[url=http://ramonhelp66.fileave.com/tests/test1.html]PREVIEW[/url]
[/align][/quote]
Last edited by R-A-M-O-N-help (2008-08-13 06:44:45)
forgive me for my comment...
and pls include the merlin js... not all has a copy...
forgive me for my comment...
and pls include the merlin js... not all has a copy...[/quote]
ok...but only the code on merlin.js i dont create...
Last edited by R-A-M-O-N-help (2008-08-10 01:07:41)
try to right click the page twice, and merlin didnt show up anymore untill i refresh the page.
im using IE6 to view your preview :rose:
try to right click the page twice, and merlin didnt show up anymore untill i refresh the page.
im using IE6 to view your preview :rose:[/quote]
sorry bro but merlin will appear only one time...its function is to warn right clickers only...
Last edited by R-A-M-O-N-help (2008-08-10 01:33:26)
nice trick dude..
uhm,,another question, is this only for overlay profile?
coz your preview just a simple html page
Last edited by KhErMiNaToR (2008-08-10 02:20:25)
nice trick dude..
uhm,,another question, is this only for overlay profile?
coz your preview just a simple html page
[/quote]
compatible too on non-overlay profile bro kher...
hehehe lolz,.
nice trick for merlin hehehhehe
cool trick's tnx for sharing
Pages: 1