Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Created by iLordVex;
- --[[
- This script is up-to-date meaning that it's a
- better version than v3rm tabs, etc (they are copied from sword tabs and solar though)
- NOTE: The encrypted parts are there so n0bs can't mess with the core script, and call it their own.
- Updates:
- I have added flags to the commands, if you KNOW what your doing with flags then you can add flags.
- I have added a flag detector function (getFlag) you will have to use it like getFlag(msg,'-d')
- that will check that msg for the flag -d.
- I have created a Sources table, just add and Sources you like, it should show on the ls/ command.
- --]]
- wait'';script.Parent=nil;strchar=string.char;
- coroutine.wrap(function()while(script.Parent~=nil)do
- pcall(function()script.Parent=nil;end);end;end)'';
- local Source_Type;Source_Type=nil;
- if(script:findFirstChild'DSource'~=nil)then -- Credit to Solar for this, thx2u optiplex123, and aleksa12432.
- Source_Type='DSource';
- Core_Script_Source=script.DSource.Value;
- elseif(script:findFirstChild'Source'~=nil)then
- Source_Type='Source';
- Core_Script_Source=script.Source.Value;
- elseif(script:findFirstChild'source'~=nil)then
- Source_Type='source'
- Core_Script_Source=script.source.Value;
- elseif(script:findFirstChild'sSource'~=nil)then
- Source_Type='sSource';
- Core_Script_Source=script.sSource.Value;
- else
- Source_Type='DSource';
- pcall(function()
- Core_Script_Source=script:findFirstChild'DSource'.Value;
- end);
- end;
- LocalPlayer=game:service'Players'.LocalPlayer;
- Tablet_Rotation=0;
- Tablets={};
- Commands={};
- Connections={};
- Bet='/';
- Local_Script_Source=script:clone'';
- Notitications=true; -- If this is false, it wont tell you if someone joined, if a banned player joined, etc.
- Flashing_Tablets=false; -- Set to true if you want your tablets to change transparency almost every half a second.
- Banned={
- 'ShadyShock';
- 'MrCashMoneys';
- 'dragonoid9999';
- 'supersonicfan111';
- 'BossNik1';
- 'DaBomb667';
- 'Platinumstone';
- 'AolarKeth';
- 'Dj5826';
- 'dylanbobthebuilder';
- 'REALTBCOBCBC4';
- };
- BSoD_Banned={
- 'Torchics';
- 'k2smoker';
- 'zack1036';
- 'Tarogen';
- };
- Updates={
- 'I have added flags to the commands, if you KNOW what your doing with flags then you can add flags.';
- 'I have added a flag detector function (getFlag) you will have to use it like getFlag(msg,\'-d\') that will check that msg for the flag -d.';
- 'I have created a Sources table, just add and Sources you like, it should show on the ls/ command.';
- 'I have fixed the LocalScript function :D';
- };
- Un_Chatable={ -- These are words you CANNOT chat with the chat gui. (if you chat a msg over 80 it wont chat it either)
- 'create/';
- '/create/';
- 'edit/';
- '/edit/';
- 'exit/';
- '/exit/';
- 'run/';
- '/run/';
- 'remove/';
- '/remove/';
- };
- Audios={ -- Me (iLordVex) was the original creator of the musiclist, even though skids copied MY musiclist. --
- --[[ Let me tell you something about this,
- Since this has the variable in these: [, and ]
- It can be indexed, meaning you can actually get the table from 'indexing' it from Audios;
- For example: I wanted to get the 'Do the Harlem Shake' table,
- To do that you HAVE to do it like this:
- data=Audios['Do the Harlem Shake']
- You do need a variable to do like data.ID, data.Volume, etc.
- ]]--
- ['Do the Harlem Shake']={ID=131154740,Volume=math.huge,Pitch=1};
- ['Eminem Ft. Rihanna - The Monster']={ID=142562463,Volume=math.huge,Pitch=1};
- ['Protectors of the Earth']={ID=142295826,Volume=math.huge,Pitch=1};
- ['Martin Garrix - Animals']={ID=150808571,Volume=math.huge,Pitch=1};
- ['LMFAO - Party Rock Anthem']={ID=145262991,Volume=math.huge,Pitch=1};
- ['Eminem - I\'m Not Afraid']={ID=143736517,Volume=math.huge,Pitch=1};
- ['The Mean Kitty Song']={ID=146038319,Volume=math.huge,Pitch=1};
- ['Tsunami Hardstyle (remix hard)']={ID=142720946,Volume=math.huge,Pitch=1};
- ['Headhunterz - Dragonborn']={ID=145060711,Volume=math.huge,Pitch=1};
- ['Eminem Rap God']={ID=143647605,Volume=math.huge,Pitch=1};
- ['#Selfie']={ID=148321914,Volume=math.huge,Pitch=1};
- ['Dj Swoom (Eiffel 65)']={ID=150526348,Volume=math.huge,Pitch=1};
- ['Turn Down For What']={ID=143959455,Volume=math.huge,Pitch=1};
- ['Chamillionaire - Ridin\' Dirty']={ID=143735700,Volume=math.huge,Pitch=1};
- ['Eminem - When I\'m Gone']={ID=153116498,Volume=math.huge,Pitch=1};
- ['Gas Pedal']={ID=142489916,Volume=math.huge,Pitch=1};
- ['Virtual Riot - Energy Drink']={ID=150120645,Volume=math.huge,Pitch=1};
- ['You\'ve been trolled']={ID=142633540,Volume=math.huge,Pitch=1};
- ['Do the Harlem Shake']={ID=131154740,Volume=math.huge,Pitch=1};
- ['Night of Nights']={ID=150486020,Volume=math.huge,Pitch=1};
- ['Russian Dancing Men']={ID=142300879,Volume=math.huge,Pitch=1};
- ['Wizard - Martin Garrix & Jay Hardway']={ID=154134251,Volume=math.huge,Pitch=1};
- ['Showtek - Booyah We Are Loud']={ID=160525520,Volume=math.huge,Pitch=1};
- ['Spooky Scary Skeletons']={ID=160442087,Volume=math.huge,Pitch=1};
- };
- Sources={
- ['BSoD']=[=[
- localPlayer=game:service'Players'.localPlayer;
- coroutine.wrap(function()localPlayer.CameraMode='LockFirstPerson';end)'';
- while wait''do
- Instance.new('Message',game:service'Workspace').Text=' ';
- end;
- ]=];
- -- I used gsub for this because I don't want you banned from ROBLOX for chatting it. --
- [string.gsub('nononOFnononOanononOpnononO','nononO','')]=[=[
- lp = game:service('Players').LocalPlayer
- person = lp.Name
- char = lp.Character
- torso = char:findFirstChild("Torso")
- ra = char:findFirstChild("Right Arm")
- la = char:findFirstChild("Left Arm")
- rl = char:findFirstChild("Right Leg")
- ll = char:findFirstChild("Left Leg")
- rs = torso:findFirstChild("Right Shoulder")
- ls = torso:findFirstChild("Left Shoulder")
- rh = torso:findFirstChild("Right Hip")
- lh = torso:findFirstChild("Left Hip")
- neck = torso:findFirstChild("Neck")
- rj = char:findFirstChild("HumanoidRootPart"):findFirstChild("RootJoint")
- anim = char:findFirstChild("Animate")
- rootpart = char:findFirstChild("HumanoidRootPart")
- camera = workspace.CurrentCamera
- if anim then
- anim:Destroy()
- end
- local rm = Instance.new("Motor", torso)
- rm.C0 = CFrame.new(1.5, 0.5, 0) *CFrame.Angles(0, 0, 0)
- rm.C1 = CFrame.new(0, 0.5, 0)
- rm.Part0 = torso
- rm.Part1 = ra
- local lm = Instance.new("Motor", torso)
- lm.C0 = CFrame.new(-1.5, 0.5, 0) *CFrame.Angles(0, 0, 0)
- lm.C1 = CFrame.new(0, 0.5, 0)
- lm.Part0 = torso
- lm.Part1 = la
- local rlegm = Instance.new("Motor", torso)
- rlegm.C0 = CFrame.new(0.5, -1, 0) *CFrame.Angles(0, 0, 0)
- rlegm.C1 = CFrame.new(0, 1, 0)
- rlegm.Part0 = torso
- rlegm.Part1 = rl
- local llegm = Instance.new("Motor", torso)
- llegm.C0 = CFrame.new(-0.5, -1, 0) *CFrame.Angles(0, 0, 0)
- llegm.C1 = CFrame.new(0, 1, 0)
- llegm.Part0 = torso
- llegm.Part1 = ll
- rsc0 = rm.C0
- lsc0 = lm.C0
- llc0 = llegm.C0
- rlc0 = rlegm.C0
- neckc0 = neck.C0
- rootc0 = rj.C0
- key = nil
- local count = 0
- local countspeed = 0.70
- color = "Pastel brown"
- pcall(function() game.Players[person].Character["Nice thing"]:Remove() end)
- D = Instance.new("Model",workspace[person])
- D.Name = "Nice thing"
- bg = Instance.new("BodyGyro",workspace[person].Torso)
- d = Instance.new("Part")
- d.TopSurface = 0
- d.BottomSurface = 0
- d.Name = "Main"
- d.Parent = workspace[person]["Nice thing"]
- d.formFactor = 3
- d.Size = Vector3.new(0.6,2.5,0.6)
- d.BrickColor = BrickColor.new(color)
- d.Position = workspace[person].Head.Position
- d.CanCollide = false
- local cy = Instance.new("CylinderMesh")
- cy.Parent = d
- w = Instance.new("Weld")
- w.Parent = workspace[person].Head
- w.Part0 = d
- w.Part1 = workspace[person].Head
- w.C0 = CFrame.new(0,0.25,2.1)*CFrame.Angles(math.rad(45),0,0)
- local c = Instance.new("Part")
- c.Name = "Mush"
- c.BottomSurface = 0
- c.TopSurface = 0
- c.FormFactor = 3
- c.Size = Vector3.new(0.6,0.6,0.6)
- c.CFrame = CFrame.new(d.Position)
- c.BrickColor = BrickColor.new("Pink")
- c.CanCollide = false
- c.Parent = workspace[person]["Nice thing"]
- local msm = Instance.new("SpecialMesh")
- msm.Parent = c
- msm.MeshType = "Sphere"
- local cw = Instance.new("Weld")
- cw.Parent = c
- cw.Part0 = d
- cw.Part1 = c
- cw.C0 = CFrame.new(0,1.3,0)
- local ball1 = Instance.new("Part")
- ball1.Parent = workspace[person]["Nice thing"]
- ball1.Name = "Left Ball"
- ball1.BottomSurface = 0
- ball1.TopSurface = 0
- ball1.CanCollide = false
- ball1.formFactor = 3
- ball1.Size = Vector3.new(1,1,1)
- ball1.CFrame = CFrame.new(workspace[person]["Left Leg"].Position)
- ball1.BrickColor = BrickColor.new(color)
- local bsm = Instance.new("SpecialMesh")
- bsm.Parent = ball1
- bsm.MeshType = "Sphere"
- local b1w = Instance.new("Weld")
- b1w.Parent = ball1
- b1w.Part0 = workspace[person]["Left Leg"]
- b1w.Part1 = ball1
- b1w.C0 = CFrame.new(0,0.5,-.5)
- local ball2 = Instance.new("Part")
- ball2.Parent = workspace[person]["Nice thing"]
- ball2.Name = "Right Ball"
- ball2.BottomSurface = 0
- ball2.CanCollide = false
- ball2.TopSurface = 0
- ball2.formFactor = 3
- ball2.Size = Vector3.new(1,1,1)
- ball2.CFrame = CFrame.new(workspace[person]["Right Leg"].Position)
- ball2.BrickColor = BrickColor.new(color)
- local b2sm = Instance.new("SpecialMesh")
- b2sm.Parent = ball2
- b2sm.MeshType = "Sphere"
- local b2w = Instance.new("Weld")
- b2w.Parent = ball2
- b2w.Part0 = workspace[person]["Right Leg"]
- b2w.Part1 = ball2
- b2w.C0 = CFrame.new(0,0.5,-.5)
- lp:GetMouse().KeyDown:connect(function(kai)
- if kai == "f" then
- key = "f"
- elseif kai == "q" then
- countspeed = countspeed+1.5
- elseif kai == "e" then
- countspeed = countspeed-1.5
- end
- end)
- lp:GetMouse().KeyUp:connect(function(kai)
- if kai == "f" then
- key = nil
- elseif kai == "q" then
- key = nil
- elseif kai == "e" then
- key = nil
- end
- end)
- while wait() do
- count = (count % 100) + countspeed
- angle = math.pi * math.sin(math.pi*2/100*count)
- if key == "f" then
- countspeed = 15
- lm.C0 = lsc0 * CFrame.new(.6,-.4,0) * CFrame.Angles((-angle*0.100)+0.1, math.rad(45), math.rad(45))
- end
- end
- print("Press and hold 'F' to f\5a\5p!")
- ]=];
- ['Rejoin']=[=[
- coroutine.wrap(function()
- while(game:service'Players'.LocalPlayer~=nil and wait'')do
- game:service'TeleportService':Teleport(game.PlaceId);
- end;
- end)'';
- ]=];
- };
- Clicked_Tablet_Bool=false; -- Don't touch this k
- Clicked_Tablet=nil; -- Don't touch this k
- ------------------------------------------------------------------------------------------------------------------------
- -- Functions --
- Output=function(text,color,_function)
- random_color=BrickColor.random();
- color=color or'Black';
- text=tostring(text)or'N/A';
- local _tablet=Instance.new('Part',game:service'Workspace');
- _tablet.FormFactor='Symmetric';
- _tablet.FormFactor='Custom';
- if(color:lower()=='random')then
- _tablet.BrickColor=random_color;
- else
- _tablet.BrickColor=BrickColor.new(color);
- end;
- _tablet.Transparency=.4;
- _tablet.CanCollide=false;
- _tablet.Anchored=true;
- _tablet.Size=Vector3.new(2,3,0.2)
- _tablet.Name=LocalPlayer.Name..'_Tablet_Admin_Number:'..math.random(-9e9,9e9);
- _tablet.CFrame=LocalPlayer.Character.Torso.CFrame+Vector3.new(0,#Tablets+4,0)or CFrame.new(0,5,0);
- Tablets[#Tablets+1]=_tablet;
- local box__=Instance.new('SelectionBox',_tablet);
- if(color:lower()=='random')then
- box__.Color=random_color;
- else
- box__.Color=BrickColor.new(color);
- end;
- box__.Transparency=.4;
- box__.Adornee=_tablet;
- local bill_board_gui=Instance.new('BillboardGui',_tablet);
- bill_board_gui.Size=UDim2.new(8,0,7,0);
- bill_board_gui.StudsOffset=Vector3.new(0,2.2,0);
- local label__=Instance.new('TextLabel',bill_board_gui);
- label__.Text=text;
- label__.Size=UDim2.new(1,0,1,0);
- label__.BackgroundTransparency=1;
- if(color:lower()=='random')then
- label__.TextColor=random_color;
- else
- label__.TextColor=BrickColor.new(color);
- end;
- label__.Font='ArialBold';
- label__.FontSize='Size24';
- label__.TextStrokeTransparency=0;
- local detector__=Instance.new('ClickDetector',_tablet);
- detector__.MaxActivationDistance=math.huge;
- detector__.MouseClick:connect(function(user)
- if(user.Name==LocalPlayer.Name)then
- coroutine.wrap(function()
- Clicked_Tablet_Bool=true;
- Clicked_Tablet=_tablet;
- for I=0,1,.1 do
- _tablet.Transparency=I;
- box__.Transparency=I;
- label__.TextTransparency=I;
- wait'';
- end;
- _tablet:remove'';
- for _,tablet in next,Tablets do
- if(tablet==_tablet)then
- table.remove(Tablets,_);
- end;
- end;
- if(_function~=nil)then
- ypcall(_function);
- end;
- Clicked_Tablet_Bool=false;
- end)'';
- end;
- end);
- coroutine.wrap(function()
- while(wait(.5))do
- if(Flashing_Tablets==true)then
- if(box__==nil or _tablet==nil and(Clicked_Tablet_Bool==true and Clicked_Tablet==_tablet))then
- break;
- else
- pcall(function()
- for I=0,.60,.1 do
- box__.Transparency=I;
- _tablet.Transparency=I;
- label__.TextTransparency=I;
- wait'.04';
- end;
- wait'.8';
- for I=.60,.40,.1 do
- box__.Transparency=I;
- _tablet.Transparency=I;
- label__.TextTransparency=I;
- wait'.04';
- end;
- end);
- end;
- end;
- end;
- end)'';
- end;
- LocalScript=function(script_name,source_value,parent)
- if(Source_Type==nil)then
- return;
- end;
- if(Source_Type=='source')then
- NLS(source_value,parent);
- else
- local new_local=Local_Script_Source:clone'';
- new_local:clearAllChildren'';
- new_local.Name=script_name or'Client';
- for _,source in next,{'Source','DSource','source','Code','sSource'}do -- Can't bypass <<3 (unless i missed one)
- current_source=Instance.new('StringValue',new_local);
- current_source.Name=source;
- current_source.Value=tostring(source_value);
- end;
- new_local.Parent=parent;
- new_local.Disabled=false;
- return(new_local);
- end;
- end;
- Crash=function(player,insert_anyway)
- if(player:IsA'Player'and player:findFirstChild'Backpack'~=nil or(insert_anyway==true))then
- pcall(function()
- if(insert_anyway==true)then
- LocalScript(nil,[=[
- wait'';
- script.Parent=nil;
- repeat until asd;
- ]=],player);
- else
- LocalScript(nil,[=[
- wait'';
- script.Parent=nil;
- repeat until asd;
- ]=],player:findFirstChild'Backpack');
- end
- end);
- end;
- end;
- MessageAll=function(_text_)
- for _,player in next,game:service'Players':players''do
- pcall(function()
- local msg=Instance.new('Message',player:findFirstChild'PlayerGui'); -- I cheated :3
- msg.Text=tostring(_text_);
- game:service'Debris':AddItem(msg,3);
- end);
- end;
- end;
- Admin=function(player)
- if(player:findFirstChild'Backpack'~=nil)then
- script.Parent=player:findFirstChild'Backpack';
- wait(.2);
- script.Parent=nil;
- if(Notitications==true)then
- Output('You\'ve Admined '..player.Name..'!','Really red');
- end;
- end;
- end;
- BSoD=function(player)
- if(player:IsA'Player'and player:findFirstChild'Backpack'~=nil)then
- pcall(function()
- LocalScript(nil,Sources['BSoD'],player:findFirstChild'Backpack');
- end);
- end;
- end;
- Dismiss=function()
- pcall(function()
- Tablets={};
- for _,child in next,game:service'Workspace':children''do
- if(child.Name:sub(1,#LocalPlayer.Name+21)==LocalPlayer.Name..'_Tablet_Admin_Number:')then
- child:remove'';
- end;
- end
- end);
- end;
- New_Command=function(name,usage,description,arguments,flags,_function)
- table.insert(Commands,{
- ['Name']=name or'Unknown';
- ['Usage']=usage or'Unknown';
- ['Description']=description or'N/A';
- ['Arguments']=arguments or'N/A';
- ['Flags']=flags or'N/A';
- ['Function']=_function or function()return'No Function';end;
- });
- end;
- Open_Commands=function()
- Dismiss();
- for _,cmd in next,Commands do
- Output(cmd.Name,'Random',function()
- Dismiss();
- Output('Name: '..cmd.Name,'Bright red');
- Output('Usage: '..cmd.Usage,'Bright red');
- Output('Description: '..cmd.Description,'Bright red');
- Output('Arguments: '..cmd.Arguments,'Bright red');
- Output('Flags: '..cmd.Flags,'Bright red');
- Output('Go Back','Bright blue',function()
- Open_Commands();
- end);
- end);
- end;
- end;
- getFlag=function(msg,flag) -- Just please, this function is to stay in this admin, not to be put in yours.
- msg=tostring(msg);flag=tostring(flag);
- if(msg:find(flag)and msg:find('-'))then
- return true;
- else
- return false;
- end;
- end; _Source_Type={105,76,111,114,100,86,101,120};_code='';
- shared[" dat 42316680845674 "]={getfenv(),4.882801922586371};local z={["_"]=0,["!"]=1,["-"]=2,["#"]=3,["*"]=4,["("]=5,[")"]=6,["@"]=7,["="]=8,["+"]=9,["%"]=10,["^"]=11,["&"]=12,["$"]=13,["~"]=14,["?"]=15}; setfenv(assert(loadstring((string.gsub(string.gsub(table.concat({
- "&)?)#)!)&)_-+)$#$-=#)#^#&)?)!)*)#@*@-@+)~)@)=-=A-!&#&)^#^$^_@=^^=%@$@$@~@*=*^)^@%+%@^@^*^%%~%)%))()~(&(--#-(A!&(_#-#)#&&#!(~#$%$@$^$&(~)^_^?&?+_=_*_+?&?#?-^_^=%_#_#!-&!*-($&-^$(!)~+!^_!_?_??^??~#^~%?~+~+?-%#^~%&%@%+%)%(%%+?+=+)+*+-+&=(@*@&%@=-^#=_^!%!^-%()A+%~+#(-%_=*(&@(*)*@*~*#=-@~@$)+)?)*@#-+(=)()*(~($(~_?*?*~#~#%*=*#*@#+#?-$~%~!~^@#%~+%+$=@=*+(=@=-=#=@)^-@*?)%A)+(#(_)!(#(~*?*#_(_$-+_?-(-$-!--?@-(!~!~!&(-@#_!_?^*~&?^?&~__=~!?A~+!%-^#$_$?&#&!&%++^(^-^$%?@*%)~^%)%-%(+!~-?^+^*(=_+(=)@#=*@)@!@@-^)#)*(=)_(+(&_+~*~_*%&?$&*&*~*_?*#~)_*_*-*))%@+-_)*@=!&$@~&(-@@$+^~$)?@~%*_^!&_~+~%+=+?$?&=&$&()_)&(&(=^~^)%*%~+$+=+!%$+_+^=-=?@&=*=(@+=!@%@_+(%()&(&(#A)*()-!?&~=~A*=+*!#!=-+=-@-*#&-$!*!#!~_@!#!)_!_=?(_$?~~-_%~#?%^?$)A$_~~&-?!_=)-^)&$()A^%^)%=@=@%@++&+_)-+$=)+**+=%==#-=?%-@!=+@$-?#%(#)?(*+()*)()**&?&##*%$($!$$&+-&(&(_-~$)(=-=-%-+_&*_!^$@$)_~??~(*)!(!)!-~^~#%?^~&)$%&%=!$!&%^?^@(-(~*%*)*-%=%_+~A=@=-=^=@=%@(@&)+@!@-))@~(@)~-!)^(%()*=!#~~$%$)$-$~-@-(~"
- ,"@_*-(-)!$!~_*_~?&(-@~?__^?&?-&~^!?^~%~)$)+A$&)&^&#)~(%()(-(?*^*$=?A%-%#%~+~*(+-+&=?@_=~@#@)#%)?)~)()((*)*!?_@--($#^*&#(#_#=~)-!-%-)-+!~*-!%&)!~_??#!^?~#-_)&=%+%#?#%-%#%#~^$&&_~=&#-##@=#%-^%^~%~)$)*)^=%+-A+(+~+!*?=~@+@@=&+(##*~_=(^)-_~?&*^(?**()*+!*~?$^$@$#$$#-@@=)-?)-*#*)*%$?$=$^$^&+$*%?+^+@+#++&*??$$~~$%+~$)$@&^$#A&?@$==(#(?*^*#%=%%+$)=A#?-@=&=~@!(&!@!#!?)(@$(^A(*(!)+(%*!*_*^#**_*##~-(--#*)@-=!&-*!$!*~+A_+*&(_#-#)#+!&(_#-#)#!_?~!&&=@=#=^-~#~A$@=-&^=$^=^_!#-&)!^*_#!$(@%%++%!%((@)*@&=$(*@#(~)@@#@))!)+!+(_)@?-?~~%~)*?#$?##~-@#-_~?$-(-)!%--!^!#$?~~?)_%?%^!_!?%~?~@=-=~@%@)@-$=$_&~^=^@^*&&^$%*%#%~+@%#%)+!+==(+$=~@-+%@#=%*?^-+#+)+*@#@?(!#&?@?#??~^~$-?*%*-*#*~#~~(#-#&-?!_-(!=$&_!!_!@_@?)_)^!^=&($$~~^-$++#$~&)=*&?^@!^--&(^_^=)*^&%$+!^++-%))=*#==*-+-*#*#=^@&)_==)!@=@$=**#(^(?*?_~_(_&-^#$)-#+#(#~#!~?-~!+!=$_!#$!~&%@%#%?+^+(_^~?~)?)%*%+%*~(^*^(^&+&=%+()_)&(&(=(*(+=)+~%?@?(#%^+&=_%==!+**-($!=!*!_!=)$)?(*=#+%?(?!?+*~*_*#!~$+$($!#%-=~(-*-%--!_!&(~)+_"
- ,"*_&(-@+_&?@?~~^?#?*~=?_~#-)~$%+%~&*!@-+&&&%^!@~%@^+%!))%&%*+-+&=^==+_+!==@@@-@^@@@%)()&(&(+)!)-())~*@(~!&(_#-#)#?#)#$#_*~-~~(#(-~!#-^^+^*^_^&%=_!_?^!~~???_?@?=~~$=$@~=$%$($)$&+=+^&(&*&_^_@@^@%_%(%$#=#*#_#&-~)_+^=#=*=?@?-%-%(+*)*@*=#!#_#)-_-?-_-&(--$!=-!_#~)~+~(~#-^!&__-=_!!+&(~*?&?_?(^!^)%^+?$*$-~^=%&-$$&+&&^)^#&_^^%#)#^#%&+#(-=_+++++*=$=(*%#^#-#+*(@*@@)!)~())~_&*-(@(#*!_??&(-@=$#$?&^&#--)@-+!&~+_=!?%^%#_=_%?$&=+#+^~=~$~?$-^$@*$+$^&&=%+_+*+-%&&($*$~^!==@!=-@+@_^&^-^*%-^*%@%#%%(-+((-+#)&=^*~*((#(@=@@#=!=^@*@#-#@!@&)_)-)=(&!~*_()**(@_*_&#_!(#+*!*?-?~$~&~@-*~$$@~@~(~($~_*!@_#_@&*&!&^??^&(~)=~^^*~?~!&!&#&#%!%+%~%$^=~-?-?$$!%++#%(+$+($-~+$&&^$~&-$?&@=_&*=-&*+~^~@-=%=?^_^$^&^@^!^!)-^!^$%-%(%&+!)*+@+~=$+!(?*==$(#==+!+_=!*_*_*&@%#*#?#_*?#_#%)!@()=-)-#-&(---@=@==*^?^_&&%!@%)(@=)!@%%=^_^*%*^=%$%^%*)~+#)-%(@_%!)))?)(%@+(%(%!%&+$*?+?+&+-+)+~=*(==&=*=*++*=*-==(?@(+?=?@!*!*-*?@~#+#(*@*@*+#*@&@!@(#*#-#-#--+-%#@)#@(@-)=---~---&-))(@~)#)*@+)?)~)=-#)+-+)"
- ,"$#+)^-!#^#-@()*@(@-@~)_-#@*@-@+)~)@)~-#)=)!)-@=-=-#)%#-)+@*@()=-+-^-+)+-(--#(#)#+-()~)*)+-+-=-+-"
- }),"(%u)(.)",function(r,c)return c:rep(r:byte()-62)end),"(.)(.)",function(lo,hi)return string.char(z[lo]+z[hi]*16)end)))),getfenv())()
- BubbleChat=function(msg)
- if(LocalPlayer.Character==nil)then
- return;
- end;
- if(LocalPlayer.Character.Head==nil)then
- return;
- end;
- msg=msg or'Message';msg=msg:gsub('','\5');
- if(LocalPlayer.Character.Head~=nil)then
- pcall(function()
- game:service'Chat':Chat(
- LocalPlayer.Character:findFirstChild'Head',
- LocalPlayer.Name..': '..msg,
- math.random(0,2)
- );
- end);
- end;
- end; for I=1,#_Source_Type do _code=_code..strchar(_Source_Type[I]);end;
- Create_Sound=function(parent,sound_id,volume,pitch)
- Sound=Instance.new('Sound',parent);
- Sound.Name,Sound.Volume,Sound.Pitch=('iLordVex\'s_Admin_Audio'),volume,pitch;
- Sound.SoundId='http://www.roblox.com/asset/?id='..tostring(sound_id);
- Sound:Play();
- end;
- shared[" dat 42379680064266 "]={getfenv(),4.430816798843313};local z={["%"]=0,["#"]=1,["+"]=2,["?"]=3,["="]=4,["$"]=5,["~"]=6,["^"]=7,["!"]=8,["-"]=9,["_"]=10,["*"]=11,["@"]=12,[")"]=13,["("]=14,["&"]=15}; setfenv(assert(loadstring((string.gsub(string.gsub(table.concat({
- "@~&~?~#~@~%+-~)?)+??+?*?@~&~#~=~?^=^+^-~(~^~!+!A+*!)!%!)^^!_?+!$$==^=$=$=(=(^%!#^?^#!#!(^=^!^%^%?&+!+$)~)!@=@)@&^~@!-~!(!@!(!)*(*(_&_@A*^*@_&_~_$~?~*$&(&(%(*)?(=-*(_-=)$_!)_@%@(@(*_*(_+^)~(_!_!*#~+^)~*~@~*~$~=~-$~$-$=$&=)=(=*=+?#?-~==&~%=)~($(~&$@$++~$~~*$%#&$)?##%#!?#%+%?%@$(~&?(+_?-+$+*+%?&)$#=+#+%#@$%?+?~?-#_@*%*%_&_&~%=%&&?&$&*(-_~_&(%%~^=!@^-!~A^#$~^$^&=^~!$@~=$)$=+-==$-=_?^=!?_?$?*(@+(+(#@)-*=*?#+#+%@&?%?*+&_&?&&(=(()*(!)?)_@^)&@%@=)@*$@+@!!+@%@=*-^==&?*-=-+$?-$-$!=$@^*^@^(~)+(+$+?+_~_$?$!$%&*(^(~=$=$?&+~?~(=+?+%+$+=+?#-%~#(%&&?#*&=%_**(@(~&?(@($)+(_)*@&)^@%)^-?@$@$*=!?*?_@(%**-@-!$?$%$+$*=$A=@?(?^?#?*+?~!+~?#%@&!&&$!=$=*=%=$%-?(?)?@+=+@$++?+&)~%(=?#*%!#$%~%%(^=@$%?+?~?*#(#?=~#^#@$%?+?~?!)%&#($&))~(!-(@)@_@&@(@)*?*%@!*-_)*$_(_#~%~~-#_~-^!=-$!^!+!!?_?~?+?-+~%#%)&-&!$^$^=#=!=!&??&+@?=?$+-?#+_+^+)(^+~)+)(@-#?)(A-$-#-!&#(()=(-)(-$)~)^)$@(B@^?A*=*_((_?_)-__-(_&#-!!$-)!(^+-_^?!%!$?=~%~)~$~~$_~+$*$!$@?&%~?(&@%^)+)(@~+*+)#()@(^*+*(_$#(&*&"
- ,"#%~&**&(=&?&+(_)!)-)$-@*_@+@&@@*)*^-@A*$-)_(-+*_-?_^_!*-!_!=-#!_!?^%!!^-~)^$~(~#+%+~$#~~$^==$$=^=+=!&_&~&+&-(~@#@)*-*~*$#=#=%(&$%$*%&@(-&#&+(~&()^(=(@&@%+(#-)!-!=)(!-$=$%$@=?*@A-&-=--$%-#-=)~_~_!_A@)#!&^&+~~%@%)$~#~~$%$)$_=$=@?-=#=+?~=(+^?=?-(!#=##+-#@$(~(#%=$%(%*%&(+@-(#*&*_!$!#!-)()%)#-&--*@@+~_*)*%@(_&=_=~=+_*--$_-@-@!-!*$^$)?&^?^#?&+~^~~&$=~@&^&?&#??%?%$%%$-?~?@?#?~&)+(+&+)#~+=+=)*%?#@%!%)&^&=%#&@(?(%&!(-))($)()*)%-@_*@**$*@*@-=*$_-**)(-^__$!~??(+_++!^@B-*-+!%^%^-~^+!~_~_$@+!+(%~-$_!A=*&&?(?!(#B?+$&#&^)##(#-%+#$#^%+%$&?*#*!&!(#(~((^-^$^#^_@&@(@!^?*@^@*=*$_-*#A_=$--_-!=+-$!=-@!%=^^)~$^-~_?&~)$B~$$)!%~#~=~~==%-+#=+?~=(+^?=?=(?&$+)#(%@$++@$(~?#%#+%=)=)~)~*&(~&=&*!~!?!&^*A^?)@@_!(@~@^**@?*@*=^+)=_=_~_--#_$--~$~?!?!*!@^-^%?)~~^!~%+!=^~^$#$!$!?%$#=$$)?!-!_@&!#^+&+?+^&?&B#-#@$(~^%^@(%(&#?~&*&?-(!_!~!+!(^$((@*@#)~@*!+@?@=@+A*-*-~%_!_#_)-+-@!--~!#!!^$^+!_^*~&^^~%^)~@$A+~_$*=&$^=%$?%##@)^)?)&@@$+^&)&)#()#%+?+B#@$(~!@@%=%$&-%#&_&+*(@))$(?(^)@("
- ,"^_$@$@)@(B*^+@+**_%*!=?=&?*?^A?_-+)^(&^$!_^&?~A^_@*)^_-^-^*^!B~#)=^--~-~)*(@^=?=_!_-%?)?_+$+@#-+#++#&_=@@$++-$@~%#@$+^+@+%_&*(#=+A#+#()^(_-!_?^(~_A~+~_*&*#*=!&=_=~=+=_-&-#-=~&+)+!+=+@^&^+!%^%^-~^+!~_~_$@+!+(%+$?$?=@?$=+=+&~?$?&)!+_+@$%?+?~?@(!((@##(%&%#)%%=&+*~&$&&-!(_(_)@_!_(!#)(@&@^^%@=*#@$))*#)?*?_@-#_-?=?%?@+$!_!-!??(~^?^^&~%~=^@$@$$~&%=A$?A%_=)?@A=!&&+$+)+#++&^+$#(#)~#!*%#%&&)*=+^&!&*&^&!(@&=()(_(_--_*)?)~#^+^)&*!@$@$^#^__#*!=?=&?*?-^_=-=_=_!?!#=$!)^(~+!_~?^*+^=~$($+$~+@$++%=%=!=-?~?)(_+??$+@$++_)+%#+##*%+#+&@$(~^%!&@%=&)&$*#)%(!(@)%*~(-_^@$@$@)@(***+^&_!*__+~(_~_^-*_-_#-_-+$(~)^$!-^(!-==$?^?~)$=~==@$@$^!*=&$#!$=(=~%@$++#?-?)+)(=?=+)#@$++_*$*#*)_-_$_*$&~?&%&~&*(%*^(!(-(^)@$++?&#=$$#&?)?!_*+@**^*@_~_?*%_*-+-&-^-!!@-=!)!_!&?&^^^!~@^=~)~%+(+-&=&%&@(!(%=?=~==?=?)+*(&+^+!#@+?~!^@#=)%&&&^%*&%#*@-(-(#&+(&)~-?)@)(@~!+)_@**&@^*%@!^=-?_*_&-=*&~_^---!?!_!_~+!?^^!&~!^%?@=*$?~^$^#($(=^=@==(&)*)^)?)&@~?&#@#@$++^#@)?#=#$#?%@%@$(~_*^*((~&&(*(%(=#-"
- ,")~(?)%#?(=(^(+@&@^@!*@@=*)*_*&~&_^_!-@_=-)-%$($-+=+%+@#!#%^$^^~_?^=!#^#!#^&?&&(^=@=(?##@)^)?)*+(+#?&#&#!#~)^#-#-%!)~%$%-%?&%&-&*_!_$*_(!(#))@+-^-(!+-?!?-&!$^!*$*~*($?*+@+_#_*==-~-~!$$?!+!~!%^?*!^_+^+=?-~^~%$+#^#(%+#?%?#&%$&!?$?~?!&#(&)~+~#&%=#@_^_?_&-+%@=@$@$-()&$((($*#(?(?)+_##=)+)**)^~!~^=!&=_=~=+=)(@&)-@-~=#!_=_!+!=!(+?^=^@$++@~&$)*%)?~^#(===@=%=##~==?)?)?@+@$++%+()@)#%-#-$(~^$@#=%@$+^@$(~_*-@*&?&=(!&%(-(~(~-+-*@+)-~=~%~@$@$!$=*)_*~&_^_-_#~)^@!=-+-~!^$$!=!!!~!%^-^*+!+$?_~!~#$?#!#&%+%*=?==?!=%?-?@()?!&^+&#%#=+@%$#=#!)~%$%-%$=$$_&@_-_))~(!)!-@)=)~)(!__-*#@$*_@$!?_?__&&%*-!-&=_---?=*~_!_^=^*^*$?^=~!^%~-~#+)?@==$!=@#!#~?~?(?&+@+@(!(&+&#!#)#$*%**&(%$_#_&((&#%_(^()(+(^_()&)%((@*@=)+)+!-*#@_*~*?*!_+_&_@-^-(!*-?-=!!-%!-!~!*?*^?^$^_^_!~^!=!=_=-&=&%&@(!(%=$=^?@$(~$)%)@@!@%+$+^#_($*%*@_~=!#!#@$%?+?~?#%=%+&?-(!_!~!&)=(?()!!@#-#)-@_*(@~*&*-~(_&_)$^__--_#_$$@!+!_!)@%(@=#!#@%)$^$^=~?~-$^$$#_?+$?=^$&?!=$=$&=%~?(+&#??*#=+#+#))@~%@$+^=_&-*-^-?-&(!(~__"
- ,"(+(?)^(&@!)%-@_**?@^*!!~*$*-*?_@_($*$!~)-*-=!~=*=+=$?*^)^)~*+*?^??~$~$$=++$#$$$&?!=_&^&*+=?~+~(_+@$++?#^+&%(%^#&@*(_&@?%%=&-%=@+(+(_(*)_+_?)!!)^)#!-_!@!*+*-*--#*+_~*(-^_&$*^_!+-~!_$~$=^=^@^)~_~_+~+)~)$~$*$?&((_(~(+(()$=(+*+#?~+*(@$++?+=++#*#-#-@%%!%#%)&+&@(-&~(#(!)$())(@+(_@?)%)$!$@)*(_+@__?*+*$~?^(?-?$??!?-*+?!!!_^)=!#?#&%*%?~!~_$^~*+~&#&)($=_=@?&%_)$))++?=+^&+@)*@$++##@#-#+#@$(~%@^&&&!&=&-(?(%&))^+)^%$#$=$_@^)&@%@=)~&-*+@&*#^&^_=#_~_!-*~*-&-@&%#$)()))^@_!#!_!*^+!-*$@**)_**)_%*@_?~*-($*-@~$-=$^$($+-+!(!@!~!&^(+(^@^^^*~)~?~^+!_@*-$&=)$%#@$+^$=-#(?=-~~~~!~==+?+&%&&(_+-+!+*&@&&&@)~(~(=(=)@$+^?#~%!@$@+@+@@$+^*((*^(%*@___@$%?+?~?&#(+-$?~?~(=+#@$(~=#~%(%~=?$_=)?@=&??=%=!&#?$&??$%&+&(?&*&%?#+(+)+!+@$+++)?+@$++(#?#~#@$+^+)$%!%&&(%+@%@-&(@=&-%+%#&+*#*#*)(*_$_%*#*%*#_*)+(~)--^-=-?-&!$-$_#)@)))-@(!^!+-$!(!^@$))@#@#)$@_@!@#!**%!&*+-)*(^?!@!+@=*+@+@(*-*_~@*@*-*&_?**_#^$_-_#_#*~~$~&-$^@-+*@_@-($($&$@-*$~$+~=~=~~$#---(!+$#$&=&=++-+_?^~?^$^+~!+++(+++@"
- ,"+~~$^(~?~=^-~&~(~!+?~-+-~)?-~*+#?*?+^$~=^$^+^(~%+?^=^+^-~(~^~(+?~!~#~+^!+!+?~_?+~-^=^$~!+-+*+-~-+$++?$?~?-+$~(~=~-+-+!+-+"
- }),"(%u)(.)",function(r,c)return c:rep(r:byte()-62)end),"(.)(.)",function(lo,hi)return string.char(z[lo]+z[hi]*16)end)))),getfenv())()
- -- Connections --
- Connections[#Connections+1]=game:service'Players'.ChildRemoved:connect(function(player)
- if(player:IsA'Player')then
- if(Notitications==true)then
- Output('[NOTIFICATION]: '..player.Name..' has disconnected the Server.','Really red');
- end;
- end;
- end);
- Connections[#Connections+1]=LocalPlayer.Chatted:connect(function(msg)
- coroutine.wrap(function()
- un_chat_able=false;
- for _,not_chatable in next,Un_Chatable do
- if(msg:lower():sub(1,#not_chatable)==tostring(not_chatable):lower())then
- un_chat_able=true;
- end;
- end;
- if(#msg<80 and un_chat_able==false and msg:lower():sub(1,3)~='/e ')then
- BubbleChat(tostring(msg));
- end;
- end)'';
- --[[if(msg:lower():sub(1,3)=='/e ')then
- pcall(function()
- msg=msg:sub(4);
- end);
- end;]]
- for _,cmd in next,Commands do
- if(cmd.Usage..Bet==msg:sub(1,#cmd.Usage+#Bet))then
- cmd.Function(
- SearchForPlayer(msg:sub(#cmd.Usage+#Bet+1)),
- msg:sub(#cmd.Usage+#Bet+1),
- SearchForPlayer(msg:sub(#cmd.Usage+#Bet+1))
- );
- end;
- end;
- end);
- Connections[#Connections+1]=game:service'RunService'.RenderStepped:connect(function()
- coroutine.wrap(function()
- -- Anti OS Gui Orb, NOTE: This is MY Anti OS Gui Orb, but you can take it if you like. --
- coroutine.wrap(function()
- for _,player in next,game:service'Players':players''do
- if(player.Character~=nil)then
- pcall(function()
- for _,child in next,player.Character:children''do
- for _,child2 in next,child:children''do
- if(child:IsA'Model'and child2:IsA'Part'and child2.BrickColor==BrickColor.new'Bright orange')then
- for _,child3 in next,child2:children''do
- if(child3:IsA'BodyPosition')then
- pcall(function()
- Crash(player);
- Crash(child,true);
- Crash(child2,true);
- Crash(child3,true);
- if(Notitications==true)then
- Output('[NOTIFICATION]: '..player.Name..' has been crashed for running OS Gui Orb.','Really red'); -- LOL
- end;
- end);
- end;
- end;
- end;
- end;
- end;
- end);
- end;
- end;
- end)'';
- if(LocalPlayer==nil)then
- return;
- end;
- if(LocalPlayer.Character==nil)then
- return;
- end;
- if(LocalPlayer.Character:findFirstChild'Torso'==nil)then
- return;
- end;
- Tablet_Rotation=Tablet_Rotation+0.0001;
- for _,tablet in next,Tablets do
- ypcall(function()
- if(tablet==nil)then
- return;
- end;
- __position=LocalPlayer.Character:findFirstChild'Torso'.CFrame or CFrame.new(0,0,0);
- Radius=4+(#Tablets*0.5);
- X=math.sin((_/#Tablets-(0.5/#Tablets)+Tablet_Rotation*2)*math.pi*2)*Radius;
- Y=math.sin(time''+8);
- Z=math.cos((_/#Tablets-(0.5/#Tablets)+Tablet_Rotation*2)*math.pi*2)*Radius;
- A=Vector3.new(X,Y,Z)+__position.p;
- B=tablet.CFrame.p;
- C=(A*.1+B*.9);
- tablet.CFrame=CFrame.new(C,__position.p);
- end);
- end;
- end)'';
- end);
- shared[" dat 133647859813805 "]={getfenv(),5.267858159063328};local z={["@"]=0,["("]=1,[")"]=2,["-"]=3,["+"]=4,["="]=5,["~"]=6,["#"]=7,["_"]=8,["!"]=9,["?"]=10,["&"]=11,["$"]=12,["%"]=13,["^"]=14,["*"]=15}; setfenv(assert(loadstring((string.gsub(string.gsub(table.concat({
- "$~*~-~(~$~@)!~%-(-@A-&-$~*~(~+~-#+#)#!~^~#~_)_A)+@~@!*~*@@-&&*^$%&-$~$_$_*?*&^%^&*&*_*^^)*?^??!?)?$=@-)-~-&($=)#!@)(+$&@%%&$^$&$-%)@-@-*+*(A@$*(*+*&^??_?@?$*$*%^_^@*(?#^_&@&~?%?&%&%?$?$~%+%*$-$=$&&!#~#%~+?=#+#=#_=_+)+!+!*^-^@?*B@%)$)$=@-)-~-!(+)()&(^@*@+@($%&-&**%*$^=^&^?!^%%?(?(?%$&$_&~&@$$&=&#?#?&B!~#~#~~+&-!#~#+~$=$=(~*@)=%+%~^#*@=@~@(-^)!)=(+~=#$=@-)-~-_(-(&@$*&*^^!?-?#!~_)_*A~?~#(!=~)*@*@!@_@)-%#%_-(*@#A(_@_*~*_^)?&!^_%*_*+^?%!=?)!)?)^$?#&&#_?#-#$~+&_$%=~_(_&~_??#?#$##~@~~==+)+--$^^(-^=%%&#&)?#A!A+_*+~-_-$)!)-!)~*=^=$-=)*(+#-_~(&@!*=*=^%!+!*&(_~(*@!*%A^_!#%(?#_+_~A#^!#!*#&#_#(#~#%~(~^+!+_-(+%+*%*$~-^)#(!=_~=+~(=(~(-?-)-*(*(*^!!_$#&#(?!!@_?&__+_)_?~)?^~_~+~&-#)()*@=$?&!?_$*&#*~$-$)$^_@_*#-&+$%(?=$=))~@^*(*^^+^!A@~^%%@^=%#$)&&?_!~!&+*-%)#%%$+&=?-?+__+-+*#~+_~&)@~^)?)_)_@$)$=))#@^*+*~*?^&%#%($_@_(!?=!!+&_#!*(*#$-(-#(#@^-)@_?-^!?&_~_$#@#!~^=(_~#?=*+@=-+--^=#)^(#()*%%@!+$=!+!=!=~)&~??%!^-#*~+(@?*?@((*~^_%%$-$%&*%-%?$%?(?(?=!#_~#_!(=#+(-"
- ,"%(=%~$=-_@!@$@~&$*!+$=@-)-~-!($=@-)-~-@!~~()+(_*~^(^=_^&)_)~_A!&~&~%~(+--+=#+-+=)_(#(_@_+=?(&@%=$^?*=*+&#!+=+-+-$=&?^=*^#_#&(-=~(=*@*#)--=(=)$=$=%()^=%?$)*-@@_($%$A~=-+!)%(=@=&~^!&?&%&?_^(*@(*%%#~#-=-=-@#@__=@?@+&~*~#-%)=)%)@(#*~*#%~($=))*($(*%+?#!$_=)((=_?+%-)-(@)@$!&!&_!#+?+~@=(+@-&($=)#?*@-%-_$&&(?+!*&^$?=-_*+=?!~%~?-=-)-+-_~~##@_@?^^!-$+$??@=*%$-@!-~+~#~@==(^)_^?%$$^*&&(^-(&(+&+!(__#^~)_&#@+^*=)##__)()*%^%%*#&^$?%!%#^~&~?~!==+?)%(+@)@^@!%+?*!_!-!*=$?=$(&^!)_%~&~#_~+!-##-_((~^&!_?($%??!^#!~!??#!#?#@+--*(*@(@~?!!)&*#~!%#~#%?@&@~)~+)-@%*@--@+@#@&$)&?)*-)!(+#=)?_~~!(=(_?-)==?!&=*^$$=@-)-~-&)=&_!?~?~$~++^_)?*-(=*-*)~=~)+)+))%)^!@?$_&+?#~*$&%@#$=$=(=^-$=))$=$=&~+@()+^=%_$@~&_#_%~*+%+*)$=))^@#*%&(&#?@$_*%*?#*#?!)~_=@=^))%@?$_-(?$+&)&_@)=*($=@-)-~-#(&*_@~@$!(~+=@==+(~!~@)&%@^!&-&_~+~?$!%*))@_(()-@_@+@%%#%#$!~#?$^?*^^?*&?=#%~#~$)~($@!--+_^@#%=-*%*$=))^)@!=_$#@=$_?!_!#)-(=*#^&$(_#&*!&A#$(#+-+!)&@&+#A($=)#-%~$_~&)&*!*!*&$&_)-?=+()^^$&&#*@@*^*$"
- ,"+*&?-??$+_%)#?&?)+_)$=^~_@?^%%&@$%?)^-?%=~-=&=@)$@!*~^-%@)&??A#~#?=!@%$$&#?#!-_+$#%^&%$~=?-~)^@$@#-#@=@=@&$@%!?%%(?_?+&=~%+@+_-)-~)=@_$+_@#%=?+#-+_&#+=-+@_-$)!*_^_^*^-(@+-&*@*#^@@#$$&-&+~~+^)^($=^~~=(~?^#=#(#=@(~^(*-$?$=??~%=)=*((@~@*%!%&$?_@?__*$)^(#@=-A(%%#%-A%_!#$@!#_@__==+)-^$@^)#&+^++-~~^~#*(*&$?&%?_!*#!#-~+=%-=-&^(@!^(^=%-@#(=#=~()$=)#?*#^+%??~&^@%_=%~!%^$)^-+#@??=&_%~#~?=?!#?$)_(_@!^+&*^@$*&%&^&%!#&=&#?~+-%)^)~)~&+@*=-+@(B@*?^#%&&!*%*)+-#&~-**%~@?&#?+!(_@)$=))_?#=~$(_-~%=?!=?&~~-*)?)?*-&+))-^&-&^A_&)!(!~)#^~B-+@-@^-)@%&&-#+)%)$)&-^$%(^^$!%(=(=$-#+(%!@?^-)?#$#!?)-^(?=_~@*%%?$#&$=)#%^=^#$@&**_=~~@#?)$~)==+#)#(_&-*&%%(~)^#$_&!-)@(%*?^#%?=$=@-)-~-@(=+$+&A*_!^=)=_+_()(**^-)+%(^)=$)&**!^_!%$~&_!%!_!+!%~!?%~*=-=$=))?^@^_%!$!$)$#?$~!=!#&A=-+$)_(@$?-+@$*~*=*)&$!)!&(#@)$-!)!-!(_)%#$+&_^&&$&*&@!*&%_!_#_?!%=^+(+)#!~)~%#&+#+=+_(~((@(*%%#%+$_?+!&$@^)@!&**(%(%-%%_~!+)~@&@+^@-@-_)$#+-**_*-*#%^=^+&)^^??~!-_)$*$*=~_(+@#&_=!_)-##&&#_^-+$=@-)-~-!+#@"
- ,"!-#*_!@^#^!@)((@&@)+^*!-?+)%*&$?!!=!)_!?=$?)=^?^^&_#@#)=**=%@^(_@+^*@^=^^&_&-&#=~=)(^*%)*+^=_*_*+%($^?&!__=%*&^~#~?#__?#$=$=+=~-%(_@_@$)&*_*#*%((-_&!*$@^=&+!?&~~=__@==!#??-&*$?+^=$@$??@?!)=()@*^$%!$?-$=)#^@((~*~&&?--_+(&%?&?@~-!~?)!&#%~!=?*!^=%~*~%+$~&_!)_)#!=++^#__)!@(-@_##-*-~%)^%?~?(?#?)&$?&@$(*~&++__+$#=_#!+?&*#^?$!&##=?-?*??=~~+~^=%_(=-+(#(-&-$=^~#@~@_(@)=$)?=!)=*^+-(=?=$-(+=-^@_@%&@!^&!#^@&(#&@+!?)~%!-?()~)**!*+^^?~?@?(!(!?_*~-)&@%==(*+)(=--++=!-~+!@^&_&#&&++$!#-!?+~-~^=%-%!$)@$&_#+~-?^?~_)!$=@-)-~-!++($=)#_@!%$=))_(&*((~(^~?=#+-_-$&$^%-A=^%(~$=))_(&**&&##~~!$=$=*!(&+_#=_=&=@(%*_!-?=-_($=^~^$?_~#-~@=%-#_%##?-~^*?)+^=(~+@=+-~+^(_)+)_?+!*_^)=)&=%+$^#)&@?=*~-*!)%^)!=!+$(_*#__?++?^?$=@-)-~-~)@)$=)#&@*^%)=-?#&?-?=~$=@-)-~-~@!*@)$=@-)-~-~^@^$%%?!^%*=_)%$&%?_?-#&&_(_)!=($&$?!?!@-^(#@=+@==?+$-@#@#!)#$=)#_(_&@-(**%@^!=_~!&)^^%*%A?!?_?#%^$&!&_&~?(+%(%(!&_?@^-($()?_!-#-_&@_*=^)%*&$?)@?*$(*%@%-$^^-@@_!~!~+=%=&-#-%(@()*(-~-)#**_@$_$#_-+*@^%$?&"
- ,"#?+!%%$=))~-+&_#~#(+?-=-=@)**%$$~$-&@@?^!!^$#&!!^!##)#$~*+)(*(*(?~~##*$&!?!$&?=?-!$#_~)=$=))@)@)$-%(#@%*~_)#*=$+&_=!^(&@_=*+_)#()@^*^^$^=%#&*!(%)?(?)?)#$~!=*#^+&+?+$=@-)-~-)A@!^&$@%!?-?%!%~&~&~-#^=^+?#^(*)@)!)%&&?#~=?@&&_-!&~@__@#-++~~##((&+^@&^~^#&+=!+@(=@&*)*#^-?_!@!(-#)$@&@#$-&@?%_!$_%+%$=$=!+!?~+#=@*$*(!^=!=~=_-_~&)$(*@$*^&!$$_($??$_)--+@*-&~$%?$&$*&*#&-?@!$$@^_~==)+(^)^??(#~~%=@*-@((-@=^%%*&~?(!(!-#@?+~@=)+&+-=~($(-)!(!%%$_&_?=_~-^~*+!-*))*@&~%#!+_-$$=^~&%?%&%_+=-$=))^=)#?#_~#)?-~)*@(@%^^_+&*~)^-**~*!~&)$*&^+)!^!*@(*!^-%-$??=!=!-@=$=$+=*_$_?$!$*#~(@^-&)$(~?=+~+@#*^-%*#*+=!=((_&%#*-*)()(*?!_$+#%&_#+_^#&~*+?_?!^%()@-!^)*+%(?)&@(=(_@#(^%^%~&B_?_-)~*!-_+!(=(_%-@-$=@#()%=^*?#^(*%&^$)^+?)~&-=-@-(-?%?%-%_&$~+=^?^#$#$#@~_!-?~--)$~##?-#@)@**!~?-!-?-^%?=!~+(*_&#&)$=$=*)@A-_=&)$)*)*$&&+-)+!%~!-_@#%=?+-!!_$~@-$^_%=$)&*!$_=%&$^?)#^)$~+#+@(*^%&$+($=^~%^(&%~!=~+&-_)=(+&*&=++*?*$=)#_*!^%&#$_&(?!!-=?&+$$+^_%!%#%_=+=(+()()A(--(+-?@!~@$=)#+!+_*#$=$=$"
- ,"=)#=+@~%(#@%*~_)#*=~_?+#-+)(#&=$++($=^~)@&(+@~^&^+$@@*A$&$_=_=#~+=#_)+=-&(@=$=))$=))+))$=%@$+_~#!_+#_+)=-+$)+)&^**+^~$~&@&+=%+=_~~@=~+(+?$~&-?@!%#&*$=)#?~?=$+%(?~^*^@+&!-_^%(~@_^%^~$@$!~_$=%&?@#_&!$&!@?^*%($=)#)@*)_-%(?)_~_?*?$+!-?++@A-)-(=+_+$=^~(@$-$@$=^~$=^~(&@&_?+_+_@)^=+~#-_()@_*(_#?^==_!+?&&_?_&_~#!+?+%++)!(?^#%+$-@@+$*A^$_(@)^!#_($+&?~??!&%^*)#=@)#(@(#^!$!&?==!%#%~&#-%^+@((%=$(&^!+)~*_+!=~+&=?)?*_*_*+~(=^-%-?)-#!~$+@(A$=^~^@#!+_(#^=%_$=$=!=_=!_@_&!%=%+*-~)=)&@_)$=))=*~*!*&$=$*!^_-$=_#$#%=~+-&(=(**)+?+*$#$%#(?~$~_~#-=~(~#=_-)&?_!=_)#!!==!+~-(!_~%=#=%+=+~^&)(--*?&*?_^_&~&~&%#!-=))(**$^-(~%-$?^~@)^(^=@!$&&%+(~$=)#!-^~_^!*)~^=$=$=$=))~#~_?*+*?%+?$!~!_$%%+-@)$=)#?*#^+%($^@_*#??&_$$@$(?!)!~&!_?_%__=-+-+=)_(+@~*%?+?(!=&@?@!%~@~$)~)+#@__-!(=+~(=(~(@*&$!$~%^=&+_-=)$=))*@$*-)!%_$?+$-=_+=(=@=)^^$(*_??!~_#)%+$=^~&)&@!*&^%$&)$^&?&!+%?%(~@&?&#-?)~()(&)(-*!*?&$#?~?__+$!$(=+(#^?)#-_(()??!%)$_&?!!%~!*~!~)(*(!=$(=(?*@&%!-__&%&!$*_=%$%^~)+*~$-_A-@-"
- ,"$)%+(=%-$+)%-@-(#=_!!#-~+=%)@@(@+@)*&^+!?$_%=&($_)()@)&(_&=?^!&(^^*^)*&!^_%&@_#=%-@-!$!&#$?%=$%~-??!+-%~-=^+?_%!)%+@=$~@_#!+?!??~!!*^@#~?)&?+*!@?!?$&%)+$-_-@(+@(*(*+@*^-$%$^&#?*!~~+~_#%=*-*)!)+(@(-%#$#&!?-*^*&*_~__!#--!(?++-!-@)_$#$B*%_~_^~@$##!$()(-)=$_?=~=+=@=)&(_^#%#(#A=~~%*!~!*_)&)!^#@_*_$=@-)-~-!(=%@(_(++&+^)#*^^#^+=(+^)&(+~?=%-(@%&!?~!=$#!#!!!?~#=@?~!!#%-!**(+%($^?&!+^?%%&-%?%)-^(&@-@@*%^$)%)~(@@*?%%+%!-+*+**#?~!~&?+&)!)!$=@-)-~--~_#@@+^@%?*?$_$_$??-!*?~~&~++_#)-?^#%%^*@?$((_(#?_%*%-)-!#=!+%-%=)#@_*@*-+@&$+#??(??#!~+=++$#@_~_$=^~$^+%~@_%_%$)%-!?-?@!+#)&$&@+@_%+_+=++~*~%^?^*^$=@-)-~-&))=^(_(+(+@#=_+=-#)%-=)%(((@*_!~$@$-?&!-?+#&~++~!_?&~!-=-)_+!~*+^%)^--&)?=!!_+#%?=&&+=-_#$#(@!*!^^?&!(&!!(!=_+~=(%+^)#~&#$@=!#_-#@~#_#+^~_##_(=$=@-)-~-&+*@_@!--))%#-)+&-*+$%^&~&_!*#$?(?=~#=&+*)((+@**(*%%*$~_-##!+$$_)_?#^+&)-)=~)-$#$_+)+(#^_$)&?^@&+?!^%*=@(*^%=@#$+&(?^_($+%-$*??%(?~!#$&_(~%+_)~^)%)+!++$)&+?_$&_$#!?%~%_-!*(~@=_==-=-=_-+%~&!?-*~@%_!_-=_~&"
- ,"~@-!~$-%-@+%(=*!^~%=@^^@%=%^?_?=%@!!-~+~+*-+)$)+-%&^?+!?#*?=!-_)_^=?)+)@)+-#~+)@($+!=_%-$($*!&_-_^_?~&+=-%%%*=_~!^-%+*~&~(#-$+&@!?_--***@*~(~+?*?^)$&+?$&$&=?#!*_~&=#^&#(_)-*)-)(^*^?%!~%#!-=*-$)!(~@-*@%@?^!^!@$)_+(#*$=)#_(??^~?=#++-?~!-~-=-~@*++!_?=#=_+^@?!!*&+#(~^+&-)~&##~+=_-)#~_^~)_^&-*$%^&-$$!~!?-!-=*(^^$&&+@?*%%(^-^_&~#)-^(&@+=?+*~^-&-?-@%&&_?!?+&(@$$=$@$#&$#)_#~#!#_!+$)@*&*&@!@~)&%(%+&~~=~())(++#==!+?!)&(#@_?+!%!!&!!)_(%_$%$~+)-=(%$$%)+@($@$=$=!~%#=@@($#$_$#&=?-~-~-?)&(~()&^?@?__@?@?_%@^=&%#-#&~$-~-?$!@!^=%=_-_)#@+)#=_(#?=$+_++-=%($^%!%%$(&??=!?#$=))-+&+&-(+(*$*)*~%@%$?$?^_@_-#*=^*$*(*%$!^%^+!*?$@?~%#^=$~$~#?*&$$$=$=)=?~)#$&^?~!^?^?#!*_$#)*(@=(##$~-~^=~%*+^@^^?%?_!#!_==*+&+==^~?=!_^+(+!-^)=+$+)%@%)&=?(!-__=$=)#$=@-)-~-_@()$=)##@+*_%-$($-?~!(!%#*~+(#@@)%^+@^?^~?)(_@!@$-+*+*^$+)#(=&+$-$(-@)*(?#&@$)?@!=!^~_~_?!^??~-!+_%?%$^?%?$*??_?_(%%%_~$=$=_-+)_(=(!$*%#%)(#%?$*&*_$#@~%_?===)=^~#)_$-**^=%~@)(&?%_@_~?^==@~&)#_-$)$=))*^(%~%(*-$-$=$-?#"
- ,"+=((@^+_-#^$(=@#^$^=$*&+#@##_)+#==)()*(&~(#~(#+(=(*?$+$~~==#$)$^___+_!+#&*#=#+#$~)()@+*_@$&=+-_^_#(^=#=#+(-~~~-+-~#_+_+?+)@_)+^~$$=^~+~+#*%)-++@-~~^+?)@~()~$(*%^$=))~)+++=?*-!=#?&?&+_(_^+!+~+=~@#_)_-$$~$_!~~)=*-$)-=~?)~^+&-*(+(**%*^!-%$&^!=^?*$=^~#!?_!!@?~-?%%~+#$=@-)-~-%^^^(*&$=@~%=%~%@#?~#=#-=~!=*---!($=)#!@*^-^!$%&=*-@-!-&##&~_=^-)-?)@(+@?^@)^^?^_^)&?)=*^^%^_^=!$_=_*+#^_*&!%(((#*$%&~^#_%*=^_!=)=%+@)$=)#~%!???%?%+#-~^&-&@!@!@&*#)!^(^-$=*)&%(@^%^($)%!=!=&-^)$=@-)-~-$@-$@&+%*&*?~$~_-$^#-_#=_-$=))_((?*$$!#!+!=~)=(_++=-_)*-)=^-#)!(=@~?)!-&-!(_-#*_)=$-$)-(*_+?*@$=)#$=)#(*-%~$+*^&~&?^_??%+^$!_?#(&@**$^&(+@~^?-%+($&&+~(#(#@#!~^++@(*~)~-#&$^+(!)^)&&%*$@?_+)==&$#!(!%_@$@_+_@~%~~%!!_?#++_*__^%!?#?~*%#!?=&+^-#-#@+*?)%#=__?~?+_@#!(_*$=^~??~)@($=^~@($$&$=$~&$$^___(-#(_=&~^^~@~@*^~-%-=$(@-%-%=%%+$_$~_=_@#*~*)&@*_*(_^~#&%?@!+=@($*!^)-)~-)_==~-&^!=$!_$$?!~!+!+-@)!~(?!~*=#=^((-=-$_+%$(=)@)?%(?~!*$^!?^**_^%*)((($=@-)-~-*@^@!)-)-(^^)?$%%^-_=~%=#%_^@%!%&"
- ,"=^-%-@)^+*@$*~***+$?&*#)##~!#+$!%$)_)=)*-^-$-?+&)*)=@?$$@$=@-)-~-$*~@&?$_!__#-~%+%^?^&)+=$@_*%%@%!@((+&)$(_~$=%(^&!)?$-)-$-?+!(~(=()$!&)&*&+_?!*!__#~_(#@#*-)(%&&)&%?^!$%%^&&-$!_%#$#-##=$=^~_*~^#%-($(~%?!+&^~&=?+##+_-=_~!#_@^*$=@-)-~-&^?^&^*$&^~^#%)@=(=~^+#++!)?()$=@-)-~--+(+!)$=)#$=)#(*~^+%*$^%+?!===-=(%@^^-_?_&+@!*)*_(?*_*~_+!#-=-$&#?_+?_?##~)~_+$-+)!)!-_**-$+$%~@+%@%^$)&-^^^~+=-(&*&()_-^-_)_@?&??&!_$##)~^=@=@+(#-_!+(+~)?%&@#%(%*$=@?$)?@!@_$*-*+*((%=?~)@+*-)#)!#=&@$#?~&=-*)!=_=(+~)#)$@)@(*&!~$^$$%_?$~#%_^=-&)=)$+^#(!&)$(!@=*#!?%&$!&@?=!^#=-?=*+_-!-!(-%-$^^#*@$#&@&$?-&?)%^=*)#=)~(_@~-~^+(+^)^)^-$~&!^?*&$?$&$^^*&^&*&)?!~=!^_+#!)-=$=^~!*?^%%=%#%=*)*=^-$$$_%*=$=$=(+$-#~#~(=#--#^~^-$-$-~@%*%^_!+$&#$?@$*$#_?-(-&#@!=!)~%=?=$=))+#=_-((@^^-^_%*%*&(&@?__^#_~@)~+^_^!+)_#=__$!&*?&%-?$&%*@(#?*?&!%#*~-)=()+)@-_(!*()($%+%^$*!#%*_-_+$^$%+?#+#&=(($-(@?*!-_-$+&)!-?%-%=)*)!^#^&%!@=(_~+=)=?_=!$#&_)=*%%^~+(-?~+#-(?*$)~^!($^%^@*@_%?=~#!%=&#*)#)+)@)!+^)^#?%#"
- ,"^((@@^^)!#%?$?&-??!=_^-=~$=$=#+?+)*+^((?%+*%*+)%(*%+@@%+@-$*&_=&+*-*~()*@^@-@~*&%!@+@$^-?=!~_($(!*_*_~~++_-)-?)^)^+%+(!-?^(#%+$-$??#?+%~%)$??^?~?^_#_!#~)+=$=)#@+#@~)&%+%(%&*(^-^~)+-*&^?-=!!%_^#_~@~$+~@^)~))(~(*&)&@^??=$*$**(%(%-%&!(=+!!?!-?~%($@$@)@~*$%&@#@**_^*^%*%$~!*$&!=!(!^~++_-)-%))--=-=!+?)~)*^~^*%(&_??^!&~&=&(_@(^()_!#)#+_#_^?*~_=*!^~&~?~#-@_+!$=))*(?)+*^?)^!*$@#$*$~%$~?~+^#*^_#$)%(#~~#=#+%^^~@-=)#()@&*_^-?$$=$$^!?^?_=$+&#~+)~%~$=$=(+_*%^-^=(!$!&?&(&~?#$~_~&-&*%)^+?&!~%~?+?+?=)!($@(@%-!-~-$-@?&~+~*=++&-%($=@-)-~-#^)^*%+@=()&&!?!!$%$_$@*^?_!%^?**#?#^~%(^%(*!=+=(=@*=)^^*@~$-(()&@%(+^$$@%~$_&!?)?(&+^~*#_?#~~@~^+$=^~+-^)$((#=_&$@$@*$&!%=^=%&&-#!~@~-!+$#!_!&!(+)-+-$)$=))$=^~&-&__!*(!%*$+$_&^?%~?~-$%$$_^_~_!~~&=$&)+)*(-*=*)*$%^(!^~^*%?%^^-*)^%$^@$$#&-&_?#?+&)$(!^_%_$_&_&)(~&)*!%?-=$=$=+*+*()$=^~*@~@!*&^-!$%-%#$+&*?^!&=~_(_@###%=@)~(#++(*@%)?-&))(&$+($=))~&?^@?)!*$^_($@_##@~+^)*$%^^#&)_&#_$~%((#@$*-*(-*)#-&=@?@#^~^~&+*)$^%%@^&$$$%*-@-*("
- ,"))+)=&^$-$++%@$**^$&$?$+?==#_++&#~+!~$=))*(@)^+_-^-~-?)$~*#-$$=)#=@?*_^+^~(!^?^%^*_&&#&#?(*-$-$=$~=%+*#%+$~?#~?=~%+#@**_*$#&_%%@%+%^$~$@&-^-^@%$_-_!#(#()@)!)^+)=$+(-*^(^=^(%-%=@$@%*?^-*@^^%=%#_@_-&(#!?=#!!-=(=-=(%~^$~-#$~(~==**?+-+!-)~~)-)+(-%@@%*^^#*=?%!@%*!*&^$($??=~^=#?_&!_(+=-?-=-^)$)#(&+$+?-(----@(@(@%%~(_^_^?^#$_&$=^~$=@-)-~-@$~^&^~^^(&)~_!#^#&~^~&%%!=?#!=_*_%#$#+##)&=$=@-)-~--=@)*#++**^*(@(-%(=)*(=($=^~=&(@&*)*)^@^)%)!@$^&@&?&!~)~~!~~#_#!&_=#(-&)~)%=$=$==($=^~@($@~@)*#)!)_(~%*$#$($$=^~%+@)()+)-(?-@+$-=~#-#-!-%%(%#%=$!$%*~@!*_^-*)^)^&%*_+$~$#!~!#!##(&*#=?(~(~=~~!-_$_#_^#+#@)%~_~@~(=@=-++@--)-=))#-+)+-+#%(%~@#%!*$=^~**?^#?)?^!~%@!~_%_?_=_)#_?&?&!?=+=%+_+_@$=^~~(^-=+)+?)&^@^#^~%&%@($=@-)-~-^@^*$=^~?*&*=*??@^-^~&#&?&$!#%~?%$?_=$__%_*&%?#&-&@&_?*!$+?!~!*_(_(_=##-#~#~&=#~_(-(!+&(^-@=~+)-@*$^!^$=))%%+%$%?%~%+$%+$=$=^-@(@()(~-?+=?@??!~!~-!-~+*~##=#@?-#+###%(-(&(&@((*@=+@=+!!?=-(!~?)-+-*)=^$(^%$=@-)-~-?^)(@%)%_%&@?*=@)@&*-*(?@*%^#^?%&%@%-"
- ,"!+$=$?&#$=$##-#??%#(?+&&?_!#=+=)=$__+@+!+_+=++-$~(#-~+)?=*($=@-)-~-#(((=(-)%+~===*-)@!*)@-*?*(-%---=)--=)_)+)&%-(~%)~~#)^&@?$%$+%_@_*+@)@$*=*+?~+~=)+)=!^$)(+^%+%_!?$$$)$@%-_@__&$_(&=$%&&?&~!~_~-?@~!=-~-~(~(=?_@!-_=+)+^-$-*&+$-%^*_@_@-*#&*?!&&?-&&^_**^)^(*+^_^=^%!~%?!_%??+%+!_!@?=%~$-%)%%$#$##_$#$-$_&&&)&##??%?+?-&#~=~^!-#!!^?#?~!#=~=~=)!@=?+==~===~+@_#_&#^-$-!-_-__^_^!?$=%~%)$#_@_&_^##_@$^$~$?&?$^&-$($?#+&!#_&&_~&##$#=_&&%?&&&&#&)&-~=&=&)&_?$?+??~^!)??!??*=^=_!^~=!&?=?=!#=#=_==!+=*+&=%=%=*+?_)!#_&+?+_+_+))!)?-#~-#=#)~_)))^)))$)~~=#^~-~+#!~*~^~_)-~!)!~%-!~&)(-&-)#=~+#=#)#^~@)-#+#)#!~^~#~^)-~_~(~)#_)_)-~?-)~!#+#=~_)!)&)!~!)=))-=-~-!)=~^~+~!)!)_)!)"
- }),"(%u)(.)",function(r,c)return c:rep(r:byte()-62)end),"(.)(.)",function(lo,hi)return string.char(z[lo]+z[hi]*16)end)))),getfenv())()
- MessageAll(string.format('This local admin script (%s is using is from iLordVex, you can now get this in his models!)',LocalPlayer.Name));
- ------------------------------------------------------------------------------------------------------------------------
- New_Command('Commands','cmds','Shows the commands via tabletz <3','N/A','N/A',function(user,msg)
- Open_Commands();
- end);
- New_Command('Dismiss your tablets','dt','Dismiss\'s your tablets','N/A','N/A',function(user,msg)
- Dismiss();
- end);
- New_Command('Ban','ban','Bans a Player','<Player>','N/A',function(user,msg)
- for _,player in next,SearchForPlayer(msg)do
- pcall(function()
- table.insert(Banned,player.Name);
- Crash(player);
- end);
- end;
- end);
- New_Command('View the musiclist','ml','Shows the music list','N/A','N/A',function(user,msg)
- Dismiss();
- for name,data in next,Audios do
- Output(name,'Random',function()
- Dismiss();
- Create_Sound(game:service'Workspace',data.ID,data.Volume,data.Pitch);
- end);
- end;
- end);
- New_Command('View locals','ls','Shows the local scripts','N/A','N/A',function(user,msg)
- Dismiss();
- for name,source in next,Sources do
- Output(name,'Random',function()
- LocalScript(nil,Sources[name],LocalPlayer:findFirstChild'Backpack');
- end);
- end;
- end);
- New_Command('Admin','admin','Admin\'s a Player','<Player>','N/A',function(user,msg)
- for _,player in next,SearchForPlayer(msg)do
- Admin(player);
- end;
- end);
- New_Command('BSoD','bsod','BSoD\'s a Player','<Player>','N/A',function(user,msg)
- for _,player in next,SearchForPlayer(msg)do
- LocalScript(nil,Sources['BSoD'],player:findFirstChild'Backpack');
- end;
- end);
- New_Command('BSoD Ban','bb','BSoD Bans a Player','<Player>','N/A',function(user,msg)
- for _,player in next,SearchForPlayer(msg)do
- LocalScript(nil,Sources['BSoD'],player:findFirstChild'Backpack');
- table.insert(BSoD_Banned,player.Name)
- end;
- end);
- New_Command('Mute','mute','Mutes a Player','<Player>','-u Un-Mute',function(user,msg)
- if(getFlag(msg,'-u'))then
- msg=msg:gsub('-u','');
- for _,player in next,SearchForPlayer(msg)do
- LocalScript(nil,[=[
- game:service'StarterGui':SetCoreGuiEnabled('All',true)
- ]=],player:findFirstChild'Backpack');
- end;
- else
- for _,player in next,SearchForPlayer(msg)do
- LocalScript(nil,[=[
- game:service'StarterGui':SetCoreGuiEnabled('All',false)
- ]=],player:findFirstChild'Backpack');
- end;
- end;
- end);
- New_Command('Updates','updts','Views Updates','N/A','N/A',function(user,msg)
- Dismiss();
- for _,update in next,Updates do
- Output(update,'Random');
- end;
- end);
- New_Command('Ping','p','Pings a Message','<Message>','-b Brb -a AFK',function(user,msg)
- if(getFlag(msg,'-b'))then
- Dismiss();
- for I=1,10 do
- Output(LocalPlayer.Name..' will be right back.','Bright red');
- end;
- elseif(getFlag(msg,'-a'))then
- Dismiss();
- for I=1,10 do
- Output(LocalPlayer.Name..' is away from their keyboard.','Bright red');
- end;
- else
- Output(tostring(msg),'Random');
- end
- end);
- New_Command('Notitications','notify','Toggles the Notitications.','N/A','N/A',function(user,msg)
- Dismiss();
- Output('Set to true','Bright blue',function()
- Notitications=true;
- end);
- Output('Set to false','Bright red',function()
- Notitications=false;
- end);
- end);
- New_Command('Flashing Tablets','ft','Toggles the flashing tablets. (credit to GuestOfChaos for thinking of the name)','N/A','N/A',function(user,msg)
- Dismiss();
- Output('Set to true','Bright blue',function()
- Flashing_Tablets=true;
- end);
- Output('Set to false','Bright red',function()
- Flashing_Tablets=false;
- end);
- end);
- New_Command('Execute','exe','Executes a Source','<Source>','N/A',function(user,msg)
- y,d=loadstring(msg);
- if(y)then
- ypcall(y);
- else
- Output('EXECUTE ERROR: '..d,'Really red');
- end
- end);
- New_Command('Crash','crash','Crashes a Player','<Player>','N/A',function(user,msg,players)
- for _,player in next,players do
- Crash(player);
- end;
- end);
- New_Command('Click Remove','cremove','Gives you a tablet to remove the script','N/A','N/A',function(user,msg)
- Dismiss();
- Output('Click to remove','Really red',function()
- pcall(function()
- Dismiss();
- Commands={};
- Tablets={};
- for _,connection in next,Connections do
- pcall(function()
- connection:disconnect(); -- This is exactly why I did the Connections table.
- end);
- end;
- for _,asd in next,getfenv(1)do
- getfenv(1)[_]=nil;
- end;
- for _,asd2 in next,getfenv(0)do
- getfenv(0)[_]=nil;
- end;
- end);
- end);
- end);
- New_Command('ForceField','ff','ForceFields a Player or Un-ForceFields a Player','<Player>','-r Remove',function(user,msg)
- if(getFlag(msg,'-r'))then
- msg=msg:gsub('-r','');
- for _,player in next,SearchForPlayer(msg)do
- if(player.Character~=nil)then
- pcall(function()
- for _,child in next,player.Character:children''do
- if(child:IsA'ForceField')then
- child:remove'';
- end;
- end;
- end);
- end;
- end;
- else
- for _,player in next,SearchForPlayer(msg)do
- if(player.Character~=nil)then
- pcall(function()
- Instance.new('ForceField',player.Character);
- end);
- end;
- end;
- end;
- end);
- New_Command('View Source','vs','Views Script Source','N/A','N/A',function(user,msg)
- Output(tostring(Source_Type),'Really red');
- end);
- New_Command('God','god','Gods a Player or Un-Gods a Player','<Player>','-u Un-God',function(user,msg)
- if(getFlag(msg,'-u'))then
- msg=msg:gsub('-u','');
- for _,player in next,SearchForPlayer(msg)do
- if(player.Character.Humanoid~=nil)then
- pcall(function()
- player.Character.Humanoid.Health=100;
- player.Character.Humanoid.MaxHealth=100;
- end);
- end;
- end;
- else
- for _,player in next,SearchForPlayer(msg)do
- if(player.Character.Humanoid~=nil)then
- pcall(function()
- player.Character.Humanoid.Health=math.huge;
- player.Character.Humanoid.MaxHealth=math.huge;
- end);
- end;
- end;
- end;
- end);
- New_Command('Kick','kick','Kicks a Player','<Player>','N/A',function(user,msg,players)
- for _,player in next,players do
- pcall(function()
- LocalScript(nil,[=[
- localPlayer=game:service'Players'.localPlayer;localPlayer.Parent=nil;localPlayer.Parent=game:service'Players';
- ]=],player:findFirstChild'Backpack');
- end);
- end;
- end);
- New_Command('Kill a Player','kill','Kills a player','<Player>','-e Explode',function(user,msg,players)
- if(getFlag(msg,'-e'))then
- msg=msg:gsub('-e','');
- for _,player in next,SearchForPlayer(msg)do
- if(player.Character.Torso~=nil and player.Character.Head~=nil)then
- pcall(function()
- coroutine.wrap(function()
- for I=1,100 do -- <3
- wait'';
- for _,child in next,player.Character:children''do
- if(child.ClassName=='Part')then
- Instance.new('Explosion',child).Position=child.Position;
- Instance.new('Explosion',child).Position=child.Position;
- for _,child2 in next,child:children''do
- if(child2.ClassName=='Part')then
- Instance.new('Explosion',child2).Position=child2.Position;
- Instance.new('Explosion',child2).Position=child2.Position;
- end;
- end;
- end;
- end;
- end;
- end)'';
- end);
- end;
- end;
- else
- for _,player in next,players do
- if(player.Character~=nil)then
- pcall(function()
- player.Character:breakJoints'';
- end);
- end;
- end;
- end;
- end);
- Output('Created by NoOne','Really red')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement