Post: HELP Make me make a MW2 Explosive Bullet RTM tool?
06-30-2014, 08:31 AM #1
Fo6y
Bounty hunter
(adsbygoogle = window.adsbygoogle || []).push({}); I want to make a RTM tool that only has Explosive Bullets on it for clients in my game so I can pick which clients I can give it to. I'm on CEX CCAPI 2.5 Smile Thanks.
(adsbygoogle = window.adsbygoogle || []).push({});
06-30-2014, 10:38 AM #2
makeabce
I defeated!
Originally posted by Deniro View Post
I want to make a RTM tool that only has Explosive Bullets on it for clients in my game so I can pick which clients I can give it to. I'm on CEX CCAPI 2.5 Smile Thanks.

    
public static void Explosive_Bullets(int client, bool status)
{
if (status == true)
{
DEX.SetMemory(0x014e2628 + ((uint)client * 0x3700), new byte[] { 0xFF, 0xEF });
}
else if (status == false)
{
DEX.SetMemory(0x014e2628 + ((uint)client * 0x3700), new byte[] { 0x00, 0x08 });
}
}


Then just add it to a button like this: Explosive_Bullets(<clientnumber here>,true);

The following user thanked makeabce for this useful post:

Fo6y
06-30-2014, 11:55 AM #3
Fo6y
Bounty hunter
Originally posted by makeabce View Post
    
public static void Explosive_Bullets(int client, bool status)
{
if (status == true)
{
DEX.SetMemory(0x014e2628 + ((uint)client * 0x3700), new byte[] { 0xFF, 0xEF });
}
else if (status == false)
{
DEX.SetMemory(0x014e2628 + ((uint)client * 0x3700), new byte[] { 0x00, 0x08 });
}
}


Then just add it to a button like this: Explosive_Bullets(<clientnumber here>,true);


can you add my skype real quick CultRap thanks if so

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo