Advertisement
Guest User

Kohls admin GUI script

a guest
Nov 17th, 2019
2,106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 54.72 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local KohlsUI = Instance.new("ScreenGui")
  5. local Main = Instance.new("Frame")
  6. local Top = Instance.new("Frame")
  7. local TopLabel = Instance.new("TextLabel")
  8. local CloseButton = Instance.new("TextButton")
  9. local Selection = Instance.new("Frame")
  10. local Abuse = Instance.new("TextButton")
  11. local Teleports = Instance.new("TextButton")
  12. local Functions = Instance.new("TextButton")
  13. local Destruction = Instance.new("TextButton")
  14. local Abuse_Frame = Instance.new("Frame")
  15. local AbuseLabel = Instance.new("TextLabel")
  16. local TPReset = Instance.new("TextButton")
  17. local GetAdmin = Instance.new("TextButton")
  18. local Protect = Instance.new("TextButton")
  19. local ProtectLabel = Instance.new("TextLabel")
  20. local Splitter1 = Instance.new("TextLabel")
  21. local LACL = Instance.new("TextLabel")
  22. local LoopCmd = Instance.new("TextButton")
  23. local StopLoopCmd = Instance.new("TextButton")
  24. local CommandLoopBox = Instance.new("TextBox")
  25. local SpoofCmd = Instance.new("TextButton")
  26. local CommandSpoofBox = Instance.new("TextBox")
  27. local HomeWarn = Instance.new("Frame")
  28. local SelectCatagoryLabel = Instance.new("TextLabel")
  29. local CreditsHeader = Instance.new("TextLabel")
  30. local GLC = Instance.new("TextLabel")
  31. local GSC = Instance.new("TextLabel")
  32. local BRLabel = Instance.new("TextLabel")
  33. local GSC_2 = Instance.new("TextLabel")
  34. local GSC_3 = Instance.new("TextLabel")
  35. local Teleports_Frame = Instance.new("Frame")
  36. local TeleportsLabel = Instance.new("TextLabel")
  37. local TPToPlayer = Instance.new("TextButton")
  38. local PlrName = Instance.new("TextBox")
  39. local TPSpawn = Instance.new("TextButton")
  40. local FinishObby = Instance.new("TextButton")
  41. local TPTopOfHouse = Instance.new("TextButton")
  42. local TPInsideHouse = Instance.new("TextButton")
  43. local TPBuildingBlocks = Instance.new("TextButton")
  44. local TPResetButton = Instance.new("TextButton")
  45. local Functions_Frame = Instance.new("Frame")
  46. local FunctionLabel = Instance.new("TextLabel")
  47. local KickPlayer = Instance.new("TextButton")
  48. local BanPlayer = Instance.new("TextButton")
  49. local PlrNameBK = Instance.new("TextBox")
  50. local RBL = Instance.new("TextLabel")
  51. local ServerLock = Instance.new("TextButton")
  52. local UnServerLock = Instance.new("TextButton")
  53. local FlyFunc = Instance.new("TextButton")
  54. local NoclipFunc = Instance.new("TextButton")
  55. local Unblindable = Instance.new("TextButton")
  56. local ResetGravity = Instance.new("TextButton")
  57. local SSSpoint = Instance.new("TextButton")
  58. local Destruction_Frame = Instance.new("Frame")
  59. local DestructionLabel = Instance.new("TextLabel")
  60. local DestructionSubLabel = Instance.new("TextLabel")
  61. local destroyeverything = Instance.new("TextButton")
  62. local destroyhouse = Instance.new("TextButton")
  63. local destroybaseplate = Instance.new("TextButton")
  64. local destroyobby = Instance.new("TextButton")
  65. local destroybuildingblox = Instance.new("TextButton")
  66. local destroyresetbutton = Instance.new("TextButton")
  67. local destroyadminslots = Instance.new("TextButton")
  68. local destroysounds = Instance.new("TextButton")
  69. local destroyjails = Instance.new("TextButton")
  70. local destroyallplrparts = Instance.new("TextButton")
  71. local Open = Instance.new("TextButton")
  72. --Properties:
  73. KohlsUI.Name = "KohlsUI"
  74. KohlsUI.Parent = game.CoreGui
  75.  
  76. Main.Name = "Main"
  77. Main.Parent = KohlsUI
  78. Main.BackgroundColor3 = Color3.new(0.376471, 0.815686, 1)
  79. Main.BorderColor3 = Color3.new(0.321569, 0.741176, 1)
  80. Main.BorderSizePixel = 3
  81. Main.Position = UDim2.new(0.294014841, 0, 0.245981634, 0)
  82. Main.Size = UDim2.new(0, 356, 0, 403)
  83.  
  84. Top.Name = "Top"
  85. Top.Parent = Main
  86. Top.Active = true
  87. Top.BackgroundColor3 = Color3.new(0.321569, 0.741176, 1)
  88. Top.BorderColor3 = Color3.new(0.321569, 0.741176, 1)
  89. Top.BorderSizePixel = 3
  90. Top.Size = UDim2.new(0, 356, 0, 28)
  91.  
  92. TopLabel.Name = "TopLabel"
  93. TopLabel.Parent = Top
  94. TopLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  95. TopLabel.BackgroundTransparency = 1
  96. TopLabel.Position = UDim2.new(0.0694756657, 0, -0.110248029, 0)
  97. TopLabel.Size = UDim2.new(0, 262, 0, 32)
  98. TopLabel.Font = Enum.Font.Antique
  99. TopLabel.Text = "Pnyx's Kohls Admin House GUI"
  100. TopLabel.TextColor3 = Color3.new(1, 1, 1)
  101. TopLabel.TextScaled = true
  102. TopLabel.TextSize = 14
  103. TopLabel.TextWrapped = true
  104.  
  105. CloseButton.Name = "CloseButton"
  106. CloseButton.Parent = Top
  107. CloseButton.BackgroundColor3 = Color3.new(0.321569, 0.741176, 1)
  108. CloseButton.BorderColor3 = Color3.new(0.376471, 0.815686, 1)
  109. CloseButton.BorderSizePixel = 3
  110. CloseButton.Position = UDim2.new(0.864785194, 0, 0.142857149, 0)
  111. CloseButton.Size = UDim2.new(0, 40, 0, 19)
  112. CloseButton.Font = Enum.Font.Antique
  113. CloseButton.Text = "X"
  114. CloseButton.TextColor3 = Color3.new(1, 1, 1)
  115. CloseButton.TextScaled = true
  116. CloseButton.TextSize = 14
  117. CloseButton.TextWrapped = true
  118.  
  119. Selection.Name = "Selection"
  120. Selection.Parent = Main
  121. Selection.Active = true
  122. Selection.BackgroundColor3 = Color3.new(0.321569, 0.741176, 1)
  123. Selection.BorderColor3 = Color3.new(0.376471, 0.815686, 1)
  124. Selection.Position = UDim2.new(0.112359554, 0, 0.109181143, 0)
  125. Selection.Size = UDim2.new(0, 276, 0, 32)
  126.  
  127. Abuse.Name = "Abuse"
  128. Abuse.Parent = Selection
  129. Abuse.BackgroundColor3 = Color3.new(0.321569, 0.741176, 1)
  130. Abuse.BorderColor3 = Color3.new(0.376471, 0.815686, 1)
  131. Abuse.BorderSizePixel = 2
  132. Abuse.Position = UDim2.new(0.0398550741, 0, 0.169642448, 0)
  133. Abuse.Size = UDim2.new(0, 57, 0, 21)
  134. Abuse.Font = Enum.Font.Antique
  135. Abuse.Text = "Abuse"
  136. Abuse.TextColor3 = Color3.new(1, 1, 1)
  137. Abuse.TextSize = 18
  138. Abuse.TextWrapped = true
  139.  
  140. Teleports.Name = "Teleports"
  141. Teleports.Parent = Selection
  142. Teleports.BackgroundColor3 = Color3.new(0.321569, 0.741176, 1)
  143. Teleports.BorderColor3 = Color3.new(0.376471, 0.815686, 1)
  144. Teleports.BorderSizePixel = 2
  145. Teleports.Position = UDim2.new(0.275362313, 0, 0.169642851, 0)
  146. Teleports.Size = UDim2.new(0, 57, 0, 21)
  147. Teleports.Font = Enum.Font.Antique
  148. Teleports.Text = "Teleports"
  149. Teleports.TextColor3 = Color3.new(1, 1, 1)
  150. Teleports.TextSize = 18
  151. Teleports.TextWrapped = true
  152.  
  153. Functions.Name = "Functions"
  154. Functions.Parent = Selection
  155. Functions.BackgroundColor3 = Color3.new(0.321569, 0.741176, 1)
  156. Functions.BorderColor3 = Color3.new(0.376471, 0.815686, 1)
  157. Functions.BorderSizePixel = 2
  158. Functions.Position = UDim2.new(0.51449281, 0, 0.169642851, 0)
  159. Functions.Size = UDim2.new(0, 57, 0, 21)
  160. Functions.Font = Enum.Font.Antique
  161. Functions.Text = "Functions"
  162. Functions.TextColor3 = Color3.new(1, 1, 1)
  163. Functions.TextSize = 18
  164. Functions.TextWrapped = true
  165.  
  166. Destruction.Name = "Destruction"
  167. Destruction.Parent = Selection
  168. Destruction.BackgroundColor3 = Color3.new(0.321569, 0.741176, 1)
  169. Destruction.BorderColor3 = Color3.new(0.376471, 0.815686, 1)
  170. Destruction.BorderSizePixel = 2
  171. Destruction.Position = UDim2.new(0.75000006, 0, 0.169642851, 0)
  172. Destruction.Size = UDim2.new(0, 57, 0, 21)
  173. Destruction.Font = Enum.Font.Antique
  174. Destruction.Text = "Destruction"
  175. Destruction.TextColor3 = Color3.new(1, 1, 1)
  176. Destruction.TextSize = 18
  177. Destruction.TextWrapped = true
  178.  
  179. Abuse_Frame.Name = "Abuse_Frame"
  180. Abuse_Frame.Parent = Main
  181. Abuse_Frame.Active = true
  182. Abuse_Frame.BackgroundColor3 = Color3.new(0.376471, 0.815686, 1)
  183. Abuse_Frame.BorderColor3 = Color3.new(0.376471, 0.815686, 1)
  184. Abuse_Frame.BorderSizePixel = 0
  185. Abuse_Frame.Position = UDim2.new(0.0224719103, 0, 0.106699765, 0)
  186. Abuse_Frame.Size = UDim2.new(0, 1, 0, 1)
  187. Abuse_Frame.Visible = false
  188.  
  189. AbuseLabel.Name = "AbuseLabel"
  190. AbuseLabel.Parent = Abuse_Frame
  191. AbuseLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  192. AbuseLabel.BackgroundTransparency = 1
  193. AbuseLabel.BorderSizePixel = 0
  194. AbuseLabel.Position = UDim2.new(38, 0, 27, 0)
  195. AbuseLabel.Size = UDim2.new(0, 257, 0, 43)
  196. AbuseLabel.Font = Enum.Font.Antique
  197. AbuseLabel.Text = "Abuse"
  198. AbuseLabel.TextColor3 = Color3.new(1, 1, 1)
  199. AbuseLabel.TextScaled = true
  200. AbuseLabel.TextSize = 14
  201. AbuseLabel.TextWrapped = true
  202.  
  203. TPReset.Name = "TPReset"
  204. TPReset.Parent = Abuse_Frame
  205. TPReset.BackgroundColor3 = Color3.new(0.376471, 0.815686, 1)
  206. TPReset.BorderColor3 = Color3.new(0.321569, 0.741176, 1)
  207. TPReset.BorderSizePixel = 3
  208. TPReset.Position = UDim2.new(61.1340332, 0, 77.2008972, 0)
  209. TPReset.Size = UDim2.new(0, 212, 0, 25)
  210. TPReset.Font = Enum.Font.Antique
  211. TPReset.Text = "Teleport Admin Pad"
  212. TPReset.TextColor3 = Color3.new(1, 1, 1)
  213. TPReset.TextScaled = true
  214. TPReset.TextSize = 18
  215. TPReset.TextWrapped = true
  216.  
  217. GetAdmin.Name = "GetAdmin"
  218. GetAdmin.Parent = Abuse_Frame
  219. GetAdmin.BackgroundColor3 = Color3.new(0.376471, 0.815686, 1)
  220. GetAdmin.BorderColor3 = Color3.new(0.321569, 0.741176, 1)
  221. GetAdmin.BorderSizePixel = 3
  222. GetAdmin.Position = UDim2.new(61.1340332, 0, 116.200897, 0)
  223. GetAdmin.Size = UDim2.new(0, 212, 0, 25)
  224. GetAdmin.Font = Enum.Font.Antique
  225. GetAdmin.Text = "Get All Admin Slots"
  226. GetAdmin.TextColor3 = Color3.new(1, 1, 1)
  227. GetAdmin.TextScaled = true
  228. GetAdmin.TextSize = 18
  229. GetAdmin.TextWrapped = true
  230.  
  231. Protect.Name = "Protect"
  232. Protect.Parent = Abuse_Frame
  233. Protect.BackgroundColor3 = Color3.new(0.376471, 0.815686, 1)
  234. Protect.BorderColor3 = Color3.new(0.321569, 0.741176, 1)
  235. Protect.BorderSizePixel = 3
  236. Protect.Position = UDim2.new(116.134033, 0, 151.200897, 0)
  237. Protect.Size = UDim2.new(0, 103, 0, 17)
  238. Protect.Font = Enum.Font.Antique
  239. Protect.Text = "Protect"
  240. Protect.TextColor3 = Color3.new(1, 1, 1)
  241. Protect.TextSize = 20
  242. Protect.TextWrapped = true
  243.  
  244. ProtectLabel.Name = "ProtectLabel"
  245. ProtectLabel.Parent = Protect
  246. ProtectLabel.BackgroundColor3 = Color3.new(0.376471, 0.815686, 1)
  247. ProtectLabel.BorderColor3 = Color3.new(0.321569, 0.741176, 1)
  248. ProtectLabel.BorderSizePixel = 3
  249. ProtectLabel.Position = UDim2.new(0.320388347, 0, 1.35294116, 0)
  250. ProtectLabel.Size = UDim2.new(0, 36, 0, 17)
  251. ProtectLabel.Font = Enum.Font.Antique
  252. ProtectLabel.Text = "True"
  253. ProtectLabel.TextColor3 = Color3.new(1, 1, 1)
  254. ProtectLabel.TextSize = 20
  255.  
  256. Splitter1.Name = "Splitter1"
  257. Splitter1.Parent = Abuse_Frame
  258. Splitter1.BackgroundColor3 = Color3.new(1, 1, 1)
  259. Splitter1.BackgroundTransparency = 1
  260. Splitter1.Position = UDim2.new(24, 0, 174.200897, 0)
  261. Splitter1.Size = UDim2.new(0, 292, 0, 34)
  262. Splitter1.Font = Enum.Font.Antique
  263. Splitter1.Text = "_________________"
  264. Splitter1.TextColor3 = Color3.new(1, 1, 1)
  265. Splitter1.TextScaled = true
  266. Splitter1.TextSize = 14
  267. Splitter1.TextWrapped = true
  268.  
  269. LACL.Name = "LACL"
  270. LACL.Parent = Abuse_Frame
  271. LACL.BackgroundColor3 = Color3.new(1, 1, 1)
  272. LACL.BackgroundTransparency = 1
  273. LACL.Position = UDim2.new(41, 0, 215.200897, 0)
  274. LACL.Size = UDim2.new(0, 257, 0, 35)
  275. LACL.Font = Enum.Font.Antique
  276. LACL.Text = "Commands"
  277. LACL.TextColor3 = Color3.new(1, 1, 1)
  278. LACL.TextScaled = true
  279. LACL.TextSize = 14
  280. LACL.TextWrapped = true
  281.  
  282. LoopCmd.Name = "LoopCmd"
  283. LoopCmd.Parent = Abuse_Frame
  284. LoopCmd.BackgroundColor3 = Color3.new(0.376471, 0.815686, 1)
  285. LoopCmd.BorderColor3 = Color3.new(0.321569, 0.741176, 1)
  286. LoopCmd.BorderSizePixel = 3
  287. LoopCmd.Position = UDim2.new(248.411377, 0, 295, 0)
  288. LoopCmd.Size = UDim2.new(0, 48, 0, 27)
  289. LoopCmd.Selected = true
  290. LoopCmd.Font = Enum.Font.Antique
  291. LoopCmd.Text = "Loop"
  292. LoopCmd.TextColor3 = Color3.new(1, 1, 1)
  293. LoopCmd.TextSize = 24
  294. LoopCmd.TextWrapped = true
  295.  
  296. StopLoopCmd.Name = "StopLoopCmd"
  297. StopLoopCmd.Parent = Abuse_Frame
  298. StopLoopCmd.BackgroundColor3 = Color3.new(0.376471, 0.815686, 1)
  299. StopLoopCmd.BorderColor3 = Color3.new(0.321569, 0.741176, 1)
  300. StopLoopCmd.BorderSizePixel = 3
  301. StopLoopCmd.Position = UDim2.new(248.410995, 0, 295, 0)
  302. StopLoopCmd.Size = UDim2.new(0, 48, 0, 27)
  303. StopLoopCmd.Visible = false
  304. StopLoopCmd.Font = Enum.Font.Antique
  305. StopLoopCmd.Text = "Stop"
  306. StopLoopCmd.TextColor3 = Color3.new(1, 1, 1)
  307. StopLoopCmd.TextSize = 24
  308. StopLoopCmd.TextWrapped = true
  309.  
  310. CommandLoopBox.Name = "CommandLoopBox"
  311. CommandLoopBox.Parent = Abuse_Frame
  312. CommandLoopBox.BackgroundColor3 = Color3.new(0.376471, 0.815686, 1)
  313. CommandLoopBox.BorderColor3 = Color3.new(0.321569, 0.741176, 1)
  314. CommandLoopBox.BorderSizePixel = 3
  315. CommandLoopBox.Position = UDim2.new(45, 0, 295.082214, 0)
  316. CommandLoopBox.Size = UDim2.new(0, 202, 0, 27)
  317. CommandLoopBox.Font = Enum.Font.Antique
  318. CommandLoopBox.Text = "Command Here"
  319. CommandLoopBox.TextColor3 = Color3.new(1, 1, 1)
  320. CommandLoopBox.TextSize = 24
  321.  
  322. SpoofCmd.Name = "SpoofCmd"
  323. SpoofCmd.Parent = Abuse_Frame
  324. SpoofCmd.BackgroundColor3 = Color3.new(0.376471, 0.815686, 1)
  325. SpoofCmd.BorderColor3 = Color3.new(0.321569, 0.741176, 1)
  326. SpoofCmd.BorderSizePixel = 3
  327. SpoofCmd.Position = UDim2.new(248, 0, 257, 0)
  328. SpoofCmd.Size = UDim2.new(0, 48, 0, 27)
  329. SpoofCmd.Font = Enum.Font.Antique
  330. SpoofCmd.Text = "Spoof"
  331. SpoofCmd.TextColor3 = Color3.new(1, 1, 1)
  332. SpoofCmd.TextSize = 22
  333. SpoofCmd.TextWrapped = true
  334.  
  335. CommandSpoofBox.Name = "CommandSpoofBox"
  336. CommandSpoofBox.Parent = Abuse_Frame
  337. CommandSpoofBox.BackgroundColor3 = Color3.new(0.376471, 0.815686, 1)
  338. CommandSpoofBox.BorderColor3 = Color3.new(0.321569, 0.741176, 1)
  339. CommandSpoofBox.BorderSizePixel = 3
  340. CommandSpoofBox.Position = UDim2.new(44, 0, 257, 0)
  341. CommandSpoofBox.Size = UDim2.new(0, 202, 0, 27)
  342. CommandSpoofBox.Font = Enum.Font.Antique
  343. CommandSpoofBox.Text = "Command Here"
  344. CommandSpoofBox.TextColor3 = Color3.new(1, 1, 1)
  345. CommandSpoofBox.TextSize = 24
  346.  
  347. HomeWarn.Name = "HomeWarn"
  348. HomeWarn.Parent = Main
  349. HomeWarn.Active = true
  350. HomeWarn.BackgroundColor3 = Color3.new(0.376471, 0.815686, 1)
  351. HomeWarn.BorderSizePixel = 0
  352. HomeWarn.Position = UDim2.new(0.0252808984, 0, 0.980148911, 0)
  353. HomeWarn.Size = UDim2.new(0, 1, 0, 1)
  354.  
  355. SelectCatagoryLabel.Name = "SelectCatagoryLabel"
  356. SelectCatagoryLabel.Parent = HomeWarn
  357. SelectCatagoryLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  358. SelectCatagoryLabel.BackgroundTransparency = 1
  359. SelectCatagoryLabel.Position = UDim2.new(20, 0, -313, 0)
  360. SelectCatagoryLabel.Size = UDim2.new(0, 295, 0, 33)
  361. SelectCatagoryLabel.Font = Enum.Font.Antique
  362. SelectCatagoryLabel.Text = "Please select a catagory above."
  363. SelectCatagoryLabel.TextColor3 = Color3.new(1, 1, 1)
  364. SelectCatagoryLabel.TextScaled = true
  365. SelectCatagoryLabel.TextSize = 14
  366. SelectCatagoryLabel.TextWrapped = true
  367.  
  368. CreditsHeader.Name = "CreditsHeader"
  369. CreditsHeader.Parent = HomeWarn
  370. CreditsHeader.BackgroundColor3 = Color3.new(1, 1, 1)
  371. CreditsHeader.BackgroundTransparency = 1
  372. CreditsHeader.Position = UDim2.new(88.0915222, 0, -287, 0)
  373. CreditsHeader.Size = UDim2.new(0, 161, 0, 40)
  374. CreditsHeader.Font = Enum.Font.Antique
  375. CreditsHeader.Text = "Credits:"
  376. CreditsHeader.TextColor3 = Color3.new(1, 1, 1)
  377. CreditsHeader.TextScaled = true
  378. CreditsHeader.TextSize = 14
  379. CreditsHeader.TextWrapped = true
  380.  
  381. GLC.Name = "GLC"
  382. GLC.Parent = HomeWarn
  383. GLC.BackgroundColor3 = Color3.new(1, 1, 1)
  384. GLC.BackgroundTransparency = 1
  385. GLC.BorderSizePixel = 0
  386. GLC.Position = UDim2.new(13, 0, -254.817871, 0)
  387. GLC.Size = UDim2.new(0, 312, 0, 32)
  388. GLC.Font = Enum.Font.Antique
  389. GLC.Text = "Gui Layout: Pnyx"
  390. GLC.TextColor3 = Color3.new(1, 1, 1)
  391. GLC.TextScaled = true
  392. GLC.TextSize = 14
  393. GLC.TextWrapped = true
  394.  
  395. GSC.Name = "GSC"
  396. GSC.Parent = HomeWarn
  397. GSC.BackgroundColor3 = Color3.new(1, 1, 1)
  398. GSC.BackgroundTransparency = 1
  399. GSC.BorderSizePixel = 0
  400. GSC.Position = UDim2.new(13, 0, -223.635742, 0)
  401. GSC.Size = UDim2.new(0, 312, 0, 32)
  402. GSC.Font = Enum.Font.Antique
  403. GSC.Text = "Gui Scripting: Pnyx"
  404. GSC.TextColor3 = Color3.new(1, 1, 1)
  405. GSC.TextScaled = true
  406. GSC.TextSize = 14
  407. GSC.TextWrapped = true
  408.  
  409. BRLabel.Name = "BRLabel"
  410. BRLabel.Parent = HomeWarn
  411. BRLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  412. BRLabel.BackgroundTransparency = 1
  413. BRLabel.BorderSizePixel = 0
  414. BRLabel.Position = UDim2.new(1, 0, -73.4536133, 0)
  415. BRLabel.Size = UDim2.new(0, 332, 0, 81)
  416. BRLabel.Font = Enum.Font.Antique
  417. BRLabel.Text = "If you need to report a bug please dm me on discord Pnyx#5842 or v3rmillion Pnyx."
  418. BRLabel.TextColor3 = Color3.new(1, 1, 1)
  419. BRLabel.TextScaled = true
  420. BRLabel.TextSize = 14
  421. BRLabel.TextWrapped = true
  422.  
  423. GSC_2.Name = "GSC"
  424. GSC_2.Parent = HomeWarn
  425. GSC_2.BackgroundColor3 = Color3.new(1, 1, 1)
  426. GSC_2.BackgroundTransparency = 1
  427. GSC_2.BorderSizePixel = 0
  428. GSC_2.Position = UDim2.new(11, 0, -130.453613, 0)
  429. GSC_2.Size = UDim2.new(0, 312, 0, 75)
  430. GSC_2.Font = Enum.Font.Antique
  431. GSC_2.Text = "For some scripts, although not listed here, if the script is not mine, it will print the credits of the original owner."
  432. GSC_2.TextColor3 = Color3.new(1, 1, 1)
  433. GSC_2.TextScaled = true
  434. GSC_2.TextSize = 14
  435. GSC_2.TextWrapped = true
  436.  
  437. GSC_3.Name = "GSC"
  438. GSC_3.Parent = HomeWarn
  439. GSC_3.BackgroundColor3 = Color3.new(1, 1, 1)
  440. GSC_3.BackgroundTransparency = 1
  441. GSC_3.BorderSizePixel = 0
  442. GSC_3.Position = UDim2.new(11, 0, -191.635742, 0)
  443. GSC_3.Size = UDim2.new(0, 312, 0, 61)
  444. GSC_3.Font = Enum.Font.Antique
  445. GSC_3.Text = "Btools Fix idea was Drflash55's (V3rmillion)"
  446. GSC_3.TextColor3 = Color3.new(1, 1, 1)
  447. GSC_3.TextScaled = true
  448. GSC_3.TextSize = 14
  449. GSC_3.TextWrapped = true
  450.  
  451. Teleports_Frame.Name = "Teleports_Frame"
  452. Teleports_Frame.Parent = Main
  453. Teleports_Frame.Active = true
  454. Teleports_Frame.BackgroundColor3 = Color3.new(0.376471, 0.815686, 1)
  455. Teleports_Frame.BorderColor3 = Color3.new(0.376471, 0.815686, 1)
  456. Teleports_Frame.BorderSizePixel = 0
  457. Teleports_Frame.Position = UDim2.new(0.0224719103, 0, 0.106699765, 0)
  458. Teleports_Frame.Size = UDim2.new(0, 1, 0, 1)
  459. Teleports_Frame.Visible = false
  460.  
  461. TeleportsLabel.Name = "TeleportsLabel"
  462. TeleportsLabel.Parent = Teleports_Frame
  463. TeleportsLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  464. TeleportsLabel.BackgroundTransparency = 1
  465. TeleportsLabel.BorderSizePixel = 0
  466. TeleportsLabel.Position = UDim2.new(70, 0, 41, 0)
  467. TeleportsLabel.Size = UDim2.new(0, 200, 0, 38)
  468. TeleportsLabel.Font = Enum.Font.Antique
  469. TeleportsLabel.Text = "Teleports"
  470. TeleportsLabel.TextColor3 = Color3.new(1, 1, 1)
  471. TeleportsLabel.TextScaled = true
  472. TeleportsLabel.TextSize = 14
  473. TeleportsLabel.TextWrapped = true
  474.  
  475. TPToPlayer.Name = "TPToPlayer"
  476. TPToPlayer.Parent = Teleports_Frame
  477. TPToPlayer.BackgroundColor3 = Color3.new(0.376471, 0.815686, 1)
  478. TPToPlayer.BorderColor3 = Color3.new(0.321569, 0.741176, 1)
  479. TPToPlayer.BorderSizePixel = 3
  480. TPToPlayer.Position = UDim2.new(93, 0, 123, 0)
  481. TPToPlayer.Size = UDim2.new(0, 154, 0, 16)
  482. TPToPlayer.Font = Enum.Font.Antique
  483. TPToPlayer.Text = "Teleport to Player"
  484. TPToPlayer.TextColor3 = Color3.new(1, 1, 1)
  485. TPToPlayer.TextSize = 16
  486.  
  487. PlrName.Name = "PlrName"
  488. PlrName.Parent = Teleports_Frame
  489. PlrName.BackgroundColor3 = Color3.new(0.376471, 0.815686, 1)
  490. PlrName.BorderColor3 = Color3.new(0.321569, 0.741176, 1)
  491. PlrName.BorderSizePixel = 3
  492. PlrName.Position = UDim2.new(70, 0, 91, 0)
  493. PlrName.Size = UDim2.new(0, 200, 0, 28)
  494. PlrName.Font = Enum.Font.Antique
  495. PlrName.Text = "Player Name Here"
  496. PlrName.TextColor3 = Color3.new(1, 1, 1)
  497. PlrName.TextScaled = true
  498. PlrName.TextSize = 14
  499. PlrName.TextWrapped = true
  500.  
  501. TPSpawn.Name = "TPSpawn"
  502. TPSpawn.Parent = Teleports_Frame
  503. TPSpawn.BackgroundColor3 = Color3.new(0.376471, 0.815686, 1)
  504. TPSpawn.BorderColor3 = Color3.new(0.321569, 0.741176, 1)
  505. TPSpawn.BorderSizePixel = 3
  506. TPSpawn.Position = UDim2.new(36, 0, 169, 0)
  507. TPSpawn.Size = UDim2.new(0, 125, 0, 37)
  508. TPSpawn.Font = Enum.Font.Antique
  509. TPSpawn.Text = "Spawn"
  510. TPSpawn.TextColor3 = Color3.new(1, 1, 1)
  511. TPSpawn.TextScaled = true
  512. TPSpawn.TextSize = 16
  513. TPSpawn.TextWrapped = true
  514.  
  515. FinishObby.Name = "FinishObby"
  516. FinishObby.Parent = Teleports_Frame
  517. FinishObby.BackgroundColor3 = Color3.new(0.376471, 0.815686, 1)
  518. FinishObby.BorderColor3 = Color3.new(0.321569, 0.741176, 1)
  519. FinishObby.BorderSizePixel = 3
  520. FinishObby.Position = UDim2.new(178.553192, 0, 169, 0)
  521. FinishObby.Size = UDim2.new(0, 125, 0, 37)
  522. FinishObby.Font = Enum.Font.Antique
  523. FinishObby.Text = "Finish Obby"
  524. FinishObby.TextColor3 = Color3.new(1, 1, 1)
  525. FinishObby.TextSize = 32
  526. FinishObby.TextWrapped = true
  527.  
  528. TPTopOfHouse.Name = "TPTopOfHouse"
  529. TPTopOfHouse.Parent = Teleports_Frame
  530. TPTopOfHouse.BackgroundColor3 = Color3.new(0.376471, 0.815686, 1)
  531. TPTopOfHouse.BorderColor3 = Color3.new(0.321569, 0.741176, 1)
  532. TPTopOfHouse.BorderSizePixel = 3
  533. TPTopOfHouse.Position = UDim2.new(178.553192, 0, 224.725189, 0)
  534. TPTopOfHouse.Size = UDim2.new(0, 125, 0, 37)
  535. TPTopOfHouse.Font = Enum.Font.Antique
  536. TPTopOfHouse.Text = "Top of House"
  537. TPTopOfHouse.TextColor3 = Color3.new(1, 1, 1)
  538. TPTopOfHouse.TextSize = 30
  539. TPTopOfHouse.TextWrapped = true
  540.  
  541. TPInsideHouse.Name = "TPInsideHouse"
  542. TPInsideHouse.Parent = Teleports_Frame
  543. TPInsideHouse.BackgroundColor3 = Color3.new(0.376471, 0.815686, 1)
  544. TPInsideHouse.BorderColor3 = Color3.new(0.321569, 0.741176, 1)
  545. TPInsideHouse.BorderSizePixel = 3
  546. TPInsideHouse.Position = UDim2.new(36, 0, 224.725189, 0)
  547. TPInsideHouse.Size = UDim2.new(0, 125, 0, 37)
  548. TPInsideHouse.Font = Enum.Font.Antique
  549. TPInsideHouse.Text = "Inside House"
  550. TPInsideHouse.TextColor3 = Color3.new(1, 1, 1)
  551. TPInsideHouse.TextSize = 34
  552. TPInsideHouse.TextWrapped = true
  553.  
  554. TPBuildingBlocks.Name = "TPBuildingBlocks"
  555. TPBuildingBlocks.Parent = Teleports_Frame
  556. TPBuildingBlocks.BackgroundColor3 = Color3.new(0.376471, 0.815686, 1)
  557. TPBuildingBlocks.BorderColor3 = Color3.new(0.321569, 0.741176, 1)
  558. TPBuildingBlocks.BorderSizePixel = 3
  559. TPBuildingBlocks.Position = UDim2.new(178.553192, 0, 278.221375, 0)
  560. TPBuildingBlocks.Size = UDim2.new(0, 125, 0, 37)
  561. TPBuildingBlocks.Font = Enum.Font.Antique
  562. TPBuildingBlocks.Text = "Building Blocks"
  563. TPBuildingBlocks.TextColor3 = Color3.new(1, 1, 1)
  564. TPBuildingBlocks.TextSize = 30
  565. TPBuildingBlocks.TextWrapped = true
  566.  
  567. TPResetButton.Name = "TPResetButton"
  568. TPResetButton.Parent = Teleports_Frame
  569. TPResetButton.BackgroundColor3 = Color3.new(0.376471, 0.815686, 1)
  570. TPResetButton.BorderColor3 = Color3.new(0.321569, 0.741176, 1)
  571. TPResetButton.BorderSizePixel = 3
  572. TPResetButton.Position = UDim2.new(36, 0, 278.221375, 0)
  573. TPResetButton.Size = UDim2.new(0, 125, 0, 37)
  574. TPResetButton.Font = Enum.Font.Antique
  575. TPResetButton.Text = "Reset Button"
  576. TPResetButton.TextColor3 = Color3.new(1, 1, 1)
  577. TPResetButton.TextSize = 32
  578. TPResetButton.TextWrapped = true
  579.  
  580. Functions_Frame.Name = "Functions_Frame"
  581. Functions_Frame.Parent = Main
  582. Functions_Frame.Active = true
  583. Functions_Frame.BackgroundColor3 = Color3.new(0.376471, 0.815686, 1)
  584. Functions_Frame.BorderColor3 = Color3.new(0.376471, 0.815686, 1)
  585. Functions_Frame.BorderSizePixel = 0
  586. Functions_Frame.Position = UDim2.new(0.0224719103, 0, 0.106699765, 0)
  587. Functions_Frame.Size = UDim2.new(0, 1, 0, 1)
  588. Functions_Frame.Visible = false
  589.  
  590. FunctionLabel.Name = "FunctionLabel"
  591. FunctionLabel.Parent = Functions_Frame
  592. FunctionLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  593. FunctionLabel.BackgroundTransparency = 1
  594. FunctionLabel.BorderSizePixel = 0
  595. FunctionLabel.Position = UDim2.new(39, 0, 27, 0)
  596. FunctionLabel.Size = UDim2.new(0, 257, 0, 45)
  597. FunctionLabel.Font = Enum.Font.Antique
  598. FunctionLabel.Text = "Functions"
  599. FunctionLabel.TextColor3 = Color3.new(1, 1, 1)
  600. FunctionLabel.TextScaled = true
  601. FunctionLabel.TextSize = 14
  602. FunctionLabel.TextWrapped = true
  603.  
  604. KickPlayer.Name = "KickPlayer"
  605. KickPlayer.Parent = Functions_Frame
  606. KickPlayer.BackgroundColor3 = Color3.new(0.376471, 0.815686, 1)
  607. KickPlayer.BorderColor3 = Color3.new(0.321569, 0.741176, 1)
  608. KickPlayer.BorderSizePixel = 3
  609. KickPlayer.Position = UDim2.new(175.458069, 0, 122, 0)
  610. KickPlayer.Size = UDim2.new(0, 101, 0, 27)
  611. KickPlayer.Font = Enum.Font.Antique
  612. KickPlayer.Text = "Kick"
  613. KickPlayer.TextColor3 = Color3.new(1, 1, 1)
  614. KickPlayer.TextScaled = true
  615. KickPlayer.TextSize = 14
  616. KickPlayer.TextWrapped = true
  617.  
  618. BanPlayer.Name = "BanPlayer"
  619. BanPlayer.Parent = Functions_Frame
  620. BanPlayer.BackgroundColor3 = Color3.new(0.376471, 0.815686, 1)
  621. BanPlayer.BorderColor3 = Color3.new(0.321569, 0.741176, 1)
  622. BanPlayer.BorderSizePixel = 3
  623. BanPlayer.Position = UDim2.new(63, 0, 122, 0)
  624. BanPlayer.Size = UDim2.new(0, 101, 0, 27)
  625. BanPlayer.Font = Enum.Font.Antique
  626. BanPlayer.Text = "Ban"
  627. BanPlayer.TextColor3 = Color3.new(1, 1, 1)
  628. BanPlayer.TextScaled = true
  629. BanPlayer.TextSize = 14
  630. BanPlayer.TextWrapped = true
  631.  
  632. PlrNameBK.Name = "PlrNameBK"
  633. PlrNameBK.Parent = Functions_Frame
  634. PlrNameBK.BackgroundColor3 = Color3.new(0.376471, 0.815686, 1)
  635. PlrNameBK.BorderColor3 = Color3.new(0.321569, 0.741176, 1)
  636. PlrNameBK.BorderSizePixel = 3
  637. PlrNameBK.Position = UDim2.new(40, 0, 79, 0)
  638. PlrNameBK.Size = UDim2.new(0, 253, 0, 34)
  639. PlrNameBK.Font = Enum.Font.Antique
  640. PlrNameBK.Text = "Player Name"
  641. PlrNameBK.TextColor3 = Color3.new(1, 1, 1)
  642. PlrNameBK.TextScaled = true
  643. PlrNameBK.TextSize = 14
  644. PlrNameBK.TextWrapped = true
  645.  
  646. RBL.Name = "RBL"
  647. RBL.Parent = Functions_Frame
  648. RBL.BackgroundColor3 = Color3.new(1, 1, 1)
  649. RBL.BackgroundTransparency = 1
  650. RBL.BorderSizePixel = 0
  651. RBL.Position = UDim2.new(40, 0, 222, 0)
  652. RBL.Size = UDim2.new(0, 259, 0, 21)
  653. RBL.Font = Enum.Font.Antique
  654. RBL.Text = "^(Requires Btools) ^"
  655. RBL.TextColor3 = Color3.new(1, 1, 1)
  656. RBL.TextScaled = true
  657. RBL.TextSize = 14
  658. RBL.TextWrapped = true
  659. local whitelist = {
  660. ["4mariposas"] = true;
  661. ["toetouc"] = true
  662.  
  663. }
  664. ServerLock.Name = "ServerLock"
  665. ServerLock.Parent = Functions_Frame
  666. ServerLock.BackgroundColor3 = Color3.new(0.376471, 0.815686, 1)
  667. ServerLock.BorderColor3 = Color3.new(0.321569, 0.741176, 1)
  668. ServerLock.BorderSizePixel = 3
  669. ServerLock.Position = UDim2.new(81, 0, 158, 0)
  670. ServerLock.Size = UDim2.new(0, 172, 0, 27)
  671. ServerLock.Font = Enum.Font.Antique
  672. ServerLock.Text = "Server Lock"
  673. ServerLock.TextColor3 = Color3.new(1, 1, 1)
  674. ServerLock.TextScaled = true
  675. ServerLock.TextSize = 14
  676. ServerLock.TextWrapped = true
  677.  
  678. UnServerLock.Name = "UnServerLock"
  679. UnServerLock.Parent = Functions_Frame
  680. UnServerLock.BackgroundColor3 = Color3.new(0.376471, 0.815686, 1)
  681. UnServerLock.BorderColor3 = Color3.new(0.321569, 0.741176, 1)
  682. UnServerLock.BorderSizePixel = 3
  683. UnServerLock.Position = UDim2.new(81, 0, 158, 0)
  684. UnServerLock.Size = UDim2.new(0, 172, 0, 27)
  685. UnServerLock.Visible = false
  686. UnServerLock.Font = Enum.Font.Antique
  687. UnServerLock.Text = "Un-Server-Lock"
  688. UnServerLock.TextColor3 = Color3.new(1, 1, 1)
  689. UnServerLock.TextScaled = true
  690. UnServerLock.TextSize = 14
  691. UnServerLock.TextWrapped = true
  692.  
  693. FlyFunc.Name = "FlyFunc"
  694. FlyFunc.Parent = Functions_Frame
  695. FlyFunc.BackgroundColor3 = Color3.new(0.376471, 0.815686, 1)
  696. FlyFunc.BorderColor3 = Color3.new(0.321569, 0.741176, 1)
  697. FlyFunc.BorderSizePixel = 3
  698. FlyFunc.Position = UDim2.new(59, 0, 254, 0)
  699. FlyFunc.Size = UDim2.new(0, 106, 0, 27)
  700. FlyFunc.Font = Enum.Font.Antique
  701. FlyFunc.Text = "Fly (Q)"
  702. FlyFunc.TextColor3 = Color3.new(1, 1, 1)
  703. FlyFunc.TextScaled = true
  704. FlyFunc.TextSize = 14
  705. FlyFunc.TextWrapped = true
  706.  
  707. NoclipFunc.Name = "NoclipFunc"
  708. NoclipFunc.Parent = Functions_Frame
  709. NoclipFunc.BackgroundColor3 = Color3.new(0.376471, 0.815686, 1)
  710. NoclipFunc.BorderColor3 = Color3.new(0.321569, 0.741176, 1)
  711. NoclipFunc.BorderSizePixel = 3
  712. NoclipFunc.Position = UDim2.new(175, 0, 254, 0)
  713. NoclipFunc.Size = UDim2.new(0, 106, 0, 27)
  714. NoclipFunc.Font = Enum.Font.Antique
  715. NoclipFunc.Text = "Noclip (E)"
  716. NoclipFunc.TextColor3 = Color3.new(1, 1, 1)
  717. NoclipFunc.TextScaled = true
  718. NoclipFunc.TextSize = 14
  719. NoclipFunc.TextWrapped = true
  720.  
  721. Unblindable.Name = "Unblindable"
  722. Unblindable.Parent = Functions_Frame
  723. Unblindable.BackgroundColor3 = Color3.new(0.376471, 0.815686, 1)
  724. Unblindable.BorderColor3 = Color3.new(0.321569, 0.741176, 1)
  725. Unblindable.BorderSizePixel = 3
  726. Unblindable.Position = UDim2.new(108, 0, 326, 0)
  727. Unblindable.Size = UDim2.new(0, 123, 0, 27)
  728. Unblindable.Font = Enum.Font.Antique
  729. Unblindable.Text = "Unblindable"
  730. Unblindable.TextColor3 = Color3.new(1, 1, 1)
  731. Unblindable.TextScaled = true
  732. Unblindable.TextSize = 14
  733. Unblindable.TextWrapped = true
  734.  
  735. ResetGravity.Name = "Reset Gravity"
  736. ResetGravity.Parent = Functions_Frame
  737. ResetGravity.BackgroundColor3 = Color3.new(0.376471, 0.815686, 1)
  738. ResetGravity.BorderColor3 = Color3.new(0.321569, 0.741176, 1)
  739. ResetGravity.BorderSizePixel = 3
  740. ResetGravity.Position = UDim2.new(91, 0, 290, 0)
  741. ResetGravity.Size = UDim2.new(0, 161, 0, 27)
  742. ResetGravity.Font = Enum.Font.Antique
  743. ResetGravity.Text = "Reset Gravity"
  744. ResetGravity.TextColor3 = Color3.new(1, 1, 1)
  745. ResetGravity.TextScaled = true
  746. ResetGravity.TextSize = 14
  747. ResetGravity.TextWrapped = true
  748.  
  749. SSSpoint.Name = "SSSpoint"
  750. SSSpoint.Parent = Functions_Frame
  751. SSSpoint.BackgroundColor3 = Color3.new(0.376471, 0.815686, 1)
  752. SSSpoint.BorderColor3 = Color3.new(0.321569, 0.741176, 1)
  753. SSSpoint.BorderSizePixel = 3
  754. SSSpoint.Position = UDim2.new(70, 0, 194, 0)
  755. SSSpoint.Size = UDim2.new(0, 194, 0, 22)
  756. SSSpoint.Font = Enum.Font.Antique
  757. SSSpoint.Text = "Set Server Spawnpoint"
  758. SSSpoint.TextColor3 = Color3.new(1, 1, 1)
  759. SSSpoint.TextScaled = true
  760. SSSpoint.TextSize = 14
  761. SSSpoint.TextWrapped = true
  762.  
  763. Destruction_Frame.Name = "Destruction_Frame"
  764. Destruction_Frame.Parent = Main
  765. Destruction_Frame.Active = true
  766. Destruction_Frame.BackgroundColor3 = Color3.new(0.321569, 0.741176, 1)
  767. Destruction_Frame.BorderSizePixel = 0
  768. Destruction_Frame.Position = UDim2.new(0.0224719103, 0, 0.119106703, 0)
  769. Destruction_Frame.Size = UDim2.new(0, 1, 0, 1)
  770. Destruction_Frame.Visible = false
  771.  
  772. DestructionLabel.Name = "DestructionLabel"
  773. DestructionLabel.Parent = Destruction_Frame
  774. DestructionLabel.Active = true
  775. DestructionLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  776. DestructionLabel.BackgroundTransparency = 1
  777. DestructionLabel.Position = UDim2.new(70, 0, 22, 0)
  778. DestructionLabel.Size = UDim2.new(0, 200, 0, 50)
  779. DestructionLabel.Font = Enum.Font.Antique
  780. DestructionLabel.Text = "Destruction"
  781. DestructionLabel.TextColor3 = Color3.new(1, 1, 1)
  782. DestructionLabel.TextScaled = true
  783. DestructionLabel.TextSize = 14
  784. DestructionLabel.TextWrapped = true
  785.  
  786. DestructionSubLabel.Name = "DestructionSubLabel"
  787. DestructionSubLabel.Parent = Destruction_Frame
  788. DestructionSubLabel.Active = true
  789. DestructionSubLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  790. DestructionSubLabel.BackgroundTransparency = 1
  791. DestructionSubLabel.Position = UDim2.new(70, 0, 66, 0)
  792. DestructionSubLabel.Size = UDim2.new(0, 200, 0, 14)
  793. DestructionSubLabel.Font = Enum.Font.Antique
  794. DestructionSubLabel.Text = "Thsese commands require btools in your inventory."
  795. DestructionSubLabel.TextColor3 = Color3.new(1, 1, 1)
  796. DestructionSubLabel.TextScaled = true
  797. DestructionSubLabel.TextSize = 14
  798. DestructionSubLabel.TextWrapped = true
  799.  
  800. destroyeverything.Name = "destroyeverything"
  801. destroyeverything.Parent = Destruction_Frame
  802. destroyeverything.BackgroundColor3 = Color3.new(0.376471, 0.815686, 1)
  803. destroyeverything.BorderColor3 = Color3.new(0.321569, 0.741176, 1)
  804. destroyeverything.BorderSizePixel = 3
  805. destroyeverything.Position = UDim2.new(93.5882568, 0, 90, 0)
  806. destroyeverything.Size = UDim2.new(0, 152, 0, 34)
  807. destroyeverything.Font = Enum.Font.Antique
  808. destroyeverything.Text = "Destroy Everything"
  809. destroyeverything.TextColor3 = Color3.new(1, 1, 1)
  810. destroyeverything.TextSize = 22
  811. destroyeverything.TextWrapped = true
  812.  
  813. destroyhouse.Name = "destroyhouse"
  814. destroyhouse.Parent = Destruction_Frame
  815. destroyhouse.BackgroundColor3 = Color3.new(0.376471, 0.815686, 1)
  816. destroyhouse.BorderColor3 = Color3.new(0.321569, 0.741176, 1)
  817. destroyhouse.BorderSizePixel = 3
  818. destroyhouse.Position = UDim2.new(11, 0, 132.882751, 0)
  819. destroyhouse.Size = UDim2.new(0, 152, 0, 34)
  820. destroyhouse.Font = Enum.Font.Antique
  821. destroyhouse.Text = "Destroy House"
  822. destroyhouse.TextColor3 = Color3.new(1, 1, 1)
  823. destroyhouse.TextSize = 22
  824. destroyhouse.TextWrapped = true
  825.  
  826. destroybaseplate.Name = "destroybaseplate"
  827. destroybaseplate.Parent = Destruction_Frame
  828. destroybaseplate.BackgroundColor3 = Color3.new(0.376471, 0.815686, 1)
  829. destroybaseplate.BorderColor3 = Color3.new(0.321569, 0.741176, 1)
  830. destroybaseplate.BorderSizePixel = 3
  831. destroybaseplate.Position = UDim2.new(11, 0, 178.916321, 0)
  832. destroybaseplate.Size = UDim2.new(0, 152, 0, 34)
  833. destroybaseplate.Font = Enum.Font.Antique
  834. destroybaseplate.Text = "Destroy Baseplate"
  835. destroybaseplate.TextColor3 = Color3.new(1, 1, 1)
  836. destroybaseplate.TextSize = 22
  837. destroybaseplate.TextWrapped = true
  838.  
  839. destroyobby.Name = "destroyobby"
  840. destroyobby.Parent = Destruction_Frame
  841. destroyobby.BackgroundColor3 = Color3.new(0.376471, 0.815686, 1)
  842. destroyobby.BorderColor3 = Color3.new(0.321569, 0.741176, 1)
  843. destroyobby.BorderSizePixel = 3
  844. destroyobby.Position = UDim2.new(176.000031, 0, 132.882751, 0)
  845. destroyobby.Size = UDim2.new(0, 152, 0, 34)
  846. destroyobby.Font = Enum.Font.Antique
  847. destroyobby.Text = "Destroy Obby"
  848. destroyobby.TextColor3 = Color3.new(1, 1, 1)
  849. destroyobby.TextSize = 22
  850. destroyobby.TextWrapped = true
  851.  
  852. destroybuildingblox.Name = "destroybuildingblox"
  853. destroybuildingblox.Parent = Destruction_Frame
  854. destroybuildingblox.BackgroundColor3 = Color3.new(0.376471, 0.815686, 1)
  855. destroybuildingblox.BorderColor3 = Color3.new(0.321569, 0.741176, 1)
  856. destroybuildingblox.BorderSizePixel = 3
  857. destroybuildingblox.Position = UDim2.new(176.000031, 0, 178.916321, 0)
  858. destroybuildingblox.Size = UDim2.new(0, 152, 0, 34)
  859. destroybuildingblox.Font = Enum.Font.Antique
  860. destroybuildingblox.Text = "Destroy Building Blox"
  861. destroybuildingblox.TextColor3 = Color3.new(1, 1, 1)
  862. destroybuildingblox.TextSize = 22
  863. destroybuildingblox.TextWrapped = true
  864.  
  865. destroyresetbutton.Name = "destroyresetbutton"
  866. destroyresetbutton.Parent = Destruction_Frame
  867. destroyresetbutton.BackgroundColor3 = Color3.new(0.376471, 0.815686, 1)
  868. destroyresetbutton.BorderColor3 = Color3.new(0.321569, 0.741176, 1)
  869. destroyresetbutton.BorderSizePixel = 3
  870. destroyresetbutton.Position = UDim2.new(11, 0, 223.799072, 0)
  871. destroyresetbutton.Size = UDim2.new(0, 152, 0, 34)
  872. destroyresetbutton.Font = Enum.Font.Antique
  873. destroyresetbutton.Text = "Destroy Reset Button"
  874. destroyresetbutton.TextColor3 = Color3.new(1, 1, 1)
  875. destroyresetbutton.TextSize = 22
  876. destroyresetbutton.TextWrapped = true
  877.  
  878. destroyadminslots.Name = "destroyadminslots"
  879. destroyadminslots.Parent = Destruction_Frame
  880. destroyadminslots.BackgroundColor3 = Color3.new(0.376471, 0.815686, 1)
  881. destroyadminslots.BorderColor3 = Color3.new(0.321569, 0.741176, 1)
  882. destroyadminslots.BorderSizePixel = 3
  883. destroyadminslots.Position = UDim2.new(176.000031, 0, 223.799072, 0)
  884. destroyadminslots.Size = UDim2.new(0, 152, 0, 34)
  885. destroyadminslots.Font = Enum.Font.Antique
  886. destroyadminslots.Text = "Destroy Admin Slots"
  887. destroyadminslots.TextColor3 = Color3.new(1, 1, 1)
  888. destroyadminslots.TextSize = 22
  889. destroyadminslots.TextWrapped = true
  890.  
  891. destroysounds.Name = "destroysounds"
  892. destroysounds.Parent = Destruction_Frame
  893. destroysounds.BackgroundColor3 = Color3.new(0.376471, 0.815686, 1)
  894. destroysounds.BorderColor3 = Color3.new(0.321569, 0.741176, 1)
  895. destroysounds.BorderSizePixel = 3
  896. destroysounds.Position = UDim2.new(11, 0, 270.983521, 0)
  897. destroysounds.Size = UDim2.new(0, 152, 0, 34)
  898. destroysounds.Font = Enum.Font.Antique
  899. destroysounds.Text = "Destroy All Sounds"
  900. destroysounds.TextColor3 = Color3.new(1, 1, 1)
  901. destroysounds.TextSize = 22
  902. destroysounds.TextWrapped = true
  903.  
  904. destroyjails.Name = "destroyjails"
  905. destroyjails.Parent = Destruction_Frame
  906. destroyjails.BackgroundColor3 = Color3.new(0.376471, 0.815686, 1)
  907. destroyjails.BorderColor3 = Color3.new(0.321569, 0.741176, 1)
  908. destroyjails.BorderSizePixel = 3
  909. destroyjails.Position = UDim2.new(176.000031, 0, 270.983521, 0)
  910. destroyjails.Size = UDim2.new(0, 152, 0, 34)
  911. destroyjails.Font = Enum.Font.Antique
  912. destroyjails.Text = "Destroy Jails"
  913. destroyjails.TextColor3 = Color3.new(1, 1, 1)
  914. destroyjails.TextSize = 22
  915. destroyjails.TextWrapped = true
  916.  
  917. destroyallplrparts.Name = "destroyallplrparts"
  918. destroyallplrparts.Parent = Destruction_Frame
  919. destroyallplrparts.BackgroundColor3 = Color3.new(0.376471, 0.815686, 1)
  920. destroyallplrparts.BorderColor3 = Color3.new(0.321569, 0.741176, 1)
  921. destroyallplrparts.BorderSizePixel = 3
  922. destroyallplrparts.Position = UDim2.new(94.0000305, 0, 314.638916, 0)
  923. destroyallplrparts.Size = UDim2.new(0, 152, 0, 34)
  924. destroyallplrparts.Font = Enum.Font.Antique
  925. destroyallplrparts.Text = "Destroy All Blocks (All things built by players)"
  926. destroyallplrparts.TextColor3 = Color3.new(1, 1, 1)
  927. destroyallplrparts.TextScaled = true
  928. destroyallplrparts.TextSize = 22
  929. destroyallplrparts.TextWrapped = true
  930.  
  931. Open.Name = "Open"
  932. Open.Parent = KohlsUI
  933. Open.BackgroundColor3 = Color3.new(0.376471, 0.815686, 1)
  934. Open.BorderColor3 = Color3.new(0.321569, 0.741176, 1)
  935. Open.BorderSizePixel = 3
  936. Open.Position = UDim2.new(0.00755191967, 0, 0.533880889, 0)
  937. Open.Size = UDim2.new(0, 108, 0, 40)
  938. Open.Visible = false
  939. Open.Font = Enum.Font.Antique
  940. Open.Text = "Open"
  941. Open.TextColor3 = Color3.new(1, 1, 1)
  942. Open.TextSize = 29
  943. Open.TextWrapped = true
  944. -- Scripts:
  945. Abuse.MouseButton1Down:connect(function()
  946. if HomeWarn.Visible == true then
  947. Abuse_Frame.Visible = true
  948. HomeWarn.Visible = false
  949. elseif Teleports_Frame.Visible == true then
  950. Abuse_Frame.Visible = true
  951. Teleports_Frame.Visible = false
  952. elseif Functions_Frame.Visible == true then
  953. Abuse_Frame.Visible = true
  954. Functions_Frame.Visible = false
  955. elseif Destruction_Frame.Visible == true then
  956. Abuse_Frame.Visible = true
  957. Destruction_Frame.Visible = false
  958. end
  959. end)
  960.  
  961. Destruction.MouseButton1Down:connect(function()
  962. if HomeWarn.Visible == true then
  963. Destruction_Frame.Visible = true
  964. HomeWarn.Visible = false
  965. elseif Teleports_Frame.Visible == true then
  966. Destruction_Frame.Visible = true
  967. Teleports_Frame.Visible = false
  968. elseif Functions_Frame.Visible == true then
  969. Destruction_Frame.Visible = true
  970. Functions_Frame.Visible = false
  971. elseif Abuse_Frame.Visible == true then
  972. Destruction_Frame.Visible = true
  973. Abuse_Frame.Visible = false
  974. end
  975. end)
  976. --[[ Why the fuck are you looking here? If your editing the script and using it for your own credit me or I'll rape you. -Pnyx ]]--
  977. Teleports.MouseButton1Down:connect(function()
  978. if HomeWarn.Visible == true then
  979. HomeWarn.Visible = false
  980. Teleports_Frame.Visible = true
  981. elseif Abuse_Frame.Visible == true then
  982. Abuse_Frame.Visible = false
  983. Teleports_Frame.Visible = true
  984. elseif Functions_Frame.Visible == true then
  985. Functions_Frame.Visible = false
  986. Teleports_Frame.Visible = true
  987. elseif Destruction_Frame.Visible == true then
  988. Destruction_Frame.Visible = false
  989. Teleports_Frame.Visible = true
  990. end
  991. end)
  992.  
  993. Functions.MouseButton1Down:connect(function()
  994. if HomeWarn.Visible == true then
  995. HomeWarn.Visible = false
  996. Functions_Frame.Visible = true
  997. elseif Abuse_Frame.Visible == true then
  998. Abuse_Frame.Visible = false
  999. Functions_Frame.Visible = true
  1000. elseif Teleports_Frame.Visible == true then
  1001. Teleports_Frame.Visible = false
  1002. Functions_Frame.Visible = true
  1003. elseif Destruction_Frame.Visible == true then
  1004. Destruction_Frame.Visible = false
  1005. Functions_Frame.Visible = true
  1006. Destruction_Frame.Visible = false
  1007. end
  1008. end)
  1009. --Navigation
  1010. function GetPlayer(String) -- Credit to Timeless/xFunnieuss
  1011. local Found = {}
  1012. local strl = String:lower()
  1013. if strl == "all" then
  1014. for i,v in pairs(game.Players:GetPlayers()) do
  1015. table.insert(Found,v)
  1016. end
  1017. elseif strl == "others" then
  1018. for i,v in pairs(game.Players:GetPlayers()) do
  1019. if v.Name ~= game.Players.LocalPlayer.Name then
  1020. table.insert(Found,v)
  1021. end
  1022. end
  1023. else
  1024. for i,v in pairs(game.Players:GetPlayers()) do
  1025. if v.Name:lower():sub(1, #String) == String:lower() then
  1026. table.insert(Found,v)
  1027. end
  1028. end
  1029. end
  1030. return Found
  1031. end
  1032. --[[ Why the fuck are you looking here? If your editing the script and using it for your own credit me or I'll rape you. -Pnyx ]]--
  1033.  
  1034. Main.Active = true
  1035. Main.Draggable = true
  1036.  
  1037. CloseButton.MouseButton1Down:connect(function()
  1038. if Main.Visible == true then
  1039. if Open.Visible == false then
  1040. Main.Visible = false
  1041. Open.Visible = true
  1042. end
  1043. end
  1044. end)
  1045.  
  1046. Open.MouseButton1Down:connect(function()
  1047. if Main.Visible == false then
  1048. if Open.Visible == true then
  1049. Main.Visible = true
  1050. Open.Visible = false
  1051. end
  1052. end
  1053. end)
  1054.  
  1055.  
  1056. TPReset.MouseButton1Down:connect(function()
  1057. game.workspace.Terrain.GameFolder.Admin.Regen.CanCollide = false
  1058. game.workspace.Terrain.GameFolder.Admin.Regen.Position = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  1059. end)
  1060.  
  1061. Protect.MouseButton1Down:connect(function()
  1062. if ProtectLabel.Text == "True" then
  1063. _G.Protected = true
  1064. ProtectLabel.Text = "False"
  1065. else
  1066. _G.Protected = true
  1067. ProtectLabel.Text = "True"
  1068. end
  1069. end)
  1070. --[[ Why the fuck are you looking here? If your editing the script and using it for your own credit me or I'll rape you. -Pnyx ]]--
  1071. GetAdmin.MouseButton1Down:connect(function()
  1072. if _G.Protected == true or ProtectLabel.Text == "True" then
  1073. for i=1,2 do
  1074. wait()
  1075. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-12.6811085, 8.62999916, 94.2793655))
  1076. wait()
  1077. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-16.6822491, 8.62009811, 94.2510757))
  1078. wait()
  1079. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-20.6922798, 8.62999916, 94.057785))
  1080. wait()
  1081. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-25.2887306, 8.62791443, 94.2289276))
  1082. wait()
  1083. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-28.5159836, 8.62999916, 94.4296722))
  1084. wait()
  1085. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-32.4557953, 8.62999916, 94.4649429))
  1086. wait()
  1087. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-36.694622, 8.62999916, 94.9627762))
  1088. wait()
  1089. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-41.0636101, 8.62999916, 94.1970444))
  1090. wait()
  1091. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-45.0423775, 8.62999916, 93.9000854))
  1092. wait()
  1093. end
  1094. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-7.05252457, 8.22999954, 93.9055252))
  1095. wait(0.30)
  1096. game:GetService'Players':Chat(":sit me")
  1097. wait()
  1098. game:GetService'Players':Chat(":jail me")
  1099. wait(1)
  1100. game:GetService'Players':Chat(":unsit me")
  1101. wait(.30)
  1102. for i=1,4 do
  1103. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-6.61637306, 8.22999954, 84.3578262))
  1104. end
  1105. elseif _G.Protected == false or ProtectLabel.Text == "False" then
  1106. --[[ Why the fuck are you looking here? If your editing the script and using it for your own credit me or I'll rape you. -Pnyx ]]--
  1107. --Not protect--
  1108. wait()
  1109. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-12.6811085, 8.62999916, 94.2793655))
  1110. wait()
  1111. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-16.6822491, 8.62009811, 94.2510757))
  1112. wait()
  1113. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-20.6922798, 8.62999916, 94.057785))
  1114. wait()
  1115. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-25.2887306, 8.62791443, 94.2289276))
  1116. wait()
  1117. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-28.5159836, 8.62999916, 94.4296722))
  1118. wait()
  1119. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-32.4557953, 8.62999916, 94.4649429))
  1120. wait()
  1121. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-36.694622, 8.62999916, 94.9627762))
  1122. wait()
  1123. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-41.0636101, 8.62999916, 94.1970444))
  1124. wait()
  1125. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-45.0423775, 8.62999916, 93.9000854))
  1126. wait()
  1127. end
  1128. end)
  1129.  
  1130. LoopCmd.MouseButton1Down:connect(function()
  1131. --[[ Why the fuck are you looking here? If your editing the script and using it for your own credit me or I'll rape you. -Pnyx ]]--
  1132. _G.Running = true
  1133. LoopCmd.Visible = false
  1134. StopLoopCmd.Visible = true
  1135. while _G.Running == true do wait()
  1136. game:GetService'Players':Chat((tostring(CommandLoopBox.Text)))
  1137. end
  1138. end)
  1139.  
  1140. StopLoopCmd.MouseButton1Down:connect(function()
  1141. LoopCmd.Visible = true
  1142. StopLoopCmd.Visible = false
  1143. _G.Running = false
  1144. end)
  1145.  
  1146. FinishObby.MouseButton1Down:connect(function()
  1147. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-41.2672195, 3.68953586, 34.2517052))
  1148. end)
  1149.  
  1150. TPSpawn.MouseButton1Down:connect(function()
  1151. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-41.7809067, 3.69189405, -23.419302))
  1152. end)
  1153.  
  1154. FinishObby.MouseButton1Down:connect(function()
  1155. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-41.2672195, 3.68953586, 34.2517052))
  1156. end)
  1157.  
  1158. TPInsideHouse.MouseButton1Down:connect(function()
  1159. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-28.3604622, 8.22999954, 69.9716721))
  1160. end)
  1161.  
  1162. TPResetButton.MouseButton1Down:connect(function()
  1163. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-7.00108433, 8.62999344, 94.7342911))
  1164. end)
  1165.  
  1166. TPBuildingBlocks.MouseButton1Down:connect(function()
  1167. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-84.2184067, 3.70000005, -1.46384132))
  1168. end)
  1169.  
  1170. TPTopOfHouse.MouseButton1Down:connect(function()
  1171. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-30.1182251, 41.8300018, 72.7351761))
  1172. end)
  1173.  
  1174. TPToPlayer.MouseButton1Down:connect(function()
  1175. for i,v in pairs(GetPlayer(PlrName.Text))do
  1176. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players[v.Name].Character.HumanoidRootPart.CFrame
  1177. end
  1178. end)
  1179.  
  1180. KickPlayer.MouseButton1Down:connect(function()
  1181. for i,v in pairs(GetPlayer(PlrNameBK.Text))do
  1182. if whitelist[v.Name] then
  1183. wait()
  1184. else
  1185. game.Players.LocalPlayer.Backpack.Delete.delete:FireServer(game.Players[v.Name])
  1186. end
  1187. end
  1188. end)
  1189.  
  1190. local Banned = {}
  1191.  
  1192. BanPlayer.MouseButton1Down:connect(function()
  1193. for i,v in pairs(GetPlayer(PlrNameBK.Text))do
  1194. if whitelist[v.Name] then
  1195. wait()
  1196. else
  1197. print("Credits go to builderboy256 for the ban script.")
  1198. local target = GetPlayer(PlrNameBK.Text)
  1199. if target then
  1200. table.insert(Banned,target.Name)
  1201. wait(0.5)
  1202. game.Players.LocalPlayer.Backpack.Delete.delete:FireServer(game.Players[v.Name])
  1203. end
  1204. end
  1205. end
  1206. end)
  1207. --[[ Why the fuck are you looking here? If your editing the script and using it for your own credit me or I'll rape you. -Pnyx ]]--
  1208. game.Players.PlayerAdded:connect(function(plr)
  1209. for i,v in pairs(GetPlayer(PlrNameBK.Text))do
  1210. for i = 1,#Banned do
  1211. if Banned[i] == (tostring(plr.Name)) then
  1212. game.Players.LocalPlayer.Backpack.Delete.delete:FireServer(game.Players[v.Name])
  1213. end
  1214. end
  1215. end
  1216. end)
  1217.  
  1218. ServerLock.MouseButton1Down:connect(function()
  1219. print("Credits to Timeless for the Serverlock Script.")
  1220. _G.Lock = true
  1221. ServerLock.Visible = false
  1222. UnServerLock.Visible = true
  1223. end)
  1224.  
  1225. UnServerLock.MouseButton1Down:connect(function()
  1226. _G.Lock = false
  1227. ServerLock.Visible = true
  1228. UnServerLock.Visible = false
  1229. end)
  1230.  
  1231. game.Players.PlayerAdded:connect(function(plr)
  1232. if whitelist[plr.Name] then
  1233. wait()
  1234. else
  1235. if _G.Lock == true then
  1236. game.Players.LocalPlayer.Backpack.Delete.delete:FireServer(plr)
  1237. elseif _G.Lock == false then
  1238. end
  1239. end
  1240. end)
  1241. --[[ Why the fuck are you looking here? If your editing the script and using it for your own credit me or I'll rape you. -Pnyx ]]--
  1242. Unblindable.MouseButton1Down:connect(function()
  1243. while true do wait()
  1244. game.Players.LocalPlayer.PlayerGui:WaitForChild("EFFECTGUIBLIND")
  1245. game.Players.LocalPlayer.PlayerGui.EFFECTGUIBLIND:Destroy()
  1246. end
  1247. end)
  1248.  
  1249. ResetGravity.MouseButton1Down:connect(function()
  1250. game.Workspace.Gravity = 196.2
  1251. end)
  1252.  
  1253. destroyeverything.MouseButton1Down:connect(function()
  1254. game.Players.LocalPlayer.Backpack.Delete.delete:FireServer(game.Workspace.Terrain.GameFolder)
  1255. end)
  1256.  
  1257. destroysounds.MouseButton1Down:connect(function()
  1258. game.Workspace.Terrain.GameFolder.Folder:WaitForChild("Sound")
  1259. game.Workspace.Terrain.GameFolder.Folder.Sound:Destroy()
  1260. end)
  1261.  
  1262. destroyhouse.MouseButton1Down:connect(function()
  1263. game.Players.LocalPlayer.Backpack.Delete.delete:FireServer(game.Workspace.Terrain.GameFolder.Workspace:FindFirstChild("Basic House"))
  1264. end)
  1265.  
  1266. destroybaseplate.MouseButton1Down:connect(function()
  1267. game.Players.LocalPlayer.Backpack.Delete.delete:FireServer(game.Workspace.Terrain.GameFolder.Workspace.Baseplate)
  1268. end)
  1269.  
  1270. destroyadminslots.MouseButton1Down:connect(function()
  1271. game.Players.LocalPlayer.Backpack.Delete.delete:FireServer(game.Workspace.Terrain.GameFolder.Workspace:FindFirstChild("Admin Dividers"))
  1272. game.Players.LocalPlayer.Backpack.Delete.delete:FireServer(game.Workspace.Terrain.GameFolder.Admin:FindFirstChild("Pads"))
  1273. end)
  1274.  
  1275. destroybuildingblox.MouseButton1Down:connect(function()
  1276. game.Players.LocalPlayer.Backpack.Delete.delete:FireServer(game.Workspace.Terrain.GameFolder.Workspace:FindFirstChild("Obby Box"))
  1277. game.Players.LocalPlayer.Backpack.Delete.delete:FireServer(game.Workspace.Terrain.GameFolder.Workspace:FindFirstChild("Obby"))
  1278. end)
  1279.  
  1280. destroyobby.MouseButton1Down:connect(function()
  1281. game.Players.LocalPlayer.Backpack.Delete.delete:FireServer(game.Workspace.Terrain.GameFolder.Workspace:FindFirstChild("Obby Box"))
  1282. game.Players.LocalPlayer.Backpack.Delete.delete:FireServer(game.Workspace.Terrain.GameFolder.Workspace:FindFirstChild("Obby"))
  1283. end)
  1284. --[[ Why the fuck are you looking here? If your editing the script and using it for your own credit me or I'll rape you. -Pnyx ]]--
  1285. destroyjails.MouseButton1Down:connect(function()
  1286. if game:GetService("Players").LocalPlayer.Backpack.Delete then
  1287. for i,players in pairs(game.Players:GetChildren()) do
  1288. for i,v in pairs(game.Workspace.Terrain.GameFolder.Folder:GetChildren()) do
  1289. if v:IsA("Model") then
  1290. for i = 1,6 do
  1291. game:GetService("Players").LocalPlayer.Backpack.Delete.delete:FireServer(v)
  1292. end
  1293. end
  1294. end
  1295. end
  1296. else
  1297. wait()
  1298. return
  1299. end
  1300. end)
  1301.  
  1302. destroyresetbutton.MouseButton1Down:connect(function()
  1303. game.Players.LocalPlayer.Backpack.Delete.delete:FireServer(game.Workspace.Terrain.GameFolder.Admin.Regen)
  1304. end)
  1305.  
  1306. destroyallplrparts.MouseButton1Down:connect(function()
  1307. if game:GetService("Players").LocalPlayer.Backpack.Delete then
  1308. for i,players in pairs(game.Players:GetChildren()) do
  1309. for i,v in pairs(game.Workspace.Terrain.GameFolder.Workspace:GetChildren()) do
  1310. if v:IsA("Part") then
  1311. for i = 1,600 do
  1312. game:GetService("Players").LocalPlayer.Backpack.Delete.delete:FireServer(v)
  1313. end
  1314. end
  1315. end
  1316. end
  1317. else
  1318. wait()
  1319. return
  1320. end
  1321. end)
  1322. --[[ Why the fuck are you looking here? If your editing the script and using it for your own credit me or I'll rape you. -Pnyx ]]--
  1323. NoclipFunc.MouseButton1Down:connect(function()
  1324. print("Credits to RelentlessRaptor on V3rmillion and RelentlessRaptor#5709 on discord.")
  1325. --Made by !!!RelentlessRaptor#5709 on discord.
  1326. --Press E to enable / disable
  1327.  
  1328. enabled = false
  1329. function onKeyPress(actionName, userInputState, inputObject)
  1330. if userInputState == Enum.UserInputState.Begin then
  1331. if enabled == true then
  1332. enabled = false
  1333. else
  1334. enabled = true
  1335. end
  1336. end
  1337. end
  1338. game.ContextActionService:BindAction("keyPress", onKeyPress, false, Enum.KeyCode.E)
  1339.  
  1340. game:GetService('Players').LocalPlayer.Character.Torso.Touched:connect(function(t)
  1341. if enabled == true then
  1342. if t.CanCollide == true then
  1343. t.CanCollide = false
  1344. end
  1345. end
  1346. end)
  1347. game:GetService('Players').LocalPlayer.Character.Torso.TouchEnded:connect(function(t)
  1348. if enabled == true then
  1349. if t.CanCollide == false then
  1350. t.CanCollide = true
  1351. end
  1352. end
  1353.  
  1354. end)
  1355. end)
  1356.  
  1357. FlyFunc.MouseButton1Down:connect(function()
  1358. print("Credits to DIY NATION on V3rmillion.")
  1359. repeat wait()
  1360. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  1361. local mouse = game.Players.LocalPlayer:GetMouse()
  1362. repeat wait() until mouse
  1363. local plr = game.Players.LocalPlayer
  1364. local torso = plr.Character.Torso
  1365. local flying = true
  1366. local deb = true
  1367. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  1368. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1369. local maxspeed = 50
  1370. local speed = 0
  1371. --[[ Why the fuck are you looking here? If your editing the script and using it for your own credit me or I'll rape you. -Pnyx ]]--
  1372. function Fly()
  1373. local bg = Instance.new("BodyGyro", torso)
  1374. bg.P = 9e4
  1375. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1376. bg.cframe = torso.CFrame
  1377. local bv = Instance.new("BodyVelocity", torso)
  1378. bv.velocity = Vector3.new(0,0.1,0)
  1379. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1380. repeat wait()
  1381. plr.Character.Humanoid.PlatformStand = true
  1382. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  1383. speed = speed+.5+(speed/maxspeed)
  1384. if speed > maxspeed then
  1385. speed = maxspeed
  1386. end
  1387. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  1388. speed = speed-1
  1389. if speed < 0 then
  1390. speed = 0
  1391. end
  1392. end
  1393. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  1394. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  1395. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  1396. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  1397. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  1398. else
  1399. bv.velocity = Vector3.new(0,0.1,0)
  1400. end
  1401. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  1402. until not flying
  1403. ctrl = {f = 0, b = 0, l = 0, r = 0}
  1404. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1405. speed = 0
  1406. bg:Destroy()
  1407. bv:Destroy()
  1408. plr.Character.Humanoid.PlatformStand = false
  1409. end
  1410. mouse.KeyDown:connect(function(key)
  1411. if key:lower() == "q" then
  1412. if flying then flying = false
  1413. else
  1414. flying = true
  1415. Fly()
  1416. end
  1417. elseif key:lower() == "w" then
  1418. ctrl.f = 1
  1419. elseif key:lower() == "s" then
  1420. ctrl.b = -1
  1421. elseif key:lower() == "a" then
  1422. ctrl.l = -1
  1423. elseif key:lower() == "d" then
  1424. ctrl.r = 1
  1425. end
  1426. end)
  1427. mouse.KeyUp:connect(function(key)
  1428. if key:lower() == "w" then
  1429. ctrl.f = 0
  1430. elseif key:lower() == "s" then
  1431. ctrl.b = 0
  1432. elseif key:lower() == "a" then
  1433. ctrl.l = 0
  1434. elseif key:lower() == "d" then
  1435. ctrl.r = 0
  1436. end
  1437. end)
  1438. Fly()
  1439. end)
  1440. --[[ Why the fuck are you looking here? If your editing the script and using it for your own credit me or I'll rape you. -Pnyx ]]--
  1441. _G.dontdel = true
  1442. SSSpoint.MouseButton1Down:connect(function()
  1443. if _G.dontdel == true then
  1444. game.Players.LocalPlayer.Backpack.Delete.delete:FireServer(game.workspace.Terrain.GameFolder.Workspace:FindFirstChild("Spawn"))
  1445. wait(0.35)
  1446. game.Players.LocalPlayer.Backpack.Delete.delete:FireServer(game.workspace.Terrain.GameFolder.Workspace:FindFirstChild("Spawn"))
  1447. wait(0.35)
  1448. local A_1 = game.Workspace.Terrain.GameFolder.Workspace.Spawn
  1449. local A_2 = CFrame.new(game.Players.LocalPlayer.Character["Left Leg"].Position)
  1450. local Event = game.Players.LocalPlayer.Backpack.Move.setPos
  1451. Event:FireServer(A_1, A_2)
  1452. _G.dontdel = false
  1453. elseif _G.dontdel == false then
  1454. if game.Players.LocalPlayer.Backpack.Move.setPos then
  1455. local A_1 = game.Workspace.Terrain.GameFolder.Workspace.Spawn
  1456. local A_2 = CFrame.new(game.Players.LocalPlayer.Character["Left Leg"].Position)
  1457. local Event = game.Players.LocalPlayer.Backpack.Move.setPos
  1458. Event:FireServer(A_1, A_2)
  1459. end
  1460. end
  1461. end)
  1462.  
  1463. _G.BtoolsCheck = true
  1464. while _G.BtoolsCheck == true do wait(5)
  1465. if not game:GetService("Players").LocalPlayer.Backpack:FindFirstChild("Delete") then
  1466. game:GetService'Players':Chat(":btools me")
  1467. end
  1468. end
  1469.  
  1470. SpoofCmd.MouseButton1Down:connect(function()
  1471. game.Players:Chat(tostring(CommandSpoofBox.Text))
  1472. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement