• The Definitive Guide To MW3 Hacks, Mods and Cheats In 2019!

    You are interested in MW3 Hacks, Mods, Cheats or Trainers. Check our guide! Click here!

non host Aimbot

Lucifer

Veteran
Messages
771
Reaction score
502
Points
878
Either or is fine
This is for host
Code:
public static UInt32 G_Entity(Int32 clientIndex, UInt32 Mod = 0)
{
return ((0xfca280 + Mod) + ((UInt32)(0x280 * clientIndex)));
}

public static void PlayerDie(Int32 Killer, Int32 Victim)
{
RPC.Call(0x183748, new Object[] { G_Entity(Victim), G_Entity(Victim), G_Entity(Killer), 60, 0, 0x43B29, 0, 0, 0xD00CF12C });
}
 
Top