War Rock Cheat Programming Discussion

09/24/2014 10:57 Cyno™#796
template <ptrdiff_t size, bool cond>
class padding_data;

template <ptrdiff_t size>
class padding_data<size, true>
{ std::uint8_t data[size]; };

template <ptrdiff_t prev_size, intptr_t prev, intptr_t next>
struct padding : private padding_data<(next - prev - prev_size), ((next - prev - prev_size) > 0)>
{ };

#define MAKE_PADDING(prev_size, prev, next) padding<(prev_size), (prev), (next)> __padding_ ## prev ## _ ## next ## __

Credits WRC Crew (Domme oder Richi glaub ich)
09/24/2014 10:59 iSkyLikeX#797
Quote:
Originally Posted by Cyno™ View Post
(...)
Thanks :)
09/25/2014 17:13 +Yazzn#798
I need new warsteiner dump
09/25/2014 18:14 v1pclan5#799
Search a Position logger (:
09/25/2014 19:32 +Yazzn#800
alternatively you can just use std::uint8_t padding[0x10304] instead.
09/25/2014 20:13 Kazbah__#801
Quote:
I need new warsteiner dump
Download: [Only registered and activated users can see links. Click Here To Register...]

Virustotal: [Only registered and activated users can see links. Click Here To Register...]
09/25/2014 23:25 toxiicdev#802
Someone can post actual structures? i still have the old one of 2011 lol :p
09/25/2014 23:47 Kazbah__#803
Quote:
Someone can post actual structures? i still have the old one of 2011 lol
update them
09/26/2014 14:16 v1pclan5#804
Quote:
Originally Posted by Peter File View Post
alternatively you can just use std::uint8_t padding[0x10304] instead.
Can you explain me this?
i want to edit a map (:
09/26/2014 22:26 toxiicdev#805
Quote:
Originally Posted by Kazbah__ View Post
update them
Such friendly :facepalm::facepalm::facepalm:
09/27/2014 13:55 Frankfurt1337#806
Quote:
Originally Posted by Array.Copy View Post
Such friendly :facepalm::facepalm::facepalm:
Such english haha
09/29/2014 10:19 Cyno™#807
Code:
cPlayer* GetRemotePlayerByIndex(int index)
{
	DWORD dwEngineFindPlayer = 0x516E8C;
	__asm
	{
		mov eax,index
		call dwEngineFindPlayer
	}
}

Note:
Performs Index validation
Found by me
10/01/2014 16:59 Frankfurt1337#808
Requesting Addys :rolleyes:
10/01/2014 18:16 MRx86™#809
Quote:
Originally Posted by Frankfurt1337 View Post
Requesting Addys :rolleyes:
update them by your self!
10/01/2014 21:44 Frankfurt1337#810
Quote:
Originally Posted by GHTheBoss View Post
update them by your self!
Thanks for your helpful post. I would never came up with the idea to update them by myself. Since I was just asking, because my logger fails sometimes. But well, I recoded it, it works.