ALERT!
Click here to register with a few steps and explore all our cool stuff we have to offer!
Home
Upgrade
Credits
Help
Search
Awards
Achievements
 2575

IDK WHATS WRONG WITH THIS SHIT PROTECIONS

by EMILG0NZA - 03-25-2020 - 05:26 AM
#1
I Use this for scripts protecions
Code:
VOID HandleNetworkedEvent_Hook(DWORD dwTablePtr, DWORD dwNetEvent, DWORD dwEventData, DWORD dwNetPlayer, DWORD r7, DWORD r8, DWORD r9, DWORD r10) {
DWORD* dwStart = (DWORD*)(*(DWORD*)(*(DWORD*)(dwNetEvent)+0x18));
DWORD dwCache = *dwStart;

switch (*(WORD*)(dwNetEvent + 0x04)) {
case SCRIPTED_GAME_EVENT: {
if (Protection[0]) {
DWORD* dwArgs = (DWORD*)(dwEventData + 0x24);
if (dwArgs[0] == 0x2 && dwArgs[2] == 0x35) {
ShowMessageOnScreen("%s Trato de Expulsarte - Off Host.", PLAYER::GET_PLAYER_NAME(*(CHAR*)(dwNetPlayer + 0x29)));
*dwStart = 0x4E800020;
}
}




I Use This for Protecions like Fire,Proyectile

Code:
case FIRE_EVENT: {
if (Protection[1]) {
ShowMessageOnScreen("%s Intento Crear Fuego en Ti/Cerca.", PLAYER::GET_PLAYER_NAME(*(CHAR*)(dwNetPlayer + 0x29)));
*dwStart = 0x4E800020;
}
} break;

So The problem its when i play online the Lobby just have inmortal Cops and Cars and i can get in a vehicle
And More More Bad Things
And This its my hook :/

Code:
d_HandleNetworkedEvent.SetupDetour(DecVar(ENC_VAR(0x835DB018)), HandleNetworkedEvent_Hook);//V2 PROTECION HOOK


I Think that the hook its bad but if u have like a patche(Maybe)

Please Share with me :/ Thanks
Disc = 0xemiil
Reply
#2
(03-25-2020 - 05:26 AM)FeetForFree Wrote: I Use this for scripts protecions
Code:
VOID HandleNetworkedEvent_Hook(DWORD dwTablePtr, DWORD dwNetEvent, DWORD dwEventData, DWORD dwNetPlayer, DWORD r7, DWORD r8, DWORD r9, DWORD r10) {
DWORD* dwStart = (DWORD*)(*(DWORD*)(*(DWORD*)(dwNetEvent)+0x18));
DWORD dwCache = *dwStart;

switch (*(WORD*)(dwNetEvent + 0x04)) {
case SCRIPTED_GAME_EVENT: {
if (Protection[0]) {
DWORD* dwArgs = (DWORD*)(dwEventData + 0x24);
if (dwArgs[0] == 0x2 && dwArgs[2] == 0x35) {
ShowMessageOnScreen("%s Trato de Expulsarte - Off Host.", PLAYER::GET_PLAYER_NAME(*(CHAR*)(dwNetPlayer + 0x29)));
*dwStart = 0x4E800020;
}
}




I Use This for Protecions like Fire,Proyectile

Code:
case FIRE_EVENT: {
if (Protection[1]) {
ShowMessageOnScreen("%s Intento Crear Fuego en Ti/Cerca.", PLAYER::GET_PLAYER_NAME(*(CHAR*)(dwNetPlayer + 0x29)));
*dwStart = 0x4E800020;
}
} break;

So The problem its when i play online the Lobby just have inmortal Cops and Cars and i can get in a vehicle
And More More Bad Things
And This its my hook :/

Code:
d_HandleNetworkedEvent.SetupDetour(DecVar(ENC_VAR(0x835DB018)), HandleNetworkedEvent_Hook);//V2 PROTECION HOOK


I Think that the hook its bad but if u have like a patche(Maybe)

Please Share with me :/ Thanks
keres joto dise
Reply
#3
(03-25-2020 - 05:41 AM)BModzMasterTM Wrote:
(03-25-2020 - 05:26 AM)FeetForFree Wrote: I Use this for scripts protecions
Code:
VOID HandleNetworkedEvent_Hook(DWORD dwTablePtr, DWORD dwNetEvent, DWORD dwEventData, DWORD dwNetPlayer, DWORD r7, DWORD r8, DWORD r9, DWORD r10) {
DWORD* dwStart = (DWORD*)(*(DWORD*)(*(DWORD*)(dwNetEvent)+0x18));
DWORD dwCache = *dwStart;

switch (*(WORD*)(dwNetEvent + 0x04)) {
case SCRIPTED_GAME_EVENT: {
if (Protection[0]) {
DWORD* dwArgs = (DWORD*)(dwEventData + 0x24);
if (dwArgs[0] == 0x2 && dwArgs[2] == 0x35) {
ShowMessageOnScreen("%s Trato de Expulsarte - Off Host.", PLAYER::GET_PLAYER_NAME(*(CHAR*)(dwNetPlayer + 0x29)));
*dwStart = 0x4E800020;
}
}




I Use This for Protecions like Fire,Proyectile

Code:
case FIRE_EVENT: {
if (Protection[1]) {
ShowMessageOnScreen("%s Intento Crear Fuego en Ti/Cerca.", PLAYER::GET_PLAYER_NAME(*(CHAR*)(dwNetPlayer + 0x29)));
*dwStart = 0x4E800020;
}
} break;

So The problem its when i play online the Lobby just have inmortal Cops and Cars and i can get in a vehicle
And More More Bad Things
And This its my hook :/

Code:
d_HandleNetworkedEvent.SetupDetour(DecVar(ENC_VAR(0x835DB018)), HandleNetworkedEvent_Hook);//V2 PROTECION HOOK


I Think that the hook its bad but if u have like a patche(Maybe)

Please Share with me :/ Thanks
keres joto dise
HAHA Vete a la verga
Disc = 0xemiil
Reply
#4
(03-25-2020 - 06:05 AM)FeetForFree Wrote:
(03-25-2020 - 05:41 AM)BModzMasterTM Wrote:
(03-25-2020 - 05:26 AM)FeetForFree Wrote: I Use this for scripts protecions
Code:
VOID HandleNetworkedEvent_Hook(DWORD dwTablePtr, DWORD dwNetEvent, DWORD dwEventData, DWORD dwNetPlayer, DWORD r7, DWORD r8, DWORD r9, DWORD r10) {
DWORD* dwStart = (DWORD*)(*(DWORD*)(*(DWORD*)(dwNetEvent)+0x18));
DWORD dwCache = *dwStart;

switch (*(WORD*)(dwNetEvent + 0x04)) {
case SCRIPTED_GAME_EVENT: {
if (Protection[0]) {
DWORD* dwArgs = (DWORD*)(dwEventData + 0x24);
if (dwArgs[0] == 0x2 && dwArgs[2] == 0x35) {
ShowMessageOnScreen("%s Trato de Expulsarte - Off Host.", PLAYER::GET_PLAYER_NAME(*(CHAR*)(dwNetPlayer + 0x29)));
*dwStart = 0x4E800020;
}
}




I Use This for Protecions like Fire,Proyectile

Code:
case FIRE_EVENT: {
if (Protection[1]) {
ShowMessageOnScreen("%s Intento Crear Fuego en Ti/Cerca.", PLAYER::GET_PLAYER_NAME(*(CHAR*)(dwNetPlayer + 0x29)));
*dwStart = 0x4E800020;
}
} break;

So The problem its when i play online the Lobby just have inmortal Cops and Cars and i can get in a vehicle
And More More Bad Things
And This its my hook :/

Code:
d_HandleNetworkedEvent.SetupDetour(DecVar(ENC_VAR(0x835DB018)), HandleNetworkedEvent_Hook);//V2 PROTECION HOOK


I Think that the hook its bad but if u have like a patche(Maybe)

Please Share with me :/ Thanks
keres joto dise
HAHA Vete a la verga
ajajajajaja enkuerate
Reply
#5
(03-25-2020 - 06:59 PM)BModzMasterTM Wrote:
(03-25-2020 - 06:05 AM)FeetForFree Wrote:
(03-25-2020 - 05:41 AM)BModzMasterTM Wrote:
(03-25-2020 - 05:26 AM)FeetForFree Wrote: I Use this for scripts protecions
Code:
VOID HandleNetworkedEvent_Hook(DWORD dwTablePtr, DWORD dwNetEvent, DWORD dwEventData, DWORD dwNetPlayer, DWORD r7, DWORD r8, DWORD r9, DWORD r10) {
DWORD* dwStart = (DWORD*)(*(DWORD*)(*(DWORD*)(dwNetEvent)+0x18));
DWORD dwCache = *dwStart;

switch (*(WORD*)(dwNetEvent + 0x04)) {
case SCRIPTED_GAME_EVENT: {
if (Protection[0]) {
DWORD* dwArgs = (DWORD*)(dwEventData + 0x24);
if (dwArgs[0] == 0x2 && dwArgs[2] == 0x35) {
ShowMessageOnScreen("%s Trato de Expulsarte - Off Host.", PLAYER::GET_PLAYER_NAME(*(CHAR*)(dwNetPlayer + 0x29)));
*dwStart = 0x4E800020;
}
}




I Use This for Protecions like Fire,Proyectile

Code:
case FIRE_EVENT: {
if (Protection[1]) {
ShowMessageOnScreen("%s Intento Crear Fuego en Ti/Cerca.", PLAYER::GET_PLAYER_NAME(*(CHAR*)(dwNetPlayer + 0x29)));
*dwStart = 0x4E800020;
}
} break;

So The problem its when i play online the Lobby just have inmortal Cops and Cars and i can get in a vehicle
And More More Bad Things
And This its my hook :/

Code:
d_HandleNetworkedEvent.SetupDetour(DecVar(ENC_VAR(0x835DB018)), HandleNetworkedEvent_Hook);//V2 PROTECION HOOK


I Think that the hook its bad but if u have like a patche(Maybe)

Please Share with me :/ Thanks
keres joto dise
HAHA Vete a la verga
ajajajajaja enkuerate
Mejor Tu nena Harrrree
Disc = 0xemiil
Reply
#6
(03-25-2020 - 08:14 PM)FeetForFree Wrote:
(03-25-2020 - 06:59 PM)BModzMasterTM Wrote:
(03-25-2020 - 06:05 AM)FeetForFree Wrote:
(03-25-2020 - 05:41 AM)BModzMasterTM Wrote:
(03-25-2020 - 05:26 AM)FeetForFree Wrote: I Use this for scripts protecions
Code:
VOID HandleNetworkedEvent_Hook(DWORD dwTablePtr, DWORD dwNetEvent, DWORD dwEventData, DWORD dwNetPlayer, DWORD r7, DWORD r8, DWORD r9, DWORD r10) {
DWORD* dwStart = (DWORD*)(*(DWORD*)(*(DWORD*)(dwNetEvent)+0x18));
DWORD dwCache = *dwStart;

switch (*(WORD*)(dwNetEvent + 0x04)) {
case SCRIPTED_GAME_EVENT: {
if (Protection[0]) {
DWORD* dwArgs = (DWORD*)(dwEventData + 0x24);
if (dwArgs[0] == 0x2 && dwArgs[2] == 0x35) {
ShowMessageOnScreen("%s Trato de Expulsarte - Off Host.", PLAYER::GET_PLAYER_NAME(*(CHAR*)(dwNetPlayer + 0x29)));
*dwStart = 0x4E800020;
}
}




I Use This for Protecions like Fire,Proyectile

Code:
case FIRE_EVENT: {
if (Protection[1]) {
ShowMessageOnScreen("%s Intento Crear Fuego en Ti/Cerca.", PLAYER::GET_PLAYER_NAME(*(CHAR*)(dwNetPlayer + 0x29)));
*dwStart = 0x4E800020;
}
} break;

So The problem its when i play online the Lobby just have inmortal Cops and Cars and i can get in a vehicle
And More More Bad Things
And This its my hook :/

Code:
d_HandleNetworkedEvent.SetupDetour(DecVar(ENC_VAR(0x835DB018)), HandleNetworkedEvent_Hook);//V2 PROTECION HOOK


I Think that the hook its bad but if u have like a patche(Maybe)

Please Share with me :/ Thanks
keres joto dise
HAHA Vete a la verga
ajajajajaja enkuerate
Mejor Tu nena Harrrree
pinche codigo robado del enforcer x jajajajaja pasame fotos de tu cerote y lo arreglo, que dices que te falla? no te lo puedes meter por la kola o cual es el pedo
Reply
#7
(03-25-2020 - 08:56 PM)BModzMasterTM Wrote:
(03-25-2020 - 08:14 PM)FeetForFree Wrote:
(03-25-2020 - 06:59 PM)BModzMasterTM Wrote:
(03-25-2020 - 06:05 AM)FeetForFree Wrote:
(03-25-2020 - 05:41 AM)BModzMasterTM Wrote: keres joto dise
HAHA Vete a la verga
ajajajajaja enkuerate
Mejor Tu nena Harrrree
pinche codigo robado del enforcer x jajajajaja pasame fotos de tu cerote y lo arreglo, que dices que te falla? no te lo puedes meter por la kola o cual es el pedo
1 No es del Enforcer xD dos Necesitas script para los eventos?
Disc = 0xemiil
Reply
#8
dont use leaked sources, write your own code and maybe youd understand why it doesnt work
Reply
#9
(03-25-2020 - 09:18 PM)FeetForFree Wrote:
(03-25-2020 - 08:56 PM)BModzMasterTM Wrote:
(03-25-2020 - 08:14 PM)FeetForFree Wrote:
(03-25-2020 - 06:59 PM)BModzMasterTM Wrote:
(03-25-2020 - 06:05 AM)FeetForFree Wrote: HAHA Vete a la verga
ajajajajaja enkuerate
Mejor Tu nena Harrrree
pinche codigo robado del enforcer x jajajajaja pasame fotos de tu cerote y lo arreglo, que dices que te falla? no te lo puedes meter por la kola o cual es el pedo
1 No es del Enforcer xD dos Necesitas script para los eventos?
1 si es del enforcer, tengo la source original y asi viene, esta mal hecho ese codigo 2 de que hablas?
Reply
#10
(03-26-2020 - 01:06 AM)BModzMasterTM Wrote:
(03-25-2020 - 09:18 PM)FeetForFree Wrote:
(03-25-2020 - 08:56 PM)BModzMasterTM Wrote:
(03-25-2020 - 08:14 PM)FeetForFree Wrote:
(03-25-2020 - 06:59 PM)BModzMasterTM Wrote: ajajajajaja enkuerate
Mejor Tu nena Harrrree
pinche codigo robado del enforcer x jajajajaja pasame fotos de tu cerote y lo arreglo, que dices que te falla? no te lo puedes meter por la kola o cual es el pedo
1 No es del Enforcer xD dos Necesitas script para los eventos?
1 si es del enforcer, tengo la source original y asi viene, esta mal hecho ese codigo 2 de que hablas?
1 Pasa codigo bien hecho Porfavor "Abrazos no Balazos" 2 Pasa PAck
Disc = 0xemiil
Reply

Users browsing: 5 Guest(s)