[QUESTION] modders non-host kick other players?

  • Hello Guest! Welcome to ConsoleCrunch, to help support our site check out the premium upgrades HERE! to get exclusive access to our hidden content.
  • Unable to load portions of the website...
    If you use an ad blocker addon, you should disable it because it interferes with several elements of the site and blocks more than just adverts.
  • Read Rules Before Posting Post Virus Scans with every program.

cr4zy4

Member
Aug 8, 2019
7
0
11
I have a question.
How are other modders kicking other players when they aren't host? I've looked around for an answer and a code but haven't seen anyone mention it.

Does someone have a c# code for it? cos it's a really interesting thing
 

hacker one

Local Celebrity
Local Celebrity
Community Elite
Community Veteran
Determined Poster
Active Member
Console ID Poster
Jul 2, 2018
2,121
1,314
648
I have a question.
How are other modders kicking other players when they aren't host? I've looked around for an answer and a code but haven't seen anyone mention it.

Does someone have a c# code for it? cos it's a really interesting thing


Well there are different type of mod menu

One that let you kick people

And others that don't ;)
 

BM|T-Jamie

Active Poster
Active Member
Jun 14, 2014
55
168
93
pretty sure you could use dvars to create a non host kick asif you're a server admin eg spoof commands asif its been done by a server request or even then there is this dvar "bandwidthtest_maxpacketsize "1000" " witch could possibly boot a player from a lobby if coded with other strings correctly

authPort "20800"
authServerName "cod4master.activision.com"
badhost_debug "0"
badhost_endGameIfISuck "1"
badhost_maxDoISuckFrames "300"
badhost_maxHappyPingTime "400"
badhost_minPercentClientsUnhappyToSuck "0.51"
badhost_minTotalClientsForHappyTest "3"
band_12players "384000"
band_18players "580000"
band_2players "64000"
band_4players "128000"
band_8players "256000"
bandwidthtest_announceinterval "200"
bandwidthtest_duration "500"
bandwidthtest_enable "1"
bandwidthtest_fudge "1"
bandwidthtest_ingame_enable "1"
bandwidthtest_ingame_fudge "1"
bandwidthtest_maxpacketsize "1000"
bandwidthtest_quota "0.5"
bandwidthtest_rounds "10"
bandwidthtest_scalar "2"
bandwidthtest_timeout "1500"


masterPort "20810"
masterServerName "cod4master.activision.com"
matchmaking_debug "1"
maxVoicePacketsPerSec "100"
maxVoicePacketsPerSecForServer "20"
migration_blocksperframe "0"
migration_dvarErrors "1"
migration_limit "5"
migration_msgtimeout "500"
migration_timeBetween "30000"
migration_verboseBroadcastTime "100"
migrationPingTime "10"
net_ip "localhost"
net_lanauthorize "0"
net_noipx "0"
net_noudp "0"
net_port "28960"
net_profile "0"
net_showprofile "0"
net_socksEnabled "0"
net_socksPassword ""
net_socksPort "1080"
net_socksServer ""
net_socksUsername ""
 
  • Like
Reactions: cr4zy4

cr4zy4

Member
Aug 8, 2019
7
0
11
pretty sure you could use dvars to create a non host kick asif you're a server admin eg spoof commands asif its been done by a server request or even then there is this dvar "bandwidthtest_maxpacketsize "1000" " witch could possibly boot a player from a lobby if coded with other strings correctly

authPort "20800"
authServerName "cod4master.activision.com"
badhost_debug "0"
badhost_endGameIfISuck "1"
badhost_maxDoISuckFrames "300"
badhost_maxHappyPingTime "400"
badhost_minPercentClientsUnhappyToSuck "0.51"
badhost_minTotalClientsForHappyTest "3"
band_12players "384000"
band_18players "580000"
band_2players "64000"
band_4players "128000"
band_8players "256000"
bandwidthtest_announceinterval "200"
bandwidthtest_duration "500"
bandwidthtest_enable "1"
bandwidthtest_fudge "1"
bandwidthtest_ingame_enable "1"
bandwidthtest_ingame_fudge "1"
bandwidthtest_maxpacketsize "1000"
bandwidthtest_quota "0.5"
bandwidthtest_rounds "10"
bandwidthtest_scalar "2"
bandwidthtest_timeout "1500"


masterPort "20810"
masterServerName "cod4master.activision.com"
matchmaking_debug "1"
maxVoicePacketsPerSec "100"
maxVoicePacketsPerSecForServer "20"
migration_blocksperframe "0"
migration_dvarErrors "1"
migration_limit "5"
migration_msgtimeout "500"
migration_timeBetween "30000"
migration_verboseBroadcastTime "100"
migrationPingTime "10"
net_ip "localhost"
net_lanauthorize "0"
net_noipx "0"
net_noudp "0"
net_port "28960"
net_profile "0"
net_showprofile "0"
net_socksEnabled "0"
net_socksPassword ""
net_socksPort "1080"
net_socksServer ""
net_socksUsername ""

That was really helpful! Thanks man!
 
General chit-chat
Help Users
    Chat Bot: Christo has joined the room.