Advertisement
Im_Meme

Pynx's Kohl's Admin House (i dunno why it crashes)

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