I'm pretty sure it was made by Skrollster.
function NewUserConnected(curUser)
local output;
local s, e, curShareSize = strfind(curUser.sMyInfoString, "%$(%d+)%$$");
curShareSize = curShareSize and tonumber(curShareSize) or 0;
curShareSize = curShareSize / (1024 * 1024 * 1024);
if(curShareSize < 2) then
output = "8:";
else
output = "8"..strrep("=", curShareSize / 2).."D~~~~ (|)";
end
curUser:SendData("SizeMatters", output..format(" %.2f GB", curShareSize));
end
OpConnected = NewUserConnected;
This will display this:
8==D~~~~
The more you share, the bigger the penis, for every 5gb the length increases, size matters.
can you explane a bit more on this script? ?(
edited above for explanation.
I jus get this on entry even tho i'm sharin 50+GB: [18:05:57] 8= 0.00 GB ?(
Hello :]
All i got was this in main:
8============================================D~~~~ 88.44 GB
Not much funny info in that :[