Advertisement
Mista_Ligma

shego

Jan 29th, 2019
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.47 KB | None | 0 0
  1. --[[
  2. ______ __ __ ____ __ ______
  3. / _/ _/ / \/ \ / __/___ __ _______/ /_ / / /
  4. / // / / /\/ /\ \ __/ /_/ __ \/ / / / ___/ __ \ / // /
  5. / // / / / /_/ \ \/_ __/ /_/ / /_/ / / / /_/ / / // /
  6. / // / /_/ \_\/_/ \____/\__,_/_/ /_.___/ _/ // /
  7. /__/__/ /__/__/
  8.  
  9. --]]
  10. --https://github.com/Mokiros/roblox-FE-compatibility
  11. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  12. local Player,Mouse,mouse,UserInputService,ContextActionService = owner
  13. local RealPlayer = Player
  14. do print("FE Compatibility code by Mokiros")local a=RealPlayer;script.Parent=a.Character;local b=Instance.new("RemoteEvent")b.Name="UserInput_Event"local function c()local d={_fakeEvent=true,Functions={},Connect=function(self,e)table.insert(self.Functions,e)end}d.connect=d.Connect;return d end;local f={Target=nil,Hit=CFrame.new(),KeyUp=c(),KeyDown=c(),Button1Up=c(),Button1Down=c(),Button2Up=c(),Button2Down=c()}local g={InputBegan=c(),InputEnded=c()}local CAS={Actions={},BindAction=function(self,h,i,j,...)CAS.Actions[h]=i and{Name=h,Function=i,Keys={...}}or nil end}CAS.UnbindAction=CAS.BindAction;local function k(self,l,...)local d=f[l]if d and d._fakeEvent then for m,e in pairs(d.Functions)do e(...)end end end;f.TrigEvent=k;g.TrigEvent=k;b.OnServerEvent:Connect(function(n,o)if n~=a then return end;f.Target=o.Target;f.Hit=o.Hit;if not o.isMouse then local p=o.UserInputState==Enum.UserInputState.Begin;if o.UserInputType==Enum.UserInputType.MouseButton1 then return f:TrigEvent(p and"Button1Down"or"Button1Up")end;if o.UserInputType==Enum.UserInputType.MouseButton2 then return f:TrigEvent(p and"Button2Down"or"Button2Up")end;for m,d in pairs(CAS.Actions)do for m,q in pairs(d.Keys)do if q==o.KeyCode then d.Function(d.Name,o.UserInputState,o)end end end;f:TrigEvent(p and"KeyDown"or"KeyUp",o.KeyCode.Name:lower())g:TrigEvent(p and"InputBegan"or"InputEnded",o,false)end end)b.Parent=NLS([==[local a=game:GetService("Players").LocalPlayer;local b=script:WaitForChild("UserInput_Event")local c=a:GetMouse()local d=game:GetService("UserInputService")local e=function(f,g)if g then return end;b:FireServer({KeyCode=f.KeyCode,UserInputType=f.UserInputType,UserInputState=f.UserInputState,Hit=c.Hit,Target=c.Target})end;d.InputBegan:Connect(e)d.InputEnded:Connect(e)local h,i;while wait(1/30)do if h~=c.Hit or i~=c.Target then h,i=c.Hit,c.Target;b:FireServer({isMouse=true,Target=i,Hit=h})end end]==],Player.Character)local r=game;local s={__index=function(self,q)local t=rawget(self,"_RealService")if t then return typeof(t[q])=="function"and function(m,...)return t[q](t,...)end or t[q]end end,__newindex=function(self,q,u)local t=rawget(self,"_RealService")if t then t[q]=u end end}local function v(d,w)d._RealService=typeof(w)=="string"and r:GetService(w)or w;return setmetatable(d,s)end;local x={GetService=function(self,t)return rawget(self,t)or r:GetService(t)end,Players=v({LocalPlayer=v({GetMouse=function(self)return f end},Player)},"Players"),UserInputService=v(g,"UserInputService"),ContextActionService=v(CAS,"ContextActionService"),RunService=v({_btrs={},RenderStepped=r:GetService("RunService").Heartbeat,BindToRenderStep=function(self,h,m,i)self._btrs[h]=self.Heartbeat:Connect(i)end,UnbindFromRenderStep=function(self,h)self._btrs[h]:Disconnect()end},"RunService")}rawset(x.Players,"localPlayer",x.Players.LocalPlayer)x.service=x.GetService;v(x,game)game,owner=x,x.Players.LocalPlayer end
  15.  
  16. --Script made by Pedrorb03
  17. growingList = {}
  18. degrowingList = {}
  19. local Player = game.Players.LocalPlayer
  20. local Character = Player.Character
  21.  
  22. torso = Instance.new("Part") torso.Size = Vector3.new(0,0,0) torso.CanCollide = false
  23. torso.Anchored = true
  24. local mesh = Instance.new("SpecialMesh",torso) mesh.MeshId = "rbxassetid://1198391230" mesh.TextureId = "rbxassetid://1198391349" mesh.Scale = Vector3.new(0.01,0.01,0.01)
  25.  
  26. arm = Instance.new("Part") arm.Size = Vector3.new(0,0,0) arm.CanCollide = false
  27. arm.Anchored = true
  28. local mesh = Instance.new("SpecialMesh",arm) mesh.MeshId = "rbxassetid://1198392540" mesh.TextureId = "rbxassetid://1198391349" mesh.Scale = Vector3.new(0.02,0.02,0.02)
  29.  
  30. leg1 = Instance.new("Part") leg1.Size = Vector3.new(0,0,0) leg1.CanCollide = false
  31. leg1.Anchored = true
  32. local mesh = Instance.new("SpecialMesh",leg1) mesh.MeshId = "rbxassetid://1198394446" mesh.TextureId = "rbxassetid://1198391349" mesh.Scale = Vector3.new(0.01,0.01,0.01)
  33.  
  34. leg2 = Instance.new("Part") leg2.Size = Vector3.new(0,0,0) leg2.CanCollide = false
  35. leg2.Anchored = true
  36. local mesh = Instance.new("SpecialMesh",leg2) mesh.MeshId = "rbxassetid://1198393506" mesh.TextureId = "rbxassetid://1198391349" mesh.Scale = Vector3.new(0.02,0.02,0.02)
  37.  
  38. headd = Instance.new("Part") headd.Size = Vector3.new(1,1,1) headd.CanCollide = false
  39. local mesh = Instance.new("SpecialMesh",headd) mesh.Scale = Vector3.new(1.25,1.25,1.25) mesh.MeshType = Enum.MeshType.Head
  40. headd.BrickColor = BrickColor.new("Pastel brown")
  41.  
  42. game:GetService("RunService").RenderStepped:connect(function()
  43. for _,grow in pairs(growingList) do
  44. local cframe = grow.CFrame
  45. grow.Size = grow.Size+Vector3.new(1,1,1)
  46. grow.Transparency = grow.Transparency+0.04
  47. end
  48. for _,degrow in pairs(degrowingList) do
  49. local cframe = degrow.CFrame
  50. degrow.Size = degrow.Size-Vector3.new(1,1,1)
  51. degrow.Transparency = degrow.Transparency+0.04
  52. end
  53. end)
  54.  
  55.  
  56.  
  57.  
  58. Basesong = Instance.new("Sound")
  59.  
  60. hair = Instance.new("Part",game.Players.LocalPlayer.Character) hair.Size = Vector3.new(1,1,1) hair.CanCollide = false
  61.  
  62. beforesong = Basesong:Clone()
  63. beforesong.Parent = game.Players.LocalPlayer.Character
  64. beforesong.Looped = true
  65. beforesong.Volume = 3
  66. beforesong.SoundId = "rbxassetid://1100971847"
  67. beforesong:Play()
  68.  
  69. if game.Players.LocalPlayer.Character:FindFirstChild("Body Colors") then
  70. game.Players.LocalPlayer.Character["Body Colors"]:remove()
  71. end
  72. if game.Players.LocalPlayer.Character:FindFirstChild("Shirt Graphic") then
  73. game.Players.LocalPlayer.Character["Shirt Graphic"]:remove()
  74. end
  75. if game.Players.LocalPlayer.Character:FindFirstChild("Shirt") then
  76. game.Players.LocalPlayer.Character["Shirt"]:remove()
  77. end
  78. if game.Players.LocalPlayer.Character:FindFirstChild("Pants") then
  79. game.Players.LocalPlayer.Character["Pants"]:remove()
  80. end
  81. for i=1,5 do
  82. wait()
  83. for _,hat in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  84. if hat.ClassName == "Accessory" then
  85. hat:remove()
  86. end
  87. if hat:IsA("BasePart") then
  88. hat.BrickColor = BrickColor.new("Pastel brown")
  89. end
  90. end
  91. end
  92. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 0
  93. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 0
  94.  
  95.  
  96. Basepart = Instance.new("Part")
  97.  
  98.  
  99. Baseparticle = Instance.new("ParticleEmitter")
  100. Basemesh = Instance.new("SpecialMesh")
  101. local mesh = Basemesh:Clone()
  102. mesh.Parent = hair
  103. mesh.MeshId = "rbxassetid://1143041061"
  104. Baseweld = Instance.new("Weld")
  105. local weld = Baseweld:Clone()
  106. weld.Part0 = hair
  107. weld.Part1 = game.Players.LocalPlayer.Character.Head
  108. hair.Color = Color3.fromRGB(153, 125, 61)
  109. weld.C0 = CFrame.new(0,-0.25,0)*CFrame.Angles(0,math.rad(180),0)
  110. weld.Parent = hair
  111.  
  112. shirt = Instance.new("Shirt",game.Players.LocalPlayer.Character)
  113. shirt.ShirtTemplate = "rbxassetid://804894303"
  114. pants = Instance.new("Pants",game.Players.LocalPlayer.Character)
  115. pants.PantsTemplate = "rbxassetid://189943600"
  116.  
  117. game.Players.LocalPlayer.Character.Head.face.Texture = "http://www.roblox.com/asset/?id=1142979747"
  118.  
  119. wait(1)
  120. game:GetService("Chat"):Chat(game.Players.LocalPlayer.Character.Head, "This can go two ways punk", "Green")
  121. wait(3)
  122. game:GetService("Chat"):Chat(game.Players.LocalPlayer.Character.Head, "You walk away", "Green")
  123. wait(3)
  124. game:GetService("Chat"):Chat(game.Players.LocalPlayer.Character.Head, "Or I walk in your, face.", "Green")
  125. wait(3)
  126.  
  127. local counter = 0
  128.  
  129. ---------fullcowl start-------
  130. --banoboii
  131.  
  132.  
  133. plr = game.Players.LocalPlayer
  134. repeat
  135. wait(0.4)
  136. until plr.Character
  137. chr = plr.Character
  138. p = game.Players.LocalPlayer
  139. local Mus = Instance.new("Sound",tors)
  140. char = p.Character
  141. human = chr:FindFirstChild("Humanoid")
  142. mouse = plr:GetMouse()
  143. selected = false
  144. equipd = false
  145. tors = chr.Torso
  146. rarm = chr["Right Arm"]
  147. larm = chr["Left Arm"]
  148. rleg = chr["Right Leg"]
  149. lleg = chr["Left Leg"]
  150. hrp = chr.HumanoidRootPart
  151. head = chr.Head
  152. anim = human.Animator
  153. activu = false
  154. Heartbeat = Instance.new("BindableEvent")
  155. Heartbeat.Name = "Heartbeat"
  156. Heartbeat.Parent = script
  157. frame = 0.03333333333333333
  158. tf = 0
  159. game:GetService("RunService").Heartbeat:connect(function(s, p)
  160. tf = tf + s
  161. if tf >= frame then
  162. for i = 1, math.floor(tf / frame) do
  163. Heartbeat:Fire()
  164. end
  165. tf = tf - frame * math.floor(tf / frame)
  166. end
  167. end)
  168. function swait(num)
  169. if num == 0 or num == nil then
  170. Heartbeat.Event:wait()
  171. else
  172. for i = 1, num do
  173. Heartbeat.Event:wait()
  174. end
  175. end
  176. end
  177.  
  178. RSC0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  179. RSC1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  180. LSC0 = CFrame.new(-1, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  181. LSC1 = CFrame.new(0.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  182. RHC0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  183. RHC1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  184. LHC0 = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  185. LHC1 = CFrame.new(-0.5, 1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  186. NC0 = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  187. NC1 = CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  188. RJC0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  189. RJC1 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  190. RS = tors:FindFirstChild("Right Shoulder")
  191. LS = tors:FindFirstChild("Left Shoulder")
  192. RH = tors:FindFirstChild("Right Hip")
  193. LH = tors:FindFirstChild("Left Hip")
  194. RJ = hrp:FindFirstChild("RootJoint")
  195. N = tors:FindFirstChild("Neck")
  196. cf = CFrame.new
  197. ang = CFrame.Angles
  198. rd = math.rad
  199. rd2 = math.random
  200. function makeweld(parent, p0, p1, c0, c1)
  201. local wel = Instance.new("Weld")
  202. wel.Part0 = p0
  203. wel.Part1 = p1
  204. wel.C0 = c0
  205. if c1 ~= nil then
  206. wel.C1 = c1
  207. end
  208. wel.Parent = parent
  209. return wel
  210. end
  211. function smokz(prnt)
  212. s = Instance.new("Smoke")
  213. s.Color = Color3.new(1, 1, 1)
  214. s.Enabled = false
  215. s.Name = "smok"
  216. s.Opacity = 0.5
  217. s.RiseVelocity = 0.2
  218. s.Size = 0.1
  219. s.Parent = prnt
  220. end
  221. function glow(tz, paz, smokinz, length)
  222. if tz.Parent:FindFirstChildOfClass("Humanoid") and paz.Transparency == 1 then
  223. do
  224. local s = Instance.new("Sound")
  225. s.SoundId = "rbxassetid://298181829"
  226. s.Volume = 0.25
  227. s.Pitch = math.random(9, 11) / 10
  228. s.Parent = paz
  229. s:Play()
  230. paz.Transparency = 0.7
  231. if smokinz == true then
  232. paz.smok.Enabled = true
  233. end
  234. delay(length, function()
  235. paz.Transparency = 1
  236. paz.smok.Enabled = false
  237. s:Destroy()
  238. end)
  239. end
  240. end
  241. end
  242. function makeglow()
  243. for _, p in pairs(chr:GetChildren()) do
  244. if p.ClassName == "Accessory" then
  245. do
  246. local h = p:FindFirstChildOfClass("Part")
  247. local nh = h:Clone()
  248. nh.Parent = nil
  249. nh.CFrame = h.CFrame
  250. nh.Transparency = 1
  251. nh.Name = "Glow"
  252. nh.Material = "Neon"
  253. nh.Color = Color3.new(1,1,1)
  254. nh.CustomPhysicalProperties = PhysicalProperties.new(0.2, 0.3, 0.5)
  255. nh.Parent = h
  256. makeweld(nh, nh, h, cf(0, 0, 0))
  257. local m = nh:FindFirstChildOfClass("SpecialMesh")
  258. m.Scale = m.Scale + Vector3.new(0.06, 0.06, 0.06)
  259. m.TextureId = ""
  260. smokz(nh)
  261. nh.Touched:connect(function(po)
  262. glow(po, nh, true, 0.8)
  263. end)
  264. end
  265. elseif p.ClassName == "Part" and p ~= hrp then
  266. do
  267. local n = p:Clone()
  268. n.Parent = nil
  269. n.Transparency = 1
  270. n.Material = "Neon"
  271. n.Name = "Glow"
  272. n.Color = Color3.new(58/255,107/255,94/255)
  273. n.CFrame = p.CFrame
  274. n.CustomPhysicalProperties = PhysicalProperties.new(0.2, 0.3, 0.5)
  275. n.Parent = p
  276. makeweld(n, n, p, cf(0, 0, 0))
  277. smokz(n)
  278. n.Touched:connect(function(po)
  279. glow(po, n, true, 0.8)
  280. end)
  281. if n:FindFirstChildOfClass("Decal") then
  282. n:FindFirstChildOfClass("Decal"):Destroy()
  283. end
  284. if p:FindFirstChildOfClass("SpecialMesh") then
  285. local c = p:FindFirstChildOfClass("SpecialMesh"):Clone()
  286. c.Parent = nil
  287. c.Scale = c.Scale + Vector3.new(0.05, 0.05, 0.05)
  288. c.Parent = n
  289. else
  290. local m = Instance.new("BlockMesh")
  291. m.Scale = Vector3.new(1.0001, 1.0001, 1.0001)
  292. if p == tors then
  293. m.Scale = Vector3.new(1, 1, 1.0001)
  294. end
  295. m.Parent = n
  296. end
  297. end
  298. end
  299. end
  300. end
  301. makeglow()
  302. function fglow(glopart, duration)
  303. for _ = 1, 4 do
  304. swait()
  305. glopart.Transparency = glopart.Transparency - 0.05
  306. end
  307. delay(duration, function()
  308. for _ = 1, 4 do
  309. swait()
  310. glopart.Transparency = glopart.Transparency + 0.01
  311. end
  312. end)
  313. end
  314. function lerpz(joint, prop, cfrmz, alp)
  315. joint[prop] = joint[prop]:lerp(cfrmz, alp)
  316. end
  317. function resetlerp()
  318. RJ.C0 = RJC0
  319. RJ.C1 = RJC1
  320. N.C0 = NC0
  321. N.C1 = NC1
  322. RS.C0 = RSC0
  323. RS.C1 = RSC1
  324. LS.C0 = LSC0
  325. LS.C1 = LSC1
  326. RH.C0 = RHC0
  327. RH.C1 = RHC1
  328. LH.C0 = LHC0
  329. end
  330.  
  331.  
  332.  
  333. so = function(id,par,vol,pit)
  334. coroutine.resume(coroutine.create(function()
  335. local sou = Instance.new("Sound",par or workspace)
  336. sou.Volume=vol
  337. sou.Pitch=pit or 1
  338. sou.SoundId=id
  339. swait()
  340. sou:play()
  341. game:GetService("Debris"):AddItem(sou,6)
  342. end))
  343. end
  344.  
  345.  
  346.  
  347. coroutine.resume(coroutine.create(function()
  348. fglow(lleg.Glow, 1)
  349. fglow(rleg.Glow, 1)
  350. fglow(rarm.Glow, 1)
  351. fglow(larm.Glow, 1)
  352. fglow(head.Glow, 1)
  353. fglow(tors.Glow, 1)
  354. end))
  355. activu = true
  356. local pe = Instance.new("ParticleEmitter")
  357. pe.Color = ColorSequence.new(Color3.new(1,1,1))
  358. pe.LightEmission = 0.9
  359. pe.Size = NumberSequence.new(0.5)
  360. pe.Texture = "rbxassetid://272050333"
  361. pe.Transparency = NumberSequence.new(0.1)
  362. pe.Lifetime = NumberRange.new(0.1)
  363. pe.Rate = 250
  364. pe.RotSpeed = NumberRange.new(360)
  365. pe.Speed = NumberRange.new(3)
  366. pe.VelocitySpread = 360
  367. pe.Parent = tors.Glow
  368. local pea = pe:Clone()
  369. pea.Parent = tors.Glow
  370. local pe2 = Instance.new("ParticleEmitter")
  371. pe2.Color = ColorSequence.new(Color3.new(1,1,1))
  372. pe2.LightEmission = 0.9
  373. pe2.Size = NumberSequence.new(5)
  374. pe2.Texture = "rbxassetid://516107903"
  375. pe2.Transparency = NumberSequence.new(0.4)
  376. pe2.ZOffset = 2
  377. pe2.Enabled = true
  378. pe2.LockedToPart = true
  379. pe2.Lifetime = NumberRange.new(0.07)
  380. pe2.Rate = 8
  381. pe2.Rotation = NumberRange.new(0, 360)
  382. pe2.RotSpeed = NumberRange.new(0)
  383. pe2.Speed = NumberRange.new(0)
  384. pe2.VelocitySpread = 180
  385. pe2.Parent = lleg.Glow
  386. local pea2 = pe2:Clone()
  387. pea2.Parent = lleg.Glow
  388.  
  389.  
  390. local pet = Instance.new("ParticleEmitter")
  391. pet.Color = ColorSequence.new(Color3.new(1,1,1))
  392. pet.LightEmission = 0.9
  393. pet.Size = NumberSequence.new(0.5)
  394. pet.Texture = "rbxassetid://272050333"
  395. pet.Transparency = NumberSequence.new(0.1)
  396. pet.Lifetime = NumberRange.new(0.1)
  397. pet.Rate = 1
  398. pet.RotSpeed = NumberRange.new(360)
  399. pet.Speed = NumberRange.new(3)
  400. pet.VelocitySpread = 360
  401. pet.Parent = rarm.Glow
  402. local pet2 = Instance.new("ParticleEmitter")
  403. pet2.Color = ColorSequence.new(Color3.new(1,1,1))
  404. pet2.LightEmission = 0.9
  405. pet2.Size = NumberSequence.new(5)
  406. pet2.Texture = "rbxassetid://516107903"
  407. pet2.Transparency = NumberSequence.new(0.4)
  408. pet2.ZOffset = 2
  409. pet2.Enabled = false
  410. pet2.LockedToPart = true
  411. pet2.Lifetime = NumberRange.new(0.07)
  412. pet2.Rate = 8
  413. pet2.Rotation = NumberRange.new(0, 360)
  414. pet2.RotSpeed = NumberRange.new(0)
  415. pet2.Speed = NumberRange.new(0)
  416. pet2.VelocitySpread = 180
  417. pet2.Parent = rarm.Glow
  418.  
  419. local petl = Instance.new("ParticleEmitter")
  420. petl.Color = ColorSequence.new(Color3.new(1,1,1))
  421. petl.LightEmission = 0.9
  422. petl.Size = NumberSequence.new(0.5)
  423. petl.Texture = "rbxassetid://272050333"
  424. petl.Transparency = NumberSequence.new(0.1)
  425. petl.Lifetime = NumberRange.new(0.1)
  426. petl.Rate = 1
  427. petl.RotSpeed = NumberRange.new(360)
  428. petl.Speed = NumberRange.new(3)
  429. petl.VelocitySpread = 360
  430. petl.Parent = larm.Glow
  431. local petl2 = Instance.new("ParticleEmitter")
  432. petl2.Color = ColorSequence.new(Color3.new(1,1,1))
  433. petl2.LightEmission = 0.9
  434. petl2.Size = NumberSequence.new(5)
  435. petl2.Texture = "rbxassetid://516107903"
  436. petl2.Transparency = NumberSequence.new(0.4)
  437. petl2.ZOffset = 2
  438. petl2.Enabled = false
  439. petl2.LockedToPart = true
  440. petl2.Lifetime = NumberRange.new(0.07)
  441. petl2.Rate = 8
  442. petl2.Rotation = NumberRange.new(0, 360)
  443. petl2.RotSpeed = NumberRange.new(0)
  444. petl2.Speed = NumberRange.new(0)
  445. petl2.VelocitySpread = 180
  446. petl2.Parent = larm.Glow
  447.  
  448. local petl3 = Instance.new("ParticleEmitter")
  449. petl3.Color = ColorSequence.new(Color3.new(1,1,1))
  450. petl3.LightEmission = 0.9
  451. petl3.Size = NumberSequence.new(0.5)
  452. petl3.Texture = "rbxassetid://272050333"
  453. petl3.Transparency = NumberSequence.new(0.1)
  454. petl3.Lifetime = NumberRange.new(0.1)
  455. petl3.Rate = 1
  456. petl3.RotSpeed = NumberRange.new(360)
  457. petl3.Speed = NumberRange.new(3)
  458. petl3.VelocitySpread = 360
  459. petl3.Parent = head.Glow
  460. local petl23 = Instance.new("ParticleEmitter")
  461. petl23.Color = ColorSequence.new(Color3.new(1,1,1))
  462. petl23.LightEmission = 0.9
  463. petl23.Size = NumberSequence.new(5)
  464. petl23.Texture = "rbxassetid://516107903"
  465. petl23.Transparency = NumberSequence.new(0.4)
  466. petl23.ZOffset = 2
  467. petl23.Enabled = false
  468. petl23.LockedToPart = true
  469. petl23.Lifetime = NumberRange.new(0.07)
  470. petl23.Rate = 8
  471. petl23.Rotation = NumberRange.new(0, 360)
  472. petl23.RotSpeed = NumberRange.new(0)
  473. petl23.Speed = NumberRange.new(0)
  474. petl23.VelocitySpread = 180
  475. petl23.Parent = head.Glow
  476.  
  477. local petl34 = Instance.new("ParticleEmitter")
  478. petl34.Color = ColorSequence.new(Color3.new(1,1,1))
  479. petl34.LightEmission = 0.9
  480. petl34.Size = NumberSequence.new(0.5)
  481. petl34.Texture = "rbxassetid://272050333"
  482. petl34.Transparency = NumberSequence.new(0.1)
  483. petl34.Lifetime = NumberRange.new(0.1)
  484. petl34.Rate = 1
  485. petl34.RotSpeed = NumberRange.new(360)
  486. petl34.Speed = NumberRange.new(3)
  487. petl34.VelocitySpread = 360
  488. petl34.Parent = rleg.Glow
  489. local petl234 = Instance.new("ParticleEmitter")
  490. petl234.Color = ColorSequence.new(Color3.new(1,1,1))
  491. petl234.LightEmission = 0.9
  492. petl234.Size = NumberSequence.new(5)
  493. petl234.Texture = "rbxassetid://516107903"
  494. petl234.Transparency = NumberSequence.new(0.4)
  495. petl234.ZOffset = 2
  496. petl234.Enabled = false
  497. petl234.LockedToPart = true
  498. petl234.Rate = 8
  499. petl234.Rotation = NumberRange.new(0, 360)
  500. petl234.RotSpeed = NumberRange.new(0)
  501. petl234.Speed = NumberRange.new(0)
  502. petl234.VelocitySpread = 180
  503. petl234.Parent = rleg.Glow
  504.  
  505. local petl345 = Instance.new("ParticleEmitter")
  506. petl345.Color = ColorSequence.new(Color3.new(1,1,1))
  507. petl345.LightEmission = 0.9
  508. petl345.Size = NumberSequence.new(0.5)
  509. petl345.Texture = "rbxassetid://272050333"
  510. petl345.Transparency = NumberSequence.new(0.1)
  511. petl345.Lifetime = NumberRange.new(0.1)
  512. petl345.Rate = 1
  513. petl345.RotSpeed = NumberRange.new(360)
  514. petl345.Speed = NumberRange.new(3)
  515. petl345.VelocitySpread = 360
  516. petl345.Parent = tors.Glow
  517. local petl2345 = Instance.new("ParticleEmitter")
  518. petl2345.Color = ColorSequence.new(Color3.new(1,1,1))
  519. petl2345.LightEmission = 0.9
  520. petl2345.Size = NumberSequence.new(5)
  521. petl2345.Texture = "rbxassetid://516107903"
  522. petl2345.Transparency = NumberSequence.new(0.4)
  523. petl2345.ZOffset = 2
  524. petl2345.Enabled = false
  525. petl2345.LockedToPart = true
  526. petl2345.Rate = 8
  527. petl2345.Rotation = NumberRange.new(0, 360)
  528. petl2345.RotSpeed = NumberRange.new(0)
  529. petl2345.Speed = NumberRange.new(0)
  530. petl2345.VelocitySpread = 180
  531. petl2345.Parent = tors.Glow
  532.  
  533. so("http://www.roblox.com/asset/?id=169445572",head,1.5,1.5)
  534. so("http://www.roblox.com/asset/?id=169380495",head,1.5,1.5)
  535. for l = 1, 30 do
  536. swait()
  537. lerpz(RJ, "C0", RJC0 * cf(0, 0, -0.5) * ang(rd(6), rd(0), rd(0)), 0.02 + l / 40)
  538. lerpz(N, "C0", NC0 * cf(0, 0, 0) * ang(rd(12), rd(0), rd(0)), 0.02 + l / 40)
  539. lerpz(RS, "C0", RSC0 * cf(0, 0, 0) * ang(rd(-8), rd(-7), rd(-10)), 0.02 + l / 40)
  540. lerpz(RS, "C1", RSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.02 + l / 40)
  541. lerpz(LS, "C0", LSC0 * cf(0, 0, 0) * ang(rd(-8), rd(7), rd(10)), 0.02 + l / 40)
  542. lerpz(LS, "C1", LSC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.02 + l / 40)
  543. lerpz(RH, "C0", RHC0 * cf(0.4, 0.5, 0) * ang(rd(0), rd(-6), rd(8)), 0.02 + l / 40)
  544. lerpz(RH, "C1", RHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.02 + l / 40)
  545. lerpz(LH, "C0", LHC0 * cf(0, 0, 0) * ang(rd(3), rd(0), rd(42)), 0.02 + l / 40)
  546. lerpz(LH, "C1", LHC1 * cf(0, 0, 0) * ang(rd(0), rd(0), rd(0)), 0.02 + l / 40)
  547.  
  548. end
  549. wait(1)
  550.  
  551. resetlerp()
  552.  
  553.  
  554. --human.JumpPower = human.JumpPower*1.55
  555. --human.WalkSpeed = human.WalkSpeed*6
  556. --human.Health = human.Health*3
  557. activu = false
  558.  
  559.  
  560.  
  561.  
  562. -----if want glow to disapear----
  563. --
  564. -- function hito(partoz, magn, dmg, debtim)
  565. -- for _, guy in pairs(workspace:GetChildren()) do
  566. -- if guy:FindFirstChild("Humanoid") and guy:FindFirstChild("Head") and guy ~= chr and magn > (guy:FindFirstChild("Head").Position - partoz.Position).magnitude and guy:FindFirstChild("Head"):FindFirstChild("alabo") == nil then
  567. -- do
  568. -- local humz = guy:FindFirstChild("Humanoid")
  569. -- local hed = guy:FindFirstChild("Head")
  570. -- humz:TakeDamage(dmg)
  571. -- local db = Instance.new("StringValue")
  572. -- db.Name = "alabo"
  573. -- db.Parent = hed
  574. -- delay(debtim, function()
  575. -- db:Destroy()
  576. -- end)
  577. -- end
  578. -- end
  579. -- end
  580. -- end
  581. -- function animo(yep)
  582. -- if yep == true then
  583. -- anim.Parent = human
  584. -- chr.Animate.Disabled = false
  585. -- elseif yep == false then
  586. -- chr.Animate.Disabled = true
  587. -- anim.Parent = nil
  588. -- end
  589. -- end
  590. mouse.KeyDown:connect(function(key)
  591. if key == "y" then
  592. human.health = human.health +10
  593. --Dash()
  594. end
  595.  
  596.  
  597.  
  598.  
  599.  
  600. end)
  601.  
  602.  
  603.  
  604.  
  605.  
  606. --------fullcowl end----------F
  607. plr=game:service'Players'.LocalPlayer
  608. chr=plr.Character
  609. local ms = plr:GetMouse()
  610. CV="Bright red"
  611. local txt = Instance.new("BillboardGui", chr)
  612. txt.Adornee = chr.Head
  613. txt.Name = "_status"
  614. txt.Size = UDim2.new(4, 0, 2.5, 0)
  615. txt.StudsOffset = Vector3.new(-4, 2.5, 0)
  616. local text = Instance.new("TextLabel", txt)
  617. text.Size = UDim2.new(3, 0, 0.5, 0)
  618. text.FontSize = "Size24"
  619. text.TextScaled = true
  620. text.TextTransparency = 0
  621. text.BackgroundTransparency = 1
  622. text.TextTransparency = 0
  623. text.TextStrokeTransparency = 0
  624. text.Font = "SciFi"
  625. text.TextStrokeColor3 = Color3.new(.1,1,.1)
  626. text.Text = "Shaggy"
  627. --------------------------------------
  628.  
  629. local txt = Instance.new("BillboardGui", chr)
  630. txt.Adornee = chr.Head
  631. txt.Name = "_status"
  632. txt.Size = UDim2.new(4, 0, 2.5, 0)
  633. txt.StudsOffset = Vector3.new(-4, 1.5, 0)
  634. local text = Instance.new("TextLabel", txt)
  635. text.Size = UDim2.new(3, 0, 0.3, 0)
  636. text.FontSize = "Size24"
  637. text.TextScaled = true
  638. text.TextTransparency = 0
  639. text.BackgroundTransparency = 1
  640. text.TextTransparency = 0
  641. text.TextStrokeTransparency = 0
  642. text.Font = "SciFi"
  643. text.TextStrokeColor3 = Color3.new(.1,1,.1)
  644. text.Text = ".002% Power"
  645. --------------------------------------
  646.  
  647.  
  648. local txt = Instance.new("BillboardGui", chr)
  649. txt.Adornee = chr.Head
  650. txt.Name = "_status"
  651. txt.Size = UDim2.new(4, 0, 2.5, 0)
  652. txt.StudsOffset = Vector3.new(-4, 1, 0)
  653. local text = Instance.new("TextLabel", txt)
  654. text.Size = UDim2.new(3, 0, 0.3, 0)
  655. text.FontSize = "Size24"
  656. text.TextScaled = true
  657. text.TextTransparency = 0
  658. text.BackgroundTransparency = 1
  659. text.TextTransparency = 0
  660. text.TextStrokeTransparency = 0
  661. text.Font = "SciFi"
  662. text.TextStrokeColor3 = Color3.new(.2,.1,.1)
  663. text.Text = "by bannaboy43"
  664.  
  665. beforesong:Stop()
  666. mainsong = Basesong:Clone()
  667. mainsong.Parent = game.Players.LocalPlayer.Character
  668. mainsong.Looped = true
  669. mainsong.Volume = 3
  670. mainsong.SoundId = "rbxassetid://1106602456"
  671. mainsong:Play()
  672. Instance.new("ForceField",Character).Visible = false
  673. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 80
  674. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 150
  675.  
  676.  
  677.  
  678.  
  679.  
  680.  
  681. game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(key)
  682.  
  683. end)
  684. amcounter = 0
  685.  
  686. local PhysicsService = game:GetService("PhysicsService")
  687.  
  688.  
  689.  
  690.  
  691. for _,part in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  692. if part:FindFirstChild("ParticleEmitter") then
  693. part.ParticleEmitter.Enabled = false
  694. end
  695. if part:IsA("BasePart") then
  696.  
  697. end
  698. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement