playMaker

Author Topic: Get property on obscured Type  (Read 1337 times)

MS42

  • Playmaker Newbie
  • *
  • Posts: 9
Get property on obscured Type
« on: June 07, 2024, 09:54:51 PM »
Hi there- I am testing using the anti cheat toolkit which protects variables by changing them to 'Obscured'

I am storing variables in a script and hoping to access them in PM via -> Get Property

Currently only the unobscured variables are visible. Can you think of any workaround that could enable their use in PM?

eg.

    public ObscuredInt Lives = 1;
    public ObscuredInt SpawnDistance = 5;
    public ObscuredFloat TempPlayerSpeed = 1;
    public int Open = 4;


Only 'Open' is visible
« Last Edit: June 09, 2024, 02:44:04 AM by MS42 »