Pretty huge silent update ?
The new silent update seems to have broken a lot of my hacks (even when I update them to the newest version)
Seems they have patched some stuff on RPC messages being sent from players
Does anyone have access to the updated source ? I cba to try deobfuscate it again
[RPC]
public void tellItemSlot(int value1, int value2, int value3, int value4, string value5, NetworkMessageInfo info)
{
if ((info.sender.ToString() == "0") || (info.sender.ToString() == "-1"))
{
this.tellItemSlot_Pizza(value1, value2, value3, value5, value4);
}
}
// i think info.sender.ToString() == 0 if you are the owner, i dont know what -1 is though, it's wasn't me when i tried it on a server
EDIT: -1 is the dedicated server, 0 is the first person to join the server (the host if you are running the server from normal client)