mmmm " fatal error LNK1169: one or more multiply defined symbols found" any ideea?
Was the tutorial not enough to give you a headstart?Quote:
ok now how to add pointer address? any want to share???
The tutorial wasn't meant to be copy pasted.Quote:
mmmm " fatal error LNK1169: one or more multiply defined symbols found" any ideea?
It will allways disconnect you if you spam too much.Quote:
So basically you just need to create a new thread overlapping the original script?
So as long as you have the right addresses, you'll be able to inject any cheat you want right? If this is right, it has always been in front of me. Damn it. Some people will really mess you up. Thanks for this. Btw, with this, can we create new codes for the NSD spamming so it won't get you disconnected? I believe this would be harder than the rest of the hacks but is it possible?
So, can't be use with the Bot who Spamm Skills ^^ .Quote:
It will allways disconnect you if you spam too much.
if (GetKeyState(VK_F10) < 0) // Turn On
{
*(DWORD*)(*(DWORD*)ADDR_BASE + ADDR_OFF3);
}
You got it right why dont you assign a value?Quote:
@k9crow code is work but the problem is how to add the pointer address on c++
and add to generic code like u told i tried anything but get failed
so i hope any one master can edit my mistake on this code
:handsdown:Code:if (GetKeyState(VK_F10) < 0) // Turn On { *(DWORD*)(*(DWORD*)ADDR_BASE + ADDR_OFF3); }
Example:Quote:
@k9crow code is work but the problem is how to add the pointer address on c++
and add to generic code like u told i tried anything but get failed
so i hope any one master can edit my mistake on this code
if (GetKeyState(VK_F10) < 0) // Turn On
{
*(DWORD*)(*(DWORD*)ADDR_BASE + ADDR_OFF1) = 0;
*(DWORD*)(*(DWORD*)ADDR_BASE + ADDR_OFF2) = 0;
}
Everything is fine except that you need to code it in a way that it freeze the values forever.Quote:
ok now my code is like this
and now my defineCode:if (GetKeyState(VK_F10) < 0) // Turn On { *(DWORD*)(*(DWORD*)ADDR_BASE + ADDR_OFF1) = 0; *(DWORD*)(*(DWORD*)ADDR_BASE + ADDR_OFF2) = 0; }
#define ADDR_BASE 0x00B8BBF0
#define ADDR_OFF1 0X7384
#define ADDR_OFF2 0X73A0
when in game i press f10 but nothing
now where my mistake?