(adsbygoogle = window.adsbygoogle || []).push({});
MultiCoD HudElem Library
Version 1.0
Easy Hud Elements for CoD Games
I created a Class Library for some CoD's: Modern Warfare 2, Black Ops 1, Modern Warare 3, Black Ops 2 :embarrassed:
The reason why Ghosts isnt in the dll is because i dont mod this game and dont own it so i cant update the offsets and shit.
The download link is at the bottom of this thread (Codeplex link + viruscan) and the package contains the
binary.
Features:
- PS3Lib
- CCAPI ability
- Hud Elements
- RPC (kind of)
Changelog v1:
- Initial release
I'll start to explain how to add/use the dll in your project.
Once you have extracted the binary from the .zip, add the dll MultiHudElems as reference into visual studio, and in your source code :
using MultiHudElems;
Your ready to use the dll.
Don't worry, if you dont understand something i left 1 Demo projects (source) in the package.
U can choose between TMAPI and CCAPI to use one game create this instance :
public MW2CCAPI MW2 = new MW2CCAPI();
//of if you want TMAPI
public MW2TMAPI MW2 = new MW2TMAPI();
Now if u want ServerCommand or something like that u have to call it like this :
MW2.RPC.SV_SendServerCommand(0, "c Hello im am a iPrintlnBold for client 0");
and to call a Hud Elem u have to do it like this :
//first create an instance for 17 clients
UInt32 TestElem = new UInt32[17];
//then spawn the elem in a button or where ever
Testelem[c] = MW2.Huds.SetShader(client, 5, 250, 250, 250, 250);
Thanks for reading guys, and I hope you will like this PS3Lib, if you found a bug or something just tell me.
Skype sebastian.gerner2
Credits :
seb5594 BO1 RPC/Hud Elems and MW3 Typewriter
Choco for MW3 and BO2 RPC
Hacksorce for MW2/3 BO1/2 full Hudstruct
Therifboy showing me how to use the structs from Hacksource:embarrassed:
iMCSx/Enstone for PS3Lib/CCAPI and MW2 RPC
Hopefully u enjoy it and can use it!!
You must login or register to view this content.
You must login or register to view this content.