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
 2197

XBOX 360 - New SCEvent Protections; Fake Leave, Remove Radar Shit, And More!

by trinity7 - 12-29-2019 - 08:46 AM
#1
Here, Some New SCEvent Protections Against Multiple Fake Leaves, Hud Removals, Blip Removals And BlackScreens!
Merry Christmas xD!
NO NEED FOR HIDE TAGS, NOTHING MAJOR!
Code:
if (iArgs[0] == 2 && iArgs[2] == 0x34) {
ShowMessageOnScreen("~HUD_COLOUR_RADAR_DAMAGE~Protection: ~s~%s Fake Leave", sName);
*(int*)0x835DB068 = 0x60000000;
}
if (iArgs[0] == 2 && iArgs[2] == 0x52) {
ShowMessageOnScreen("~HUD_COLOUR_RADAR_DAMAGE~Protection: ~s~%s Fake Leave", sName);
*(int*)0x835DB068 = 0x60000000;
}
if (iArgs[0] == 3 && iArgs[2] == 0x35) {
ShowMessageOnScreen("~HUD_COLOUR_RADAR_DAMAGE~Protection: ~s~%s Fake Leave", sName);
*(int*)0x835DB068 = 0x60000000;
}
if (iArgs[0] == 8 && iArgs[2] == 0x35) {
ShowMessageOnScreen("~HUD_COLOUR_RADAR_DAMAGE~Protection: ~s~%s Fake Leave", sName);
*(int*)0x835DB068 = 0x60000000;
}
if (iArgs[0] == 325 && iArgs[2] == 1) {
ShowMessageOnScreen("~HUD_COLOUR_RADAR_DAMAGE~Protection: ~s~%s Fake Leave", sName);
*(int*)0x835DB068 = 0x60000000;
}
if (iArgs[0] == 3 && iArgs[2] == 0x3C) {
ShowMessageOnScreen("~HUD_COLOUR_RADAR_DAMAGE~Protection: ~s~%s Hud Removal", sName);
*(int*)0x835DB068 = 0x60000000;
}
if (iArgs[0] == 3 && iArgs[2] == 0x3D) {
ShowMessageOnScreen("~HUD_COLOUR_RADAR_DAMAGE~Protection: ~s~%s Hud Removal", sName);
*(int*)0x835DB068 = 0x60000000;
}
if (iArgs[0] == 3 && iArgs[2] == 0x3E) {
ShowMessageOnScreen("~HUD_COLOUR_RADAR_DAMAGE~Protection: ~s~%s Hud Removal", sName);
*(int*)0x835DB068 = 0x60000000;
}
if (iArgs[0] == 2 && iArgs[2] == 0x2E) {
ShowMessageOnScreen("~HUD_COLOUR_RADAR_DAMAGE~Protection: ~s~%s Hud Removal", sName);
*(int*)0x835DB068 = 0x60000000;
}
if (iArgs[0] == 3 && iArgs[2] == 60) {
ShowMessageOnScreen("~HUD_COLOUR_RADAR_DAMAGE~Protection: ~s~%s Hud Removal", sName);
*(int*)0x835DB068 = 0x60000000;
}
if (iArgs[0] == 0x2 && iArgs[1] == 0x46) {
ShowMessageOnScreen("~HUD_COLOUR_RADAR_DAMAGE~Protection: ~s~%s Hud Removal", sName);
*(int*)0x835DB068 = 0x60000000;
}
if (iArgs[0] == 163 && iArgs[2] == 1) {
ShowMessageOnScreen("~HUD_COLOUR_RADAR_DAMAGE~Protection: ~s~%s Blip Removal", sName);
*(int*)0x835DB068 = 0x60000000;
}
if (iArgs[0] == 161 && iArgs[2] == 1) {
ShowMessageOnScreen("~HUD_COLOUR_RADAR_DAMAGE~Protection: ~s~%s Blip Removal", sName);
*(int*)0x835DB068 = 0x60000000;
}
if (iArgs[0] == 0x16D) {
ShowMessageOnScreen("~HUD_COLOUR_RADAR_DAMAGE~Protection: ~s~%s Black Screen", sName);
*(int*)0x835DB068 = 0x60000000;
}
if (iArgs[0] == 0x16C) {
ShowMessageOnScreen("~HUD_COLOUR_RADAR_DAMAGE~Protection: ~s~%s Black Screen", sName);
*(int*)0x835DB068 = 0x60000000;
}
2021 Best Be Better Then 2020
Reply
#2
(12-29-2019 - 08:46 AM)trinity7 Wrote:
Here, Some New SCEvent Protections Against Multiple Fake Leaves, Hud Removals, Blip Removals And BlackScreens!
Merry Christmas xD!
NO NEED FOR HIDE TAGS, NOTHING MAJOR!
Code:
if (iArgs[0] == 2 && iArgs[2] == 0x34) {
ShowMessageOnScreen("~HUD_COLOUR_RADAR_DAMAGE~Protection: ~s~%s Fake Leave", sName);
*(int*)0x835DB068 = 0x60000000;
}
if (iArgs[0] == 2 && iArgs[2] == 0x52) {
ShowMessageOnScreen("~HUD_COLOUR_RADAR_DAMAGE~Protection: ~s~%s Fake Leave", sName);
*(int*)0x835DB068 = 0x60000000;
}
if (iArgs[0] == 3 && iArgs[2] == 0x35) {
ShowMessageOnScreen("~HUD_COLOUR_RADAR_DAMAGE~Protection: ~s~%s Fake Leave", sName);
*(int*)0x835DB068 = 0x60000000;
}
if (iArgs[0] == 8 && iArgs[2] == 0x35) {
ShowMessageOnScreen("~HUD_COLOUR_RADAR_DAMAGE~Protection: ~s~%s Fake Leave", sName);
*(int*)0x835DB068 = 0x60000000;
}
if (iArgs[0] == 325 && iArgs[2] == 1) {
ShowMessageOnScreen("~HUD_COLOUR_RADAR_DAMAGE~Protection: ~s~%s Fake Leave", sName);
*(int*)0x835DB068 = 0x60000000;
}
if (iArgs[0] == 3 && iArgs[2] == 0x3C) {
ShowMessageOnScreen("~HUD_COLOUR_RADAR_DAMAGE~Protection: ~s~%s Hud Removal", sName);
*(int*)0x835DB068 = 0x60000000;
}
if (iArgs[0] == 3 && iArgs[2] == 0x3D) {
ShowMessageOnScreen("~HUD_COLOUR_RADAR_DAMAGE~Protection: ~s~%s Hud Removal", sName);
*(int*)0x835DB068 = 0x60000000;
}
if (iArgs[0] == 3 && iArgs[2] == 0x3E) {
ShowMessageOnScreen("~HUD_COLOUR_RADAR_DAMAGE~Protection: ~s~%s Hud Removal", sName);
*(int*)0x835DB068 = 0x60000000;
}
if (iArgs[0] == 2 && iArgs[2] == 0x2E) {
ShowMessageOnScreen("~HUD_COLOUR_RADAR_DAMAGE~Protection: ~s~%s Hud Removal", sName);
*(int*)0x835DB068 = 0x60000000;
}
if (iArgs[0] == 3 && iArgs[2] == 60) {
ShowMessageOnScreen("~HUD_COLOUR_RADAR_DAMAGE~Protection: ~s~%s Hud Removal", sName);
*(int*)0x835DB068 = 0x60000000;
}
if (iArgs[0] == 0x2 && iArgs[1] == 0x46) {
ShowMessageOnScreen("~HUD_COLOUR_RADAR_DAMAGE~Protection: ~s~%s Hud Removal", sName);
*(int*)0x835DB068 = 0x60000000;
}
if (iArgs[0] == 163 && iArgs[2] == 1) {
ShowMessageOnScreen("~HUD_COLOUR_RADAR_DAMAGE~Protection: ~s~%s Blip Removal", sName);
*(int*)0x835DB068 = 0x60000000;
}
if (iArgs[0] == 161 && iArgs[2] == 1) {
ShowMessageOnScreen("~HUD_COLOUR_RADAR_DAMAGE~Protection: ~s~%s Blip Removal", sName);
*(int*)0x835DB068 = 0x60000000;
}
if (iArgs[0] == 0x16D) {
ShowMessageOnScreen("~HUD_COLOUR_RADAR_DAMAGE~Protection: ~s~%s Black Screen", sName);
*(int*)0x835DB068 = 0x60000000;
}
if (iArgs[0] == 0x16C) {
ShowMessageOnScreen("~HUD_COLOUR_RADAR_DAMAGE~Protection: ~s~%s Black Screen", sName);
*(int*)0x835DB068 = 0x60000000;
}
This Help a LOT
Disc = 0xemiil
Reply
#3
thanks a lot :)))
Reply
#4
Yum tasty script events
Loves memes. 
Codes some times. 
Always bored.
Reply
#5
thanks for this share
This account is currently banned
Ban reason: Leeching and Spamming is not allowed, please read the forum Rules upon your return.
Reply
#6
(12-29-2019 - 08:46 AM)trinity7 Wrote:
Here, Some New SCEvent Protections Against Multiple Fake Leaves, Hud Removals, Blip Removals And BlackScreens!
Merry Christmas xD!
NO NEED FOR HIDE TAGS, NOTHING MAJOR!
Code:
if (iArgs[0] == 2 && iArgs[2] == 0x34) {
ShowMessageOnScreen("~HUD_COLOUR_RADAR_DAMAGE~Protection: ~s~%s Fake Leave", sName);
*(int*)0x835DB068 = 0x60000000;
}
if (iArgs[0] == 2 && iArgs[2] == 0x52) {
ShowMessageOnScreen("~HUD_COLOUR_RADAR_DAMAGE~Protection: ~s~%s Fake Leave", sName);
*(int*)0x835DB068 = 0x60000000;
}
if (iArgs[0] == 3 && iArgs[2] == 0x35) {
ShowMessageOnScreen("~HUD_COLOUR_RADAR_DAMAGE~Protection: ~s~%s Fake Leave", sName);
*(int*)0x835DB068 = 0x60000000;
}
if (iArgs[0] == 8 && iArgs[2] == 0x35) {
ShowMessageOnScreen("~HUD_COLOUR_RADAR_DAMAGE~Protection: ~s~%s Fake Leave", sName);
*(int*)0x835DB068 = 0x60000000;
}
if (iArgs[0] == 325 && iArgs[2] == 1) {
ShowMessageOnScreen("~HUD_COLOUR_RADAR_DAMAGE~Protection: ~s~%s Fake Leave", sName);
*(int*)0x835DB068 = 0x60000000;
}
if (iArgs[0] == 3 && iArgs[2] == 0x3C) {
ShowMessageOnScreen("~HUD_COLOUR_RADAR_DAMAGE~Protection: ~s~%s Hud Removal", sName);
*(int*)0x835DB068 = 0x60000000;
}
if (iArgs[0] == 3 && iArgs[2] == 0x3D) {
ShowMessageOnScreen("~HUD_COLOUR_RADAR_DAMAGE~Protection: ~s~%s Hud Removal", sName);
*(int*)0x835DB068 = 0x60000000;
}
if (iArgs[0] == 3 && iArgs[2] == 0x3E) {
ShowMessageOnScreen("~HUD_COLOUR_RADAR_DAMAGE~Protection: ~s~%s Hud Removal", sName);
*(int*)0x835DB068 = 0x60000000;
}
if (iArgs[0] == 2 && iArgs[2] == 0x2E) {
ShowMessageOnScreen("~HUD_COLOUR_RADAR_DAMAGE~Protection: ~s~%s Hud Removal", sName);
*(int*)0x835DB068 = 0x60000000;
}
if (iArgs[0] == 3 && iArgs[2] == 60) {
ShowMessageOnScreen("~HUD_COLOUR_RADAR_DAMAGE~Protection: ~s~%s Hud Removal", sName);
*(int*)0x835DB068 = 0x60000000;
}
if (iArgs[0] == 0x2 && iArgs[1] == 0x46) {
ShowMessageOnScreen("~HUD_COLOUR_RADAR_DAMAGE~Protection: ~s~%s Hud Removal", sName);
*(int*)0x835DB068 = 0x60000000;
}
if (iArgs[0] == 163 && iArgs[2] == 1) {
ShowMessageOnScreen("~HUD_COLOUR_RADAR_DAMAGE~Protection: ~s~%s Blip Removal", sName);
*(int*)0x835DB068 = 0x60000000;
}
if (iArgs[0] == 161 && iArgs[2] == 1) {
ShowMessageOnScreen("~HUD_COLOUR_RADAR_DAMAGE~Protection: ~s~%s Blip Removal", sName);
*(int*)0x835DB068 = 0x60000000;
}
if (iArgs[0] == 0x16D) {
ShowMessageOnScreen("~HUD_COLOUR_RADAR_DAMAGE~Protection: ~s~%s Black Screen", sName);
*(int*)0x835DB068 = 0x60000000;
}
if (iArgs[0] == 0x16C) {
ShowMessageOnScreen("~HUD_COLOUR_RADAR_DAMAGE~Protection: ~s~%s Black Screen", sName);
*(int*)0x835DB068 = 0x60000000;
}
but for ps3 there are no gifts. at least one small small? hahhahah
Reply
#7
2 much for nothing you could just do it so much easy
Reply
#8
nice post keep it up
Reply
#9
(12-29-2019 - 08:46 AM)trinity7 Wrote:
Here, Some New SCEvent Protections Against Multiple Fake Leaves, Hud Removals, Blip Removals And BlackScreens!
Merry Christmas xD!
NO NEED FOR HIDE TAGS, NOTHING MAJOR!
Code:
if (iArgs[0] == 2 && iArgs[2] == 0x34) {
ShowMessageOnScreen("~HUD_COLOUR_RADAR_DAMAGE~Protection: ~s~%s Fake Leave", sName);
*(int*)0x835DB068 = 0x60000000;
}
if (iArgs[0] == 2 && iArgs[2] == 0x52) {
ShowMessageOnScreen("~HUD_COLOUR_RADAR_DAMAGE~Protection: ~s~%s Fake Leave", sName);
*(int*)0x835DB068 = 0x60000000;
}
if (iArgs[0] == 3 && iArgs[2] == 0x35) {
ShowMessageOnScreen("~HUD_COLOUR_RADAR_DAMAGE~Protection: ~s~%s Fake Leave", sName);
*(int*)0x835DB068 = 0x60000000;
}
if (iArgs[0] == 8 && iArgs[2] == 0x35) {
ShowMessageOnScreen("~HUD_COLOUR_RADAR_DAMAGE~Protection: ~s~%s Fake Leave", sName);
*(int*)0x835DB068 = 0x60000000;
}
if (iArgs[0] == 325 && iArgs[2] == 1) {
ShowMessageOnScreen("~HUD_COLOUR_RADAR_DAMAGE~Protection: ~s~%s Fake Leave", sName);
*(int*)0x835DB068 = 0x60000000;
}
if (iArgs[0] == 3 && iArgs[2] == 0x3C) {
ShowMessageOnScreen("~HUD_COLOUR_RADAR_DAMAGE~Protection: ~s~%s Hud Removal", sName);
*(int*)0x835DB068 = 0x60000000;
}
if (iArgs[0] == 3 && iArgs[2] == 0x3D) {
ShowMessageOnScreen("~HUD_COLOUR_RADAR_DAMAGE~Protection: ~s~%s Hud Removal", sName);
*(int*)0x835DB068 = 0x60000000;
}
if (iArgs[0] == 3 && iArgs[2] == 0x3E) {
ShowMessageOnScreen("~HUD_COLOUR_RADAR_DAMAGE~Protection: ~s~%s Hud Removal", sName);
*(int*)0x835DB068 = 0x60000000;
}
if (iArgs[0] == 2 && iArgs[2] == 0x2E) {
ShowMessageOnScreen("~HUD_COLOUR_RADAR_DAMAGE~Protection: ~s~%s Hud Removal", sName);
*(int*)0x835DB068 = 0x60000000;
}
if (iArgs[0] == 3 && iArgs[2] == 60) {
ShowMessageOnScreen("~HUD_COLOUR_RADAR_DAMAGE~Protection: ~s~%s Hud Removal", sName);
*(int*)0x835DB068 = 0x60000000;
}
if (iArgs[0] == 0x2 && iArgs[1] == 0x46) {
ShowMessageOnScreen("~HUD_COLOUR_RADAR_DAMAGE~Protection: ~s~%s Hud Removal", sName);
*(int*)0x835DB068 = 0x60000000;
}
if (iArgs[0] == 163 && iArgs[2] == 1) {
ShowMessageOnScreen("~HUD_COLOUR_RADAR_DAMAGE~Protection: ~s~%s Blip Removal", sName);
*(int*)0x835DB068 = 0x60000000;
}
if (iArgs[0] == 161 && iArgs[2] == 1) {
ShowMessageOnScreen("~HUD_COLOUR_RADAR_DAMAGE~Protection: ~s~%s Blip Removal", sName);
*(int*)0x835DB068 = 0x60000000;
}
if (iArgs[0] == 0x16D) {
ShowMessageOnScreen("~HUD_COLOUR_RADAR_DAMAGE~Protection: ~s~%s Black Screen", sName);
*(int*)0x835DB068 = 0x60000000;
}
if (iArgs[0] == 0x16C) {
ShowMessageOnScreen("~HUD_COLOUR_RADAR_DAMAGE~Protection: ~s~%s Black Screen", sName);
*(int*)0x835DB068 = 0x60000000;
}
Love it. nice release dude.
here is another HUD removal & "Blackscreen" --

Code:
if (iArgs[0] == 0x3 && iArgs[2] == 0x40) {
ShowMessageOnScreen("%s tried to remove your HUD & Phone.", sName);
*(int*)0x835DB068 = 0x60000000;
}

if (iArgs[0] == 364 && iArgs[2] == 999) {
ShowMessageOnScreen("%s tried to force you into permanent invite screen.", sName);
*(int*)0x835DB068 = 0x60000000;
}
MD: Trident
the best  FREE GTAV mod menu
Reply
#10
thanks for code
Reply

Users browsing: 2 Guest(s)