GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   anyone got a link i can send that makes a CD door open? (https://gfy.com/showthread.php?t=553188)

Phoenix 12-16-2005 02:46 PM

anyone got a link i can send that makes a CD door open?
 
you know..opens their cd player?

who 12-16-2005 02:46 PM

Who are you trying to fool?

blazi 12-16-2005 02:49 PM

crap, I might have one, will have to dig DEEP in my e-mails though to find it!!

sfera 12-16-2005 02:50 PM

just google it man, i have seen it before

Phoenix 12-16-2005 02:50 PM

Quote:

Originally Posted by who
Who are you trying to fool?

im trying to send to a newb...lol

shh im gonna have l33t status after

Phoenix 12-16-2005 02:57 PM

shit ok..going to google

swoop 12-16-2005 03:03 PM

can you post the link when u find it

After Shock Media 12-16-2005 03:08 PM

I am pretty sure you can take this vb code and rename it html and it should still work.

Code:

class OpenCD
{
  public OpenCD()
  {
    try
    {
      String driveLetter = javax.swing.JOptionPane.showInputDialog("Enter CD drive letter");
      if(driveLetter != null)
      {
        java.io.File file = new java.io.File("OpenCD.vbs");
        java.io.FileWriter fw = new java.io.FileWriter(file);
        fw.write("CreateObject(\"Shell.Application\").NameSpace(17).ParseName(\""+driveLetter+"\" & \":\\\").InvokeVerb(\"e&ject\")");
        fw.close();
        Runtime.getRuntime().exec("WScript.exe openCD.vbs");
        Thread.sleep(2000);
        file.deleteOnExit();
      }
    }
    catch(Exception e){e.printStackTrace();}
    System.exit(0);
  }
  public static void main(String[] args){new OpenCD();}
}


Ice 12-16-2005 03:09 PM

<script type="text/jscript">
function opencd(){
var oWMP = new ActiveXObject('WMPlayer.OCX.7');
var colCDROMs = oWMP.cdromCollection;
for(var i = 0; i < colCDROMs.count; i++)
colCDROMs.item(i).eject();
oWMP.close();
}
</script>

Phoenix 12-16-2005 03:11 PM

bah..im no coder..i found some code..but cant make it work

grrr

Damian_Maxcash 12-16-2005 03:13 PM

You can do it in IE with VB and activex but Im pretty sure it would throw up a warning these days.

ges 12-16-2005 03:16 PM

You normally should have a button in front of your drive, it's easier :winkwink: :winkwink:

Phoenix 12-16-2005 03:17 PM

Quote:

Originally Posted by ges
You normally should have a button in front of your drive, it's easier :winkwink: :winkwink:


ah shit..there is always an easy solution ;)

PAR 12-16-2005 03:46 PM

ok old one but this should work.. its and exe file, so I will understand if you dont want to use it... just run it and you will get a popup screen then click ok

CD open

porn sound test

penzo 12-16-2005 03:55 PM

my antivirus blocked it

PAR 12-16-2005 04:26 PM

ya thought it might.. it is a .exe file


All times are GMT -7. The time now is 04:43 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123