Search Unity

Question cheater tampered scripts

Discussion in 'Scripting' started by DruidsSys, Sep 26, 2022.

  1. DruidsSys

    DruidsSys

    Joined:
    Jul 22, 2022
    Posts:
    3
    I have a trouble recently. I discovered a user to cheat in my game and suspecting the cheater had tampered with my game of code. I want to know how I can resolve it.
     
  2. DruidsSys

    DruidsSys

    Joined:
    Jul 22, 2022
    Posts:
    3
    it likes
    if(false)
    {
    to do something...
    }
    it should not execute but the result is quite the opposite.