Could someone convert this please? 03/27/2012 - CO2 Private Server - 0 Replies Hey could someone convert this npc to work for project x source 5165
#region socker
case 794769468:
{
if (Control == 0)
{
GC.AddSend(Packets.NPCSay("Would you like me to make a socket in an item for you?"));
GC.AddSend(Packets.NPCSay(" You must...
asm - convert. 01/15/2012 - General Coding - 5 Replies Hi, can I ask you to rework it so that you can compile the Dev-C++
int getCharW(int Font, char* Name, int nAlign)
{
int TextLen = strlen(Name);
int nret = 0;
__asm
{
push nAlign
push TextLen
[C++] how to convert dec to hex? 05/11/2009 - C/C++ - 1 Replies I need to convert a decimal integer into hex.
The decimal integer is the value of a pointer and i need to get in hex to use it as a address for writeprocessmemory.
So is there any way to convert a dec into a hex and use the hex value as a argument for writeprocessmemory?
EDIT:meeh...forgot that the value is only displayed as decimal number -.-
/close plz
convert [help] 11/20/2008 - General Coding - 2 Replies Hello guys,
I'm pretty new to stuff like reading Data out of games,such as warhammer. I found out the pointer + offset for the x / y / z / heading value right now and they're correct, found the same info in a forum, but my problem is, that in cheat engine it looks like this:
X =
Array of Byte = 55 6F 81 49
4bytes = 1233219413
float: 1060330.625
And I was wondering, how I can convert them in C# or in any other language, to get the correct value, which is telling me the x value.