TigerManGamingYT

Fucken Khols 1.1

May 29th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 35.23 KB | None | 0 0
  1. -- Fucken Khols
  2. -- Version 1.1 , Added new sub-menus, Troll menu and Player Managment (kick/ban), Cleaned up script.
  3. -- You need admin for this to work properly, no supprise..
  4. -- My favorite is breakbot
  5. -- Works best when you have khols perm (300 R$, NOT PERSON'S ADMIN)
  6.  
  7. -- Objects:                                                                                                 women
  8. local FuckenKhols = Instance.new("ScreenGui")
  9. local MainFrame = Instance.new("Frame")
  10. local ShutdownFrame = Instance.new("Frame")
  11. local breakbot = Instance.new("TextButton")
  12. local terminate = Instance.new("TextButton")
  13. local coda = Instance.new("TextButton")
  14. local weatherwarning = Instance.new("TextButton")
  15. local abuser = Instance.new("TextButton")
  16. local shutdowns = Instance.new("TextButton")
  17. local TextLabel = Instance.new("TextLabel")
  18. local CloseGui = Instance.new("TextButton")
  19. local plrmanagment = Instance.new("TextButton")
  20. local trollmenu = Instance.new("TextButton")
  21. local PlayerManagmentFrame = Instance.new("Frame")
  22. local kick = Instance.new("TextButton")
  23. local ban = Instance.new("TextButton")
  24. local TargetBox = Instance.new("TextBox")
  25. local lobbyban = Instance.new("TextButton")
  26. local TrollFrame = Instance.new("Frame")
  27. local jump = Instance.new("TextButton")
  28. local swag = Instance.new("TextButton")
  29. local allah = Instance.new("TextButton")
  30. local spaz = Instance.new("TextButton")
  31. local lightning = Instance.new("TextButton")
  32. local satan = Instance.new("TextButton")
  33. local slender = Instance.new("TextButton")
  34. local resetserver = Instance.new("TextButton")
  35. local settings = Instance.new("TextButton")
  36. local getadmin = Instance.new("TextButton")
  37. local SettingsFrame = Instance.new("Frame")
  38. local idprotection = Instance.new("TextButton")
  39. local updatecheck = Instance.new("TextButton")
  40. local CreditFrame = Instance.new("Frame")
  41. local CredName = Instance.new("TextLabel")
  42. local CredWelcome = Instance.new("TextLabel")
  43. --Properties:
  44. FuckenKhols.Name = "FuckenKhols"
  45. FuckenKhols.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  46. FuckenKhols.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  47.  
  48. MainFrame.Name = "MainFrame"
  49. MainFrame.Parent = FuckenKhols
  50. MainFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  51. MainFrame.BackgroundTransparency = 0.10000000149012
  52. MainFrame.BorderSizePixel = 0
  53. MainFrame.Position = UDim2.new(0.0517061651, 0, 0.301124275, 0)
  54. MainFrame.Size = UDim2.new(0.197395831, 0, 0.396901071, 0)
  55.  
  56. ShutdownFrame.Name = "ShutdownFrame"
  57. ShutdownFrame.Parent = MainFrame
  58. ShutdownFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  59. ShutdownFrame.BackgroundTransparency = 0.10000000149012
  60. ShutdownFrame.BorderSizePixel = 0
  61. ShutdownFrame.Position = UDim2.new(1, 0, 0.114450179, 0)
  62. ShutdownFrame.Size = UDim2.new(0.839050114, 0, 0.744744718, 0)
  63. ShutdownFrame.Visible = false
  64.  
  65. breakbot.Name = "breakbot"
  66. breakbot.Parent = ShutdownFrame
  67. breakbot.BackgroundColor3 = Color3.new(0, 0, 0.686275)
  68. breakbot.BorderSizePixel = 0
  69. breakbot.Position = UDim2.new(-0.00314453244, 0, 0.801760554, 0)
  70. breakbot.Size = UDim2.new(1, 0, 0.20161292, 0)
  71. breakbot.Font = Enum.Font.Gotham
  72. breakbot.Text = "Breakbot Server Troll"
  73. breakbot.TextColor3 = Color3.new(1, 1, 1)
  74. breakbot.TextSize = 14
  75.  
  76. terminate.Name = "terminate"
  77. terminate.Parent = ShutdownFrame
  78. terminate.BackgroundColor3 = Color3.new(0, 0, 1)
  79. terminate.BorderSizePixel = 0
  80. terminate.Position = UDim2.new(0, 0, 0.00100000005, 0)
  81. terminate.Size = UDim2.new(1, 0, 0.20161292, 0)
  82. terminate.Font = Enum.Font.Gotham
  83. terminate.Text = "Terminate server"
  84. terminate.TextColor3 = Color3.new(1, 1, 1)
  85. terminate.TextSize = 14
  86.  
  87. coda.Name = "coda"
  88. coda.Parent = ShutdownFrame
  89. coda.BackgroundColor3 = Color3.new(0, 0, 0.764706)
  90. coda.BorderSizePixel = 0
  91. coda.Position = UDim2.new(0, 0, 0.603084326, 0)
  92. coda.Size = UDim2.new(1, 0, 0.20161292, 0)
  93. coda.Font = Enum.Font.Gotham
  94. coda.Text = "Damaged Coda Troll"
  95. coda.TextColor3 = Color3.new(1, 1, 1)
  96. coda.TextSize = 14
  97.  
  98. weatherwarning.Name = "weatherwarning"
  99. weatherwarning.Parent = ShutdownFrame
  100. weatherwarning.BackgroundColor3 = Color3.new(0, 0, 0.843137)
  101. weatherwarning.BorderSizePixel = 0
  102. weatherwarning.Position = UDim2.new(0, 0, 0.40186727, 0)
  103. weatherwarning.Size = UDim2.new(1, 0, 0.20161292, 0)
  104. weatherwarning.Font = Enum.Font.Gotham
  105. weatherwarning.Text = "Red weather alert"
  106. weatherwarning.TextColor3 = Color3.new(1, 1, 1)
  107. weatherwarning.TextSize = 14
  108.  
  109. abuser.Name = "abuser"
  110. abuser.Parent = ShutdownFrame
  111. abuser.BackgroundColor3 = Color3.new(0, 0, 0.921569)
  112. abuser.BorderSizePixel = 0
  113. abuser.Position = UDim2.new(0, 0, 0.20099996, 0)
  114. abuser.Size = UDim2.new(1, 0, 0.19758065, 0)
  115. abuser.Font = Enum.Font.Gotham
  116. abuser.Text = "Abuser Taunt"
  117. abuser.TextColor3 = Color3.new(1, 1, 1)
  118. abuser.TextSize = 14
  119.  
  120. shutdowns.Name = "shutdowns"
  121. shutdowns.Parent = MainFrame
  122. shutdowns.BackgroundColor3 = Color3.new(0, 0, 0.921569)
  123. shutdowns.BorderSizePixel = 0
  124. shutdowns.Position = UDim2.new(0, 0, 0.262543678, 0)
  125. shutdowns.Size = UDim2.new(1, 0, 0.15015015, 0)
  126. shutdowns.Font = Enum.Font.Gotham
  127. shutdowns.Text = "Server Shutdown Methods >>"
  128. shutdowns.TextColor3 = Color3.new(1, 1, 1)
  129. shutdowns.TextSize = 14
  130.  
  131. TextLabel.Parent = MainFrame
  132. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  133. TextLabel.BackgroundTransparency = 1
  134. TextLabel.BorderSizePixel = 0
  135. TextLabel.Position = UDim2.new(0.234828502, 0, 0, 0)
  136. TextLabel.Size = UDim2.new(0.527704477, 0, 0.0930930898, 0)
  137. TextLabel.Font = Enum.Font.Gotham
  138. TextLabel.Text = "Fucken Khols"
  139. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  140. TextLabel.TextSize = 15
  141.  
  142. CloseGui.Name = "CloseGui"
  143. CloseGui.Parent = MainFrame
  144. CloseGui.BackgroundColor3 = Color3.new(0, 0, 0.392157)
  145. CloseGui.BorderSizePixel = 0
  146. CloseGui.Position = UDim2.new(0.920844316, 0, 0, 0)
  147. CloseGui.Size = UDim2.new(0.0791556761, 0, 0.0900900885, 0)
  148. CloseGui.Font = Enum.Font.Gotham
  149. CloseGui.Text = "X"
  150. CloseGui.TextColor3 = Color3.new(1, 1, 1)
  151. CloseGui.TextSize = 14
  152.  
  153. plrmanagment.Name = "plrmanagment"
  154. plrmanagment.Parent = MainFrame
  155. plrmanagment.BackgroundColor3 = Color3.new(0, 0, 0.843137)
  156. plrmanagment.BorderSizePixel = 0
  157. plrmanagment.Position = UDim2.new(0, 0, 0.412693828, 0)
  158. plrmanagment.Size = UDim2.new(1, 0, 0.15015015, 0)
  159. plrmanagment.Font = Enum.Font.Gotham
  160. plrmanagment.Text = "Player Managment >>"
  161. plrmanagment.TextColor3 = Color3.new(1, 1, 1)
  162. plrmanagment.TextSize = 14
  163.  
  164. trollmenu.Name = "trollmenu"
  165. trollmenu.Parent = MainFrame
  166. trollmenu.BackgroundColor3 = Color3.new(0, 0, 0.764706)
  167. trollmenu.BorderSizePixel = 0
  168. trollmenu.Position = UDim2.new(0.00263852254, 0, 0.563888848, 0)
  169. trollmenu.Size = UDim2.new(0.997361481, 0, 0.15015015, 0)
  170. trollmenu.Font = Enum.Font.Gotham
  171. trollmenu.Text = "Troll Menu >>"
  172. trollmenu.TextColor3 = Color3.new(1, 1, 1)
  173. trollmenu.TextSize = 14
  174.  
  175. PlayerManagmentFrame.Name = "PlayerManagmentFrame"
  176. PlayerManagmentFrame.Parent = MainFrame
  177. PlayerManagmentFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  178. PlayerManagmentFrame.BackgroundTransparency = 0.10000000149012
  179. PlayerManagmentFrame.BorderSizePixel = 0
  180. PlayerManagmentFrame.Position = UDim2.new(0.998500049, 0, 0.114450172, 0)
  181. PlayerManagmentFrame.Size = UDim2.new(0.839050114, 0, 0.444444448, 0)
  182. PlayerManagmentFrame.Visible = false
  183.  
  184. kick.Name = "kick"
  185. kick.Parent = PlayerManagmentFrame
  186. kick.BackgroundColor3 = Color3.new(0, 0, 0.921569)
  187. kick.BorderSizePixel = 0
  188. kick.Position = UDim2.new(0, 0, 0.334968805, 0)
  189. kick.Size = UDim2.new(1, 0, 0.337837845, 0)
  190. kick.Font = Enum.Font.Gotham
  191. kick.Text = "Kick"
  192. kick.TextColor3 = Color3.new(1, 1, 1)
  193. kick.TextSize = 14
  194.  
  195. ban.Name = "ban"
  196. ban.Parent = PlayerManagmentFrame
  197. ban.BackgroundColor3 = Color3.new(0, 0, 0.764706)
  198. ban.BorderSizePixel = 0
  199. ban.Position = UDim2.new(0, 0, 1.00640404, 0)
  200. ban.Size = UDim2.new(1, 0, 0.337837845, 0)
  201. ban.Font = Enum.Font.Gotham
  202. ban.Text = "Perma Ban"
  203. ban.TextColor3 = Color3.new(1, 1, 1)
  204. ban.TextSize = 14
  205.  
  206. TargetBox.Name = "TargetBox"
  207. TargetBox.Parent = PlayerManagmentFrame
  208. TargetBox.BackgroundColor3 = Color3.new(0, 0, 1)
  209. TargetBox.BorderSizePixel = 0
  210. TargetBox.Position = UDim2.new(0, 0, -0.000575594604, 0)
  211. TargetBox.Size = UDim2.new(1, 0, 0.337837845, 0)
  212. TargetBox.Font = Enum.Font.Gotham
  213. TargetBox.PlaceholderColor3 = Color3.new(0.588235, 0.588235, 0.588235)
  214. TargetBox.PlaceholderText = "Target"
  215. TargetBox.Text = ""
  216. TargetBox.TextColor3 = Color3.new(1, 1, 1)
  217. TargetBox.TextSize = 14
  218.  
  219. lobbyban.Name = "lobbyban"
  220. lobbyban.Parent = PlayerManagmentFrame
  221. lobbyban.BackgroundColor3 = Color3.new(0, 0, 0.843137)
  222. lobbyban.BorderSizePixel = 0
  223. lobbyban.Position = UDim2.new(0, 0, 0.668566227, 0)
  224. lobbyban.Size = UDim2.new(1, 0, 0.337837845, 0)
  225. lobbyban.Font = Enum.Font.Gotham
  226. lobbyban.Text = "Lobby Ban"
  227. lobbyban.TextColor3 = Color3.new(1, 1, 1)
  228. lobbyban.TextSize = 14
  229.  
  230. TrollFrame.Name = "TrollFrame"
  231. TrollFrame.Parent = MainFrame
  232. TrollFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  233. TrollFrame.BackgroundTransparency = 0.10000000149012
  234. TrollFrame.BorderSizePixel = 0
  235. TrollFrame.Position = UDim2.new(0.998500049, 0, 0.114450172, 0)
  236. TrollFrame.Size = UDim2.new(0.839050114, 0, 1.04804802, 0)
  237. TrollFrame.Visible = false
  238.  
  239. jump.Name = "jump"
  240. jump.Parent = TrollFrame
  241. jump.BackgroundColor3 = Color3.new(0, 0, 0.607843)
  242. jump.BorderSizePixel = 0
  243. jump.Position = UDim2.new(1.91934447e-07, 0, 0.712474585, 0)
  244. jump.Size = UDim2.new(1, 0, 0.143266469, 0)
  245. jump.Font = Enum.Font.Gotham
  246. jump.Text = "Random Jump"
  247. jump.TextColor3 = Color3.new(1, 1, 1)
  248. jump.TextSize = 14
  249.  
  250. swag.Name = "swag"
  251. swag.Parent = TrollFrame
  252. swag.BackgroundColor3 = Color3.new(0, 0, 0.529412)
  253. swag.BorderSizePixel = 0
  254. swag.Position = UDim2.new(-0.0013567846, 0, 0.855100155, 0)
  255. swag.Size = UDim2.new(1.00314462, 0, 0.143266469, 0)
  256. swag.Font = Enum.Font.Gotham
  257. swag.Text = "Swagify Random"
  258. swag.TextColor3 = Color3.new(1, 1, 1)
  259. swag.TextSize = 14
  260.  
  261. allah.Name = "allah"
  262. allah.Parent = TrollFrame
  263. allah.BackgroundColor3 = Color3.new(0, 0, 1)
  264. allah.BorderSizePixel = 0
  265. allah.Position = UDim2.new(0, 0, -0.000491967367, 0)
  266. allah.Size = UDim2.new(1, 0, 0.143266469, 0)
  267. allah.Font = Enum.Font.Gotham
  268. allah.Text = "Allah Akbar"
  269. allah.TextColor3 = Color3.new(1, 1, 1)
  270. allah.TextSize = 14
  271.  
  272. spaz.Name = "spaz"
  273. spaz.Parent = TrollFrame
  274. spaz.BackgroundColor3 = Color3.new(0, 0, 0.686275)
  275. spaz.BorderSizePixel = 0
  276. spaz.Position = UDim2.new(-0.00135684013, 0, 0.569999993, 0)
  277. spaz.Size = UDim2.new(1, 0, 0.143266469, 0)
  278. spaz.Font = Enum.Font.Gotham
  279. spaz.Text = "Spasticate all"
  280. spaz.TextColor3 = Color3.new(1, 1, 1)
  281. spaz.TextSize = 14
  282.  
  283. lightning.Name = "lightning"
  284. lightning.Parent = TrollFrame
  285. lightning.BackgroundColor3 = Color3.new(0, 0, 0.921569)
  286. lightning.BorderSizePixel = 0
  287. lightning.Position = UDim2.new(0, 0, 0.143314779, 0)
  288. lightning.Size = UDim2.new(1, 0, 0.14040114, 0)
  289. lightning.Font = Enum.Font.Gotham
  290. lightning.Text = "Lightning Strike"
  291. lightning.TextColor3 = Color3.new(1, 1, 1)
  292. lightning.TextSize = 14
  293.  
  294. satan.Name = "satan"
  295. satan.Parent = TrollFrame
  296. satan.BackgroundColor3 = Color3.new(0, 0, 0.764706)
  297. satan.BorderSizePixel = 0
  298. satan.Position = UDim2.new(0, 0, 0.426990032, 0)
  299. satan.Size = UDim2.new(1, 0, 0.143266469, 0)
  300. satan.Font = Enum.Font.Gotham
  301. satan.Text = "5 Seconds of Satan"
  302. satan.TextColor3 = Color3.new(1, 1, 1)
  303. satan.TextSize = 14
  304.  
  305. slender.Name = "slender"
  306. slender.Parent = TrollFrame
  307. slender.BackgroundColor3 = Color3.new(0, 0, 0.843137)
  308. slender.BorderSizePixel = 0
  309. slender.Position = UDim2.new(0, 0, 0.283684015, 0)
  310. slender.Size = UDim2.new(1, 0, 0.143266469, 0)
  311. slender.Font = Enum.Font.Gotham
  312. slender.Text = "Slender"
  313. slender.TextColor3 = Color3.new(1, 1, 1)
  314. slender.TextSize = 14
  315.  
  316. resetserver.Name = "resetserver"
  317. resetserver.Parent = MainFrame
  318. resetserver.BackgroundColor3 = Color3.new(0, 0, 0.607843)
  319. resetserver.BorderSizePixel = 0
  320. resetserver.Position = UDim2.new(0, 0, 0.862007499, 0)
  321. resetserver.Size = UDim2.new(1, 0, 0.15015015, 0)
  322. resetserver.Font = Enum.Font.Gotham
  323. resetserver.Text = "Reset Server"
  324. resetserver.TextColor3 = Color3.new(1, 1, 1)
  325. resetserver.TextSize = 14
  326.  
  327. settings.Name = "settings"
  328. settings.Parent = MainFrame
  329. settings.BackgroundColor3 = Color3.new(0, 0, 0.686275)
  330. settings.BorderSizePixel = 0
  331. settings.Position = UDim2.new(0, 0, 0.713351965, 0)
  332. settings.Size = UDim2.new(1, 0, 0.15015015, 0)
  333. settings.Font = Enum.Font.Gotham
  334. settings.Text = "Settings >>"
  335. settings.TextColor3 = Color3.new(1, 1, 1)
  336. settings.TextSize = 14
  337.  
  338. getadmin.Name = "getadmin"
  339. getadmin.Parent = MainFrame
  340. getadmin.BackgroundColor3 = Color3.new(0, 0, 1)
  341. getadmin.BorderSizePixel = 0
  342. getadmin.Position = UDim2.new(0, 0, 0.114450172, 0)
  343. getadmin.Size = UDim2.new(1, 0, 0.15015015, 0)
  344. getadmin.Font = Enum.Font.Gotham
  345. getadmin.Text = "Get Admin"
  346. getadmin.TextColor3 = Color3.new(1, 1, 1)
  347. getadmin.TextSize = 14
  348.  
  349. SettingsFrame.Name = "SettingsFrame"
  350. SettingsFrame.Parent = MainFrame
  351. SettingsFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  352. SettingsFrame.BackgroundTransparency = 0.10000000149012
  353. SettingsFrame.BorderSizePixel = 0
  354. SettingsFrame.Position = UDim2.new(0.998500049, 0, 0.114450172, 0)
  355. SettingsFrame.Size = UDim2.new(0.839050114, 0, 0.297297299, 0)
  356. SettingsFrame.Visible = false
  357.  
  358. idprotection.Name = "idprotection"
  359. idprotection.Parent = SettingsFrame
  360. idprotection.BackgroundColor3 = Color3.new(0, 0, 1)
  361. idprotection.BorderSizePixel = 0
  362. idprotection.Size = UDim2.new(1, 0, 0.50505048, 0)
  363. idprotection.Font = Enum.Font.Gotham
  364. idprotection.Text = "Kick Investigating Players [ON]"
  365. idprotection.TextColor3 = Color3.new(1, 1, 1)
  366. idprotection.TextSize = 14
  367.  
  368. updatecheck.Name = "updatecheck"
  369. updatecheck.Parent = SettingsFrame
  370. updatecheck.BackgroundColor3 = Color3.new(0, 0, 0.921569)
  371. updatecheck.BorderSizePixel = 0
  372. updatecheck.Position = UDim2.new(0, 0, 0.50627774, 0)
  373. updatecheck.Size = UDim2.new(1, 0, 0.49494949, 0)
  374. updatecheck.Font = Enum.Font.Gotham
  375. updatecheck.Text = "Check For Updates"
  376. updatecheck.TextColor3 = Color3.new(1, 1, 1)
  377. updatecheck.TextSize = 14
  378.  
  379. CreditFrame.Name = "CreditFrame"
  380. CreditFrame.Parent = MainFrame
  381. CreditFrame.BackgroundColor3 = Color3.new(0, 0, 1)
  382. CreditFrame.BorderSizePixel = 0
  383. CreditFrame.Position = UDim2.new(0.00263860286, 0, 0.114114024, 0)
  384. CreditFrame.Size = UDim2.new(0, 378, 0, 352)
  385. CreditFrame.Visible = false
  386.  
  387. CredName.Name = "CredName"
  388. CredName.Parent = CreditFrame
  389. CredName.BackgroundColor3 = Color3.new(1, 1, 1)
  390. CredName.BackgroundTransparency = 1
  391. CredName.BorderSizePixel = 0
  392. CredName.Position = UDim2.new(0.335978836, 0, 0.18300654, 0)
  393. CredName.Size = UDim2.new(0, 124, 0, 50)
  394. CredName.Font = Enum.Font.Gotham
  395. CredName.Text = "Fucken Khols "
  396. CredName.TextColor3 = Color3.new(1, 1, 1)
  397. CredName.TextSize = 20
  398.  
  399. CredWelcome.Name = "CredWelcome"
  400. CredWelcome.Parent = CreditFrame
  401. CredWelcome.BackgroundColor3 = Color3.new(1, 1, 1)
  402. CredWelcome.BackgroundTransparency = 1
  403. CredWelcome.BorderSizePixel = 0
  404. CredWelcome.Position = UDim2.new(0.285714328, 0, 0.346405238, 0)
  405. CredWelcome.Size = UDim2.new(0, 162, 0, 25)
  406. CredWelcome.Font = Enum.Font.Gotham
  407. CredWelcome.Text = "Welcome, Anaxion!"
  408. CredWelcome.TextColor3 = Color3.new(1, 1, 1)
  409. CredWelcome.TextSize = 16
  410. -- Scripts:
  411.  
  412. SCRIPT_VERSION = 1.1
  413.  
  414. MainFrame.Position = UDim2.new(0, 0, 0.301124275, 0)
  415. MainFrame:TweenPosition(UDim2.new(0.0517061651, 0, 0.301124275, 0), 'In', 'Sine', 1)
  416.  
  417. MainFrame.Active = true
  418. MainFrame.Draggable = true
  419. LOAD_ERRORS = 0
  420. CredWelcome.Text = 'Welcome, '..game.Players.LocalPlayer.Name..'!'
  421. FuckenKhols.Parent = game.CoreGui
  422. http = game:GetService("HttpService")
  423. print('Fucken Khols '..SCRIPT_VERSION..' - Made by Anaxion on V3RM.')
  424.  
  425. local ges = Instance.new("Sound")
  426. ges.Parent = game.CoreGui
  427. ges.SoundId = 'rbxassetid://3200836987'
  428. ges.Volume = 1.1
  429. ges.TimePosition = 0
  430. ges:Play()
  431.  
  432. CreditFrame.Visible = true
  433. wait(2)
  434. CreditFrame.Visible = false
  435. ges:Destroy()
  436.  
  437. adminavalible = true
  438. bansusp = true
  439. guidestroyed = false
  440. bannedplrs = {}
  441. tempbans = {}
  442.  
  443. function cnotification(tit, body, dur)
  444.     game.StarterGui:SetCore("SendNotification", {
  445.     Title = tit;
  446.     Text = body;
  447.     Icon = "";
  448.     Duration = dur;
  449.     })
  450. end
  451.  
  452. function iswritefile()
  453.     if writefile then
  454.         return true
  455.     end
  456. end
  457.  
  458. if iswritefile() then
  459.     if pcall(function() readfile('kholsbanned.txt') end) then
  460.         if readfile('kholsbanned.txt') ~=nil then
  461.             bannedplrs = http:JSONDecode(readfile('kholsbanned.txt'))
  462.         end
  463.     else
  464.         writefile('kholsbanned.txt', http:JSONEncode({}))
  465.     end
  466. else
  467.     cnotification('Exploit not compatible', 'Your exploit is not compatible with writefile(), settings and banned users will not save.', 5)
  468.     LOAD_ERRORS = LOAD_ERRORS + 1
  469. end
  470.  
  471. function appendbans(tg)
  472.     if tg ~= game.Players.LocalPlayer then
  473.         for i = 1,#bannedplrs do
  474.             if tg == bannedplrs[i] then
  475.                 break
  476.             end
  477.         end
  478.         table.insert(bannedplrs, tg)
  479.         local enc = http:JSONEncode(bannedplrs)
  480.         writefile('kholsbanned.txt', enc)
  481.     end
  482. end
  483.  
  484. function lban(tg)
  485.     if tg ~= game.Players.LocalPlayer then
  486.         for i = 1,#tempbans do
  487.             if tg == tempbans[i] then
  488.                 break
  489.             end
  490.         end
  491.         table.insert(tempbans, tg)
  492.     end
  493. end
  494.  
  495. for i,v in pairs(game.Workspace:GetDescendants()) do
  496.     if v:IsA("Part") then
  497.         v.Locked = false
  498.     end
  499. end
  500.  
  501. while guidestroyed == false do
  502.    
  503.     function endgui()
  504.         guidestroyed = true
  505.         CredWelcome.Text = 'Goodbye, '..game.Players.LocalPlayer.Name..'!'
  506.         CreditFrame.Visible = true
  507.         wait(1)
  508.         FuckenKhols:Destroy()
  509.     end
  510.    
  511.     function lightningstrike()
  512.         game:GetService'Players':Chat(":music 1079408535")
  513.         wait(0.2)
  514.         game:GetService'Players':Chat(":flash all")
  515.         wait(0.2)
  516.         game:GetService'Players':Chat(":unflash all")
  517.         wait(3)
  518.         game:GetService'Players':Chat(":music")
  519.     end
  520.    
  521.     function satans()
  522.         game:GetService'Players':Chat(":name all Worshipper")
  523.         game:GetService'Players':Chat(":nohat all")
  524.         game:GetService'Players':Chat(":paint all black")
  525.         game:GetService'Players':Chat(":cape all black")
  526.         game:GetService'Players':Chat(":smoke all")
  527.         game:GetService'Players':Chat(":outdoorambient 255 0 0")
  528.         game:GetService'Players':Chat(":time 99")
  529.         game:GetService'Players':Chat(":music 2545164130")
  530.         game:GetService'Players':Chat(":outdoorambient 255 255 255")
  531.         game:GetService'Players':Chat(":fogend 200")
  532.         game:GetService'Players':Chat(":fogcolor 255 0 0")
  533.         game:GetService'Players':Chat(":paint me red")
  534.         game:GetService'Players':Chat(":cape me maroon")
  535.         game:GetService'Players':Chat(":name me Satan")
  536.        
  537.         wait(0.1)
  538.         game:GetService'Players':Chat(":outdoorambient 255 0 0")
  539.         wait(5)
  540.         game:GetService'Players':Chat(":fix")
  541.         game:GetService'Players':Chat(":music")
  542.         game:GetService'Players':Chat(":reset all")
  543.     end
  544.    
  545.     function terminatey()
  546.         game:GetService'Players':Chat(":btools me")
  547.         game:GetService'Players':Chat(":music 3184984460")
  548.         game:GetService'Players':Chat(":blind all")
  549.         wait(0.01)
  550.         for i,v in pairs(game.Players:GetPlayers()) do
  551.             if v ~= game.Players.LocalPlayer then
  552.                 remote = game.Players.LocalPlayer.Backpack:WaitForChild("Delete"):WaitForChild("delete")
  553.                 remote:FireServer(v)
  554.             end
  555.         end
  556.         remote:FireServer(game.Players.LocalPlayer)
  557.     end
  558.    
  559.     function breakboty()
  560.         endgui()
  561.         game:GetService'Players':Chat(":punish me")
  562.         game:GetService'Players':Chat(":heal me")
  563.         game:GetService'Players':Chat(":music 2679704840")
  564.         game:GetService'Players':Chat(":h You were the clock that was ticking in my home,")
  565.         wait(3.7)
  566.         game:GetService'Players':Chat(":h Change my state of mind,")
  567.         wait(2)
  568.         game:GetService'Players':Chat(":h Love's so hard to find...")
  569.         wait(0.7)
  570.         game:GetService'Players':Chat(":m GET TROLLED")
  571.         wait(1.6)
  572.         game:GetService'Players':Chat(":undisco")
  573.         game:GetService'Players':Chat(":outdoorambient 255 0 0")
  574.         game:GetService'Players':Chat(":fogend 100")
  575.         game:GetService'Players':Chat(":fogcolor 255 0 0")
  576.         game:GetService'Players':Chat(":time 99")
  577.         game:GetService'Players':Chat(":btools me")
  578.         for i,v in pairs(game.Players:GetPlayers()) do
  579.             if v ~= game.Players.LocalPlayer then
  580.                 remote = game.Players.LocalPlayer.Backpack:WaitForChild("Delete"):WaitForChild("delete")
  581.                 remote:FireServer(v)
  582.             end
  583.         end
  584.         remote:FireServer(game.Players.LocalPlayer)
  585.     end
  586.    
  587.     function slenderman()
  588.         game:GetService'Players':Chat(":time 99")
  589.         game:GetService'Players':Chat(":outdoorambient 1 1 1")
  590.         game:GetService'Players':Chat(":fogend 200")
  591.         game:GetService'Players':Chat(":fogcolor 20 20 20")
  592.         game:GetService'Players':Chat(":music 142593222")
  593.         wait(2)
  594.         game:GetService'Players':Chat(":music 1079408535")
  595.         wait(0.2)
  596.         game:GetService'Players':Chat(":flash all")
  597.         wait(0.2)
  598.         game:GetService'Players':Chat(":unflash all")
  599.         game:GetService'Players':Chat(":time 99")
  600.         game:GetService'Players':Chat(":outdoorambient 1 1 1")
  601.         game:GetService'Players':Chat(":fogend 200")
  602.         game:GetService'Players':Chat(":fogcolor 20 20 20")
  603.         wait(3)
  604.         game:GetService'Players':Chat(":music 142593222")
  605.     end
  606.    
  607.     function damagedcoda()
  608.         endgui()
  609.         game:GetService'Players':Chat(":punish me")
  610.         game:GetService'Players':Chat(":heal me")
  611.         game:GetService'Players':Chat(":music 2231245875")
  612.         game:GetService'Players':Chat(":name others Good")
  613.         wait(1)
  614.         game:GetService'Players':Chat(":name others Bye")
  615.         wait(1)
  616.         game:GetService'Players':Chat(":name others Goodbye")
  617.         wait(4)
  618.         game:GetService'Players':Chat(":undisco")
  619.         game:GetService'Players':Chat(":outdoorambient 255 0 0")
  620.         game:GetService'Players':Chat(":fogend 100")
  621.         game:GetService'Players':Chat(":fogcolor 255 0 0")
  622.         game:GetService'Players':Chat(":time 99")
  623.         game:GetService'Players':Chat(":btools me")
  624.         for i,v in pairs(game.Players:GetPlayers()) do
  625.             if v ~= game.Players.LocalPlayer then
  626.                 remote = game.Players.LocalPlayer.Backpack:WaitForChild("Delete"):WaitForChild("delete")
  627.                 remote:FireServer(v)
  628.             end
  629.         end
  630.         remote:FireServer(game.Players.LocalPlayer)
  631.     end
  632.    
  633.     function weather()
  634.         endgui()
  635.         game:GetService'Players':Chat(":btools me")
  636.         game:GetService'Players':Chat(":music 3188452050")
  637.         for i,v in pairs(game.Players:GetPlayers()) do
  638.             if v ~= game.Players.LocalPlayer then
  639.                 remote = game.Players.LocalPlayer.Backpack:WaitForChild("Delete"):WaitForChild("delete")
  640.                 remote:FireServer(v)
  641.             end
  642.         end
  643.         remote:FireServer(game.Players.LocalPlayer)
  644.     end
  645.    
  646.     function GetPlayer(plrname)
  647.         for _,player in pairs(game.Players:GetPlayers()) do
  648.             if plrname:lower() == player.Name:sub(1,plrname:len()):lower() then
  649.                 return player
  650.             end
  651.         end
  652.         return nil
  653.     end
  654.    
  655.     getadmin.MouseButton1Down:connect(function()
  656.         if adminavalible == true then
  657.             local cpos = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  658.             game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Terrain.GameFolder.Admin.Pads['Touch to get admin'].Head.CFrame
  659.             wait(0.2)
  660.             game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = cpos
  661.         else
  662.             cnotification('Admin Not Avalible', 'There are no avalible admin slots in this server.', 5)
  663.         end
  664.     end)
  665.    
  666.     shutdowns.MouseButton1Down:connect(function()
  667.         if ShutdownFrame.Visible == false then
  668.             ShutdownFrame.Visible = true
  669.             PlayerManagmentFrame.Visible = false
  670.             TrollFrame.Visible = false
  671.             SettingsFrame.Visible = false
  672.         else
  673.             ShutdownFrame.Visible = false
  674.         end
  675.     end)
  676.    
  677.     settings.MouseButton1Down:connect(function()
  678.         if SettingsFrame.Visible == false then
  679.             SettingsFrame.Visible = true
  680.             ShutdownFrame.Visible = false
  681.             PlayerManagmentFrame.Visible = false
  682.             TrollFrame.Visible = false
  683.         else
  684.             SettingsFrame.Visible = false
  685.         end
  686.     end)
  687.    
  688.     idprotection.MouseButton1Down:connect(function()
  689.         if bansusp == true then
  690.             bansusp = false
  691.             idprotection.Text = 'Kick Investigating Players [OFF]'
  692.         elseif bansusp == false then
  693.             bansusp = true
  694.             idprotection.Text = 'Kick Investigating Players [ON]'
  695.         end
  696.     end)
  697.    
  698.     launchingupdate = false
  699.    
  700.     updatecheck.MouseButton1Down:connect(function()
  701.         if launchingupdate == false then
  702.             local ucheckversion = game:HttpGet('https://pastebin.com/raw/TMUSvQWQ', true)
  703.             if SCRIPT_VERSION ~= ucheckversion then
  704.                 updatecheck.Text = 'An update is avalible! Click to run.'
  705.                 launchingupdate = true
  706.             else
  707.                 updatecheck.Text = 'No updates avalible.'
  708.                 wait(2)
  709.                 updatecheck.Text = 'Check For Updates'
  710.             end
  711.         else
  712.             loadstring(game:HttpGet('https://pastebin.com/raw/35pq6X6W', true))()
  713.             print('Updated FuckenKhols')
  714.             launchingupdate = false
  715.             guidestroyed = true
  716.             FuckenKhols:Destroy()
  717.         end
  718.     end)
  719.    
  720.     lightning.MouseButton1Down:connect(function()
  721.         lightningstrike()
  722.     end)
  723.    
  724.     satan.MouseButton1Down:connect(function()
  725.         satans()
  726.     end)
  727.    
  728.     slender.MouseButton1Down:connect(function()
  729.         slenderman()
  730.     end)
  731.    
  732.     terminate.MouseButton1Down:connect(function()
  733.         terminatey()
  734.     end)
  735.    
  736.     breakbot.MouseButton1Down:connect(function()
  737.         breakboty()
  738.     end)
  739.    
  740.     coda.MouseButton1Down:connect(function()
  741.         damagedcoda()
  742.     end)
  743.    
  744.     weatherwarning.MouseButton1Down:connect(function()
  745.         weather()
  746.     end)
  747.    
  748.     abuser.MouseButton1Down:connect(function()
  749.         endgui()
  750.         game:GetService'Players':Chat(":music 3195985787")
  751.         game:GetService'Players':Chat(":blind all")
  752.         game:GetService'Players':Chat(":m Don't Abuse Next Time")
  753.         game:GetService'Players':Chat(":btools me")
  754.         wait(3)
  755.         for i,v in pairs(game.Players:GetPlayers()) do
  756.             if v ~= game.Players.LocalPlayer then
  757.                 remote = game.Players.LocalPlayer.Backpack:WaitForChild("Delete"):WaitForChild("delete")
  758.                 remote:FireServer(v)
  759.             end
  760.         end
  761.         remote:FireServer(game.Players.LocalPlayer)
  762.     end)
  763.    
  764.     CloseGui.MouseButton1Down:connect(function()
  765.         endgui()
  766.     end)
  767.    
  768.     resetserver.MouseButton1Down:connect(function()
  769.         game:GetService'Players':Chat(":time 12")
  770.         game:GetService'Players':Chat(":removejails")
  771.         game:GetService'Players':Chat(":respawn all")
  772.         game:GetService'Players':Chat(":clr")
  773.         game:GetService'Players':Chat(":music ")
  774.         cnotification('Reset Server', 'Server has been reset.', 5)
  775.     end)
  776.    
  777.     plrmanagment.MouseButton1Down:connect(function()
  778.         if PlayerManagmentFrame.Visible == false then
  779.             PlayerManagmentFrame.Visible = true
  780.             TrollFrame.Visible = false
  781.             ShutdownFrame.Visible = false
  782.             SettingsFrame.Visible = false
  783.         else
  784.             PlayerManagmentFrame.Visible = false
  785.         end
  786.     end)
  787.    
  788.     trollmenu.MouseButton1Down:connect(function()
  789.         if TrollFrame.Visible == false then
  790.             TrollFrame.Visible = true
  791.             PlayerManagmentFrame.Visible = false
  792.             ShutdownFrame.Visible = false
  793.             SettingsFrame.Visible = false
  794.         else
  795.             TrollFrame.Visible = false
  796.         end
  797.     end)
  798.    
  799.     kick.MouseButton1Down:connect(function()
  800.         local bp = game.Players.LocalPlayer:WaitForChild('Backpack')
  801.         if bp:FindFirstChild('Delete') then
  802.             local target = GetPlayer(TargetBox.Text)
  803.             if target then
  804.                 game.Players.LocalPlayer.Backpack.Delete.delete:FireServer(target)
  805.                 cnotification('Kicked Player', 'Kicked '..target.Name, 5)
  806.             else
  807.                 cnotification('Player Not Found', 'Cant find the specified player.', 5)
  808.             end
  809.         else
  810.             game:GetService'Players':Chat(":btools me")
  811.             wait(0.2)
  812.             local target = GetPlayer(TargetBox.Text)
  813.             if target then
  814.                 game.Players.LocalPlayer.Backpack.Delete.delete:FireServer(target)
  815.                 cnotification('Kicked Player', 'Kicked '..target.Name, 5)
  816.             else
  817.                 cnotification('Player Not Found', 'Cant find the specified player.', 5)
  818.             end
  819.         end
  820.         TargetBox.Text = ""
  821.     end)
  822.    
  823.     swag.MouseButton1Down:connect(function()
  824.         local plrlist = {}
  825.         for i,v in pairs(game.Players:GetPlayers()) do
  826.             if v ~= game.Players.LocalPlayer then
  827.                 table.insert(plrlist,v.Name)
  828.             end
  829.         end
  830.         local choose = math.random(1,#plrlist)
  831.         game:GetService'Players':Chat(":swagify "..game.Players:FindFirstChild(plrlist[choose]).Name)
  832.         cnotification('Swagify Random', 'Swagified '..game.Players:FindFirstChild(plrlist[choose]).Name, 5)
  833.     end)
  834.    
  835.     spaz.MouseButton1Down:connect(function()
  836.         game:GetService'Players':Chat(":music 1574082345")
  837.         game:GetService'Players':Chat(":jail all")
  838.         game:GetService'Players':Chat(":fling all")
  839.         wait(0.1)
  840.         game:GetService'Players':Chat(":spin all")
  841.         game:GetService'Players':Chat(":unjail all")
  842.         game:GetService'Players':Chat(":fire all")
  843.         wait(0.1)
  844.         game:GetService'Players':Chat(":removejails")
  845.         wait(0.1)
  846.         game:GetService'Players':Chat(":fly all")
  847.     end)
  848.    
  849.     allah.MouseButton1Down:connect(function()
  850.         game:GetService'Players':Chat(":unhat all")
  851.         game:GetService'Players':Chat(":paint all Rust")
  852.         game:GetService'Players':Chat(":hat all 12436480")
  853.         game:GetService'Players':Chat(":shirt all 2092269208")
  854.         game:GetService'Players':Chat(":pants all 1821293945")
  855.         game:GetService'Players':Chat(":music 1342075752")
  856.         game:GetService'Players':Chat(":gear all 74385399")
  857.         game:GetService'Players':Chat(":name all Muslim")
  858.         game:GetService'Players':Chat(":disco")
  859.     end)
  860.    
  861.     jump.MouseButton1Down:connect(function()
  862.         local plrlist = {}
  863.         for i,v in pairs(game.Players:GetPlayers()) do
  864.             if v ~= game.Players.LocalPlayer then
  865.                 table.insert(plrlist,v.Name)
  866.             end
  867.         end
  868.         local choose = math.random(1,#plrlist)
  869.         game:GetService'Players':Chat(":jump "..game.Players:FindFirstChild(plrlist[choose]).Name)
  870.         cnotification('Random Jump', 'Made '..game.Players:FindFirstChild(plrlist[choose]).Name..' Jump.', 5)
  871.     end)
  872.    
  873.     ban.MouseButton1Down:connect(function()
  874.         local bp = game.Players.LocalPlayer:WaitForChild('Backpack')
  875.         if bp:FindFirstChild('Delete') then
  876.             local target = GetPlayer(TargetBox.Text)
  877.             if target then
  878.                 wait(0.5)
  879.                 game.Players.LocalPlayer.Backpack.Delete.delete:FireServer(target)
  880.                 cnotification('Banned Player', 'Banned '..target.Name, 5)
  881.                 appendbans(target.Name)
  882.             else
  883.                 cnotification('Player Not Found', 'Cant find the specified player.', 5)
  884.             end
  885.         else
  886.             game:GetService'Players':Chat(":btools me")
  887.             wait(0.2)
  888.             local target = GetPlayer(TargetBox.Text)
  889.             if target then
  890.                 wait(0.5)
  891.                 game.Players.LocalPlayer.Backpack.Delete.delete:FireServer(target)
  892.                 cnotification('Banned Player', 'Banned '..target.Name, 5)
  893.                 appendbans(target.Name)
  894.             else
  895.                 cnotification('Player Not Found', 'Cant find the specified player.', 5)
  896.             end
  897.         end
  898.         TargetBox.Text = ""
  899.     end)
  900.    
  901.     lobbyban.MouseButton1Down:connect(function()
  902.         local bp = game.Players.LocalPlayer:WaitForChild('Backpack')
  903.         if bp:FindFirstChild('Delete') then
  904.             local target = GetPlayer(TargetBox.Text)
  905.             if target then
  906.                 game.Players.LocalPlayer.Backpack.Delete.delete:FireServer(target)
  907.                 cnotification('Banned Player', 'Lobby-Banned '..target.Name)
  908.                 lban(target)
  909.             else
  910.                 cnotification('Player Not Found', 'Cant find the specified player.', 5)
  911.             end
  912.         else
  913.             game:GetService'Players':Chat(":btools me")
  914.             wait(0.7)
  915.             local target = GetPlayer(TargetBox.Text)
  916.             if target then
  917.                 game.Players.LocalPlayer.Backpack.Delete.delete:FireServer(target)
  918.                 cnotification('Banned Player', 'Lobby-Banned '..target.Name)
  919.                 lban(target)
  920.             else
  921.                 cnotification('Player Not Found', 'Cant find the specified player.', 5)
  922.             end
  923.         end
  924.         TargetBox.Text = ""
  925.     end)
  926.    
  927.     game.Players.PlayerAdded:connect(function(added)
  928.         for i = 1,#bannedplrs do
  929.             if bannedplrs[i] == added.Name then
  930.                 game.Players.LocalPlayer.Backpack.Delete.delete:FireServer(added)
  931.                 cnotification('Player attempt to connect', 'Perma banned player '..added.Name..' attempted to reconnect, but was kicked.', 5)
  932.             end
  933.         end
  934.         for l = 1,#tempbans do
  935.             if tempbans[l] == added.Name then
  936.                 game.Players.LocalPlayer.Backpack.Delete.delete:FireServer(added)
  937.                 cnotification('Player attempt to connect', 'Lobby banned player '..added.Name..' attempted to reconnect, but was kicked.', 5)
  938.             end
  939.         end
  940.     end)
  941.    
  942.     for i,v in pairs(game.Players:GetChildren()) do
  943.         v.Chatted:Connect(function(msg)
  944.             if string.match(msg, ':slender') ~=nil then slenderman() end
  945.             if string.match(msg, ':lightning') ~=nil then lightningstrike() end
  946.             if string.match(msg, ':satan') ~=nil then satans() end
  947.            
  948.             if msg:sub(1,5) == ':kick' or msg:sub(1,4) == ':ban' then
  949.                 if v ~= game.Players.LocalPlayer then
  950.                     if v:IsFriendsWith(game.Players.LocalPlayer.UserId) then else
  951.                         if game.Players.LocalPlayer:WaitForChild('Backpack'):FindFirstChild('Delete') then
  952.                             game.Players.LocalPlayer.Backpack.Delete.delete:FireServer(v)
  953.                         else
  954.                             game:GetService'Players':Chat(":btools me")
  955.                             wait(0.8)
  956.                             game.Players.LocalPlayer.Backpack.Delete.delete:FireServer(v)
  957.                         end
  958.                         lban(v.Name)
  959.                         cnotification('Banned '..v.Name, 'Lobby banned '..v.Name..' For attempting to kick/ban another user.', 5)
  960.                     end
  961.                 end
  962.             end
  963.            
  964.             if msg:sub(1,4) == 'logs' or msg:sub(1,5) == ':logs' then
  965.                 if v ~= game.Players.LocalPlayer then
  966.                     if v:IsFriendsWith(game.Players.LocalPlayer.UserId) then else
  967.                         if game.Players.LocalPlayer:WaitForChild('Backpack'):FindFirstChild('Delete') then
  968.                             game.Players.LocalPlayer.Backpack.Delete.delete:FireServer(v)
  969.                         else
  970.                             game:GetService'Players':Chat(":btools me")
  971.                             wait(0.8)
  972.                             game.Players.LocalPlayer.Backpack.Delete.delete:FireServer(v)
  973.                         end
  974.                         lban(v.Name)
  975.                         cnotification('Banned '..v.Name, 'Lobby banned '..v.Name..' To prevent them seeing commands that the script has executed.', 5)
  976.                     end
  977.                 end
  978.             end
  979.         end)
  980.     end
  981.    
  982.     game.Players.ChildAdded:Connect(function(plr)
  983.         if plr:IsA("Player") then
  984.             plr.Chatted:Connect(function(msg)
  985.                 if string.match(msg, ':slender') ~=nil then slenderman() end
  986.                 if string.match(msg, ':lightning') ~=nil then lightningstrike() end
  987.                 if string.match(msg, ':satan') ~=nil then satans() end
  988.                
  989.                 local v = plr
  990.                 if msg:sub(1,5) == ':kick' or msg:sub(1,4) == ':ban' then
  991.                     if v ~= game.Players.LocalPlayer then
  992.                         if v:IsFriendsWith(game.Players.LocalPlayer.UserId) then else
  993.                             if game.Players.LocalPlayer:WaitForChild('Backpack'):FindFirstChild('Delete') then
  994.                                 game.Players.LocalPlayer.Backpack.Delete.delete:FireServer(v)
  995.                             else
  996.                                 game:GetService'Players':Chat(":btools me")
  997.                                 wait(0.8)
  998.                                 game.Players.LocalPlayer.Backpack.Delete.delete:FireServer(v)
  999.                             end
  1000.                             lban(v.Name)
  1001.                             cnotification('Banned '..v.Name, 'Lobby banned '..v.Name..' For attempting to kick/ban another user.', 5)
  1002.                         end
  1003.                     end
  1004.                 end
  1005.                 if msg:sub(1,4) == 'logs' or msg:sub(1,5) == ':logs' then
  1006.                     if v ~= game.Players.LocalPlayer then
  1007.                         if v:IsFriendsWith(game.Players.LocalPlayer.UserId) then else
  1008.                             if game.Players.LocalPlayer:WaitForChild('Backpack'):FindFirstChild('Delete') then
  1009.                                 game.Players.LocalPlayer.Backpack.Delete.delete:FireServer(v)
  1010.                             else
  1011.                                 game:GetService'Players':Chat(":btools me")
  1012.                                 wait(0.8)
  1013.                                 game.Players.LocalPlayer.Backpack.Delete.delete:FireServer(v)
  1014.                             end
  1015.                             lban(v.Name)
  1016.                             cnotification('Banned '..v.Name, 'Lobby banned '..v.Name..' To prevent them seeing commands that the script has executed.', 5)
  1017.                         end
  1018.                     end
  1019.                 end
  1020.             end)
  1021.         end
  1022.     end)
  1023.    
  1024.    
  1025.     warn('Loading complete. '..LOAD_ERRORS..' Errors.')
  1026.     while wait() do
  1027.         if pcall(function() if game.Workspace.Terrain.GameFolder.Admin.Pads['Touch to get admin'] then end end) then
  1028.             getadmin.Text = 'Get Admin'
  1029.             getadmin.TextColor3 = Color3.new(255, 255, 255)
  1030.             adminavalible = true
  1031.         else
  1032.             getadmin.Text = 'No admin slots avalible.'
  1033.             getadmin.TextColor3 = Color3.new(255, 0, 0)
  1034.             adminavalible = false
  1035.         end
  1036.         local target = GetPlayer(TargetBox.Text)
  1037.         if TargetBox.Text ~= '' then
  1038.             if target then
  1039.                 TargetBox.TextColor3 = Color3.new(0, 255, 0)
  1040.             else
  1041.                 TargetBox.TextColor3 = Color3.new(255, 0, 0)
  1042.             end
  1043.         end
  1044.     end
  1045. end
Add Comment
Please, Sign In to add comment