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
 1753

GTA 5 SPOOF MESSAGE PROTECTION CODE FOR PS3

by giorgi12 - 12-17-2018 - 01:06 AM
#1
void spoofMessageSenderProtection(bool toggle)
{
char off[] = { 0x00, 0x00, 0x01, 0x00 };//00 00 00 20
char on[] = { 0x01, 0x00, 0x01, 0x00 };//01 00 00 20
if (toggle)
{
int msgType = Read_Global(12767);
switch (msgType)
{
case 3:
char* nameOfSender = Read_Global_Char(2375);
char* nameOfSenderMessage = Read_Global_Char(101656);
if (strstr(nameOfSender, PLAYER::GET_PLAYER_NAME(PLAYER::PLAYER_ID())))
{
char prot[500];
snprintf(prot, 500, "~r~Someone tried to send you a spoofed message!\nMessage: %s", nameOfSenderMessage);
PRINT(prot, 5000);
write_process(0x1879F69, on, 4);//0x820A1A41
}
else
{
write_process(0x1879F69, off, 4);
}
Write_Global(12767, 0);
break;
}
write_process(0x1879F69, off, 4);
}
}

Coded By: Wesley Marcos Dev
If U have any problems contact me on skype: Fabio Dev
Reply
#2
(12-17-2018 - 01:06 AM)giorgi12 Wrote: void spoofMessageSenderProtection(bool toggle)
{
char off[] = { 0x00, 0x00, 0x01, 0x00 };//00 00 00 20
char on[] = { 0x01, 0x00, 0x01, 0x00 };//01 00 00 20
if (toggle)
{
int msgType = Read_Global(12767);
switch (msgType)
{
case 3:
char* nameOfSender = Read_Global_Char(2375);
char* nameOfSenderMessage = Read_Global_Char(101656);
if (strstr(nameOfSender, PLAYER::GET_PLAYER_NAME(PLAYER::PLAYER_ID())))
{
char prot[500];
snprintf(prot, 500, "~r~Someone tried to send you a spoofed message!\nMessage: %s", nameOfSenderMessage);
PRINT(prot, 5000);
write_process(0x1879F69, on, 4);//0x820A1A41
}
else
{
write_process(0x1879F69, off, 4);
}
Write_Global(12767, 0);
break;
}
write_process(0x1879F69, off, 4);
}
}

Coded By: Wesley Marcos Dev
If U have any problems contact me on skype: Fabio Dev

ok this one was ok
Reply
#3
That all is from Source leaked earlier -_- stop spamming
Reply
#4
(12-17-2018 - 09:46 AM)GucciMang Wrote: That all is from Source leaked earlier -_- stop spamming

I´m not spamming and the Revoke Source is not leaked Wesley Marcos just give the source for us and Revoke Menu Source is public stop talking shit.
I put the codes here for easily access. LOL
Reply
#5
Well anyone can go there and take it off the menu then...
Reply
#6
(12-17-2018 - 07:11 PM)GucciMang Wrote: Well anyone can go there and take it off the menu then...
And you already thought that not everyone wants to be opening sources to get codes
Reply
#7
I have a problem with: Read_Global_Char can you help me?
Reply

Users browsing: 2 Guest(s)