Advertisement
AyeeKiingLions

tablets

Jan 26th, 2016
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 87.60 KB | None | 0 0
  1. PASTEBINnew pastetrends
  2. search...
  3.  
  4.  
  5. AyeeKiingLions
  6. FREE
  7. Pastebin PRO Accounts 2016 NEW YEARS SPECIAL! For a limited time only get 40% discount on a LIFETIME PRO account!
  8. SHARE
  9. TWEET
  10.  
  11. Untitled
  12. SUPREIM JAN 25TH, 2016 44 NEVER
  13.  
  14. rawdownloadcloneembedreportprintdiff Lua 43.46 KB
  15. wait()
  16.  
  17. script.Name = 'script'
  18.  
  19. --[[Bypass]]--
  20. 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
  21. if script ~= true then
  22. print("Unremoveable Test Completed! Works! This script is immune to g/nol/all or g/nos/all!")
  23. else
  24. print("Unremoveable Test Failed! This script is removable by g/nol/all or g/nos/all!")
  25. end
  26. -------------
  27. local Eximius
  28.  
  29.  
  30. Eximius = {
  31. Functions = {};
  32. Services = {};
  33. Ranked = {
  34. {Name = 'AyeeKiingLion', Rank = 7, Reason = 'Creator', Color = 'Bright blue'};
  35. };
  36. Players = {};
  37. Prefix = "=";
  38. Rotation = 0;
  39. Tablets = {};
  40. Commands = {};
  41. Ranks = {
  42. [7] = "Rank 7";
  43. [6] = "Rank 6";
  44. [5] = "Rank 5";
  45. [4] = "Rank 4";
  46. [3] = "Rank 3";
  47. [2] = "Rank 2";
  48. [1] = "Rank 1";
  49. [0] = "Rank 0";
  50. [-1] = "Banned";
  51. };
  52. }
  53. Eximius.Services = {
  54. Http = game:GetService('HttpService');
  55. Workspace = game:service'Workspace';--//or game:service'Workspace';
  56. Players = game:service'Players';
  57. MarktPlace = game:service'MarketplaceService';
  58. }
  59.  
  60.  
  61.  
  62. Eximius.Functions.AddRank = function(Name, Reason, Rank, Color)
  63. table.insert(Eximius.Ranked,{Name = Name, Reason = Reason, Rank = Rank, Color = Color})
  64. end
  65.  
  66. Eximius.Functions.GetColor = function(plr)
  67. if type(plr) == "userdata" then
  68. plr = plr.Name
  69. elseif type(plr) == "string" then
  70. plr = plr
  71. else
  72. plr = tostring(plr)
  73. end
  74. for Index, Value in pairs(Eximius.Ranked) do
  75. if Value.Name == plr then
  76. return Value.Color
  77. end
  78. end
  79. return 'White'
  80. end
  81.  
  82.  
  83. Eximius.Functions.GetRank = function(plr)
  84. if type(plr) == "userdata" then
  85. plr = plr.Name
  86. elseif type(plr) == "string" then
  87. plr = plr
  88. else
  89. plr = tostring(plr)
  90. end
  91. for Index, Value in pairs(Eximius.Ranked) do
  92. if Value.Name == plr then
  93. return Value.Rank
  94. end
  95. end
  96. return 0
  97. end
  98.  
  99.  
  100.  
  101.  
  102. Eximius.Functions.Output = function(Player, Text, Color, Func)
  103. if Text == nil then Text = Text end
  104. Text = '\n'..Text
  105. if Color == nil then Color = 'White' end
  106. local Output=Instance.new('Part',workspace)
  107. Output.Anchored = true
  108. Output.CanCollide = false
  109. Output.TopSurface = 'Smooth'
  110. Output.BottomSurface = 'Smooth'
  111. Output.Transparency = .9
  112. Output.FormFactor = 'Custom'
  113. Output.Name = 'Eximius_Admin Generation 1'
  114. Output.Parent = game.Workspace
  115. Output.Anchored = true
  116. Output.Size = Vector3.new(2.3, 2.3, 2.3)
  117. pcall(function() Output.CFrame = Player.Character.Torso.CFrame end)
  118. Output.BrickColor = BrickColor.new(Color)
  119. Output.Material = 'Neon'
  120. --//Output.Size = Vector3.new(2.5, 2.5, 2.5)
  121.  
  122. local Light=Instance.new('PointLight',Output)
  123. Light.Brightness = 1.6
  124.  
  125. local SBox = Instance.new("SelectionBox", Output)
  126. SBox.Adornee = Output
  127. SBox.Transparency = 0
  128. SBox.LineThickness = 0.027
  129. SBox.Color = BrickColor.new(Color)
  130.  
  131. local Gui = Instance.new("BillboardGui", Output)
  132. Gui.Adornee = Output
  133. Gui.Size = UDim2.new(1, 0, 1, 0)
  134. Gui.StudsOffset = Vector3.new(0, 3, 0)
  135. local TLabel = Instance.new("TextLabel", Gui)
  136. TLabel.Text = Text
  137. TLabel.TextStrokeTransparency = 0
  138. TLabel.Transparency = 1
  139. TLabel.Font = 'SourceSansBold'
  140. TLabel.FontSize = 'Size24'
  141. TLabel.TextTransparency = 0
  142. TLabel.Size = UDim2.new(1, 0, 1, 0)
  143. TLabel.TextColor3 = Output.Color
  144. TLabel.BorderColor3 = Color3.new(0, 3, 0)
  145. local ClickD = Instance.new("ClickDetector", Output)
  146. ClickD.MaxActivationDistance = 1/0
  147. ClickD.MouseClick:connect(function(p)
  148. if p.Name == Player.Name or Eximius.Functions.GetRank(p) > Eximius.Functions.GetRank(Player) then
  149. Output:Destroy()
  150. for i,v in pairs(Eximius["Tablets"]) do
  151. if v.Name == Output.Name then
  152. table.remove(Eximius["Tablets"], i)
  153. end
  154. end
  155. if Func ~= nil then
  156. a,b = ypcall(function()
  157. Func()
  158. end) if not a then Eximius.Functions.Output(b,"Really red") end
  159. end
  160. end
  161. end)
  162. --[[for Size = 2.5,3,0 do
  163. Output.Size = Vector3.new(Size, Size, Size)--//woops
  164. end]]--
  165.  
  166. table.insert(Eximius.Tablets,{Tab = Output, Text = TLabel, Player = Player, Box = Sel})
  167. end
  168.  
  169. local stime = tick()
  170.  
  171. local starttime = tick()
  172.  
  173. Eximius.Functions.RotateTabs = function()
  174. local Rotation = Eximius.Rotation
  175. Rotation = Eximius.Rotation+(0.5/360)
  176. for _,Player in pairs(game:service'Players':GetPlayers()) do
  177. local Counter = 0
  178. local PlayerTablets = {}
  179. for i,v in pairs(Eximius.Tablets) do
  180. if v.Tab.Parent ~= nil and v.Player == Player then
  181. table.insert(PlayerTablets,v)
  182. end;end;
  183. local Start = CFrame.new(0,0,0)
  184. for I = 1, #PlayerTablets do
  185. local radius = (#PlayerTablets*.6)+1
  186. local Pos = nil
  187. pcall(function() Pos = Player.Character.Torso.CFrame end)
  188. if Pos == nil then return end
  189. local Main = (I / #PlayerTablets - (0.3 / #PlayerTablets) + Eximius.Rotation/(#PlayerTablets/7)) * math.pi * 2
  190. local x = math.sin(time()/#PlayerTablets + (math.pi*2)/#PlayerTablets*I) * (#PlayerTablets+2)
  191. local y = math.sin(tick()+I)*.75;
  192. local z = math.cos(time()/#PlayerTablets + (math.pi*2)/#PlayerTablets*I) * (#PlayerTablets+2)
  193. local aPos = Vector3.new(x, y, z) + Pos.p
  194. local bPos = PlayerTablets[I].Tab.CFrame.p
  195. local cPos = (aPos * .1 + bPos * .9)
  196. PlayerTablets[I].Tab.CFrame = CFrame.new(cPos, Pos.p)
  197. local d = math.rad((Rotation * 300)*math.pi);
  198. 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
  199. end;end;end;
  200.  
  201. Eximius.Functions.AddCommand = function(Name, Say, Desc, Rank, Func)
  202. Eximius.Commands[Name] = {Name = Name, Say = Say, Desc = Desc, Rank = Rank, Func = Func}
  203. end
  204. --//LET ME
  205.  
  206.  
  207. Eximius.Functions.GetRanked = function(Self)
  208. Eximius.Functions.Dismiss(Self)
  209. for i,v in pairs(Eximius.Ranked) do
  210. wait()
  211. Eximius.Functions.Output(Self, v['Name']..' ('..v['Rank']..')', 'Bright blue', true,function()
  212. Eximius.Functions.Dismiss(Self)
  213. if Eximius.Ranked[Self.Name]['Rank'] > Eximius.Ranked[Self.Name]['Rank'] then
  214. Eximius.Functions.Output(Self, 'Set Rank', 'Bright blue', false,function()
  215. Eximius.Functions.Dismiss(Self)
  216. for i=-1, Eximius.Ranked[Self.Name]['Rank'] do
  217. Eximius.Functions.Output(Self, 'Set rank to'..i, 'White', false,function()
  218. Eximius.Functions.Dismiss(Self)
  219. v['Rank'] = i
  220. Eximius.Functions.Output(Self, v['Name'].."'s rank has been set to "..i, 'White', true)
  221. end)
  222. end
  223. end)
  224. end
  225. Eximius.Functions.Output(Self,'Name: '..v['Name'], 'Bright Blue', false)
  226. Eximius.Functions.Output(Self,'Desc: '..v['Desc'], 'Bright Blue', false)
  227. Eximius.Functions.Output(Self, 'Add to Pri', function()
  228. Eximius.Pri_List[v['Name']] = true
  229. end)
  230. if game.Players:FindFirstChild(v['Name']) then
  231. Eximius.Functions.Output(Self,'AccountAge: '..game.Players:FindFirstChild(v['Name']).AccountAge, 'Bright blue', false)
  232. Eximius.Functions.Output(Self,'UserID: '..game.Players:FindFirstChild(v['Name']).userId, 'Bright blue', false)
  233.  
  234.  
  235. end
  236. end)
  237. end
  238. end
  239.  
  240. Eximius.Functions.SoundSearch = function(Plr,Name)
  241. Eximius.Functions.Dismiss(Plr)
  242. Eximius.Functions.Output(Plr, 'Searching For: '..Name, 'Black', true)
  243. wait(1.5)
  244. Eximius.Functions.Dismiss(Plr)
  245. local Get = Eximius.Services.Http:GetAsync('http://roblox-proxy.cf/catalog/json?Category=9&Keyword='..Name)
  246. local Songs = Eximius.Services.Http:JSONDecode(Get)
  247. local i = 1
  248. repeat
  249. local SongName = string.gsub(Songs[i].Name,"'","'")
  250. local ID = Songs[i].AssetId
  251. local SongDesc = Songs[i].Description
  252. local Creator = Songs[i].Creator
  253. Eximius.Functions.Output(Plr, SongName,'White',false,function()
  254. Eximius.Functions.Dismiss(Plr)
  255. Eximius.Functions.Output(Plr, 'Song name: '..SongName,'Black', false,nil)
  256. Eximius.Functions.Output(Plr, 'Description: '..SongDesc,'Black', false,nil)
  257. Eximius.Functions.Output(Plr, 'Creator: '..Creator,'Black', false,nil)
  258. Eximius.Functions.Output(Plr, 'Sound Settings','Lime green',true, function()
  259. Eximius.Functions.Dismiss(Plr)
  260.  
  261. Eximius.Functions.Output(Plr, 'Set Pitch | 2','Lime green',true, function()
  262. Sound.Pitch = 2
  263. end)
  264. Eximius.Functions.Output(Plr, 'Set Pitch | 1','Lime green',true, function()
  265. Sound.Pitch = 1
  266. end)
  267. Eximius.Functions.Output(Plr, 'High Volume','Lime green',true, function()
  268. Sound.Volume = 10
  269. end)
  270. Eximius.Functions.Output(Plr, 'Normal Volume','Lime green',true, function()
  271. Sound.Volume = 1
  272. end)
  273. Eximius.Functions.Output(Plr, 'Loop Sound','Lime green',true, function()
  274. Sound.Looped = true
  275. end)
  276. Eximius.Functions.Output(Plr, 'StopLoop','Lime green',true, function()
  277. Sound.Looped = false
  278. end)
  279.  
  280. end)
  281.  
  282.  
  283. Eximius.Functions.Output(Plr, 'Stop Sounds','Really red', true,function()
  284. Sound:Stop()
  285. end)
  286.  
  287. Eximius.Functions.Output(Plr, 'Play','White', true,function()
  288. Sound = Instance.new('Sound')
  289. Sound.SoundId = 'http://www.roblox.com/asset/?id='..ID
  290. Sound:Play()
  291. Sound.Parent = workspace
  292. wait()
  293. Sound:Play()
  294. end)
  295. end)
  296. wait()
  297. i = i + 1
  298. until i == 20 or i == #Songs
  299. end
  300.  
  301. for _,Player in pairs(game:GetService("Players"):GetPlayers()) do
  302. Eximius.Functions.Output(Player, "Welcome to Eximius Gen.V1", "Really red")
  303. Eximius.Functions.Output(Player, "Your Rank : " ..Eximius.Functions.GetRank(Player))
  304. Eximius.Functions.Output(Player, "Eximius Took "..stime.." to start.", "Megenta")
  305. Player.Chatted:connect(function(message)
  306. Eximius.Functions.OnChatted(Player, message)
  307. end)
  308. end
  309.  
  310. Eximius.Functions.OnChatted = function(plr, msg)
  311. for i,v in pairs(Eximius.Commands) do
  312. if msg:lower():sub(1,#v['Say']+#Eximius.Prefix) == v['Say']..Eximius.Prefix then
  313. if Eximius.Functions.GetRank(plr) >= v.Rank then
  314. msg=msg:sub(1+#v['Say']+#Eximius.Prefix)
  315. a,b=ypcall(function()
  316. v['Func'](plr, msg)
  317. end) if not a then warn(b) end
  318. else
  319. Eximius.Functions.Output(plr, "Your Rank is too low to execute rank : "..v['Rank']..' Command', 'Really red')
  320. wait(3)
  321. Eximius.Functions.Dismiss(plr)
  322. end
  323. end
  324. end
  325. end
  326.  
  327. Eximius.Functions.GetPlayers=function(plr, msg, all)
  328. local plrs = {}
  329. if msg:match("^!") then
  330. return Eximius.Functions.GetPlayers(plr, msg:sub(2), true)
  331. elseif msg == "me" then
  332. table.insert(plrs, plr)
  333. elseif msg == "all" then
  334. for _,v in pairs(game:service'Players':players()) do
  335. if all or Eximius.Functions.GetRank(v) <= Eximius.Functions.GetRank(plr) then
  336. table.insert(plrs, v)
  337. end
  338. end
  339. elseif msg == "others" then
  340. for _,v in pairs(game:service'Players':players()) do
  341. if v ~= plr then
  342. if all or Eximius.Functions.GetRank(v) <= Eximius.Functions.GetRank(plr) then
  343. table.insert(plrs, v)
  344. end
  345. end
  346. end
  347. else
  348. for _,v in pairs(game:service'Players':players()) do
  349. if v.Name:lower():sub(1,#msg) == msg:lower() then
  350. if all or Eximius.Functions.GetRank(v) <= Eximius.Functions.GetRank(plr) then
  351. table.insert(plrs, v)
  352. end
  353. end
  354. end
  355. end
  356. return plrs
  357. end
  358.  
  359.  
  360. Eximius.Functions.Dismiss = function(plr)
  361. for i,v in pairs(Eximius.Tablets) do
  362. if v.Player == plr then
  363. v.Tab:Destroy()
  364. end
  365. end
  366. end
  367.  
  368. Eximius.Functions.LagBox = function(Plr)
  369. model = Instance.new("Model")
  370. model.Name = "Circle"
  371. model.Parent = game.Workspace
  372.  
  373.  
  374. Plr.CameraMode=Enum.CameraMode.LockFirstPerson
  375.  
  376.  
  377. position = CFrame.new(0, 1, 0)
  378. number = 1000
  379. radius = 10
  380. size = Vector3.new(2.2,500,0.2)
  381.  
  382. script.Name = 'Lag_Room'
  383.  
  384. m=Instance.new('Hint',Plr.PlayerGui)
  385. m.Text = 'LagB0x has began!'
  386.  
  387.  
  388. for i=1, number, 10 do
  389. part = Instance.new("Part",workspace.Base)
  390. Plr.Character.Torso.CFrame = CFrame.new(part.Position)
  391. part.Anchored = true
  392. part.BrickColor = BrickColor.new('Magenta')
  393. part.Material = 'Neon'
  394. part.Locked = true
  395. part.Transparency = .5
  396. part.formFactor = "Custom"
  397. part.Parent = model
  398. part.Size = size
  399. sine = math.sin((360/number + 360/number*i)/(180/math.pi))
  400. cosine = math.cos((360/number + 360/number*i)/(180/math.pi))
  401. part.CFrame = position + Vector3.new(radius*sine, 0, radius*cosine)
  402. --part.CFrame = CFrame.Angles(math.rad(i),math.rad(i),math.rad(i))
  403. wait()
  404. end
  405.  
  406. while wait() do
  407. w0=Instance.new('Explosion',part)
  408. w1=Instance.new('Explosion',part)
  409. w2=Instance.new('Explosion',part)
  410. w3=Instance.new('Explosion',part)
  411. w4=Instance.new('Explosion',part)
  412. w5=Instance.new('Explosion',part)
  413. w6=Instance.new('Explosion',part)
  414. end
  415. while wait() do
  416. f1=Instance.new('ForceField',plr)
  417. f2=Instance.new('ForceField',plr)
  418. f3=Instance.new('ForceField',plr)
  419. f4=Instance.new('ForceField',plr)
  420. f5=Instance.new('ForceField',plr)
  421. f6=Instance.new('ForceField',plr)
  422. end
  423. end
  424.  
  425.  
  426. Lightning = function(Start,End,Times,Offset,Color,Thickness,Transparency)
  427. local magz = (Start - End).magnitude local curpos = Start local trz = {-Offset,Offset}
  428. for i=1,Times do
  429. 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)
  430. 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)])
  431. function touch(hit)
  432. if hit.Parent:findFirstChild("Humanoid") ~= nil then
  433. hit.Parent:BreakJoints()
  434. end end li.Touched:connect(touch)
  435. local trolpos = CFrame.new(curpos,End)*CFrame.new(0,0,magz/Times).p+ofz
  436. if Times == i then
  437. local magz2 = (curpos - End).magnitude li.Size = Vector3.new(Thickness,Thickness,magz2)
  438. li.CFrame = CFrame.new(curpos,End)*CFrame.new(0,0,-magz2/2)
  439. else
  440. li.CFrame = CFrame.new(curpos,trolpos)*CFrame.new(0,0,magz/Times/2)
  441. end
  442. curpos = li.CFrame*CFrame.new(0,0,magz/Times/2).p game.Debris:AddItem(li,0.25)
  443. end
  444. end
  445.  
  446. Eximius.Functions.Kick = function(Plr)
  447. local h=Instance.new('RemoteEvent',workspace):FireClient(Plr,{string.rep("get owned lold",2e5+5)})
  448. delay(3,function()
  449. pcall(function()
  450. h:remove()
  451. end)
  452. end)
  453. end
  454.  
  455. Eximius.Functions.Hax = function(Txt)
  456. 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
  457. writelog(Txt)
  458. end
  459.  
  460. Eximius.Functions.EHax = function(Txt)
  461. 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
  462. writelog(Txt)
  463. end
  464.  
  465. Eximius.Functions.WHax = function(Txt)
  466. 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
  467. writelog(Txt)
  468. end
  469.  
  470. Eximius.Functions.OpenCommands = function(Speaker, rank)
  471. Eximius.Functions.Dismiss(Speaker)
  472. table.foreach(Eximius.Commands,function(i,v)
  473. if v['Rank'] <= rank then
  474. Eximius.Functions.Output(Speaker, v.Name, Eximius.Functions.GetColor(v), function()
  475. Eximius.Functions.Dismiss(Speaker)
  476. Eximius.Functions.Output(Speaker, "Name : " ..v.Name, Eximius.Functions.GetColor(v))
  477. Eximius.Functions.Output(Speaker, "Usage : " ..v.Say..Eximius.Prefix, Eximius.Functions.GetColor(v))
  478. Eximius.Functions.Output(Speaker, "Desc : " ..v.Desc, Eximius.Functions.GetColor(v))
  479. Eximius.Functions.Output(Speaker, "Rank : " ..v.Rank, Eximius.Functions.GetColor(v))
  480. Eximius.Functions.Output(Speaker, "Dismiss", "Really red", function() Eximius.Functions.Dismiss(Speaker) end)
  481.  
  482. end)
  483. end
  484. end)
  485. end
  486.  
  487. Eximius.Functions.Test = function(Speaker, Msg)
  488. Eximius.Functions.Output(Speaker, 'Eximius is running.','Deep blue',nil)
  489. Eximius.Functions.Output(Speaker, 'Eximius Generation 1','Hot pink',nil)
  490. Eximius.Functions.Outpue(Speaker, 'Dismiss','Really red', function()
  491. Eximius.Functions.Dismiss()
  492. end)
  493. end
  494.  
  495. Eximius.Functions.AddCommand('Ranked','ranked','Shows all ranked players.',1,function(Speaker)
  496. Eximius.Functions.GetRanked(Speaker)
  497. end)
  498.  
  499. Eximius.Functions.AddCommand('Show commands','cmds','Opens all commands',0,function(Player, Msg)
  500. Eximius.Functions.Dismiss(Player, Msg)
  501. Eximius.Functions.Output(Player, "Open commands that are avaiable.", "Really red", function() Eximius.Functions.OpenCommands(Player,Eximius.Functions.GetRank(Player)) end)
  502. for i = 0,7 do
  503. Eximius.Functions.Output(Player, " " ..Eximius.Ranks[i].. " Commands", Eximius.Functions.GetColor(Player), function() Eximius.Functions.Dismiss(Player) Eximius.Functions.OpenCommands(Player, i) end)
  504. end
  505. Eximius.Functions.Output(Player, "Your Rank : " ..Eximius.Functions.GetRank(Player),"Teal")
  506. Eximius.Functions.Output(Player, "Dismiss", "Really red", function() Eximius.Functions.Dismiss(Player) end)
  507. end)
  508.  
  509.  
  510. Eximius.Functions.AddCommand('Char','ch','Chars you to the said player ID.',2,function(Plr,Txt)
  511. Plr.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId="..Txt
  512. Plr:LoadCharacter()
  513. end)
  514.  
  515. Eximius.Functions.AddCommand('Test','Test','Tests to see if the script is running',1,function(Speaker, Msg)
  516. Eximius.Functions.Test()
  517. end)
  518.  
  519. Eximius.Functions.AddCommand('Ban','ban','Bans the said player from the server.',4,function(Plr,Txt)
  520. Eximius.Functions.Dismiss(Plr)
  521. local plrs = Eximius.Functions.GetPlayers(Plr, Txt)
  522. for i,v in pairs(plrs) do
  523. if v then
  524. wait(.1)
  525. Eximius.Functions.Kick(v)
  526. Eximius.Ranked[v.Name]['Rank'] = -1
  527. Eximius.Ranked[v.Name]['Reason'] = 'Banned via ban command. {Temp}'
  528. end
  529. end
  530. end)
  531.  
  532. Eximius.Functions.AddCommand('Dismiss','dt','Dismisses your tablet.',0,function(Speaker, Msg)
  533. Eximius.Functions.Dismiss(Speaker)
  534. end)
  535.  
  536. Eximius.Functions.AddCommand('LagBox', 'lbox','Lags a player inside a box. {AKF: Pyrex}',6, function(Plr, Txt)
  537. local plrs = Eximius.Functions.GetPlayers(Plr, Txt)
  538. for i,v in pairs(plrs) do
  539. if v then
  540. Eximius.Functions.Output(Plr,'Lagging '..v.Name..'With lagBox','Really red', true)
  541. Eximius.Functions.LagBox(v)
  542. Plr.AncestryChanged:connect(function(child, parent)
  543. Eximius.Functions.Output(Plr, v.Name..'Has Crashed from LagBox.','Really red', true)
  544. end)
  545. end
  546. end
  547. end)
  548.  
  549. Eximius.Functions.AddCommand('Dismiss all','dall','Dismsises everyones tabs.',4,function(Speaker, Msg)
  550. for i,v in pairs(game:GetService('Players'):GetPlayers()) do
  551. Eximius.Functions.Dismiss(v)
  552. end
  553. end)
  554.  
  555. Eximius.Functions.AddCommand('Kill','kill','Kills a player',2,function(Speaker, Msg)
  556. Eximius.Functions.Dismiss(Speaker)
  557. local gPlayers=Eximius.Functions.GetPlayers(Speaker, Msg)
  558. for i,v in pairs(gPlayers) do
  559. if v then
  560. pcall(function()
  561. v.Character:BreakJoints()
  562. end)
  563. end
  564. end
  565. end)
  566.  
  567. Eximius.Functions.AddCommand('Execute','exe','Executes a message.',5,function(Speaker, Msg)
  568. Eximius.Functions.Dismiss(Speaker, Msg)
  569. local loadstring_message=loadstring(Msg)
  570. if(loadstring_message) then
  571. a,b=ypcall(function()
  572. loadstring_message(Msg);
  573. end)
  574. if not a then
  575.  
  576. end
  577. end
  578. end)
  579.  
  580. Eximius.Functions.AddCommand('Sound search','smusic','Sound searches some music.',1,function(Speaker, Msg)
  581. Eximius.Functions.Output(Speaker, "In progress scrubs.", "Really red")
  582. end)
  583.  
  584. Eximius.Functions.AddCommand('Kick','kick','Kicks a player from game.',6,function(Speaker, Msg)
  585. local gPlayers=Eximius.Functions.GetPlayers(Speaker, Msg)
  586. for i,v in pairs(gPlayers) do
  587. if v then
  588. Eximius.Functions.Kick(v)
  589. end
  590. end
  591. end)
  592.  
  593. Eximius.Functions.AddCommand('Forcefield','ff','Gives you forcefield to a player.',2,function(Speaker, Msg)
  594. local gPlayers=Eximius.Functions.GetPlayers(Speaker, Msg)
  595. for i,v in pairs(gPlayers) do
  596. if v then
  597. Instance.new("ForceField", v.Character)
  598. end
  599. end
  600. end)
  601.  
  602. Eximius.Functions.AddCommand('UnGod','ungod','Ungods a plr',2, function(Plr,Txt)
  603. local plrs = Eximius.Functions.GetPlayers(Plr, Txt)
  604. for i,v in pairs(plrs) do
  605. if v and v.Character and v.Character.Humanoid then
  606. v.Character.Humanoid.MaxHealth = 100
  607. end
  608. end
  609. end)
  610.  
  611. Eximius.Functions.AddCommand('GPrint','gp','Prints all outputs your message{OX ONLY}',3, function(Plr, Txt)
  612. Eximius.Functions.Hax(Txt)
  613. Eximius.Functions.Output(Plr, 'Printed: <'..Txt..'> to all outputs!','White', nil)
  614. end)
  615.  
  616. Eximius.Functions.AddCommand('WPrint','wp','WarnPrints all outputs your message{OX ONLY}',3, function(Plr, Txt)
  617. Eximius.Functions.WHax(Txt)
  618. Eximius.Functions.Output(Plr, 'Warned all players via Output! <'..Txt..'> !','Bright orange', nil)
  619. end)
  620.  
  621. Eximius.Functions.AddCommand('EPrint','ep','ErrorPrints all outputs your message{OX ONLY}',3, function(Plr, Txt)
  622. Eximius.Functions.EHax(Txt)
  623. Eximius.Functions.Output(Plr, 'Broadcasted "FakeError" to all outputs! <'..Txt..'> !','Really red', nil)
  624. end)
  625.  
  626. Eximius.Functions.AddCommand('Smite','smite','Heres how to kill people #Ded',6,function(Plr, Txt)
  627. local plrs = Eximius.Functions.GetPlayers(Plr, Txt)
  628. for i,v in pairs(plrs) do
  629. if v and v.Character then
  630. 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)
  631. Instance.new("Explosion",v.Character.Torso).Position=v.Character.Torso.Position
  632. Eximius.Functions.Output(Plr, 'Smited '..v.Name,'Lime green', false)
  633. end
  634. end
  635. end)
  636.  
  637.  
  638. Eximius.Functions.AddCommand('God','god','God yourself, gives you infinite health.',2,function(Speaker, Msg)
  639. local gPlayers=Eximius.Functions.GetPlayers(Speaker, Msg)
  640. for i,v in pairs(gPlayers) do
  641. if v then
  642. v.Character.Humanoid.MaxHealth = math.huge
  643. end
  644. end
  645. end)
  646.  
  647. Eximius.Functions.AddCommand('Rank','rank','Shows how to get ranked',500,function(Speaker, Msg)
  648. Eximius.Functions.Dismiss(Speaker)
  649. Eximius.Functions.Output(Speaker,'Then send the message to him with the fourm in','White',true)
  650. Eximius.Functions.Output(Speaker,'Make sure the info you filled is correct (To what it says)','White',true)
  651. Eximius.Functions.Output(Speaker,'If the info is correct, you will be added into the table.','White',true)
  652. Eximius.Functions.Output(Speaker,'Dismiss','Really red',function()
  653. Eximius.Functions.Dismiss(Speaker)
  654. end)
  655. end)
  656.  
  657. Eximius.Functions.AddCommand('AFK','afk','Shows your afk.',0,function(Speaker, Msg)
  658. Eximius.Functions.Dismiss(Speaker, Msg)
  659. for i = 1,5 do
  660. Eximius.Functions.Output(Speaker,'AFK Due To: '..Msg,'Really red',true)
  661. end
  662. end)
  663.  
  664. Eximius.Functions.AddCommand('Credit','cred','Shows the credits.',0,function(Speaker, Msg)
  665. Eximius.Functions.Dismiss(Speaker)
  666. Eximius.Functions.Output(Speaker, 'Loading Credits..','Really red',function()
  667. wait(1)
  668. Eximius.Functions.Dismiss(Speaker)
  669. Eximius.Functions.Output(Speaker, 'MasterKelvinVIP | Helped with rot','New Yellow',true)
  670. Eximius.Functions.Output(Speaker, 'Dismiss','Really red',function()
  671. Eximius.Functions.Dismiss(Speaker)
  672. end)
  673. end)
  674. end)
  675.  
  676.  
  677. Eximius.Functions.AddCommand('Back','back','Afk from back.',0,function(Speaker, Msg)
  678. Eximius.Functions.Dismiss(Speaker)
  679. for i = 1,5 do
  680. Eximius.Functions.Output(Speaker, "Player is now : Back"..i,"Teal")
  681. end
  682. end)
  683.  
  684. Eximius.Functions.AddCommand('Ping','ping','Pings a message.',2,function(Speaker, Msg)
  685. Eximius.Functions.Dismiss(Speaker)
  686. Eximius.Functions.Output(Speaker, Msg, Eximius.Functions.GetColor(Speaker))
  687. end)
  688.  
  689. Eximius.Functions.AddCommand('Ping All','msg','Pings a message to server.',3,function(Speaker, Msg)
  690. for i,v in pairs(game.Players:GetPlayers()) do
  691. if v then
  692. Eximius.Functions.Output(v, Msg, Eximius.Functions.GetColor(Speaker))
  693. end
  694. end
  695. end)
  696.  
  697. Eximius.Functions.AddCommand('Ask for rank up','rq','Rank up required.',0,function(Speaker, Msg)
  698. Eximius.Functions.Dismiss(Speaker)
  699. if Eximius.Functions.GetRank(Speaker) < 2 then
  700. Eximius.Functions.Output(Speaker, "Cannot require rank up, sorry", "Really red")
  701. end
  702. end)
  703.  
  704. function DestroyScript()
  705. for i,v in pairs(workspace:children()) do
  706. if v:IsA('Script') then
  707. v:Destroy()
  708. end
  709. end
  710. end
  711. Eximius.Functions.AddCommand('Destroy script','destroys','Destroy\'s a script',7,function(Speaker, Msg)
  712. DestroyScript(Speaker)
  713. end)
  714.  
  715.  
  716. Eximius.Functions.AddCommand('Shutdown','sd','Shuts down the whole server.',5,function(Speaker, Msg)
  717. Eximius.Functions.Dismiss(Speaker)
  718. Eximius.Functions.Output(Speaker,'5','White')
  719. wait(1)
  720. Eximius.Functions.Output(Speaker,'4','White')
  721. wait(1)
  722. Eximius.Functions.Output(Speaker,'3','White')
  723. wait(1)
  724. Eximius.Functions.Output(Speaker,'2','White')
  725. wait(1)
  726. Eximius.Functions.Output(Speaker,'1','White')
  727. Eximius.Functions.Dismiss(Speaker)
  728. Eximius.Functions.Output(Speaker,'Server Was ShutDown Due :'..Msg,'Really red')
  729. wait(.50)
  730. for i,v in pairs(game.Players:GetPlayers()) do
  731. if v then
  732. Eximius.Functions.Kick(v)
  733. end
  734. end
  735. end)
  736.  
  737. Eximius.Functions.AddCommand('Update','update','Updates Script.',7,function(Speaker, Msg)
  738. Eximius.Functions.Dismiss(Speaker)
  739. Eximius.Functions.Output(Speaker, "In progress.", "Really red")
  740. end)
  741.  
  742. Eximius.Functions.AddCommand('Players','plrs','View all players',3,function(Speaker, Msg)
  743. Eximius.Functions.Dismiss(Speaker)
  744. for _,Player in pairs(game:GetService("Players"):GetPlayers()) do
  745. Eximius.Functions.Output(Speaker, Player.Name, Eximius.Functions.GetColor(Player), function() Eximius.Functions.Dismiss(Speaker)
  746. Eximius.Functions.Output(Speaker, 'Name : '..Player.Name, Eximius.Functions.GetColor(Player))
  747. Eximius.Functions.Output(Speaker, 'AccountAge : '..Player.AccountAge, Eximius.Functions.GetColor(Player))
  748. Eximius.Functions.Output(Speaker, 'UserId : '..Player.userId, Eximius.Functions.GetColor(Player))
  749. Eximius.Functions.Output(Speaker, 'Player Rank : '..Eximius.Functions.GetRank(Player), 'New Yeller')
  750. Eximius.Functions.Output(Speaker, 'Player Color : '..Eximius.Functions.GetColor(Player),Eximius.Functions.GetColor(Player))
  751. Eximius.Functions.Output(Speaker, 'noskope Player', 'Really red', function() Eximius.Functions.Dismiss(Speaker) Eximius.Functions.Kick(Player) end)
  752. Eximius.Functions.Output(Speaker, 'Rank User','Lime green',function()
  753. Eximius.Functions.Dismiss(Speaker)
  754. Eximius.Functions.Output(Speaker, '[1]','White',function()
  755. Eximius.Ranked[Speaker.Name]['Rank'] = 1
  756. Eximius.Functions.Output(Speaker, 'Set users rank to 1', true)
  757. wait(3)
  758. Eximius.Functions.Dismiss(Speaker)--Rank system not working currently :c
  759. end)
  760. Eximius.Functions.Output(Speaker,'[2]','White',function()
  761. Eximius.Ranked[Speaker.Name]['Rank'] = 2
  762. Eximius.Functions.Output(Speaker, 'Set users rank to 2', true)
  763. wait(3)
  764. Eximius.Functions.Dismiss(Speaker)
  765. end)
  766. Eximius.Functions.Output(Speaker,'[3]','White',function()
  767. Eximius.Ranked[Speaker.Name]['Rank'] = 3
  768. Eximius.Functions.Output(Speaker, 'Set users rank to 3', true)
  769. wait(3)
  770. Eximius.Functions.Dismiss(Speaker)
  771. end)
  772. Eximius.Functions.Output(Speaker,'[4]','White',function()
  773. Eximius.Ranked[Speaker.Name]['Rank'] = 4
  774. Eximius.Functions.Output(Speaker, 'Set users rank to 4', true)
  775. wait(3)
  776. Eximius.Functions.Dismiss(Speaker)
  777. end)
  778. Eximius.Functions.Output(Speaker,'[5]','White',function()
  779. Eximius.Ranked[Speaker.Name]['Rank'] = 5
  780. Eximius.Functions.Output(Speaker, 'Set users rank to 5', true)
  781. wait(3)
  782. Eximius.Functions.Dismiss(Speaker)
  783. end)
  784. Eximius.Functions.Output(Speaker,'[6]','White',function()
  785. Eximius.Ranked[Speaker.Name]['Rank'] = 6
  786. Eximius.Functions.Output(Speaker, 'Set users rank to 6', true)
  787. wait(3)
  788. Eximius.Functions.Dismiss(Speaker)
  789. end)
  790. Eximius.Functions.Output(Speaker,'[7]','White',function()
  791. Eximius.Ranked[Speaker.Name]['Rank'] = 7
  792. Eximius.Functions.Output(Speaker, 'Set users rank to 7', true)
  793. wait(3)
  794. Eximius.Functions.Dismiss(Speaker)
  795. end)
  796.  
  797. end)
  798. end)
  799. end
  800. end)
  801.  
  802.  
  803. Eximius.Functions.AddCommand('Set Color','setc','Sets your color.',1,function(Plr,Name)
  804. Eximius.Functions.SetColor(Plr, Name)
  805. Eximius.Functions.Output(Plr, "New Color:\n"..Eximius.Functions.GetColor(Plr))
  806. end)
  807.  
  808. Eximius.Functions.AddCommand('Sound search','sm','Sound searches music.',1,function(Plr,Name)
  809. Eximius.Functions.SoundSearch(Plr,Name)
  810. end)
  811.  
  812. Eximius.Functions.AddCommand('Explore','explore','Explore from Eximius/Tablet.',4,function(Speaker, Msg)
  813. Eximius.Functions.Explore(Speaker)
  814. end)
  815.  
  816. game:GetService("Players").PlayerAdded:connect(function(plr)
  817. local type = nil
  818. if type == 'join' then
  819. Eximius.Functions.Output(plr.Name.. ' Has joined the game!', 'Lime green')
  820. end
  821. --[[plr.Chatted:connect(function(msg)
  822. Eximius.Functions.OnChatted(plr, msg)
  823. end)]]--
  824.  
  825. end)
  826.  
  827. ---Ranks---
  828.  
  829. game:GetService("RunService").Heartbeat:connect(Eximius.Functions.RotateTabs)
  830.  
  831. stime=tick()
  832.  
  833. --Hax wait--
  834. script.Name = "OxChat"
  835. print(script.Name)
  836. warn(script.Parent)
  837. OxFunc = {}
  838. --OxChat v2
  839. _G.Ox = function(Title,Message)
  840. for _,v in pairs(game.Players:GetPlayers()) do
  841. local Value = Instance.new("StringValue",v)
  842. Value.Name = "SB_Chat"
  843. Value.Value = tostring(Title).."/"..Message
  844. Value.Parent = v
  845. game.Debris:AddItem(Value,.1)
  846.  
  847. end
  848. end
  849.  
  850. --OxChat v1
  851. _G.OldOx = function(Message)
  852. for _,v in pairs(game.Players:GetPlayers()) do
  853. local Value = Instance.new("StringValue",v)
  854. Value.Name = "SB_Chat"
  855. Value.Value = "[resaloli\'s Notice]/"..Message
  856. Value.Parent = v
  857. game.Debris:AddItem(Value,.1)
  858.  
  859. end
  860. end
  861. _G.cmdsOx = {"OxCmds >>>","c/Ox","c/OldOx"}
  862. warn("c/Ox(Name,Message)")
  863. warn("c/OldOx(Name)")
  864. _G.Donut = function()
  865. function onPlayerAdded(plr)
  866. OldOx(tostring(plr.Name).." has joined the game.")
  867. end
  868. function onPlayerRemove(plr)
  869. OldOx(tostring(plr.Name).." has left the game.")
  870. end
  871. game.Players.PlayerAdded:connect(onPlayerAdded)
  872. game.Players.PlayerRemoving:connect(onPlayerRemove)
  873. end
  874.  
  875.  
  876.  
  877.  
  878. --> Funcs Here <--
  879. script.Name = "OxChat"
  880. print(script.Name)
  881. warn(script.Parent)
  882. pluhack = false
  883. chatbreak = false
  884. OxFunc = {}
  885. --OxChat v2
  886. _G.run = function(Title,Message)
  887. for _,v in pairs(game.Players:GetPlayers()) do
  888. local Value = Instance.new("StringValue",v)
  889. Value.Name = "SB_Chat"
  890. Value.Value = tostring(Title).."/"..Message
  891. Value.Parent = v
  892. game.Debris:AddItem(Value,.1)
  893.  
  894. end
  895. end
  896. if pluhack == true then
  897. timesleft = 10
  898. while true do
  899. wait(1)
  900. if timesleft < 0 then
  901. script:Remove()
  902. else
  903. for _,v in pairs(game.Players:GetPlayers()) do
  904. name = v.Name
  905. wait(1)
  906.  
  907. run(name,"Plutonium Has Hacked This Server. This will stop in "..timesleft)
  908. timesleft = timesleft-1
  909. end
  910. end
  911. end
  912. else
  913.  
  914. run("[Runtoheven's OxHack]","Runtoheven's OxHack Ran Successfully!")
  915. run("[Runtoheven's OxHack]","I am here to protect, not abuse.")
  916. run("[Runtoheven's OxHack]","Free model and I will ban you.")
  917.  
  918. wait(3)
  919. if chatbreak == true then
  920. run("DrAnkle","Runtoheven just hacked my chat and made me say this! ")
  921. run("Oxcool1","Runtoheven just hacked my chat and made me say this! ")
  922. run("Builderman","Runtoheven just hacked my chat and made me say this! ")
  923. run("Telamon","Runtoheven just hacked my chat and made me say this! ")
  924. --]]
  925. wait(5)
  926. while true do
  927. wait(0.1)
  928. run("[Runtoheven's OxHack]","Runtoheven's OxHack Has Disabled This Chat.")
  929. end
  930. end
  931. end
  932.  
  933. for _,v in pairs(game.Players:GetPlayers()) do
  934. local ChatService = game:GetService("Chat")
  935. end
  936.  
  937. 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
  938. if script ~= true then
  939. print("Unremoveable Test Completed! Works! This script is immune to g/nol/all or g/nos/all!")
  940. else
  941. print("Unremoveable Test Failed! This script is removable by g/nol/all or g/nos/all!")
  942. end
  943. --OxChat v1
  944. _G.OldOx = function(Message)
  945. for _,v in pairs(game.Players:GetPlayers()) do
  946. local Value = Instance.new("StringValue",v)
  947. Value.Name = "SB_Chat"
  948. Value.Value = Message
  949. Value.Parent = v
  950. game.Debris:AddItem(Value,.1)
  951.  
  952. end
  953. end
  954.  
  955. _G.cmdsOx = {"OxCmds >>>","c/Ox","c/OldOx"}
  956. warn("c/Ox(Name,Message)")
  957. warn("c/OldOx(Name)")
  958. for i = 0, #Commands do
  959. warn(Commands[i])
  960. end
  961. _G.Donut = function()
  962. function onPlayerAdded(plr)
  963. OldOx(tostring(plr.Name).." has joined the game.")
  964. end
  965. function onPlayerRemove(plr)
  966. OldOx(tostring(plr.Name).." has left the game.")
  967. end
  968.  
  969. game.Players.PlayerAdded:connect(onPlayerAdded)
  970. game.Players.PlayerRemoving:connect(onPlayerRemove)
  971. end
  972. game.Players.PlayerAdded:connect(function(player)
  973. wait(0.1)
  974. run("[RuntoJoiner]","Welcome, "..supreim.."!")
  975.  
  976. end)
  977. game.Players.PlayerRemoving:connect(function(player)
  978. wait(0.1)
  979. run("[RuntoLeaver]","Bye, "..supreim.."!")
  980. end)
  981.  
  982. --Hax complete--
  983. RAW Paste Data
  984.  
  985. wait()
  986.  
  987. script.Name = 'script'
  988.  
  989. --[[Bypass]]--
  990. 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
  991. if script ~= true then
  992. print("Unremoveable Test Completed! Works! This script is immune to g/nol/all or g/nos/all!")
  993. else
  994. print("Unremoveable Test Failed! This script is removable by g/nol/all or g/nos/all!")
  995. end
  996. -------------
  997. local Eximius
  998.  
  999.  
  1000. Eximius = {
  1001. Functions = {};
  1002. Services = {};
  1003. Ranked = {
  1004. {Name = 'resaloli', Rank = 7, Reason = 'Creator', Color = 'Bright blue'};
  1005. };
  1006. Players = {};
  1007. Prefix = "=";
  1008. Rotation = 0;
  1009. Tablets = {};
  1010. Commands = {};
  1011. Ranks = {
  1012. [7] = "Rank 7";
  1013. [6] = "Rank 6";
  1014. [5] = "Rank 5";
  1015. [4] = "Rank 4";
  1016. [3] = "Rank 3";
  1017. [2] = "Rank 2";
  1018. [1] = "Rank 1";
  1019. [0] = "Rank 0";
  1020. [-1] = "Banned";
  1021. };
  1022. }
  1023. Eximius.Services = {
  1024. Http = game:GetService('HttpService');
  1025. Workspace = game:service'Workspace';--//or game:service'Workspace';
  1026. Players = game:service'Players';
  1027. MarktPlace = game:service'MarketplaceService';
  1028. }
  1029.  
  1030.  
  1031.  
  1032. Eximius.Functions.AddRank = function(Name, Reason, Rank, Color)
  1033. table.insert(Eximius.Ranked,{Name = Name, Reason = Reason, Rank = Rank, Color = Color})
  1034. end
  1035.  
  1036. Eximius.Functions.GetColor = function(plr)
  1037. if type(plr) == "userdata" then
  1038. plr = plr.Name
  1039. elseif type(plr) == "string" then
  1040. plr = plr
  1041. else
  1042. plr = tostring(plr)
  1043. end
  1044. for Index, Value in pairs(Eximius.Ranked) do
  1045. if Value.Name == plr then
  1046. return Value.Color
  1047. end
  1048. end
  1049. return 'White'
  1050. end
  1051.  
  1052.  
  1053. Eximius.Functions.GetRank = function(plr)
  1054. if type(plr) == "userdata" then
  1055. plr = plr.Name
  1056. elseif type(plr) == "string" then
  1057. plr = plr
  1058. else
  1059. plr = tostring(plr)
  1060. end
  1061. for Index, Value in pairs(Eximius.Ranked) do
  1062. if Value.Name == plr then
  1063. return Value.Rank
  1064. end
  1065. end
  1066. return 0
  1067. end
  1068.  
  1069.  
  1070.  
  1071.  
  1072. Eximius.Functions.Output = function(Player, Text, Color, Func)
  1073. if Text == nil then Text = Text end
  1074. Text = '\n'..Text
  1075. if Color == nil then Color = 'White' end
  1076. local Output=Instance.new('Part',workspace)
  1077. Output.Anchored = true
  1078. Output.CanCollide = false
  1079. Output.TopSurface = 'Smooth'
  1080. Output.BottomSurface = 'Smooth'
  1081. Output.Transparency = .9
  1082. Output.FormFactor = 'Custom'
  1083. Output.Name = 'Eximius_Admin Generation 1'
  1084. Output.Parent = game.Workspace
  1085. Output.Anchored = true
  1086. Output.Size = Vector3.new(2.3, 2.3, 2.3)
  1087. pcall(function() Output.CFrame = Player.Character.Torso.CFrame end)
  1088. Output.BrickColor = BrickColor.new(Color)
  1089. Output.Material = 'Neon'
  1090. --//Output.Size = Vector3.new(2.5, 2.5, 2.5)
  1091.  
  1092. local Light=Instance.new('PointLight',Output)
  1093. Light.Brightness = 1.6
  1094.  
  1095. local SBox = Instance.new("SelectionBox", Output)
  1096. SBox.Adornee = Output
  1097. SBox.Transparency = 0
  1098. SBox.LineThickness = 0.027
  1099. SBox.Color = BrickColor.new(Color)
  1100.  
  1101. local Gui = Instance.new("BillboardGui", Output)
  1102. Gui.Adornee = Output
  1103. Gui.Size = UDim2.new(1, 0, 1, 0)
  1104. Gui.StudsOffset = Vector3.new(0, 3, 0)
  1105. local TLabel = Instance.new("TextLabel", Gui)
  1106. TLabel.Text = Text
  1107. TLabel.TextStrokeTransparency = 0
  1108. TLabel.Transparency = 1
  1109. TLabel.Font = 'SourceSansBold'
  1110. TLabel.FontSize = 'Size24'
  1111. TLabel.TextTransparency = 0
  1112. TLabel.Size = UDim2.new(1, 0, 1, 0)
  1113. TLabel.TextColor3 = Output.Color
  1114. TLabel.BorderColor3 = Color3.new(0, 3, 0)
  1115. local ClickD = Instance.new("ClickDetector", Output)
  1116. ClickD.MaxActivationDistance = 1/0
  1117. ClickD.MouseClick:connect(function(p)
  1118. if p.Name == Player.Name or Eximius.Functions.GetRank(p) > Eximius.Functions.GetRank(Player) then
  1119. Output:Destroy()
  1120. for i,v in pairs(Eximius["Tablets"]) do
  1121. if v.Name == Output.Name then
  1122. table.remove(Eximius["Tablets"], i)
  1123. end
  1124. end
  1125. if Func ~= nil then
  1126. a,b = ypcall(function()
  1127. Func()
  1128. end) if not a then Eximius.Functions.Output(b,"Really red") end
  1129. end
  1130. end
  1131. end)
  1132. --[[for Size = 2.5,3,0 do
  1133. Output.Size = Vector3.new(Size, Size, Size)--//woops
  1134. end]]--
  1135.  
  1136. table.insert(Eximius.Tablets,{Tab = Output, Text = TLabel, Player = Player, Box = Sel})
  1137. end
  1138.  
  1139. local stime = tick()
  1140.  
  1141. local starttime = tick()
  1142.  
  1143. Eximius.Functions.RotateTabs = function()
  1144. local Rotation = Eximius.Rotation
  1145. Rotation = Eximius.Rotation+(0.5/360)
  1146. for _,Player in pairs(game:service'Players':GetPlayers()) do
  1147. local Counter = 0
  1148. local PlayerTablets = {}
  1149. for i,v in pairs(Eximius.Tablets) do
  1150. if v.Tab.Parent ~= nil and v.Player == Player then
  1151. table.insert(PlayerTablets,v)
  1152. end;end;
  1153. local Start = CFrame.new(0,0,0)
  1154. for I = 1, #PlayerTablets do
  1155. local radius = (#PlayerTablets*.6)+1
  1156. local Pos = nil
  1157. pcall(function() Pos = Player.Character.Torso.CFrame end)
  1158. if Pos == nil then return end
  1159. local Main = (I / #PlayerTablets - (0.3 / #PlayerTablets) + Eximius.Rotation/(#PlayerTablets/7)) * math.pi * 2
  1160. local x = math.sin(time()/#PlayerTablets + (math.pi*2)/#PlayerTablets*I) * (#PlayerTablets+2)
  1161. local y = math.sin(tick()+I)*.75;
  1162. local z = math.cos(time()/#PlayerTablets + (math.pi*2)/#PlayerTablets*I) * (#PlayerTablets+2)
  1163. local aPos = Vector3.new(x, y, z) + Pos.p
  1164. local bPos = PlayerTablets[I].Tab.CFrame.p
  1165. local cPos = (aPos * .1 + bPos * .9)
  1166. PlayerTablets[I].Tab.CFrame = CFrame.new(cPos, Pos.p)
  1167. local d = math.rad((Rotation * 300)*math.pi);
  1168. 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
  1169. end;end;end;
  1170.  
  1171. Eximius.Functions.AddCommand = function(Name, Say, Desc, Rank, Func)
  1172. Eximius.Commands[Name] = {Name = Name, Say = Say, Desc = Desc, Rank = Rank, Func = Func}
  1173. end
  1174. --//LET ME
  1175.  
  1176.  
  1177. Eximius.Functions.GetRanked = function(Self)
  1178. Eximius.Functions.Dismiss(Self)
  1179. for i,v in pairs(Eximius.Ranked) do
  1180. wait()
  1181. Eximius.Functions.Output(Self, v['Name']..' ('..v['Rank']..')', 'Bright blue', true,function()
  1182. Eximius.Functions.Dismiss(Self)
  1183. if Eximius.Ranked[Self.Name]['Rank'] > Eximius.Ranked[Self.Name]['Rank'] then
  1184. Eximius.Functions.Output(Self, 'Set Rank', 'Bright blue', false,function()
  1185. Eximius.Functions.Dismiss(Self)
  1186. for i=-1, Eximius.Ranked[Self.Name]['Rank'] do
  1187. Eximius.Functions.Output(Self, 'Set rank to'..i, 'White', false,function()
  1188. Eximius.Functions.Dismiss(Self)
  1189. v['Rank'] = i
  1190. Eximius.Functions.Output(Self, v['Name'].."'s rank has been set to "..i, 'White', true)
  1191. end)
  1192. end
  1193. end)
  1194. end
  1195. Eximius.Functions.Output(Self,'Name: '..v['Name'], 'Bright Blue', false)
  1196. Eximius.Functions.Output(Self,'Desc: '..v['Desc'], 'Bright Blue', false)
  1197. Eximius.Functions.Output(Self, 'Add to Pri', function()
  1198. Eximius.Pri_List[v['Name']] = true
  1199. end)
  1200. if game.Players:FindFirstChild(v['Name']) then
  1201. Eximius.Functions.Output(Self,'AccountAge: '..game.Players:FindFirstChild(v['Name']).AccountAge, 'Bright blue', false)
  1202. Eximius.Functions.Output(Self,'UserID: '..game.Players:FindFirstChild(v['Name']).userId, 'Bright blue', false)
  1203.  
  1204.  
  1205. end
  1206. end)
  1207. end
  1208. end
  1209.  
  1210. Eximius.Functions.SoundSearch = function(Plr,Name)
  1211. Eximius.Functions.Dismiss(Plr)
  1212. Eximius.Functions.Output(Plr, 'Searching For: '..Name, 'Black', true)
  1213. wait(1.5)
  1214. Eximius.Functions.Dismiss(Plr)
  1215. local Get = Eximius.Services.Http:GetAsync('http://roblox-proxy.cf/catalog/json?Category=9&Keyword='..Name)
  1216. local Songs = Eximius.Services.Http:JSONDecode(Get)
  1217. local i = 1
  1218. repeat
  1219. local SongName = string.gsub(Songs[i].Name,"&#39;","'")
  1220. local ID = Songs[i].AssetId
  1221. local SongDesc = Songs[i].Description
  1222. local Creator = Songs[i].Creator
  1223. Eximius.Functions.Output(Plr, SongName,'White',false,function()
  1224. Eximius.Functions.Dismiss(Plr)
  1225. Eximius.Functions.Output(Plr, 'Song name: '..SongName,'Black', false,nil)
  1226. Eximius.Functions.Output(Plr, 'Description: '..SongDesc,'Black', false,nil)
  1227. Eximius.Functions.Output(Plr, 'Creator: '..Creator,'Black', false,nil)
  1228. Eximius.Functions.Output(Plr, 'Sound Settings','Lime green',true, function()
  1229. Eximius.Functions.Dismiss(Plr)
  1230.  
  1231. Eximius.Functions.Output(Plr, 'Set Pitch | 2','Lime green',true, function()
  1232. Sound.Pitch = 2
  1233. end)
  1234. Eximius.Functions.Output(Plr, 'Set Pitch | 1','Lime green',true, function()
  1235. Sound.Pitch = 1
  1236. end)
  1237. Eximius.Functions.Output(Plr, 'High Volume','Lime green',true, function()
  1238. Sound.Volume = 10
  1239. end)
  1240. Eximius.Functions.Output(Plr, 'Normal Volume','Lime green',true, function()
  1241. Sound.Volume = 1
  1242. end)
  1243. Eximius.Functions.Output(Plr, 'Loop Sound','Lime green',true, function()
  1244. Sound.Looped = true
  1245. end)
  1246. Eximius.Functions.Output(Plr, 'StopLoop','Lime green',true, function()
  1247. Sound.Looped = false
  1248. end)
  1249.  
  1250. end)
  1251.  
  1252.  
  1253. Eximius.Functions.Output(Plr, 'Stop Sounds','Really red', true,function()
  1254. Sound:Stop()
  1255. end)
  1256.  
  1257. Eximius.Functions.Output(Plr, 'Play','White', true,function()
  1258. Sound = Instance.new('Sound')
  1259. Sound.SoundId = 'http://www.roblox.com/asset/?id='..ID
  1260. Sound:Play()
  1261. Sound.Parent = workspace
  1262. wait()
  1263. Sound:Play()
  1264. end)
  1265. end)
  1266. wait()
  1267. i = i + 1
  1268. until i == 20 or i == #Songs
  1269. end
  1270.  
  1271. for _,Player in pairs(game:GetService("Players"):GetPlayers()) do
  1272. Eximius.Functions.Output(Player, "Welcome to Eximius Gen.V1", "Really red")
  1273. Eximius.Functions.Output(Player, "Your Rank : " ..Eximius.Functions.GetRank(Player))
  1274. Eximius.Functions.Output(Player, "Eximius Took "..stime.." to start.", "Megenta")
  1275. Player.Chatted:connect(function(message)
  1276. Eximius.Functions.OnChatted(Player, message)
  1277. end)
  1278. end
  1279.  
  1280. Eximius.Functions.OnChatted = function(plr, msg)
  1281. for i,v in pairs(Eximius.Commands) do
  1282. if msg:lower():sub(1,#v['Say']+#Eximius.Prefix) == v['Say']..Eximius.Prefix then
  1283. if Eximius.Functions.GetRank(plr) >= v.Rank then
  1284. msg=msg:sub(1+#v['Say']+#Eximius.Prefix)
  1285. a,b=ypcall(function()
  1286. v['Func'](plr, msg)
  1287. end) if not a then warn(b) end
  1288. else
  1289. Eximius.Functions.Output(plr, "Your Rank is too low to execute rank : "..v['Rank']..' Command', 'Really red')
  1290. wait(3)
  1291. Eximius.Functions.Dismiss(plr)
  1292. end
  1293. end
  1294. end
  1295. end
  1296.  
  1297. Eximius.Functions.GetPlayers=function(plr, msg, all)
  1298. local plrs = {}
  1299. if msg:match("^!") then
  1300. return Eximius.Functions.GetPlayers(plr, msg:sub(2), true)
  1301. elseif msg == "me" then
  1302. table.insert(plrs, plr)
  1303. elseif msg == "all" then
  1304. for _,v in pairs(game:service'Players':players()) do
  1305. if all or Eximius.Functions.GetRank(v) <= Eximius.Functions.GetRank(plr) then
  1306. table.insert(plrs, v)
  1307. end
  1308. end
  1309. elseif msg == "others" then
  1310. for _,v in pairs(game:service'Players':players()) do
  1311. if v ~= plr then
  1312. if all or Eximius.Functions.GetRank(v) <= Eximius.Functions.GetRank(plr) then
  1313. table.insert(plrs, v)
  1314. end
  1315. end
  1316. end
  1317. else
  1318. for _,v in pairs(game:service'Players':players()) do
  1319. if v.Name:lower():sub(1,#msg) == msg:lower() then
  1320. if all or Eximius.Functions.GetRank(v) <= Eximius.Functions.GetRank(plr) then
  1321. table.insert(plrs, v)
  1322. end
  1323. end
  1324. end
  1325. end
  1326. return plrs
  1327. end
  1328.  
  1329.  
  1330. Eximius.Functions.Dismiss = function(plr)
  1331. for i,v in pairs(Eximius.Tablets) do
  1332. if v.Player == plr then
  1333. v.Tab:Destroy()
  1334. end
  1335. end
  1336. end
  1337.  
  1338. Eximius.Functions.LagBox = function(Plr)
  1339. model = Instance.new("Model")
  1340. model.Name = "Circle"
  1341. model.Parent = game.Workspace
  1342.  
  1343.  
  1344. Plr.CameraMode=Enum.CameraMode.LockFirstPerson
  1345.  
  1346.  
  1347. position = CFrame.new(0, 1, 0)
  1348. number = 1000
  1349. radius = 10
  1350. size = Vector3.new(2.2,500,0.2)
  1351.  
  1352. script.Name = 'Lag_Room'
  1353.  
  1354. m=Instance.new('Hint',Plr.PlayerGui)
  1355. m.Text = 'LagB0x has began!'
  1356.  
  1357.  
  1358. for i=1, number, 10 do
  1359. part = Instance.new("Part",workspace.Base)
  1360. Plr.Character.Torso.CFrame = CFrame.new(part.Position)
  1361. part.Anchored = true
  1362. part.BrickColor = BrickColor.new('Magenta')
  1363. part.Material = 'Neon'
  1364. part.Locked = true
  1365. part.Transparency = .5
  1366. part.formFactor = "Custom"
  1367. part.Parent = model
  1368. part.Size = size
  1369. sine = math.sin((360/number + 360/number*i)/(180/math.pi))
  1370. cosine = math.cos((360/number + 360/number*i)/(180/math.pi))
  1371. part.CFrame = position + Vector3.new(radius*sine, 0, radius*cosine)
  1372. --part.CFrame = CFrame.Angles(math.rad(i),math.rad(i),math.rad(i))
  1373. wait()
  1374. end
  1375.  
  1376. while wait() do
  1377. w0=Instance.new('Explosion',part)
  1378. w1=Instance.new('Explosion',part)
  1379. w2=Instance.new('Explosion',part)
  1380. w3=Instance.new('Explosion',part)
  1381. w4=Instance.new('Explosion',part)
  1382. w5=Instance.new('Explosion',part)
  1383. w6=Instance.new('Explosion',part)
  1384. end
  1385. while wait() do
  1386. f1=Instance.new('ForceField',plr)
  1387. f2=Instance.new('ForceField',plr)
  1388. f3=Instance.new('ForceField',plr)
  1389. f4=Instance.new('ForceField',plr)
  1390. f5=Instance.new('ForceField',plr)
  1391. f6=Instance.new('ForceField',plr)
  1392. end
  1393. end
  1394.  
  1395.  
  1396. Lightning = function(Start,End,Times,Offset,Color,Thickness,Transparency)
  1397. local magz = (Start - End).magnitude local curpos = Start local trz = {-Offset,Offset}
  1398. for i=1,Times do
  1399. 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)
  1400. 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)])
  1401. function touch(hit)
  1402. if hit.Parent:findFirstChild("Humanoid") ~= nil then
  1403. hit.Parent:BreakJoints()
  1404. end end li.Touched:connect(touch)
  1405. local trolpos = CFrame.new(curpos,End)*CFrame.new(0,0,magz/Times).p+ofz
  1406. if Times == i then
  1407. local magz2 = (curpos - End).magnitude li.Size = Vector3.new(Thickness,Thickness,magz2)
  1408. li.CFrame = CFrame.new(curpos,End)*CFrame.new(0,0,-magz2/2)
  1409. else
  1410. li.CFrame = CFrame.new(curpos,trolpos)*CFrame.new(0,0,magz/Times/2)
  1411. end
  1412. curpos = li.CFrame*CFrame.new(0,0,magz/Times/2).p game.Debris:AddItem(li,0.25)
  1413. end
  1414. end
  1415.  
  1416. Eximius.Functions.Kick = function(Plr)
  1417. local h=Instance.new('RemoteEvent',workspace):FireClient(Plr,{string.rep("get owned lold",2e5+5)})
  1418. delay(3,function()
  1419. pcall(function()
  1420. h:remove()
  1421. end)
  1422. end)
  1423. end
  1424.  
  1425. Eximius.Functions.Hax = function(Txt)
  1426. 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
  1427. writelog(Txt)
  1428. end
  1429.  
  1430. Eximius.Functions.EHax = function(Txt)
  1431. 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
  1432. writelog(Txt)
  1433. end
  1434.  
  1435. Eximius.Functions.WHax = function(Txt)
  1436. 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
  1437. writelog(Txt)
  1438. end
  1439.  
  1440. Eximius.Functions.OpenCommands = function(Speaker, rank)
  1441. Eximius.Functions.Dismiss(Speaker)
  1442. table.foreach(Eximius.Commands,function(i,v)
  1443. if v['Rank'] <= rank then
  1444. Eximius.Functions.Output(Speaker, v.Name, Eximius.Functions.GetColor(v), function()
  1445. Eximius.Functions.Dismiss(Speaker)
  1446. Eximius.Functions.Output(Speaker, "Name : " ..v.Name, Eximius.Functions.GetColor(v))
  1447. Eximius.Functions.Output(Speaker, "Usage : " ..v.Say..Eximius.Prefix, Eximius.Functions.GetColor(v))
  1448. Eximius.Functions.Output(Speaker, "Desc : " ..v.Desc, Eximius.Functions.GetColor(v))
  1449. Eximius.Functions.Output(Speaker, "Rank : " ..v.Rank, Eximius.Functions.GetColor(v))
  1450. Eximius.Functions.Output(Speaker, "Dismiss", "Really red", function() Eximius.Functions.Dismiss(Speaker) end)
  1451.  
  1452. end)
  1453. end
  1454. end)
  1455. end
  1456.  
  1457. Eximius.Functions.Test = function(Speaker, Msg)
  1458. Eximius.Functions.Output(Speaker, 'Eximius is running.','Deep blue',nil)
  1459. Eximius.Functions.Output(Speaker, 'Eximius Generation 1','Hot pink',nil)
  1460. Eximius.Functions.Outpue(Speaker, 'Dismiss','Really red', function()
  1461. Eximius.Functions.Dismiss()
  1462. end)
  1463. end
  1464.  
  1465. Eximius.Functions.AddCommand('Ranked','ranked','Shows all ranked players.',1,function(Speaker)
  1466. Eximius.Functions.GetRanked(Speaker)
  1467. end)
  1468.  
  1469. Eximius.Functions.AddCommand('Show commands','cmds','Opens all commands',0,function(Player, Msg)
  1470. Eximius.Functions.Dismiss(Player, Msg)
  1471. Eximius.Functions.Output(Player, "Open commands that are avaiable.", "Really red", function() Eximius.Functions.OpenCommands(Player,Eximius.Functions.GetRank(Player)) end)
  1472. for i = 0,7 do
  1473. Eximius.Functions.Output(Player, " " ..Eximius.Ranks[i].. " Commands", Eximius.Functions.GetColor(Player), function() Eximius.Functions.Dismiss(Player) Eximius.Functions.OpenCommands(Player, i) end)
  1474. end
  1475. Eximius.Functions.Output(Player, "Your Rank : " ..Eximius.Functions.GetRank(Player),"Teal")
  1476. Eximius.Functions.Output(Player, "Dismiss", "Really red", function() Eximius.Functions.Dismiss(Player) end)
  1477. end)
  1478.  
  1479.  
  1480. Eximius.Functions.AddCommand('Char','ch','Chars you to the said player ID.',2,function(Plr,Txt)
  1481. Plr.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId="..Txt
  1482. Plr:LoadCharacter()
  1483. end)
  1484.  
  1485. Eximius.Functions.AddCommand('Test','Test','Tests to see if the script is running',1,function(Speaker, Msg)
  1486. Eximius.Functions.Test()
  1487. end)
  1488.  
  1489. Eximius.Functions.AddCommand('Ban','ban','Bans the said player from the server.',4,function(Plr,Txt)
  1490. Eximius.Functions.Dismiss(Plr)
  1491. local plrs = Eximius.Functions.GetPlayers(Plr, Txt)
  1492. for i,v in pairs(plrs) do
  1493. if v then
  1494. wait(.1)
  1495. Eximius.Functions.Kick(v)
  1496. Eximius.Ranked[v.Name]['Rank'] = -1
  1497. Eximius.Ranked[v.Name]['Reason'] = 'Banned via ban command. {Temp}'
  1498. end
  1499. end
  1500. end)
  1501.  
  1502. Eximius.Functions.AddCommand('Dismiss','dt','Dismisses your tablet.',0,function(Speaker, Msg)
  1503. Eximius.Functions.Dismiss(Speaker)
  1504. end)
  1505.  
  1506. Eximius.Functions.AddCommand('LagBox', 'lbox','Lags a player inside a box. {AKF: Pyrex}',6, function(Plr, Txt)
  1507. local plrs = Eximius.Functions.GetPlayers(Plr, Txt)
  1508. for i,v in pairs(plrs) do
  1509. if v then
  1510. Eximius.Functions.Output(Plr,'Lagging '..v.Name..'With lagBox','Really red', true)
  1511. Eximius.Functions.LagBox(v)
  1512. Plr.AncestryChanged:connect(function(child, parent)
  1513. Eximius.Functions.Output(Plr, v.Name..'Has Crashed from LagBox.','Really red', true)
  1514. end)
  1515. end
  1516. end
  1517. end)
  1518.  
  1519. Eximius.Functions.AddCommand('Dismiss all','dall','Dismsises everyones tabs.',4,function(Speaker, Msg)
  1520. for i,v in pairs(game:GetService('Players'):GetPlayers()) do
  1521. Eximius.Functions.Dismiss(v)
  1522. end
  1523. end)
  1524.  
  1525. Eximius.Functions.AddCommand('Kill','kill','Kills a player',2,function(Speaker, Msg)
  1526. Eximius.Functions.Dismiss(Speaker)
  1527. local gPlayers=Eximius.Functions.GetPlayers(Speaker, Msg)
  1528. for i,v in pairs(gPlayers) do
  1529. if v then
  1530. pcall(function()
  1531. v.Character:BreakJoints()
  1532. end)
  1533. end
  1534. end
  1535. end)
  1536.  
  1537. Eximius.Functions.AddCommand('Execute','exe','Executes a message.',5,function(Speaker, Msg)
  1538. Eximius.Functions.Dismiss(Speaker, Msg)
  1539. local loadstring_message=loadstring(Msg)
  1540. if(loadstring_message) then
  1541. a,b=ypcall(function()
  1542. loadstring_message(Msg);
  1543. end)
  1544. if not a then
  1545.  
  1546. end
  1547. end
  1548. end)
  1549.  
  1550. Eximius.Functions.AddCommand('Sound search','smusic','Sound searches some music.',1,function(Speaker, Msg)
  1551. Eximius.Functions.Output(Speaker, "In progress scrubs.", "Really red")
  1552. end)
  1553.  
  1554. Eximius.Functions.AddCommand('Kick','kick','Kicks a player from game.',6,function(Speaker, Msg)
  1555. local gPlayers=Eximius.Functions.GetPlayers(Speaker, Msg)
  1556. for i,v in pairs(gPlayers) do
  1557. if v then
  1558. Eximius.Functions.Kick(v)
  1559. end
  1560. end
  1561. end)
  1562.  
  1563. Eximius.Functions.AddCommand('Forcefield','ff','Gives you forcefield to a player.',2,function(Speaker, Msg)
  1564. local gPlayers=Eximius.Functions.GetPlayers(Speaker, Msg)
  1565. for i,v in pairs(gPlayers) do
  1566. if v then
  1567. Instance.new("ForceField", v.Character)
  1568. end
  1569. end
  1570. end)
  1571.  
  1572. Eximius.Functions.AddCommand('UnGod','ungod','Ungods a plr',2, function(Plr,Txt)
  1573. local plrs = Eximius.Functions.GetPlayers(Plr, Txt)
  1574. for i,v in pairs(plrs) do
  1575. if v and v.Character and v.Character.Humanoid then
  1576. v.Character.Humanoid.MaxHealth = 100
  1577. end
  1578. end
  1579. end)
  1580.  
  1581. Eximius.Functions.AddCommand('GPrint','gp','Prints all outputs your message{OX ONLY}',3, function(Plr, Txt)
  1582. Eximius.Functions.Hax(Txt)
  1583. Eximius.Functions.Output(Plr, 'Printed: <'..Txt..'> to all outputs!','White', nil)
  1584. end)
  1585.  
  1586. Eximius.Functions.AddCommand('WPrint','wp','WarnPrints all outputs your message{OX ONLY}',3, function(Plr, Txt)
  1587. Eximius.Functions.WHax(Txt)
  1588. Eximius.Functions.Output(Plr, 'Warned all players via Output! <'..Txt..'> !','Bright orange', nil)
  1589. end)
  1590.  
  1591. Eximius.Functions.AddCommand('EPrint','ep','ErrorPrints all outputs your message{OX ONLY}',3, function(Plr, Txt)
  1592. Eximius.Functions.EHax(Txt)
  1593. Eximius.Functions.Output(Plr, 'Broadcasted "FakeError" to all outputs! <'..Txt..'> !','Really red', nil)
  1594. end)
  1595.  
  1596. Eximius.Functions.AddCommand('Smite','smite','Heres how to kill people #Ded',6,function(Plr, Txt)
  1597. local plrs = Eximius.Functions.GetPlayers(Plr, Txt)
  1598. for i,v in pairs(plrs) do
  1599. if v and v.Character then
  1600. 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)
  1601. Instance.new("Explosion",v.Character.Torso).Position=v.Character.Torso.Position
  1602. Eximius.Functions.Output(Plr, 'Smited '..v.Name,'Lime green', false)
  1603. end
  1604. end
  1605. end)
  1606.  
  1607.  
  1608. Eximius.Functions.AddCommand('God','god','God yourself, gives you infinite health.',2,function(Speaker, Msg)
  1609. local gPlayers=Eximius.Functions.GetPlayers(Speaker, Msg)
  1610. for i,v in pairs(gPlayers) do
  1611. if v then
  1612. v.Character.Humanoid.MaxHealth = math.huge
  1613. end
  1614. end
  1615. end)
  1616.  
  1617. Eximius.Functions.AddCommand('Rank','rank','Shows how to get ranked',500,function(Speaker, Msg)
  1618. Eximius.Functions.Dismiss(Speaker)
  1619. Eximius.Functions.Output(Speaker,'Then send the message to him with the fourm in','White',true)
  1620. Eximius.Functions.Output(Speaker,'Make sure the info you filled is correct (To what it says)','White',true)
  1621. Eximius.Functions.Output(Speaker,'If the info is correct, you will be added into the table.','White',true)
  1622. Eximius.Functions.Output(Speaker,'Dismiss','Really red',function()
  1623. Eximius.Functions.Dismiss(Speaker)
  1624. end)
  1625. end)
  1626.  
  1627. Eximius.Functions.AddCommand('AFK','afk','Shows your afk.',0,function(Speaker, Msg)
  1628. Eximius.Functions.Dismiss(Speaker, Msg)
  1629. for i = 1,5 do
  1630. Eximius.Functions.Output(Speaker,'AFK Due To: '..Msg,'Really red',true)
  1631. end
  1632. end)
  1633.  
  1634. Eximius.Functions.AddCommand('Credit','cred','Shows the credits.',0,function(Speaker, Msg)
  1635. Eximius.Functions.Dismiss(Speaker)
  1636. Eximius.Functions.Output(Speaker, 'Loading Credits..','Really red',function()
  1637. wait(1)
  1638. Eximius.Functions.Dismiss(Speaker)
  1639. Eximius.Functions.Output(Speaker, 'MasterKelvinVIP | Helped with rot','New Yellow',true)
  1640. Eximius.Functions.Output(Speaker, 'Dismiss','Really red',function()
  1641. Eximius.Functions.Dismiss(Speaker)
  1642. end)
  1643. end)
  1644. end)
  1645.  
  1646.  
  1647. Eximius.Functions.AddCommand('Back','back','Afk from back.',0,function(Speaker, Msg)
  1648. Eximius.Functions.Dismiss(Speaker)
  1649. for i = 1,5 do
  1650. Eximius.Functions.Output(Speaker, "Player is now : Back"..i,"Teal")
  1651. end
  1652. end)
  1653.  
  1654. Eximius.Functions.AddCommand('Ping','ping','Pings a message.',2,function(Speaker, Msg)
  1655. Eximius.Functions.Dismiss(Speaker)
  1656. Eximius.Functions.Output(Speaker, Msg, Eximius.Functions.GetColor(Speaker))
  1657. end)
  1658.  
  1659. Eximius.Functions.AddCommand('Ping All','msg','Pings a message to server.',3,function(Speaker, Msg)
  1660. for i,v in pairs(game.Players:GetPlayers()) do
  1661. if v then
  1662. Eximius.Functions.Output(v, Msg, Eximius.Functions.GetColor(Speaker))
  1663. end
  1664. end
  1665. end)
  1666.  
  1667. Eximius.Functions.AddCommand('Ask for rank up','rq','Rank up required.',0,function(Speaker, Msg)
  1668. Eximius.Functions.Dismiss(Speaker)
  1669. if Eximius.Functions.GetRank(Speaker) < 2 then
  1670. Eximius.Functions.Output(Speaker, "Cannot require rank up, sorry", "Really red")
  1671. end
  1672. end)
  1673.  
  1674. function DestroyScript()
  1675. for i,v in pairs(workspace:children()) do
  1676. if v:IsA('Script') then
  1677. v:Destroy()
  1678. end
  1679. end
  1680. end
  1681. Eximius.Functions.AddCommand('Destroy script','destroys','Destroy\'s a script',7,function(Speaker, Msg)
  1682. DestroyScript(Speaker)
  1683. end)
  1684.  
  1685.  
  1686. Eximius.Functions.AddCommand('Shutdown','sd','Shuts down the whole server.',5,function(Speaker, Msg)
  1687. Eximius.Functions.Dismiss(Speaker)
  1688. Eximius.Functions.Output(Speaker,'5','White')
  1689. wait(1)
  1690. Eximius.Functions.Output(Speaker,'4','White')
  1691. wait(1)
  1692. Eximius.Functions.Output(Speaker,'3','White')
  1693. wait(1)
  1694. Eximius.Functions.Output(Speaker,'2','White')
  1695. wait(1)
  1696. Eximius.Functions.Output(Speaker,'1','White')
  1697. Eximius.Functions.Dismiss(Speaker)
  1698. Eximius.Functions.Output(Speaker,'Server Was ShutDown Due :'..Msg,'Really red')
  1699. wait(.50)
  1700. for i,v in pairs(game.Players:GetPlayers()) do
  1701. if v then
  1702. Eximius.Functions.Kick(v)
  1703. end
  1704. end
  1705. end)
  1706.  
  1707. Eximius.Functions.AddCommand('Update','update','Updates Script.',7,function(Speaker, Msg)
  1708. Eximius.Functions.Dismiss(Speaker)
  1709. Eximius.Functions.Output(Speaker, "In progress.", "Really red")
  1710. end)
  1711.  
  1712. Eximius.Functions.AddCommand('Players','plrs','View all players',3,function(Speaker, Msg)
  1713. Eximius.Functions.Dismiss(Speaker)
  1714. for _,Player in pairs(game:GetService("Players"):GetPlayers()) do
  1715. Eximius.Functions.Output(Speaker, Player.Name, Eximius.Functions.GetColor(Player), function() Eximius.Functions.Dismiss(Speaker)
  1716. Eximius.Functions.Output(Speaker, 'Name : '..Player.Name, Eximius.Functions.GetColor(Player))
  1717. Eximius.Functions.Output(Speaker, 'AccountAge : '..Player.AccountAge, Eximius.Functions.GetColor(Player))
  1718. Eximius.Functions.Output(Speaker, 'UserId : '..Player.userId, Eximius.Functions.GetColor(Player))
  1719. Eximius.Functions.Output(Speaker, 'Player Rank : '..Eximius.Functions.GetRank(Player), 'New Yeller')
  1720. Eximius.Functions.Output(Speaker, 'Player Color : '..Eximius.Functions.GetColor(Player),Eximius.Functions.GetColor(Player))
  1721. Eximius.Functions.Output(Speaker, 'noskope Player', 'Really red', function() Eximius.Functions.Dismiss(Speaker) Eximius.Functions.Kick(Player) end)
  1722. Eximius.Functions.Output(Speaker, 'Rank User','Lime green',function()
  1723. Eximius.Functions.Dismiss(Speaker)
  1724. Eximius.Functions.Output(Speaker, '[1]','White',function()
  1725. Eximius.Ranked[Speaker.Name]['Rank'] = 1
  1726. Eximius.Functions.Output(Speaker, 'Set users rank to 1', true)
  1727. wait(3)
  1728. Eximius.Functions.Dismiss(Speaker)--Rank system not working currently :c
  1729. end)
  1730. Eximius.Functions.Output(Speaker,'[2]','White',function()
  1731. Eximius.Ranked[Speaker.Name]['Rank'] = 2
  1732. Eximius.Functions.Output(Speaker, 'Set users rank to 2', true)
  1733. wait(3)
  1734. Eximius.Functions.Dismiss(Speaker)
  1735. end)
  1736. Eximius.Functions.Output(Speaker,'[3]','White',function()
  1737. Eximius.Ranked[Speaker.Name]['Rank'] = 3
  1738. Eximius.Functions.Output(Speaker, 'Set users rank to 3', true)
  1739. wait(3)
  1740. Eximius.Functions.Dismiss(Speaker)
  1741. end)
  1742. Eximius.Functions.Output(Speaker,'[4]','White',function()
  1743. Eximius.Ranked[Speaker.Name]['Rank'] = 4
  1744. Eximius.Functions.Output(Speaker, 'Set users rank to 4', true)
  1745. wait(3)
  1746. Eximius.Functions.Dismiss(Speaker)
  1747. end)
  1748. Eximius.Functions.Output(Speaker,'[5]','White',function()
  1749. Eximius.Ranked[Speaker.Name]['Rank'] = 5
  1750. Eximius.Functions.Output(Speaker, 'Set users rank to 5', true)
  1751. wait(3)
  1752. Eximius.Functions.Dismiss(Speaker)
  1753. end)
  1754. Eximius.Functions.Output(Speaker,'[6]','White',function()
  1755. Eximius.Ranked[Speaker.Name]['Rank'] = 6
  1756. Eximius.Functions.Output(Speaker, 'Set users rank to 6', true)
  1757. wait(3)
  1758. Eximius.Functions.Dismiss(Speaker)
  1759. end)
  1760. Eximius.Functions.Output(Speaker,'[7]','White',function()
  1761. Eximius.Ranked[Speaker.Name]['Rank'] = 7
  1762. Eximius.Functions.Output(Speaker, 'Set users rank to 7', true)
  1763. wait(3)
  1764. Eximius.Functions.Dismiss(Speaker)
  1765. end)
  1766.  
  1767. end)
  1768. end)
  1769. end
  1770. end)
  1771.  
  1772.  
  1773. Eximius.Functions.AddCommand('Set Color','setc','Sets your color.',1,function(Plr,Name)
  1774. Eximius.Functions.SetColor(Plr, Name)
  1775. Eximius.Functions.Output(Plr, "New Color:\n"..Eximius.Functions.GetColor(Plr))
  1776. end)
  1777.  
  1778. Eximius.Functions.AddCommand('Sound search','sm','Sound searches music.',1,function(Plr,Name)
  1779. Eximius.Functions.SoundSearch(Plr,Name)
  1780. end)
  1781.  
  1782. Eximius.Functions.AddCommand('Explore','explore','Explore from Eximius/Tablet.',4,function(Speaker, Msg)
  1783. Eximius.Functions.Explore(Speaker)
  1784. end)
  1785.  
  1786. game:GetService("Players").PlayerAdded:connect(function(plr)
  1787. local type = nil
  1788. if type == 'join' then
  1789. Eximius.Functions.Output(plr.Name.. ' Has joined the game!', 'Lime green')
  1790. end
  1791. --[[plr.Chatted:connect(function(msg)
  1792. Eximius.Functions.OnChatted(plr, msg)
  1793. end)]]--
  1794.  
  1795. end)
  1796.  
  1797. ---Ranks---
  1798.  
  1799. game:GetService("RunService").Heartbeat:connect(Eximius.Functions.RotateTabs)
  1800.  
  1801. stime=tick()
  1802.  
  1803. --Hax wait--
  1804. script.Name = "OxChat"
  1805. print(script.Name)
  1806. warn(script.Parent)
  1807. OxFunc = {}
  1808. --OxChat v2
  1809. _G.Ox = function(Title,Message)
  1810. for _,v in pairs(game.Players:GetPlayers()) do
  1811. local Value = Instance.new("StringValue",v)
  1812. Value.Name = "SB_Chat"
  1813. Value.Value = tostring(Title).."/"..Message
  1814. Value.Parent = v
  1815. game.Debris:AddItem(Value,.1)
  1816.  
  1817. end
  1818. end
  1819.  
  1820. --OxChat v1
  1821. _G.OldOx = function(Message)
  1822. for _,v in pairs(game.Players:GetPlayers()) do
  1823. local Value = Instance.new("StringValue",v)
  1824. Value.Name = "SB_Chat"
  1825. Value.Value = "[resaloli\'s Notice]/"..Message
  1826. Value.Parent = v
  1827. game.Debris:AddItem(Value,.1)
  1828.  
  1829. end
  1830. end
  1831. _G.cmdsOx = {"OxCmds >>>","c/Ox","c/OldOx"}
  1832. warn("c/Ox(Name,Message)")
  1833. warn("c/OldOx(Name)")
  1834. _G.Donut = function()
  1835. function onPlayerAdded(plr)
  1836. OldOx(tostring(plr.Name).." has joined the game.")
  1837. end
  1838. function onPlayerRemove(plr)
  1839. OldOx(tostring(plr.Name).." has left the game.")
  1840. end
  1841. game.Players.PlayerAdded:connect(onPlayerAdded)
  1842. game.Players.PlayerRemoving:connect(onPlayerRemove)
  1843. end
  1844.  
  1845.  
  1846.  
  1847.  
  1848. --> Funcs Here <--
  1849. script.Name = "OxChat"
  1850. print(script.Name)
  1851. warn(script.Parent)
  1852. pluhack = false
  1853. chatbreak = false
  1854. OxFunc = {}
  1855. --OxChat v2
  1856. _G.run = function(Title,Message)
  1857. for _,v in pairs(game.Players:GetPlayers()) do
  1858. local Value = Instance.new("StringValue",v)
  1859. Value.Name = "SB_Chat"
  1860. Value.Value = tostring(Title).."/"..Message
  1861. Value.Parent = v
  1862. game.Debris:AddItem(Value,.1)
  1863.  
  1864. end
  1865. end
  1866. if pluhack == true then
  1867. timesleft = 10
  1868. while true do
  1869. wait(1)
  1870. if timesleft < 0 then
  1871. script:Remove()
  1872. else
  1873. for _,v in pairs(game.Players:GetPlayers()) do
  1874. name = v.Name
  1875. wait(1)
  1876.  
  1877. run(name,"Plutonium Has Hacked This Server. This will stop in "..timesleft)
  1878. timesleft = timesleft-1
  1879. end
  1880. end
  1881. end
  1882. else
  1883.  
  1884. run("[Runtoheven's OxHack]","Runtoheven's OxHack Ran Successfully!")
  1885. run("[Runtoheven's OxHack]","I am here to protect, not abuse.")
  1886. run("[Runtoheven's OxHack]","Free model and I will ban you.")
  1887.  
  1888. wait(3)
  1889. if chatbreak == true then
  1890. run("DrAnkle","Runtoheven just hacked my chat and made me say this! ")
  1891. run("Oxcool1","Runtoheven just hacked my chat and made me say this! ")
  1892. run("Builderman","Runtoheven just hacked my chat and made me say this! ")
  1893. run("Telamon","Runtoheven just hacked my chat and made me say this! ")
  1894. --]]
  1895. wait(5)
  1896. while true do
  1897. wait(0.1)
  1898. run("[Runtoheven's OxHack]","Runtoheven's OxHack Has Disabled This Chat.")
  1899. end
  1900. end
  1901. end
  1902.  
  1903. for _,v in pairs(game.Players:GetPlayers()) do
  1904. local ChatService = game:GetService("Chat")
  1905. end
  1906.  
  1907. 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
  1908. if script ~= true then
  1909. print("Unremoveable Test Completed! Works! This script is immune to g/nol/all or g/nos/all!")
  1910. else
  1911. print("Unremoveable Test Failed! This script is removable by g/nol/all or g/nos/all!")
  1912. end
  1913. --OxChat v1
  1914. _G.OldOx = function(Message)
  1915. for _,v in pairs(game.Players:GetPlayers()) do
  1916. local Value = Instance.new("StringValue",v)
  1917. Value.Name = "SB_Chat"
  1918. Value.Value = Message
  1919. Value.Parent = v
  1920. game.Debris:AddItem(Value,.1)
  1921.  
  1922. end
  1923. end
  1924.  
  1925. _G.cmdsOx = {"OxCmds >>>","c/Ox","c/OldOx"}
  1926. warn("c/Ox(Name,Message)")
  1927. warn("c/OldOx(Name)")
  1928. for i = 0, #Commands do
  1929. warn(Commands[i])
  1930. end
  1931. _G.Donut = function()
  1932. function onPlayerAdded(plr)
  1933. OldOx(tostring(plr.Name).." has joined the game.")
  1934. end
  1935. function onPlayerRemove(plr)
  1936. OldOx(tostring(plr.Name).." has left the game.")
  1937. end
  1938.  
  1939. game.Players.PlayerAdded:connect(onPlayerAdded)
  1940. game.Players.PlayerRemoving:connect(onPlayerRemove)
  1941. end
  1942. game.Players.PlayerAdded:connect(function(player)
  1943. wait(0.1)
  1944. run("[RuntoJoiner]","Welcome, "..supreim.."!")
  1945.  
  1946. end)
  1947. game.Players.PlayerRemoving:connect(function(player)
  1948. wait(0.1)
  1949. run("[RuntoLeaver]","Bye, "..supreim.."!")
  1950. end)
  1951.  
  1952. --Hax complete--
  1953.  
  1954.  
  1955. create new paste / api / trends / syntax languages / faq / tools / privacy / cookies / contact / dmca / advertise on pastebin / scraping / go
  1956. Site design & logo © 2016 Pastebin; user contributions (pastes) licensed under cc by-sa 3.0 -- Dedicated Server Hosting by Steadfast
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement