Ok so this is a tutorial on how to put sounds on ur trainer
like when u click the button Stamina it goesd like "Stamina On"
On Top Of Ur Form Add:
Code:
'Sounds Made Bt THIMO :D
Private Declare Function sndPlaySound Lib "winmm.dll" Alias "sndPlaySoundA" (ByVal lpszSoundName As String, ByVal uFlags As Long) As Long
Const SND_ASYNC = &H1 'ASYNC plays One Time THATS it
Const SND_NODEFAULT = &H2 'NODEFAULT This is what we use for stop the hack from playin the sounds XD
Ok so ur basic command button = like
Code:
Private sub Command1_Click
timer1.interval = 1
End Sub
now make it
Code:
Private sub Command1_Click
sndPlaySound App.Path & "\Sounds\StaminaOn.wav", SND_ASYNC Or SND_NODEFAULT
timer1.interval = 1
End Sub
'\sounds means that there is a map named sounds in the same directory as
'the hack and in that map theres a file called staminaon.wav :D
When u click the button u just get Stamina Freezed + u get "Stamina On" Sound
rly XD
Hope U Enjoyed
heres mai sound pack Sounds.rar
Orriginally Created for ******* Hack
(C) THIMO No leeching mofo's
dxth4*****m
forr l33t hacks
nub you can't just put a copyright sign and think its copyrighted. it costs money. oh and you didnt make this. i found this too and it is exactly what i use for sounds so GJ nub.
Originally Posted by Iam"iDude"
nub you can't just put a copyright sign and think its copyrighted. it costs money. oh and you didnt make this. i found this too and it is exactly what i use for sounds so GJ nub.
well actually if you create something it is automatically copyrighted to you. this is what happens a lot in the music business. some popular guy makes a song and some redneck claims he stole it from him
=D There is no built in feature for VB. You have to use API calls. But I can see you are...so...FUCK HACE, it's killing all my fucking study time
Nice
Originally Posted by MaskedFox
well actually if you create something it is automatically copyrighted to you. this is what happens a lot in the music business. some popular guy makes a song and some redneck claims he stole it from him
No, thats not how it works. If that is how it was, then there wouldnt be a shit load of copyright companies. Lets say a new band releases a song and they name it, BUT they dont copyright the name, then somebody can go and copyright the song name for like $1.50. or if a band gets a name and they dont register the name some other person can. and once its copyrighted you have to change the name. but in some songs they have the same name but mean diff. but in that case you would copyright the lyrics to the song xD so yeah. it doesn't work the way you said it.