Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
General Discussion
»
hat functions in blockland
« previous
next »
Print
Pages: [
1
]
Author
Topic: hat functions in blockland (Read 818 times)
RTBARCHIVE
August 24, 2016, 11:44:02 AM
So I was looking around, and found some functions in default blockland:
sendHatRequest(); - Uses a TCPObject to connect to
http://auth.blockland.us/signHats.php
most of the hatTCPObj callbacks look like they are in debug stage, as all they do is echo what the tcpobject is doing. EX:
function hatTCPObj::onDNSFailure(%this) {
echo("Hat request failed");
}
other interesting stuff:
clientCmdSetClientHatTicket(%client, %hatTicket)
what could this mean?
Ad Bot
Advertisement
77x5ghost2
August 24, 2016, 12:10:01 PM
some stuff that would probably happen but won't
RTBARCHIVE
August 24, 2016, 12:15:24 PM
Also, using trace(1); when running sendHatRequest();, this function actually calls return; before connecting, disabling functionality
Crøwn
August 24, 2016, 12:26:17 PM
http://auth.blockland.us/signHats.php
Blake1Studios
August 24, 2016, 01:07:21 PM
Most likely some leftover stuff for the "hat update" that never happened and will probably never happen. I knew the first one existed but had no idea
http://auth.blockland.us/signHats.php
existed. Interesting.
pefu19
August 25, 2016, 01:40:49 PM
damn this is some hl3 level stuff
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
General Discussion
»
hat functions in blockland