PDA

View Full Version : Release - WinAmp Controller


Damage Inc.
16th July 2005, 02:41
[This Is Not A Hack]

This is just a basic winamp controller that i made when i was bored
this will work in any game...just run the .exe and read the starting
message box, it tells u what keys do what

btw if there was already something like this released feel free to
tell me..

http://Game-Deception.com

// EDIT
Ok try this one..tell me if u get lag again

Fluid
16th July 2005, 02:44
cool so u can control the music while u play sweet nice release gj




edit* holy s*** after u hit ok this thing lags ur game like a b****

Damage Inc.
16th July 2005, 03:11
i dont get any lag from it...can u play with winamp running normally without lag ?

Fluid
16th July 2005, 03:12
yes . . .

Damage Inc.
16th July 2005, 03:17
hmm...i'll have one of my friends test it, cause i dont get any lag from it
so i'll post back in a few min

Fluid
16th July 2005, 03:20
ok good

RuffianSoldier
16th July 2005, 04:10
lol - i wonder if the Anticheats will let us use this

if i was you i would tell them that this is not a cheat - i want to use it - but i dont want to get SS'd and banned

Fluid
16th July 2005, 04:13
lol^^^^

Damage Inc.
16th July 2005, 04:29
it cant be seen by ss... it basically binded keys..im going to repost it in a min
i think i have the problem fixed

// Edit

ok from what i can tells fixed...if u start getting problems again tell me

RuffianSoldier
16th July 2005, 05:17
lol, i thought it was an overlay type thing.

Anyway - this conficts with my hack :(

Damage Inc.
16th July 2005, 05:18
im guessing that u have keys on ur hack binded to the
same ones that the controller is using ?

RuffianSoldier
16th July 2005, 05:20
ya, i use Key Events

Damage Inc.
16th July 2005, 05:22
hmm...maybe i can give it ini support and u can set the keys from there

RuffianSoldier
16th July 2005, 07:18
that would be cool - that way peeps could set it up how they like

good idea

Jurgis
16th July 2005, 08:24
nice release..... can't wait to test it out.... *unrelated(sorta)* i lost my book of cd keys so can't get on game without being kicked ><

DyslexicCheater
16th July 2005, 16:59
What language was this written in?

KizZamP-
16th July 2005, 17:04
damage ur an angel of hell!!..
hell: u code furiously good
angel:u make sweet releases lol

Damage Inc.
16th July 2005, 17:20
What language was this written in?
c++ with the winamp sdk
http://www.winamp.com/nsdn/winamp/sdk/

Couch
16th July 2005, 20:52
c++ with the winamp sdk
http://www.winamp.com/nsdn/winamp/sdk/
Not my section but get the window handle of Winamp. *HWND hWinamp = FindWindow("Winamp v1.x", NULL);* and use the SendMessage API to control winamp. That way you don't need to use the SDK.