Stand Protections Guide

This guide will help you understand Stand's protection settings and how to get the most out of them.

Default Configuration

Stand's default protections configuration blocks most things a modder might throw at you, as long as blocking them won't break missions.

Stand also detects, logs, and attempts to fix some bad states the game might be in — some of these behaviours can be configured, like the Script Error Recovery.

For Your Consideration

As mentioned above, Stand will not block events that are used in missions by default, but they might still be abused by modders. Here's some of these for your consideration:

  • Online > Protections > Events > Apartment Invite — Consider blocking when not doing missions.
  • Online > Protections > Events > Force Camera Forward — Consider blocking when not doing missions.
  • Online > Protections > Events > Raw Network Events > PTFX — Used for the orbital cannon's explosion in freemode or sparks on your drill in missions, but can also be abused by modders to fill your screen and make you lag. Stand has a fairly effective protection against modded PTFX events (Online > Reactions > Particle Spam Reactions), but due to the game's design on a very rare occasion they're not identifiable. So, if you want to fully block all PTFX events — including those which aren't malicious — then you can use this.
  • Online > Protections > Events > Raw Network Events > Play Sound — Used for dozens of every-day, normal networked sounds, but can be abused by modders to violate your eardrums. Stand attempts to detect and block modded sounds, but due to the game's design they aren't always identifiable. Consider blocking (perhaps from strangers) if you personally feel like it's a worthy trade-off.
  • Game > Info Overlay > Who's Spectating Who — Will detect both when a legit player or when a modder is spectating you or someone else. This is useful to detect stealthy trolling features.

Pool Sizes

There are some crashes that rely on overflowing your pools. This is a very inelegant way of crashing the game, so it's very rare. Nevertheless, you might want to have Game > Early Inject Enhancements > Game Pools Size Multiplier set to 2.0, which doesn't require you to modify the memory pool size. Just be sure to always early-inject Stand.

On Raw Network Events

This is, as the name implies, a very "raw" section, and it is really easy to break the game by blindly blocking everything. With that in mind, here's some things you should not touch, and why you shouldn't touch them.

  • REQUEST_CONTROL_EVENT — Blocking this will cause people around you to be unable to drive their vehicles, and if those people are modders, expect kicks and crashes coming your way. Take a look at Events > Vehicle Takeover, instead.
  • NETWORK_CHECK_EXE_SIZE_EVENT — Blocking this will make you unable to join sessions.
  • KICK_VOTES_EVENT — More intelligent reactions can be found in Online > Reactions > Vote Kick Reactions.

And just in general, don't block it if you don't understand the impact of it. Instead, consider enabling notifications on it, seeing what it correlates with, and only when you fully grasp it and decide you don't want it, should you block it.