anyone got a link i can send that makes a CD door open?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Phoenix
    BACON BACON BACON
    • Nov 2002
    • 35475

    #1

    anyone got a link i can send that makes a CD door open?

    you know..opens their cd player?
    Telegram PhoenixBrad
    https://quantads.io
  • who
    So Fucking Banned
    • Aug 2003
    • 19593

    #2
    Who are you trying to fool?

    Comment

    • blazi
      Confirmed User
      • Feb 2003
      • 4321

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

      makingcoin.com - 100% payouts
      coinscuties.com

      Comment

      • sfera
        Confirmed User
        • Aug 2005
        • 8597

        #4
        just google it man, i have seen it before

        Comment

        • Phoenix
          BACON BACON BACON
          • Nov 2002
          • 35475

          #5
          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
          Telegram PhoenixBrad
          https://quantads.io

          Comment

          • Phoenix
            BACON BACON BACON
            • Nov 2002
            • 35475

            #6
            shit ok..going to google
            Telegram PhoenixBrad
            https://quantads.io

            Comment

            • swoop
              Confirmed User
              • Oct 2003
              • 3903

              #7
              can you post the link when u find it
              Earn 50 % Per Sale - Weekly Payments by check, wire, PayPal, or ePassporte

              Comment

              • After Shock Media
                It's coming look busy
                • Mar 2001
                • 35299

                #8
                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();}
                }

                [email protected] ICQ:135982156 AIM: Aftershockmed1a MSN: [email protected]

                Comment

                • Ice
                  Confirmed User
                  • Nov 2002
                  • 26053

                  #9
                  <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>
                  icq 1904905

                  Comment

                  • Phoenix
                    BACON BACON BACON
                    • Nov 2002
                    • 35475

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

                    grrr
                    Telegram PhoenixBrad
                    https://quantads.io

                    Comment

                    • Damian_Maxcash
                      So Fucking Banned
                      • Oct 2002
                      • 12745

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

                      Comment

                      • ges
                        Confirmed User
                        • Mar 2002
                        • 132

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

                        Comment

                        • Phoenix
                          BACON BACON BACON
                          • Nov 2002
                          • 35475

                          #13
                          Originally posted by ges
                          You normally should have a button in front of your drive, it's easier

                          ah shit..there is always an easy solution ;)
                          Telegram PhoenixBrad
                          https://quantads.io

                          Comment

                          • PAR
                            Confirmed User
                            • May 2005
                            • 1835

                            #14
                            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

                            Comment

                            • penzo
                              Confirmed User
                              • Mar 2005
                              • 1576

                              #15
                              my antivirus blocked it

                              Comment

                              • PAR
                                Confirmed User
                                • May 2005
                                • 1835

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

                                Comment

                                Working...