Post: MW2 CDRPC (CEX / DEX) [HUD ELEMENTS + Remote Procedure Calls + Functions]
01-31-2014, 12:37 PM #1
(adsbygoogle = window.adsbygoogle || []).push({});
If anyone finds any bugs feel free to contact me.


THIS IS CEX / DEX Compatible
CDRPC =
CEX/DEX (SetMemory or Getmemory)
[/COLOR]

CREDITS:
iMCSx
Choco
SC58


Includes:
Hud Elements
iPrintIn
iPrintInBold
RPC_Enable/Disable
Cbuf_AddText
SV_SendServerCommand

Perks:
Set clients clantag (CRPC.SV_SendServerCommand(client, "clan"); )
All Clients Unlockall : (Ex. For self) CDRPC.Unlockall.GiveUnlockAll(0); ( CDRPC.Unlockall.GiveUnlockAll(client); )
Offsets
(CEX ONLY)
(CDRPC.CEX.Setmemory(offset, byte)
(CDRPC.CEX.Getmemory(offset, byte)

(DEX ONLY)
(CDRPC.DEX.Setmemory(offset, byte)
(CDRPC.DEX.Getmemory(offset, byte)

(BOTH CEX/DEX)
(CDRPC.CRPC.Setmemory(offset, byte)
(CDRPC.CRPC.Getmemory(offset, byte)


Examples:

CRPC = (CEX/DEX):
byte[] blah = Encoding.ASCII.GetBytes(textBox11.Text);
Array.Resize(ref buffer, buffer.Length + 1);
CRPC.Setmemory(CRPC.Offsets.NameOffset, blah)

or

byte[] MW2blah = new byte[] { 0x5e, 0x31, 0x5e, 0x02, 0x80, 0x80, 0x01, 0x01 }
CRPC.Setmemory(CDRPC.Offsets.NameOffset, MW2blah);

What does this have?
This has the main functions of Ps3lib, so no need for ps3lib really, just plop this in your refrences.
This has Hudelements, gamesendservercommand, iprintin, iprintinbold, and Cbuf_Addtext.

( //SetModel, SetWeapon, GiveWeapon = NOT YET IMPLEMENTED, Coming soon.)

(In other words, CDRPC = PS3Libs Current Selected API (CEX/DEX)

Download: You must login or register to view this content.

Source: You must login or register to view this content.
(adsbygoogle = window.adsbygoogle || []).push({});

The following 10 users say thank you to BaSs_HaXoR for this useful post:

Dannie Fresh, ErasedDev, Sabotage, FLIX_Hosting, JLM, Hori_By_Nature, ImEraz_, llamaCFW, Mango_Knife, ThePaaqoHD
03-14-2014, 03:01 AM #11
Originally posted by TeamIdentity View Post
if i could of understood what or how you made it i would of fixed it for you

Haha. The source is open to download, and it was coded in c#. So i mean, by all means feel free to have a shot at it. But like i said i don't know when i will get around to it.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo