Skip to content

Protections Guide#

If you are not sure about how to use the protections, event hooks and the modder detection of 2Take1, make sure you follow this guide to the letter.

SE Protections File

Replace the existing sep.cfg file with the new one in %appdata%\PopstarDevs\2Take1Menu\cfg\, then reinject the menu. More information here.

Download file

If you are going to play missions...

Disable the following protections, as they tend to interfere with mission scripts:

  • Block Attachments
  • Block Cage Objects
  • Block Collectible Drops
  • Modder Detection → SE Spam
  • Event Hooks → Script Events → Everything
  • Event Hooks → Network Events → Everything
    (Use the Disable All Net Event Hooks feature)
  • Miscellaneous → Disable Phone Calls

You may create a custom menu profile with all these features disabled. This will allow you to set things up easier when you are gonna play missions.

Main Protections#

  • Disable Background Script
  • Crash (Block & Notify)
  • Block Script Event Kick
  • Block Desync Kick
  • Block Reports
  • Block Attach Clusters
  • Block Collectible Drops (Block & Notify)
  • Block Money Drops (Block & Notify
  • Block Attachments (Block & Notify)
  • Block Ptfx On You (Block & Notify)
  • Block Cage Objects (Block & Notify)
  • Block Clones (Block)
  • Block Model Changes (Block & Notify)
  • Block Spectate Detection
  • Notify When Someone Is Spectating Me
  • Notify When Modder Is Detected
  • Notify When Someone Drops Crash
  • Enforce ASCII Player Names

Block From Modders#

Enable everything in this submenu. Players detected as modders shall be unable to interact with you in any way.

Big Vehicles#

  • Enable (Block & Notify)
  • Maximum Vehicles = 5
  • Radius = 500

Ped Throttling#

  • Enable
  • Cleanup
  • Interval (Seconds) = 5 - 10 seconds
  • Limit = 7
  • Radius = 50.00

Vehicle Throttling#

  • Enable
  • Cleanup
  • Interval (Seconds) = 5 - 10 seconds
  • Limit = 8
  • Radius = 50.00

Object Throttling#

  • Enable
  • Cleanup
  • Interval (Seconds) = 5 - 10 seconds
  • Limit = 10
  • Radius = 50.00

Presence Events#

  • MP Invites (friends only optionally, otherwise block all)
  • Text Message Notifications (friends only optionally, otherwise block all)
  • Block Stat Updates
  • Block ginv

Rockstar Admin#

  • By SCID (Notify)
  • By Dev Flag (Notify)
  • By IP (Notify)

Modder Detection#

Make sure you are not whitelisting other players, otherwise these detections will not work.

  • Turn off "Disable Area Local Object Detection"
  • Detect Session Mismatch
  • Detect Altered Host Token
  • Detect Player Model
  • Detect Super Jump
  • SE Spam (10 - 15)

Mission Launcher#

  • Block Mission Launch (Block & Notify)
  • Whitelist Freemode Events (optional)

Script Events#

You must download and import the SEP file linked above in order to see these event hooks.

  • Kick (Block & Notify)
  • Uh oh spaghettios (Block & Notify)
  • Malicious Crash (Block & Notify)
  • Invalid Apartment Invite (Block & Notify)
  • Vehicle Kick (Block & Notify)
  • CEO Kick (Block & Notify)
  • Transaction Error (Block & Notify)
  • Apartment Invite (Block & Notify)
  • Send To Island (Block & Notify)
  • Wanted Level Modification (Block & Notify)
  • Force OTR (Block & Notify)
  • Camera Manipulation (Block)
  • Scripted Sound Event (Block & Notify)
  • Passive Mode Manipulation (Block & Notify)
  • Casino Cutscene (Block & Notify)
  • Indirect SH Kicks (Block & Notify)

Network Events#

  • NET_CLEAR_PED_TASKS (Block & Notify)
  • NET_PTFX (Block & Notify)
  • FIRE (Block & Notify)
  • EXPLOSION (Block & Notify)
  • REQUEST_CONTROL (Block & Notify)
  • GIVE WEAPON (Block & Notify)
  • REMOVE_WEAPON (Block & Notify)
  • REMOVE_ALL_WEAPONS (Block & Notify)
  • ALTER_WANTED_LEVEL (Block & Notify)
  • RAGDOLL_REQUEST (Block & Notify)
  • REQUEST_PHONE_EXPLOSION (Block & Notify)
  • NET_PLAY_SOUND (Block & Notify)

Network Event Notifies#

  • KICK_VOTES (Notify)
  • GIVE_PICKUP_REWARDS (Notify)
  • NET_CHECK_EXE_SIZE (Notify)
  • NET_CHECK_CODES_CRC (Notify)
  • REPORT_MYSELF (Notify)

Why block all these events?

The reason why you block this many events is due to how buggy the game is and how you can crash and kick anyone with almost anything, it's insanity and it's something you cannot win.

Back to top