How to use Arrays like this?

12/18/2015 14:25 s4_leagueeeeeeeeeeeeeeeee#1
Hello,
Lately I've noticed that this thread: [Only registered and activated users can see links. Click Here To Register...] released some nice arrays, I already know how to use the first arrays, but the latest arrays I'm having problems using..
Like the change room master array:
55 8B EC 51 89 4D FC 8D 45 08 50 68 ?? ?? ?? ?? 6A 01 8B 4D FC E8 ?? ?? ?? ?? 8B C8 E8 ?? ?? ?? ?? 8B E5 5D C2 08 00 CC

Can someone explain how to change the room master using this array with CE?
Thanks in advance.
12/18/2015 17:32 kiler1997#2
Code:
        DWORD RoomMaster1 = address;
	DWORD RoomMaster2 = address;
	int id = you id;
	__asm {
		push 01
		push 00
		push id
		call RoomMaster1
		mov ecx, eax
		call RoomMaster2
	}
12/18/2015 18:38 s4_leagueeeeeeeeeeeeeeeee#3
Quote:
Originally Posted by kiler1997 View Post
Code:
        DWORD RoomMaster1 = address;
	DWORD RoomMaster2 = address;
	int id = you id;
	__asm {
		push 01
		push 00
		push id
		call RoomMaster1
		mov ecx, eax
		call RoomMaster2
	}
I see that this is C++, can I use it with CE?
12/18/2015 19:30 Shinzuya#4
Quote:
Originally Posted by s4_leagueeeeeeeeeeeeeeeee View Post
I see that this is C++, can I use it with CE?
yes, but you have to convert it
12/18/2015 19:46 Terrat#5
Quote:
Originally Posted by Shinzuya View Post
yes, but you have to convert it
facepalm over 900000000 dafuq
Quote:
__asm {
push 01
push 00
push id
call RoomMaster1
mov ecx, eax
call RoomMaster2
}
sure need to convert it q.q
trooool
Quote:
push 01
push 00
push id
call RoomMaster1
mov ecx, eax
call RoomMaster2
12/18/2015 20:01 s4_leagueeeeeeeeeeeeeeeee#6
Now how to use it please?
Sorry but I'm still noob using CE.

Well I know now how to use them, where can I get the addys?