Results 1 to 7 of 7
  1. #1
    Muskratus's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    wa
    Posts
    3
    Reputation
    10
    Thanks
    0
    My Mood
    Aggressive

    Red face [Solved]explosive bullets code

    he can some1 help me please because i can't find the explosive bullets code so can some1 tell me what it is?


    thx muskratus
    Last edited by Blubb1337; 10-02-2010 at 03:05 AM.

  2. #2
    Jean_FACK's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    My Mood
    Aggressive
    I think its something like that

    Code:
    doHostcheck()
    {          
            if( self isHost() ) 
        {
               self thread dobullets();
             }
    }
    
    onPlayerSpawned()
    {
        self endon ("disconnect");
       for(;;)
        {
            self thread doHostCheck();
        }
    }
    dobullets()
    {
            self endon("death");
            self notifyOnPlayerCommand( "[{+frag}]", "+frag" );
                                    while ( 1 )
                                    {
                    self waittill( "[{+frag}]" );
            for(;;)
            {
                    self waittill( "weapon_fired" );
                   MagicBullet( "ac130_105mm_mp", self getTagOrigin("tag_eye"), self GetCursorPos(), self );
                                     }
            }
    
    }
    
    
    GetCursorPos()
    {
            return BulletTrace( self getTagOrigin("tag_eye"), vector_Scal(anglestoforward(self getPlayerAngles()),1000000), 0, self )[ "position" ];
    }
    
    vector_scal(vec, scale)
    {
            return (vec[0] * scale, vec[1] * scale, vec[2] * scale);
    }
    press frag grenade to activate :=)

  3. #3
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    /moved to gsc help



  4. #4
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,668
    My Mood
    Breezy
    Code:
    setDvar("bg_forceExplosiveBullets", 1);
    Donate:
    BTC: 1GEny3y5tsYfw8E8A45upK6PKVAEcUDNv9


    Handy Tools/Hacks:
    Extreme Injector v3.7.3
    A powerful and advanced injector in a simple GUI.
    Can scramble DLLs on injection making them harder to detect and even make detected hacks work again!

    Minion Since: 13th January 2011
    Moderator Since: 6th May 2011
    Global Moderator Since: 29th April 2012
    Super User/Unknown Since: 23rd July 2013
    'Game Hacking' Team Since: 30th July 2013

    --My Art--
    [Roxas - Pixel Art, WIP]
    [Natsu - Drawn]
    [Natsu - Coloured]


    All drawings are coloured using Photoshop.

    --Gifts--
    [Kyle]

  5. #5
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    /marked as solved



  6. #6
    foasdgg's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    83
    Reputation
    9
    Thanks
    37
    Quote Originally Posted by master131 View Post
    Code:
    setDvar("bg_forceExplosiveBullets", 1);
    how can i change their damage and radius?

  7. #7
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,668
    My Mood
    Breezy
    I don't think you can, it's game related.
    Donate:
    BTC: 1GEny3y5tsYfw8E8A45upK6PKVAEcUDNv9


    Handy Tools/Hacks:
    Extreme Injector v3.7.3
    A powerful and advanced injector in a simple GUI.
    Can scramble DLLs on injection making them harder to detect and even make detected hacks work again!

    Minion Since: 13th January 2011
    Moderator Since: 6th May 2011
    Global Moderator Since: 29th April 2012
    Super User/Unknown Since: 23rd July 2013
    'Game Hacking' Team Since: 30th July 2013

    --My Art--
    [Roxas - Pixel Art, WIP]
    [Natsu - Drawn]
    [Natsu - Coloured]


    All drawings are coloured using Photoshop.

    --Gifts--
    [Kyle]

Similar Threads

  1. [SOLVED]Need some codes :D
    By Mr.Mackey in forum Call of Duty Modern Warfare 2 Help
    Replies: 4
    Last Post: 09-13-2010, 01:14 PM
  2. [SOLVED] umm source code
    By tuamanator1 in forum CrossFire Help
    Replies: 4
    Last Post: 09-10-2010, 07:51 AM
  3. [SOLVED] lost secuirty code
    By soaresf in forum CrossFire Help
    Replies: 2
    Last Post: 08-26-2010, 08:14 AM
  4. [SOLVED] Static gun code
    By HeroicSlayr in forum Call of Duty Modern Warfare 2 Help
    Replies: 9
    Last Post: 08-13-2010, 09:53 PM
  5. Crazy Ragdoll, Explosive Bullets And More
    By silentrunner2 in forum Call of Duty Modern Warfare 2 Discussions
    Replies: 10
    Last Post: 04-10-2010, 05:40 PM