Advertisement
MewGod

Untitled

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