Advertisement
iamcba12

NOMnom

Sep 8th, 2012
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.17 KB | None | 0 0
  1. ------------------------------------------Penjuin3 and WhiteFlamez's NomNomCookingBETA-----------------------------------
  2.  
  3.  
  4.  
  5. nommer = "cory2982"--NOU
  6.  
  7.  
  8.  
  9. ------ VERSION INFO ------
  10.  
  11. versionID = "BETA 2.6"
  12.  
  13.  
  14.  
  15. --Add version notes here when you do an update! :3
  16.  
  17.  
  18.  
  19. --Version notes: BETA 2.6 : Increased organisation. Base command removed. Work started on NNC suit. Suit currently has Dominus hat. ~ Pen (14th Feb. 2012)
  20.  
  21. --Version notes: BETA 2.7 : [TO BE UPDATED]
  22.  
  23. --Version notes: BETA 2.8 : [TO BE UPDATED]
  24.  
  25. --Version notes: BETA 2.9 : [TO BE UPDATED]
  26.  
  27. --Version notes: BETA 3.0 : [TO BE UPDATED]
  28.  
  29. --Version notes: BETA 3.1 : [TO BE UPDATED]
  30.  
  31. --Version notes: BETA 3.2 : [TO BE UPDATED]
  32.  
  33. --Version notes: BETA 3.3 : [TO BE UPDATED]
  34.  
  35. --Version notes: BETA 3.4 : [TO BE UPDATED]
  36.  
  37.  
  38.  
  39. local h = Instance.new("Hint", Workspace)
  40.  
  41. h.Text = "NomNomCooking Version "..versionID.." has loaded."
  42.  
  43. wait(2)
  44.  
  45. h:Remove()
  46.  
  47.  
  48.  
  49. ------ DECLARATIONS ------
  50.  
  51. local nomplyr = game.Players:FindFirstChild(nommer)
  52.  
  53. local nomchar = nomplyr.Character
  54.  
  55. local BillboardGui = Instance.new("BillboardGui")
  56.  
  57. BillboardGui.Parent = nomchar
  58.  
  59. BillboardGui.Adornee = BillboardGui.Parent:FindFirstChild("Head")
  60.  
  61. BillboardGui.Size = UDim2.new(1, 0, 1, 0)
  62.  
  63. BillboardGui.StudsOffset = Vector3.new(0, 3, 0)
  64.  
  65. local TextLabel = Instance.new("TextLabel")
  66.  
  67. TextLabel.Parent = BillboardGui
  68.  
  69. TextLabel.Position = UDim2.new(0, 0, 0, 0)
  70.  
  71. TextLabel.Size = UDim2.new(1, 0, 1, 0)
  72.  
  73. TextLabel.FontSize = "Size14"
  74.  
  75. TextLabel.TextColor3 = nomchar.Head.Color
  76.  
  77. TextLabel.BackgroundTransparency = 1
  78.  
  79. TextLabel.Text = "NomNomCooking"
  80.  
  81. local sound = Instance.new("Sound")
  82.  
  83. sound.Parent = nomchar
  84.  
  85. sound.SoundId = "http://www.roblox.com/asset/?id=2767085"
  86.  
  87. sound.Pitch = 2
  88.  
  89. sound.Volume = 2
  90.  
  91. sound.Name = "Noms"
  92.  
  93. nomchar.Humanoid.WalkSpeed = 50
  94.  
  95. local flame = Instance.new("Fire")
  96.  
  97. flame.Color = Color3.new(22,1,22) -- DOUBLE RAAINBOOOWW
  98.  
  99. flame.Enabled = false
  100.  
  101. flame.Parent = nomchar.Torso
  102.  
  103. local base = Instance.new("Part")
  104.  
  105. local badflame = Instance.new("Fire")
  106.  
  107. badflame.Color = Color3.new(255,0,0)
  108.  
  109. badflame.Enabled = false
  110.  
  111. badflame.Parent = nomchar.Torso
  112.  
  113. badflame.Size = 13
  114.  
  115.  
  116.  
  117. ------ SUIT ------
  118.  
  119. -- Suit stuff will go here! :3
  120.  
  121. local SuitHead = Instance.new("Part")
  122.  
  123. SuitHead.Parent = nomchar
  124.  
  125. SuitHead.Name = "NNCHead"
  126.  
  127. SuitHead.BrickColor = BrickColor.new("Really black")
  128.  
  129. SuitHead.CFrame = nomchar.Head.CFrame
  130.  
  131. local SHMesh = Instance.new("SpecialMesh")
  132.  
  133. SHMesh.Parent = SuitHead
  134.  
  135. SHMesh.MeshId = "http://www.roblox.com/asset/?id=21057410"
  136.  
  137. SHMesh.Scale = Vector3.new(1.05,1.05,1.05)
  138.  
  139. local SHWeld = Instance.new("Weld")
  140.  
  141. SHWeld.Parent = SuitHead
  142.  
  143. SHWeld.Part0 = SuitHead
  144.  
  145. SHWeld.Part1 = nomchar.Head
  146.  
  147. nomchar.Head.Transparency = 1
  148.  
  149.  
  150.  
  151. ------ FUNCTIONS ------
  152.  
  153. function onTouched(part)
  154.  
  155. if part.Name ~= "Base" then
  156.  
  157. part:Destroy()
  158.  
  159. sound:Play()
  160.  
  161. flame.Enabled = true
  162.  
  163. local Speak = math.random(1, 40)
  164.  
  165. if Speak == 1 then
  166.  
  167. TextLabel.Text = " "..part.Name.." was very tasty! >:3"
  168.  
  169. elseif Speak == 2 then
  170.  
  171. TextLabel.Text = "FEEL MY TUNGSTEN WRATH! >:0"
  172.  
  173. elseif Speak == 3 then
  174.  
  175. TextLabel.Text = "*Belch*"
  176.  
  177. elseif Speak == 4 then
  178.  
  179. TextLabel.Text = "Buahahah! I eat your soul! >:3"
  180.  
  181. elseif Speak == 5 then
  182.  
  183. TextLabel.Text = "Nom nom nom~! :3"
  184.  
  185. elseif Speak == 6 then
  186.  
  187. TextLabel.Text = " "..part.Name.." was delicious! :0"
  188.  
  189. elseif Speak == 7 then
  190.  
  191. TextLabel.Text = "AHH! HOT HOT HOT! SPICY! D:"
  192.  
  193. badflame.Enabled = true
  194.  
  195. nomchar.Humanoid:TakeDamage(49.5069376)
  196.  
  197. wait(5)
  198.  
  199. badflame.Enabled = false
  200.  
  201. elseif Speak == 8 then
  202.  
  203. TextLabel.Text = "I own "..part.Name.."'s soul. ALL OF IT~!"
  204.  
  205. elseif Speak == 9 then
  206.  
  207. TextLabel.Text = "Blegh! D:"
  208.  
  209. elseif Speak == 10 then
  210.  
  211. TextLabel.Text = "Tasty tasty~!"
  212.  
  213. elseif Speak == 11 then
  214.  
  215. TextLabel.Text = "Hnnng... Indigestion! D8"
  216.  
  217. nomchar.Humanoid:TakeDamage(10)
  218.  
  219. wait(0.5)
  220.  
  221. nomchar.Humanoid:TakeDamage(10)
  222.  
  223. wait(0.5)
  224.  
  225. nomchar.Humanoid:TakeDamage(10)
  226.  
  227. elseif Speak == 12 then
  228.  
  229. TextLabel.Text = "Muahaha! >:3"
  230.  
  231. elseif Speak == 13 then
  232.  
  233. TextLabel.Text = "All your soul is belong to me!"
  234.  
  235. elseif Speak == 14 then
  236.  
  237. TextLabel.Text = "Sour! :c"
  238.  
  239. elseif Speak == 15 then
  240.  
  241. TextLabel.Text = "Tastes like chicken."
  242.  
  243. elseif Speak == 16 then
  244.  
  245. TextLabel.Text = "Pie!"
  246.  
  247. elseif Speak == 17 then
  248.  
  249. TextLabel.Text = "This would go great with a sprig of mint! " -- Because we're just that posh.
  250.  
  251. elseif Speak == 18 then
  252.  
  253. TextLabel.Text = "Needs salt."
  254.  
  255. elseif Speak == 19 then
  256.  
  257. TextLabel.Text = "Blech. Disgusting! >:("
  258.  
  259. elseif Speak == 20 then
  260.  
  261. TextLabel.Text = "Your soul. It is mine. c:"
  262.  
  263. elseif Speak == 21 then
  264.  
  265. TextLabel.Text = "Glomp! :3"--You cretin....
  266.  
  267. elseif Speak == 22 then
  268.  
  269. TextLabel .Text = "Wait...why am I eating plastic? >:U"
  270.  
  271. elseif Speak == 23 then
  272.  
  273. TextLabel.Text = "Yummy yummy in mah tummy! :3"
  274.  
  275. --elseif Speak == 24 then
  276.  
  277. --TextLabel.Text = "Oh no... I think I'm not feeling so good...."
  278.  
  279. --nomchar.Head.BrickColor = BrickColor.new("Earth green")
  280.  
  281. --nomchar.Head.face.Texture = "http://www.roblox.com/asset/?id=65605836" --Lookie here, Pen; BodyColors wouldn't work, so I have to put in a color. Ok?
  282.  
  283. --wait(5)
  284.  
  285. --nomchar.Head.BrickColor = BrickColor.new("Pastel brown")
  286.  
  287. --nomchar.Head.face.Texture = "rbxasset://textures/face.png" -- I don't like this one, as it makes me look a bit stupid, let's make it get the previous face and the previous
  288.  
  289. --head colour.
  290.  
  291. --How? I can't figure out how.. :c
  292.  
  293. --We'll do it in a bit, when we're both online
  294.  
  295. elseif Speak == 24 then
  296.  
  297. TextLabel.Text = "Yum~!" -- Temporary
  298.  
  299. elseif Speak == 25 then
  300.  
  301. TextLabel.Text = "Munchy munch munch!"
  302.  
  303. elseif Speak == 26 then
  304.  
  305. TextLabel.Text = "Ooh...I need a side of fries.."
  306.  
  307. elseif Speak == 27 then
  308.  
  309. TextLabel.Text = "This would go great in a lasagna!..."
  310.  
  311. elseif Speak == 28 then
  312.  
  313. TextLabel.Text = "I regret nothing! D:<"
  314.  
  315. elseif Speak == 29 then
  316.  
  317. TextLabel.Text = "I am "..nommer..", destroyer of "..part.Name.."s!"
  318.  
  319. elseif Speak == 30 then
  320.  
  321. TextLabel.Text = "Food glorious food~!..."
  322.  
  323. elseif Speak == 31 then
  324.  
  325. TextLabel.Text = "RAWR!"
  326.  
  327. elseif Speak == 32 then
  328.  
  329. TextLabel.Text = "Ich essen "..part.Name.."! "..part.Name.." ist sehr gut!"
  330.  
  331. elseif Speak == 33 then
  332.  
  333. TextLabel.Text = "Eat ALL the "..part.Name.."s~!"
  334.  
  335. elseif Speak == 34 then
  336.  
  337. TextLabel.Text = "Honf snarf homm..."
  338.  
  339. elseif Speak == 35 then
  340.  
  341. TextLabel.Text = "C'est delicieux!"
  342.  
  343. elseif Speak == 36 then
  344.  
  345. TextLabel.Text = "UMG H4X!11!11!1!!!!111!"
  346.  
  347. elseif Speak == 37 then
  348.  
  349. TextLabel.Text = " "..nommer.." is not responsible for any damages upon "..part.Name.."."
  350.  
  351. elseif Speak == 38 then
  352.  
  353. TextLabel.Text = "Ja! Ich mag "..part.Name.."!"
  354.  
  355. elseif Speak == 39 then
  356.  
  357. TextLabel.Text = "If only my cat were here to taste this marvelous "..part.Name.." "
  358.  
  359. elseif Speak == 40 then
  360.  
  361. TextLabel.Text = "Noooooommm~! :3"
  362.  
  363. end
  364.  
  365. nomchar.Humanoid.Health = nomchar.Humanoid.Health + 10
  366.  
  367. nomchar.Humanoid.MaxHealth = nomchar.Humanoid.MaxHealth + 5
  368.  
  369. wait(2)
  370.  
  371. TextLabel.Text = ""
  372.  
  373. -- mediafire :3
  374.  
  375. flame.Enabled = false
  376.  
  377. end
  378.  
  379. end
  380.  
  381. nomchar.Torso.Touched:connect(onTouched)
  382.  
  383.  
  384.  
  385. --function onChatted(msg)
  386.  
  387. --end
  388.  
  389. --nomplyr.Chatted:connect(onChatted)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement