PtokaX forum

Archive => Archived 4.0 boards => Finished Lua 4 scripts => Topic started by: ARCHANGEL on 31 July, 2004, 12:47:09

Title: Old but funny
Post by: ARCHANGEL on 31 July, 2004, 12:47:09
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.
Title:
Post by: D-J Valhala on 31 July, 2004, 17:06:16
can you explane a bit more on this script? ?(
Title:
Post by: ARCHANGEL on 31 July, 2004, 17:21:49
edited above for explanation.
Title:
Post by: QuikThinker on 31 July, 2004, 19:10:23
I jus get this on entry even tho i'm sharin 50+GB: [18:05:57] 8= 0.00 GB  ?(
Title:
Post by: BeeR on 04 August, 2004, 14:33:08
Hello :]

 All i got was this in main:
8============================================D~~~~ 88.44 GB

 Not much funny info in that :[