Results 1 to 5 of 5
  1. #1
    CheesemanTheCool's Avatar
    Join Date
    Dec 2018
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    1

    Anyway to send net. commands on a server with SNTE?

    Is there anyway to send net. commands on a server that has SNTE?

  2. #2
    Deyla Catherina's Avatar
    Join Date
    Sep 2015
    Gender
    male
    Posts
    14
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by CheesemanTheCool View Post
    Is there anyway to send net. commands on a server that has SNTE?
    yeaii you can

  3. #3
    CheesemanTheCool's Avatar
    Join Date
    Dec 2018
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    1
    Quote Originally Posted by Deyla Catherina View Post
    yeaii you can
    thanks for explaining it +rep

  4. #4
    DoopieWop's Avatar
    Join Date
    Nov 2021
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    yeah you can. net messages are integral to client to server and server to client communication. while i dont k now what SNTE does im sure there is a way to get around it.

  5. #5
    thetikene's Avatar
    Join Date
    May 2022
    Gender
    female
    Posts
    4
    Reputation
    10
    Thanks
    11

    SNTE is stupid easy to bypass

    All SNTE net messages are added at the same time, and the list of blacklisted strings is public, so you could loop through every net message that has been added serverside using util.NetworkIDToString(id), and if you see more than 3 blacklisted messages in a row, that means the SNTE banned strings start there. Whenever the blacklisted messages stop, that's the end. Just don't use those and you'll be fine.

    these are old might not be updated
    blacklistedNets = {
    "Decals.",
    "atlas",
    "UpdateRPUModelSQL",
    "awarn",
    "CF",
    "antiexploit",
    "ARC",
    "_blacksmurf",
    }

Similar Threads

  1. [QUESTION] why crashes the game to send cmd command on teknomw3 in anyone servers
    By niko1921 in forum Call of Duty Modern Warfare 3 Coding, Programming & Source Code
    Replies: 2
    Last Post: 06-22-2016, 12:47 PM
  2. [Patched] [NEW] MW3 - Server Control 1.0 ("Send Dedicated Server Commands To Public Servers")
    By Geometrical in forum Call of Duty Modern Warfare 3 Private Server Hacks
    Replies: 30
    Last Post: 09-28-2012, 11:50 PM
  3. aIW Error: System.Net.WebException: The remote server returned an error :(404) Not...
    By ledwiston in forum Call of Duty Modern Warfare 2 Help
    Replies: 9
    Last Post: 01-28-2011, 10:58 AM
  4. command of ranked server
    By allahakbr in forum Call of Duty Black Ops Help
    Replies: 0
    Last Post: 12-31-2010, 01:37 PM
  5. Can any one send me a quick scope server mod?
    By hornet1dk in forum Call of Duty Modern Warfare 2 Help
    Replies: 2
    Last Post: 11-14-2010, 07:09 PM