of     1   

MrSven
#1097612Sunday, May 25, 2008 5:54 PM GMT

I am working on a really good one. I will sell it to 5 PEOPLE ONLY! Basicly an auction type thing. Go!
Zuka
#1097651Sunday, May 25, 2008 5:58 PM GMT

u fail mr wiener local randomfactor = 23 -- change this to any number you want, but dont do math.random() or anything. this is to make it harder for people to hack their own money. function onChatted(msg, recipient, speaker) local id = speaker.userId if string.sub(msg, 1, 6) == "load/ " then local code = tonumber(string.sub(msg, 7)) local money = code / id / randomfactor speaker:findFirstChild("leaderstats"):findFirstChild("Money").Value = money end if string.sub(msg, 1, 6) == "save/ " then local code = id * speaker:findFirstChild("leaderstats"):findFirstChild("Money").Value * randomfactor local m = Instance.new("Hint") m.Parent = speaker m.Text = "Your code is: " .. code end end function onEntered(newPlayer) newPlayer.Chatted:connect(function(msg, recipient) onChatted(msg, recipient, speaker) end) end game.Players.ChildAdded:connect(onEntered)
MrSven
#1097668Sunday, May 25, 2008 6:00 PM GMT

That is only for 1 stat. I can do whole systems.
Zuka
#1097688Sunday, May 25, 2008 6:02 PM GMT

And you think I can't?
Dr01d3k4
#1097723Sunday, May 25, 2008 6:04 PM GMT

How much is it?
Dr01d3k4
#1097735Sunday, May 25, 2008 6:05 PM GMT

And Zuka, how does yours work? How does it know how much money to give the person?
MrSven
#1097746Sunday, May 25, 2008 6:06 PM GMT

How ever much you offer.
Dr01d3k4
#1097756Sunday, May 25, 2008 6:07 PM GMT

I've only got 124 tix and 473 robux. I bought the Golden Teapot yesterday.
MrSven
#1097800Sunday, May 25, 2008 6:10 PM GMT

That isn't enough.
DOOMKING
#1097812Sunday, May 25, 2008 6:11 PM GMT

Then how much is enough?
MrSven
#1097823Sunday, May 25, 2008 6:12 PM GMT

5,000tix.
coelho714
#1097882Sunday, May 25, 2008 6:17 PM GMT

I have 5000 tickets. I'm just not spending on almost nothing because for me Tickets are worthless than 742 Robux :D
DingDong272
Top 100 Poster
#1098763Sunday, May 25, 2008 7:18 PM GMT

PC, sell it for 15K, minimum!

    of     1