[REQ] Play Stream Music _asm

P

pa0neix

Guest
I need _asm code for Play Music on SA:MP
Thanks  :urtheman:
 

T3KTONIT

Well-known member
Joined
Sep 2, 2013
Messages
308
Reaction score
5
You don't need to use assembly for that...

take a look at this :
http://www.codeguru.com/cpp/g-m/directx/directshow/article.php/c19079/Simple-C-MP3-Player-Class.htm
you can easily tweak it and use it in your dll hack.
easy copy pasta for exe.


or else.. i think [member=2]0x688[/member] already made something like that, he can help u out.
 
Joined
Feb 18, 2005
Messages
2,965
Reaction score
271
I think he means samp function to play audio streams.

Code:
__asm
{  
    push param1
    ...
    call function
}
 
P

pa0neix

Guest
springfield link said:
I think he means samp function to play audio streams.

Code:
__asm
{  
    push param1
    ...
    call function
}
Yes, i mean that.
And How I can find static address in ollydbg ?
 

0x_

Wtf I'm not new....
Staff member
Administrator
Joined
Feb 18, 2013
Messages
1,123
Reaction score
174
1) Theres no need for such haxory, especially if you have no clue.

+ I used a basic bass.dll hook, as it manages the streams anyway you can play music with bass also just lookup the BASS Library you're even able to load in the instance right away.
 
Top