Advertisement
tripono

Untitled

Oct 18th, 2015
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.90 KB | None | 0 0
  1. --Clipper forged by the Heavens.
  2. --Whats the point of making this. It's already leaked in Pastebin. So I'm making it FREE.
  3. plyr = game.Players.LocalPlayer
  4. char = plyr.Character
  5. torso = char.Torso
  6. mouse = plyr:GetMouse()
  7. local noclip = false
  8. local booster = false
  9. local platform = false
  10. local fly = false
  11. local laserenabled = false
  12. local bombdebounce = false
  13. local normalwalk = char.Humanoid.WalkSpeed
  14. local debounce = false
  15. local debounce2 = false
  16. local debouncesk = false
  17. local debounce3 = false
  18. local platform2 = false
  19. local debounce125 = false
  20. local splashdebounce = false
  21. local equippedarm = false
  22. local teleport = false
  23. local removeplayer = false
  24. local lake = false
  25. local trail2 = true
  26. local hidden = false -- put to true for hidden s-hutd-own for all
  27. local ra = char["Right Arm"]
  28. local rs = torso["Right Shoulder"]
  29. pcall(function() torso.Derppos:remove() end)
  30. local bp = Instance.new("BodyPosition", torso)
  31. local RunService = game:GetService("RunService")
  32. local not_equipped = true --REVERSE!!!
  33. bp.maxForce = Vector3.new(0, 0, 0)
  34. bp.Name = "Derppos"
  35. bp.position = torso.Position
  36. local damage = HOLD_DAMAGE
  37. local HOLD_DAMAGE = 0
  38. local IDLE_DAMAGE = 0.4
  39. local SLASH_DAMAGE = 6
  40. local ROTATE_DAMAGE = 77
  41. local KILLER_DAMAGE = false
  42.  
  43. blacklist = {}
  44.  
  45. hndl = Instance.new("Part", char)
  46. hndl.FormFactor = "Custom"
  47. hndl.CFrame = torso.CFrame
  48. hndl.BottomSurface = 0
  49. hndl.Locked = true
  50. hndl.TopSurface = 0
  51. hndl.Size = Vector3.new(.2,4.1,.2)
  52. hndl.BrickColor = BrickColor.Blue()
  53. hndl.CanCollide = false
  54.  
  55. hndl2 = Instance.new("Part", char)
  56. hndl2.FormFactor = "Custom"
  57. hndl2.CFrame = torso.CFrame
  58. hndl2.BottomSurface = 0
  59. hndl2.Locked = true
  60. hndl2.TopSurface = 0
  61. hndl2.Size = Vector3.new(.4,.2,.21)
  62. hndl2.BrickColor = BrickColor.Yellow()
  63. hndl2.CanCollide = false
  64.  
  65. hndl3 = Instance.new("Part", char)
  66. hndl3.FormFactor = "Custom"
  67. hndl3.CFrame = torso.CFrame
  68. hndl3.BottomSurface = 0
  69. hndl3.TopSurface = 0
  70. hndl3.Locked = true
  71. hndl3.Size = Vector3.new(.4,.2,.21)
  72. hndl3.BrickColor = BrickColor.Yellow()
  73. hndl3.CanCollide = false
  74.  
  75. hndl4 = Instance.new("Part", char)
  76. hndl4.FormFactor = "Custom"
  77. hndl4.CFrame = torso.CFrame
  78. hndl4.BottomSurface = 0
  79. hndl4.TopSurface = 0
  80. hndl4.Locked = true
  81. hndl4.Size = Vector3.new(.21,1,.21)
  82. hndl4.BrickColor = BrickColor.White()
  83. hndl4.CanCollide = false
  84.  
  85. hndl5 = Instance.new("Part", char)
  86. hndl5.FormFactor = "Custom"
  87. hndl5.CFrame = torso.CFrame
  88. hndl5.BottomSurface = 0
  89. hndl5.Locked = true
  90. hndl5.TopSurface = 0
  91. hndl5.Size = Vector3.new(.2,.21,.2)
  92. hndl5.BrickColor = BrickColor.Blue()
  93. hndl5.CanCollide = false
  94.  
  95.  
  96.  
  97.  
  98. function trail(obj) -- wroten by kert109
  99. local lastPos = obj.CFrame.p
  100. coroutine.wrap(function()
  101. while obj ~= nil do
  102. RunService.Stepped:wait()
  103. local objC = obj:Clone()
  104. objC.Parent = obj.Parent -- EPIC FAILURE> xD LOL
  105. objC.Anchored = true
  106. local distance = (lastPos- obj.CFrame.p).magnitude
  107. objC.Size = Vector3.new(.4,.4,distance)
  108. objC.CFrame = CFrame.new(lastPos,obj.Position)*CFrame.new(0,0,-distance/2)
  109. coroutine.wrap(function()
  110. for i = 0,1,.1 do
  111. wait(.1)
  112. objC.Transparency = i
  113. end
  114. objC:Destroy() -- Easiest way without tables. :D
  115. end)()
  116. lastPos = obj.CFrame.p
  117. end
  118. end)() -- This
  119. end
  120.  
  121.  
  122.  
  123.  
  124. bLight = Instance.new("Part", char)
  125. bLight.FormFactor = "Custom"
  126. bLight.Size = Vector3.new(0.4, 0.4, 0.4)
  127. bLight.Locked = true
  128. bLight.Position = torso.Position
  129. bLight.BottomSurface = 0
  130. bLight.TopSurface = 0
  131. bLight.BrickColor = BrickColor.new("Cyan")
  132. bLight.CanCollide = false
  133.  
  134.  
  135.  
  136. bLight2 = Instance.new("Part", char)
  137. bLight2.FormFactor = "Custom"
  138. bLight2.Size = Vector3.new(0.6, 0.6, 0.6)
  139. bLight2.Locked = true
  140. bLight2.Position = torso.Position
  141. bLight2.BottomSurface = 0
  142. bLight2.TopSurface = 0
  143. bLight2.BrickColor = BrickColor.new("Cyan")
  144. bLight2.CanCollide = false
  145.  
  146. bWeld = Instance.new("Weld", char)
  147. bWeld.Part0 = bLight
  148. bWeld.Part1 = bLight2
  149.  
  150.  
  151.  
  152.  
  153. bp5 = Instance.new("BodyPosition", bLight)
  154. coroutine.resume(coroutine.create(function()
  155. while wait() do
  156. for i = 0.3, 1, 0.01 do
  157. bLight2.Transparency = i
  158. wait()
  159. end
  160. for i = 1, 0.3, -0.01 do
  161. bLight2.Transparency = i
  162. wait()
  163. end
  164. end
  165. end))
  166.  
  167. pointL = Instance.new("PointLight", bLight)
  168. pointL.Color = Color3.new(0, 255/255, 255/255)
  169. pointL.Range = 8
  170.  
  171.  
  172. pointL = Instance.new("PointLight", bLight2)
  173. pointL.Color = Color3.new(0, 255/255, 255/255)
  174. pointL.Range = 8
  175.  
  176. trail(bLight)
  177.  
  178. torsop = Instance.new("Part", char)
  179. torsop.FormFactor = "Custom"
  180. torsop.CFrame = torso.CFrame
  181. torsop.Locked = true
  182. torsop.Size = torso.Size
  183. torsop.CanCollide = false
  184. torsop.BrickColor = BrickColor.Blue()
  185.  
  186.  
  187. trsp2 = Instance.new("Part", char)
  188. trsp2.FormFactor = "Custom"
  189. trsp2.CFrame = torso.CFrame
  190. trsp2.Locked = true
  191. trsp2.Size = torso.Size
  192. trsp2.CanCollide = false
  193. trsp2.BrickColor = BrickColor.Blue()
  194.  
  195.  
  196. trsp3 = Instance.new("Part", char)
  197. trsp3.FormFactor = "Custom"
  198. trsp3.CFrame = torso.CFrame
  199. trsp3.Locked = true
  200. trsp3.Size = torso.Size
  201. trsp3.CanCollide = false
  202. trsp3.BrickColor = BrickColor.Blue()
  203.  
  204.  
  205. headp = Instance.new("Part", char)
  206. headp.FormFactor = "Custom"
  207. headp.CFrame = torso.CFrame
  208. headp.Locked = true
  209. headp.Size = char.Head.Size
  210. headp.CanCollide = false
  211. headp.BrickColor = BrickColor.Blue()
  212.  
  213.  
  214. mesh1 = Instance.new("SpecialMesh", torsop)
  215. mesh1.MeshType = "FileMesh"
  216. mesh1.Scale = Vector3.new(1.5, 1.5, 7)
  217. mesh1.MeshId = "http://www.roblox.com/asset/?id=3270017"
  218.  
  219.  
  220. mesh2 = Instance.new("SpecialMesh", headp)
  221. mesh2.MeshType = "FileMesh"
  222. mesh2.Scale = Vector3.new(1, 1, 1)
  223. mesh2.MeshId = "http://www.roblox.com/asset/?id=1078075"
  224.  
  225.  
  226. mesh3 = Instance.new("SpecialMesh", trsp2)
  227. mesh3.MeshType = "FileMesh"
  228. mesh3.Scale = Vector3.new(1, 1, 0)
  229. mesh3.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  230.  
  231.  
  232. mesh4 = Instance.new("SpecialMesh", trsp3)
  233. mesh4.MeshType = "FileMesh"
  234. mesh4.Scale = Vector3.new(1, 1, 0)
  235. mesh4.MeshId = "http://www.roblox.com/Asset/?id=9756362"
  236.  
  237. mesh5 = Instance.new("BlockMesh", hndl5)
  238. mesh5.Scale = Vector3.new(.7, .7, .99)
  239.  
  240. weld1 = Instance.new("Weld", char)
  241. weld1.C0 = CFrame.new(0, 0, 0)
  242. weld1.Part0 = torsop
  243. weld1.Part1 = torso
  244.  
  245.  
  246. weld2 = Instance.new("Weld", char)
  247. weld2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0)
  248. weld2.Part0 = headp
  249. weld2.Part1 = torso
  250.  
  251.  
  252. weldt = Instance.new("Weld", char)
  253. weldt.C0 = CFrame.new(0, 0, 0.51)
  254. weldt.Part0 = trsp2
  255. weldt.Part1 = torso
  256.  
  257.  
  258. weldt2 = Instance.new("Weld", char)
  259. weldt2.C0 = CFrame.new(0, 0, -0.51)
  260. weldt2.Part0 = trsp3
  261. weldt2.Part1 = torso
  262.  
  263.  
  264. sound2 = Instance.new("Sound", char.Head)
  265. sound2.SoundId = "http://www.roblox.com/asset/?id=13775494"
  266. sound2.Volume = 1
  267.  
  268.  
  269. for _,v in pairs(char:children()) do
  270. pcall(function()
  271. if v.className == "Hat" then
  272. v:remove()
  273. end
  274. end)
  275. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement