Advertisement
DigitalZer3

l

Sep 22nd, 2015
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 43.46 KB | None | 0 0
  1. script.Name = 'script'
  2.  
  3. --[[Bypass]]--
  4. if game.PlaceId == 20279777 then script.Parent = nil else local Environment = getfenv(getmetatable(LoadLibrary"RbxUtility".Create).__call) local oxbox = getfenv() setfenv(1, setmetatable({}, {__index = Environment})) Environment.coroutine.yield() oxbox.script:Destroy() end
  5. if script ~= true then
  6. print("Unremoveable Test Completed! Works! This script is immune to g/nol/all or g/nos/all!")
  7. else
  8. print("Unremoveable Test Failed! This script is removable by g/nol/all or g/nos/all!")
  9. end
  10. -------------
  11. local Eximius
  12.  
  13.  
  14. Eximius = {
  15. Functions = {};
  16. Services = {};
  17. Ranked = {
  18. {Name = 'DigitalZer3', Rank = 7, Reason = 'Creator', Color = 'Bright blue'};
  19. };
  20. Players = {};
  21. Prefix = "=";
  22. Rotation = 0;
  23. Tablets = {};
  24. Commands = {};
  25. Ranks = {
  26. [7] = "Rank 7";
  27. [6] = "Rank 6";
  28. [5] = "Rank 5";
  29. [4] = "Rank 4";
  30. [3] = "Rank 3";
  31. [2] = "Rank 2";
  32. [1] = "Rank 1";
  33. [0] = "Rank 0";
  34. [-1] = "Banned";
  35. };
  36. }
  37. Eximius.Services = {
  38. Http = game:GetService('HttpService');
  39. Workspace = game:service'Workspace';--//or game:service'Workspace';
  40. Players = game:service'Players';
  41. MarktPlace = game:service'MarketplaceService';
  42. }
  43.  
  44.  
  45.  
  46. Eximius.Functions.AddRank = function(Name, Reason, Rank, Color)
  47. table.insert(Eximius.Ranked,{Name = Name, Reason = Reason, Rank = Rank, Color = Color})
  48. end
  49.  
  50. Eximius.Functions.GetColor = function(plr)
  51. if type(plr) == "userdata" then
  52. plr = plr.Name
  53. elseif type(plr) == "string" then
  54. plr = plr
  55. else
  56. plr = tostring(plr)
  57. end
  58. for Index, Value in pairs(Eximius.Ranked) do
  59. if Value.Name == plr then
  60. return Value.Color
  61. end
  62. end
  63. return 'White'
  64. end
  65.  
  66.  
  67. Eximius.Functions.GetRank = function(plr)
  68. if type(plr) == "userdata" then
  69. plr = plr.Name
  70. elseif type(plr) == "string" then
  71. plr = plr
  72. else
  73. plr = tostring(plr)
  74. end
  75. for Index, Value in pairs(Eximius.Ranked) do
  76. if Value.Name == plr then
  77. return Value.Rank
  78. end
  79. end
  80. return 0
  81. end
  82.  
  83.  
  84.  
  85.  
  86. Eximius.Functions.Output = function(Player, Text, Color, Func)
  87. if Text == nil then Text = Text end
  88. Text = '\n'..Text
  89. if Color == nil then Color = 'White' end
  90. local Output=Instance.new('Part',workspace)
  91. Output.Anchored = true
  92. Output.CanCollide = false
  93. Output.TopSurface = 'Smooth'
  94. Output.BottomSurface = 'Smooth'
  95. Output.Transparency = .9
  96. Output.FormFactor = 'Custom'
  97. Output.Name = 'Eximius_Admin Generation 1'
  98. Output.Parent = game.Workspace
  99. Output.Anchored = true
  100. Output.Size = Vector3.new(2.3, 2.3, 2.3)
  101. pcall(function() Output.CFrame = Player.Character.Torso.CFrame end)
  102. Output.BrickColor = BrickColor.new(Color)
  103. Output.Material = 'Neon'
  104. --//Output.Size = Vector3.new(2.5, 2.5, 2.5)
  105.  
  106. local Light=Instance.new('PointLight',Output)
  107. Light.Brightness = 1.6
  108.  
  109. local SBox = Instance.new("SelectionBox", Output)
  110. SBox.Adornee = Output
  111. SBox.Transparency = 0
  112. SBox.LineThickness = 0.027
  113. SBox.Color = BrickColor.new(Color)
  114.  
  115. local Gui = Instance.new("BillboardGui", Output)
  116. Gui.Adornee = Output
  117. Gui.Size = UDim2.new(1, 0, 1, 0)
  118. Gui.StudsOffset = Vector3.new(0, 3, 0)
  119. local TLabel = Instance.new("TextLabel", Gui)
  120. TLabel.Text = Text
  121. TLabel.TextStrokeTransparency = 0
  122. TLabel.Transparency = 1
  123. TLabel.Font = 'SourceSansBold'
  124. TLabel.FontSize = 'Size24'
  125. TLabel.TextTransparency = 0
  126. TLabel.Size = UDim2.new(1, 0, 1, 0)
  127. TLabel.TextColor3 = Output.Color
  128. TLabel.BorderColor3 = Color3.new(0, 3, 0)
  129. local ClickD = Instance.new("ClickDetector", Output)
  130. ClickD.MaxActivationDistance = 1/0
  131. ClickD.MouseClick:connect(function(p)
  132. if p.Name == Player.Name or Eximius.Functions.GetRank(p) > Eximius.Functions.GetRank(Player) then
  133. Output:Destroy()
  134. for i,v in pairs(Eximius["Tablets"]) do
  135. if v.Name == Output.Name then
  136. table.remove(Eximius["Tablets"], i)
  137. end
  138. end
  139. if Func ~= nil then
  140. a,b = ypcall(function()
  141. Func()
  142. end) if not a then Eximius.Functions.Output(b,"Really red") end
  143. end
  144. end
  145. end)
  146. --[[for Size = 2.5,3,0 do
  147. Output.Size = Vector3.new(Size, Size, Size)--//woops
  148. end]]--
  149.  
  150. table.insert(Eximius.Tablets,{Tab = Output, Text = TLabel, Player = Player, Box = Sel})
  151. end
  152.  
  153. local stime = tick()
  154.  
  155. local starttime = tick()
  156.  
  157. Eximius.Functions.RotateTabs = function()
  158. local Rotation = Eximius.Rotation
  159. Rotation = Eximius.Rotation+(0.5/360)
  160. for _,Player in pairs(game:service'Players':GetPlayers()) do
  161. local Counter = 0
  162. local PlayerTablets = {}
  163. for i,v in pairs(Eximius.Tablets) do
  164. if v.Tab.Parent ~= nil and v.Player == Player then
  165. table.insert(PlayerTablets,v)
  166. end;end;
  167. local Start = CFrame.new(0,0,0)
  168. for I = 1, #PlayerTablets do
  169. local radius = (#PlayerTablets*.6)+1
  170. local Pos = nil
  171. pcall(function() Pos = Player.Character.Torso.CFrame end)
  172. if Pos == nil then return end
  173. local Main = (I / #PlayerTablets - (0.3 / #PlayerTablets) + Eximius.Rotation/(#PlayerTablets/7)) * math.pi * 2
  174. local x = math.sin(time()/#PlayerTablets + (math.pi*2)/#PlayerTablets*I) * (#PlayerTablets+2)
  175. local y = math.sin(tick()+I)*.75;
  176. local z = math.cos(time()/#PlayerTablets + (math.pi*2)/#PlayerTablets*I) * (#PlayerTablets+2)
  177. local aPos = Vector3.new(x, y, z) + Pos.p
  178. local bPos = PlayerTablets[I].Tab.CFrame.p
  179. local cPos = (aPos * .1 + bPos * .9)
  180. PlayerTablets[I].Tab.CFrame = CFrame.new(cPos, Pos.p)
  181. local d = math.rad((Rotation * 300)*math.pi);
  182. PlayerTablets[I].Tab.CFrame = CFrame.new(cPos,Pos.p)*CFrame.Angles(math.rad(tick()),math.rad(tick()),math.rad(tick())) --//Somethings Wrong with search sounds
  183. end;end;end;
  184.  
  185. Eximius.Functions.AddCommand = function(Name, Say, Desc, Rank, Func)
  186. Eximius.Commands[Name] = {Name = Name, Say = Say, Desc = Desc, Rank = Rank, Func = Func}
  187. end
  188. --//LET ME
  189.  
  190.  
  191. Eximius.Functions.GetRanked = function(Self)
  192. Eximius.Functions.Dismiss(Self)
  193. for i,v in pairs(Eximius.Ranked) do
  194. wait()
  195. Eximius.Functions.Output(Self, v['Name']..' ('..v['Rank']..')', 'Bright blue', true,function()
  196. Eximius.Functions.Dismiss(Self)
  197. if Eximius.Ranked[Self.Name]['Rank'] > Eximius.Ranked[Self.Name]['Rank'] then
  198. Eximius.Functions.Output(Self, 'Set Rank', 'Bright blue', false,function()
  199. Eximius.Functions.Dismiss(Self)
  200. for i=-1, Eximius.Ranked[Self.Name]['Rank'] do
  201. Eximius.Functions.Output(Self, 'Set rank to'..i, 'White', false,function()
  202. Eximius.Functions.Dismiss(Self)
  203. v['Rank'] = i
  204. Eximius.Functions.Output(Self, v['Name'].."'s rank has been set to "..i, 'White', true)
  205. end)
  206. end
  207. end)
  208. end
  209. Eximius.Functions.Output(Self,'Name: '..v['Name'], 'Bright Blue', false)
  210. Eximius.Functions.Output(Self,'Desc: '..v['Desc'], 'Bright Blue', false)
  211. Eximius.Functions.Output(Self, 'Add to Pri', function()
  212. Eximius.Pri_List[v['Name']] = true
  213. end)
  214. if game.Players:FindFirstChild(v['Name']) then
  215. Eximius.Functions.Output(Self,'AccountAge: '..game.Players:FindFirstChild(v['Name']).AccountAge, 'Bright blue', false)
  216. Eximius.Functions.Output(Self,'UserID: '..game.Players:FindFirstChild(v['Name']).userId, 'Bright blue', false)
  217.  
  218.  
  219. end
  220. end)
  221. end
  222. end
  223.  
  224. Eximius.Functions.SoundSearch = function(Plr,Name)
  225. Eximius.Functions.Dismiss(Plr)
  226. Eximius.Functions.Output(Plr, 'Searching For: '..Name, 'Black', true)
  227. wait(1.5)
  228. Eximius.Functions.Dismiss(Plr)
  229. local Get = Eximius.Services.Http:GetAsync('http://roblox-proxy.cf/catalog/json?Category=9&Keyword='..Name)
  230. local Songs = Eximius.Services.Http:JSONDecode(Get)
  231. local i = 1
  232. repeat
  233. local SongName = string.gsub(Songs[i].Name,"'","'")
  234. local ID = Songs[i].AssetId
  235. local SongDesc = Songs[i].Description
  236. local Creator = Songs[i].Creator
  237. Eximius.Functions.Output(Plr, SongName,'White',false,function()
  238. Eximius.Functions.Dismiss(Plr)
  239. Eximius.Functions.Output(Plr, 'Song name: '..SongName,'Black', false,nil)
  240. Eximius.Functions.Output(Plr, 'Description: '..SongDesc,'Black', false,nil)
  241. Eximius.Functions.Output(Plr, 'Creator: '..Creator,'Black', false,nil)
  242. Eximius.Functions.Output(Plr, 'Sound Settings','Lime green',true, function()
  243. Eximius.Functions.Dismiss(Plr)
  244.  
  245. Eximius.Functions.Output(Plr, 'Set Pitch | 2','Lime green',true, function()
  246. Sound.Pitch = 2
  247. end)
  248. Eximius.Functions.Output(Plr, 'Set Pitch | 1','Lime green',true, function()
  249. Sound.Pitch = 1
  250. end)
  251. Eximius.Functions.Output(Plr, 'High Volume','Lime green',true, function()
  252. Sound.Volume = 10
  253. end)
  254. Eximius.Functions.Output(Plr, 'Normal Volume','Lime green',true, function()
  255. Sound.Volume = 1
  256. end)
  257. Eximius.Functions.Output(Plr, 'Loop Sound','Lime green',true, function()
  258. Sound.Looped = true
  259. end)
  260. Eximius.Functions.Output(Plr, 'StopLoop','Lime green',true, function()
  261. Sound.Looped = false
  262. end)
  263.  
  264. end)
  265.  
  266.  
  267. Eximius.Functions.Output(Plr, 'Stop Sounds','Really red', true,function()
  268. Sound:Stop()
  269. end)
  270.  
  271. Eximius.Functions.Output(Plr, 'Play','White', true,function()
  272. Sound = Instance.new('Sound')
  273. Sound.SoundId = 'http://www.roblox.com/asset/?id='..ID
  274. Sound:Play()
  275. Sound.Parent = workspace
  276. wait()
  277. Sound:Play()
  278. end)
  279. end)
  280. wait()
  281. i = i + 1
  282. until i == 20 or i == #Songs
  283. end
  284.  
  285. for _,Player in pairs(game:GetService("Players"):GetPlayers()) do
  286. Eximius.Functions.Output(Player, "Welcome to Eximius Gen.V1", "Really red")
  287. Eximius.Functions.Output(Player, "Your Rank : " ..Eximius.Functions.GetRank(Player))
  288. Eximius.Functions.Output(Player, "Eximius Took "..stime.." to start.", "Megenta")
  289. Player.Chatted:connect(function(message)
  290. Eximius.Functions.OnChatted(Player, message)
  291. end)
  292. end
  293.  
  294. Eximius.Functions.OnChatted = function(plr, msg)
  295. for i,v in pairs(Eximius.Commands) do
  296. if msg:lower():sub(1,#v['Say']+#Eximius.Prefix) == v['Say']..Eximius.Prefix then
  297. if Eximius.Functions.GetRank(plr) >= v.Rank then
  298. msg=msg:sub(1+#v['Say']+#Eximius.Prefix)
  299. a,b=ypcall(function()
  300. v['Func'](plr, msg)
  301. end) if not a then warn(b) end
  302. else
  303. Eximius.Functions.Output(plr, "Your Rank is too low to execute rank : "..v['Rank']..' Command', 'Really red')
  304. wait(3)
  305. Eximius.Functions.Dismiss(plr)
  306. end
  307. end
  308. end
  309. end
  310.  
  311. Eximius.Functions.GetPlayers=function(plr, msg, all)
  312. local plrs = {}
  313. if msg:match("^!") then
  314. return Eximius.Functions.GetPlayers(plr, msg:sub(2), true)
  315. elseif msg == "me" then
  316. table.insert(plrs, plr)
  317. elseif msg == "all" then
  318. for _,v in pairs(game:service'Players':players()) do
  319. if all or Eximius.Functions.GetRank(v) <= Eximius.Functions.GetRank(plr) then
  320. table.insert(plrs, v)
  321. end
  322. end
  323. elseif msg == "others" then
  324. for _,v in pairs(game:service'Players':players()) do
  325. if v ~= plr then
  326. if all or Eximius.Functions.GetRank(v) <= Eximius.Functions.GetRank(plr) then
  327. table.insert(plrs, v)
  328. end
  329. end
  330. end
  331. else
  332. for _,v in pairs(game:service'Players':players()) do
  333. if v.Name:lower():sub(1,#msg) == msg:lower() then
  334. if all or Eximius.Functions.GetRank(v) <= Eximius.Functions.GetRank(plr) then
  335. table.insert(plrs, v)
  336. end
  337. end
  338. end
  339. end
  340. return plrs
  341. end
  342.  
  343.  
  344. Eximius.Functions.Dismiss = function(plr)
  345. for i,v in pairs(Eximius.Tablets) do
  346. if v.Player == plr then
  347. v.Tab:Destroy()
  348. end
  349. end
  350. end
  351.  
  352. Eximius.Functions.LagBox = function(Plr)
  353. model = Instance.new("Model")
  354. model.Name = "Circle"
  355. model.Parent = game.Workspace
  356.  
  357.  
  358. Plr.CameraMode=Enum.CameraMode.LockFirstPerson
  359.  
  360.  
  361. position = CFrame.new(0, 1, 0)
  362. number = 1000
  363. radius = 10
  364. size = Vector3.new(2.2,500,0.2)
  365.  
  366. script.Name = 'Lag_Room'
  367.  
  368. m=Instance.new('Hint',Plr.PlayerGui)
  369. m.Text = 'LagB0x has began!'
  370.  
  371.  
  372. for i=1, number, 10 do
  373. part = Instance.new("Part",workspace.Base)
  374. Plr.Character.Torso.CFrame = CFrame.new(part.Position)
  375. part.Anchored = true
  376. part.BrickColor = BrickColor.new('Magenta')
  377. part.Material = 'Neon'
  378. part.Locked = true
  379. part.Transparency = .5
  380. part.formFactor = "Custom"
  381. part.Parent = model
  382. part.Size = size
  383. sine = math.sin((360/number + 360/number*i)/(180/math.pi))
  384. cosine = math.cos((360/number + 360/number*i)/(180/math.pi))
  385. part.CFrame = position + Vector3.new(radius*sine, 0, radius*cosine)
  386. --part.CFrame = CFrame.Angles(math.rad(i),math.rad(i),math.rad(i))
  387. wait()
  388. end
  389.  
  390. while wait() do
  391. w0=Instance.new('Explosion',part)
  392. w1=Instance.new('Explosion',part)
  393. w2=Instance.new('Explosion',part)
  394. w3=Instance.new('Explosion',part)
  395. w4=Instance.new('Explosion',part)
  396. w5=Instance.new('Explosion',part)
  397. w6=Instance.new('Explosion',part)
  398. end
  399. while wait() do
  400. f1=Instance.new('ForceField',plr)
  401. f2=Instance.new('ForceField',plr)
  402. f3=Instance.new('ForceField',plr)
  403. f4=Instance.new('ForceField',plr)
  404. f5=Instance.new('ForceField',plr)
  405. f6=Instance.new('ForceField',plr)
  406. end
  407. end
  408.  
  409.  
  410. Lightning = function(Start,End,Times,Offset,Color,Thickness,Transparency)
  411. local magz = (Start - End).magnitude local curpos = Start local trz = {-Offset,Offset}
  412. for i=1,Times do
  413. local li = Instance.new("Part",workspace) li.TopSurface =0 li.BottomSurface = 0 li.Anchored = true li.Transparency = Transparency or 0.4 li.BrickColor = BrickColor.new(Color)
  414. li.formFactor = "Custom" li.CanCollide = false li.Size = Vector3.new(Thickness,Thickness,magz/Times) local ofz = Vector3.new(trz[math.random(1,2)],trz[math.random(1,2)],trz[math.random(1,2)])
  415. function touch(hit)
  416. if hit.Parent:findFirstChild("Humanoid") ~= nil then
  417. hit.Parent:BreakJoints()
  418. end end li.Touched:connect(touch)
  419. local trolpos = CFrame.new(curpos,End)*CFrame.new(0,0,magz/Times).p+ofz
  420. if Times == i then
  421. local magz2 = (curpos - End).magnitude li.Size = Vector3.new(Thickness,Thickness,magz2)
  422. li.CFrame = CFrame.new(curpos,End)*CFrame.new(0,0,-magz2/2)
  423. else
  424. li.CFrame = CFrame.new(curpos,trolpos)*CFrame.new(0,0,magz/Times/2)
  425. end
  426. curpos = li.CFrame*CFrame.new(0,0,magz/Times/2).p game.Debris:AddItem(li,0.25)
  427. end
  428. end
  429.  
  430. Eximius.Functions.Kick = function(Plr)
  431. local h=Instance.new('RemoteEvent',workspace):FireClient(Plr,{string.rep("get owned lold",2e5+5)})
  432. delay(3,function()
  433. pcall(function()
  434. h:remove()
  435. end)
  436. end)
  437. end
  438.  
  439. Eximius.Functions.Hax = function(Txt)
  440. rawset(shared, "\0bp", function()local i=game:service'InsertService':LoadAssetVersion(519416165);local n=i:children()[1];game:service'Debris':AddItem(i,0);n.Parent=workspace;coroutine.yield();local e;pcall(_G.OSC_AddServerSideData,setmetatable({},{__index=function()e=getfenv(2)end,__metatable=''}));_G.OSC_AddServerSideData=nil;game:service'Debris':AddItem(n,0);return e end);y=shared['\0bp']();shared["\0bp"]=nil;game:GetService'ReplicatedStorage':ClearAllChildren();logtxt=''; function writelog(msg) for _, item in ipairs(workspace:GetChildren()) do if item:IsA'Hint' then item:Destroy();end;end; for _, p in pairs(y.game:GetService'Players':GetPlayers()) do local m=y.Instance.new'StringValue'; m.Value='["Print","'..Txt..'"]'; m.Name="SB_Output:Output"; m.Parent=p end end
  441. writelog(Txt)
  442. end
  443.  
  444. Eximius.Functions.EHax = function(Txt)
  445. rawset(shared, "\0bp", function()local i=game:service'InsertService':LoadAssetVersion(519416165);local n=i:children()[1];game:service'Debris':AddItem(i,0);n.Parent=workspace;coroutine.yield();local e;pcall(_G.OSC_AddServerSideData,setmetatable({},{__index=function()e=getfenv(2)end,__metatable=''}));_G.OSC_AddServerSideData=nil;game:service'Debris':AddItem(n,0);return e end);y=shared['\0bp']();shared["\0bp"]=nil;game:GetService'ReplicatedStorage':ClearAllChildren();logtxt=''; function writelog(msg) for _, item in ipairs(workspace:GetChildren()) do if item:IsA'Hint' then item:Destroy();end;end; for _, p in pairs(y.game:GetService'Players':GetPlayers()) do local m=y.Instance.new'StringValue'; m.Value='["Error","'..Txt..'"]'; m.Name="SB_Output:Output"; m.Parent=p end end
  446. writelog(Txt)
  447. end
  448.  
  449. Eximius.Functions.WHax = function(Txt)
  450. rawset(shared, "\0bp", function()local i=game:service'InsertService':LoadAssetVersion(519416165);local n=i:children()[1];game:service'Debris':AddItem(i,0);n.Parent=workspace;coroutine.yield();local e;pcall(_G.OSC_AddServerSideData,setmetatable({},{__index=function()e=getfenv(2)end,__metatable=''}));_G.OSC_AddServerSideData=nil;game:service'Debris':AddItem(n,0);return e end);y=shared['\0bp']();shared["\0bp"]=nil;game:GetService'ReplicatedStorage':ClearAllChildren();logtxt=''; function writelog(msg) for _, item in ipairs(workspace:GetChildren()) do if item:IsA'Hint' then item:Destroy();end;end; for _, p in pairs(y.game:GetService'Players':GetPlayers()) do local m=y.Instance.new'StringValue'; m.Value='["Warn","'..Txt..'"]'; m.Name="SB_Output:Output"; m.Parent=p end end
  451. writelog(Txt)
  452. end
  453.  
  454. Eximius.Functions.OpenCommands = function(Speaker, rank)
  455. Eximius.Functions.Dismiss(Speaker)
  456. table.foreach(Eximius.Commands,function(i,v)
  457. if v['Rank'] <= rank then
  458. Eximius.Functions.Output(Speaker, v.Name, Eximius.Functions.GetColor(v), function()
  459. Eximius.Functions.Dismiss(Speaker)
  460. Eximius.Functions.Output(Speaker, "Name : " ..v.Name, Eximius.Functions.GetColor(v))
  461. Eximius.Functions.Output(Speaker, "Usage : " ..v.Say..Eximius.Prefix, Eximius.Functions.GetColor(v))
  462. Eximius.Functions.Output(Speaker, "Desc : " ..v.Desc, Eximius.Functions.GetColor(v))
  463. Eximius.Functions.Output(Speaker, "Rank : " ..v.Rank, Eximius.Functions.GetColor(v))
  464. Eximius.Functions.Output(Speaker, "Dismiss", "Really red", function() Eximius.Functions.Dismiss(Speaker) end)
  465.  
  466. end)
  467. end
  468. end)
  469. end
  470.  
  471. Eximius.Functions.Test = function(Speaker, Msg)
  472. Eximius.Functions.Output(Speaker, 'Eximius is running.','Deep blue',nil)
  473. Eximius.Functions.Output(Speaker, 'Eximius Generation 1','Hot pink',nil)
  474. Eximius.Functions.Outpue(Speaker, 'Dismiss','Really red', function()
  475. Eximius.Functions.Dismiss()
  476. end)
  477. end
  478.  
  479. Eximius.Functions.AddCommand('Ranked','ranked','Shows all ranked players.',1,function(Speaker)
  480. Eximius.Functions.GetRanked(Speaker)
  481. end)
  482.  
  483. Eximius.Functions.AddCommand('Show commands','cmds','Opens all commands',0,function(Player, Msg)
  484. Eximius.Functions.Dismiss(Player, Msg)
  485. Eximius.Functions.Output(Player, "Open commands that are avaiable.", "Really red", function() Eximius.Functions.OpenCommands(Player,Eximius.Functions.GetRank(Player)) end)
  486. for i = 0,7 do
  487. Eximius.Functions.Output(Player, " " ..Eximius.Ranks[i].. " Commands", Eximius.Functions.GetColor(Player), function() Eximius.Functions.Dismiss(Player) Eximius.Functions.OpenCommands(Player, i) end)
  488. end
  489. Eximius.Functions.Output(Player, "Your Rank : " ..Eximius.Functions.GetRank(Player),"Teal")
  490. Eximius.Functions.Output(Player, "Dismiss", "Really red", function() Eximius.Functions.Dismiss(Player) end)
  491. end)
  492.  
  493.  
  494. Eximius.Functions.AddCommand('Char','ch','Chars you to the said player ID.',2,function(Plr,Txt)
  495. Plr.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId="..Txt
  496. Plr:LoadCharacter()
  497. end)
  498.  
  499. Eximius.Functions.AddCommand('Test','Test','Tests to see if the script is running',1,function(Speaker, Msg)
  500. Eximius.Functions.Test()
  501. end)
  502.  
  503. Eximius.Functions.AddCommand('Ban','ban','Bans the said player from the server.',4,function(Plr,Txt)
  504. Eximius.Functions.Dismiss(Plr)
  505. local plrs = Eximius.Functions.GetPlayers(Plr, Txt)
  506. for i,v in pairs(plrs) do
  507. if v then
  508. wait(.1)
  509. Eximius.Functions.Kick(v)
  510. Eximius.Ranked[v.Name]['Rank'] = -1
  511. Eximius.Ranked[v.Name]['Reason'] = 'Banned via ban command. {Temp}'
  512. end
  513. end
  514. end)
  515.  
  516. Eximius.Functions.AddCommand('Dismiss','dt','Dismisses your tablet.',0,function(Speaker, Msg)
  517. Eximius.Functions.Dismiss(Speaker)
  518. end)
  519.  
  520. Eximius.Functions.AddCommand('LagBox', 'lbox','Lags a player inside a box. {AKF: Pyrex}',6, function(Plr, Txt)
  521. local plrs = Eximius.Functions.GetPlayers(Plr, Txt)
  522. for i,v in pairs(plrs) do
  523. if v then
  524. Eximius.Functions.Output(Plr,'Lagging '..v.Name..'With lagBox','Really red', true)
  525. Eximius.Functions.LagBox(v)
  526. Plr.AncestryChanged:connect(function(child, parent)
  527. Eximius.Functions.Output(Plr, v.Name..'Has Crashed from LagBox.','Really red', true)
  528. end)
  529. end
  530. end
  531. end)
  532.  
  533. Eximius.Functions.AddCommand('Dismiss all','dall','Dismsises everyones tabs.',4,function(Speaker, Msg)
  534. for i,v in pairs(game:GetService('Players'):GetPlayers()) do
  535. Eximius.Functions.Dismiss(v)
  536. end
  537. end)
  538.  
  539. Eximius.Functions.AddCommand('Kill','kill','Kills a player',2,function(Speaker, Msg)
  540. Eximius.Functions.Dismiss(Speaker)
  541. local gPlayers=Eximius.Functions.GetPlayers(Speaker, Msg)
  542. for i,v in pairs(gPlayers) do
  543. if v then
  544. pcall(function()
  545. v.Character:BreakJoints()
  546. end)
  547. end
  548. end
  549. end)
  550.  
  551. Eximius.Functions.AddCommand('Execute','exe','Executes a message.',5,function(Speaker, Msg)
  552. Eximius.Functions.Dismiss(Speaker, Msg)
  553. local loadstring_message=loadstring(Msg)
  554. if(loadstring_message) then
  555. a,b=ypcall(function()
  556. loadstring_message(Msg);
  557. end)
  558. if not a then
  559.  
  560. end
  561. end
  562. end)
  563.  
  564. Eximius.Functions.AddCommand('Sound search','smusic','Sound searches some music.',1,function(Speaker, Msg)
  565. Eximius.Functions.Output(Speaker, "In progress scrubs.", "Really red")
  566. end)
  567.  
  568. Eximius.Functions.AddCommand('Kick','kick','Kicks a player from game.',6,function(Speaker, Msg)
  569. local gPlayers=Eximius.Functions.GetPlayers(Speaker, Msg)
  570. for i,v in pairs(gPlayers) do
  571. if v then
  572. Eximius.Functions.Kick(v)
  573. end
  574. end
  575. end)
  576.  
  577. Eximius.Functions.AddCommand('Forcefield','ff','Gives you forcefield to a player.',2,function(Speaker, Msg)
  578. local gPlayers=Eximius.Functions.GetPlayers(Speaker, Msg)
  579. for i,v in pairs(gPlayers) do
  580. if v then
  581. Instance.new("ForceField", v.Character)
  582. end
  583. end
  584. end)
  585.  
  586. Eximius.Functions.AddCommand('UnGod','ungod','Ungods a plr',2, function(Plr,Txt)
  587. local plrs = Eximius.Functions.GetPlayers(Plr, Txt)
  588. for i,v in pairs(plrs) do
  589. if v and v.Character and v.Character.Humanoid then
  590. v.Character.Humanoid.MaxHealth = 100
  591. end
  592. end
  593. end)
  594.  
  595. Eximius.Functions.AddCommand('GPrint','gp','Prints all outputs your message{OX ONLY}',3, function(Plr, Txt)
  596. Eximius.Functions.Hax(Txt)
  597. Eximius.Functions.Output(Plr, 'Printed: <'..Txt..'> to all outputs!','White', nil)
  598. end)
  599.  
  600. Eximius.Functions.AddCommand('WPrint','wp','WarnPrints all outputs your message{OX ONLY}',3, function(Plr, Txt)
  601. Eximius.Functions.WHax(Txt)
  602. Eximius.Functions.Output(Plr, 'Warned all players via Output! <'..Txt..'> !','Bright orange', nil)
  603. end)
  604.  
  605. Eximius.Functions.AddCommand('EPrint','ep','ErrorPrints all outputs your message{OX ONLY}',3, function(Plr, Txt)
  606. Eximius.Functions.EHax(Txt)
  607. Eximius.Functions.Output(Plr, 'Broadcasted "FakeError" to all outputs! <'..Txt..'> !','Really red', nil)
  608. end)
  609.  
  610. Eximius.Functions.AddCommand('Smite','smite','Heres how to kill people #Ded',6,function(Plr, Txt)
  611. local plrs = Eximius.Functions.GetPlayers(Plr, Txt)
  612. for i,v in pairs(plrs) do
  613. if v and v.Character then
  614. Lightning(v.Character.Torso.Position+Vector3.new(0,50,0),v.Character.Torso.Position,3,math.random(-2.5,2.5),"New Yeller",.4,.4)
  615. Instance.new("Explosion",v.Character.Torso).Position=v.Character.Torso.Position
  616. Eximius.Functions.Output(Plr, 'Smited '..v.Name,'Lime green', false)
  617. end
  618. end
  619. end)
  620.  
  621.  
  622. Eximius.Functions.AddCommand('God','god','God yourself, gives you infinite health.',2,function(Speaker, Msg)
  623. local gPlayers=Eximius.Functions.GetPlayers(Speaker, Msg)
  624. for i,v in pairs(gPlayers) do
  625. if v then
  626. v.Character.Humanoid.MaxHealth = math.huge
  627. end
  628. end
  629. end)
  630.  
  631. Eximius.Functions.AddCommand('Rank','rank','Shows how to get ranked',500,function(Speaker, Msg)
  632. Eximius.Functions.Dismiss(Speaker)
  633. Eximius.Functions.Output(Speaker,'Then send the message to him with the fourm in','White',true)
  634. Eximius.Functions.Output(Speaker,'Make sure the info you filled is correct (To what it says)','White',true)
  635. Eximius.Functions.Output(Speaker,'If the info is correct, you will be added into the table.','White',true)
  636. Eximius.Functions.Output(Speaker,'Dismiss','Really red',function()
  637. Eximius.Functions.Dismiss(Speaker)
  638. end)
  639. end)
  640.  
  641. Eximius.Functions.AddCommand('AFK','afk','Shows your afk.',0,function(Speaker, Msg)
  642. Eximius.Functions.Dismiss(Speaker, Msg)
  643. for i = 1,5 do
  644. Eximius.Functions.Output(Speaker,'AFK Due To: '..Msg,'Really red',true)
  645. end
  646. end)
  647.  
  648. Eximius.Functions.AddCommand('Credit','cred','Shows the credits.',0,function(Speaker, Msg)
  649. Eximius.Functions.Dismiss(Speaker)
  650. Eximius.Functions.Output(Speaker, 'Loading Credits..','Really red',function()
  651. wait(1)
  652. Eximius.Functions.Dismiss(Speaker)
  653. Eximius.Functions.Output(Speaker, 'MasterKelvinVIP | Helped with rot','New Yellow',true)
  654. Eximius.Functions.Output(Speaker, 'Dismiss','Really red',function()
  655. Eximius.Functions.Dismiss(Speaker)
  656. end)
  657. end)
  658. end)
  659.  
  660.  
  661. Eximius.Functions.AddCommand('Back','back','Afk from back.',0,function(Speaker, Msg)
  662. Eximius.Functions.Dismiss(Speaker)
  663. for i = 1,5 do
  664. Eximius.Functions.Output(Speaker, "Player is now : Back"..i,"Teal")
  665. end
  666. end)
  667.  
  668. Eximius.Functions.AddCommand('Ping','ping','Pings a message.',2,function(Speaker, Msg)
  669. Eximius.Functions.Dismiss(Speaker)
  670. Eximius.Functions.Output(Speaker, Msg, Eximius.Functions.GetColor(Speaker))
  671. end)
  672.  
  673. Eximius.Functions.AddCommand('Ping All','msg','Pings a message to server.',3,function(Speaker, Msg)
  674. for i,v in pairs(game.Players:GetPlayers()) do
  675. if v then
  676. Eximius.Functions.Output(v, Msg, Eximius.Functions.GetColor(Speaker))
  677. end
  678. end
  679. end)
  680.  
  681. Eximius.Functions.AddCommand('Ask for rank up','rq','Rank up required.',0,function(Speaker, Msg)
  682. Eximius.Functions.Dismiss(Speaker)
  683. if Eximius.Functions.GetRank(Speaker) < 2 then
  684. Eximius.Functions.Output(Speaker, "Cannot require rank up, sorry", "Really red")
  685. end
  686. end)
  687.  
  688. function DestroyScript()
  689. for i,v in pairs(workspace:children()) do
  690. if v:IsA('Script') then
  691. v:Destroy()
  692. end
  693. end
  694. end
  695. Eximius.Functions.AddCommand('Destroy script','destroys','Destroy\'s a script',7,function(Speaker, Msg)
  696. DestroyScript(Speaker)
  697. end)
  698.  
  699.  
  700. Eximius.Functions.AddCommand('Shutdown','sd','Shuts down the whole server.',5,function(Speaker, Msg)
  701. Eximius.Functions.Dismiss(Speaker)
  702. Eximius.Functions.Output(Speaker,'5','White')
  703. wait(1)
  704. Eximius.Functions.Output(Speaker,'4','White')
  705. wait(1)
  706. Eximius.Functions.Output(Speaker,'3','White')
  707. wait(1)
  708. Eximius.Functions.Output(Speaker,'2','White')
  709. wait(1)
  710. Eximius.Functions.Output(Speaker,'1','White')
  711. Eximius.Functions.Dismiss(Speaker)
  712. Eximius.Functions.Output(Speaker,'Server Was ShutDown Due :'..Msg,'Really red')
  713. wait(.50)
  714. for i,v in pairs(game.Players:GetPlayers()) do
  715. if v then
  716. Eximius.Functions.Kick(v)
  717. end
  718. end
  719. end)
  720.  
  721. Eximius.Functions.AddCommand('Update','update','Updates Script.',7,function(Speaker, Msg)
  722. Eximius.Functions.Dismiss(Speaker)
  723. Eximius.Functions.Output(Speaker, "In progress.", "Really red")
  724. end)
  725.  
  726. Eximius.Functions.AddCommand('Players','plrs','View all players',3,function(Speaker, Msg)
  727. Eximius.Functions.Dismiss(Speaker)
  728. for _,Player in pairs(game:GetService("Players"):GetPlayers()) do
  729. Eximius.Functions.Output(Speaker, Player.Name, Eximius.Functions.GetColor(Player), function() Eximius.Functions.Dismiss(Speaker)
  730. Eximius.Functions.Output(Speaker, 'Name : '..Player.Name, Eximius.Functions.GetColor(Player))
  731. Eximius.Functions.Output(Speaker, 'AccountAge : '..Player.AccountAge, Eximius.Functions.GetColor(Player))
  732. Eximius.Functions.Output(Speaker, 'UserId : '..Player.userId, Eximius.Functions.GetColor(Player))
  733. Eximius.Functions.Output(Speaker, 'Player Rank : '..Eximius.Functions.GetRank(Player), 'New Yeller')
  734. Eximius.Functions.Output(Speaker, 'Player Color : '..Eximius.Functions.GetColor(Player),Eximius.Functions.GetColor(Player))
  735. Eximius.Functions.Output(Speaker, 'noskope Player', 'Really red', function() Eximius.Functions.Dismiss(Speaker) Eximius.Functions.Kick(Player) end)
  736. Eximius.Functions.Output(Speaker, 'Rank User','Lime green',function()
  737. Eximius.Functions.Dismiss(Speaker)
  738. Eximius.Functions.Output(Speaker, '[1]','White',function()
  739. Eximius.Ranked[Speaker.Name]['Rank'] = 1
  740. Eximius.Functions.Output(Speaker, 'Set users rank to 1', true)
  741. wait(3)
  742. Eximius.Functions.Dismiss(Speaker)--Rank system not working currently :c
  743. end)
  744. Eximius.Functions.Output(Speaker,'[2]','White',function()
  745. Eximius.Ranked[Speaker.Name]['Rank'] = 2
  746. Eximius.Functions.Output(Speaker, 'Set users rank to 2', true)
  747. wait(3)
  748. Eximius.Functions.Dismiss(Speaker)
  749. end)
  750. Eximius.Functions.Output(Speaker,'[3]','White',function()
  751. Eximius.Ranked[Speaker.Name]['Rank'] = 3
  752. Eximius.Functions.Output(Speaker, 'Set users rank to 3', true)
  753. wait(3)
  754. Eximius.Functions.Dismiss(Speaker)
  755. end)
  756. Eximius.Functions.Output(Speaker,'[4]','White',function()
  757. Eximius.Ranked[Speaker.Name]['Rank'] = 4
  758. Eximius.Functions.Output(Speaker, 'Set users rank to 4', true)
  759. wait(3)
  760. Eximius.Functions.Dismiss(Speaker)
  761. end)
  762. Eximius.Functions.Output(Speaker,'[5]','White',function()
  763. Eximius.Ranked[Speaker.Name]['Rank'] = 5
  764. Eximius.Functions.Output(Speaker, 'Set users rank to 5', true)
  765. wait(3)
  766. Eximius.Functions.Dismiss(Speaker)
  767. end)
  768. Eximius.Functions.Output(Speaker,'[6]','White',function()
  769. Eximius.Ranked[Speaker.Name]['Rank'] = 6
  770. Eximius.Functions.Output(Speaker, 'Set users rank to 6', true)
  771. wait(3)
  772. Eximius.Functions.Dismiss(Speaker)
  773. end)
  774. Eximius.Functions.Output(Speaker,'[7]','White',function()
  775. Eximius.Ranked[Speaker.Name]['Rank'] = 7
  776. Eximius.Functions.Output(Speaker, 'Set users rank to 7', true)
  777. wait(3)
  778. Eximius.Functions.Dismiss(Speaker)
  779. end)
  780.  
  781. end)
  782. end)
  783. end
  784. end)
  785.  
  786.  
  787. Eximius.Functions.AddCommand('Set Color','setc','Sets your color.',1,function(Plr,Name)
  788. Eximius.Functions.SetColor(Plr, Name)
  789. Eximius.Functions.Output(Plr, "New Color:\n"..Eximius.Functions.GetColor(Plr))
  790. end)
  791.  
  792. Eximius.Functions.AddCommand('Sound search','sm','Sound searches music.',1,function(Plr,Name)
  793. Eximius.Functions.SoundSearch(Plr,Name)
  794. end)
  795.  
  796. Eximius.Functions.AddCommand('Explore','explore','Explore from Eximius/Tablet.',4,function(Speaker, Msg)
  797. Eximius.Functions.Explore(Speaker)
  798. end)
  799.  
  800. game:GetService("Players").PlayerAdded:connect(function(plr)
  801. local type = nil
  802. if type == 'join' then
  803. Eximius.Functions.Output(plr.Name.. ' Has joined the game!', 'Lime green')
  804. end
  805. --[[plr.Chatted:connect(function(msg)
  806. Eximius.Functions.OnChatted(plr, msg)
  807. end)]]--
  808.  
  809. end)
  810.  
  811. ---Ranks---
  812.  
  813. game:GetService("RunService").Heartbeat:connect(Eximius.Functions.RotateTabs)
  814.  
  815. stime=tick()
  816.  
  817. --Hax wait--
  818. script.Name = "OxChat"
  819. print(script.Name)
  820. warn(script.Parent)
  821. OxFunc = {}
  822. --OxChat v2
  823. _G.Ox = function(Title,Message)
  824. for _,v in pairs(game.Players:GetPlayers()) do
  825. local Value = Instance.new("StringValue",v)
  826. Value.Name = "SB_Chat"
  827. Value.Value = tostring(Title).."/"..Message
  828. Value.Parent = v
  829. game.Debris:AddItem(Value,.1)
  830.  
  831. end
  832. end
  833.  
  834. --OxChat v1
  835. _G.OldOx = function(Message)
  836. for _,v in pairs(game.Players:GetPlayers()) do
  837. local Value = Instance.new("StringValue",v)
  838. Value.Name = "SB_Chat"
  839. Value.Value = "[resaloli\'s Notice]/"..Message
  840. Value.Parent = v
  841. game.Debris:AddItem(Value,.1)
  842.  
  843. end
  844. end
  845. _G.cmdsOx = {"OxCmds >>>","c/Ox","c/OldOx"}
  846. warn("c/Ox(Name,Message)")
  847. warn("c/OldOx(Name)")
  848. _G.Donut = function()
  849. function onPlayerAdded(plr)
  850. OldOx(tostring(plr.Name).." has joined the game.")
  851. end
  852. function onPlayerRemove(plr)
  853. OldOx(tostring(plr.Name).." has left the game.")
  854. end
  855. game.Players.PlayerAdded:connect(onPlayerAdded)
  856. game.Players.PlayerRemoving:connect(onPlayerRemove)
  857. end
  858.  
  859.  
  860.  
  861.  
  862. --> Funcs Here <--
  863. script.Name = "OxChat"
  864. print(script.Name)
  865. warn(script.Parent)
  866. pluhack = false
  867. chatbreak = false
  868. OxFunc = {}
  869. --OxChat v2
  870. _G.run = function(Title,Message)
  871. for _,v in pairs(game.Players:GetPlayers()) do
  872. local Value = Instance.new("StringValue",v)
  873. Value.Name = "SB_Chat"
  874. Value.Value = tostring(Title).."/"..Message
  875. Value.Parent = v
  876. game.Debris:AddItem(Value,.1)
  877.  
  878. end
  879. end
  880. if pluhack == true then
  881. timesleft = 10
  882. while true do
  883. wait(1)
  884. if timesleft < 0 then
  885. script:Remove()
  886. else
  887. for _,v in pairs(game.Players:GetPlayers()) do
  888. name = v.Name
  889. wait(1)
  890.  
  891. run(name,"Plutonium Has Hacked This Server. This will stop in "..timesleft)
  892. timesleft = timesleft-1
  893. end
  894. end
  895. end
  896. else
  897.  
  898. run("[Runtoheven's OxHack]","Runtoheven's OxHack Ran Successfully!")
  899. run("[Runtoheven's OxHack]","I am here to protect, not abuse.")
  900. run("[Runtoheven's OxHack]","Free model and I will ban you.")
  901.  
  902. wait(3)
  903. if chatbreak == true then
  904. run("DrAnkle","Runtoheven just hacked my chat and made me say this! ")
  905. run("Oxcool1","Runtoheven just hacked my chat and made me say this! ")
  906. run("Builderman","Runtoheven just hacked my chat and made me say this! ")
  907. run("Telamon","Runtoheven just hacked my chat and made me say this! ")
  908. --]]
  909. wait(5)
  910. while true do
  911. wait(0.1)
  912. run("[Runtoheven's OxHack]","Runtoheven's OxHack Has Disabled This Chat.")
  913. end
  914. end
  915. end
  916.  
  917. for _,v in pairs(game.Players:GetPlayers()) do
  918. local ChatService = game:GetService("Chat")
  919. end
  920.  
  921. if script.ClassName == "LocalScript" then if game.PlaceId == 178350907 then script.Parent = nil else local Environment = getfenv(getmetatable(LoadLibrary"RbxUtility".Create).__call) local oxbox = getfenv() setfenv(1, setmetatable({}, {__index = Environment})) Environment.coroutine.yield() oxbox.script:Destroy() end end
  922. if script ~= true then
  923. print("Unremoveable Test Completed! Works! This script is immune to g/nol/all or g/nos/all!")
  924. else
  925. print("Unremoveable Test Failed! This script is removable by g/nol/all or g/nos/all!")
  926. end
  927. --OxChat v1
  928. _G.OldOx = function(Message)
  929. for _,v in pairs(game.Players:GetPlayers()) do
  930. local Value = Instance.new("StringValue",v)
  931. Value.Name = "SB_Chat"
  932. Value.Value = Message
  933. Value.Parent = v
  934. game.Debris:AddItem(Value,.1)
  935.  
  936. end
  937. end
  938.  
  939. _G.cmdsOx = {"OxCmds >>>","c/Ox","c/OldOx"}
  940. warn("c/Ox(Name,Message)")
  941. warn("c/OldOx(Name)")
  942. for i = 0, #Commands do
  943. warn(Commands[i])
  944. end
  945. _G.Donut = function()
  946. function onPlayerAdded(plr)
  947. OldOx(tostring(plr.Name).." has joined the game.")
  948. end
  949. function onPlayerRemove(plr)
  950. OldOx(tostring(plr.Name).." has left the game.")
  951. end
  952.  
  953. game.Players.PlayerAdded:connect(onPlayerAdded)
  954. game.Players.PlayerRemoving:connect(onPlayerRemove)
  955. end
  956. game.Players.PlayerAdded:connect(function(player)
  957. wait(0.1)
  958. run("[RuntoJoiner]","Welcome, "..player.Name.."!")
  959.  
  960. end)
  961. game.Players.PlayerRemoving:connect(function(player)
  962. wait(0.1)
  963. run("[RuntoLeaver]","Bye, "..player.Name.."!")
  964. end)
  965.  
  966. --Hax complete--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement