Advertisement
ManlyMemeScripter

Test

Oct 30th, 2019
564
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.73 KB | None | 0 0
  1.  
  2.  
  3.  
  4. Player = game:GetService("Players").LocalPlayer
  5. Character = Player.Character
  6. PlayerGui = Player.PlayerGui
  7. Backpack = Player.Backpack
  8. Torso = Character.Torso
  9. Head = Character.Head
  10. LeftArm = Character["Left Arm"]
  11. LeftLeg = Character["Left Leg"]
  12. RightArm = Character["Right Arm"]
  13. RightLeg = Character["Right Leg"]
  14. LS = Torso["Left Shoulder"]
  15. LH = Torso["Left Hip"]
  16. RS = Torso["Right Shoulder"]
  17. RH = Torso["Right Hip"]
  18.  
  19. if (script.Parent.className ~= "HopperBin") then
  20. Tool = Instance.new("HopperBin")
  21. Tool.Parent = Backpack
  22. Tool.Name = "Painis"
  23. script.Parent = Tool
  24. end
  25. Bin = script.Parent
  26.  
  27. so = function(id,par,vol,pit)
  28. coroutine.resume(coroutine.create(function()
  29. local sou = Instance.new("Sound",par or workspace)
  30. sou.Volume=vol
  31. sou.Pitch=pit or 1
  32. sou.SoundId=id
  33. wait()
  34. sou:play()
  35. wait(6)
  36. sou:Remove()
  37. end))
  38. end
  39.  
  40. function ob1d(mouse)
  41. size=0.5
  42. mode=1
  43. color=BrickColor.new(Color3.new(math.random(),math.random(),math.random()))
  44. mo=Instance.new("Model")
  45. mo.Name="EEEEUGH HA HA HAAAAA"
  46. mo.Parent=workspace
  47. game.Debris:AddItem(mo,10)
  48. p=Instance.new("Seat")
  49. p.Name="Torso"
  50. p.Size=Vector3.new(14,50,14)*size
  51. p.BrickColor=color
  52. m=Instance.new("SpecialMesh")
  53. m.Parent=p
  54. p.Name="Torso"
  55. p.Parent=mo
  56. p=Instance.new("Seat")
  57. p.Shape="Ball"
  58. p.Size=Vector3.new(24,24,24)*size
  59. p.BrickColor=color
  60. p.Name="Legball"
  61. for i=1, 10 do
  62. lol=Instance.new("Seat")
  63. lol.BrickColor=BrickColor:Black()
  64. lol.Name="SEE?"
  65. lol.Parent=mo
  66. lol.Size=Vector3.new(1,math.random(30,40),1) *size
  67. w=Instance.new("Weld")
  68. w.Part0=p
  69. w.Part1=lol
  70. w.C0=CFrame.new(0,0,0)*CFrame.fromEulerAnglesXYZ(math.random(-10,10),math.random(-10,10),math.random(-10,10))
  71. w.Parent=w.Part0
  72. end
  73. p.Parent=mo
  74. w=Instance.new("Weld")
  75. w.Part0=mo.Torso
  76. w.Part1=p
  77. w.C0=CFrame.new(16*(size/2),-48*(size/2),0)
  78. w.Parent=w.Part0
  79. p=Instance.new("Seat")
  80. p.Shape="Ball"
  81. p.Size=Vector3.new(24,24,24)*size
  82. p.BrickColor=color
  83. p.Name="Legball"
  84. for i=1, 10 do
  85. lol=Instance.new("Seat")
  86. lol.BrickColor=BrickColor:Black()
  87. lol.Name="SEE?"
  88. lol.Parent=mo
  89. lol.Size=Vector3.new(1,math.random(30,40),1) *size
  90. w=Instance.new("Weld")
  91. w.Part0=p
  92. w.Part1=lol
  93. w.C0=CFrame.new(0,0,0)*CFrame.fromEulerAnglesXYZ(math.random(-10,10),math.random(-10,10),math.random(-10,10))
  94. w.Parent=w.Part0
  95. end
  96. p.Parent=mo
  97. w=Instance.new("Weld")
  98. w.Part0=mo.Torso
  99. w.Part1=p
  100. w.C0=CFrame.new(-16*(size/2),-48*(size/2),0)
  101. w.Parent=w.Part0
  102. p=Instance.new("Seat")
  103. p.Shape="Ball"
  104. p.Size=Vector3.new(21,15,21)*size
  105. p.BrickColor=color
  106. p.Name="Legball"
  107. for i=1, 10 do
  108. lol=Instance.new("Seat")
  109. lol.BrickColor=BrickColor:Black()
  110. lol.Name="SEE?"
  111. lol.Parent=mo
  112. lol.Size=Vector3.new(1,math.random(30,40),1) *size
  113. w=Instance.new("Weld")
  114. w.Part0=p
  115. w.Part1=lol
  116. w.C0=CFrame.new(0,0,0)*CFrame.fromEulerAnglesXYZ(math.random(-10,10),math.random(-10,10),math.random(-10,10))
  117. w.Parent=w.Part0
  118. end
  119. p.Parent=mo
  120. w=Instance.new("Weld")
  121. w.Part0=mo.Torso
  122. w.Part1=p
  123. w.C0=CFrame.new(0,60*(size/2),0)
  124. m=Instance.new("SpecialMesh")
  125. m.Parent=p
  126. p.Name="Head"
  127. w.Parent=w.Part0
  128. s=Instance.new("Sound")
  129. s.Parent=mo.Torso
  130. s.Volume=100
  131. s.Pitch=1
  132. s.SoundId="http://www.roblox.com/asset/?id=149779810"
  133. s.Looped=true
  134. s:play()
  135. coroutine.resume(coroutine.create(function(Part)
  136. while Part.Parent~=nil do
  137. wait(math.random())
  138. --[[derp=math.random(1,11)
  139. if derp==1 then
  140. so("http://www.roblox.com/asset/?id=151172618",Part,100,math.random(0,2)+math.random()) --PINGAS
  141. elseif derp==2 then
  142. so("http://www.roblox.com/asset/?id=148636758",Part,100,math.random(0,2)+math.random()) --POOTIS
  143. elseif derp==3 then
  144. so("http://www.roblox.com/asset/?id=132026302",Part,100,math.random(0,2)+math.random()) --MEEM
  145. elseif derp==4 then
  146. so("http://www.roblox.com/asset/?id=131228548",Part,100,math.random(0,2)+math.random()) --GET OVER HERE
  147. elseif derp==5 then
  148. so("http://www.roblox.com/asset/?id=131554451",Part,100,math.random(0,2)+math.random()) --DED
  149. elseif derp==6 then
  150. so("http://www.roblox.com/asset/?id=130818264",Part,0.5,math.random(0,2)+math.random()) --ALL TOASTERS
  151. elseif derp==7 then
  152. so("http://www.roblox.com/asset/?id=131313234",Part,100,math.random(0,2)+math.random()) --BOOM HEDSHOT
  153. elseif derp==8 then
  154. so("http://www.roblox.com/asset/?id=130770819",Part,100,math.random(0,2)+math.random()) --I SELL PROPANE
  155. elseif derp==9 then
  156. so("http://www.roblox.com/asset/?id=130776108",Part,100,math.random(0,2)+math.random()) --OM NOM NOM
  157. elseif derp==10 then
  158. so("http://www.roblox.com/asset/?id=130768126",Part,100,math.random(0,2)+math.random()) --DRINK YO PRUNE JUICE
  159. elseif derp==11 then
  160. so("http://www.roblox.com/asset/?id=130815729",Part,100,math.random(0,2)+math.random()) --NOPE.AVI
  161. end]]
  162. so("http://www.roblox.com/asset/?id=148636758",Part,100,1) --GOTTA GO FAST
  163. end
  164. end),mo.Torso)
  165. --[[mo:MoveTo(Vector3.new(math.random(-300,300),60,math.random(-300,300)))
  166. mo.Torso.CFrame=mo.Torso.CFrame*CFrame.fromEulerAnglesXYZ(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  167. ]]
  168. --mo:MoveTo(Vector3.new(0,60,0))
  169. mo.Torso.CFrame=mo.Torso.CFrame*Torso.CFrame*CFrame.new(0,0,-50*size)*CFrame.fromEulerAnglesXYZ(-1.57,0,0)
  170. mo.Torso.Velocity=mouse.Hit.lookVector * 400
  171. coroutine.resume(coroutine.create(function(Part)
  172. while true do
  173. wait(math.random(0,1)+math.random())
  174. Part.RotVelocity=Vector3.new(math.random(-40,40),math.random(-40,40),math.random(-40,40))
  175. --Part.RotVelocity=Vector3.new(math.random(-5,5),math.random(-5,5),math.random(-5,5))
  176. end
  177. end),mo.Torso)
  178. end
  179.  
  180. function ob1u(mouse)
  181. end
  182.  
  183. buttonhold = false
  184.  
  185. function key(key,mouse)
  186. end
  187.  
  188. function key2(key,mouse)
  189. end
  190.  
  191. function s(mouse)
  192. mouse.Button1Down:connect(function() ob1d(mouse) end)
  193. mouse.Button1Up:connect(function() ob1u(mouse) end)
  194. mouse.KeyDown:connect(key)
  195. mouse.KeyUp:connect(key2)
  196. end
  197.  
  198. function ds(mouse)
  199. end
  200.  
  201. Bin.Selected:connect(s)
  202. Bin.Deselected:connect(ds)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement