GrungeRocker Posted October 2, 2006 Posted October 2, 2006 Hi! I want to read out, the played song in WinAmp using the _mem() functions, but it isn't working.... Can any1 help me? Func GetSong(); Adresse: 0012ADF5 If ProcessExists("WinAmp.exe") Then $pid = ProcessExists("WinAmp.exe") ;~ msgbox(0, "", $pid) $open = _MemOpen($pid) $song = _MemRead($open, 0x0012ADF5) msgbox(0, "Song", $song) _MemClose($pid) EndIf EndFunc [font="Verdana"]In work:[list=1][*]InstallIt[*]New version of SpaceWar[/list] [/font]
AzKay Posted October 2, 2006 Posted October 2, 2006 Any errors? Are you sure thats the right address? # MY LOVE FOR YOU... IS LIKE A TRUCK- #
GrungeRocker Posted October 2, 2006 Author Posted October 2, 2006 No erreors... I got the Address out of a mirc-script! [font="Verdana"]In work:[list=1][*]InstallIt[*]New version of SpaceWar[/list] [/font]
AzKay Posted October 2, 2006 Posted October 2, 2006 No erreors...I got the Address out of a mirc-script!Is it a static address? or dynamic? # MY LOVE FOR YOU... IS LIKE A TRUCK- #
GrungeRocker Posted October 4, 2006 Author Posted October 4, 2006 Is it a static address? or dynamic?Well i think it should be static....the script is working all the time so... [font="Verdana"]In work:[list=1][*]InstallIt[*]New version of SpaceWar[/list] [/font]
AzKay Posted October 5, 2006 Posted October 5, 2006 Are you using w0uters mem udf? If you are, why not post this question in his thread in scripts n scraps, youll get better help than here # MY LOVE FOR YOU... IS LIKE A TRUCK- #
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now