TheUnknownDiscord

push

Aug 23rd, 2021 (edited)
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --By Rufus14
  2. --Converted with ttyyuu12345's model to script plugin v4
  3. function sandbox(var,func)
  4.     local env = getfenv(func)
  5.     local newenv = setmetatable({},{
  6.         __index = function(self,k)
  7.             if k=="script" then
  8.                 return var
  9.             else
  10.                 return env[k]
  11.             end
  12.         end,
  13.     })
  14.     setfenv(func,newenv)
  15.     return func
  16. end
  17. cors = {}
  18. super = 0
  19. mas = Instance.new("Model",game:GetService("Lighting"))
  20. Tool0 = Instance.new("Tool")
  21. Part1 = Instance.new("Part")
  22. Weld4 = Instance.new("Weld")
  23. Script5 = Instance.new("Script")
  24. Part6 = Instance.new("Part")
  25. Tool0.Name = "Get out of my way"
  26. Tool0.Parent = mas
  27. Tool0.ToolTip = "MOVE"
  28. Part1.Name = "Handle"
  29. Part1.Parent = Tool0
  30. Part1.CFrame = CFrame.new(0.500000358, 1.5, -2.50001812, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  31. Part1.Position = Vector3.new(0.500000358, 1.5, -2.50001812)
  32. Part1.Color = Color3.new(1, 0.596078, 0.894118)
  33. Part1.Size = Vector3.new(1, 1, 1)
  34. Part1.Transparency = 1
  35. Part1.Massless = true
  36. Part1.BottomSurface = Enum.SurfaceType.Smooth
  37. Part1.BrickColor = BrickColor.new("Crimson")
  38. Part1.TopSurface = Enum.SurfaceType.Smooth
  39. Part1.brickColor = BrickColor.new("Crimson")
  40. Weld4.Parent = Part1
  41. Weld4.Part0 = Part1
  42. Weld4.Part1 = Part6
  43. Weld4.part1 = Part6
  44. local rightarm = Instance.new("Weld", owner.Character.Torso)
  45. rightarm.Part0 = owner.Character.Torso
  46. rightarm.Part1 = owner.Character["Right Arm"]
  47. rightarm.C0 = CFrame.new(1.5, 0.75, 0)
  48. rightarm.C1 = CFrame.new(0,0.7,0)
  49. rightarm.Name = "RightArmWeld"
  50. local Slapped = Instance.new("Sound", owner.character.Head)
  51. Slapped.SoundId = "rbxassetid://3587046205"
  52. Slapped.Volume = 1.5
  53. local SuperSlapped = Instance.new("Sound", owner.character.Head)
  54. SuperSlapped.SoundId = "rbxassetid://1956239759"
  55. SuperSlapped.Volume = 1.5
  56. local Slapmusic = Instance.new("Sound", owner.character.Head)
  57. Slapmusic.SoundId = "rbxassetid://718754019"
  58. Slapmusic.Volume = 1.5
  59. Slapmusic.Looped = true
  60. Slapmusic:Play()
  61. mouse = owner:GetMouse()
  62. Script5.Parent = Tool0
  63. owner.Chatted:connect(function(message)
  64.             if message:sub(1,7) == "!Force " then
  65. super = message:sub(7)
  66. end
  67. end)
  68. table.insert(cors,sandbox(Script5,function()
  69. --By Rufus14
  70. damage = 1e+09
  71. --
  72. tool = script.Parent
  73. handle = tool.Handle
  74. hitbox = tool.hitbox
  75. players = game:GetService("Players")
  76. runservice = game:GetService("RunService")
  77.  
  78. owner = nil
  79. character = nil
  80. playerhum = nil
  81.  
  82. equipped = false
  83. candamage = false
  84.  
  85. function swait(HOWMANY)
  86.     for i = 1,HOWMANY do
  87.         runservice.Stepped:wait()
  88.     end
  89. end
  90.  
  91. function gibbie(where, howlong)
  92.     local gibbieeeee = Instance.new("SpawnLocation", workspace)
  93.     gibbieeeee.Neutral = false
  94.     gibbieeeee:BreakJoints()
  95.     gibbieeeee.Size = Vector3.new(1.4, 1.6, 3.2)
  96.     gibbieeeee.CFrame = where
  97.     local gibyyyyyy = Instance.new("SpecialMesh", gibbieeeee)
  98.     gibyyyyyy.Scale = Vector3.new(0.75+math.random(-10,10)/30, 0.75+math.random(-10,10)/30, 1.5+math.random(-10,10)/30)
  99.     gibyyyyyy.MeshId = "http://www.roblox.com/asset/?id=1290033"
  100.     gibyyyyyy.TextureId = "http://www.roblox.com/asset/?id=1290030"
  101.     gibyyyyyy.VertexColor = Vector3.new(1,0,0)
  102.     game.Debris:AddItem(gibbieeeee, howlong)
  103. end
  104.  
  105. tool.Unequipped:connect(function()
  106.     equipped = false
  107.     rightarm.Enabled = false
  108. Slapmusic:Pause()
  109. end)
  110.  
  111. tool.Equipped:connect(function()
  112.     equipped = true
  113.    rightarm.Enabled = true
  114. Slapmusic:Resume()
  115. end)
  116.  
  117. candamage = false
  118. local tweenService = game:GetService("TweenService")
  119. local timeToFade = 0.25
  120. local object = rightarm
  121. local tweenInfo = TweenInfo.new(timeToFade)
  122. local goal = {}
  123. goal.C0 = CFrame.new(1.5,0.75,0) * CFrame.Angles(2,0,1.25)
  124.  
  125. local tween = tweenService:Create(object, tweenInfo, goal)
  126. local timeToFade2 = 0.25
  127. local object2 = rightarm
  128. local tweenInfo2 = TweenInfo.new(timeToFade2)
  129. local goal2 = {}
  130. goal2.C0 = CFrame.new(1.5,0.75,0) * CFrame.Angles(2,0,-1.25)
  131.  
  132. local tween2 = tweenService:Create(object2, tweenInfo2, goal2)
  133.  
  134. local timeToFade3 = 0.25
  135. local object3 = rightarm
  136. local tweenInfo3 = TweenInfo.new(timeToFade3)
  137. local goal3 = {}
  138. goal3.C0 = CFrame.new(1.5, 0.75, 0) * CFrame.Angles(math.rad(0.1),math.rad(0.1),math.rad(0.1))
  139.  
  140. local tween3 = tweenService:Create(object3, tweenInfo3, goal3)
  141.  
  142. tool.Activated:connect(function()
  143. tween:Play()
  144. wait(0.25)
  145. tween2:Play()
  146. candamage = true
  147. wait(0.25)
  148. tween3:Play()
  149. candamage = false
  150. end)
  151.  
  152. local isyeet = false
  153. function thinghere(part)
  154. if part.Name ~= "Base" and candamage then
  155. if not isyeet then  
  156. isyeet = true
  157. Slapped:Play()
  158. local velocity = Instance.new("BodyVelocity", part)
  159. velocity.Velocity = owner.Character.Head.CFrame.lookVector * math.random(125,150) * super
  160. velocity.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  161. wait(1)
  162. velocity:Destroy()
  163. isyeet = false
  164. end
  165. end
  166. end
  167.  
  168. hitbox.Touched:connect(thinghere)
  169. end))
  170. Part6.Name = "hitbox"
  171. Part6.Parent = Tool0
  172. Part6.CFrame = CFrame.new(0.500000358, 1.5, -2.50001812, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  173. Part6.Position = Vector3.new(0.500000358, 1.5, -2.50001812)
  174. Part6.Color = Color3.new(1, 0.596078, 0.894118)
  175. Part6.Transparency = 1
  176. Part6.Size = Vector3.new(5, 5, 5)
  177. Part6.BottomSurface = Enum.SurfaceType.Smooth
  178. Part6.BrickColor = BrickColor.new("Crimson")
  179. Part6.CanCollide = false
  180. Part6.TopSurface = Enum.SurfaceType.Smooth
  181. Part6.brickColor = BrickColor.new("Crimson")
  182. Part6.Massless = true
  183. for i,v in pairs(mas:GetChildren()) do
  184.     v.Parent = owner.Character
  185.     pcall(function() v:MakeJoints() end)
  186. end
  187. mas:Destroy()
  188. for i,v in pairs(cors) do
  189.     spawn(function()
  190.         pcall(v)
  191.     end)
  192. end
Advertisement
Add Comment
Please, Sign In to add comment