1/10, keep working and you'll get there, good job, Jesus loves you.11/10
but seriously you're in like every thread I've seen
and there you go
important thing fulfilled or something
-- Rating Incrementer in Lua v1 by VikeStep
rating = 10
while true do
rating = rating*10
if rating < PreviousPostRating
rating = PreviousPostRating*10
end
print(rating.."/10")
os.ForumReply()
os.PullEvent("ForumPost")
end
*makes code that increases vikes by ten*10/10
And for the people trying to make the largest number (2 pages back)... I just won
No matter how big your number is my next post will be 10 times biggerCode:-- Rating Incrementer in Lua v1 by VikeStep rating = 10 while true do rating = rating*10 if rating < PreviousPostRating rating = PreviousPostRating*10 end print(rating.."/10") os.ForumReply() os.PullEvent("ForumPost") end