Resource icon

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

No permission to download

ehthe

Retired Staff
Contributor
Apr 26, 2015
1,028
896
216
It's java so it "should" work on linux and windows.
 

Yolo

Member
Jan 10, 2016
134
46
63
How should it work on Windows?
(can anyone make a tutorial for it?)


L. For executing under windows go to Start--->search for "cmd" ---> navigate trought folder with the command "cd", when you are in the script directory execute le commandi java ServerlistEmulator.jar with all parameter
 

Kaptan647

Retired Staff
Contributor
Apr 25, 2015
314
398
112
You must leave the application open. It sends information every 5 mins
 
M

Member 2873

Really interesting, I'd like to try it butttttttttt....
root@server:~# java -jar ServerListEmulator.jar "JOIN FOR FREE MEMES" 9987 512 102 0 1
Exception in thread "main" java.lang.IllegalArgumentException: Start cannot exceed End.
at main.showRandomInteger(main.java:119)
at main.main(main.java:93)
 

zacy5000

Member
Oct 10, 2015
12
2
38
Really interesting, I'd like to try it butttttttttt....
root@server:~# java -jar ServerListEmulator.jar "JOIN FOR FREE MEMES" 9987 512 102 0 1
Exception in thread "main" java.lang.IllegalArgumentException: Start cannot exceed End.
at main.showRandomInteger(main.java:119)
at main.main(main.java:93)

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
 

Kaptan647

Retired Staff
Contributor
Apr 25, 2015
314
398
112
It works for me:
67ab981af9.png
 

Kaptan647

Retired Staff
Contributor
Apr 25, 2015
314
398
112
Nice, Serverlist-Emulator: Spamprotection blocked your ip-port. Program will try to se nd data again in 5 mins,

now program test send data all 5 mins? :)
It must send the data every 5 mins. If it dont send it the serverlist will forgot your server and remove it from the list
 

Derp

Retired Staff
Contributor
Apr 30, 2015
933
1,017
217
How hard do you think it would be to recreate this using C++ :p

btw. Awesome release kap <3
 
Top