Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > Coding Releases
You last visited: Today at 02:51

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Cd Loader V.01

Discussion on Cd Loader V.01 within the Coding Releases forum part of the Coders Den category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Aug 2013
Posts: 11
Received Thanks: 0
Cd Loader V.01

Hi everybody!

ok this program will load audio cd images to alcohol 120%. The script is a sample you need to know a little about batch and autoit to customize it.
Code:
AutoItSetOption("WinTitleMatchMode", 4)

;(----------------------This is a list of the CD's in Inventory----------------------)

$cdloaderdir = "c:\WINNT\CD Loader\"  ;CD Loader installation directory
$trayplaymessage = "Currently Playing..."	;tray tip title message
$playername = "classname=WMPlayerApp"  ;classname of the player used
$forwardhotkey = "{CTRLDOWN}f{CTRLUP}"  ;hotkey for "next track"
$backhotkey = "{CTRLDOWN}b{CTRLUP}"  ;hotkey for "previous track"
$cd1 = "muse - absolution"   ;Name of CD 1
$cd2 = "frou frou - details"   ;Name of CD 2
$cd3 = "kylie minogue - fever"   ;Name of CD 3
$cd4 = "postal service - give up"  ;Name of CD 4
$cd5 = "coldplay - a rush of blood to the head"	;Name of CD 5
$cd6 = "wyclef jean - the carnival"  ;Name of CD 6


;(----------------------This is the start of the loop----------------------)

$loopy = 0
while $loopy = 0
$input = InputBox ( "CD Loader", "Enter a command","","",170,40,0,0)

If @error = 1 Then
exit

;(----------------------Here are the commands for input values----------------------)

elseif $input = "list" Then
MsgBox(0, "CD inventory List", $cd1 & @CRLF & $cd2 & @CRLF & $cd3 & @CRLF & $cd4 & @CRLF & $cd5 & @CRLF & $cd6)

ElseIf $input = "forward" Then
winactivate($playername)
winwait($playername)
send($forwardhotkey)
WinSetState ($playername,"",@SW_MINIMIZE)

ElseIf $input = "next" Then
winactivate($playername)
winwait($playername)
send($forwardhotkey)
WinSetState ($playername,"",@SW_MINIMIZE)

elseif $input = "back" Then
winactivate($playername)
winwait($playername)
send($backhotkey)
WinSetState ($playername,"",@SW_MINIMIZE)

elseif $input = "previous" Then
winactivate($playername)
winwait($playername)
send($backhotkey)
WinSetState ($playername,"",@SW_MINIMIZE)

elseif $input = $cd1 Then
winclose($playername)
run ($cdloaderdir & $cd1 & ".bat","",@SW_HIDE)
winwait("classname=WMPlayerApp")
WinSetState ($playername,"",@SW_MINIMIZE)
TrayTip ($trayplaymessage,$cd1,20,1)

elseif $input = $cd2 Then
winclose($playername)
run ($cdloaderdir & $cd2 & ".bat","",@SW_HIDE)
winwait($playername)
WinSetState ($playername,"",@SW_MINIMIZE)
TrayTip ($trayplaymessage,$cd2,20,1)

elseif $input = $cd3 Then
winclose($playername)
run ($cdloaderdir & $cd3 & ".bat","",@SW_HIDE)
winwait($playername)
WinSetState ($playername,"",@SW_MINIMIZE)
TrayTip ($trayplaymessage,$cd3,20,1)

elseif $input = $cd4 Then
winclose($playername)
run ($cdloaderdir & $cd4 & ".bat","",@SW_HIDE)
winwait($playername)
WinSetState ($playername,"",@SW_MINIMIZE)
TrayTip ($trayplaymessage,$cd4,20,1)

elseif $input = $cd5 Then
winclose($playername)
run ($cdloaderdir & $cd5 & ".bat","",@SW_HIDE)
winwait($playername)
WinSetState ($playername,"",@SW_MINIMIZE)
TrayTip ($trayplaymessage,$cd5,20,1)

elseif $input = $cd6 Then
winclose($playername)
run ($cdloaderdir & $cd6 & ".bat","",@SW_HIDE)
winwait($playername)
WinSetState ($playername,"",@SW_MINIMIZE)
TrayTip ($trayplaymessage,$cd6,20,1)

else
msgbox(48,"CD Loader information","'" & $input & "'" & " was not found in the database")
endif
wend
Liented is offline  
Reply


Similar Threads Similar Threads
Need a comparble loader or loader/ client 5700
06/16/2013 - CO2 Private Server - 4 Replies
Can anyone inform me how to get a proper working link to working loaders or clients with compatible loaders to these sources Fire-fox 5723 BY HaMdY Matrix-Co Version 5700 Full Fixed If anyone has a working client or loader with client please vibes me i have setup all these sources and loaded them in terminal but cannot get a working client/loader to login i remain with 2 possible login errors these are
Need a comparble loader or loader/ client 5700
06/16/2013 - CO2 Private Server - 3 Replies
Can anyone inform me how to get a proper working link to working loaders or clients with compatible loaders to these sources Fire-fox 5723 BY HaMdY Matrix-Co Version 5700 Full Fixed ZeRo-Vb.NeT By HamoCooL Source ifranko If anyone has a working client or loader with client please vibes me i have setup all these sources and loaded them in terminal but cannot get a working client/loader to login i remain with 3 possible login errors
[1.11] CyberVeezy Hack-Loader *My newest Hacks are on this loader* [HOT;HOT]
03/19/2013 - WarRock Hacks, Bots, Cheats & Exploits - 18 Replies
Hallo liebe Hacker, da ich keine Lust mehr habe jedes mal wegen einem Hack einen neuen Thread aufmachen zu müssen habe ich hier ein kleines Tool programmiert das immer zeigt was mein neuester Hack ist. http://img4.fotos-hochladen.net/uploads/hackloade rptmbxvo014.png Das Tool macht nichts anderes, als Daten von meinem FTP auf dieses Programm zu downloaden und an alle kleinen Kiddy's die meine FTP Daten aus diesem Programm entnehmen wollen ihr habt keine Chance testet einfach warum ;) ...
[Release] ZSZC Loader (Edited From lolkop's loader)
10/28/2011 - SRO PServer Guides & Releases - 16 Replies
Hello , i have just Edited lolkop's loader for zszc Screen http://img825.imageshack.us/img825/4439/918201043 801am.jpg Download VirusTotal



All times are GMT +2. The time now is 02:52.


Powered by vBulletin®
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2026 elitepvpers All Rights Reserved.