A while ago there were one or two little tools around that ended the round on the click of a button.
I'm looking for any sort of help finding out how to for example create a small CheatTable to use - what address needs to be set to what etc.
I've found the magic number in the source code thread but couldn't really determine what to do with it, I have two older ones that used to work with older MW3 versions.
Any help would be nice
Originally Posted by skeletonmage
A while ago there were one or two little tools around that ended the round on the click of a button.
I'm looking for any sort of help finding out how to for example create a small CheatTable to use - what address needs to be set to what etc.
I've found the magic number in the source code thread but couldn't really determine what to do with it, I have two older ones that used to work with older MW3 versions.
Any help would be nice
It isn't as simple as "Setting an address to a value". AFAIK You can't use CE to end the round. If you saw how I posed how to use it....Well you can't really do that with CE.
Name: Magic Number | Server ID | Match ID
Offset: 0xFF5058
Length: 4-Bytes || DWORD
Value: Changes with each game
Use: Can be used to exploit a command to end games on unpatched versions of MW3 (TeknoMW3 Only)HOW TO USE:
typedef (__cdecl* ProcessCommand)(int zero, char* Cmd); //Define ProcessCommand
ProcessCommand endRoundProcess = 0x429920; //Instantiate(Proper Context for C++?) The "endRoundProcess". Similar to CBuf_AddText, you can use either.
char buf[30]; //Create the buffer
sprintf_s(buf, "mr %d -1 endround;", *(int*)0xFF5058); //Put the magic number in the endround command
endRoundProcess(0, buf); //Send it to be processed.
There, that's how you use it. (IW5M/Tekno, patched on dedicated servers on IW5M but on private match it works. Works on all games in Tekno)
Ah, so it's not even possible in MW3 Steam Public anymore?
Thanks for your extremly fast answers!
Nope, steam patch it on 1.5.387 if Im not mistaken.
Pity. That's exactly what I wanted to use it for. Thanks anway!
Originally Posted by skeletonmage
Ah, so it's not even possible in MW3 Steam Public anymore?
Thanks for your extremly fast answers!
It is possible.. but not this way. And no, I don't know the other way :P
But somebody here does? :D
Originally Posted by skeletonmage
But somebody here does?
You may ask around. If you find the method, lemme know!
I don't really have any connections here, so I might not get very far xD