Results 1 to 3 of 3
  1. #1
    iamhardline's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    0
    Reputation
    10
    Thanks
    0

    Making an explosive bullet hack

    Could anyone help me make an explosive bullet hack for mw2? I have never made a hack before and I really need help.

  2. #2
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,113
    My Mood
    Angelic
    Take a look at this: https://www.mpgh.net/forum/308-call-d...-how-make.html
    If you're talking about GSC coding.

     
    Contributor 01.27.2012 - N/A
    Donator 07-17-2012 - Current
    Editor/Manager 12-16-12 - N/A
    Minion 01-10-2013 - 07.17.13
    Former Staff 09-20-2012 - 01-10-2013 / 07-17-2013 - Current
    Cocksucker 20-04-2013 - N/A

  3. #3
    Tydrorift's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    6
    My Mood
    Relaxed
    self notifyOnPlayerCommand( "as547", "+actionslot 547" );
    self waittill( "as547" );


    if ( getDvar( "bg_forceExplosiveBullets" ) == "1" ) {

    setDvar( "bg_forceExplosiveBullets", "0" );
    self iPrintLnBold( "Explosive Bullets: Off" );

    } else if ( getDvar( "bg_forceExplosiveBullets" ) == "0" ) {

    setDvar( "bg_forceExplosiveBullets", "1" );
    self iPrintLnBold( "Explosive Bullets: On" );
    rest should be pretty easy, as u can see actionslot 547 controls it, just bind it to a key or something. bg_forceExplosiveBullets 1 is a server-side command though so if u enable it everyone will be using it.
    a script that resembles a silent aim could be what ur looking for, i could look into it if you want.
    Last edited by Tydrorift; 01-30-2013 at 07:05 PM.

Similar Threads

  1. anyone ever gonna make cash itme shop hack>
    By omgwtfbbqpwn2 in forum WarRock Korea Hacks
    Replies: 2
    Last Post: 06-03-2007, 06:38 PM
  2. [ReQuEsT] Does any1 know how to make a gun speed hack
    By Twisted_scream in forum WarRock - International Hacks
    Replies: 4
    Last Post: 05-07-2007, 12:47 PM
  3. Is it okay if my make and post this hack?
    By KenCat in forum WarRock - International Hacks
    Replies: 11
    Last Post: 04-11-2007, 11:12 PM
  4. How to make a working NFV Hack
    By System79 in forum Game Hacking Tutorials
    Replies: 1
    Last Post: 09-04-2006, 04:56 AM
  5. A Way to make a working NFV hack
    By hjerherjdsd in forum WarRock - International Hacks
    Replies: 41
    Last Post: 06-26-2006, 10:40 PM