Advertisement
BobMe

CancerBux

Apr 28th, 2018
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.67 KB | None | 0 0
  1. --Assisted with ttyyuu12345'script plugin
  2. function sandbox(var,func)
  3. local env = getfenv(func)
  4. local newenv = setmetatable({},{
  5. __index = function(self,k)
  6. if k=="script" then
  7. return var
  8. else
  9. return env[k]
  10. end
  11. end,
  12. })
  13. setfenv(func,newenv)
  14. return func
  15. end
  16. cors = {}
  17. mas = Instance.new("Model",game:GetService("Lighting"))
  18. Tool0 = Instance.new("Tool")
  19. Part1 = Instance.new("Part")
  20. SpecialMesh2 = Instance.new("SpecialMesh")
  21. Sound3 = Instance.new("Sound")
  22. Attachment4 = Instance.new("Attachment")
  23. Sound5 = Instance.new("Sound")
  24. Sound6 = Instance.new("Sound")
  25. Sound7 = Instance.new("Sound")
  26. Script8 = Instance.new("Script")
  27. Tool0.Name = "Moneybag"
  28. Tool0.Parent = mas
  29. Tool0.TextureId = "http://www.roblox.com/asset/?id=16659163"
  30. Tool0.GripForward = Vector3.new(1, -0, -0)
  31. Tool0.GripPos = Vector3.new(0, 0.5, 0)
  32. Tool0.GripRight = Vector3.new(0, 0, 1)
  33. Tool0.ToolTip = "Memo1332 Is Addicted to Pink"
  34. Part1.Name = "Handle"
  35. Part1.Parent = Tool0
  36. Part1.BrickColor = BrickColor.new("Mid gray")
  37. Part1.Rotation = Vector3.new(-0.00999999978, -67.0199966, -1.14999998)
  38. Part1.RotVelocity = Vector3.new(1, 1, 1)
  39. Part1.Locked = true
  40. Part1.FormFactor = Enum.FormFactor.Plate
  41. Part1.Size = Vector3.new(1, 0.800000012, 1)
  42. Part1.CFrame = CFrame.new(-0.479725927, 2.97012138, 16.9942741, 0.390313774, 0.00784947537, -0.920648336, -0.0200216677, 0.99979949, 3.60270315e-05, 0.920464158, 0.018418856, 0.390392661)
  43. Part1.BottomSurface = Enum.SurfaceType.Smooth
  44. Part1.TopSurface = Enum.SurfaceType.Smooth
  45. Part1.Color = Color3.new(0.803922, 0.803922, 0.803922)
  46. Part1.Position = Vector3.new(-0.479725927, 2.97012138, 16.9942741)
  47. Part1.Orientation = Vector3.new(0, -67.0199966, -1.14999998)
  48. Part1.Color = Color3.new(0.803922, 0.803922, 0.803922)
  49. SpecialMesh2.Parent = Part1
  50. SpecialMesh2.MeshId = "http://www.roblox.com/asset/?id=16657069"
  51. SpecialMesh2.Scale = Vector3.new(0.5, 0.600000024, 0.5)
  52. SpecialMesh2.TextureId = "http://www.roblox.com/asset/?id=16657057"
  53. SpecialMesh2.VertexColor = Vector3.new(2000, 0, 2000)
  54. SpecialMesh2.MeshType = Enum.MeshType.FileMesh
  55. SpecialMesh2.Scale = Vector3.new(0.5, 0.600000024, 0.5)
  56. Sound3.Name = "MoneySound2"
  57. Sound3.Parent = Part1
  58. Sound3.SoundId = "http://www.roblox.com/asset/?id=16720502"
  59. Sound3.Volume = 1
  60. Attachment4.Name = "RightGripAttachment"
  61. Attachment4.Parent = Part1
  62. Attachment4.Rotation = Vector3.new(0, 90, 0)
  63. Attachment4.CFrame = CFrame.new(0, 0, -0.5, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  64. Attachment4.Position = Vector3.new(0, 0, -0.5)
  65. Attachment4.Axis = Vector3.new(0, 0, -1)
  66. Attachment4.Orientation = Vector3.new(0, 90, 0)
  67. Sound5.Name = "MoneySound3"
  68. Sound5.Parent = Part1
  69. Sound5.SoundId = "http://www.roblox.com/asset/?id=16720508"
  70. Sound5.Volume = 1
  71. Sound6.Name = "MoneySound1"
  72. Sound6.Parent = Part1
  73. Sound6.SoundId = "http://www.roblox.com/asset/?id=16720281"
  74. Sound6.Volume = 1
  75. Sound7.Name = "BestSound"
  76. Sound7.Parent = Part1
  77. Sound7.Pitch = 1.1000000238419
  78. Sound7.SoundId = "rbxassetid://777393771"
  79. Sound7.Volume = 10
  80. Sound7.Looped = true
  81. Script8.Name = "MoneyBagScript"
  82. Script8.Parent = Tool0
  83. table.insert(cors,sandbox(Script8,function()
  84. --Updated for R15 avatars by StarWars
  85. local Tool = script.Parent;
  86. debris = game:GetService("Debris")
  87.  
  88. enabled = true
  89.  
  90. local sounds = {Tool.Handle.MoneySound1, Tool.Handle.MoneySound2, Tool.Handle.MoneySound3}
  91. local buck = nil
  92.  
  93.  
  94. buck = Instance.new("Part")
  95. buck.formFactor = 2
  96. buck.Size = Vector3.new(2,.4,1)
  97. buck.BrickColor = BrickColor.new(28)
  98. buck.TopSurface = 0
  99. buck.BottomSurface = 0
  100. buck.Elasticity = .01
  101.  
  102. local d = Instance.new("Decal")
  103. d.Face = 4
  104. d.Texture = "http://www.roblox.com/asset/?id=16658163"
  105. d.Parent = buck
  106.  
  107. local d2 = d:Clone()
  108. d2.Face = 1
  109. d2.Parent = buck
  110.  
  111. function isTurbo(character)
  112. return character:FindFirstChild("Monopoly") ~= nil
  113. end
  114.  
  115. function MakeABuck(pos)
  116.  
  117. local limit = 200
  118. if (isTurbo(Tool.Parent) == true) then
  119. limit = 20000 -- LOL!
  120. end
  121.  
  122. for i=1,limit do
  123.  
  124. local b = buck:Clone()
  125. local v = Vector3.new(math.random(-50,50) - .5, math.random(-50,50) - .5, math.random(-50,50) - .5).unit
  126. b.CFrame = CFrame.new(pos + (v * 50) + Vector3.new(0,20,0), v)
  127. b.Parent = game.Workspace
  128. end
  129.  
  130. end
  131.  
  132. function onActivated()
  133. if not enabled then
  134. return
  135. end
  136.  
  137. enabled = false
  138.  
  139. local char = Tool.Parent
  140.  
  141. sounds[math.random(3)]:Play()
  142.  
  143. MakeABuck(Tool.Handle.Position)
  144.  
  145. local Torso = char:FindFirstChild("Torso") or char:FindFirstChild("UpperTorso")
  146. local RightArm = char:FindFirstChild("Right Arm") or char:FindFirstChild("RightUpperArm")
  147. local RightShoulder = Torso:FindFirstChild("Right Shoulder") or RightArm:FindFirstChild("RightShoulder")
  148.  
  149. RightShoulder.MaxVelocity = 0.5
  150. RightShoulder.DesiredAngle = 3
  151. wait(.01)
  152. RightShoulder.MaxVelocity = 0.5
  153. RightShoulder.DesiredAngle = 3
  154. wait(.01)
  155. RightShoulder.MaxVelocity = 0.5
  156. RightShoulder.DesiredAngle = 3
  157. wait(.01)
  158. RightShoulder.MaxVelocity = 0.5
  159. RightShoulder.DesiredAngle = 3
  160. wait(.01)
  161.  
  162.  
  163. RightShoulder.MaxVelocity = 1
  164.  
  165. --[[
  166. Tool.GripForward = Vector3.new(0,-1,0)
  167. Tool.GripPos = Vector3.new(0,0,2)
  168. Tool.GripRight = Vector3.new(1,0,0)
  169. Tool.GripUp = Vector3.new(0,0,-1)
  170. ]]--
  171. enabled = true
  172.  
  173. end
  174.  
  175.  
  176.  
  177. script.Parent.Activated:connect(onActivated)
  178.  
  179.  
  180. end))
  181. for i,v in pairs(mas:GetChildren()) do
  182. v.Parent = game:GetService("Players").LocalPlayer.Backpack
  183. pcall(function() v:MakeJoints() end)
  184. end
  185. mas:Destroy()
  186. for i,v in pairs(cors) do
  187. spawn(function()
  188. pcall(v)
  189. end)
  190. end
  191.  
  192. plr = game.Players.LocalPlayer
  193. cha = plr.Character
  194. Sound0 = Instance.new("Sound",cha.Head)
  195. Sound0.Name = "BestSound"
  196. Sound0.Parent = Part1
  197. Sound0.Pitch = 1.1
  198. Sound0.SoundId = "rbxassetid://777393771"
  199. Sound0.Volume = 10
  200. Sound0.Looped = true
  201. Sound0:Play()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement