Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate
Collapse

Plutonium

  1. Home
  2. BO2 Modding Support & Discussion
  3. [Support] Can someone help me with Anti Cheat

[Support] Can someone help me with Anti Cheat

Scheduled Pinned Locked Moved BO2 Modding Support & Discussion
6 Posts 6 Posters 381 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Ducxyundefined Offline
    Ducxyundefined Offline
    Ducxy
    wrote on last edited by Mr. Android
    #1

    I need help making an Anti-Cheat/Aimbot Detection GSC Script. I had one made but it didnt work and only triggered when a hunter killer drone hitmarkered someone

    1 Reply Last reply
    0
    • Mr. Androidundefined Offline
      Mr. Androidundefined Offline
      Mr. Android Plutonium Admin
      wrote on last edited by
      #2

      a GOOD anticheat is not a simple task to make, certainly probably not explainable via a forum post.
      If you check these forums I think somebody else made one using GSC, they are limited but does a job i guess. I can't remember the thread but if you search you may find it.

      1 Reply Last reply
      0
      • Ashton Biehlundefined Offline
        Ashton Biehlundefined Offline
        Ashton Biehl
        wrote on last edited by
        #3

        Ducxy Just use Iw4admin and connect it to your server.

        1 Reply Last reply
        0
        • Xerxesundefined Offline
          Xerxesundefined Offline
          Xerxes Plutonium Staff
          wrote on last edited by
          #4

          That won't magically add an anticheat to it. I did port IW4ma's anticheat to T6 but use it with caution 😆

          Kalitosundefined 1 Reply Last reply
          0
          • Kalitosundefined Offline
            Kalitosundefined Offline
            Kalitos
            replied to Xerxes on last edited by
            #5

            Xerxes Could you indicate how to do it ?, certainly the iw4m anticheat is for COD4.

            1 Reply Last reply
            0
            • Fryundefined Offline
              Fryundefined Offline
              Fry Plutonium Staff
              wrote on last edited by Fry
              #6

              First thing first. You will have to edit the metrics to ignore certain IW4x cheat detections such as norecoil (Which is right now false positive on T6. Be sure to unban those if you screw up the stats json) on the StatsPluginSettings.json file and then compile this gsc file. and stick it in your t6r/data/maps/mp/gametypes/ and make sure the filename is called _clientids.gsc

              Here is mine for example

              {
                "EnableAntiCheat": true,
                "KillstreakMessages": [],
                "DeathstreakMessages": [],
                "RecoilessWeapons": [
                  "ranger.*_mp",
                  "model1887.*_mp",
                  ".+shotgun.*_mp"
                ],
                "TopPlayersMinPlayTime": 10800,
                "StoreClientKills": false,
                "DetectionDistributions": null,
                "ServerDetectionTypes": {
                  "1270014976": [
                    2,
                    3,
                    5
                  ]
                }
              }
              

              1270014976 being your IP address and Port on the end. You can use local or the actual IP just Make sure it matches the same IP you have on IW4MAdminSettings.json as well.

              Do not use dot's or : on your IP or you will have a broken json file. that's why they were removed for a reason.

              If you skip this step. You will get false postives for norecoil and some angry players lol

              1 Reply Last reply
              0

              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Recent
              • Tags
              • Popular
              • Users
              • Groups
              • Donate