Advertisement
Abejaron23

Untitled

May 24th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.92 KB | None | 0 0
  1. -- This script has convert to FE by who i don't know?
  2.  
  3. -----------------------------------------------------
  4. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  5. local Player,game,owner = owner,game
  6. local RealPlayer = Player
  7. do
  8. print("FE Compatibility code by Mokiros | Showcase by Bacon Hair!")
  9. local rp = RealPlayer
  10. script.Parent = rp.Character
  11.  
  12. --RemoteEvent for communicating
  13. local Event = Instance.new("RemoteEvent")
  14. Event.Name = "UserInput_Event"
  15.  
  16. --Fake event to make stuff like Mouse.KeyDown work
  17. local function fakeEvent()
  18. local t = {_fakeEvent=true,Functions={},Connect=function(self,f)table.insert(self.Functions,f) end}
  19. t.connect = t.Connect
  20. return t
  21. end
  22.  
  23. --Creating fake input objects with fake variables
  24. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  25. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  26. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  27. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  28. end}
  29. --Merged 2 functions into one by checking amount of arguments
  30. CAS.UnbindAction = CAS.BindAction
  31.  
  32. --This function will trigger the events that have been :Connect()'ed
  33. local function te(self,ev,...)
  34. local t = m[ev]
  35. if t and t._fakeEvent then
  36. for _,f in pairs(t.Functions) do
  37. f(...)
  38. end
  39. end
  40. end
  41. m.TrigEvent = te
  42. UIS.TrigEvent = te
  43.  
  44. Event.OnServerEvent:Connect(function(plr,io)
  45. if plr~=rp then return end
  46. m.Target = io.Target
  47. m.Hit = io.Hit
  48. if not io.isMouse then
  49. local b = io.UserInputState == Enum.UserInputState.Begin
  50. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  51. return m:TrigEvent(b and "Button1Down" or "Button1Up")
  52. end
  53. for _,t in pairs(CAS.Actions) do
  54. for _,k in pairs(t.Keys) do
  55. if k==io.KeyCode then
  56. t.Function(t.Name,io.UserInputState,io)
  57. end
  58. end
  59. end
  60. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  61. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  62. end
  63. end)
  64. Event.Parent = NLS([==[
  65. local Player = game:GetService("Players").LocalPlayer
  66. local Event = script:WaitForChild("UserInput_Event")
  67.  
  68. local Mouse = Player:GetMouse()
  69. local UIS = game:GetService("UserInputService")
  70. local input = function(io,a)
  71. if a then return end
  72. --Since InputObject is a client-side instance, we create and pass table instead
  73. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
  74. end
  75. UIS.InputBegan:Connect(input)
  76. UIS.InputEnded:Connect(input)
  77.  
  78. local h,t
  79. --Give the server mouse data 30 times every second, but only if the values changed
  80. --If player is not moving their mouse, client won't fire events
  81. while wait(1/30) do
  82. if h~=Mouse.Hit or t~=Mouse.Target then
  83. h,t=Mouse.Hit,Mouse.Target
  84. Event:FireServer({isMouse=true,Target=t,Hit=h})
  85. end
  86. end]==],Player.Character)
  87.  
  88. ----Sandboxed game object that allows the usage of client-side methods and services
  89. --Real game object
  90. local _rg = game
  91.  
  92. --Metatable for fake service
  93. local fsmt = {
  94. __index = function(self,k)
  95. local s = rawget(self,"_RealService")
  96. if s then return s[k] end
  97. end,
  98. __newindex = function(self,k,v)
  99. local s = rawget(self,"_RealService")
  100. if s then s[k]=v end
  101. end,
  102. __call = function(self,...)
  103. local s = rawget(self,"_RealService")
  104. if s then return s(...) end
  105. end
  106. }
  107. local function FakeService(t,RealService)
  108. t._RealService = typeof(RealService)=="string" and _rg:GetService(RealService) or RealService
  109. return setmetatable(t,fsmt)
  110. end
  111.  
  112. --Fake game object
  113. local g = {
  114. GetService = function(self,s)
  115. return self[s]
  116. end,
  117. Players = FakeService({
  118. LocalPlayer = FakeService({GetMouse=function(self)return m end},Player)
  119. },"Players"),
  120. UserInputService = FakeService(UIS,"UserInputService"),
  121. ContextActionService = FakeService(CAS,"ContextActionService"),
  122. }
  123. rawset(g.Players,"localPlayer",g.Players.LocalPlayer)
  124. g.service = g.GetService
  125.  
  126. g.RunService = FakeService({
  127. RenderStepped = _rg:GetService("RunService").Heartbeat,
  128. BindToRenderStep = function(self,name,_,fun)
  129.  
  130. end,
  131. UnbindFromRenderStep = function(self,name)
  132. self._btrs[name]:Disconnect()
  133. end,
  134. },"RunService")
  135.  
  136. setmetatable(g,{
  137. __index=function(self,s)
  138. return _rg:GetService(s) or typeof(_rg[s])=="function"
  139. and function(_,...)return _rg[s](_rg,...)end or _rg[s]
  140. end,
  141. __newindex = fsmt.__newindex,
  142. __call = fsmt.__call
  143. })
  144. --Changing owner to fake player object to support owner:GetMouse()
  145. game,owner = g,g.Players.LocalPlayer
  146. end
  147.  
  148. math.randomseed(tick())
  149. local pwn = game:service('Players').LocalPlayer
  150. local char = pwn.Character
  151. local pk = pwn.Backpack
  152. local Human = char.Humanoid
  153. local Torso = char.Torso
  154. local Head = char.Head
  155. local LeftArm = char["Left Arm"]
  156. local RightArm = char["Right Arm"]
  157. local LeftLeg = char["Left Leg"]
  158. local RightLeg = char["Right Leg"]
  159. local Neck = char.Torso["Neck"]
  160. local RightShoulder = char.Torso["Right Shoulder"]
  161. local LeftShoulder = char.Torso["Left Shoulder"]
  162. local RightHip = char.Torso["Right Hip"]
  163. local LeftHip = char.Torso["Left Hip"]
  164. local NeckC0 = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  165. local NeckC1 = CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  166. local LeftShoulderC0 = CFrame.new(-1, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  167. local LeftShoulderC1 = CFrame.new(0.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  168. local RightShoulderC0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  169. local RightShoulderC1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  170. local LeftHipC0 = CFrame.new(-1, -1, 0, 0, 0, -1,0,1, 0, 1, 0, 0)
  171. local LeftHipC1 = CFrame.new(-0.5,1,0,0,0,-1,0,1,0,1, 0, 0)
  172. local RightHipC0 = CFrame.new(1,-1,0,0,0,1,0,1,0,-1,0,0)
  173. local RightHipC1 = CFrame.new(0.5,1,0,0,0,1,0,1,0,-1,0,0)
  174. local Tewl = Instance.new("HopperBin",pk)
  175. local Nim = "Time Blast"
  176. local disabled = false
  177. function ChargeWelds()
  178. if Torso.Anchored then
  179. Torso.CFrame = Torso.CFrame * CFrame.new(0,5,0)
  180. else
  181. Torso.Anchored = true
  182. Torso.CFrame = Torso.CFrame * CFrame.new(0,5,0)
  183. end
  184. coroutine.resume(meshInsertion)
  185. TiltX = 2
  186. TiltY = 0
  187. TiltZ = 2
  188. RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(TiltX, TiltY, TiltZ)
  189. LeftShoulder.C0 = LeftShoulderC0 * CFrame.Angles(TiltX, TiltY, TiltZ)
  190. TiltX = 2
  191. TiltY = 0
  192. TiltZ = 2
  193. MoveX = 0
  194. MoveY = 0
  195. MoveZ = 0
  196. RightShoulder.C0 = RightShoulder.C0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  197. LeftShoulder.C0 = LeftShoulder.C0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX,MoveY,MoveZ)
  198. TiltX = 0.3
  199. TiltY = 0
  200. TiltZ = 0.3
  201. MoveX = 0
  202. MoveY = 0
  203. MoveZ = 0
  204. RightHip.C0 = RightHipC0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  205. LeftHip.C0 = LeftHipC0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  206. end
  207. function RefreshWelds()
  208. Neck.C0 = NeckC0
  209. Neck.C1 = NeckC1
  210. RightShoulder.C0 = RightShoulderC0
  211. RightShoulder.C1 = RightShoulderC1
  212. LeftShoulder.C0 = LeftShoulderC0
  213. LeftShoulder.C1 = LeftShoulderC1
  214. RightHip.C0 = RightHipC0
  215. RightHip.C1 = RightHipC1
  216. LeftHip.C0 = LeftHipC0
  217. LeftHip.C1 = LeftHipC1
  218. end
  219. function Welds1()
  220. TiltX = 0
  221. TiltY = 0
  222. TiltZ = 1.57
  223. RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(TiltX, TiltY, TiltZ)
  224. LeftShoulder.C0 = LeftShoulderC0 * CFrame.Angles(TiltX, TiltY, -TiltZ)
  225. TiltX = 0.6
  226. TiltY = 0
  227. TiltZ = 0
  228. MoveX = 0
  229. MoveY = 0
  230. MoveZ = -0.3
  231. RightShoulder.C0 = RightShoulder.C0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  232. LeftShoulder.C0 = LeftShoulder.C0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  233. TiltX = -0.05
  234. TiltY = 0
  235. TiltZ = 0
  236. MoveX = 0
  237. MoveY = 0.1
  238. MoveZ = 0
  239. RightHip.C0 = RightHipC0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  240. LeftHip.C0 = LeftHipC0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  241. end
  242. function Welds2()
  243. TiltX = 100
  244. TiltY = 20
  245. TiltZ = -20
  246. RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(TiltX, TiltY, TiltZ)
  247. LeftShoulder.C0 = LeftShoulderC0 * CFrame.Angles(TiltX, TiltY, TiltZ)
  248. TiltX = 0.6
  249. TiltY = 0
  250. TiltZ = 0
  251. MoveX = 0
  252. MoveY = 0
  253. MoveZ = -0.3
  254. RightShoulder.C0 = RightShoulder.C0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  255. LeftShoulder.C0 = LeftShoulder.C0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  256. TiltX = 0
  257. TiltY = 0
  258. TiltZ = 0
  259. MoveX = 0
  260. MoveY = 0
  261. MoveZ = 0
  262. RightHip.C0 = RightHipC0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  263. LeftHip.C0 = LeftHipC0 * CFrame.Angles(TiltX, TiltY, TiltZ) * CFrame.new(MoveX, MoveY, MoveZ)
  264. end
  265. function onButton1Down(mouse)
  266. if disabled == true then
  267. return
  268. end
  269. Torso.Anchored = true
  270. Human.PlatformStand = true
  271. Human.WalkSpeed = 0
  272. disabled = true
  273. narb = Instance.new("ForceField",char)
  274. noob = narb:clone()
  275. noobz = narb:clone()
  276. nubz = narb:clone()
  277. coroutine.resume(coroutine.create(function()
  278. for x = 1,150 do
  279. Torso.CFrame = Torso.CFrame * CFrame.fromEulerAnglesXYZ(0,math.random(-100,100),0)
  280. wait()
  281. end
  282. end))
  283. chargeup()
  284. local wow = Instance.new("Part",workspace)
  285. wow.Anchored = true
  286. wow.CanCollide = false
  287. wow.Reflectance = 0.32
  288. wow.formFactor = "Custom"
  289. wow.Size = Vector3.new(0.2,0.2,0.2)
  290. wow.TopSurface = "Smooth"
  291. wow.Transparency = 0
  292. wow.BottomSurface = "Smooth"
  293. wow.CFrame = Torso.CFrame
  294. wow.BrickColor = BrickColor.new("Really black")
  295. local Mesh2 = Instance.new("SpecialMesh",wow)
  296. Mesh2.MeshType = "FileMesh"
  297. Mesh2.Scale = Vector3.new(4.5,0.5,4.5)
  298. Mesh2.MeshId = "http://www.roblox.com/asset/?id=20329976"
  299. Mesh2.TextureId = ""
  300. for i = 1,30 do
  301. wow.CFrame = Torso.CFrame * CFrame.new(0,-7.5,0)
  302. wait()
  303. wow.CFrame = wow.CFrame * CFrame.fromEulerAnglesXYZ(0,-6,0)
  304. wow.Transparency = wow.Transparency + 0.1
  305. end
  306. local p = Instance.new("Part",char)
  307. p.Anchored = true
  308. p.CanCollide = false
  309. p.Transparency = 0
  310. p.Reflectance = 0.3
  311. p.formFactor = "Symmetric"
  312. p.Size = Vector3.new(12, 12, 12)
  313. p.TopSurface = "Smooth"
  314. p.BottomSurface = "Smooth"
  315. p.Name = "Sharingan"
  316. p.Shape = "Ball"
  317. p.CFrame = Torso.CFrame
  318. p.BrickColor = BrickColor.new("Lime green")
  319. local lol = Instance.new("Explosion",workspace)
  320. lol.Position = Torso.Position
  321. lol.BlastRadius = 450
  322. lol.BlastPressure = 0
  323. for i = 1,10 do
  324. wait()
  325. p.Size = p.Size + Vector3.new(3,3,3)
  326. p.CFrame = Torso.CFrame
  327. p.Transparency = p.Transparency + 0.1
  328. end
  329. game.Lighting.TimeOfDay = 6
  330. p:remove()
  331. wow:remove()
  332. Welds2()
  333. wait(0.5)
  334. Welds1()
  335. wait(0.5)
  336. RightShoulder.C0 = RightShoulderC0 * CFrame.Angles(0.1, 0, 2)
  337. LeftShoulder.C0 = LeftShoulderC0 * CFrame.Angles(0.1, 0, -2)
  338. wait(1)
  339. for i = 1,20 do
  340. game.Lighting.Ambient = Color3.new(math.random(),math.random(),math.random())
  341. wait()
  342. end
  343. game.Lighting.Ambient = Color3.new(1,1,1)
  344. local model = Instance.new("Model",char)
  345. local fer = Instance.new("Fire",Torso)
  346. fer.Size = 30
  347. fer.Heat = 18
  348. fer.Color = BrickColor.new("Really red").Color
  349. fer.SecondaryColor = BrickColor.new("Really black").Color
  350. local smk = Instance.new("Smoke",Torso)
  351. smk.Opacity = 1
  352. smk.RiseVelocity = 25
  353. smk.Size = 12
  354. smk.Color = BrickColor.new("Really red").Color
  355. local O = Instance.new("Part",model)
  356. O.Anchored = true
  357. O.CanCollide = false
  358. O.Transparency = 0
  359. O.Reflectance = 0.3
  360. O.formFactor = "Symmetric"
  361. O.Size = Vector3.new(0, 0, 0)
  362. O.TopSurface = "Smooth"
  363. O.BottomSurface = "Smooth"
  364. O.Name = "Sharingan"
  365. O.Shape = "Ball"
  366. O.CFrame = Torso.CFrame*CFrame.fromEulerAnglesXYZ(1.5, 0, 0)
  367. O.BrickColor = BrickColor.new("Really red")
  368. local Mesh = Instance.new("SpecialMesh")
  369. Mesh.Parent = O
  370. Mesh.MeshType = "FileMesh"
  371. Mesh.Scale = Vector3.new(1.3, 1.3, 1.3)
  372. Mesh.MeshId = "http://www.roblox.com/asset/?id=3270017"
  373. Mesh.TextureId = ""
  374. local O2 = Instance.new("Part",model)
  375. O2.Anchored = true
  376. O2.CanCollide = false
  377. O2.Transparency = 0
  378. O2.Reflectance = 0.3
  379. O2.formFactor = "Symmetric"
  380. O2.Size = Vector3.new(0, 0, 0)
  381. O2.TopSurface = "Smooth"
  382. O2.BottomSurface = "Smooth"
  383. O2.Name = "Sharingan"
  384. O2.Shape = "Ball"
  385. O2.CFrame = Torso.CFrame
  386. O2.BrickColor = BrickColor.new("Really red")
  387. local Mesh3 = Instance.new("SpecialMesh")
  388. Mesh3.Parent = O2
  389. Mesh3.MeshType = "FileMesh"
  390. Mesh3.Scale = Vector3.new(1, 1, 1)
  391. Mesh3.MeshId = "http://www.roblox.com/asset/?id=3270017"
  392. Mesh3.TextureId = ""
  393. local O3 = Instance.new("Part",model)
  394. O3.Anchored = true
  395. O3.CanCollide = false
  396. O3.Transparency = 0
  397. O3.Reflectance = 0.3
  398. O3.formFactor = "Symmetric"
  399. O3.Size = Vector3.new(0, 0, 0)
  400. O3.TopSurface = "Smooth"
  401. O3.BottomSurface = "Smooth"
  402. O3.Name = "Sharingan"
  403. O3.Shape = "Ball"
  404. O3.CFrame = Torso.CFrame*CFrame.fromEulerAnglesXYZ(1.5, 0, 0)
  405. O3.BrickColor = BrickColor.new("Really red")
  406. local Mesh4 = Instance.new("SpecialMesh")
  407. Mesh4.Parent = O3
  408. Mesh4.MeshType = "FileMesh"
  409. Mesh4.Scale = Vector3.new(1.3, 1.3, 1.3)
  410. Mesh4.MeshId = "http://www.roblox.com/asset/?id=3270017"
  411. Mesh4.TextureId = ""
  412. local O4 = Instance.new("Part",model)
  413. O4.Anchored = true
  414. O4.CanCollide = false
  415. O4.Transparency = 0
  416. O4.Reflectance = 0.3
  417. O4.formFactor = "Symmetric"
  418. O4.Size = Vector3.new(0, 0, 0)
  419. O4.TopSurface = "Smooth"
  420. O4.BottomSurface = "Smooth"
  421. O4.Name = "Sharingan"
  422. O4.Shape = "Ball"
  423. O4.CFrame = Torso.CFrame
  424. O4.BrickColor = BrickColor.new("Really red")
  425. local Mesh5 = Instance.new("SpecialMesh")
  426. Mesh5.Parent = O4
  427. Mesh5.MeshType = "FileMesh"
  428. Mesh5.Scale = Vector3.new(1, 1, 1)
  429. Mesh5.MeshId = "http://www.roblox.com/asset/?id=3270017"
  430. Mesh5.TextureId = ""
  431. local pro = Instance.new("Part",char)
  432. pro.Anchored = true
  433. pro.CanCollide = true
  434. pro.Transparency = 0.2
  435. pro.Reflectance = 0.3
  436. pro.formFactor = "Symmetric"
  437. pro.Size = Vector3.new(1, 1, 1)
  438. pro.TopSurface = "Smooth"
  439. pro.BottomSurface = "Smooth"
  440. pro.Name = "Sharingan"
  441. pro.Shape = "Ball"
  442. pro.BrickColor = BrickColor.new("White")
  443. pro.CFrame = Torso.CFrame
  444. pro.Touched:connect(onTouched)
  445. local lol = Instance.new("Explosion",workspace)
  446. lol.Position = Torso.Position
  447. lol.BlastRadius = 65
  448. lol.BlastPressure = 900000
  449. lol.Hit:connect(explhit)
  450. local Effect = Instance.new("Part",pro)
  451. Effect.Anchored = true
  452. Effect.CanCollide = false
  453. Effect.Size = Vector3.new(1, 1, 1)
  454. Effect.formFactor = "Symmetric"
  455. Effect.Transparency = 0.6
  456. Effect.BrickColor = BrickColor.new("Toothpaste")
  457. Effect.CFrame = Torso.CFrame
  458. Effect.Reflectance = 0.6
  459. Effect.TopSurface = "Smooth"
  460. Effect.BottomSurface = "Smooth"
  461. local EffectMesh = Instance.new("CylinderMesh",Effect)
  462. EffectMesh.Scale = Vector3.new(3, 90000, 3)
  463. local effect = Effect:Clone()
  464. local effectmesh = EffectMesh:Clone()
  465. effect.Parent = pro
  466. effectmesh.Parent = effect
  467. for i = 1,75 do
  468. effect.Reflectance = math.random()
  469. Effect.Reflectance = math.random()
  470. effectmesh.Scale = effectmesh.Scale + Vector3.new(1,0,1)
  471. EffectMesh.Scale = EffectMesh.Scale + Vector3.new(2,0,2)
  472. Mesh.Scale = Mesh.Scale + Vector3.new(3, 3, 3)
  473. Mesh3.Scale = Mesh.Scale
  474. Mesh4.Scale = Mesh.Scale
  475. Mesh5.Scale = Mesh.Scale
  476. O.CFrame = O.CFrame * CFrame.fromEulerAnglesXYZ(6,0,0)
  477. O2.CFrame = O2.CFrame * CFrame.fromEulerAnglesXYZ(0,6,0)
  478. O3.CFrame = O3.CFrame * CFrame.fromEulerAnglesXYZ(0,6,6)
  479. O4.CFrame = O4.CFrame * CFrame.fromEulerAnglesXYZ(6,0,6)
  480. pro.Size = pro.Size + Vector3.new(3,3,3)
  481. pro.CFrame = Torso.CFrame
  482. O.BrickColor = BrickColor.new("Lime green")
  483. O2.BrickColor = BrickColor.new("Lime green")
  484. O3.BrickColor = BrickColor.new("Lime green")
  485. O4.BrickColor = BrickColor.new("Lime green")
  486. pro.BrickColor = BrickColor.new("Really black")
  487. wait()
  488. end
  489. coroutine.resume(core)
  490. for i = 1,10 do
  491. Effect.Reflectance = 0 + 0.1
  492. effect.Reflectance = 0 + 0.1
  493. EffectMesh.Scale = EffectMesh.Scale - Vector3.new(12,30,12)
  494. effectmesh.Scale = effectmesh.Scale - Vector3.new(11,29,11)
  495. O.Transparency = O.Transparency + 0.1
  496. O2.Transparency = O2.Transparency + 0.1
  497. O3.Transparency = O3.Transparency + 0.1
  498. O4.Transparency = O4.Transparency + 0.1
  499. pro.Transparency = p.Transparency + 0.01
  500. wait()
  501. end
  502. Effect:remove()
  503. pro:remove()
  504. fer:remove()
  505. smk:remove()
  506. noob:remove()
  507. noobz:remove()
  508. nubz:remove()
  509. narb:remove()
  510. RefreshWelds()
  511. game.Lighting.TimeOfDay = 14
  512. game.Lighting.Brightness = 0
  513. model:remove()
  514. Human.PlatformStand = false
  515. Torso.Anchored = false
  516. Human.WalkSpeed = 16
  517. wait(10)
  518. disabled = false
  519. end
  520. function lul(mouse)
  521. mouse.Icon = "http://www.roblox.com/asset/?id=41672909"
  522. mouse.Button1Down:connect(onButton1Down)
  523. end
  524. function explhit(drumstep)
  525. for d,s in pairs (drumstep:children()) do
  526. if s.className == "Humanoid" then
  527. s:takeDamage(80)
  528. end
  529. end
  530. end
  531. function chargeup()
  532. Welds1()
  533. wait(0.4)
  534. ChargeWelds()
  535. wait(0.3)
  536. StartCharge()
  537. wait()
  538. MidCharge()
  539. wait(0.5)
  540. EndCharge()
  541. wait(0.4)
  542. end
  543. function EndCharge()
  544. local p = Instance.new("Part",char)
  545. p.Anchored = true
  546. p.CanCollide = false
  547. p.Transparency = 0
  548. p.Reflectance = 0.3
  549. p.formFactor = "Symmetric"
  550. p.Size = Vector3.new(12, 12, 12)
  551. p.TopSurface = "Smooth"
  552. p.BottomSurface = "Smooth"
  553. p.Name = "Sharingan"
  554. p.Shape = "Ball"
  555. p.CFrame = Torso.CFrame
  556. p.BrickColor = BrickColor.new("Really black")
  557. for i = 1,10 do
  558. p.Size = p.Size - Vector3.new(3,3,3)
  559. p.CFrame = Torso.CFrame
  560. wait()
  561. end
  562. p:remove()
  563. end
  564. function MidCharge()
  565. local wow = Instance.new("Part",workspace)
  566. wow.Anchored = true
  567. wow.CanCollide = false
  568. wow.Reflectance = 0.32
  569. wow.formFactor = "Custom"
  570. wow.Size = Vector3.new(12,12,12)
  571. wow.TopSurface = "Smooth"
  572. wow.Transparency = 0.5
  573. wow.BottomSurface = "Smooth"
  574. wow.CFrame = Torso.CFrame * CFrame.new(0,0,0)
  575. wow.BrickColor = BrickColor.new("Really black")
  576. local wow2 = Instance.new("Part",workspace)
  577. wow2.Anchored = true
  578. wow2.CanCollide = false
  579. wow2.Reflectance = 0.32
  580. wow2.formFactor = "Custom"
  581. wow2.Size = Vector3.new(12,12,12)
  582. wow2.TopSurface = "Smooth"
  583. wow2.Transparency = 0.5
  584. wow2.BottomSurface = "Smooth"
  585. wow2.CFrame = Torso.CFrame * CFrame.new(0,0,0)
  586. wow2.BrickColor = BrickColor.new("Lime green")
  587. local wow11 = Instance.new("Part",workspace)
  588. wow11.Anchored = true
  589. wow11.CanCollide = false
  590. wow11.Reflectance = 0.32
  591. wow11.formFactor = "Custom"
  592. wow11.Size = Vector3.new(12,12,12)
  593. wow11.TopSurface = "Smooth"
  594. wow11.Transparency = 0.5
  595. wow11.BottomSurface = "Smooth"
  596. wow11.CFrame = Torso.CFrame * CFrame.new(0,0,0)
  597. wow11.BrickColor = BrickColor.new("Lavender")
  598. local wow4 = Instance.new("Part",workspace)
  599. wow4.Anchored = true
  600. wow4.CanCollide = false
  601. wow4.Reflectance = 0.32
  602. wow4.formFactor = "Custom"
  603. wow4.Size = Vector3.new(12,12,12)
  604. wow4.TopSurface = "Smooth"
  605. wow4.Transparency = 0.5
  606. wow4.BottomSurface = "Smooth"
  607. wow4.CFrame = Torso.CFrame * CFrame.new(0,0,0)
  608. wow4.BrickColor = BrickColor.new("Toothpaste")
  609. local Taco = Instance.new("SelectionBox",wow)
  610. Taco.Visible = true
  611. Taco.Color = BrickColor.new("Lime green")
  612. Taco.Adornee = Taco.Parent
  613. local Tacoz = Taco:clone()
  614. Tacoz.Parent = wow2
  615. Tacoz.Color = BrickColor.new("Really black")
  616. Tacoz.Adornee = Tacoz.Parent
  617. local Taco5 = Tacoz:clone()
  618. Taco5.Parent = wow4
  619. Taco5.Adornee = Taco5.Parent
  620. Taco5.Color = BrickColor.new("Lavender")
  621. local Tacosh = Tacoz:clone()
  622. Tacosh.Parent = wow11
  623. Tacosh.Adornee = Tacosh.Parent
  624. Tacosh.Color = BrickColor.new("Toothpaste")
  625. for i = 1,20 do
  626. wait()
  627. wow11.CFrame = wow11.CFrame * CFrame.fromEulerAnglesXYZ(6,6,6)
  628. wow4.CFrame = wow4.CFrame * CFrame.fromEulerAnglesXYZ(-6,-6,-6)
  629. wow2.CFrame = wow2.CFrame * CFrame.fromEulerAnglesXYZ(-3,2,6)
  630. wow.CFrame = wow.CFrame * CFrame.fromEulerAnglesXYZ(5,1,-6)
  631. end
  632. wow:remove()
  633. wow2:remove()
  634. wow4:remove()
  635. wow11:remove()
  636. end
  637. function StartCharge()
  638. local p = Instance.new("Part",char)
  639. p.Anchored = true
  640. p.CanCollide = false
  641. p.Transparency = 0.6
  642. p.Reflectance = 0.3
  643. p.formFactor = "Symmetric"
  644. p.Size = Vector3.new(3,3,3)
  645. p.TopSurface = "Smooth"
  646. p.BottomSurface = "Smooth"
  647. p.Name = "Sharingan"
  648. p.Shape = "Ball"
  649. p.CFrame = Torso.CFrame
  650. p.BrickColor = BrickColor.new("Really black")
  651. local O = Instance.new("Part",model)
  652. O.Anchored = true
  653. O.CanCollide = false
  654. O.Transparency = 0
  655. O.Reflectance = 0.3
  656. O.formFactor = "Symmetric"
  657. O.Size = Vector3.new(0, 0, 0)
  658. O.TopSurface = "Smooth"
  659. O.BottomSurface = "Smooth"
  660. O.Name = "Sharingan"
  661. O.Shape = "Ball"
  662. O.CFrame = Torso.CFrame
  663. O.BrickColor = BrickColor.new("Lime green")
  664. local Mesh = Instance.new("SpecialMesh")
  665. Mesh.Parent = O
  666. Mesh.MeshType = "FileMesh"
  667. Mesh.Scale = Vector3.new(1.3, 1.3, 1.3)
  668. Mesh.MeshId = "http://www.roblox.com/asset/?id=3270017"
  669. Mesh.TextureId = ""
  670. for i = 1,10 do
  671. p.Size = p.Size + Vector3.new(3,3,3)
  672. p.CFrame = Torso.CFrame
  673. p.Transparency = p.Transparency + 0.1
  674. O.Transparency = O.Transparency + 0.1
  675. Mesh.Scale = Mesh.Scale + Vector3.new(4, 4, 4)
  676. wait()
  677. end
  678. p:remove()
  679. O:remove()
  680. end
  681. function onTouched(Taco)
  682. if Taco.Parent.Name ~= pwn.Name and Taco.Parent.Parent.Name ~= pwn.Name then
  683. if Taco.Parent.className == "Model" or Taco.Parent.Parent.className == "Model" then
  684. for k,f in pairs(Taco.Parent:children()) do
  685. if f.className == "Part" then
  686. f.Anchored = false
  687. coroutine.resume(coroutine.create(function()
  688. f.Velocity = (Head.Position - f.Position).unit * -150
  689. wait(0.4)
  690. f.Veclovity = Vector3.new(0,0,0)
  691. end))
  692. elseif f.className == "ForceField" then
  693. f:remove()
  694. elseif f.className == "Hat" then
  695. f:remove()
  696. end
  697. end
  698. end
  699. end
  700. end
  701. function shock()
  702. local wowz = Instance.new("Part",workspace)
  703. wowz.Anchored = true
  704. wowz.CanCollide = false
  705. wowz.Reflectance = 0.32
  706. wowz.formFactor = "Custom"
  707. wowz.Size = Vector3.new(0.2,0.2,0.2)
  708. wowz.TopSurface = "Smooth"
  709. wowz.Transparency = 0
  710. wowz.BottomSurface = "Smooth"
  711. wowz.CFrame = Torso.CFrame * CFrame.new(0,0,0)
  712. wowz.BrickColor = BrickColor.new("Really black")
  713. local Mesh2 = Instance.new("SpecialMesh",wow)
  714. Mesh2.MeshType = "FileMesh"
  715. Mesh2.Scale = Vector3.new(6,0.5,6)
  716. Mesh2.MeshId = "http://www.roblox.com/asset/?id=20329976"
  717. Mesh2.TextureId = ""
  718. for i = 1,30 do
  719. wowz.CFrame = Torso.CFrame * CFrame.new(0,-2.5,0)
  720. wait()
  721. wowz.CFrame = wow.CFrame * CFrame.fromEulerAnglesXYZ(0,6,0)
  722. wowz.BrickColor = BrickColor.Random()
  723. end
  724. wowz:remove()
  725. end
  726. function spinmesh()
  727. local wowz = Instance.new("Part",char)
  728. wowz.Anchored = true
  729. wowz.CanCollide = false
  730. wowz.Reflectance = 0.32
  731. wowz.Shape = "Ball"
  732. wowz.Transparency = 0
  733. wowz.formFactor = "Custom"
  734. wowz.Size = Vector3.new(9,9,9)
  735. wowz.TopSurface = "Smooth"
  736. wowz.BottomSurface = "Smooth"
  737. wowz.CFrame = Torso.CFrame
  738. wowz.BrickColor = BrickColor.new("Really black")
  739. wait(3)
  740. wowz:remove()
  741. end
  742. meshInsertion = coroutine.create(spinmesh)
  743. core = coroutine.create(shock)
  744. Tewl.Name = Nim
  745. Tewl.Selected:connect(lul)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement