Results 1 to 13 of 13
  1. #1
    Samueldo's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Meh
    Posts
    1,023
    Reputation
    29
    Thanks
    348
    My Mood
    Inspired

    Exclamation [Source] Make a BGM changer

    If you've seen/downloaded my BGM changer then you should know how you use this. Otherwise go get it to see how you can use this code.

    Code:
    'BGM Changer for Combat Arms
    `By Samueldo
    `If you really badly want to leech this, then go ahead BUT give me credit or I will find you and murder you.
    
    Private Sub Button1_Click_1(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
    `Check the folder exists
        If Dir(TextBox1.Text + "\Game\BGM\") <> "" Then
    `Make sure that you can edit the BGM file
            System.IO.File.SetAttributes(TextBox1.Text + "\Game\BGM\BGM_LOOP.mp3", System.IO.FileAttributes.Normal)
    `Rename the original BGM file so you still have it for emergencies
            Rename(TextBox1.Text + "\Game\BGM\BGM_LOOP.mp3", TextBox1.Text + "\Game\BGM\BGM_LOOP_2.mp3")
    `Move the new music file
            IO.File.Move(TextBox2.Text + TextBox3.Text, TextBox1.Text + "\Game\BGM\")
    `Rename the new music file
            Rename(TextBox1.Text + "\Game\BGM\" + TextBox2.Text, TextBox1.Text + "\Game\BGM\BGM_LOOP.mp3")
        Else
    `If it doesn't work, this will be shown
            Label6.Text = "Failed!"
        End If
    `Show a success message
        Label6.Text = "Replaced!"
    End Sub
    Use it, leech it, expand on it, whatever but PLEASE give me credit as this code is 100% mine.
    Last edited by Samueldo; 01-09-2010 at 03:42 AM.
    Quote Originally Posted by Grim View Post
    glad to be an inspiration
    Minions rule. /endof

    InjectPlz Refresh - download v1.0 now!

  2. #2
    /ac1d_buRn's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Why you want to know?
    Posts
    80
    Reputation
    10
    Thanks
    3
    Thanks for this gg
    I was thinking about making a new multi took in visual basics since i havent been doing visual basics much (been doing some C++)

    Might use this, Dw i will give u credits

  3. #3
    Samueldo's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Meh
    Posts
    1,023
    Reputation
    29
    Thanks
    348
    My Mood
    Inspired
    Yep, credit in some form (pretty much my name or website www.samueldo.T K) will be OK so do with this what you will.
    Last edited by Samueldo; 01-10-2010 at 04:24 AM.
    Quote Originally Posted by Grim View Post
    glad to be an inspiration
    Minions rule. /endof

    InjectPlz Refresh - download v1.0 now!

  4. #4
    deathninjak0's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Posts
    1,510
    Reputation
    12
    Thanks
    294
    My Mood
    Cool
    Can you tell us what tools we need and a pic please That would be nice

  5. #5
    /ac1d_buRn's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Why you want to know?
    Posts
    80
    Reputation
    10
    Thanks
    3
    Quote Originally Posted by deathninjak0 View Post
    Can you tell us what tools we need and a pic please That would be nice
    if you dont know what is needed, Then you cant code VB for shit.
    Which means you leeched all the tuts and credited yourself.

    It is so easy to figure out what is needed >.<

  6. #6
    MugNuf's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    790
    Reputation
    9
    Thanks
    160
    My Mood
    Goofy
    I wont steal this code at all, but i have seen your release of it, and i was going to look into it.

    Good job, I'll try my own .

  7. #7
    deathninjak0's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Posts
    1,510
    Reputation
    12
    Thanks
    294
    My Mood
    Cool
    Quote Originally Posted by /ac1d_buRn View Post


    if you dont know what is needed, Then you cant code VB for shit.
    Which means you leeched all the tuts and credited yourself.

    It is so easy to figure out what is needed >.<
    I'm just saying it would help so stfu

  8. #8
    zmansquared's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    Kickin it at Microsoft
    Posts
    2,086
    Reputation
    36
    Thanks
    221
    My Mood
    Cheerful
    this is sick thanks. going to try now with no help from others :P
    Need Help With Coding or Something??? MSN me
    zmansquared@hotmail.com


    I am the one and only Microsoft Fag!!!

    Quote:
    Originally Posted by Arhk
    All games should be hacked, if we don't do it someone else will. Hackers force the progress, of better programming methods.
    ~


    Take this Pic everyone!



    next-

  9. #9
    /ac1d_buRn's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Why you want to know?
    Posts
    80
    Reputation
    10
    Thanks
    3
    Quote Originally Posted by deathninjak0 View Post
    I'm just saying it would help so stfu
    Why, So everyone can make there own and 10000 will be in the CA section by tomorrow?

    Let this be for people who can understand what is going oon, Not just C&P Coders

    >.<

  10. #10
    Samueldo's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Meh
    Posts
    1,023
    Reputation
    29
    Thanks
    348
    My Mood
    Inspired
    For those CHOOBS you just need VB08 and a brain (which they lack obviously). As I said, people who leech (which is very likely due to the fact that last time I checked this was the first of it's kind released here) just need to give me credit.
    Quote Originally Posted by Grim View Post
    glad to be an inspiration
    Minions rule. /endof

    InjectPlz Refresh - download v1.0 now!

  11. #11
    MugNuf's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Posts
    790
    Reputation
    9
    Thanks
    160
    My Mood
    Goofy
    Quote Originally Posted by Samueldo View Post
    For those CHOOBS you just need VB08 and a brain (which they lack obviously). As I said, people who leech (which is very likely due to the fact that last time I checked this was the first of it's kind released here) just need to give me credit.
    I'm making my own, but i won't give you anymore credits than you inspired me.

    Good luck with your multi tool. .

    EDIT: Sadly, Most of this code will result in almost the exact same...

    Seeing how it does go Game\BMG and thats almost half of it lol ^^.
    Last edited by MugNuf; 01-10-2010 at 09:11 PM.

  12. #12
    zmansquared's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Location
    Kickin it at Microsoft
    Posts
    2,086
    Reputation
    36
    Thanks
    221
    My Mood
    Cheerful
    It works for me
    Need Help With Coding or Something??? MSN me
    zmansquared@hotmail.com


    I am the one and only Microsoft Fag!!!

    Quote:
    Originally Posted by Arhk
    All games should be hacked, if we don't do it someone else will. Hackers force the progress, of better programming methods.
    ~


    Take this Pic everyone!



    next-

  13. #13
    Samueldo's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Meh
    Posts
    1,023
    Reputation
    29
    Thanks
    348
    My Mood
    Inspired
    I'm improving this code right now, to make it from a BGM changer to a Sound changer, which will soon have support for the Zombie Ambience theme, the Loading sound and more. I won't be able to do a huge amount as I will need to go and write another chunk of code to inject stuff in and out of REZ files and stuff, and I could be here forever then. I'll try it though at a later point.

    EDIT: Woot 100th post I'm Advanced Member now
    Quote Originally Posted by Grim View Post
    glad to be an inspiration
    Minions rule. /endof

    InjectPlz Refresh - download v1.0 now!

Similar Threads

  1. How to make Fog RGB Changer on Gellin's Base !
    By Crash in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 4
    Last Post: 01-20-2010, 06:58 PM
  2. How to make a IP changer in VB6
    By trevor206 in forum Visual Basic Programming
    Replies: 10
    Last Post: 01-16-2010, 03:23 PM
  3. [Release] Sound Changer (evolved from BGM Changer)
    By Samueldo in forum Combat Arms Hacks & Cheats
    Replies: 19
    Last Post: 01-12-2010, 10:21 AM
  4. How to make a Ip changer? in visual basics 2008
    By deathninjak0 in forum Programming Tutorial Requests
    Replies: 2
    Last Post: 11-25-2009, 05:00 PM
  5. [Request] Does anyone know how to make a ip changer
    By trevor206 in forum Visual Basic Programming
    Replies: 5
    Last Post: 11-14-2009, 10:24 PM