|
You last visited: Today at 21:12
Advertisement
How to use Arrays like this?
Discussion on How to use Arrays like this? within the S4 League forum part of the Shooter category.
12/18/2015, 14:25
|
#1
|
elite*gold: 0
Join Date: Sep 2013
Posts: 153
Received Thanks: 51
|
How to use Arrays like this?
Hello,
Lately I've noticed that this thread:  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
|
#2
|
elite*gold: 0
Join Date: May 2010
Posts: 498
Received Thanks: 11,286
|
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
|
#3
|
elite*gold: 0
Join Date: Sep 2013
Posts: 153
Received Thanks: 51
|
Quote:
Originally Posted by kiler1997
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
|
#4
|
elite*gold: 1
Join Date: Apr 2012
Posts: 3,001
Received Thanks: 6,198
|
Quote:
Originally Posted by s4_leagueeeeeeeeeeeeeeeee
I see that this is C++, can I use it with CE?
|
yes, but you have to convert it
|
|
|
12/18/2015, 19:46
|
#5
|
elite*gold: 130
Join Date: Apr 2012
Posts: 1,173
Received Thanks: 670
|
Quote:
Originally Posted by Shinzuya
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
|
#6
|
elite*gold: 0
Join Date: Sep 2013
Posts: 153
Received Thanks: 51
|
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?
|
|
|
 |
Similar Threads
|
Arrays
10/28/2015 - S4 League Hacks, Bots, Cheats & Exploits - 3 Replies
Few Few, me again today I´m too lazy for a Cheat Table so im gona release few Bytes:
Alone in da Dark
6A 00 8B 8D 94 FE FF FF 83 C1 4C E8 63 A8 05
6A FF
6A 01 8B 8D 94 FE FF FF 83 C1 4C E8 93 A7 05
6A FF
6A 02 8B 8D 94 FE FF FF 83 C1 4C E8 C3 A6 05
|
C# Arrays
02/07/2014 - .NET Languages - 4 Replies
Hallo liebe Community,
für mein Projekt benötige ich eine Möglichkeit zur Speicherung von Zeichenketten (Strings). Ich habe dafür an ein Array gedacht. Nun ist mein Problem, die Zuweisung von Werten.
Was ich meine, ist, dass man z.B. in LUA folgendes machen kann:check = {"test", "beispiel", "elitepvpers_user"}
check = {"DaJuBi", ""}Würde man nun z.B. "test" haben wollen, muss man auf check folgendermaßen zugreifen:checkWill ich nun aber z.B. "DaJuBi", kann ich entwedercheckmachen,...
|
C++ memcpy Arrays ?
12/05/2013 - C/C++ - 4 Replies
Hi,
I'm trying to learn c++ by myself. but i didn't understand how to do it with those arrays. Like this :
WriteProcessMemory(OpenProcess(PROCESS_ALL_ACCESS ,false,FindProcessId("notepad.exe")),(LP VOID)0x0040CAE1,(PBYTE)"\xEB",1,0);
I don't understand the "\xEB" . Any helps please ?
|
Arrays! Hilfe!
06/29/2010 - AutoIt - 13 Replies
Hallo e*pvp,
Es ist mir jetzt peinlich aber irgendwann musste ich es fragen! Also Ich habe ein Problem undzwar versteh ich nicht was Arrays sind. Ich versteh den Sinn nicht und nicht wie man sie Anwenden kann! Die ganzen Texte aus Wikipedia und Arrays Tutorials helfen mit nicht! Bitte hilft mir was genau Arrays sind und wie man sie sinnvoll anwenden kann! Ich hoffe einer kann mir helfen :( !
|
All times are GMT +1. The time now is 21:13.
|
|