Advertisement
antoniorigo4

eyes of crazy beta

Feb 15th, 2019
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.78 KB | None | 0 0
  1.  
  2. local Player = owner
  3. local event = Instance.new("BindableEvent",script)
  4. local bootmodel=Instance.new("Model",Player.Character)
  5. local boot1=Instance.new("Part",bootmodel)
  6. local boot2=Instance.new("Part",bootmodel)
  7. local bh1=Instance.new("Part",bootmodel)
  8. local bh2=Instance.new("Part",bootmodel)
  9. local bw1=Instance.new("WeldConstraint",bootmodel)
  10. local bw2=Instance.new("WeldConstraint",bootmodel)
  11. local hw1=Instance.new("Weld",bootmodel)
  12. local hw2=Instance.new("Weld",bootmodel)
  13. local model = Instance.new("Model",bootmodel)
  14. local hand1 = Instance.new("Part",model)
  15. local hand2 = Instance.new("Part",model)
  16. local h1 = Instance.new("Weld",model)
  17. local h2 = Instance.new("Weld",model)
  18. local Handle = Instance.new("Part",model)
  19. local e1 = Instance.new("Part",Handle)
  20. local e2 = Instance.new("Part",Handle)
  21. local eyweld1 = Instance.new("WeldConstraint",Handle)
  22. local eyweld2 = Instance.new("WeldConstraint",Handle)
  23. local sound = Instance.new("Sound",Handle)
  24. local weld = Instance.new("Weld",Player.Character)
  25. local decalc = Instance.new("StringValue",Player.Character)
  26. local texture = decalc.Value
  27. local particle = Instance.new("ParticleEmitter",Player.Character.Torso)
  28. local effect = Instance.new("Folder",Player.Character)
  29. game:GetService("Chat"):Chat(Player.Character.Head,"Script Made By antoniorigo4","Red")
  30. --setup
  31. event.Name = "OpreationEvent"
  32. effect.Name = "Effects"
  33. sound.Volume = 5
  34. sound.Looped = true
  35. --basic Properties
  36. Handle.Anchored = false
  37. e1.Anchored = false
  38. e2.Anchored = false
  39.  
  40. --weld
  41. eyweld1.Part0 = Handle
  42. eyweld2.Part0 = Handle
  43. eyweld1.Part1 = e1
  44. eyweld2.Part1 = e2
  45. Handle.Position = Player.Character.Head.Position
  46. --vector3
  47. bh1.Size=Vector3.new(1,2,1)
  48. bh2.Size=Vector3.new(1,2,1)
  49. boot1.Size=Vector3.new(1.15, 1.15, 1.15)
  50. boot2.Size=Vector3.new(1.15, 1.15, 1.15)
  51. bh1.Position=Vector3.new(-1.5, 1, 0.5)
  52. bh2.Position=Vector3.new(-1.5, 1, 0.5)
  53. boot1.Position=Vector3.new(-1.5, 0.58, 0.5)
  54. boot2.Position=Vector3.new(-1.5, 0.58, 0.5)
  55. hand1.Size = Vector3.new(1.055, 2.11, 1.055)
  56. hand2.Size = Vector3.new(1.055, 2.11, 1.055)
  57. Handle.Size = Vector3.new(2,1,1)
  58. e2.Size = Vector3.new(0.11, 0.39, 0.39)
  59. e1.Size = Vector3.new(0.11, 0.39, 0.39)
  60. Handle.Position = Vector3.new(0, 2.6, -0.057)
  61. e1.Position = Vector3.new(0.194, 2.734, -0.602)
  62. e2.Position = Vector3.new(-0.236, 2.734, -0.602)
  63. e1.Orientation = Vector3.new(0, 89.94, 0.3)
  64. e2.Orientation = Vector3.new(0, 89.94, 0.3)
  65. --decoration
  66. e1.Shape = "Cylinder"
  67. e2.Shape = "Cylinder"
  68. e1.Material = "Neon"
  69. e2.Material = "Neon"
  70. hand1.Material = "Neon"
  71. hand2.Material = "Neon"
  72. Handle.Transparency = 1
  73. bh1.Transparency=1
  74. bh2.Transparency=1
  75. boot1.Material = "Neon"
  76. boot2.Material = "Neon"
  77. --weldo
  78. bw1.Part0=boot1
  79. bw2.Part0=boot2
  80. bw1.Part1=bh1
  81. bw2.Part1=bh2
  82. hw1.Part0=bh1
  83. hw2.Part0=bh2
  84. hw1.Part1=Player.Character["Left Leg"]
  85. hw2.Part1=Player.Character["Right Leg"]
  86. weld.Part0 = Player.Character.Head
  87. weld.Part1 = Handle
  88. h1.Part0 = hand1
  89. h2.Part0 =hand2
  90. h1.Part1 = Player.Character["Left Arm"]
  91. h2.Part1 =Player.Character["Right Arm"]
  92. --SCREENGUIS OUCH
  93. gui = Instance.new("ScreenGui",Player.PlayerGui)
  94. gui.ResetOnSpawn = false
  95. button = Instance.new("TextButton",gui)
  96. button.BackgroundColor3 = Color3.new(35/255, 139/255, 218/255)
  97. button.BorderColor3 = Color3.new(255/255, 255/255, 255/255)
  98. button.BorderSizePixel = 5
  99. button.Position = UDim2.new(0.8, 0,0.6, 0)
  100. button.Size = UDim2.new(0, 100,0, 60)
  101. button.Font = "Arial"
  102. button.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  103. button.TextScaled = true
  104. button.Text = "anime"
  105. button.TextWrapped = true
  106. lu = Instance.new("TextButton",gui)
  107. lu.BackgroundColor3 = Color3.new(35/255, 139/255, 218/255)
  108. lu.BorderColor3 = Color3.new(255/255, 255/255, 255/255)
  109. lu.BorderSizePixel = 5
  110. lu.Position = UDim2.new(0.8, 0,0.5, 0)
  111. lu.Size = UDim2.new(0, 100,0, 60)
  112. lu.Font = "Arial"
  113. lu.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  114. lu.TextScaled = true
  115. lu.Text = "WEEGEE"
  116. lu.TextWrapped = true
  117. lu.MouseButton1Click:connect(function()
  118. event:Fire()
  119. end)
  120. button1 = Instance.new("TextButton",gui)
  121. button1.BackgroundColor3 = Color3.new(35/255, 139/255, 218/255)
  122. button1.BorderColor3 = Color3.new(255/255, 255/255, 255/255)
  123. button1.BorderSizePixel = 5
  124. button1.Position = UDim2.new(0.8, 0,0.7, 0)
  125. button1.Size = UDim2.new(0, 100,0, 60)
  126. button1.Font = "Arial"
  127. button1.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  128. button1.TextScaled = true
  129. button1.Text = "crazy kid"
  130. button1.TextWrapped = true
  131.  
  132. button2 = Instance.new("TextButton",gui)
  133. button2.BackgroundColor3 = Color3.new(35/255, 139/255, 218/255)
  134. button2.BorderColor3 = Color3.new(255/255, 255/255, 255/255)
  135. button2.BorderSizePixel = 5
  136. button2.Position = UDim2.new(0.8, 0,0.8, 0)
  137. button2.Size = UDim2.new(0, 100,0, 60)
  138. button2.Font = "Arial"
  139. button2.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  140. button2.TextScaled = true
  141. button2.Text = "vocaloid anime girl"
  142. button2.TextWrapped = true
  143.  
  144.  
  145.  
  146.  
  147. button.MouseButton1Click:connect(function()
  148. game:GetService("Chat"):Chat(Player.Character.Head,"who loves anime everyone does!","Red")
  149. sound.SoundId = "rbxassetid://1037184075"
  150. sound:Play()
  151. e1.BrickColor = BrickColor.new("Hot pink")
  152. e2.BrickColor = BrickColor.new("Hot pink")
  153. hand1.BrickColor = BrickColor.new("Hot pink")
  154. hand2.BrickColor = BrickColor.new("Hot pink")
  155. boot1.BrickColor = BrickColor.new("Hot pink")
  156. boot2.BrickColor = BrickColor.new("Hot pink")
  157. particle.Texture = "http://www.roblox.com/asset/?id=911491901"
  158. texture = "rbxassetid://2663550038"
  159. print ("2 triggered anime girls")
  160. end)
  161. button1.MouseButton1Click:connect(function()
  162. game:GetService("Chat"):Chat(Player.Character.Head,"I gunna run before i get oofed","Red")
  163. sound.SoundId = "rbxassetid://1386299751"
  164. sound:Play()
  165. hand1.BrickColor = BrickColor.new("Neon orange")
  166. hand2.BrickColor = BrickColor.new("Neon orange")
  167. e1.BrickColor = BrickColor.new("Neon orange")
  168. e2.BrickColor = BrickColor.new("Neon orange")
  169. boot2.BrickColor = BrickColor.new("Neon orange")
  170. boot1.BrickColor = BrickColor.new("Neon orange")
  171. texture = "rbxassetid://711055939"
  172. particle.Texture = "http://www.roblox.com/asset/?id=2538977794"
  173. print(" 3:how much did silvagunner eat spagghetti")
  174. end)
  175. button2.MouseButton1Click:connect(function()
  176.  
  177. game:GetService("Chat"):Chat(Player.Character.Head,"*Screamish high pitch noises*","Red")
  178. sound.SoundId = "rbxassetid://142563912"
  179. sound:Play()
  180. hand2.BrickColor = BrickColor.new("Toothpaste")
  181. hand1.BrickColor = BrickColor.new("Toothpaste")
  182. e1.BrickColor = BrickColor.new("Toothpaste")
  183. e2.BrickColor = BrickColor.new("Toothpaste")
  184. boot1.BrickColor = BrickColor.new("Toothpaste")
  185. boot2.BrickColor = BrickColor.new("Toothpaste")
  186. texture = "rbxassetid://464795722"
  187. particle.Texture = "http://www.roblox.com/asset/?id=73623723"
  188. print ("1:miku's break in nutshell")
  189. end)
  190. --touchevent
  191. function touch(hit)
  192. local d = Instance.new("Decal",hit)
  193. d.Texture = texture
  194. end
  195. --connecting
  196. event.Event:Connect(function()
  197.  
  198. local P = Instance.new("Part")
  199. local mesh = Instance.new("SpecialMesh",P)
  200. local luigiw = Instance.new("Weld",P)
  201. local lauigi = Instance.new("Sound",P)
  202. lauigi.SoundId = "rbxassetid://145038299"
  203. lauigi.Volume = 1
  204. lauigi.Pitch = 1
  205. lauigi.Looped = false
  206. lauigi:Play()
  207. P.Name = "luigi"
  208. luigiw.Part0 = P
  209. luigiw.Part1 = Player.Character["Head"]
  210. P.Size = Vector3.new(2,2,2)
  211. mesh.MeshType = Enum.MeshType.FileMesh
  212. mesh.TextureId = "rbxassetid://1618237897"
  213. mesh.MeshId = "rbxassetid://1618237875"
  214. mesh.Scale = Vector3.new(0.1,0.1,0.1)
  215. mesh.Offset = Vector3.new(0,2,0)
  216. P.Position = Player.Character.Head.Position
  217. P.Parent = Player.Character.Head
  218. local luigi = Player.Character.Head.luigi
  219. luigi.Touched:Connect(function(hit)
  220. local debounce = true
  221. if debounce == true then
  222. debounce = false
  223. luigi.Sound:Play()
  224.  
  225. local luigispit = Instance.new("Part",effect)
  226. luigispit.BrickColor = BrickColor.new("Sage green")
  227. luigispit.Position = hit.Position
  228. luigispit.Size = Vector3.new(2,2,2)
  229. luigispit = "spit"
  230. end
  231. wait(2.5)
  232. debounce = true
  233. end)
  234. end)
  235. hand1.Touched:Connect(touch)
  236. hand2.Touched:Connect(touch)
  237.  
  238.  
  239. local spectrum = Instance.new("Part",Player.Character)
  240. local specw = Instance.new("Weld",spectrum)
  241. local specevent = Instance.new("BindableEvent",script)
  242. spectrum.Size = Vector3.new(1,1,1.5)
  243. specw.Part0 = spectrum
  244. specw.Part1 = Player.Character.Torso
  245. specw.C1 = CFrame.new(0,1.3,-0.2)
  246. spectrum.BrickColor = BrickColor.new("Really red")
  247. spectrum.Material = "Neon"
  248. specevent.Event:Connect(function()
  249. local vol = sound.PlaybackLoudness
  250. spectrum.Size = Vector3.new(1,vol/math.random(30,1000),1)
  251. wait ()
  252. end)
  253. --autoclean effects
  254. effect.ChildAdded:Connect(function()--We dont want lag Here so this autocleans all the childs in this folder
  255. wait ()
  256. effect:ClearAllChildren()
  257. end)
  258. --we always put while true do at end of script so useful code will be fired
  259. while true do
  260. specevent:Fire()--woundering if the spectrum weld will break.
  261. wait ()
  262. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement