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
 6965

[PS3] Admin Kick / Class Protection

by Niqqie - 03-27-2018 - 08:00 PM
#1
Content Unlocked

ES 0x01357CF4 nop
US 0x013702E4 nop

This will block all admin functions. 
In other terms admin kick.
Credits: Skyline xL, Smexy
Reply
#2
void adminKickProtection(bool toggle)
{
char NOP_ENABLE[] = { 0x60, 0x00, 0x00, 0x00 };
char adminKickOriginal[] = { 0x90, 0x7E, 0x00, 0x04 };
if (toggle)
{
WriteBytes(0x1357CF4, NOP_ENABLE, 4);
}
else
{
WriteBytes(0x1357CF4, adminKickOriginal, 4);
}
}
this is function
I already had an offset and it was correct but it made some people leave the lobby lol
This account is currently banned
Ban reason: Abusing the Report function is not allowed. Please read the rules.
Reply
#3
good work guyz , keep with ps3
Reply
#4
(03-27-2018 - 09:54 PM)Wesley_Marcos Wrote: void adminKickProtection(bool toggle)
{
   char NOP_ENABLE[] = { 0x60, 0x00, 0x00, 0x00 };
char adminKickOriginal[] = { 0x90, 0x7E, 0x00, 0x04 };
if (toggle)
{
WriteBytes(0x1357CF4, NOP_ENABLE, 4);
}
else
{
WriteBytes(0x1357CF4, adminKickOriginal, 4);
}
}
this is function
I already had an offset and it was correct but it made some people leave the lobby lol

I take 0x907E0004 to disable. I has same problem. If you enable some script protections with adminkick, other modders leaves the lobby (crash) when use teleport near you and other specific actions or when you join in their sessions. This cases needs work to specify exactly (I active a block of script protections).
Reply
#5
i checked it and dont work with any way. i think offsets its wrong
Reply
#6
BLJM?offsetplz!
This account is currently banned
Ban reason: Scamming users is not allowed, your account has been closed.
Reply
#7
lol thnx i hope it works
Reply
#8
Nice release! good work
Reply
#9
nicenicert4grefgregregregreg
This account is currently banned
Ban reason: Spam
Reply
#10
Thanks for codes
Reply

Users browsing: 1 Guest(s)