Advertisement
zed_isJayTheLionJR

god

Feb 11th, 2018
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.96 KB | None | 0 0
  1. --By Rufus14 (One of the my best scripts)
  2. sound = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
  3. sound.SoundId = "http://roblox.com/asset?id=280667448"
  4. Instance.new("ForceField", game.Players.LocalPlayer.Character)
  5. mouse = game.Players.LocalPlayer:GetMouse()
  6. function key(key)
  7. key = key:lower()
  8. if key == "q" then
  9. for i = 1,5 do
  10. wait(0.01)
  11. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(0,0,0.35)
  12. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.Angles(0.25,0,0)
  13. plr.HumanoidRootPart.RootJoint.C1 = plr.HumanoidRootPart.RootJoint.C1 * CFrame.Angles(0,0,-0.35)
  14. end
  15. sound:Play()
  16. local hit = Instance.new("Explosion", plr["Right Arm"])
  17. hit.Position = plr["Right Arm"].Position
  18. hit.Visible = false
  19. hit.BlastPressure = 99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
  20. hit.BlastRadius = 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
  21. wait(0.05)
  22. for i = 1,5 do
  23. wait(0.01)
  24. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(0,0,-0.35)
  25. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.Angles(-0.25,0,0)
  26. plr.HumanoidRootPart.RootJoint.C1 = plr.HumanoidRootPart.RootJoint.C1 * CFrame.Angles(0,0,0.35)
  27. end
  28. hit:destroy()
  29. end
  30. if key == "e" then
  31. for i = 1,5 do
  32. wait(0.01)
  33. plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,-0.3)
  34. plr.HumanoidRootPart.RootJoint.C1 = plr.HumanoidRootPart.RootJoint.C1 * CFrame.Angles(0.05,0,0)
  35. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.Angles(0,0,0.06)
  36. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.Angles(0,0,0.06)
  37. sound.PlaybackSpeed = 0.7
  38. end
  39. sound:Play()
  40. local hit1 = Instance.new("Explosion", plr["Right Leg"])
  41. hit1.Position = plr["Right Leg"].Position
  42. hit1.Visible = false
  43. hit1.BlastPressure = 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
  44. hit1.BlastRadius = 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
  45. wait(0.1)
  46. for i = 1,5 do
  47. wait(0.01)
  48. plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,0.3)
  49. plr.HumanoidRootPart.RootJoint.C1 = plr.HumanoidRootPart.RootJoint.C1 * CFrame.Angles(-0.05,0,0)
  50. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.Angles(0,0,-0.06)
  51. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.Angles(0,0,-0.06)
  52. end
  53. sound.PlaybackSpeed = 1
  54. hit1:destory()
  55. end
  56. if key == "r" then
  57. for i = 1,5 do
  58. wait(0.01)
  59. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(0,0,-0.35)
  60. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.Angles(0.25,0,0)
  61. plr.HumanoidRootPart.RootJoint.C1 = plr.HumanoidRootPart.RootJoint.C1 * CFrame.Angles(0,0,0.35)
  62. end
  63. sound:Play()
  64. local hit2 = Instance.new("Explosion", plr["Left Arm"])
  65. hit2.Position = plr["Left Arm"].Position
  66. hit2.Visible = false
  67. hit2.BlastPressure = 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
  68. hit2.BlastRadius = 99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
  69. wait(0.05)
  70. for i = 1,5 do
  71. wait(0.01)
  72. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(0,0,0.35)
  73. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.Angles(-0.25,0,0)
  74. plr.HumanoidRootPart.RootJoint.C1 = plr.HumanoidRootPart.RootJoint.C1 * CFrame.Angles(0,0,-0.35)
  75. end
  76. hit2:destroy()
  77. end
  78. end
  79. mouse.KeyDown:connect(key)
  80. plr = game.Players.LocalPlayer.Character
  81. sound1 = Instance.new("Sound", plr.Head)
  82. sound1.SoundId = "http://www.roblox.com/asset/?id=360202811"
  83. sound1:Play()
  84. sound1.Looped = true
  85. sound1.Volume = 20
  86. plr.HumanoidRootPart.RootJoint.C1 = plr.HumanoidRootPart.RootJoint.C1 * CFrame.Angles(-0.05,0,0)
  87. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.Angles(0.1,0.1,0.1)
  88. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.Angles(0.1,0.1,0.1)
  89. plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,-0.15)
  90. plr.Torso["Left Hip"].C1 = plr.Torso["Left Hip"].C1 * CFrame.Angles(0,0,-0.15)
  91. while true do
  92. wait(0.01)
  93. for i = 1,2 do
  94. wait(0.05)
  95. plr = game.Players.LocalPlayer.Character
  96. plr.Torso["Left Hip"].C1 = plr.Torso["Left Hip"].C1 * CFrame.Angles(0,0,-0.005)
  97. plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,-0.005)
  98. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(-0.005,0,-0.005)
  99. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.new(0,0.01,0)
  100. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.new(0,0.01,0)
  101. end
  102. for i = 1,2 do
  103. wait(0.05)
  104. plr.Torso["Left Hip"].C1 = plr.Torso["Left Hip"].C1 * CFrame.Angles(0,0,-0.005)
  105. plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,-0.005)
  106. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(-0.005,0,-0.005)
  107. plr = game.Players.LocalPlayer.Character
  108. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.new(0,0.02,0)
  109. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.new(0,0.02,0)
  110. end
  111. for i = 1,3 do
  112. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(-0.005,0,-0.005)
  113. wait(0.05)
  114. plr.Torso["Left Hip"].C1 = plr.Torso["Left Hip"].C1 * CFrame.Angles(0,0,-0.005)
  115. plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,-0.005)
  116. plr = game.Players.LocalPlayer.Character
  117. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.new(0,0.025,0)
  118. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.new(0,0.025,0)
  119. end
  120. wait(1)
  121. -------------------------------------------------------------------------------------------------------
  122. for i = 1,3 do
  123. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(0.005,0,0.005)
  124. wait(0.05)
  125. plr.Torso["Left Hip"].C1 = plr.Torso["Left Hip"].C1 * CFrame.Angles(0,0,0.005)
  126. plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,0.005)
  127. plr = game.Players.LocalPlayer.Character
  128. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.new(0,-0.025,0)
  129. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.new(0,-0.025,0)
  130.  
  131. end
  132. for i = 1,2 do
  133. plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,0.005)
  134. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(0.005,0,0.005)
  135. wait(0.05)
  136. plr.Torso["Left Hip"].C1 = plr.Torso["Left Hip"].C1 * CFrame.Angles(0,0,0.005)
  137. plr = game.Players.LocalPlayer.Character
  138. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.new(0,-0.02,0)
  139. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.new(0,-0.02,0)
  140.  
  141. end
  142. for i = 1,2 do
  143. plr.Torso["Right Hip"].C1 = plr.Torso["Right Hip"].C1 * CFrame.Angles(0,0,0.005)
  144. plr.Torso.Neck.C1 = plr.Torso.Neck.C1 * CFrame.Angles(0.005,0,0.005)
  145. wait(0.05)
  146. plr.Torso["Left Hip"].C1 = plr.Torso["Left Hip"].C1 * CFrame.Angles(0,0,0.005)
  147. plr = game.Players.LocalPlayer.Character
  148. plr.Torso["Right Shoulder"].C1 = plr.Torso["Right Shoulder"].C1 * CFrame.new(0,-0.01,0)
  149. plr.Torso["Left Shoulder"].C1 = plr.Torso["Left Shoulder"].C1 * CFrame.new(0,-0.01,0)
  150.  
  151. end
  152. end
  153. plr = game.Players.LocalPlayer
  154. mouse = plr:GetMouse()
  155. part = nil
  156. bp = nil
  157. particles = nil
  158. function clerp(a,b,c,d)
  159. for i = 0,d,.01 do
  160. a.CFrame = CFrame.new(b:lerp(c,i))
  161. wait()
  162. end
  163. end
  164. function slerp(a2,b2,c2,d2)
  165. for i2 = 0,d2,.01 do
  166. a2.CFrame = CFrame.new(b2:lerp(c2,i2))
  167. wait()
  168. end
  169. end
  170. mouse.KeyDown:connect(function(key)
  171. if key == "e" and plr.Character.Parent == workspace then
  172. plr.Character.Parent = workspace.Camera
  173. plr.Character.Archivable = true
  174. Instance.new("ForceField",plr.Character).Visible = false
  175. for y,t in pairs(plr.Character:GetChildren()) do
  176. if t:IsA("Part") and t.Name ~= "HumanoidRootPart" then
  177. t.Transparency = 0
  178. if t.Name == "Head" and t:FindFirstChild("face") then
  179. t.face.Transparency = 0
  180. end
  181. elseif t:IsA("Accessory") and t:FindFirstChild("Handle") then
  182. t.Handle.Transparency = 0
  183. end
  184. end
  185. elseif key == "z" and plr.Character.Parent == workspace.Camera and part == nil then
  186. plr.Character.Torso.CFrame = CFrame.new(Vector3.new(mouse.hit.p.X,mouse.hit.p.Y+1.5,mouse.hit.p.Z),plr.Character.Torso.CFrame.p)
  187. elseif key == "x" and plr.Character.Parent == workspace.Camera and part == nil then
  188. if plr.Character.Torso.Anchored == true then
  189. for y,t in pairs(plr.Character:GetChildren()) do
  190. if t:IsA("Part") then
  191. t.Anchored = false
  192. end
  193. end
  194. else
  195. for y,t in pairs(plr.Character:GetChildren()) do
  196. if t:IsA("Part") then
  197. t.Anchored = true
  198. end
  199. end
  200. end
  201. elseif key == "c" and plr.Character.Parent == workspace.Camera and part ~= nil then
  202. local clone = part:Clone()
  203. clone.Parent = workspace
  204. clone.Anchored = false
  205. clone:ClearAllChildren()
  206. clone.CanCollide = true
  207. bp.Parent = clone
  208. particles.Parent = clone
  209. if part.Parent:FindFirstChildOfClass("Humanoid") then
  210. part.Parent:FindFirstChildOfClass("Humanoid").PlatformStand = false
  211. end
  212. part:Destroy()
  213. part = clone
  214. elseif key == "t" and plr.Character.Parent == workspace.Camera and part == nil then
  215. plr.Character.Parent = workspace
  216. plr.Character.Archivable = false
  217. plr.Character:FindFirstChildOfClass("ForceField"):Remove()
  218. for y,t in pairs(plr.Character:GetChildren()) do
  219. if t:IsA("Part") and t.Name ~= "HumanoidRootPart" then
  220. t.Transparency = 0
  221. if t.Name == "Head" and t:FindFirstChild("face") then
  222. t.face.Transparency = 0
  223. end
  224. elseif t:IsA("Accessory") and t:FindFirstChild("Handle") then
  225. t.Handle.Transparency = 0
  226. end
  227. end
  228. end
  229. end)
  230. mouse.Button1Down:connect(function()
  231. if plr.Character.Parent == workspace.Camera then
  232. if mouse ~= nil then
  233. if mouse.Target ~= nil then
  234. part = mouse.Target
  235. bp = Instance.new("BodyPosition",part)
  236. bp.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
  237. bp.Position = part.Position
  238. particles = Instance.new("ParticleEmitter",part)
  239. particles.Color = ColorSequence.new(Color3.new(0,0,0))
  240. particles.Size = NumberSequence.new(1)
  241. particles.Texture = "rbxassetid://292289455"
  242. particles.VelocitySpread = 360
  243. particles.Speed = NumberRange.new(0)
  244. particles.RotSpeed = NumberRange.new(0)
  245. particles.Rotation = NumberRange.new(0)
  246. particles.Rate = 250
  247. particles.Lifetime = NumberRange.new(.2,.4)
  248. particles.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,1,0),NumberSequenceKeypoint.new(.12,.688,0),NumberSequenceKeypoint.new(.891,.887,0),NumberSequenceKeypoint.new(1,1,0)})
  249. dwn = true
  250. end
  251. end
  252. while dwn == true do
  253. wait()
  254. bp.Position = mouse.hit.p
  255. if part then
  256. if part.Parent:FindFirstChildOfClass("Humanoid") then
  257. part.Parent:FindFirstChildOfClass("Humanoid").PlatformStand = true
  258. end
  259. end
  260. end
  261. end
  262. end)
  263. mouse.Button1Up:connect(function()
  264. dwn = false
  265. if part then if part.Parent:FindFirstChildOfClass("Humanoid") then part.Parent:FindFirstChildOfClass("Humanoid").PlatformStand = false end part = nil end
  266. if bp then bp:Destroy() end
  267. if particles then particles:Destroy() end
  268. end)
  269. base = Instance.new("ScreenGui",plr.PlayerGui)
  270. bbg = Instance.new("BillboardGui",plr.Character.Head)
  271. bbg.Size = UDim2.new(0,200,0,50)
  272. bbg.StudsOffset = Vector3.new(0,3,0)
  273. bbgTl = Instance.new("TextLabel",bbg)
  274. bbgTl.BackgroundTransparency = 0
  275. bbgTl.Size = UDim2.new(10,0,1,0)
  276. bbgTl.Position = UDim2.new(-4.5,0,0,0)
  277. bbgTl.Font = "Code"
  278. bbgTl.Text = " "
  279. bbgTl.TextSize = 50
  280. bbgTl.TextStrokeColor3 = Color3.new(1,1,1)
  281. bbgTl.TextColor3 = Color3.new(0,0,0)
  282. bbgTl.TextStrokeTransparency = 0
  283. bbgTl.TextWrapped = true
  284. plr.Chatted:connect(function(msg)
  285. bbgTl.Text = msg
  286. wait(5)
  287. if bbgTl.Text == msg then
  288. bbgTl.Text = " "
  289. end
  290. end)
  291. touchCounter = 0
  292. while wait() do
  293. if plr.Character.Parent == workspace.Camera then
  294. local c = plr.Character:Clone()
  295. c:MakeJoints()
  296. for y,t in pairs(c:GetChildren()) do
  297. if t:IsA("Part") then
  298. t.CanCollide = false
  299. t.Anchored = true
  300. t.Transparency = .5
  301. t.TopSurface = "Smooth"
  302. t.BottomSurface = "Smooth"
  303. t.RightSurface = "Smooth"
  304. t.LeftSurface = "Smooth"
  305. t.FrontSurface = "Smooth"
  306. t.BackSurface = "Smooth"
  307. t.BrickColor = BrickColor.new("Really Blue")
  308. if t.Name == "Head" and t:FindFirstChild("face") then
  309. t.face:Remove()
  310. elseif t.Name == "Torso" and t:FindFirstChild("roblox") then
  311. t.roblox:Remove()
  312. elseif t.Name == "HumanoidRootPart" then
  313. t:Remove()
  314. end
  315. else
  316. t:Remove()
  317. end
  318. end
  319. c.Parent = workspace
  320. game.Debris:AddItem(c,.05)
  321. end
  322. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement