CQC Prone?

06/21/2015 14:58 const*#1
Hello WarRockers,

I remember the time when IfinityWar was in their first stage in december of 2012. You could prone there. My question is now, in which file inside the client that function needs to be changed, that I can do that on my own client.

Greetz.
06/21/2015 15:46 toxiicdev#2
It's not a file, it's an ASM Address that needs to be modified
06/21/2015 15:56 const*#3
Quote:
Originally Posted by toxiicdev View Post
It's not a file, it's an ASM Address that needs to be modified
Ah, which one?
06/21/2015 16:25 toxiicdev#4
I don't know to be honest, not playing anymore WarRock.

You may ask to some 'coder' of this section
06/21/2015 18:06 const*#5
Quote:
Originally Posted by toxiicdev View Post
I don't know to be honest, not playing anymore WarRock.

You may ask to some 'coder' of this section
Well, as far as I know, you were on. Don't want to tell me though? ;)
06/21/2015 19:17 toxiicdev#6
*Glasses needed or english knowledge*

You're right, I WAS, I'm NOT still on, so I haven't updated addresses, you can easily find an old dump with the prone address, than create a signature of the address, and scan on the latest game version, than (if I remember right) you should do 2 or 3 nops on it
06/21/2015 20:34 const*#7
Quote:
Originally Posted by toxiicdev View Post
*Glasses needed or english knowledge*

You're right, I WAS, I'm NOT still on, so I haven't updated addresses, you can easily find an old dump with the prone address, than create a signature of the address, and scan on the latest game version, than (if I remember right) you should do 2 or 3 nops on it
Hi, I am a native speaker, I don't think my english'd be a problem. ;) Glasses might be necessary. Well, I found the address, but don't really have clue how to use it. I got my own DSETUP, but do you know the code for CQC Prone?
06/21/2015 21:17 MRx86™#8
Quote:
Originally Posted by *static_cast View Post
Hi, I am a native speaker, I don't think my english'd be a problem. ;) Glasses might be necessary. Well, I found the address, but don't really have clue how to use it. I got my own DSETUP, but do you know the code for CQC Prone?



VirtualProtect((void*)Address,2,PAGE_READWRITE,0);
memcpy((void*)Address,(void*)"\x90\x90",2);


Original CQC Prone BYTE as far i remember is 74 0C and need to be 90 90 and yuo can prone everywhere also CQC.


Pipponz... me li regali gli e*gold ? quanto compro una cosa ?
06/22/2015 01:10 toxiicdev#9
Quote:
Originally Posted by GHTheBoss View Post
VirtualProtect((void*)Address,2,PAGE_READWRITE,0);
memcpy((void*)Address,(void*)"\x90\x90",2);


Original CQC Prone BYTE as far i remember is 74 0C and need to be 90 90 and yuo can prone everywhere also CQC.


Pipponz... me li regali gli e*gold ? quanto compro una cosa ?
Che vor di?
06/22/2015 10:19 MRx86™#10
Quote:
Originally Posted by toxiicdev View Post
Che vor di?
me li puoi dare 130 e*gold quanto compro una cosa ?
06/22/2015 13:33 const*#11
Quote:
Originally Posted by GHTheBoss View Post
VirtualProtect((void*)Address,2,PAGE_READWRITE,0);
memcpy((void*)Address,(void*)"\x90\x90",2);


Original CQC Prone BYTE as far i remember is 74 0C and need to be 90 90 and yuo can prone everywhere also CQC.


Pipponz... me li regali gli e*gold ? quanto compro una cosa ?
Hello, thanks for your code! I don't know what you've written since I don't speak that language ;)
06/24/2015 19:54 vrufullop#12
That's not what he is looking for.
If it's for a private server where you want to allow cqc prone then check in the map files
06/24/2015 20:05 const*#13
Quote:
Originally Posted by vrufullop View Post
That's not what he is looking for.
If it's for a private server where you want to allow cqc prone then check in the map files
Indeed, it is. In the map settings for a map using the MapInfo.xml file there is not entry for that.
06/24/2015 22:49 MRx86™#14
Quote:
Originally Posted by *static_cast View Post
Indeed, it is. In the map settings for a map using the MapInfo.xml file there is not entry for that.
that not on map setting ^^ for sure.
they're checking for which game mode you're playing........... -> as i remember maybe they changed.

you have only 2 way to do it. or you're patching game code as i said before. or you can patch game mode.
06/25/2015 01:12 vrufullop#15
If nothing on the XML then all CQC maps are designed to have prone position forbidden.
You will have to modify the game code as said previously which I'm not sure you will be able to do (client side - DE side)