Results 1 to 10 of 10
  1. #1
    Jim's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    Summoner's Rift
    Posts
    4,250
    Reputation
    860
    Thanks
    1,556
    My Mood
    Psychedelic

    Crossfire Injector .wav's and .gif's

    Hey everyone, this is a tutorial on how to add sounds/songs
    and also .gif images to your Crossfire Injector's

    We'll start with sounds/songs.

     
    First step - You want to create a new "Button"
    on your form design (Unless you already have
    one created that you wish to use to start your
    sound/song)

    Second step - Change your MP3 sound/song to
    a .wav format using this website (no space)
    media. io

    Third step - Go back to Visual Basic and access
    "Properties", then "Resources".

    Fourth step - Click the arrow next to "Add Resource"
    and then click "Add existing file".

    Fifth step - Choose your .wav song you converted to.

    Sixth step - Make your way back to your 'Form Design'
    and double Left+Click the "Button" you have designated
    to start the song.

    Seventh step - Copy+Paste this code under "Private Sub"
    Code:
        PlayBackgroundSoundResource()
            My.Computer.Audio.Play(My.Resources.Your .wav file name, _
                AudioPlayMode.Background)
    Eighth step - After the last "End Sub" Paste the same code under it again
    Code:
    PlayBackgroundSoundResource()
            My.Computer.Audio.Play(My.Resources.Your .wav file name, _
                AudioPlayMode.Background)
    Ninth step - You're all done! Congratulations


     
    First step - Create a "PictureBox" from your toolbox and add it
    somewhere to your 'Form Design'

    Second step - Resize your "PictureBox" to what size you want it
    (If you wish to have it behind your buttons etc, right click it and
    press 'Send to Back')

    Third step - In the bottom right-hand corner of your Visual
    Basic Form Design, in properties. Find 'Image' then click
    the ... button next to it.

    Fourth step - Pick your gif!

    Fifth step - And that's the way the cookie crumbles!


    An example of both of these options.
    Injector; 'Miley Twerk Injector'.
    https://www.mpgh.net/forum/290-crossf...-injector.html

    Hope this helps.
    Need a friend? Private Message
    Need a Middleman? Add me on Skype: HERE or Copy & Search >> 'aussie_sniperx'
    ---------------








    Ex-sections:
    DayZ
    OFPS
    OMMORPG
    M.A.T
    OSPFPS
    Battleon

  2. #2
    The Conjurer's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    1,934
    Reputation
    608
    Thanks
    6,336
    My Mood
    Pensive
    I already know these things but not bad, this would help the newbies .

  3. #3
    sobasoba13's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    So Far Away
    Posts
    1,145
    Reputation
    23
    Thanks
    1,607
    My Mood
    Relaxed
    Already Knew It But Gj
    Crossfire Projects
    Made 21 Feature (Memory Hack)
    Respect List
    @ComboDance
    @mamo007
    @GaaD
    @Olwayy
    @Biesi
    @iSmexy
    @derh.acker
    @Brimir
    @steveroseik
    @Hero
    @Temperrr
    @Rullez
    PressIF I Helped

  4. #4
    rabir007's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Location
    Behind you...
    Posts
    2,323
    Reputation
    148
    Thanks
    1,925
    My Mood
    Bored
    Pretty easy, but GIFs will require hard processor or they will lag, trust me i used some in my old project, very bad idea...







  5. #5
    mamo007's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    Behind You !
    Posts
    1,655
    Reputation
    216
    Thanks
    15,607
    My Mood
    Amazed
    Quote Originally Posted by rabir007 View Post
    Pretty easy, but GIFs will require hard processor or they will lag, trust me i used some in my old project, very bad idea...
    i agree with ya .
    [Source Code] Present Hooks Win 7/8 .. 8.1/10


    - removed youtube video as it had an outside link


  6. #6
    lucasheer715's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    648
    Reputation
    10
    Thanks
    497
    My Mood
    Bored
    best way to use a gif is to add it to resources then in code :

    Picturebox1.Image = My.Recources.Image

    NO LAG!!!

  7. #7
    Jim's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    Summoner's Rift
    Posts
    4,250
    Reputation
    860
    Thanks
    1,556
    My Mood
    Psychedelic
    Thanks, I'll do that next time. Even though I don't experience any lag.
    Quote Originally Posted by lucasheer715 View Post
    best way to use a gif is to add it to resources then in code :

    Picturebox1.Image = My.Recources.Image

    NO LAG!!!
    Need a friend? Private Message
    Need a Middleman? Add me on Skype: HERE or Copy & Search >> 'aussie_sniperx'
    ---------------








    Ex-sections:
    DayZ
    OFPS
    OMMORPG
    M.A.T
    OSPFPS
    Battleon

  8. #8
    lucasheer715's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    648
    Reputation
    10
    Thanks
    497
    My Mood
    Bored
    Quote Originally Posted by Vertice View Post
    Thanks, I'll do that next time. Even though I don't experience any lag.
    i know, they are complaining about it lol

    Edit : this is the same exact thing as ur method but it calls a gif from resources lol

  9. #9
    steveroseik's Avatar
    Join Date
    Sep 2011
    Gender
    male
    Location
    Earth
    Posts
    463
    Reputation
    50
    Thanks
    2,114
    Example Thread :
    I Did Them Triple in the past
    https://www.mpgh.net/forum/290-crossf...ndetected.html

    ANYWAYS,, NICE JOB
    Last edited by steveroseik; 09-09-2013 at 06:03 PM.





    Since 10th Of September 2013



    Facebook : Steve Roseiik
    Twitter : Steveroseik
    Kik : steveroseik
    Instagram : steveroseik

  10. #10
    Jim's Avatar
    Join Date
    Sep 2012
    Gender
    male
    Location
    Summoner's Rift
    Posts
    4,250
    Reputation
    860
    Thanks
    1,556
    My Mood
    Psychedelic
    That's a nice example Thanks.
    Quote Originally Posted by steveroseik View Post
    Example Thread :
    I Did Them Triple in the past
    https://www.mpgh.net/forum/290-crossf...ndetected.html

    ANYWAYS,, NICE JOB
    Need a friend? Private Message
    Need a Middleman? Add me on Skype: HERE or Copy & Search >> 'aussie_sniperx'
    ---------------








    Ex-sections:
    DayZ
    OFPS
    OMMORPG
    M.A.T
    OSPFPS
    Battleon

Similar Threads

  1. [Discussion] Why are the Crossfire injectors and hacks not working?
    By Orrion in forum CrossFire Discussions
    Replies: 18
    Last Post: 10-19-2012, 03:26 AM
  2. Crossfire Mods, glitches, guides, and H4X!!!
    By Lolerz56 in forum CrossFire Mods & Rez Modding
    Replies: 19
    Last Post: 08-27-2009, 10:00 AM
  3. CrossFire Noob Guide: Tips and Hints
    By SenGinJin in forum CrossFire Hacks & Cheats
    Replies: 8
    Last Post: 08-19-2009, 10:04 PM
  4. Crossfire Mods, glitches, guides, and H4X!!!
    By Lolerz56 in forum CrossFire Hacks & Cheats
    Replies: 18
    Last Post: 08-19-2009, 08:10 AM
  5. NEW CROSSFIRE PUBLIC WITH AIMBOT AND INVISIBLE
    By password456 in forum CrossFire Hacks & Cheats
    Replies: 35
    Last Post: 05-04-2009, 07:08 AM