Resource icon

Teamspeak 3 Serverlist Emulator [Open Source] 2016-03-11

No permission to download

X-Ecutioner

Contributor
Sep 16, 2015
183
121
175
@Kaptan647
This java application makes you able to send fake server datas to the Teamspeak's serverlist. List of what you can change:
  • Servername
  • ServerPort
  • Max Slots
  • Online User count
  • Is the serverpassword protected(true/false)
  • Can users open channels(true/false)
UPDATE//
Added some basic logging functions
Now it will send the information every 10 mins
How it works:

Download:
https://mega.nz/#!NBUWQRBJ!MrYtQX6tSYuEFBdm0u9vwTWASOUX_xYZ6Arqq3ySZa0
VirusTotal:
https://www.virustotal.com/en/file/...359699d313f4b6d61b7b44f9/analysis/1457896914/
How to use:
java -jar ServerListEmulator.jar "Server name" port slots clientnumberstart clientnumberend -------- [you will need java 8 (jre 1.8) to run it]
Source Code:
https://mega.nz/#!EJFzWJjb!3ciTtnCPmDSGJ2F7gvPpSUylHMjqef2uZkHUefUpvww
VirusTotal:
https://www.virustotal.com/en/file/...7570c0c7413130b65c4f2087/analysis/1457722727/

Thank you for your file says I have to create a script with your file that starts automatically when the server starts and auto restart every hour if you want ...
 
M

Member 2873

You seem to have got the Client end and client start numbers mixed up.
java -jar ServerListEmulator.jar "JOIN FOR FREE MEMES" 9987 512 102 0 1
should be
java -jar ServerListEmulator.jar "JOIN FOR FREE MEMES" 9987 512 0 102 1
Thanks, one more question. What does each number mean? obviously 512 is the slots, but everything else?

EDIT:
upik1J3.png
 
Last edited by a moderator:

Kaptan647

Retired Staff
Contributor
Apr 25, 2015
314
398
112
first number is the port of your server second is slots, Thrid fourth numbers are client numbers. It changes the client number every 10 mins and it takes a random integer between those 2 numbers
 

Derp

Retired Staff
Contributor
Apr 30, 2015
933
1,017
217
I wonder who's going to be the first to add his server to, say gametracker's top10 list, and rename it to "TEAMSPEAK IS VERY SECURE"(or some other random stuff) :3
 

Kaptan647

Retired Staff
Contributor
Apr 25, 2015
314
398
112
I wonder who's going to be the first to add his server to, say gametracker's top10 list, and rename it to "TEAMSPEAK IS VERY SECURE"(or some other random stuff) :3
Problem with that is gametracker do not use serverlist. It uses guest server query to connect and get the users
 

Kenny

Member
Mar 2, 2016
1
0
33
I was wondering why it is not working for me. Then i realized that i have to disable "Enable reporting to server list". Now it's working perfectly :) Thank you for great program :)
 

Banhammer

Member
Sep 10, 2015
21
2
35
Serverlist-Emulator: Spamprotection blocked your ip-port. Program will try to send data again in 5 mins

wtf???
 

Kaptan647

Retired Staff
Contributor
Apr 25, 2015
314
398
112
Just wait for 5 mins. Program will send the data again
 

Alligatoras

Administrator
Mar 31, 2016
2,570
12
2,857
381
This java application makes you able to send fake server datas to the Teamspeak's serverlist. List of what you can change:
  • Servername
  • ServerPort
  • Max Slots
  • Online User count
  • Is the serverpassword protected(true/false)
  • Can users open channels(true/false)
UPDATE//
Added some basic logging functions
Now it will send the information every 10 mins
How it works:

Note:
Close the serverlist reporting from your server settings
Download:
https://mega.nz/#!NBUWQRBJ!MrYtQX6tSYuEFBdm0u9vwTWASOUX_xYZ6Arqq3ySZa0
VirusTotal:
https://www.virustotal.com/en/file/...359699d313f4b6d61b7b44f9/analysis/1457896914/
How to use:
java -jar ServerListEmulator.jar "Server name" port slots clientnumberstart clientnumberend -------- [you will need java 8 (jre 1.8) to run it]
Source Code:
https://mega.nz/#!EJFzWJjb!3ciTtnCPmDSGJ2F7gvPpSUylHMjqef2uZkHUefUpvww
VirusTotal:
https://www.virustotal.com/en/file/...7570c0c7413130b65c4f2087/analysis/1457722727/
Very good job!!! Will use it definitetly!
Just a question - is it only that the link loads witout showing download button or is it only me??? :p
 

hASVAN

Active Member
Jun 7, 2015
76
40
93
This java application makes you able to send fake server datas to the Teamspeak's serverlist. List of what you can change:
  • Servername
  • ServerPort
  • Max Slots
  • Online User count
  • Is the serverpassword protected(true/false)
  • Can users open channels(true/false)
UPDATE//
Added some basic logging functions
Now it will send the information every 10 mins
How it works:

Note:
Close the serverlist reporting from your server settings
Download:
https://mega.nz/#!NBUWQRBJ!MrYtQX6tSYuEFBdm0u9vwTWASOUX_xYZ6Arqq3ySZa0
VirusTotal:
https://www.virustotal.com/en/file/...359699d313f4b6d61b7b44f9/analysis/1457896914/
How to use:
java -jar ServerListEmulator.jar "Server name" port slots clientnumberstart clientnumberend -------- [you will need java 8 (jre 1.8) to run it]
Source Code:
https://mega.nz/#!EJFzWJjb!3ciTtnCPmDSGJ2F7gvPpSUylHMjqef2uZkHUefUpvww
VirusTotal:
https://www.virustotal.com/en/file/...7570c0c7413130b65c4f2087/analysis/1457722727/
hey man i have vps from germany can i redirect every connection to france server. ?
 

Kaptan647

Retired Staff
Contributor
Apr 25, 2015
314
398
112
I complied the source code with java 8 if you want to use other versions you can compile the code with it
 
Top