Advertisement
pnyx

Untitled

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