xxxmoontacion

Ultimate FE GUI By Moon#8022

Mar 12th, 2019
1,812
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 390.81 KB | None | 0 0
  1. local UltimateFEGUI = Instance.new("ScreenGui")
  2. local OpenFrame = Instance.new("Frame")
  3. local Open = Instance.new("TextButton")
  4. local Main = Instance.new("Frame")
  5. local BeautyA = Instance.new("Frame")
  6. local Title = Instance.new("TextLabel")
  7. local BeautyB = Instance.new("Frame")
  8. local Credits = Instance.new("TextLabel")
  9. local TextButton = Instance.new("TextButton")
  10. local InfYield = Instance.new("TextButton")
  11. local koala = Instance.new("TextButton")
  12. local sausage = Instance.new("TextButton")
  13. local fence = Instance.new("TextButton")
  14. local simon = Instance.new("TextButton")
  15. local fizze = Instance.new("TextButton")
  16. local pizza = Instance.new("TextButton")
  17. local Shattervast = Instance.new("TextButton")
  18. local Close = Instance.new("TextButton")
  19. --Properties:
  20. UltimateFEGUI.Name = "Ultimate FE GUI"
  21. UltimateFEGUI.Parent = game.CoreGui
  22. UltimateFEGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  23. UltimateFEGUI.ResetOnSpawn = false
  24.  
  25. OpenFrame.Name = "OpenFrame"
  26. OpenFrame.Parent = UltimateFEGUI
  27. OpenFrame.BackgroundColor3 = Color3.new(0.301961, 1, 0.0901961)
  28. OpenFrame.Position = UDim2.new(0, 0, 0.466555178, 0)
  29. OpenFrame.Size = UDim2.new(0, 86, 0, 39)
  30. OpenFrame.Style = Enum.FrameStyle.RobloxRound
  31.  
  32. Open.Name = "Open"
  33. Open.Parent = OpenFrame
  34. Open.BackgroundColor3 = Color3.new(0.301961, 1, 0.0901961)
  35. Open.BorderColor3 = Color3.new(0.180392, 0.470588, 0.117647)
  36. Open.Position = UDim2.new(-0.107879147, 0, -0.373455346, 0)
  37. Open.Size = UDim2.new(0, 86, 0, 39)
  38. Open.Style = Enum.ButtonStyle.RobloxRoundButton
  39. Open.Font = Enum.Font.GothamBold
  40. Open.Text = "Open"
  41. Open.TextColor3 = Color3.new(0, 0, 0)
  42. Open.TextSize = 30
  43. Open.MouseButton1Down:connect(function()
  44. Main.Visible = true
  45. OpenFrame.Visible = false
  46. end)
  47.  
  48. Main.Name = "Main"
  49. Main.Parent = UltimateFEGUI
  50. Main.Active = true
  51. Main.BackgroundColor3 = Color3.new(0.184314, 1, 0.976471)
  52. Main.Position = UDim2.new(0.180778027, 0, 0.214046821, 0)
  53. Main.Size = UDim2.new(0, 558, 0, 339)
  54. Main.Visible = false
  55. Main.Style = Enum.FrameStyle.RobloxRound
  56. Main.Draggable = true
  57.  
  58. BeautyA.Name = "BeautyA"
  59. BeautyA.Parent = Main
  60. BeautyA.BackgroundColor3 = Color3.new(0.0509804, 0.0509804, 0.0509804)
  61. BeautyA.Position = UDim2.new(0.116487458, 0, 0, 0)
  62. BeautyA.Size = UDim2.new(0, 415, 0, 40)
  63. BeautyA.Style = Enum.FrameStyle.RobloxRound
  64.  
  65. Title.Name = "Title"
  66. Title.Parent = BeautyA
  67. Title.BackgroundColor3 = Color3.new(0.0509804, 0.0509804, 0.0509804)
  68. Title.BackgroundTransparency = 0.20000000298023
  69. Title.Position = UDim2.new(-0.0216867477, 0, -0.375, 0)
  70. Title.Size = UDim2.new(0, 415, 0, 40)
  71. Title.Font = Enum.Font.SourceSans
  72. Title.Text = "Ultimate FE GUI"
  73. Title.TextColor3 = Color3.new(0.0627451, 0.811765, 0.85098)
  74. Title.TextSize = 50
  75.  
  76. BeautyB.Name = "BeautyB"
  77. BeautyB.Parent = Main
  78. BeautyB.BackgroundColor3 = Color3.new(0.0509804, 0.0509804, 0.0509804)
  79. BeautyB.Position = UDim2.new(-0.0145303048, 0, 0.902296841, 0)
  80. BeautyB.Size = UDim2.new(0, 556, 0, 39)
  81.  
  82. Credits.Name = "Credits"
  83. Credits.Parent = BeautyB
  84. Credits.BackgroundColor3 = Color3.new(0.0509804, 0.0509804, 0.0509804)
  85. Credits.Size = UDim2.new(0, 557, 0, 49)
  86. Credits.Font = Enum.Font.SciFi
  87. Credits.Text = "Credits: Moon#8022 for the UI [Script credits goes to their rightful owners]"
  88. Credits.TextColor3 = Color3.new(0.0627451, 0.811765, 0.85098)
  89. Credits.TextSize = 18
  90.  
  91. TextButton.Parent = Main
  92. TextButton.BackgroundColor3 = Color3.new(0.180392, 0.866667, 1)
  93. TextButton.Position = UDim2.new(0.666666687, 0, 0.660766959, 0)
  94. TextButton.Size = UDim2.new(0, 145, 0, 50)
  95. TextButton.Font = Enum.Font.GothamBlack
  96. TextButton.Text = "Sword Fight Tournament"
  97. TextButton.TextColor3 = Color3.new(0, 0, 0)
  98. TextButton.TextSize = 12
  99.  
  100. InfYield.Name = "InfYield"
  101. InfYield.Parent = Main
  102. InfYield.BackgroundColor3 = Color3.new(0.180392, 0.866667, 1)
  103. InfYield.Position = UDim2.new(0.365591377, 0, 0.188790575, 0)
  104. InfYield.Size = UDim2.new(0, 145, 0, 50)
  105. InfYield.Font = Enum.Font.GothamBlack
  106. InfYield.Text = "FE Infinite Yield"
  107. InfYield.TextColor3 = Color3.new(0, 0, 0)
  108. InfYield.TextSize = 18
  109. InfYield.MouseButton1Down:connect(function()
  110. ver = '1.9.2'
  111.  
  112. repeat wait() until game:FindFirstChildOfClass("Players")
  113. Players = game:GetService("Players")
  114. repeat wait() until Players.LocalPlayer:FindFirstChildOfClass("PlayerGui")
  115.  
  116. local Holder = Instance.new("Frame")
  117. local Title = Instance.new("TextLabel")
  118. local Dark = Instance.new("Frame")
  119. local Cmdbar = Instance.new("TextBox")
  120. local Dark_2 = Instance.new("Frame")
  121. local CMDsF = Instance.new("ScrollingFrame")
  122. local SettingsButton = Instance.new("ImageButton")
  123. local Settings = Instance.new("Frame")
  124. local Prefix = Instance.new("TextLabel")
  125. local PrefixBox = Instance.new("TextBox")
  126. local Keybinds = Instance.new("TextLabel")
  127. local Select = Instance.new("TextButton")
  128. local StayOpen = Instance.new("TextLabel")
  129. local Button = Instance.new("Frame")
  130. local On = Instance.new("TextButton")
  131. local Positions = Instance.new("TextLabel")
  132. local Select_8 = Instance.new("TextButton")
  133. local Color = Instance.new("TextLabel")
  134. local Select_2 = Instance.new("TextButton")
  135. local Plugins = Instance.new("TextLabel")
  136. local Select_9 = Instance.new("TextButton")
  137. local Example = Instance.new("TextButton")
  138. local Notification = Instance.new("Frame")
  139. local Dark_3 = Instance.new("Frame")
  140. local Title_2 = Instance.new("TextLabel")
  141. local Text_2 = Instance.new("TextLabel")
  142. local CloseButton = Instance.new("ImageButton")
  143. local IntroBackground = Instance.new("Frame")
  144. local Logo = Instance.new("ImageLabel")
  145. local Credits = Instance.new("TextBox")
  146. local KeybindsFrame = Instance.new("Frame")
  147. local Close = Instance.new("TextButton")
  148. local Add = Instance.new("TextButton")
  149. local Delete = Instance.new("TextButton")
  150. local Holder_2 = Instance.new("ScrollingFrame")
  151. local Example_2 = Instance.new("Frame")
  152. local Text_3 = Instance.new("TextLabel")
  153. local Delete_2 = Instance.new("TextButton")
  154. local KeybindEditor = Instance.new("Frame")
  155. local background_2 = Instance.new("Frame")
  156. local Dark_4 = Instance.new("Frame")
  157. local Directions = Instance.new("TextLabel")
  158. local BindTo = Instance.new("TextButton")
  159. local Add_2 = Instance.new("TextButton")
  160. local Cmdbar_2 = Instance.new("TextBox")
  161. local Toggles = Instance.new("ScrollingFrame")
  162. local Fly = Instance.new("TextLabel")
  163. local Select_3 = Instance.new("TextButton")
  164. local Noclip = Instance.new("TextLabel")
  165. local Select_4 = Instance.new("TextButton")
  166. local Float = Instance.new("TextLabel")
  167. local Select_5 = Instance.new("TextButton")
  168. local ClickTP = Instance.new("TextLabel")
  169. local Select_6 = Instance.new("TextButton")
  170. local Dark_7 = Instance.new("Frame")
  171. local shadow_2 = Instance.new("Frame")
  172. local PopupText_2 = Instance.new("TextLabel")
  173. local Exit_2 = Instance.new("ImageButton")
  174. local PositionsFrame = Instance.new("Frame")
  175. local Close_3 = Instance.new("TextButton")
  176. local Delete_5 = Instance.new("TextButton")
  177. local Holder_4 = Instance.new("ScrollingFrame")
  178. local Example_4 = Instance.new("Frame")
  179. local Text_5 = Instance.new("TextLabel")
  180. local Delete_6 = Instance.new("TextButton")
  181. local TP = Instance.new("TextButton")
  182. local AliasesFrame = Instance.new("Frame")
  183. local Close_2 = Instance.new("TextButton")
  184. local Delete_3 = Instance.new("TextButton")
  185. local Holder_3 = Instance.new("ScrollingFrame")
  186. local Example_3 = Instance.new("Frame")
  187. local Text_4 = Instance.new("TextLabel")
  188. local Delete_4 = Instance.new("TextButton")
  189. local Aliases = Instance.new("TextLabel")
  190. local Select_7 = Instance.new("TextButton")
  191. local PluginsFrame = Instance.new("Frame")
  192. local Close_4 = Instance.new("TextButton")
  193. local Add_3 = Instance.new("TextButton")
  194. local Holder_5 = Instance.new("ScrollingFrame")
  195. local Example_5 = Instance.new("Frame")
  196. local Text_6 = Instance.new("TextLabel")
  197. local Delete_7 = Instance.new("TextButton")
  198. local PluginEditor = Instance.new("Frame")
  199. local background_3 = Instance.new("Frame")
  200. local Dark_8 = Instance.new("Frame")
  201. local Dark_9 = Instance.new("Frame")
  202. local Img = Instance.new("ImageButton")
  203. local AddPlugin = Instance.new("TextButton")
  204. local FileName = Instance.new("TextBox")
  205. local About = Instance.new("TextLabel")
  206. local Directions_2 = Instance.new("TextLabel")
  207. local shadow_3 = Instance.new("Frame")
  208. local PopupText_3 = Instance.new("TextLabel")
  209. local Exit_3 = Instance.new("ImageButton")
  210. local logsDrag = Instance.new("Frame")
  211. local shadow = Instance.new("Frame")
  212. local Hide = Instance.new("ImageButton")
  213. local PopupText = Instance.new("TextLabel")
  214. local Exit = Instance.new("ImageButton")
  215. local scroll = Instance.new("ScrollingFrame")
  216. local background = Instance.new("Frame")
  217. local Dark_6 = Instance.new("Frame")
  218. local Clear = Instance.new("TextButton")
  219. local Toggle = Instance.new("TextButton")
  220.  
  221. local PARENT
  222. if game:GetService("CoreGui"):FindFirstChild('RobloxGui') then
  223. PARENT = game:GetService("CoreGui").RobloxGui
  224. else
  225. PARENT = game:GetService("CoreGui")
  226. end
  227.  
  228. function randomString()
  229. local length = math.random(10,20)
  230. local array = {}
  231. for i = 1, length do
  232. array[i] = string.char(math.random(32, 126))
  233. end
  234. return table.concat(array)
  235. end
  236.  
  237. Holder.Name = randomString()
  238. Holder.Parent = PARENT
  239. Holder.Active = true
  240. Holder.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  241. Holder.BackgroundTransparency = 0.20000000298023
  242. Holder.BorderSizePixel = 0
  243. Holder.Position = UDim2.new(1, -250, 1, -220)
  244. Holder.Size = UDim2.new(0, 250, 0, 220)
  245.  
  246. Title.Name = "Title"
  247. Title.Parent = Holder
  248. Title.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  249. Title.BackgroundTransparency = 1
  250. Title.BorderSizePixel = 0
  251. Title.Size = UDim2.new(0, 250, 0, 20)
  252. Title.Font = Enum.Font.SourceSans
  253. Title.TextSize = 20
  254. Title.Text = "Infinite Yield FE"
  255. Title.TextColor3 = Color3.new(1, 1, 1)
  256. Title.TextStrokeTransparency = 0
  257.  
  258. Dark.Name = "Dark"
  259. Dark.Parent = Holder
  260. Dark.Active = true
  261. Dark.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  262. Dark.BorderSizePixel = 0
  263. Dark.Position = UDim2.new(0, 0, 0, 45)
  264. Dark.Size = UDim2.new(0, 250, 0, 175)
  265.  
  266. Cmdbar.Name = "Cmdbar"
  267. Cmdbar.Parent = Holder
  268. Cmdbar.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  269. Cmdbar.BackgroundTransparency = 1
  270. Cmdbar.BorderSizePixel = 0
  271. Cmdbar.Position = UDim2.new(0, 0, 0, 25)
  272. Cmdbar.Size = UDim2.new(0, 250, 0, 20)
  273. Cmdbar.Font = Enum.Font.SourceSans
  274. Cmdbar.FontSize = Enum.FontSize.Size18
  275. Cmdbar.Text = "Command Bar"
  276. Cmdbar.TextColor3 = Color3.new(1, 1, 1)
  277. Cmdbar.TextScaled = true
  278. Cmdbar.TextWrapped = true
  279. Cmdbar.TextStrokeTransparency = 0
  280.  
  281. Dark_2.Name = "Dark"
  282. Dark_2.Parent = Holder
  283. Dark_2.Active = true
  284. Dark_2.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  285. Dark_2.BorderSizePixel = 0
  286. Dark_2.Position = UDim2.new(0, 0, 0, 20)
  287. Dark_2.Size = UDim2.new(0, 250, 0, 5)
  288.  
  289. CMDsF.Name = "CMDs"
  290. CMDsF.Parent = Holder
  291. CMDsF.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  292. CMDsF.BackgroundTransparency = 1
  293. CMDsF.BorderSizePixel = 0
  294. CMDsF.Position = UDim2.new(0, 0, 0, 50)
  295. CMDsF.Size = UDim2.new(0, 250, 0, 170)
  296. CMDsF.BottomImage = "rbxasset://textures/blackBkg_square.png"
  297. CMDsF.CanvasSize = UDim2.new(0, 0, 0, 0)
  298. CMDsF.MidImage = "rbxasset://textures/blackBkg_square.png"
  299. CMDsF.ScrollBarThickness = 8
  300. CMDsF.TopImage = "rbxasset://textures/blackBkg_square.png"
  301.  
  302. SettingsButton.Name = "SettingsButton"
  303. SettingsButton.Parent = Holder
  304. SettingsButton.BackgroundColor3 = Color3.new(1, 1, 1)
  305. SettingsButton.BackgroundTransparency = 1
  306. SettingsButton.Position = UDim2.new(0, 230, 0, 25)
  307. SettingsButton.Size = UDim2.new(0, 20, 0, 20)
  308. SettingsButton.Image = "rbxassetid://1204397029"
  309.  
  310. Settings.Name = "Settings"
  311. Settings.Parent = Holder
  312. Settings.Active = true
  313. Settings.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  314. Settings.BorderSizePixel = 0
  315. Settings.Position = UDim2.new(0, 0, 0, 220)
  316. Settings.Size = UDim2.new(0, 250, 0, 175)
  317.  
  318. Prefix.Name = "Prefix"
  319. Prefix.Parent = Settings
  320. Prefix.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  321. Prefix.BackgroundTransparency = 0.5
  322. Prefix.BorderSizePixel = 0
  323. Prefix.Position = UDim2.new(0, 0, 0, 5)
  324. Prefix.Size = UDim2.new(0, 250, 0, 20)
  325. Prefix.Font = Enum.Font.SourceSans
  326. Prefix.FontSize = Enum.FontSize.Size14
  327. Prefix.Text = " Prefix"
  328. Prefix.TextColor3 = Color3.new(1, 1, 1)
  329. Prefix.TextXAlignment = Enum.TextXAlignment.Left
  330.  
  331. PrefixBox.Name = "PrefixBox"
  332. PrefixBox.Parent = Prefix
  333. PrefixBox.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  334. PrefixBox.BorderSizePixel = 0
  335. PrefixBox.Position = UDim2.new(0, 230, 0, 0)
  336. PrefixBox.Size = UDim2.new(0, 20, 0, 20)
  337. PrefixBox.Font = Enum.Font.SourceSansBold
  338. PrefixBox.FontSize = Enum.FontSize.Size14
  339. PrefixBox.Text = ''
  340. PrefixBox.TextColor3 = Color3.new(0, 0, 0)
  341.  
  342. Keybinds.Name = "Keybinds"
  343. Keybinds.Parent = Settings
  344. Keybinds.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  345. Keybinds.BackgroundTransparency = 0.5
  346. Keybinds.BorderSizePixel = 0
  347. Keybinds.Position = UDim2.new(0, 0, 0, 55)
  348. Keybinds.Size = UDim2.new(0, 250, 0, 20)
  349. Keybinds.Font = Enum.Font.SourceSans
  350. Keybinds.FontSize = Enum.FontSize.Size14
  351. Keybinds.Text = " Keybinds"
  352. Keybinds.TextColor3 = Color3.new(1, 1, 1)
  353. Keybinds.TextXAlignment = Enum.TextXAlignment.Left
  354.  
  355. Select.Name = "Select"
  356. Select.Parent = Keybinds
  357. Select.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  358. Select.BorderSizePixel = 0
  359. Select.Position = UDim2.new(0, 200, 0, 0)
  360. Select.Size = UDim2.new(0, 50, 0, 20)
  361. Select.Font = Enum.Font.SourceSans
  362. Select.FontSize = Enum.FontSize.Size14
  363. Select.Text = "Edit"
  364. Select.TextColor3 = Color3.new(0, 0, 0)
  365.  
  366. Aliases.Name = "Aliases"
  367. Aliases.Parent = Settings
  368. Aliases.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  369. Aliases.BackgroundTransparency = 0.5
  370. Aliases.BorderSizePixel = 0
  371. Aliases.Position = UDim2.new(0, 0, 0, 80)
  372. Aliases.Size = UDim2.new(0, 250, 0, 20)
  373. Aliases.Font = Enum.Font.SourceSans
  374. Aliases.FontSize = Enum.FontSize.Size14
  375. Aliases.Text = " Aliases"
  376. Aliases.TextColor3 = Color3.new(1, 1, 1)
  377. Aliases.TextXAlignment = Enum.TextXAlignment.Left
  378.  
  379. Select_7.Name = "Select"
  380. Select_7.Parent = Aliases
  381. Select_7.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  382. Select_7.BorderSizePixel = 0
  383. Select_7.Position = UDim2.new(0, 200, 0, 0)
  384. Select_7.Size = UDim2.new(0, 50, 0, 20)
  385. Select_7.Font = Enum.Font.SourceSans
  386. Select_7.FontSize = Enum.FontSize.Size14
  387. Select_7.Text = "Edit"
  388. Select_7.TextColor3 = Color3.new(0, 0, 0)
  389.  
  390. StayOpen.Name = "StayOpen"
  391. StayOpen.Parent = Settings
  392. StayOpen.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  393. StayOpen.BackgroundTransparency = 0.5
  394. StayOpen.BorderSizePixel = 0
  395. StayOpen.Position = UDim2.new(0, 0, 0, 30)
  396. StayOpen.Size = UDim2.new(0, 250, 0, 20)
  397. StayOpen.Font = Enum.Font.SourceSans
  398. StayOpen.FontSize = Enum.FontSize.Size14
  399. StayOpen.Text = " Keep Menu Open"
  400. StayOpen.TextColor3 = Color3.new(1, 1, 1)
  401. StayOpen.TextXAlignment = Enum.TextXAlignment.Left
  402.  
  403. Button.Name = "Button"
  404. Button.Parent = StayOpen
  405. Button.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  406. Button.BorderSizePixel = 0
  407. Button.Position = UDim2.new(0, 230, 0, 0)
  408. Button.Size = UDim2.new(0, 20, 0, 20)
  409.  
  410. On.Name = "On"
  411. On.Parent = Button
  412. On.BackgroundColor3 = Color3.new(0.8, 0.8, 0.8)
  413. On.BackgroundTransparency = 1
  414. On.BorderSizePixel = 0
  415. On.Position = UDim2.new(0, 2, 0, 2)
  416. On.Size = UDim2.new(0, 16, 0, 16)
  417. On.Font = Enum.Font.SourceSans
  418. On.FontSize = Enum.FontSize.Size14
  419. On.Text = ""
  420. On.TextColor3 = Color3.new(0, 0, 0)
  421.  
  422. Positions.Name = "Positions"
  423. Positions.Parent = Settings
  424. Positions.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  425. Positions.BackgroundTransparency = 0.5
  426. Positions.BorderSizePixel = 0
  427. Positions.Position = UDim2.new(0, 0, 0, 105)
  428. Positions.Size = UDim2.new(0, 250, 0, 20)
  429. Positions.Font = Enum.Font.SourceSans
  430. Positions.FontSize = Enum.FontSize.Size14
  431. Positions.Text = " Waypoints / Positions"
  432. Positions.TextColor3 = Color3.new(1, 1, 1)
  433. Positions.TextXAlignment = Enum.TextXAlignment.Left
  434.  
  435. Select_8.Name = "Select"
  436. Select_8.Parent = Positions
  437. Select_8.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  438. Select_8.BorderSizePixel = 0
  439. Select_8.Position = UDim2.new(0, 200, 0, 0)
  440. Select_8.Size = UDim2.new(0, 50, 0, 20)
  441. Select_8.Font = Enum.Font.SourceSans
  442. Select_8.FontSize = Enum.FontSize.Size14
  443. Select_8.Text = "Edit / TP"
  444. Select_8.TextColor3 = Color3.new(0, 0, 0)
  445.  
  446. Color.Name = "Color"
  447. Color.Parent = Settings
  448. Color.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  449. Color.BackgroundTransparency = 0.5
  450. Color.BorderSizePixel = 0
  451. Color.Position = UDim2.new(0, 0, 0, 155)
  452. Color.Size = UDim2.new(0, 250, 0, 20)
  453. Color.Font = Enum.Font.SourceSans
  454. Color.FontSize = Enum.FontSize.Size14
  455. Color.Text = " UI Color"
  456. Color.TextColor3 = Color3.new(1, 1, 1)
  457. Color.TextXAlignment = Enum.TextXAlignment.Left
  458.  
  459. Select_2.Name = "Select"
  460. Select_2.Parent = Color
  461. Select_2.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  462. Select_2.BorderSizePixel = 0
  463. Select_2.Position = UDim2.new(0, 200, 0, 0)
  464. Select_2.Size = UDim2.new(0, 50, 0, 20)
  465. Select_2.Font = Enum.Font.SourceSans
  466. Select_2.FontSize = Enum.FontSize.Size14
  467. Select_2.Text = "Change"
  468. Select_2.TextColor3 = Color3.new(0, 0, 0)
  469.  
  470. Plugins.Name = "Plugins"
  471. Plugins.Parent = Settings
  472. Plugins.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  473. Plugins.BackgroundTransparency = 0.5
  474. Plugins.BorderSizePixel = 0
  475. Plugins.Position = UDim2.new(0, 0, 0, 130)
  476. Plugins.Size = UDim2.new(0, 250, 0, 20)
  477. Plugins.Font = Enum.Font.SourceSans
  478. Plugins.FontSize = Enum.FontSize.Size14
  479. Plugins.Text = " Plugins"
  480. Plugins.TextColor3 = Color3.new(1, 1, 1)
  481. Plugins.TextXAlignment = Enum.TextXAlignment.Left
  482.  
  483. Select_9.Name = "Select"
  484. Select_9.Parent = Plugins
  485. Select_9.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  486. Select_9.BorderSizePixel = 0
  487. Select_9.Position = UDim2.new(0, 200, 0, 0)
  488. Select_9.Size = UDim2.new(0, 50, 0, 20)
  489. Select_9.Font = Enum.Font.SourceSans
  490. Select_9.FontSize = Enum.FontSize.Size14
  491. Select_9.Text = "Edit"
  492. Select_9.TextColor3 = Color3.new(0, 0, 0)
  493.  
  494. Example.Name = "Example"
  495. Example.Parent = Holder
  496. Example.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  497. Example.BackgroundTransparency = 1
  498. Example.BorderSizePixel = 0
  499. Example.Size = UDim2.new(0, 190, 0, 20)
  500. Example.Visible = false
  501. Example.Font = Enum.Font.SourceSansBold
  502. Example.FontSize = Enum.FontSize.Size18
  503. Example.Text = "Example"
  504. Example.TextColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  505. Example.TextStrokeTransparency = 0
  506. Example.TextXAlignment = Enum.TextXAlignment.Left
  507.  
  508. Notification.Name = randomString()
  509. Notification.Parent = PARENT
  510. Notification.Active = true
  511. Notification.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  512. Notification.BackgroundTransparency = 0
  513. Notification.BorderSizePixel = 0
  514. Notification.Position = UDim2.new(1, -500, 1, 20)
  515. Notification.Size = UDim2.new(0, 250, 0, 100)
  516.  
  517. Dark_3.Name = "Dark"
  518. Dark_3.Parent = Notification
  519. Dark_3.Active = true
  520. Dark_3.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  521. Dark_3.BackgroundTransparency = 0.5
  522. Dark_3.BorderSizePixel = 0
  523. Dark_3.Position = UDim2.new(0, 0, 0, 20)
  524. Dark_3.Size = UDim2.new(0, 250, 0, 5)
  525.  
  526. Title_2.Name = "Title"
  527. Title_2.Parent = Notification
  528. Title_2.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  529. Title_2.BackgroundTransparency = 1
  530. Title_2.BorderSizePixel = 0
  531. Title_2.Size = UDim2.new(0, 250, 0, 20)
  532. Title_2.Font = Enum.Font.SourceSans
  533. Title_2.TextSize = 20
  534. Title_2.Text = "Notification Title"
  535. Title_2.TextColor3 = Color3.new(1, 1, 1)
  536. Title_2.TextStrokeTransparency = 0
  537.  
  538. Text_2.Name = "Text"
  539. Text_2.Parent = Notification
  540. Text_2.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  541. Text_2.BackgroundTransparency = 1
  542. Text_2.BorderSizePixel = 0
  543. Text_2.Position = UDim2.new(0, 5, 0, 25)
  544. Text_2.Size = UDim2.new(0, 240, 0, 75)
  545. Text_2.Font = Enum.Font.SourceSans
  546. Text_2.FontSize = Enum.FontSize.Size18
  547. Text_2.Text = "Notification Text"
  548. Text_2.TextColor3 = Color3.new(1, 1, 1)
  549. Text_2.TextWrapped = true
  550.  
  551. CloseButton.Name = "CloseButton"
  552. CloseButton.Parent = Notification
  553. CloseButton.BackgroundColor3 = Color3.new(1, 1, 1)
  554. CloseButton.BackgroundTransparency = 1
  555. CloseButton.Position = UDim2.new(0, 0, 0, 0)
  556. CloseButton.Size = UDim2.new(0, 20, 0, 20)
  557. CloseButton.Image = "rbxassetid://2132544126"
  558.  
  559. IntroBackground.Name = "IntroBackground"
  560. IntroBackground.Parent = Holder
  561. IntroBackground.Active = true
  562. IntroBackground.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  563. IntroBackground.BorderSizePixel = 0
  564. IntroBackground.Position = UDim2.new(0, 0, 0, 45)
  565. IntroBackground.Size = UDim2.new(0, 250, 0, 175)
  566. IntroBackground.ZIndex = 4
  567.  
  568. Logo.Name = "Logo"
  569. Logo.Parent = Holder
  570. Logo.BackgroundColor3 = Color3.new(1, 1, 1)
  571. Logo.BackgroundTransparency = 1
  572. Logo.BorderSizePixel = 0
  573. Logo.Position = UDim2.new(0, 125, 0, 127)
  574. Logo.Size = UDim2.new(0, 10, 0, 10)
  575. Logo.Image = "rbxassetid://1352543873"
  576. Logo.ImageTransparency = 0
  577. Logo.ZIndex = 5
  578.  
  579. Credits.Name = "Credits"
  580. Credits.Parent = Holder
  581. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  582. Credits.BackgroundTransparency = 1
  583. Credits.BorderSizePixel = 0
  584. Credits.Position = UDim2.new(0, 0, 0.9, 30)
  585. Credits.Size = UDim2.new(0, 250, 0, 20)
  586. Credits.Font = Enum.Font.SourceSansLight
  587. Credits.FontSize = Enum.FontSize.Size18
  588. Credits.Text = "Edge // Zwolf // Moon"
  589. Credits.TextColor3 = Color3.new(1, 1, 1)
  590. Credits.ZIndex = 5
  591.  
  592. KeybindsFrame.Name = "KeybindsFrame"
  593. KeybindsFrame.Parent = Settings
  594. KeybindsFrame.Active = true
  595. KeybindsFrame.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  596. KeybindsFrame.BorderSizePixel = 0
  597. KeybindsFrame.Position = UDim2.new(0, 0, 0, 175)
  598. KeybindsFrame.Size = UDim2.new(0, 250, 0, 175)
  599.  
  600. Close.Name = "Close"
  601. Close.Parent = KeybindsFrame
  602. Close.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  603. Close.BorderSizePixel = 0
  604. Close.Position = UDim2.new(0, 205, 0, 150)
  605. Close.Size = UDim2.new(0, 40, 0, 20)
  606. Close.Font = Enum.Font.SourceSans
  607. Close.FontSize = Enum.FontSize.Size14
  608. Close.Text = "Close"
  609. Close.TextColor3 = Color3.new(0, 0, 0)
  610.  
  611. Add.Name = "Add"
  612. Add.Parent = KeybindsFrame
  613. Add.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  614. Add.BorderSizePixel = 0
  615. Add.Position = UDim2.new(0, 5, 0, 150)
  616. Add.Size = UDim2.new(0, 40, 0, 20)
  617. Add.Font = Enum.Font.SourceSans
  618. Add.FontSize = Enum.FontSize.Size14
  619. Add.Text = "Add"
  620. Add.TextColor3 = Color3.new(0, 0, 0)
  621.  
  622. Delete.Name = "Delete"
  623. Delete.Parent = KeybindsFrame
  624. Delete.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  625. Delete.BorderSizePixel = 0
  626. Delete.Position = UDim2.new(0, 50, 0, 150)
  627. Delete.Size = UDim2.new(0, 40, 0, 20)
  628. Delete.Font = Enum.Font.SourceSans
  629. Delete.FontSize = Enum.FontSize.Size14
  630. Delete.Text = "Clear"
  631. Delete.TextColor3 = Color3.new(0, 0, 0)
  632.  
  633. Holder_2.Name = "Holder"
  634. Holder_2.Parent = KeybindsFrame
  635. Holder_2.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  636. Holder_2.BackgroundTransparency = 1
  637. Holder_2.BorderSizePixel = 0
  638. Holder_2.Position = UDim2.new(0, 0, 0, 0)
  639. Holder_2.Size = UDim2.new(0, 250, 0, 145)
  640. Holder_2.BottomImage = "rbxasset://textures/blackBkg_square.png"
  641. Holder_2.CanvasSize = UDim2.new(0, 0, 0, 0)
  642. Holder_2.MidImage = "rbxasset://textures/blackBkg_square.png"
  643. Holder_2.ScrollBarThickness = 0
  644. Holder_2.TopImage = "rbxasset://textures/blackBkg_square.png"
  645.  
  646. Example_2.Name = "Example"
  647. Example_2.Parent = KeybindsFrame
  648. Example_2.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  649. Example_2.BackgroundTransparency = 0.5
  650. Example_2.BorderSizePixel = 0
  651. Example_2.Size = UDim2.new(0, 10, 0, 20)
  652. Example_2.Visible = false
  653.  
  654. Text_3.Name = "Text"
  655. Text_3.Parent = Example_2
  656. Text_3.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  657. Text_3.BackgroundTransparency = 0.5
  658. Text_3.BorderSizePixel = 0
  659. Text_3.Position = UDim2.new(0, 10, 0, 0)
  660. Text_3.Size = UDim2.new(0, 240, 0, 20)
  661. Text_3.Font = Enum.Font.SourceSans
  662. Text_3.FontSize = Enum.FontSize.Size14
  663. Text_3.Text = "nom"
  664. Text_3.TextColor3 = Color3.new(1, 1, 1)
  665. Text_3.TextXAlignment = Enum.TextXAlignment.Left
  666.  
  667. Delete_2.Name = "Delete"
  668. Delete_2.Parent = Text_3
  669. Delete_2.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  670. Delete_2.BorderSizePixel = 0
  671. Delete_2.Position = UDim2.new(0, 200, 0, 0)
  672. Delete_2.Size = UDim2.new(0, 40, 0, 20)
  673. Delete_2.Font = Enum.Font.SourceSans
  674. Delete_2.FontSize = Enum.FontSize.Size14
  675. Delete_2.Text = "Delete"
  676. Delete_2.TextColor3 = Color3.new(0, 0, 0)
  677.  
  678. KeybindEditor.Name = randomString()
  679. KeybindEditor.Parent = PARENT
  680. KeybindEditor.Active = true
  681. KeybindEditor.BackgroundColor3 = Color3.new(1, 1, 1)
  682. KeybindEditor.BackgroundTransparency = 1
  683. KeybindEditor.Position = UDim2.new(0.5, -180, 0, -400)
  684. KeybindEditor.Size = UDim2.new(0, 360, 0, 20)
  685. KeybindEditor.ZIndex = 4
  686.  
  687. background_2.Name = "background"
  688. background_2.Parent = KeybindEditor
  689. background_2.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  690. background_2.BorderSizePixel = 0
  691. background_2.Position = UDim2.new(0, 0, 0, 20)
  692. background_2.Size = UDim2.new(0, 360, 0, 160)
  693.  
  694. Dark_4.Name = "Dark"
  695. Dark_4.Parent = background_2
  696. Dark_4.Active = true
  697. Dark_4.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  698. Dark_4.BackgroundTransparency = 0.5
  699. Dark_4.BorderSizePixel = 0
  700. Dark_4.Position = UDim2.new(0, 135, 0, 5)
  701. Dark_4.Size = UDim2.new(0, 5, 0, 155)
  702.  
  703. Directions.Name = "Directions"
  704. Directions.Parent = background_2
  705. Directions.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  706. Directions.BackgroundTransparency = 1
  707. Directions.BorderSizePixel = 0
  708. Directions.Position = UDim2.new(0, 10, 0, 15)
  709. Directions.Size = UDim2.new(0, 115, 0, 90)
  710. Directions.Font = Enum.Font.SourceSansBold
  711. Directions.FontSize = Enum.FontSize.Size14
  712. Directions.Text = "Click the button below and press a key/mouse button. Then select what you want to bind it to."
  713. Directions.TextColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  714. Directions.TextStrokeTransparency = 0
  715. Directions.TextWrapped = true
  716. Directions.TextYAlignment = Enum.TextYAlignment.Top
  717.  
  718. BindTo.Name = "BindTo"
  719. BindTo.Parent = background_2
  720. BindTo.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  721. BindTo.BackgroundTransparency = 0.5
  722. BindTo.BorderSizePixel = 0
  723. BindTo.Position = UDim2.new(0, 10, 0, 95)
  724. BindTo.Size = UDim2.new(0, 115, 0, 50)
  725. BindTo.Font = Enum.Font.SourceSans
  726. BindTo.FontSize = Enum.FontSize.Size18
  727. BindTo.Text = "Click to bind"
  728. BindTo.TextColor3 = Color3.new(1, 1, 1)
  729. BindTo.TextStrokeTransparency = 0
  730.  
  731. Add_2.Name = "Add"
  732. Add_2.Parent = background_2
  733. Add_2.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  734. Add_2.BackgroundTransparency = 0.5
  735. Add_2.BorderSizePixel = 0
  736. Add_2.Position = UDim2.new(0, 310, 0, 20)
  737. Add_2.Size = UDim2.new(0, 40, 0, 20)
  738. Add_2.Font = Enum.Font.SourceSans
  739. Add_2.FontSize = Enum.FontSize.Size18
  740. Add_2.Text = "Add"
  741. Add_2.TextColor3 = Color3.new(1, 1, 1)
  742. Add_2.TextStrokeTransparency = 0
  743.  
  744. Cmdbar_2.Name = "Cmdbar"
  745. Cmdbar_2.Parent = background_2
  746. Cmdbar_2.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  747. Cmdbar_2.BackgroundTransparency = 0.5
  748. Cmdbar_2.BorderSizePixel = 0
  749. Cmdbar_2.Position = UDim2.new(0, 150, 0, 20)
  750. Cmdbar_2.Size = UDim2.new(0, 150, 0, 20)
  751. Cmdbar_2.Font = Enum.Font.SourceSans
  752. Cmdbar_2.FontSize = Enum.FontSize.Size18
  753. Cmdbar_2.Text = "Command"
  754. Cmdbar_2.TextColor3 = Color3.new(1, 1, 1)
  755. Cmdbar_2.TextScaled = true
  756. Cmdbar_2.TextStrokeTransparency = 0
  757. Cmdbar_2.TextWrapped = true
  758.  
  759. Toggles.Name = "Toggles"
  760. Toggles.Parent = background_2
  761. Toggles.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  762. Toggles.BackgroundTransparency = 1
  763. Toggles.BorderSizePixel = 0
  764. Toggles.Position = UDim2.new(0, 150, 0, 50)
  765. Toggles.Size = UDim2.new(0, 200, 0, 100)
  766. Toggles.BottomImage = "rbxasset://textures/blackBkg_square.png"
  767. Toggles.CanvasSize = UDim2.new(0, 0, 0, 0)
  768. Toggles.MidImage = "rbxasset://textures/blackBkg_square.png"
  769. Toggles.ScrollBarThickness = 8
  770. Toggles.TopImage = "rbxasset://textures/blackBkg_square.png"
  771.  
  772. Fly.Name = "Fly"
  773. Fly.Parent = Toggles
  774. Fly.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  775. Fly.BackgroundTransparency = 0.5
  776. Fly.BorderSizePixel = 0
  777. Fly.Size = UDim2.new(0, 200, 0, 20)
  778. Fly.Font = Enum.Font.SourceSans
  779. Fly.FontSize = Enum.FontSize.Size14
  780. Fly.Text = " Toggle Fly"
  781. Fly.TextColor3 = Color3.new(1, 1, 1)
  782. Fly.TextXAlignment = Enum.TextXAlignment.Left
  783.  
  784. Select_3.Name = "Select"
  785. Select_3.Parent = Fly
  786. Select_3.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  787. Select_3.BorderSizePixel = 0
  788. Select_3.Position = UDim2.new(0, 160, 0, 0)
  789. Select_3.Size = UDim2.new(0, 40, 0, 20)
  790. Select_3.Font = Enum.Font.SourceSans
  791. Select_3.FontSize = Enum.FontSize.Size14
  792. Select_3.Text = "Add"
  793. Select_3.TextColor3 = Color3.new(0, 0, 0)
  794.  
  795. Noclip.Name = "Noclip"
  796. Noclip.Parent = Toggles
  797. Noclip.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  798. Noclip.BackgroundTransparency = 0.5
  799. Noclip.BorderSizePixel = 0
  800. Noclip.Position = UDim2.new(0, 0, 0, 25)
  801. Noclip.Size = UDim2.new(0, 200, 0, 20)
  802. Noclip.Font = Enum.Font.SourceSans
  803. Noclip.FontSize = Enum.FontSize.Size14
  804. Noclip.Text = " Toggle Noclip"
  805. Noclip.TextColor3 = Color3.new(1, 1, 1)
  806. Noclip.TextXAlignment = Enum.TextXAlignment.Left
  807.  
  808. Select_4.Name = "Select"
  809. Select_4.Parent = Noclip
  810. Select_4.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  811. Select_4.BorderSizePixel = 0
  812. Select_4.Position = UDim2.new(0, 160, 0, 0)
  813. Select_4.Size = UDim2.new(0, 40, 0, 20)
  814. Select_4.Font = Enum.Font.SourceSans
  815. Select_4.FontSize = Enum.FontSize.Size14
  816. Select_4.Text = "Add"
  817. Select_4.TextColor3 = Color3.new(0, 0, 0)
  818.  
  819. Float.Name = "Float"
  820. Float.Parent = Toggles
  821. Float.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  822. Float.BackgroundTransparency = 0.5
  823. Float.BorderSizePixel = 0
  824. Float.Position = UDim2.new(0, 0, 0, 50)
  825. Float.Size = UDim2.new(0, 200, 0, 20)
  826. Float.Font = Enum.Font.SourceSans
  827. Float.FontSize = Enum.FontSize.Size14
  828. Float.Text = " Toggle Float"
  829. Float.TextColor3 = Color3.new(1, 1, 1)
  830. Float.TextXAlignment = Enum.TextXAlignment.Left
  831.  
  832. Select_5.Name = "Select"
  833. Select_5.Parent = Float
  834. Select_5.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  835. Select_5.BorderSizePixel = 0
  836. Select_5.Position = UDim2.new(0, 160, 0, 0)
  837. Select_5.Size = UDim2.new(0, 40, 0, 20)
  838. Select_5.Font = Enum.Font.SourceSans
  839. Select_5.FontSize = Enum.FontSize.Size14
  840. Select_5.Text = "Add"
  841. Select_5.TextColor3 = Color3.new(0, 0, 0)
  842.  
  843. ClickTP.Name = "Click TP"
  844. ClickTP.Parent = Toggles
  845. ClickTP.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  846. ClickTP.BackgroundTransparency = 0.5
  847. ClickTP.BorderSizePixel = 0
  848. ClickTP.Position = UDim2.new(0, 0, 0, 75)
  849. ClickTP.Size = UDim2.new(0, 200, 0, 20)
  850. ClickTP.Font = Enum.Font.SourceSans
  851. ClickTP.FontSize = Enum.FontSize.Size14
  852. ClickTP.Text = " Click TP (Hold Key & Click)"
  853. ClickTP.TextColor3 = Color3.new(1, 1, 1)
  854. ClickTP.TextXAlignment = Enum.TextXAlignment.Left
  855.  
  856. Select_6.Name = "Select"
  857. Select_6.Parent = ClickTP
  858. Select_6.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  859. Select_6.BorderSizePixel = 0
  860. Select_6.Position = UDim2.new(0, 160, 0, 0)
  861. Select_6.Size = UDim2.new(0, 40, 0, 20)
  862. Select_6.Font = Enum.Font.SourceSans
  863. Select_6.FontSize = Enum.FontSize.Size14
  864. Select_6.Text = "Add"
  865. Select_6.TextColor3 = Color3.new(0, 0, 0)
  866.  
  867. Dark_7.Name = "Dark"
  868. Dark_7.Parent = background_2
  869. Dark_7.Active = true
  870. Dark_7.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  871. Dark_7.BackgroundTransparency = 0.5
  872. Dark_7.BorderSizePixel = 0
  873. Dark_7.Size = UDim2.new(0, 360, 0, 5)
  874.  
  875. shadow_2.Name = "shadow"
  876. shadow_2.Parent = KeybindEditor
  877. shadow_2.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  878. shadow_2.BorderColor3 = Color3.new(0, 0, 0)
  879. shadow_2.BorderSizePixel = 0
  880. shadow_2.Size = UDim2.new(0, 360, 0, 20)
  881. shadow_2.ZIndex = 4
  882.  
  883. PopupText_2.Name = "PopupText"
  884. PopupText_2.Parent = shadow_2
  885. PopupText_2.BackgroundTransparency = 1
  886. PopupText_2.Position = UDim2.new(0, 51, 0, 0)
  887. PopupText_2.Size = UDim2.new(0.760355055, -16, 0.949999988, 0)
  888. PopupText_2.ZIndex = 4
  889. PopupText_2.Font = Enum.Font.SourceSans
  890. PopupText_2.TextSize = 20
  891. PopupText_2.Text = "Set Keybinds"
  892. PopupText_2.TextColor3 = Color3.new(1, 1, 1)
  893. PopupText_2.TextStrokeTransparency = 0
  894. PopupText_2.TextWrapped = true
  895.  
  896. Exit_2.Name = "Exit"
  897. Exit_2.Parent = shadow_2
  898. Exit_2.BackgroundColor3 = Color3.new(1, 1, 1)
  899. Exit_2.BackgroundTransparency = 1
  900. Exit_2.Size = UDim2.new(0, 20, 0, 20)
  901. Exit_2.ZIndex = 4
  902. Exit_2.Image = "rbxassetid://2132544126"
  903.  
  904. PositionsFrame.Name = "PositionsFrame"
  905. PositionsFrame.Parent = Settings
  906. PositionsFrame.Active = true
  907. PositionsFrame.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  908. PositionsFrame.BorderSizePixel = 0
  909. PositionsFrame.Size = UDim2.new(0, 250, 0, 175)
  910. PositionsFrame.Position = UDim2.new(0, 0, 0, 175)
  911.  
  912. Close_3.Name = "Close"
  913. Close_3.Parent = PositionsFrame
  914. Close_3.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  915. Close_3.BorderSizePixel = 0
  916. Close_3.Position = UDim2.new(0, 205, 0, 150)
  917. Close_3.Size = UDim2.new(0, 40, 0, 20)
  918. Close_3.Font = Enum.Font.SourceSans
  919. Close_3.FontSize = Enum.FontSize.Size14
  920. Close_3.Text = "Close"
  921. Close_3.TextColor3 = Color3.new(0, 0, 0)
  922.  
  923. Delete_5.Name = "Delete"
  924. Delete_5.Parent = PositionsFrame
  925. Delete_5.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  926. Delete_5.BorderSizePixel = 0
  927. Delete_5.Position = UDim2.new(0, 5, 0, 150)
  928. Delete_5.Size = UDim2.new(0, 40, 0, 20)
  929. Delete_5.Font = Enum.Font.SourceSans
  930. Delete_5.FontSize = Enum.FontSize.Size14
  931. Delete_5.Text = "Clear"
  932. Delete_5.TextColor3 = Color3.new(0, 0, 0)
  933.  
  934. Holder_4.Name = "Holder"
  935. Holder_4.Parent = PositionsFrame
  936. Holder_4.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  937. Holder_4.BackgroundTransparency = 1
  938. Holder_4.BorderSizePixel = 0
  939. Holder_4.Position = UDim2.new(0, 0, 0, 0)
  940. Holder_4.Selectable = false
  941. Holder_4.Size = UDim2.new(0, 250, 0, 145)
  942. Holder_4.BottomImage = "rbxasset://textures/blackBkg_square.png"
  943. Holder_4.CanvasSize = UDim2.new(0, 0, 0, 0)
  944. Holder_4.MidImage = "rbxasset://textures/blackBkg_square.png"
  945. Holder_4.ScrollBarThickness = 8
  946. Holder_4.TopImage = "rbxasset://textures/blackBkg_square.png"
  947.  
  948. Example_4.Name = "Example"
  949. Example_4.Parent = PositionsFrame
  950. Example_4.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  951. Example_4.BackgroundTransparency = 0.5
  952. Example_4.BorderSizePixel = 0
  953. Example_4.Size = UDim2.new(0, 10, 0, 20)
  954. Example_4.Visible = false
  955. Example_4.Position = UDim2.new(0, 0, 0, -5)
  956.  
  957. Text_5.Name = "Text"
  958. Text_5.Parent = Example_4
  959. Text_5.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  960. Text_5.BackgroundTransparency = 0.5
  961. Text_5.BorderSizePixel = 0
  962. Text_5.Position = UDim2.new(0, 10, 0, 0)
  963. Text_5.Size = UDim2.new(0, 240, 0, 20)
  964. Text_5.Font = Enum.Font.SourceSans
  965. Text_5.FontSize = Enum.FontSize.Size14
  966. Text_5.Text = "Position"
  967. Text_5.TextColor3 = Color3.new(1, 1, 1)
  968. Text_5.TextXAlignment = Enum.TextXAlignment.Left
  969.  
  970. Delete_6.Name = "Delete"
  971. Delete_6.Parent = Text_5
  972. Delete_6.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  973. Delete_6.BorderSizePixel = 0
  974. Delete_6.Position = UDim2.new(0, 200, 0, 0)
  975. Delete_6.Size = UDim2.new(0, 40, 0, 20)
  976. Delete_6.Font = Enum.Font.SourceSans
  977. Delete_6.FontSize = Enum.FontSize.Size14
  978. Delete_6.Text = "Delete"
  979. Delete_6.TextColor3 = Color3.new(0, 0, 0)
  980.  
  981. TP.Name = "TP"
  982. TP.Parent = Text_5
  983. TP.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  984. TP.BorderSizePixel = 0
  985. TP.Position = UDim2.new(0, 155, 0, 0)
  986. TP.Size = UDim2.new(0, 40, 0, 20)
  987. TP.Font = Enum.Font.SourceSans
  988. TP.FontSize = Enum.FontSize.Size14
  989. TP.Text = "Goto"
  990. TP.TextColor3 = Color3.new(0, 0, 0)
  991.  
  992. AliasesFrame.Name = "AliasesFrame"
  993. AliasesFrame.Parent = Settings
  994. AliasesFrame.Active = true
  995. AliasesFrame.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  996. AliasesFrame.BorderSizePixel = 0
  997. AliasesFrame.Position = UDim2.new(0, 0, 0, 175)
  998. AliasesFrame.Size = UDim2.new(0, 250, 0, 175)
  999.  
  1000. Close_2.Name = "Close"
  1001. Close_2.Parent = AliasesFrame
  1002. Close_2.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  1003. Close_2.BorderSizePixel = 0
  1004. Close_2.Position = UDim2.new(0, 205, 0, 150)
  1005. Close_2.Size = UDim2.new(0, 40, 0, 20)
  1006. Close_2.Font = Enum.Font.SourceSans
  1007. Close_2.FontSize = Enum.FontSize.Size14
  1008. Close_2.Text = "Close"
  1009. Close_2.TextColor3 = Color3.new(0, 0, 0)
  1010.  
  1011. Delete_3.Name = "Delete"
  1012. Delete_3.Parent = AliasesFrame
  1013. Delete_3.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  1014. Delete_3.BorderSizePixel = 0
  1015. Delete_3.Position = UDim2.new(0, 5, 0, 150)
  1016. Delete_3.Size = UDim2.new(0, 40, 0, 20)
  1017. Delete_3.Font = Enum.Font.SourceSans
  1018. Delete_3.FontSize = Enum.FontSize.Size14
  1019. Delete_3.Text = "Clear"
  1020. Delete_3.TextColor3 = Color3.new(0, 0, 0)
  1021.  
  1022. Holder_3.Name = "Holder"
  1023. Holder_3.Parent = AliasesFrame
  1024. Holder_3.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  1025. Holder_3.BackgroundTransparency = 1
  1026. Holder_3.BorderSizePixel = 0
  1027. Holder_3.Position = UDim2.new(0, 0, 0, 0)
  1028. Holder_3.Size = UDim2.new(0, 250, 0, 145)
  1029. Holder_3.BottomImage = "rbxasset://textures/blackBkg_square.png"
  1030. Holder_3.CanvasSize = UDim2.new(0, 0, 0, 0)
  1031. Holder_3.MidImage = "rbxasset://textures/blackBkg_square.png"
  1032. Holder_3.ScrollBarThickness = 0
  1033. Holder_3.TopImage = "rbxasset://textures/blackBkg_square.png"
  1034.  
  1035. Example_3.Name = "Example"
  1036. Example_3.Parent = AliasesFrame
  1037. Example_3.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  1038. Example_3.BackgroundTransparency = 0.5
  1039. Example_3.BorderSizePixel = 0
  1040. Example_3.Size = UDim2.new(0, 10, 0, 20)
  1041. Example_3.Visible = false
  1042.  
  1043. Text_4.Name = "Text"
  1044. Text_4.Parent = Example_3
  1045. Text_4.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  1046. Text_4.BackgroundTransparency = 0.5
  1047. Text_4.BorderSizePixel = 0
  1048. Text_4.Position = UDim2.new(0, 10, 0, 0)
  1049. Text_4.Size = UDim2.new(0, 240, 0, 20)
  1050. Text_4.Font = Enum.Font.SourceSans
  1051. Text_4.FontSize = Enum.FontSize.Size14
  1052. Text_4.Text = "honk"
  1053. Text_4.TextColor3 = Color3.new(1, 1, 1)
  1054. Text_4.TextXAlignment = Enum.TextXAlignment.Left
  1055.  
  1056. Delete_4.Name = "Delete"
  1057. Delete_4.Parent = Text_4
  1058. Delete_4.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  1059. Delete_4.BorderSizePixel = 0
  1060. Delete_4.Position = UDim2.new(0, 200, 0, 0)
  1061. Delete_4.Size = UDim2.new(0, 40, 0, 20)
  1062. Delete_4.Font = Enum.Font.SourceSans
  1063. Delete_4.FontSize = Enum.FontSize.Size14
  1064. Delete_4.Text = "Delete"
  1065. Delete_4.TextColor3 = Color3.new(0, 0, 0)
  1066.  
  1067. PluginsFrame.Name = "PluginsFrame"
  1068. PluginsFrame.Parent = Settings
  1069. PluginsFrame.Active = true
  1070. PluginsFrame.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  1071. PluginsFrame.BorderSizePixel = 0
  1072. PluginsFrame.Position = UDim2.new(0, 0, 0, 175)
  1073. PluginsFrame.Size = UDim2.new(0, 250, 0, 175)
  1074.  
  1075. Close_4.Name = "Close"
  1076. Close_4.Parent = PluginsFrame
  1077. Close_4.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  1078. Close_4.BorderSizePixel = 0
  1079. Close_4.Position = UDim2.new(0, 205, 0, 150)
  1080. Close_4.Size = UDim2.new(0, 40, 0, 20)
  1081. Close_4.Font = Enum.Font.SourceSans
  1082. Close_4.FontSize = Enum.FontSize.Size14
  1083. Close_4.Text = "Close"
  1084. Close_4.TextColor3 = Color3.new(0, 0, 0)
  1085.  
  1086. Add_3.Name = "Add"
  1087. Add_3.Parent = PluginsFrame
  1088. Add_3.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  1089. Add_3.BorderSizePixel = 0
  1090. Add_3.Position = UDim2.new(0, 5, 0, 150)
  1091. Add_3.Size = UDim2.new(0, 40, 0, 20)
  1092. Add_3.Font = Enum.Font.SourceSans
  1093. Add_3.FontSize = Enum.FontSize.Size14
  1094. Add_3.Text = "Add"
  1095. Add_3.TextColor3 = Color3.new(0, 0, 0)
  1096.  
  1097. Holder_5.Name = "Holder"
  1098. Holder_5.Parent = PluginsFrame
  1099. Holder_5.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  1100. Holder_5.BackgroundTransparency = 1
  1101. Holder_5.BorderColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1102. Holder_5.BorderSizePixel = 0
  1103. Holder_5.Position = UDim2.new(0, 0, 0, 0)
  1104. Holder_5.Selectable = false
  1105. Holder_5.Size = UDim2.new(0, 250, 0, 140)
  1106. Holder_5.BottomImage = "rbxasset://textures/blackBkg_square.png"
  1107. Holder_5.CanvasSize = UDim2.new(0, 0, 0, 0)
  1108. Holder_5.MidImage = "rbxasset://textures/blackBkg_square.png"
  1109. Holder_5.ScrollBarThickness = 0
  1110. Holder_5.TopImage = "rbxasset://textures/blackBkg_square.png"
  1111.  
  1112. Example_5.Name = "Example"
  1113. Example_5.Parent = PluginsFrame
  1114. Example_5.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  1115. Example_5.BackgroundTransparency = 0.5
  1116. Example_5.BorderSizePixel = 0
  1117. Example_5.Size = UDim2.new(0, 10, 0, 20)
  1118. Example_5.Visible = false
  1119.  
  1120. Text_6.Name = "Text"
  1121. Text_6.Parent = Example_5
  1122. Text_6.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  1123. Text_6.BackgroundTransparency = 0.5
  1124. Text_6.BorderSizePixel = 0
  1125. Text_6.Position = UDim2.new(0, 10, 0, 0)
  1126. Text_6.Size = UDim2.new(0, 240, 0, 20)
  1127. Text_6.Font = Enum.Font.SourceSans
  1128. Text_6.FontSize = Enum.FontSize.Size14
  1129. Text_6.Text = "F4 > Toggle Fly"
  1130. Text_6.TextColor3 = Color3.new(1, 1, 1)
  1131. Text_6.TextXAlignment = Enum.TextXAlignment.Left
  1132.  
  1133. Delete_7.Name = "Delete"
  1134. Delete_7.Parent = Text_6
  1135. Delete_7.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  1136. Delete_7.BorderSizePixel = 0
  1137. Delete_7.Position = UDim2.new(0, 200, 0, 0)
  1138. Delete_7.Size = UDim2.new(0, 40, 0, 20)
  1139. Delete_7.Font = Enum.Font.SourceSans
  1140. Delete_7.FontSize = Enum.FontSize.Size14
  1141. Delete_7.Text = "Delete"
  1142. Delete_7.TextColor3 = Color3.new(0, 0, 0)
  1143.  
  1144. PluginEditor.Name = randomString()
  1145. PluginEditor.Parent = PARENT
  1146. PluginEditor.Active = true
  1147. PluginEditor.BackgroundColor3 = Color3.new(1, 1, 1)
  1148. PluginEditor.BackgroundTransparency = 1
  1149. PluginEditor.Position = UDim2.new(0.5, -180, 0, -400)
  1150. PluginEditor.Size = UDim2.new(0, 360, 0, 20)
  1151. PluginEditor.ZIndex = 4
  1152.  
  1153. background_3.Name = "background"
  1154. background_3.Parent = PluginEditor
  1155. background_3.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  1156. background_3.BorderSizePixel = 0
  1157. background_3.Position = UDim2.new(0, 0, 0, 20)
  1158. background_3.Size = UDim2.new(0, 360, 0, 160)
  1159.  
  1160. Dark_8.Name = "Dark"
  1161. Dark_8.Parent = background_3
  1162. Dark_8.Active = true
  1163. Dark_8.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  1164. Dark_8.BackgroundTransparency = 0.5
  1165. Dark_8.BorderSizePixel = 0
  1166. Dark_8.Size = UDim2.new(0, 360, 0, 5)
  1167.  
  1168. Dark_9.Name = "Dark"
  1169. Dark_9.Parent = background_3
  1170. Dark_9.Active = true
  1171. Dark_9.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  1172. Dark_9.BackgroundTransparency = 0.5
  1173. Dark_9.BorderSizePixel = 0
  1174. Dark_9.Position = UDim2.new(0, 220, 0, 5)
  1175. Dark_9.Size = UDim2.new(0, 5, 0, 155)
  1176.  
  1177. Img.Name = "Img"
  1178. Img.Parent = background_3
  1179. Img.BackgroundColor3 = Color3.new(1, 1, 1)
  1180. Img.BackgroundTransparency = 1
  1181. Img.Position = UDim2.new(0, 242, 0, 3)
  1182. Img.Size = UDim2.new(0, 100, 0, 95)
  1183. Img.Image = "rbxassetid://318740854"
  1184.  
  1185. AddPlugin.Name = "AddPlugin"
  1186. AddPlugin.Parent = background_3
  1187. AddPlugin.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  1188. AddPlugin.BackgroundTransparency = 0.5
  1189. AddPlugin.BorderSizePixel = 0
  1190. AddPlugin.Position = UDim2.new(0, 235, 0, 100)
  1191. AddPlugin.Size = UDim2.new(0, 115, 0, 50)
  1192. AddPlugin.Font = Enum.Font.SourceSans
  1193. AddPlugin.FontSize = Enum.FontSize.Size18
  1194. AddPlugin.Text = "Add Plugin"
  1195. AddPlugin.TextColor3 = Color3.new(1, 1, 1)
  1196. AddPlugin.TextStrokeTransparency = 0
  1197.  
  1198. FileName.Name = "FileName"
  1199. FileName.Parent = background_3
  1200. FileName.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  1201. FileName.BackgroundTransparency = 0.5
  1202. FileName.BorderSizePixel = 0
  1203. FileName.Position = UDim2.new(0.027777778, 0, 0.625, 0)
  1204. FileName.Size = UDim2.new(0, 200, 0, 50)
  1205. FileName.Font = Enum.Font.SourceSans
  1206. FileName.FontSize = Enum.FontSize.Size18
  1207. FileName.Text = "Plugin File Name"
  1208. FileName.TextColor3 = Color3.new(1, 1, 1)
  1209. FileName.TextStrokeTransparency = 0
  1210.  
  1211. About.Name = "About"
  1212. About.Parent = background_3
  1213. About.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1214. About.BackgroundTransparency = 1
  1215. About.BorderSizePixel = 0
  1216. About.Position = UDim2.new(0, 17, 0, 17)
  1217. About.Size = UDim2.new(0, 187, 0, 49)
  1218. About.Font = Enum.Font.SourceSansBold
  1219. About.FontSize = Enum.FontSize.Size14
  1220. About.Text = "Plugins are .iy files and should be located in the 'workspace' folder of your exploit."
  1221. About.TextColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  1222. About.TextStrokeTransparency = 0
  1223. About.TextWrapped = true
  1224. About.TextYAlignment = Enum.TextYAlignment.Top
  1225.  
  1226. Directions_2.Name = "Directions"
  1227. Directions_2.Parent = background_3
  1228. Directions_2.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1229. Directions_2.BackgroundTransparency = 1
  1230. Directions_2.BorderSizePixel = 0
  1231. Directions_2.Position = UDim2.new(0, 17, 0, 66)
  1232. Directions_2.Size = UDim2.new(0, 187, 0, 49)
  1233. Directions_2.Font = Enum.Font.SourceSansBold
  1234. Directions_2.FontSize = Enum.FontSize.Size14
  1235. Directions_2.Text = "Type the name of the plugin file you want to add below."
  1236. Directions_2.TextColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  1237. Directions_2.TextStrokeTransparency = 0
  1238. Directions_2.TextWrapped = true
  1239. Directions_2.TextYAlignment = Enum.TextYAlignment.Top
  1240.  
  1241. shadow_3.Name = "shadow"
  1242. shadow_3.Parent = PluginEditor
  1243. shadow_3.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  1244. shadow_3.BorderColor3 = Color3.new(0, 0, 0)
  1245. shadow_3.BorderSizePixel = 0
  1246. shadow_3.Size = UDim2.new(0, 360, 0, 20)
  1247. shadow_3.ZIndex = 4
  1248.  
  1249. PopupText_3.Name = "PopupText"
  1250. PopupText_3.Parent = shadow_3
  1251. PopupText_3.BackgroundTransparency = 1
  1252. PopupText_3.Position = UDim2.new(0, 51, 0, 0)
  1253. PopupText_3.Size = UDim2.new(0.760355055, -16, 0.949999988, 0)
  1254. PopupText_3.ZIndex = 4
  1255. PopupText_3.Font = Enum.Font.SourceSans
  1256. PopupText_3.TextSize = 20
  1257. PopupText_3.Text = "Add Plugins"
  1258. PopupText_3.TextColor3 = Color3.new(1, 1, 1)
  1259. PopupText_3.TextStrokeTransparency = 0
  1260. PopupText_3.TextWrapped = true
  1261.  
  1262. Exit_3.Name = "Exit"
  1263. Exit_3.Parent = shadow_3
  1264. Exit_3.BackgroundColor3 = Color3.new(1, 1, 1)
  1265. Exit_3.BackgroundTransparency = 1
  1266. Exit_3.Size = UDim2.new(0, 20, 0, 20)
  1267. Exit_3.ZIndex = 4
  1268. Exit_3.Image = "rbxassetid://2132544126"
  1269.  
  1270. logsDrag.Name = randomString()
  1271. logsDrag.Parent = PARENT
  1272. logsDrag.Active = true
  1273. logsDrag.BackgroundColor3 = Color3.new(1, 1, 1)
  1274. logsDrag.BackgroundTransparency = 1
  1275. logsDrag.Position = UDim2.new(0, 0, 1, 10)
  1276. logsDrag.Size = UDim2.new(0, 338, 0, 20)
  1277. logsDrag.ZIndex = 4
  1278.  
  1279. shadow.Name = "shadow"
  1280. shadow.Parent = logsDrag
  1281. shadow.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  1282. shadow.BorderColor3 = Color3.new(0, 0, 0)
  1283. shadow.BorderSizePixel = 0
  1284. shadow.Position = UDim2.new(0, 0, 0.00999999978, 0)
  1285. shadow.Size = UDim2.new(0, 338, 0, 20)
  1286. shadow.ZIndex = 4
  1287.  
  1288. Hide.Name = "Hide"
  1289. Hide.Parent = shadow
  1290. Hide.BackgroundColor3 = Color3.new(1, 1, 1)
  1291. Hide.BackgroundTransparency = 1
  1292. Hide.Position = UDim2.new(0, 20, 0, 0)
  1293. Hide.Size = UDim2.new(0, 20, 0, 20)
  1294. Hide.ZIndex = 4
  1295. Hide.Image = "rbxassetid://2406617031"
  1296. Hide.ImageTransparency = 0.5
  1297.  
  1298. PopupText.Name = "PopupText"
  1299. PopupText.Parent = shadow
  1300. PopupText.BackgroundTransparency = 1
  1301. PopupText.Position = UDim2.new(0, 48, 0, 0)
  1302. PopupText.Size = UDim2.new(0.760355055, -16, 0.949999988, 0)
  1303. PopupText.ZIndex = 4
  1304. PopupText.Font = Enum.Font.SourceSans
  1305. PopupText.TextSize = 20
  1306. PopupText.Text = "Chat Logs"
  1307. PopupText.TextColor3 = Color3.new(1, 1, 1)
  1308. PopupText.TextStrokeTransparency = 0
  1309. PopupText.TextWrapped = true
  1310.  
  1311. Exit.Name = "Exit"
  1312. Exit.Parent = shadow
  1313. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  1314. Exit.BackgroundTransparency = 1
  1315. Exit.Size = UDim2.new(0, 20, 0, 20)
  1316. Exit.ZIndex = 4
  1317. Exit.Image = "rbxassetid://2132544126"
  1318.  
  1319. scroll.Name = "scroll"
  1320. scroll.Parent = logsDrag
  1321. scroll.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  1322. scroll.BackgroundTransparency = 0.5
  1323. scroll.BorderColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1324. scroll.BorderSizePixel = 0
  1325. scroll.Position = UDim2.new(0, 5, 0, 30)
  1326. scroll.Size = UDim2.new(0, 328, 0, 190)
  1327. scroll.ZIndex = 5
  1328. scroll.BottomImage = "rbxasset://textures/blackBkg_square.png"
  1329. scroll.CanvasSize = UDim2.new(0, 0, 0, 10)
  1330. scroll.MidImage = "rbxasset://textures/blackBkg_square.png"
  1331. scroll.ScrollBarThickness = 8
  1332. scroll.TopImage = "rbxasset://textures/blackBkg_square.png"
  1333.  
  1334. background.Name = "background"
  1335. background.Parent = logsDrag
  1336. background.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  1337. background.BorderColor3 = Color3.new(0, 0, 0)
  1338. background.BorderSizePixel = 0
  1339. background.Position = UDim2.new(0, 0, 1, 0)
  1340. background.Size = UDim2.new(0, 338, 0, 230)
  1341. background.ZIndex = 4
  1342.  
  1343. Dark_6.Name = "Dark"
  1344. Dark_6.Parent = background
  1345. Dark_6.Active = true
  1346. Dark_6.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  1347. Dark_6.BackgroundTransparency = 0.5
  1348. Dark_6.BorderSizePixel = 0
  1349. Dark_6.Size = UDim2.new(0, 338, 0, 5)
  1350. Dark_6.ZIndex = 4
  1351.  
  1352. Clear.Name = "Clear"
  1353. Clear.Parent = background
  1354. Clear.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  1355. Clear.BorderSizePixel = 0
  1356. Clear.Position = UDim2.new(0, 5, 0, 205)
  1357. Clear.Size = UDim2.new(0, 50, 0, 20)
  1358. Clear.ZIndex = 4
  1359. Clear.Font = Enum.Font.SourceSans
  1360. Clear.FontSize = Enum.FontSize.Size14
  1361. Clear.Text = "Clear"
  1362. Clear.TextColor3 = Color3.new(0, 0, 0)
  1363.  
  1364. Toggle.Name = "Toggle"
  1365. Toggle.Parent = background
  1366. Toggle.BackgroundColor3 = Color3.new(0.439216, 0.439216, 0.439216)
  1367. Toggle.BorderSizePixel = 0
  1368. Toggle.Position = UDim2.new(0, 60, 0, 205)
  1369. Toggle.Size = UDim2.new(0, 50, 0, 20)
  1370. Toggle.ZIndex = 4
  1371. Toggle.Font = Enum.Font.SourceSans
  1372. Toggle.FontSize = Enum.FontSize.Size14
  1373. Toggle.Text = "Disabled"
  1374. Toggle.TextColor3 = Color3.new(0, 0, 0)
  1375.  
  1376. function writefileExploit()
  1377. if writefile then
  1378. return true
  1379. end
  1380. end
  1381.  
  1382. function isNumber(str)
  1383. return tonumber(str) ~= nil
  1384. end
  1385.  
  1386. function tools(plr)
  1387. if plr.Backpack:FindFirstChildOfClass('Tool') or plr.Character:FindFirstChildOfClass('Tool') then
  1388. return true
  1389. end
  1390. end
  1391.  
  1392. function r15(plr)
  1393. if plr.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  1394. return true
  1395. end
  1396. end
  1397.  
  1398. defaultsettings = {
  1399. prefix = ';';
  1400. StayOpen = false;
  1401. logsEnabled = false;
  1402. aliases = {};
  1403. binds = {};
  1404. WayPoints = {};
  1405. PluginsTable = {}
  1406. }
  1407.  
  1408. defaults = game:GetService("HttpService"):JSONEncode(defaultsettings)
  1409.  
  1410. local nosaves = false
  1411.  
  1412. function saves()
  1413. if writefileExploit() then
  1414. if pcall(function() readfile("IY_FE.iy") end) then
  1415. if readfile("IY_FE.iy") ~= nil then
  1416. local json = game:GetService("HttpService"):JSONDecode(readfile("IY_FE.iy"))
  1417. if json.prefix ~= nil then prefix = json.prefix else prefix = ';' end
  1418. if json.StayOpen ~= nil then StayOpen = json.StayOpen else StayOpen = false end
  1419. if json.logsEnabled ~= nil then logsEnabled = json.logsEnabled else logsEnabled = false end
  1420. if json.aliases ~= nil then aliases = json.aliases else aliases = {} end
  1421. if json.binds ~= nil then binds = json.binds else binds = {} end
  1422. if json.WayPoints ~= nil then WayPoints = json.WayPoints else WayPoints = {} end
  1423. if json.PluginsTable ~= nil then PluginsTable = json.PluginsTable else PluginsTable = {} end
  1424. else
  1425. writefile("IY_FE.iy", defaults)
  1426. wait()
  1427. saves()
  1428. end
  1429. else
  1430. writefile("IY_FE.iy", defaults)
  1431. wait()
  1432. if pcall(function() readfile("IY_FE.iy") end) then
  1433. saves()
  1434. else
  1435. nosaves = true
  1436. prefix = ';'
  1437. StayOpen = false
  1438. logsEnabled = false
  1439. aliases = {}
  1440. binds = {}
  1441. WayPoints = {}
  1442. PluginsTable = {}
  1443.  
  1444. local FileError = Instance.new("Frame")
  1445. local background = Instance.new("Frame")
  1446. local Directions = Instance.new("TextLabel")
  1447. local Dark = Instance.new("Frame")
  1448. local shadow = Instance.new("Frame")
  1449. local PopupText = Instance.new("TextLabel")
  1450. local Exit = Instance.new("ImageButton")
  1451.  
  1452. FileError.Name = randomString()
  1453. FileError.Parent = PARENT
  1454. FileError.Active = true
  1455. FileError.BackgroundColor3 = Color3.new(1, 1, 1)
  1456. FileError.BackgroundTransparency = 1
  1457. FileError.Position = UDim2.new(0.5, -180, 0, 290)
  1458. FileError.Size = UDim2.new(0, 360, 0, 20)
  1459. FileError.ZIndex = 4
  1460.  
  1461. background.Name = "background"
  1462. background.Parent = FileError
  1463. background.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  1464. background.BorderSizePixel = 0
  1465. background.Position = UDim2.new(0, 0, 0, 20)
  1466. background.Size = UDim2.new(0, 360, 0, 210)
  1467.  
  1468. Directions.Name = "Directions"
  1469. Directions.Parent = background
  1470. Directions.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1471. Directions.BackgroundTransparency = 1
  1472. Directions.BorderSizePixel = 0
  1473. Directions.Position = UDim2.new(0, 10, 0, 15)
  1474. Directions.Size = UDim2.new(0, 340, 0, 185)
  1475. Directions.Font = Enum.Font.SourceSansBold
  1476. Directions.FontSize = Enum.FontSize.Size14
  1477. Directions.Text = "There was a problem writing a save file to your PC.\n\nPlease contact the developer/support team for your exploit and tell them writefile is not working.\n\nYour settings, keybinds, waypoints, and aliases will not save if you continue.\n\nThings to try:\n> Make sure a 'workspace' folder is located in the same folder as your exploit\n> If your exploit is inside of a zip/rar file, extract it.\n> Rejoin the game and try again or restart your PC and try again."
  1478. Directions.TextColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  1479. Directions.TextStrokeTransparency = 0
  1480. Directions.TextWrapped = true
  1481. Directions.TextXAlignment = Enum.TextXAlignment.Left
  1482. Directions.TextYAlignment = Enum.TextYAlignment.Top
  1483.  
  1484. Dark.Name = "Dark"
  1485. Dark.Parent = background
  1486. Dark.Active = true
  1487. Dark.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  1488. Dark.BackgroundTransparency = 0.5
  1489. Dark.BorderSizePixel = 0
  1490. Dark.Size = UDim2.new(0, 360, 0, 5)
  1491.  
  1492. shadow.Name = "shadow"
  1493. shadow.Parent = FileError
  1494. shadow.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  1495. shadow.BorderColor3 = Color3.new(0, 0, 0)
  1496. shadow.BorderSizePixel = 0
  1497. shadow.Size = UDim2.new(0, 360, 0, 20)
  1498. shadow.ZIndex = 4
  1499.  
  1500. PopupText.Name = "PopupText"
  1501. PopupText.Parent = shadow
  1502. PopupText.BackgroundTransparency = 1
  1503. PopupText.Position = UDim2.new(0, 51, 0, 0)
  1504. PopupText.Size = UDim2.new(0.760355055, -16, 0.949999988, 0)
  1505. PopupText.ZIndex = 4
  1506. PopupText.Font = Enum.Font.SourceSans
  1507. PopupText.FontSize = Enum.FontSize.Size24
  1508. PopupText.Text = "File Error"
  1509. PopupText.TextColor3 = Color3.new(1, 1, 1)
  1510. PopupText.TextStrokeTransparency = 0
  1511. PopupText.TextWrapped = true
  1512.  
  1513. Exit.Name = "Exit"
  1514. Exit.Parent = shadow
  1515. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  1516. Exit.BackgroundTransparency = 1
  1517. Exit.Size = UDim2.new(0, 20, 0, 20)
  1518. Exit.ZIndex = 4
  1519. Exit.Image = "rbxassetid://2132544126"
  1520.  
  1521. Exit.MouseButton1Click:Connect(function()
  1522. FileError:Destroy()
  1523. end)
  1524. end
  1525. end
  1526. else
  1527. prefix = ';'
  1528. StayOpen = false
  1529. logsEnabled = false
  1530. aliases = {}
  1531. binds = {}
  1532. WayPoints = {}
  1533. PluginsTable = {}
  1534. end
  1535. end
  1536.  
  1537. saves()
  1538.  
  1539. function updatesaves()
  1540. if nosaves == false and writefileExploit() then
  1541. local update = {
  1542. prefix = prefix;
  1543. StayOpen = StayOpen;
  1544. logsEnabled = logsEnabled;
  1545. aliases = aliases;
  1546. binds = binds;
  1547. WayPoints = WayPoints;
  1548. PluginsTable = PluginsTable
  1549. }
  1550. writefile("IY_FE.iy", game:GetService("HttpService"):JSONEncode(update))
  1551. end
  1552. end
  1553.  
  1554. function Time()
  1555. local HOUR = math.floor((tick() % 86400) / 3600)
  1556. local MINUTE = math.floor((tick() % 3600) / 60)
  1557. local SECOND = math.floor(tick() % 60)
  1558. local AP = HOUR > 11 and 'PM' or 'AM'
  1559. HOUR = (HOUR % 12 == 0 and 12 or HOUR % 12)
  1560. HOUR = HOUR < 10 and '0' .. HOUR or HOUR
  1561. MINUTE = MINUTE < 10 and '0' .. MINUTE or MINUTE
  1562. SECOND = SECOND < 10 and '0' .. SECOND or SECOND
  1563. return HOUR .. ':' .. MINUTE .. ':' .. SECOND .. ' ' .. AP
  1564. end
  1565.  
  1566. UserInputService = game:GetService("UserInputService")
  1567. IYMouse = Players.LocalPlayer:GetMouse()
  1568. PrefixBox.Text = prefix
  1569. SettingsOpen = false
  1570.  
  1571. if StayOpen == false then
  1572. Holder.Settings.StayOpen.Button.On.BackgroundTransparency = 1
  1573. else
  1574. Holder.Settings.StayOpen.Button.On.BackgroundTransparency = 0
  1575. end
  1576.  
  1577. if logsEnabled then
  1578. Toggle.Text = 'Enabled'
  1579. else
  1580. Toggle.Text = 'Disabled'
  1581. end
  1582.  
  1583. holderOffset = -250
  1584. notifyOffset = -500
  1585.  
  1586. function maximizeHolder()
  1587. if StayOpen == false then
  1588. Holder:TweenPosition(UDim2.new(1, holderOffset, 1, -220), "InOut", "Quart", 0.2, true, nil)
  1589. end
  1590. end
  1591.  
  1592. function minimizeHolder()
  1593. if StayOpen == false then
  1594. Holder:TweenPosition(UDim2.new(1, holderOffset, 1, -20), "InOut", "Quart", 0.5, true, nil)
  1595. end
  1596. end
  1597.  
  1598. function cmdbarHolder()
  1599. if StayOpen == false then
  1600. Holder:TweenPosition(UDim2.new(1, holderOffset, 1, -45), "InOut", "Quart", 0.5, true, nil)
  1601. end
  1602. end
  1603.  
  1604. function enablebuttons()
  1605. Settings.Aliases.Select.Visible = true
  1606. Settings.Color.Select.Visible = true
  1607. Settings.Keybinds.Select.Visible = true
  1608. Settings.StayOpen.Button.On.Visible = true
  1609. Settings.Prefix.PrefixBox.Visible = true
  1610. Settings.Positions.Select.Visible = true
  1611. Settings.Plugins.Select.Visible = true
  1612. end
  1613.  
  1614. function disablebuttons()
  1615. Settings.Aliases.Select.Visible = false
  1616. Settings.Color.Select.Visible = false
  1617. Settings.Keybinds.Select.Visible = false
  1618. Settings.StayOpen.Button.On.Visible = false
  1619. Settings.Prefix.PrefixBox.Visible = false
  1620. Settings.Positions.Select.Visible = false
  1621. Settings.Plugins.Select.Visible = false
  1622. end
  1623.  
  1624. notifyCount = 0
  1625. function notify(text,text2)
  1626. spawn(function()
  1627. local LnotifyCount = notifyCount+1
  1628. notifyCount = notifyCount+1
  1629. Notification:TweenPosition(UDim2.new(1, notifyOffset, 1, -0), "InOut", "Quart", 0.5, true, nil)
  1630. wait(0.6)
  1631. local closepressed = false
  1632. if text2 then
  1633. Notification.Title.Text = text
  1634. Notification.Text.Text = text2
  1635. else
  1636. Notification.Title.Text = 'Notification'
  1637. Notification.Text.Text = text
  1638. end
  1639. Notification:TweenPosition(UDim2.new(1, notifyOffset, 1, -100), "InOut", "Quart", 0.5, true, nil)
  1640. Notification.CloseButton.MouseButton1Click:Connect(function()
  1641. Notification:TweenPosition(UDim2.new(1, notifyOffset, 1, -0), "InOut", "Quart", 0.5, true, nil)
  1642. closepressed = true
  1643. end)
  1644. wait(10)
  1645. if LnotifyCount == notifyCount then
  1646. if closepressed == false then
  1647. Notification:TweenPosition(UDim2.new(1, notifyOffset, 1, -0), "InOut", "Quart", 0.5, true, nil)
  1648. end
  1649. notifyCount = 0
  1650. end
  1651. end)
  1652. end
  1653.  
  1654. function CreateLabel(Name, Text)
  1655. local sf = scroll
  1656. if #sf:GetChildren() >= 2546 then
  1657. sf:ClearAllChildren()
  1658. end
  1659. local alls = 0
  1660. for i,v in pairs(sf:GetChildren()) do
  1661. if v then
  1662. alls = v.Size.Y.Offset + alls
  1663. end
  1664. if not v then
  1665. alls = 0
  1666. end
  1667. end
  1668. local tl = Instance.new('TextLabel', sf)
  1669. local il = Instance.new('Frame', tl)
  1670. tl.Name = Name
  1671. tl.ZIndex = 6
  1672. tl.Text = Time().." - ["..Name.."]: "..Text
  1673. tl.Size = UDim2.new(0,322,0,84)
  1674. tl.BackgroundTransparency = 1
  1675. tl.BorderSizePixel = 0
  1676. tl.Font = "SourceSansBold"
  1677. tl.Position = UDim2.new(-1,0,0,alls)
  1678. tl.TextTransparency = 1
  1679. tl.TextScaled = false
  1680. tl.TextSize = 14
  1681. tl.TextWrapped = true
  1682. tl.TextXAlignment = "Left"
  1683. tl.TextYAlignment = "Top"
  1684. il.BackgroundTransparency = 1
  1685. il.BorderSizePixel = 0
  1686. il.Size = UDim2.new(0,12,1,0)
  1687. il.Position = UDim2.new(0,316,0,0)
  1688. tl.TextColor3 = Color3.fromRGB(255,255,255)
  1689. tl.Size = UDim2.new(0,322,0,tl.TextBounds.Y)
  1690. sf.CanvasSize = UDim2.new(0,0,0,alls+tl.TextBounds.Y)
  1691. sf.CanvasPosition = Vector2.new(0,sf.CanvasPosition.Y+tl.TextBounds.Y)
  1692. local size2 = sf.CanvasSize.Y.Offset
  1693. tl:TweenPosition(UDim2.new(0,3,0,alls), 'In', 'Quint', 0.5)
  1694. for i = 0,50 do wait(0.05)
  1695. tl.TextTransparency = tl.TextTransparency - 0.05
  1696. end
  1697. tl.TextTransparency = 0
  1698. end
  1699.  
  1700. IYMouse.KeyDown:connect(function(Key)
  1701. if (Key==prefix) then
  1702. Holder.Cmdbar:CaptureFocus()
  1703. maximizeHolder()
  1704. if SettingsOpen == true then
  1705. wait(0.2)
  1706. Holder.Settings:TweenPosition(UDim2.new(0, 0, 0, 220), "InOut", "Quart", 0.2, true, nil)
  1707. end
  1708. end
  1709. end)
  1710.  
  1711. Holder.MouseEnter:Connect(function()
  1712. maximizeHolder()
  1713. end)
  1714.  
  1715. Holder.MouseLeave:Connect(function()
  1716. minimizeHolder()
  1717. end)
  1718.  
  1719. Holder.SettingsButton.MouseButton1Click:Connect(function()
  1720. if SettingsOpen == false then SettingsOpen = true
  1721. Holder.Settings:TweenPosition(UDim2.new(0, 0, 0, 45), "InOut", "Quart", 0.5, true, nil)
  1722. else SettingsOpen = false
  1723. Holder.Settings:TweenPosition(UDim2.new(0, 0, 0, 220), "InOut", "Quart", 0.5, true, nil)
  1724. end
  1725. end)
  1726.  
  1727. Holder.Settings.StayOpen.Button.On.MouseButton1Click:Connect(function()
  1728. if StayOpen == false then StayOpen = true
  1729. Holder.Settings.StayOpen.Button.On.BackgroundTransparency = 0
  1730. else StayOpen = false
  1731. Holder.Settings.StayOpen.Button.On.BackgroundTransparency = 1
  1732. end
  1733. updatesaves()
  1734. end)
  1735.  
  1736. Clear.MouseButton1Down:connect(function()
  1737. for _, child in pairs(scroll:GetChildren()) do
  1738. child:Destroy()
  1739. end
  1740. scroll.CanvasSize = UDim2.new(0, 0, 0, 10)
  1741. end)
  1742.  
  1743. Toggle.MouseButton1Down:connect(function()
  1744. if logsEnabled then
  1745. logsEnabled = false
  1746. Toggle.Text = 'Disabled'
  1747. updatesaves()
  1748. else
  1749. logsEnabled = true
  1750. Toggle.Text = 'Enabled'
  1751. updatesaves()
  1752. end
  1753. end)
  1754.  
  1755. if not writefileExploit() then
  1756. notify('Saves','Your exploit does not support read/write file. Your settings will not save.')
  1757. end
  1758.  
  1759. ChatLog = function(plr)
  1760. plr.Chatted:Connect(function(Message)
  1761. if logsEnabled == true then
  1762. CreateLabel(plr.Name,Message)
  1763. end
  1764. end)
  1765. end
  1766.  
  1767. for _, plr in pairs(Players:GetChildren()) do
  1768. if plr.ClassName == "Player" then
  1769. ChatLog(plr)
  1770. end
  1771. end
  1772.  
  1773. Players.PlayerAdded:connect(function(player)
  1774. ChatLog(player)
  1775. if ESPenabled then
  1776. ESP(player)
  1777. end
  1778. if CHMSenabled then
  1779. CHMS(player)
  1780. end
  1781. end)
  1782.  
  1783. Players.PlayerRemoving:connect(function(player)
  1784. for i,v in pairs(PARENT:GetChildren()) do
  1785. if v.Name == player.Name..'_ESP' or v.Name == player.Name..'_LC' then
  1786. v:Destroy()
  1787. end
  1788. end
  1789. end)
  1790.  
  1791. shadow.Exit.MouseButton1Down:connect(function()
  1792. logsDrag:TweenPosition(UDim2.new(0, 0, 1, 10), "InOut", "Quart", 0.3, true, nil)
  1793. end)
  1794.  
  1795. shadow.Hide.MouseButton1Down:connect(function()
  1796. if logsDrag.Position ~= UDim2.new(0, 0, 1, -20) then
  1797. logsDrag:TweenPosition(UDim2.new(0, 0, 1, -20), "InOut", "Quart", 0.3, true, nil)
  1798. else
  1799. logsDrag:TweenPosition(UDim2.new(0, 0, 1, -250), "InOut", "Quart", 0.3, true, nil)
  1800. end
  1801. end)
  1802.  
  1803. Holder.Settings.Color.Select.MouseButton1Click:Connect(function()
  1804. notify('UI Color','Not done yet :(')
  1805. end)
  1806.  
  1807. Holder.Settings.Keybinds.Select.MouseButton1Click:Connect(function()
  1808. KeybindsFrame:TweenPosition(UDim2.new(0, 0, 0, 0), "InOut", "Quart", 0.5, true, nil)
  1809. wait(0.5)
  1810. disablebuttons()
  1811. end)
  1812.  
  1813. KeybindsFrame.Close.MouseButton1Click:Connect(function()
  1814. enablebuttons()
  1815. KeybindsFrame:TweenPosition(UDim2.new(0, 0, 0, 175), "InOut", "Quart", 0.5, true, nil)
  1816. end)
  1817.  
  1818. Holder.Settings.Keybinds.Select.MouseButton1Click:Connect(function()
  1819. KeybindsFrame:TweenPosition(UDim2.new(0, 0, 0, 0), "InOut", "Quart", 0.5, true, nil)
  1820. wait(0.5)
  1821. disablebuttons()
  1822. end)
  1823.  
  1824. KeybindsFrame.Add.MouseButton1Click:Connect(function()
  1825. KeybindEditor:TweenPosition(UDim2.new(0.5, -180, 0, 270), "InOut", "Quart", 0.5, true, nil)
  1826. end)
  1827.  
  1828. KeybindsFrame.Delete.MouseButton1Click:Connect(function()
  1829. binds = {}
  1830. refreshbinds()
  1831. updatesaves()
  1832. notify('Keybinds Updated','Removed all keybinds')
  1833. end)
  1834.  
  1835. AliasesFrame.Close.MouseButton1Click:Connect(function()
  1836. enablebuttons()
  1837. AliasesFrame:TweenPosition(UDim2.new(0, 0, 0, 175), "InOut", "Quart", 0.5, true, nil)
  1838. end)
  1839.  
  1840. Settings.Aliases.Select.MouseButton1Click:Connect(function()
  1841. AliasesFrame:TweenPosition(UDim2.new(0, 0, 0, 0), "InOut", "Quart", 0.5, true, nil)
  1842. wait(0.5)
  1843. disablebuttons()
  1844. end)
  1845.  
  1846. PositionsFrame.Close.MouseButton1Click:Connect(function()
  1847. enablebuttons()
  1848. PositionsFrame:TweenPosition(UDim2.new(0, 0, 0, 175), "InOut", "Quart", 0.5, true, nil)
  1849. end)
  1850.  
  1851. Settings.Positions.Select.MouseButton1Click:Connect(function()
  1852. PositionsFrame:TweenPosition(UDim2.new(0, 0, 0, 0), "InOut", "Quart", 0.5, true, nil)
  1853. wait(0.5)
  1854. disablebuttons()
  1855. end)
  1856.  
  1857. local cmds={}
  1858. local customAlias = {}
  1859. AliasesFrame.Delete.MouseButton1Click:Connect(function()
  1860. customAlias = {}
  1861. aliases = {}
  1862. notify('Aliases Modified','Removed all aliases')
  1863. updatesaves()
  1864. refreshaliases()
  1865. end)
  1866.  
  1867. Holder.Settings.Prefix.PrefixBox.Changed:connect(function(property)
  1868. if property == "Text" then
  1869. prefix = Holder.Settings.Prefix.PrefixBox.Text
  1870. updatesaves()
  1871. end
  1872. end)
  1873.  
  1874. function dragGUI(gui)
  1875. spawn(function()
  1876. local dragging
  1877. local dragInput
  1878. local dragStart
  1879. local startPos
  1880. local function update(input)
  1881. local delta = input.Position - dragStart
  1882. gui:TweenPosition(UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y), "InOut", "Quart", 0.04, true, nil)
  1883. end
  1884. gui.InputBegan:Connect(function(input)
  1885. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  1886. dragging = true
  1887. dragStart = input.Position
  1888. startPos = gui.Position
  1889.  
  1890. input.Changed:Connect(function()
  1891. if input.UserInputState == Enum.UserInputState.End then
  1892. dragging = false
  1893. end
  1894. end)
  1895. end
  1896. end)
  1897. gui.InputChanged:Connect(function(input)
  1898. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  1899. dragInput = input
  1900. end
  1901. end)
  1902. UserInputService.InputChanged:Connect(function(input)
  1903. if input == dragInput and dragging then
  1904. update(input)
  1905. end
  1906. end)
  1907. end)
  1908. end
  1909.  
  1910. dragGUI(logsDrag)
  1911. dragGUI(KeybindEditor)
  1912. dragGUI(PluginEditor)
  1913.  
  1914. local CSP = Holder
  1915. local frame = CSP:WaitForChild('CMDs')
  1916.  
  1917. Match = function(name,str)
  1918. return name:lower():find(str:lower()) and true
  1919. end
  1920.  
  1921. canvasPos = nil
  1922. canvasTop = false
  1923. IndexContents = function(str,bool,cmdbar,anim)
  1924. if str == '' or str == ' ' or str == prefix then
  1925. if canvasTop == false then
  1926. canvasPos = CMDsF.CanvasPosition.Y
  1927. end
  1928. else
  1929. CMDsF.CanvasPosition = Vector2.new(0,0)
  1930. canvasTop = true
  1931. end
  1932. local Index,SizeY = 0,0
  1933. local indexnum = 0
  1934. for i,v in next, frame:GetChildren() do
  1935. if bool then
  1936. if Match(v.Text,str) then
  1937. indexnum = indexnum + 1
  1938. Index = Index + 1
  1939. v.Position = UDim2.new(0,10,0,Index*v.AbsoluteSize.Y-v.AbsoluteSize.Y)
  1940. v.Visible = true
  1941. SizeY = SizeY + v.AbsoluteSize.Y
  1942. frame.CanvasSize = UDim2.new(0,0,0,SizeY)
  1943. else
  1944. v.Visible = false
  1945. end
  1946. else
  1947. v.Visible = true
  1948. SizeY = SizeY + v.AbsoluteSize.Y
  1949. frame.CanvasSize = UDim2.new(0,0,0,SizeY)
  1950. end
  1951. end
  1952. if not anim then
  1953. if indexnum == 0 or string.find(str, " ") then
  1954. if not cmdbar then
  1955. minimizeHolder()
  1956. elseif cmdbar then
  1957. cmdbarHolder()
  1958. end
  1959. else
  1960. maximizeHolder()
  1961. end
  1962. else
  1963. minimizeHolder()
  1964. end
  1965. end
  1966.  
  1967. PlayerGui = Players.LocalPlayer:FindFirstChildOfClass("PlayerGui")
  1968. function chatSuggestions()
  1969. if PlayerGui:FindFirstChild("Chat") and PlayerGui.Chat:FindFirstChild("Frame") and PlayerGui.Chat.Frame:FindFirstChild("ChatBarParentFrame") and
  1970. PlayerGui.Chat.Frame.ChatBarParentFrame:FindFirstChild("Frame") and PlayerGui.Chat.Frame.ChatBarParentFrame.Frame:FindFirstChild("BoxFrame") then
  1971. local chatbox = PlayerGui.Chat.Frame.ChatBarParentFrame.Frame.BoxFrame.Frame.ChatBar
  1972.  
  1973. chatbox.Changed:connect(function(property)
  1974. if property == "Text" then
  1975. if chatbox.Text:lower():sub(1,1) == prefix then
  1976. if SettingsOpen == true then
  1977. wait(0.2)
  1978. Holder.Settings:TweenPosition(UDim2.new(0, 0, 0, 220), "InOut", "Quart", 0.2, true, nil)
  1979. end
  1980. IndexContents(PlayerGui.Chat.Frame.ChatBarParentFrame.Frame.BoxFrame.Frame.ChatBar.Text:lower():sub(2),true)
  1981. else
  1982. minimizeHolder()
  1983. if SettingsOpen == true then
  1984. Settings:TweenPosition(UDim2.new(0, 0, 0, 45), "InOut", "Quart", 0.2, true, nil)
  1985. end
  1986. end
  1987. end
  1988. end)
  1989.  
  1990. chatbox.FocusLost:connect(function(enterpressed)
  1991. if not enterpressed or chatbox.Text:lower():sub(1,1) ~= prefix then
  1992. IndexContents('',true)
  1993. if canvasPos ~= nil then
  1994. CMDsF.CanvasPosition = Vector2.new(0, canvasPos)
  1995. canvasTop = false
  1996. end
  1997. end
  1998. minimizeHolder()
  1999. end)
  2000.  
  2001. PlayerGui.Chat.Frame.ChatBarParentFrame.ChildAdded:Connect(function(newbar)
  2002. wait()
  2003. if newbar:FindFirstChild('BoxFrame') then
  2004. chatSuggestions()
  2005. end
  2006. end)
  2007.  
  2008. else
  2009. notify('Suggestions','Custom chat detected. Will not provide suggestions for commands typed in the chat.')
  2010. end
  2011. end
  2012.  
  2013. chatSuggestions()
  2014.  
  2015. local CMDs = {}
  2016. CMDs[#CMDs + 1] = {NAME = 'rejoin / rj', DESC = 'Makes you rejoin the game'}
  2017. CMDs[#CMDs + 1] = {NAME = 'exit', DESC = 'Kills roblox process'}
  2018. CMDs[#CMDs + 1] = {NAME = 'chatlogs / logs', DESC = 'Log what people say or whisper'}
  2019. CMDs[#CMDs + 1] = {NAME = 'serverinfo / info', DESC = 'Gives you info about the server'}
  2020. CMDs[#CMDs + 1] = {NAME = 'explorer / dex', DESC = 'Opens DEX explorer'}
  2021. CMDs[#CMDs + 1] = {NAME = 'remotespy', DESC = 'Prints remotes (updating soon)'}
  2022. CMDs[#CMDs + 1] = {NAME = 'breakloops / break (cmd loops)', DESC = 'Stops any cmd loops (;100^1^cmd)'}
  2023. CMDs[#CMDs + 1] = {NAME = '', DESC = ''}
  2024. CMDs[#CMDs + 1] = {NAME = 'addalias [cmd] [alias]', DESC = 'Adds an alias to a command'}
  2025. CMDs[#CMDs + 1] = {NAME = 'removealias [alias]', DESC = 'Removes a custom alias'}
  2026. CMDs[#CMDs + 1] = {NAME = 'clraliases', DESC = 'Removes all custom aliases'}
  2027. CMDs[#CMDs + 1] = {NAME = '', DESC = ''}
  2028. CMDs[#CMDs + 1] = {NAME = 'noclip', DESC = 'Go through objects'}
  2029. CMDs[#CMDs + 1] = {NAME = 'unnoclip / clip', DESC = 'Disables noclip'}
  2030. CMDs[#CMDs + 1] = {NAME = 'fly', DESC = 'Makes you fly'}
  2031. CMDs[#CMDs + 1] = {NAME = 'unfly', DESC = 'Disables fly'}
  2032. CMDs[#CMDs + 1] = {NAME = 'flyspeed [num]', DESC = 'Set fly speed'}
  2033. CMDs[#CMDs + 1] = {NAME = 'float', DESC = 'Makes you float'}
  2034. CMDs[#CMDs + 1] = {NAME = 'unfloat', DESC = 'Disables floating'}
  2035. CMDs[#CMDs + 1] = {NAME = '', DESC = ''}
  2036. CMDs[#CMDs + 1] = {NAME = 'spos / setwaypoint [name]', DESC = 'Sets a waypoint at your position'}
  2037. CMDs[#CMDs + 1] = {NAME = 'dpos / deletewaypoint [name]', DESC = 'Deletes a waypoint'}
  2038. CMDs[#CMDs + 1] = {NAME = 'lpos / waypoint [name]', DESC = 'Teleports player to a waypoint'}
  2039. CMDs[#CMDs + 1] = {NAME = 'clearpos / cpos / clearwaypoints', DESC = 'Clears all waypoints'}
  2040. CMDs[#CMDs + 1] = {NAME = '', DESC = ''}
  2041. CMDs[#CMDs + 1] = {NAME = 'spam [text]', DESC = 'Makes you spam the chat'}
  2042. CMDs[#CMDs + 1] = {NAME = 'unspam', DESC = 'Turns off spam'}
  2043. CMDs[#CMDs + 1] = {NAME = 'pmspam [plr] [text]', DESC = 'Makes you spam a players whispers'}
  2044. CMDs[#CMDs + 1] = {NAME = 'unpmspam [plr]', DESC = 'Turns off pm spam'}
  2045. CMDs[#CMDs + 1] = {NAME = '', DESC = ''}
  2046. CMDs[#CMDs + 1] = {NAME = 'esp', DESC = 'View all players and their status'}
  2047. CMDs[#CMDs + 1] = {NAME = 'noesp / unesp', DESC = 'Removes esp'}
  2048. CMDs[#CMDs + 1] = {NAME = 'chams', DESC = 'ESP but without text in the way'}
  2049. CMDs[#CMDs + 1] = {NAME = 'nochams / unchams', DESC = 'Removes chams'}
  2050. CMDs[#CMDs + 1] = {NAME = 'locate [plr]', DESC = 'View a single player and their status'}
  2051. CMDs[#CMDs + 1] = {NAME = 'unlocate / nolocate [plr]', DESC = 'Removes locate'}
  2052. CMDs[#CMDs + 1] = {NAME = 'spectate / view [plr]', DESC = 'View a player'}
  2053. CMDs[#CMDs + 1] = {NAME = 'unspectate / unview', DESC = 'Stops viewing player'}
  2054. CMDs[#CMDs + 1] = {NAME = 'freecam / fc', DESC = 'Allows you to freely move camera around the game'}
  2055. CMDs[#CMDs + 1] = {NAME = 'unfreecam / unfc', DESC = 'Disables freecam'}
  2056. CMDs[#CMDs + 1] = {NAME = 'freecamspeed / fcspeed [num]', DESC = 'Adjusts freecam speed'}
  2057. CMDs[#CMDs + 1] = {NAME = 'firstp', DESC = 'Forces camera to go into first person'}
  2058. CMDs[#CMDs + 1] = {NAME = 'thirdp', DESC = 'Allows camera to go into third person'}
  2059. CMDs[#CMDs + 1] = {NAME = 'maxzoom [num]', DESC = 'Maximum camera zoom'}
  2060. CMDs[#CMDs + 1] = {NAME = 'fixcam', DESC = 'Fixes camera'}
  2061. CMDs[#CMDs + 1] = {NAME = '', DESC = ''}
  2062. CMDs[#CMDs + 1] = {NAME = 'btools (CLIENT)', DESC = 'Gives you building tools (DOES NOT REPLICATE)'}
  2063. CMDs[#CMDs + 1] = {NAME = 'f3x (CLIENT)', DESC = 'Loads f3x tools'}
  2064. CMDs[#CMDs + 1] = {NAME = 'delete [part name] (CLIENT)', DESC = 'Removes any part with a certain name from the workspace (DOES NOT REPLICATE)'}
  2065. CMDs[#CMDs + 1] = {NAME = 'deleteclass / dc [class name] (CLIENT)', DESC = 'Removes any part with a certain classname from the workspace (DOES NOT REPLICATE)'}
  2066. CMDs[#CMDs + 1] = {NAME = 'lockworkspace / lockws', DESC = 'Locks the whole workspace'}
  2067. CMDs[#CMDs + 1] = {NAME = 'unlockworkspace / unlockws', DESC = 'Unlocks the whole workspace'}
  2068. CMDs[#CMDs + 1] = {NAME = 'gotopart [part name]', DESC = 'Moves your character to a part or multiple parts'}
  2069. CMDs[#CMDs + 1] = {NAME = 'bringpart [part name] (CLIENT)', DESC = 'Moves a part or multiple parts to your character'}
  2070. CMDs[#CMDs + 1] = {NAME = '', DESC = ''}
  2071. CMDs[#CMDs + 1] = {NAME = 'ambient [num] [num] [num] (CLIENT)', DESC = 'Changes ambient'}
  2072. CMDs[#CMDs + 1] = {NAME = 'nofog (CLIENT)', DESC = 'Removes fog'}
  2073. CMDs[#CMDs + 1] = {NAME = 'brightness [num] (CLIENT)', DESC = 'Changes the brightness lighting property'}
  2074. CMDs[#CMDs + 1] = {NAME = 'restorelighting / rlighting', DESC = 'Restores Lighting properties'}
  2075. CMDs[#CMDs + 1] = {NAME = 'light [radius] (CLIENT)', DESC = 'Gives your player dynamic light'}
  2076. CMDs[#CMDs + 1] = {NAME = 'nolight / unlight', DESC = 'Removes dynamic light from your player'}
  2077. CMDs[#CMDs + 1] = {NAME = '', DESC = ''}
  2078. CMDs[#CMDs + 1] = {NAME = 'age [plr]', DESC = 'Tells you the age of a player'}
  2079. CMDs[#CMDs + 1] = {NAME = 'os [plr]', DESC = "Shows a player's platform"}
  2080. CMDs[#CMDs + 1] = {NAME = 'bang [plr]', DESC = 'owo'}
  2081. CMDs[#CMDs + 1] = {NAME = 'unbang [plr]', DESC = 'uwu'}
  2082. CMDs[#CMDs + 1] = {NAME = 'headsit [plr]', DESC = 'Sit on a players head'}
  2083. CMDs[#CMDs + 1] = {NAME = 'kill [plr] (TOOL)', DESC = 'Kills a player (YOU NEED A TOOL)'}
  2084. CMDs[#CMDs + 1] = {NAME = 'bring [plr] (TOOL)', DESC = 'Brings a player (YOU NEED A TOOL)'}
  2085. CMDs[#CMDs + 1] = {NAME = 'fling', DESC = 'Flings anyone you touch'}
  2086. CMDs[#CMDs + 1] = {NAME = 'unfling', DESC = 'Disables the fling command'}
  2087. CMDs[#CMDs + 1] = {NAME = 'loopoof', DESC = 'Loops everyones character sounds (everyone can hear)'}
  2088. CMDs[#CMDs + 1] = {NAME = 'unloopoof', DESC = 'Stops the oof chaos'}
  2089. CMDs[#CMDs + 1] = {NAME = '', DESC = ''}
  2090. CMDs[#CMDs + 1] = {NAME = 'respawn', DESC = 'Respawns you'}
  2091. CMDs[#CMDs + 1] = {NAME = 'refresh / re', DESC = 'Respawns and brings you back to the same position'}
  2092. CMDs[#CMDs + 1] = {NAME = 'god', DESC = 'Gives you godmode'}
  2093. CMDs[#CMDs + 1] = {NAME = 'ungod', DESC = 'Respawns/ungods you'}
  2094. CMDs[#CMDs + 1] = {NAME = 'invisible / invis', DESC = 'Makes you invisible to other players'}
  2095. CMDs[#CMDs + 1] = {NAME = 'weaken', DESC = 'Changes CustomPhysicalProperties in your player'}
  2096. CMDs[#CMDs + 1] = {NAME = 'unweaken', DESC = 'Changes CustomPhysicalProperties in your player'}
  2097. CMDs[#CMDs + 1] = {NAME = 'strengthen', DESC = 'Changes CustomPhysicalProperties in your player'}
  2098. CMDs[#CMDs + 1] = {NAME = 'unstrengthen', DESC = 'Changes CustomPhysicalProperties in your player'}
  2099. CMDs[#CMDs + 1] = {NAME = 'speed / ws [num]', DESC = 'Change your walkspeed'}
  2100. CMDs[#CMDs + 1] = {NAME = 'hipheight / hheight [num]', DESC = 'Adjusts hip height'}
  2101. CMDs[#CMDs + 1] = {NAME = 'jumppower / jpower [num]', DESC = 'Change a players jump height'}
  2102. CMDs[#CMDs + 1] = {NAME = 'gravity / grav [num]', DESC = 'Change your gravity'}
  2103. CMDs[#CMDs + 1] = {NAME = 'sit', DESC = 'Makes your character sit'}
  2104. CMDs[#CMDs + 1] = {NAME = 'stun', DESC = 'Enables PlatformStand'}
  2105. CMDs[#CMDs + 1] = {NAME = 'unstun', DESC = 'Disables PlatformStand'}
  2106. CMDs[#CMDs + 1] = {NAME = 'team [team name] (CLIENT)', DESC = 'Changes your team. Sometimes fools localscripts.'}
  2107. CMDs[#CMDs + 1] = {NAME = '', DESC = ''}
  2108. CMDs[#CMDs + 1] = {NAME = 'goto [plr]', DESC = 'Go to a player'}
  2109. CMDs[#CMDs + 1] = {NAME = 'loopgoto [plr]', DESC = 'Loop teleport to a player'}
  2110. CMDs[#CMDs + 1] = {NAME = 'unloopgoto [plr]', DESC = 'Stops teleporting you to a player'}
  2111. CMDs[#CMDs + 1] = {NAME = 'loopbring [plr] (CLIENT)', DESC = 'Loop brings a player to you (useful for killing)'}
  2112. CMDs[#CMDs + 1] = {NAME = 'unloopbring [plr]', DESC = 'Undoes loopbring'}
  2113. CMDs[#CMDs + 1] = {NAME = 'freeze / fr [plr] (CLIENT)', DESC = 'Freezes a player'}
  2114. CMDs[#CMDs + 1] = {NAME = 'thaw / unfr [plr]', DESC = 'Unfreezes a player'}
  2115. CMDs[#CMDs + 1] = {NAME = 'tpposition / tppos [coordinate]', DESC = 'Teleports you to a coordinate'}
  2116. CMDs[#CMDs + 1] = {NAME = 'offset [coordinate]', DESC = 'Offsets you by a coordinate'}
  2117. CMDs[#CMDs + 1] = {NAME = 'getposition / getpos', DESC = 'Notifies you the coordinates of your character'}
  2118. CMDs[#CMDs + 1] = {NAME = 'spawnpoint / spawn', DESC = 'Sets a position where you will spawn'}
  2119. CMDs[#CMDs + 1] = {NAME = 'nospawnpoint / nospawn', DESC = 'Removes your custom spawn point'}
  2120. CMDs[#CMDs + 1] = {NAME = '', DESC = ''}
  2121. CMDs[#CMDs + 1] = {NAME = 'animation / anim [ID] [speed]', DESC = 'Makes your character preform an animation (must be by roblox to replicate)'}
  2122. CMDs[#CMDs + 1] = {NAME = 'dance', DESC = 'Makes you d a n c e'}
  2123. CMDs[#CMDs + 1] = {NAME = 'spasm', DESC = 'Makes you c r a z y'}
  2124. CMDs[#CMDs + 1] = {NAME = 'unspasm', DESC = 'Stops spasm'}
  2125. CMDs[#CMDs + 1] = {NAME = 'headthrow', DESC = 'Simply makes you throw your head'}
  2126. CMDs[#CMDs + 1] = {NAME = 'noarms', DESC = 'Removes your arms'}
  2127. CMDs[#CMDs + 1] = {NAME = 'nolegs', DESC = 'Removes your arms'}
  2128. CMDs[#CMDs + 1] = {NAME = 'nolimbs', DESC = 'Removes your limbs'}
  2129. CMDs[#CMDs + 1] = {NAME = 'naked', DESC = 'Removes your clothing'}
  2130. CMDs[#CMDs + 1] = {NAME = 'blockhead', DESC = 'Turns your head into a block'}
  2131. CMDs[#CMDs + 1] = {NAME = 'blockhats', DESC = 'Turns your hats into blocks'}
  2132. CMDs[#CMDs + 1] = {NAME = 'clone', DESC = 'Creates an illusion of a clone'}
  2133. CMDs[#CMDs + 1] = {NAME = 'creeper', DESC = 'Makes you look like a creeper'}
  2134. CMDs[#CMDs + 1] = {NAME = 'drophats', DESC = 'Drops your hats'}
  2135. CMDs[#CMDs + 1] = {NAME = 'droptools', DESC = 'Drops your tools'}
  2136. CMDs[#CMDs + 1] = {NAME = 'spin [speed]', DESC = 'Spins your character'}
  2137. CMDs[#CMDs + 1] = {NAME = 'unspin', DESC = 'Disables spin'}
  2138. CMDs[#CMDs + 1] = {NAME = 'spinhats', DESC = 'Spins your characters accessorys'}
  2139. CMDs[#CMDs + 1] = {NAME = 'unspinhats', DESC = 'Undoes spinhats'}
  2140. CMDs[#CMDs + 1] = {NAME = '', DESC = ''}
  2141. CMDs[#CMDs + 1] = {NAME = 'tools', DESC = 'Copies tools from ReplicatedStorage and Lighting'}
  2142. CMDs[#CMDs + 1] = {NAME = 'keeptools / ktools', DESC = 'Saves tools to startergear'}
  2143. CMDs[#CMDs + 1] = {NAME = 'nokeeptools / noktools', DESC = 'Deletes tools in startergear'}
  2144. CMDs[#CMDs + 1] = {NAME = 'notools/removetools', DESC = 'Removes tools from character and backpack'}
  2145. CMDs[#CMDs + 1] = {NAME = 'grabtools', DESC = 'Automatically get tools that are dropped'}
  2146. CMDs[#CMDs + 1] = {NAME = 'ungrabtools', DESC = 'Disables grabtools'}
  2147. CMDs[#CMDs + 1] = {NAME = 'givetools [plr]', DESC = 'Give your tools to a player'}
  2148. CMDs[#CMDs + 1] = {NAME = 'copytools [plr]', DESC = 'Copies a players tools'}
  2149. wait()
  2150.  
  2151. for i = 1, #CMDs do
  2152. local newcmd = Holder.Example:Clone()
  2153. newcmd.Parent = Holder.CMDs
  2154. newcmd.Visible = false
  2155. newcmd.Text = "" .. CMDs[i].NAME
  2156. newcmd.Name = 'CMD'
  2157. newcmd.MouseButton1Click:Connect(function()
  2158. notify(CMDs[i].NAME,CMDs[i].DESC)
  2159. end)
  2160. end
  2161.  
  2162. IndexContents('',true)
  2163.  
  2164. function FindInTable(Table, Name)
  2165. for i,v in pairs(Table) do
  2166. if v == Name then
  2167. return true
  2168. end
  2169. end
  2170. return false
  2171. end
  2172.  
  2173.  
  2174. function GetInTable(Table, Name)
  2175. for i = 1, #Table do
  2176. if Table[i] == Name then
  2177. return i
  2178. end
  2179. end
  2180. return false
  2181. end
  2182.  
  2183. function respawn(plr)
  2184. if r15(plr) then
  2185. plr.Character.Humanoid.Health = 0
  2186. wait(0.1)
  2187. plr.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  2188. plr.Character.HumanoidRootPart:Destroy()
  2189. else
  2190. plr.Character:Destroy()
  2191. local M = Instance.new('Model', workspace) M.Name = 'respawn_iy'
  2192. local H = Instance.new('Humanoid', M)
  2193. local T = Instance.new('Part', M) T.Name = 'Torso' T.CanCollide = false T.Transparency = 1
  2194. plr.Character = M
  2195. end
  2196. end
  2197.  
  2198. function refresh(plr)
  2199. spawn(function()
  2200. local rpos = plr.Character.HumanoidRootPart.Position
  2201. wait()
  2202. respawn(plr)
  2203. wait()
  2204. repeat wait() until plr.Character ~= nil and plr.Character:FindFirstChild('HumanoidRootPart')
  2205. plr.Character:MoveTo(rpos)
  2206. end)
  2207. end
  2208.  
  2209. godded = false
  2210. local oldCframe
  2211. local currentTool
  2212.  
  2213. Players.LocalPlayer.CharacterAdded:Connect(function()
  2214. wait(0.3)
  2215. if spawnpoint and not godded and spawnpos ~= nil then
  2216. Players.LocalPlayer.Character.HumanoidRootPart.CFrame = spawnpos
  2217. end
  2218. bangplr = nil
  2219. execCmd('clip')
  2220. if godded then
  2221. repeat wait() until Players.LocalPlayer.Character ~= nil and Players.LocalPlayer.Character:FindFirstChild('HumanoidRootPart') and Players.LocalPlayer.Character:FindFirstChild('Humanoid')
  2222. Players.LocalPlayer.Character.Humanoid:SetStateEnabled(15,false)
  2223. Players.LocalPlayer.Character.Humanoid:SetStateEnabled(16,false)
  2224. local r=Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart")
  2225. for i = 1,5 do
  2226. r.CFrame = oldCframe
  2227. end
  2228. if currentTool ~= nil then
  2229. local nt = Players.LocalPlayer.Backpack:FindFirstChild(currentTool.Name)
  2230. nt.Parent = Players.LocalPlayer.Character
  2231. currentTool = nil
  2232. end
  2233. end
  2234. end)
  2235.  
  2236. Players.LocalPlayer.CharacterRemoving:Connect(function()
  2237. if Players.LocalPlayer.Character then
  2238. local r = Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart")
  2239. if r ~= nil then oldCframe = r.CFrame end
  2240. currentTool = Players.LocalPlayer.Character:FindFirstChildOfClass("Tool")
  2241. end
  2242. end)
  2243.  
  2244. local std={}
  2245. std.inTable=function(tbl,val)
  2246. if tbl==nil then return false end
  2247. for _,v in pairs(tbl)do
  2248. if v==val then return true end
  2249. end
  2250. return false
  2251. end
  2252.  
  2253. function getstring(begin)
  2254. local start = begin-1
  2255. local AA = '' for i,v in pairs(cargs) do
  2256. if i > start then
  2257. if AA ~= '' then
  2258. AA = AA .. ' ' .. v
  2259. else
  2260. AA = AA .. v
  2261. end
  2262. end
  2263. end
  2264. return AA
  2265. end
  2266.  
  2267. local findCmd=function(cmd_name)
  2268. for i,v in pairs(cmds)do
  2269. if v.NAME:lower()==cmd_name:lower() or std.inTable(v.ALIAS,cmd_name:lower()) then
  2270. return v
  2271. end
  2272. end
  2273. return customAlias[cmd_name:lower()]
  2274. end
  2275.  
  2276. local function splitString(str,delim)
  2277. local broken = {}
  2278. if delim == nil then delim = "," end
  2279. for w in string.gmatch(str,"[^"..delim.."]+") do
  2280. table.insert(broken,w)
  2281. end
  2282. return broken
  2283. end
  2284.  
  2285. local historyCount = 0
  2286. local cmdHistory = {}
  2287. local split=" "
  2288. lastBreakTime = 0
  2289. function execCmd(cmdStr,speaker)
  2290. spawn(function()
  2291. if canvasPos ~= nil then
  2292. CMDsF.CanvasPosition = Vector2.new(0, canvasPos)
  2293. canvasTop = false
  2294. end
  2295. local rawCmdStr = cmdStr
  2296. cmdStr = string.gsub(cmdStr,"\\\\","%%BackSlash%%")
  2297. local commandsToRun = splitString(cmdStr,"\\")
  2298. for i,v in pairs(commandsToRun) do
  2299. v = string.gsub(v,"%%BackSlash%%","\\")
  2300. local x,y,num = v:find("^(%d+)%^")
  2301. local cmdDelay = 0
  2302. if num then
  2303. v = v:sub(y+1)
  2304. local x,y,del = v:find("^([%d%.]+)%^")
  2305. if del then
  2306. v = v:sub(y+1)
  2307. cmdDelay = tonumber(del) or 0
  2308. end
  2309. end
  2310. num = tonumber(num or 1)
  2311. local args = splitString(v,split)
  2312. local cmd = findCmd(args[1])
  2313. if cmd then
  2314. table.remove(args,1)
  2315. cargs = args
  2316. if speaker == Players.LocalPlayer then
  2317. if cmdHistory[1] ~= rawCmdStr then table.insert(cmdHistory,1,rawCmdStr) end
  2318. end
  2319. if #cmdHistory > 20 then table.remove(cmdHistory) end
  2320. local cmdStartTime = tick()
  2321. for rep = 1,num do
  2322. if lastBreakTime > cmdStartTime then break end
  2323. pcall(function()
  2324. cmd.FUNC(args, speaker)
  2325. end)
  2326. if cmdDelay ~= 0 then wait(cmdDelay) end
  2327. end
  2328. end
  2329. end
  2330. end)
  2331. end
  2332.  
  2333. function addcmd(name,alias,func,plgn)
  2334. cmds[#cmds+1]=
  2335. {
  2336. NAME=name;
  2337. ALIAS=alias;
  2338. FUNC=func;
  2339. PLUGIN=plgn;
  2340. }
  2341. end
  2342.  
  2343. function addbind(cmd,key)
  2344. binds[#binds+1]=
  2345. {
  2346. COMMAND=cmd;
  2347. KEY=key;
  2348. }
  2349. end
  2350.  
  2351. function addcmdtext(text,name,desc)
  2352. local newcmd = Holder.Example:Clone()
  2353. newcmd.Parent = Holder.CMDs
  2354. newcmd.Visible = false
  2355. newcmd.Text = text
  2356. newcmd.Name = 'PLUGIN_'..name
  2357. if desc then
  2358. newcmd.MouseButton1Click:Connect(function()
  2359. notify(text,desc)
  2360. end)
  2361. end
  2362. end
  2363.  
  2364. local SpecialPlayerCases = {
  2365. ["all"] = function(speaker)return Players:GetPlayers() end,
  2366. ["others"] = function(speaker)
  2367. local plrs = {}
  2368. for i,v in pairs(Players:GetPlayers()) do
  2369. if v ~= speaker then
  2370. table.insert(plrs,v)
  2371. end
  2372. end
  2373. return plrs
  2374. end,
  2375. ["me"] = function(speaker)return {speaker} end,
  2376. ["#(%d+)"] = function(speaker,args,currentList)
  2377. local returns = {}
  2378. local randAmount = tonumber(args[1])
  2379. local players = {unpack(currentList)}
  2380. for i = 1,randAmount do
  2381. if #players == 0 then break end
  2382. local randIndex = math.random(1,#players)
  2383. table.insert(returns,players[randIndex])
  2384. table.remove(players,randIndex)
  2385. end
  2386. return returns
  2387. end,
  2388. ["random"] = function(speaker,args,currentList)
  2389. local players = currentList
  2390. return {players[math.random(1,#players)]}
  2391. end,
  2392. ["%%(.+)"] = function(speaker,args)
  2393. local returns = {}
  2394. local team = args[1]
  2395. for _,plr in pairs(Players:GetPlayers()) do
  2396. if plr.Team and string.sub(string.lower(plr.Team.Name),1,#team) == string.lower(team) then
  2397. table.insert(returns,plr)
  2398. end
  2399. end
  2400. return returns
  2401. end,
  2402. ["allies"] = function(speaker)
  2403. local returns = {}
  2404. local team = speaker.Team
  2405. for _,plr in pairs(Players:GetPlayers()) do
  2406. if plr.Team == team then
  2407. table.insert(returns,plr)
  2408. end
  2409. end
  2410. return returns
  2411. end,
  2412. ["enemies"] = function(speaker)
  2413. local returns = {}
  2414. local team = speaker.Team
  2415. for _,plr in pairs(Players:GetPlayers()) do
  2416. if plr.Team ~= team then
  2417. table.insert(returns,plr)
  2418. end
  2419. end
  2420. return returns
  2421. end,
  2422. ["team"] = function(speaker)
  2423. local returns = {}
  2424. local team = speaker.Team
  2425. for _,plr in pairs(Players:GetPlayers()) do
  2426. if plr.Team == team then
  2427. table.insert(returns,plr)
  2428. end
  2429. end
  2430. return returns
  2431. end,
  2432. ["nonteam"] = function(speaker)
  2433. local returns = {}
  2434. local team = speaker.Team
  2435. for _,plr in pairs(Players:GetPlayers()) do
  2436. if plr.Team ~= team then
  2437. table.insert(returns,plr)
  2438. end
  2439. end
  2440. return returns
  2441. end,
  2442. ["friends"] = function(speaker,args)
  2443. local returns = {}
  2444. for _,plr in pairs(Players:GetPlayers()) do
  2445. if plr:IsFriendsWith(speaker.UserId) and plr ~= speaker then
  2446. table.insert(returns,plr)
  2447. end
  2448. end
  2449. return returns
  2450. end,
  2451. ["nonfriends"] = function(speaker,args)
  2452. local returns = {}
  2453. for _,plr in pairs(Players:GetPlayers()) do
  2454. if not plr:IsFriendsWith(speaker.UserId) and plr ~= speaker then
  2455. table.insert(returns,plr)
  2456. end
  2457. end
  2458. return returns
  2459. end,
  2460. ["guests"] = function(speaker,args)
  2461. local returns = {}
  2462. for _,plr in pairs(Players:GetPlayers()) do
  2463. if plr.Guest then
  2464. table.insert(returns,plr)
  2465. end
  2466. end
  2467. return returns
  2468. end,
  2469. ["bacons"] = function(speaker,args)
  2470. local returns = {}
  2471. for _,plr in pairs(Players:GetPlayers()) do
  2472. if plr.Character:FindFirstChild('Pal Hair') or plr.Character:FindFirstChild('Kate Hair') then
  2473. table.insert(returns,plr)
  2474. end
  2475. end
  2476. return returns
  2477. end,
  2478. ["age(%d+)"] = function(speaker,args)
  2479. local returns = {}
  2480. local age = tonumber(args[1])
  2481. if not age == nil then return end
  2482. for _,plr in pairs(Players:GetPlayers()) do
  2483. if plr.AccountAge <= age then
  2484. table.insert(returns,plr)
  2485. end
  2486. end
  2487. return returns
  2488. end,
  2489. ["rad(%d+)"] = function(speaker,args)
  2490. local returns = {}
  2491. local radius = tonumber(args[1])
  2492. local speakerChar = speaker.Character
  2493. if not speakerChar or not speakerChar:FindFirstChild("HumanoidRootPart") then return end
  2494. for _,plr in pairs(Players:GetPlayers()) do
  2495. if plr.Character and plr.Character:FindFirstChild("HumanoidRootPart") then
  2496. local magnitude = (plr.Character:FindFirstChild("HumanoidRootPart").Position-speakerChar.HumanoidRootPart.Position).magnitude
  2497. if magnitude <= radius then table.insert(returns,plr) end
  2498. end
  2499. end
  2500. return returns
  2501. end
  2502. }
  2503.  
  2504. local function toTokens(str)
  2505. local tokens = {}
  2506. for op,name in string.gmatch(str,"([+-])([^+-]+)") do
  2507. table.insert(tokens,{Operator = op,Name = name})
  2508. end
  2509. return tokens
  2510. end
  2511.  
  2512. local function onlyIncludeInTable(tab,matches)
  2513. local matchTable = {}
  2514. local resultTable = {}
  2515. for i,v in pairs(matches) do matchTable[v.Name] = true end
  2516. for i,v in pairs(tab) do if matchTable[v.Name] then table.insert(resultTable,v) end end
  2517. return resultTable
  2518. end
  2519.  
  2520. local function removeTableMatches(tab,matches)
  2521. local matchTable = {}
  2522. local resultTable = {}
  2523. for i,v in pairs(matches) do matchTable[v.Name] = true end
  2524. for i,v in pairs(tab) do if not matchTable[v.Name] then table.insert(resultTable,v) end end
  2525. return resultTable
  2526. end
  2527.  
  2528. local function getPlayersByName(name)
  2529. local found = {}
  2530. for i,v in pairs(Players:GetChildren()) do
  2531. if string.sub(string.lower(v.Name),1,#name) == string.lower(name) then
  2532. table.insert(found,v)
  2533. end
  2534. end
  2535. return found
  2536. end
  2537.  
  2538. function getPlayer(list,speaker)
  2539. if list == nil then return {speaker.Name} end
  2540. local nameList = splitString(list,",")
  2541.  
  2542. local foundList = {}
  2543.  
  2544. for _,name in pairs(nameList) do
  2545. if string.sub(name,1,1) ~= "+" and string.sub(name,1,1) ~= "-" then name = "+"..name end
  2546. local tokens = toTokens(name)
  2547. local initialPlayers = Players:GetPlayers()
  2548.  
  2549. for i,v in pairs(tokens) do
  2550. if v.Operator == "+" then
  2551. local tokenContent = v.Name
  2552. local foundCase = false
  2553. for regex,case in pairs(SpecialPlayerCases) do
  2554. local matches = {string.match(tokenContent,"^"..regex.."$")}
  2555. if #matches > 0 then
  2556. foundCase = true
  2557. initialPlayers = onlyIncludeInTable(initialPlayers,case(speaker,matches,initialPlayers))
  2558. end
  2559. end
  2560. if not foundCase then
  2561. initialPlayers = onlyIncludeInTable(initialPlayers,getPlayersByName(tokenContent))
  2562. end
  2563. else
  2564. local tokenContent = v.Name
  2565. local foundCase = false
  2566. for regex,case in pairs(SpecialPlayerCases) do
  2567. local matches = {string.match(tokenContent,"^"..regex.."$")}
  2568. if #matches > 0 then
  2569. foundCase = true
  2570. initialPlayers = removeTableMatches(initialPlayers,case(speaker,matches,initialPlayers))
  2571. end
  2572. end
  2573. if not foundCase then
  2574. initialPlayers = removeTableMatches(initialPlayers,getPlayersByName(tokenContent))
  2575. end
  2576. end
  2577. end
  2578.  
  2579. for i,v in pairs(initialPlayers) do table.insert(foundList,v) end
  2580. end
  2581.  
  2582. local foundNames = {}
  2583. for i,v in pairs(foundList) do table.insert(foundNames,v.Name) end
  2584.  
  2585. return foundNames
  2586. end
  2587.  
  2588. local getprfx=function(strn)
  2589. if strn:sub(1,string.len(prefix))==prefix then return{'cmd',string.len(prefix)+1}
  2590. end return
  2591. end
  2592.  
  2593. function do_exec(str, plr)
  2594. str = str:gsub('/e ', '')
  2595. local t = getprfx(str)
  2596. if not t then return end
  2597. str = str:sub(t[2])
  2598. if t[1]=='cmd' then
  2599. execCmd(str, plr)
  2600. IndexContents('',true,false,true)
  2601. end
  2602. end
  2603.  
  2604.  
  2605. Players.LocalPlayer.Chatted:connect(function(message)
  2606. do_exec(message, Players.LocalPlayer)
  2607. end)
  2608.  
  2609. Holder.Cmdbar.Changed:connect(function(property)
  2610. if property == "Text" and Holder.Cmdbar:IsFocused() then
  2611. IndexContents(Holder.Cmdbar.Text,true,true)
  2612. end
  2613. end)
  2614.  
  2615. Holder.Cmdbar.FocusLost:connect(function(enterpressed)
  2616. if enterpressed then
  2617. execCmd(Holder.Cmdbar.Text,Players.LocalPlayer)
  2618. end
  2619. Holder.Cmdbar.Text = "Command Bar"
  2620. IndexContents('',true,false,true)
  2621. if canvasPos ~= nil then
  2622. CMDsF.CanvasPosition = Vector2.new(0, canvasPos)
  2623. canvasTop = false
  2624. end
  2625. if SettingsOpen == true then
  2626. Settings:TweenPosition(UDim2.new(0, 0, 0, 45), "InOut", "Quart", 0.2, true, nil)
  2627. end
  2628. end)
  2629.  
  2630. Holder.Cmdbar.Focused:Connect(function() historyCount = 0 end)
  2631. UserInputService.InputBegan:Connect(function(input)
  2632. if not Holder.Cmdbar:IsFocused() then return end
  2633. if input.KeyCode == Enum.KeyCode.Up then
  2634. historyCount = historyCount + 1
  2635. if historyCount > #cmdHistory then historyCount = #cmdHistory end
  2636. Holder.Cmdbar.Text = cmdHistory[historyCount] or ""
  2637. elseif input.KeyCode == Enum.KeyCode.Down then
  2638. historyCount = historyCount - 1
  2639. if historyCount < 1 then historyCount = 1 end
  2640. Holder.Cmdbar.Text = cmdHistory[historyCount] or ""
  2641. end
  2642. end)
  2643.  
  2644. ESPenabled = false
  2645. CHMSenabled = false
  2646.  
  2647. function round(num, numDecimalPlaces)
  2648. local mult = 10^(numDecimalPlaces or 0)
  2649. return math.floor(num * mult + 0.5) / mult
  2650. end
  2651.  
  2652. function ESP(plr)
  2653. spawn(function()
  2654. local refreshing = true
  2655. for i,v in pairs(PARENT:GetChildren()) do
  2656. if v.Name == plr.Name..'_ESP' then
  2657. v:Destroy()
  2658. end
  2659. end
  2660. wait()
  2661. if plr.Character and plr.Name ~= Players.LocalPlayer.Name and not PARENT:FindFirstChild(plr.Name..'_ESP') then
  2662. local ESPholder = Instance.new("Folder", PARENT)
  2663. ESPholder.Name = plr.Name..'_ESP'
  2664. for b,n in pairs (plr.Character:GetChildren()) do
  2665. if (n:IsA("BasePart")) then
  2666. local a = Instance.new("BoxHandleAdornment", ESPholder)
  2667. a.Name = plr.Name
  2668. a.Adornee = n
  2669. a.AlwaysOnTop = true
  2670. a.ZIndex = 0
  2671. a.Size = n.Size
  2672. a.Transparency = 0.7
  2673. if plr.TeamColor == Players.LocalPlayer.TeamColor then
  2674. a.Color = BrickColor.new("Lime green")
  2675. else
  2676. a.Color = BrickColor.new("Really red")
  2677. end
  2678. end
  2679. end
  2680. if plr.Character and plr.Character:FindFirstChild('Head') then
  2681. local BillboardGui = Instance.new("BillboardGui", ESPholder)
  2682. local TextLabel = Instance.new("TextLabel")
  2683. BillboardGui.Adornee = plr.Character.Head
  2684. BillboardGui.Name = plr.Name
  2685. BillboardGui.Size = UDim2.new(0, 100, 0, 150)
  2686. BillboardGui.StudsOffset = Vector3.new(0, 1, 0)
  2687. BillboardGui.AlwaysOnTop = true
  2688. TextLabel.Parent = BillboardGui
  2689. TextLabel.BackgroundTransparency = 1
  2690. TextLabel.Position = UDim2.new(0, 0, 0, -50)
  2691. TextLabel.Size = UDim2.new(0, 100, 0, 100)
  2692. TextLabel.Font = Enum.Font.SourceSansSemibold
  2693. TextLabel.TextSize = 20
  2694. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  2695. TextLabel.TextStrokeTransparency = 0
  2696. TextLabel.TextYAlignment = Enum.TextYAlignment.Bottom
  2697. plr.CharacterAdded:Connect(function()
  2698. if ESPenabled then
  2699. refreshing = false
  2700. ESPholder:Destroy()
  2701. repeat wait(1) until plr.Character:FindFirstChild('HumanoidRootPart') and plr.Character:FindFirstChild('Humanoid')
  2702. ESP(plr)
  2703. end
  2704. end)
  2705. game:GetService("RunService").RenderStepped:Connect(function()
  2706. if refreshing and PARENT:FindFirstChild(plr.Name..'_ESP') and plr.Character:FindFirstChild('HumanoidRootPart') and plr.Character:FindFirstChild('Humanoid') then
  2707. local pos = math.floor((Players.LocalPlayer.Character.HumanoidRootPart.Position - plr.Character.HumanoidRootPart.Position).magnitude)
  2708. TextLabel.Text = 'Name: '..plr.Name..' | Health: '..round(plr.Character.Humanoid.Health, 1)..' | Studs: '..pos
  2709. end
  2710. end)
  2711. end
  2712. end
  2713. end)
  2714. end
  2715.  
  2716. function CHMS(plr)
  2717. spawn(function()
  2718. local refreshing = true
  2719. for i,v in pairs(PARENT:GetChildren()) do
  2720. if v.Name == plr.Name..'_CHMS' then
  2721. v:Destroy()
  2722. end
  2723. end
  2724. wait()
  2725. if plr.Character and plr.Name ~= Players.LocalPlayer.Name and not PARENT:FindFirstChild(plr.Name..'_CHMS') then
  2726. local ESPholder = Instance.new("Folder", PARENT)
  2727. ESPholder.Name = plr.Name..'_CHMS'
  2728. for b,n in pairs (plr.Character:GetChildren()) do
  2729. if (n:IsA("BasePart")) then
  2730. local a = Instance.new("BoxHandleAdornment", ESPholder)
  2731. a.Name = plr.Name
  2732. a.Adornee = n
  2733. a.AlwaysOnTop = true
  2734. a.ZIndex = 0
  2735. a.Size = n.Size
  2736. a.Transparency = 0.7
  2737. if plr.TeamColor == Players.LocalPlayer.TeamColor then
  2738. a.Color = BrickColor.new("Lime green")
  2739. else
  2740. a.Color = BrickColor.new("Really red")
  2741. end
  2742. end
  2743. end
  2744. plr.CharacterAdded:Connect(function()
  2745. if CHMSenabled then
  2746. refreshing = false
  2747. ESPholder:Destroy()
  2748. repeat wait(1) until plr.Character:FindFirstChild('HumanoidRootPart') and plr.Character:FindFirstChild('Humanoid')
  2749. CHMS(plr)
  2750. end
  2751. end)
  2752. end
  2753. end)
  2754. end
  2755.  
  2756. function Locate(plr)
  2757. spawn(function()
  2758. local refreshing = true
  2759. for i,v in pairs(PARENT:GetChildren()) do
  2760. if v.Name == plr.Name..'_LC' then
  2761. v:Destroy()
  2762. end
  2763. end
  2764. wait()
  2765. if plr.Character and plr.Name ~= Players.LocalPlayer.Name and not PARENT:FindFirstChild(plr.Name..'_LC') then
  2766. local ESPholder = Instance.new("Folder", PARENT)
  2767. ESPholder.Name = plr.Name..'_LC'
  2768. for b,n in pairs (plr.Character:GetChildren()) do
  2769. if (n:IsA("BasePart")) then
  2770. local a = Instance.new("BoxHandleAdornment", ESPholder)
  2771. a.Name = plr.Name
  2772. a.Adornee = n
  2773. a.AlwaysOnTop = true
  2774. a.ZIndex = 0
  2775. a.Size = n.Size
  2776. a.Transparency = 0.7
  2777. if plr.TeamColor == Players.LocalPlayer.TeamColor then
  2778. a.Color = BrickColor.new("Lime green")
  2779. else
  2780. a.Color = BrickColor.new("Really red")
  2781. end
  2782. end
  2783. end
  2784. if plr.Character and plr.Character:FindFirstChild('Head') then
  2785. local BillboardGui = Instance.new("BillboardGui", ESPholder)
  2786. local TextLabel = Instance.new("TextLabel")
  2787. BillboardGui.Adornee = plr.Character.Head
  2788. BillboardGui.Name = plr.Name
  2789. BillboardGui.Size = UDim2.new(0, 100, 0, 150)
  2790. BillboardGui.StudsOffset = Vector3.new(0, 1, 0)
  2791. BillboardGui.AlwaysOnTop = true
  2792. TextLabel.Parent = BillboardGui
  2793. TextLabel.BackgroundTransparency = 1
  2794. TextLabel.Position = UDim2.new(0, 0, 0, -50)
  2795. TextLabel.Size = UDim2.new(0, 100, 0, 100)
  2796. TextLabel.Font = Enum.Font.SourceSansSemibold
  2797. TextLabel.TextSize = 20
  2798. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  2799. TextLabel.TextStrokeTransparency = 0
  2800. TextLabel.TextYAlignment = Enum.TextYAlignment.Bottom
  2801. plr.CharacterAdded:Connect(function()
  2802. if ESPholder ~= nil and ESPholder.Parent ~= nil then
  2803. refreshing = false
  2804. ESPholder:Destroy()
  2805. repeat wait(1) until plr.Character:FindFirstChild('HumanoidRootPart') and plr.Character:FindFirstChild('Humanoid')
  2806. Locate(plr)
  2807. end
  2808. end)
  2809. game:GetService("RunService").RenderStepped:Connect(function()
  2810. if refreshing and PARENT:FindFirstChild(plr.Name..'_LC') and plr.Character:FindFirstChild('HumanoidRootPart') and plr.Character:FindFirstChild('Humanoid') then
  2811. local pos = math.floor((Players.LocalPlayer.Character.HumanoidRootPart.Position - plr.Character.HumanoidRootPart.Position).magnitude)
  2812. TextLabel.Text = 'Name: '..plr.Name..' | Health: '..round(plr.Character.Humanoid.Health, 1)..' | Studs: '..pos
  2813. end
  2814. end)
  2815. end
  2816. end
  2817. end)
  2818. end
  2819.  
  2820. bindsGUI = KeybindEditor
  2821. awaitingInput = false
  2822. keySelected = false
  2823.  
  2824. function unkeybind(cmd,key)
  2825. for i = #binds,1,-1 do
  2826. if binds[i].COMMAND == cmd and binds[i].KEY == key then
  2827. table.remove(binds, i)
  2828. end
  2829. end
  2830. refreshbinds()
  2831. updatesaves()
  2832. if key == 'RightClick' or key == 'LeftClick' then
  2833. notify('Keybinds Updated','Unbinded '..key..' from '..cmd)
  2834. else
  2835. notify('Keybinds Updated','Unbinded '..key:sub(14)..' from '..cmd)
  2836. end
  2837. end
  2838.  
  2839. function refreshbinds()
  2840. if Holder_2 then
  2841. Holder_2:ClearAllChildren()
  2842. Holder_2.CanvasSize = UDim2.new(0, 0, 0, 10)
  2843. for i = 1, #binds do
  2844. local YSize = 25
  2845. local Position = ((i * YSize) - YSize)
  2846. local newbind = Example_2:Clone()
  2847. newbind.Parent = Holder_2
  2848. newbind.Visible = true
  2849. newbind.Position = UDim2.new(0,0,0, Position + 5)
  2850. local input = tostring(binds[i].KEY)
  2851. local key
  2852. if input == 'RightClick' or input == 'LeftClick' then
  2853. key = input
  2854. else
  2855. key = input:sub(14)
  2856. end
  2857. newbind.Text.Text = key.." > "..binds[i].COMMAND
  2858. Holder_2.CanvasSize = UDim2.new(0,0,0, Position + 30)
  2859. newbind.Text.Delete.MouseButton1Click:Connect(function()
  2860. unkeybind(binds[i].COMMAND,binds[i].KEY)
  2861. end)
  2862. end
  2863. end
  2864. end
  2865.  
  2866. refreshbinds()
  2867.  
  2868. PositionsFrame.Delete.MouseButton1Click:Connect(function()
  2869. execCmd('cpos')
  2870. end)
  2871.  
  2872. function refreshwaypoints()
  2873. if Holder_4 then
  2874. Holder_4:ClearAllChildren()
  2875. Holder_4.CanvasSize = UDim2.new(0, 0, 0, 10)
  2876. for i = 1, #WayPoints do
  2877. local YSize = 25
  2878. local Position = ((i * YSize) - YSize)
  2879. local newpoint = Example_4:Clone()
  2880. newpoint.Parent = Holder_4
  2881. newpoint.Visible = true
  2882. newpoint.Position = UDim2.new(0,0,0, Position + 5)
  2883. newpoint.Text.Text = WayPoints[i].NAME
  2884. Holder_4.CanvasSize = UDim2.new(0,0,0, Position + 30)
  2885. newpoint.Text.Delete.MouseButton1Click:Connect(function()
  2886. execCmd('dpos '..WayPoints[i].NAME)
  2887. end)
  2888. newpoint.Text.TP.MouseButton1Click:Connect(function()
  2889. execCmd("loadpos "..WayPoints[i].NAME)
  2890. end)
  2891. end
  2892. end
  2893. end
  2894.  
  2895. refreshwaypoints()
  2896.  
  2897. function refreshaliases()
  2898. if Holder_3 then
  2899. Holder_3:ClearAllChildren()
  2900. Holder_3.CanvasSize = UDim2.new(0, 0, 0, 10)
  2901. for i = 1, #aliases do
  2902. local YSize = 25
  2903. local Position = ((i * YSize) - YSize)
  2904. local newalias = Example_3:Clone()
  2905. newalias.Parent = Holder_3
  2906. newalias.Visible = true
  2907. newalias.Position = UDim2.new(0,0,0, Position + 5)
  2908. newalias.Text.Text = aliases[i].CMD.." > "..aliases[i].ALIAS
  2909. Holder_3.CanvasSize = UDim2.new(0,0,0, Position + 30)
  2910. newalias.Text.Delete.MouseButton1Click:Connect(function()
  2911. execCmd('removealias '..aliases[i].ALIAS)
  2912. end)
  2913. end
  2914. end
  2915. end
  2916.  
  2917. BindTo.MouseButton1Click:Connect(function()
  2918. awaitingInput = true
  2919. BindTo.Text = 'Press something'
  2920. end)
  2921.  
  2922. Add_2.MouseButton1Click:Connect(function()
  2923. if keySelected then
  2924. if string.find(Cmdbar_2.Text, "\\\\") then
  2925. notify('Keybind Error','Only use one backslash to keybind multiple commands into one keybind or command')
  2926. else
  2927. addbind(Cmdbar_2.Text,keyPressed)
  2928. refreshbinds()
  2929. updatesaves()
  2930. if keyPressed == 'RightClick' or keyPressed == 'LeftClick' then
  2931. notify('Keybinds Updated','Binded '..keyPressed..' to '..Cmdbar_2.Text)
  2932. else
  2933. notify('Keybinds Updated','Binded '..keyPressed:sub(14)..' to '..Cmdbar_2.Text)
  2934. end
  2935. end
  2936. end
  2937. end)
  2938.  
  2939. Exit_2.MouseButton1Click:Connect(function()
  2940. Cmdbar_2.Text = 'Command'
  2941. BindTo.Text = 'Click to bind'
  2942. keySelected = false
  2943. KeybindEditor:TweenPosition(UDim2.new(0.5, -180, 0, -400), "InOut", "Quart", 0.5, true, nil)
  2944. end)
  2945.  
  2946. local function onInputBegan(input,gameProcessed)
  2947. if awaitingInput then
  2948. if input.UserInputType == Enum.UserInputType.Keyboard then
  2949. keyPressed = tostring(input.KeyCode)
  2950. BindTo.Text = keyPressed:sub(14)
  2951. elseif input.UserInputType == Enum.UserInputType.MouseButton1 then
  2952. keyPressed = 'LeftClick'
  2953. BindTo.Text = 'LeftClick'
  2954. elseif input.UserInputType == Enum.UserInputType.MouseButton2 then
  2955. keyPressed = 'RightClick'
  2956. BindTo.Text = 'RightClick'
  2957. end
  2958. awaitingInput = false
  2959. keySelected = true
  2960. end
  2961. if not gameProcessed and #binds > 0 then
  2962. for i,v in pairs(binds)do
  2963. if input.UserInputType == Enum.UserInputType.Keyboard and v.KEY:lower()==tostring(input.KeyCode):lower() then
  2964. execCmd(v.COMMAND,Players.LocalPlayer)
  2965. elseif input.UserInputType == Enum.UserInputType.MouseButton1 and v.KEY:lower()=='leftclick' then
  2966. execCmd(v.COMMAND,Players.LocalPlayer)
  2967. elseif input.UserInputType == Enum.UserInputType.MouseButton2 and v.KEY:lower()=='rightclick' then
  2968. execCmd(v.COMMAND,Players.LocalPlayer)
  2969. end
  2970. end
  2971. end
  2972. end
  2973.  
  2974. UserInputService.InputBegan:connect(onInputBegan)
  2975.  
  2976. game:GetService('RunService').Stepped:connect(function()
  2977. if bangplr then
  2978. Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Players[bangplr].Character.HumanoidRootPart.CFrame
  2979. end
  2980. if spinenabled then
  2981. pcall(function()
  2982. spinning.Position = Players.LocalPlayer.Character.Head.Position
  2983. end)
  2984. end
  2985. end)
  2986.  
  2987. Fly.Select.MouseButton1Click:Connect(function()
  2988. if keySelected then
  2989. addbind('togglefly',keyPressed)
  2990. refreshbinds()
  2991. updatesaves()
  2992. if keyPressed == 'RightClick' or keyPressed == 'LeftClick' then
  2993. notify('Keybinds Updated','Binded '..keyPressed..' to toggle fly')
  2994. else
  2995. notify('Keybinds Updated','Binded '..keyPressed:sub(14)..' to toggle fly')
  2996. end
  2997. end
  2998. end)
  2999.  
  3000. Noclip.Select.MouseButton1Click:Connect(function()
  3001. if keySelected then
  3002. addbind('togglenoclip',keyPressed)
  3003. refreshbinds()
  3004. updatesaves()
  3005. if keyPressed == 'RightClick' or keyPressed == 'LeftClick' then
  3006. notify('Keybinds Updated','Binded '..keyPressed..' to toggle noclip')
  3007. else
  3008. notify('Keybinds Updated','Binded '..keyPressed:sub(14)..' to toggle noclip')
  3009. end
  3010. end
  3011. end)
  3012.  
  3013. Float.Select.MouseButton1Click:Connect(function()
  3014. if keySelected then
  3015. addbind('togglefloat',keyPressed)
  3016. refreshbinds()
  3017. updatesaves()
  3018. if keyPressed == 'RightClick' or keyPressed == 'LeftClick' then
  3019. notify('Keybinds Updated','Binded '..keyPressed..' to toggle float')
  3020. else
  3021. notify('Keybinds Updated','Binded '..keyPressed:sub(14)..' to toggle float')
  3022. end
  3023. end
  3024. end)
  3025.  
  3026. IYMouse.Button1Down:connect(function()
  3027. for i,v in pairs(binds) do
  3028. if v.COMMAND == 'clicktp' then
  3029. local input = v.KEY
  3030. if input == 'RightClick' and UserInputService:IsMouseButtonPressed(Enum.UserInputType.MouseButton2) and Players.LocalPlayer.Character then
  3031. Players.LocalPlayer.Character.HumanoidRootPart.CFrame = IYMouse.Hit + Vector3.new(0,7,0)
  3032. elseif input == 'LeftClick' and UserInputService:IsMouseButtonPressed(Enum.UserInputType.MouseButton1) and Players.LocalPlayer.Character then
  3033. Players.LocalPlayer.Character.HumanoidRootPart.CFrame = IYMouse.Hit + Vector3.new(0,7,0)
  3034. elseif UserInputService:IsKeyDown(Enum.KeyCode[input:sub(14)]) and Players.LocalPlayer.Character then
  3035. Players.LocalPlayer.Character.HumanoidRootPart.CFrame = IYMouse.Hit + Vector3.new(0,7,0)
  3036. end
  3037. end
  3038. end
  3039. end)
  3040.  
  3041. ClickTP.Select.MouseButton1Click:Connect(function()
  3042. if keySelected then
  3043. addbind('clicktp',keyPressed)
  3044. refreshbinds()
  3045. updatesaves()
  3046. if keyPressed == 'RightClick' or keyPressed == 'LeftClick' then
  3047. notify('Keybinds Updated','Binded '..keyPressed..' to click tp')
  3048. else
  3049. notify('Keybinds Updated','Binded '..keyPressed:sub(14)..' to click tp')
  3050. end
  3051. end
  3052. end)
  3053.  
  3054. PluginsGUI = PluginEditor.background
  3055.  
  3056. function refreshplugins()
  3057. if Holder_5 then
  3058. Holder_5:ClearAllChildren()
  3059. Holder_5.CanvasSize = UDim2.new(0, 0, 0, 10)
  3060. for i,v in pairs(PluginsTable) do
  3061. local pName = v
  3062. local YSize = 25
  3063. local Position = ((i * YSize) - YSize)
  3064. local newplugin = Example_5:Clone()
  3065. newplugin.Parent = Holder_5
  3066. newplugin.Visible = true
  3067. newplugin.Position = UDim2.new(0,0,0, Position + 5)
  3068. newplugin.Text.Text = pName
  3069. Holder_5.CanvasSize = UDim2.new(0,0,0, Position + 30)
  3070. newplugin.Text.Delete.MouseButton1Click:Connect(function()
  3071. for i = #cmds,1,-1 do
  3072. if cmds[i].PLUGIN == pName then
  3073. table.remove(cmds, i)
  3074. end
  3075. end
  3076. for i,v in pairs(Holder.CMDs:GetChildren()) do
  3077. if v.Name == 'PLUGIN_'..pName then
  3078. v:Destroy()
  3079. end
  3080. end
  3081. for i,v in pairs(PluginsTable) do
  3082. if v == pName then
  3083. table.remove(PluginsTable, i)
  3084. notify('Removed Plugin',pName..' was removed')
  3085. end
  3086. end
  3087. IndexContents('',true)
  3088. refreshplugins()
  3089. end)
  3090. end
  3091. updatesaves()
  3092. end
  3093. end
  3094.  
  3095. local PluginCache
  3096. function LoadPlugin(val,startup)
  3097. local plugin
  3098.  
  3099. function CatchedPluginLoad()
  3100. plugin = loadfile(val)()
  3101. end
  3102.  
  3103. function handlePluginError(plerror)
  3104. notify('Plugin Error','An error occurred with the plugin, "'..val..'" and it could not be loaded')
  3105. if FindInTable(PluginsTable,val) then
  3106. for i,v in pairs(PluginsTable) do
  3107. if v == val then
  3108. table.remove(PluginsTable,i)
  3109. end
  3110. end
  3111. end
  3112.  
  3113. print("Original Error: "..tostring(plerror))
  3114. print("Plugin Error, stack traceback: "..tostring(debug.traceback()))
  3115.  
  3116. plugin = nil
  3117.  
  3118. return false
  3119. end
  3120.  
  3121. xpcall(CatchedPluginLoad, handlePluginError)
  3122.  
  3123. if plugin ~= nil then
  3124. if not startup then
  3125. notify('Loaded Plugin',"Name: "..plugin["PluginName"].."\n".."Description: "..plugin["PluginDescription"])
  3126. end
  3127. addcmdtext('',val)
  3128. addcmdtext(string.upper('--'..plugin["PluginName"]),val,plugin["PluginDescription"])
  3129. for i,v in pairs(plugin["Commands"]) do
  3130. local cmdExt = ''
  3131. local cmdName = i
  3132. local function handleNames()
  3133. cmdName = i
  3134. if findCmd(cmdName..cmdExt) then
  3135. if isNumber(cmdExt) then
  3136. cmdExt = cmdExt+1
  3137. else
  3138. cmdExt = 1
  3139. end
  3140. handleNames()
  3141. else
  3142. cmdName = cmdName..cmdExt
  3143. end
  3144. end
  3145. handleNames()
  3146. addcmd(cmdName, v["Aliases"], v["Function"], val)
  3147. if v["ListName"] then
  3148. local newName = v.ListName
  3149. local cmdNames = {i,unpack(v.Aliases)}
  3150. for i,v in pairs(cmdNames) do
  3151. newName = newName:gsub(v,v..cmdExt)
  3152. end
  3153. addcmdtext(newName,val,v["Description"])
  3154. else
  3155. addcmdtext(cmdName,val,v["Description"])
  3156. end
  3157. end
  3158. IndexContents('',true)
  3159. elseif plugin == nil then
  3160. plugin = nil
  3161. end
  3162. end
  3163.  
  3164. function FindPlugins()
  3165. if PluginsTable ~= nil and type(PluginsTable) == "table" then
  3166. for i,v in pairs(PluginsTable) do
  3167. LoadPlugin(v,true)
  3168. end
  3169. refreshplugins()
  3170. end
  3171. end
  3172.  
  3173. PluginsGUI.AddPlugin.MouseButton1Click:connect(function()
  3174. if PluginsGUI.FileName.Text:lower() == 'plugin file name' or PluginsGUI.FileName.Text:lower() == 'iy_fe.iy' or PluginsGUI.FileName.Text == 'iy_fe' then
  3175. notify('Plugin Error','Please enter a valid plugin')
  3176. else
  3177. local file
  3178. local fileName
  3179. if PluginsGUI.FileName.Text:sub(-3) == '.iy' then
  3180. pcall(function() file = readfile(PluginsGUI.FileName.Text) end)
  3181. fileName = PluginsGUI.FileName.Text
  3182. else
  3183. pcall(function() file = readfile(PluginsGUI.FileName.Text..'.iy') end)
  3184. fileName = PluginsGUI.FileName.Text..'.iy'
  3185. end
  3186. if file then
  3187. if not FindInTable(PluginsTable, fileName) then
  3188. table.insert(PluginsTable, fileName)
  3189. LoadPlugin(fileName)
  3190. refreshplugins()
  3191. else
  3192. notify('Plugin Error','This plugin is already added')
  3193. end
  3194. else
  3195. notify('Plugin Error','Cannot locate file "'..fileName..'". Is the file in the correct folder?')
  3196. end
  3197. end
  3198. end)
  3199.  
  3200. Exit_3.MouseButton1Click:connect(function()
  3201. PluginEditor:TweenPosition(UDim2.new(0.5, -180, 0, -400), "InOut", "Quart", 0.5, true, nil)
  3202. PluginsGUI.FileName.Text = 'Plugin File Name'
  3203. end)
  3204.  
  3205. PluginsFrame.Add.MouseButton1Click:Connect(function()
  3206. PluginEditor:TweenPosition(UDim2.new(0.5, -180, 0, 250), "InOut", "Quart", 0.5, true, nil)
  3207. end)
  3208.  
  3209. Settings.Plugins.Select.MouseButton1Click:Connect(function()
  3210. if writefileExploit() then
  3211. PluginsFrame:TweenPosition(UDim2.new(0, 0, 0, 0), "InOut", "Quart", 0.5, true, nil)
  3212. wait(0.5)
  3213. disablebuttons()
  3214. else
  3215. notify('Incompatible Exploit','Your exploit is unable to use plugins')
  3216. end
  3217. end)
  3218.  
  3219. PluginsFrame.Close.MouseButton1Click:Connect(function()
  3220. enablebuttons()
  3221. PluginsFrame:TweenPosition(UDim2.new(0, 0, 0, 175), "InOut", "Quart", 0.5, true, nil)
  3222. end)
  3223.  
  3224. addcmd('addalias',{},
  3225. function(args,speaker)
  3226. if #args < 2 then return end
  3227. local cmd = string.lower(args[1])
  3228. local alias = string.lower(args[2])
  3229. for i,v in pairs(cmds) do
  3230. if v.NAME:lower()==cmd or std.inTable(v.ALIAS,cmd) then
  3231. customAlias[alias] = v
  3232. aliases[#aliases + 1] = {CMD = cmd, ALIAS = alias}
  3233. notify('Aliases Modified',"Added "..alias.." as an alias to "..cmd)
  3234. updatesaves()
  3235. refreshaliases()
  3236. break
  3237. end
  3238. end
  3239. end)
  3240.  
  3241. addcmd('loadsavedaliases',{},
  3242. function(args,speaker)
  3243. if #args < 2 then return end
  3244. local cmd = string.lower(args[1])
  3245. local alias = string.lower(args[2])
  3246. for i,v in pairs(cmds) do
  3247. if v.NAME:lower()==cmd or std.inTable(v.ALIAS,cmd) then
  3248. customAlias[alias] = v
  3249. refreshaliases()
  3250. break
  3251. end
  3252. end
  3253. end)
  3254.  
  3255. if aliases then
  3256. for i = 1, #aliases do
  3257. execCmd('loadsavedaliases '..aliases[i].CMD..' '..aliases[i].ALIAS)
  3258. end
  3259. end
  3260.  
  3261. addcmd('removealias',{},
  3262. function(args,speaker)
  3263. if #args < 1 then return end
  3264. local alias = string.lower(args[1])
  3265. if customAlias[alias] then
  3266. local cmd = customAlias[alias].NAME
  3267. customAlias[alias] = nil
  3268. for i,v in pairs(aliases) do
  3269. if v.ALIAS == tostring(alias) then
  3270. table.remove(aliases, i)
  3271. end
  3272. end
  3273. notify('Aliases Modified',"Removed the alias "..alias.." from "..cmd)
  3274. updatesaves()
  3275. refreshaliases()
  3276. end
  3277. end)
  3278.  
  3279. addcmd('clraliases',{},
  3280. function(args,speaker)
  3281. customAlias = {}
  3282. aliases = {}
  3283. notify('Aliases Modified','Removed all aliases')
  3284. updatesaves()
  3285. refreshaliases()
  3286. end)
  3287.  
  3288. addcmd('serverinfo',{'info','sinfo'},
  3289. function(args, speaker)
  3290. local FRAME = Instance.new("Frame")
  3291. local shadow = Instance.new("Frame")
  3292. local PopupText = Instance.new("TextLabel")
  3293. local Exit = Instance.new("ImageButton")
  3294. local background = Instance.new("Frame")
  3295. local Dark = Instance.new("Frame")
  3296. local TextLabel = Instance.new("TextLabel")
  3297. local TextLabel2 = Instance.new("TextLabel")
  3298. local TextLabel3 = Instance.new("TextLabel")
  3299. local Time = Instance.new("TextLabel")
  3300. local appearance = Instance.new("TextLabel")
  3301. local maxplayers = Instance.new("TextLabel")
  3302. local name = Instance.new("TextLabel")
  3303. local placeid = Instance.new("TextLabel")
  3304. local playerid = Instance.new("TextLabel")
  3305. local players = Instance.new("TextLabel")
  3306.  
  3307. FRAME.Name = randomString()
  3308. FRAME.Parent = PARENT
  3309. FRAME.Active = true
  3310. FRAME.BackgroundColor3 = Color3.new(1, 1, 1)
  3311. FRAME.BackgroundTransparency = 1
  3312. FRAME.Position = UDim2.new(0.5, -130, 0, -400)
  3313. FRAME.Size = UDim2.new(0, 250, 0, 20)
  3314. FRAME.ZIndex = 4
  3315. dragGUI(FRAME)
  3316.  
  3317. shadow.Name = "shadow"
  3318. shadow.Parent = FRAME
  3319. shadow.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  3320. shadow.BorderColor3 = Color3.new(0, 0, 0)
  3321. shadow.BorderSizePixel = 0
  3322. shadow.Size = UDim2.new(0, 250, 0, 20)
  3323. shadow.ZIndex = 4
  3324.  
  3325. PopupText.Name = "PopupText"
  3326. PopupText.Parent = shadow
  3327. PopupText.BackgroundTransparency = 1
  3328. PopupText.Position = UDim2.new(0, 38, 0, 0)
  3329. PopupText.Size = UDim2.new(0.760355055, -16, 0.949999988, 0)
  3330. PopupText.ZIndex = 4
  3331. PopupText.Font = Enum.Font.SourceSans
  3332. PopupText.TextSize = 20
  3333. PopupText.Text = "Server"
  3334. PopupText.TextColor3 = Color3.new(1, 1, 1)
  3335. PopupText.TextStrokeTransparency = 0
  3336. PopupText.TextWrapped = true
  3337.  
  3338. Exit.Name = "Exit"
  3339. Exit.Parent = shadow
  3340. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  3341. Exit.BackgroundTransparency = 1
  3342. Exit.Size = UDim2.new(0, 20, 0, 20)
  3343. Exit.ZIndex = 4
  3344. Exit.Image = "rbxassetid://2132544126"
  3345.  
  3346. background.Name = "background"
  3347. background.Parent = FRAME
  3348. background.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  3349. background.BorderColor3 = Color3.new(0, 0, 0)
  3350. background.BorderSizePixel = 0
  3351. background.Position = UDim2.new(0, 0, 1, 0)
  3352. background.Size = UDim2.new(0, 250, 0, 250)
  3353. background.ZIndex = 4
  3354.  
  3355. Dark.Name = "Dark"
  3356. Dark.Parent = background
  3357. Dark.Active = true
  3358. Dark.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  3359. Dark.BackgroundTransparency = 0.5
  3360. Dark.BorderSizePixel = 0
  3361. Dark.Size = UDim2.new(0, 250, 0, 5)
  3362. Dark.ZIndex = 4
  3363.  
  3364. TextLabel.Name = "Text Label"
  3365. TextLabel.Parent = background
  3366. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  3367. TextLabel.BackgroundTransparency = 1
  3368. TextLabel.BorderColor3 = Color3.new(0, 0, 0)
  3369. TextLabel.Position = UDim2.new(0, 5, 0, 80)
  3370. TextLabel.Size = UDim2.new(0, 100, 0, 20)
  3371. TextLabel.ZIndex = 10
  3372. TextLabel.Font = Enum.Font.SourceSansLight
  3373. TextLabel.FontSize = Enum.FontSize.Size24
  3374. TextLabel.Text = "Run Time:"
  3375. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  3376. TextLabel.TextStrokeTransparency = 0
  3377. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  3378.  
  3379. TextLabel2.Name = "Text Label2"
  3380. TextLabel2.Parent = background
  3381. TextLabel2.BackgroundColor3 = Color3.new(1, 1, 1)
  3382. TextLabel2.BackgroundTransparency = 1
  3383. TextLabel2.BorderColor3 = Color3.new(0, 0, 0)
  3384. TextLabel2.Position = UDim2.new(0, 5, 0, 130)
  3385. TextLabel2.Size = UDim2.new(0, 100, 0, 20)
  3386. TextLabel2.ZIndex = 10
  3387. TextLabel2.Font = Enum.Font.SourceSansLight
  3388. TextLabel2.FontSize = Enum.FontSize.Size24
  3389. TextLabel2.Text = "Statistics:"
  3390. TextLabel2.TextColor3 = Color3.new(1, 1, 1)
  3391. TextLabel2.TextXAlignment = Enum.TextXAlignment.Left
  3392.  
  3393. TextLabel3.Name = "Text Label3"
  3394. TextLabel3.Parent = background
  3395. TextLabel3.BackgroundColor3 = Color3.new(1, 1, 1)
  3396. TextLabel3.BackgroundTransparency = 1
  3397. TextLabel3.BorderColor3 = Color3.new(0, 0, 0)
  3398. TextLabel3.BorderSizePixel = 0
  3399. TextLabel3.Position = UDim2.new(0, 5, 0, 10)
  3400. TextLabel3.Size = UDim2.new(0, 100, 0, 20)
  3401. TextLabel3.ZIndex = 10
  3402. TextLabel3.Font = Enum.Font.SourceSansLight
  3403. TextLabel3.FontSize = Enum.FontSize.Size24
  3404. TextLabel3.Text = "Local Player:"
  3405. TextLabel3.TextColor3 = Color3.new(1, 1, 1)
  3406. TextLabel3.TextXAlignment = Enum.TextXAlignment.Left
  3407.  
  3408. Time.Name = "Time"
  3409. Time.Parent = background
  3410. Time.BackgroundColor3 = Color3.new(0, 0.8, 1)
  3411. Time.BackgroundTransparency = 1
  3412. Time.BorderColor3 = Color3.new(0.2, 0.8, 0.2)
  3413. Time.Position = UDim2.new(0, 5, 0, 105)
  3414. Time.Size = UDim2.new(0, 100, 0, 20)
  3415. Time.ZIndex = 10
  3416. Time.Font = Enum.Font.SourceSans
  3417. Time.FontSize = Enum.FontSize.Size14
  3418. Time.Text = "LOADING"
  3419. Time.TextColor3 = Color3.new(1, 1, 1)
  3420. Time.TextXAlignment = Enum.TextXAlignment.Left
  3421.  
  3422. appearance.Name = "appearance"
  3423. appearance.Parent = background
  3424. appearance.BackgroundColor3 = Color3.new(0, 0.8, 1)
  3425. appearance.BackgroundTransparency = 1
  3426. appearance.BorderColor3 = Color3.new(0.2, 0.8, 0.2)
  3427. appearance.Position = UDim2.new(0, 5, 0, 55)
  3428. appearance.Size = UDim2.new(0, 100, 0, 20)
  3429. appearance.ZIndex = 10
  3430. appearance.Font = Enum.Font.SourceSans
  3431. appearance.FontSize = Enum.FontSize.Size14
  3432. appearance.Text = "Appearance: LOADING"
  3433. appearance.TextColor3 = Color3.new(1, 1, 1)
  3434. appearance.TextXAlignment = Enum.TextXAlignment.Left
  3435.  
  3436. maxplayers.Name = "maxplayers"
  3437. maxplayers.Parent = background
  3438. maxplayers.BackgroundColor3 = Color3.new(0, 0.8, 1)
  3439. maxplayers.BackgroundTransparency = 1
  3440. maxplayers.BorderColor3 = Color3.new(0.2, 0.8, 0.2)
  3441. maxplayers.Position = UDim2.new(0, 5, 0, 175)
  3442. maxplayers.Size = UDim2.new(0, 100, 0, 20)
  3443. maxplayers.ZIndex = 10
  3444. maxplayers.Font = Enum.Font.SourceSans
  3445. maxplayers.FontSize = Enum.FontSize.Size14
  3446. maxplayers.Text = "LOADING"
  3447. maxplayers.TextColor3 = Color3.new(1, 1, 1)
  3448. maxplayers.TextXAlignment = Enum.TextXAlignment.Left
  3449.  
  3450. name.Name = "name"
  3451. name.Parent = background
  3452. name.BackgroundColor3 = Color3.new(0, 0.8, 1)
  3453. name.BackgroundTransparency = 1
  3454. name.BorderColor3 = Color3.new(0.2, 0.8, 0.2)
  3455. name.Position = UDim2.new(0, 5, 0, 215)
  3456. name.Size = UDim2.new(0, 240, 0, 30)
  3457. name.ZIndex = 10
  3458. name.Font = Enum.Font.SourceSans
  3459. name.FontSize = Enum.FontSize.Size14
  3460. name.Text = "Place Name: LOADING"
  3461. name.TextColor3 = Color3.new(1, 1, 1)
  3462. name.TextWrapped = true
  3463. name.TextXAlignment = Enum.TextXAlignment.Left
  3464. name.TextYAlignment = Enum.TextYAlignment.Top
  3465.  
  3466. placeid.Name = "placeid"
  3467. placeid.Parent = background
  3468. placeid.BackgroundColor3 = Color3.new(0, 0.8, 1)
  3469. placeid.BackgroundTransparency = 1
  3470. placeid.BorderColor3 = Color3.new(0.2, 0.8, 0.2)
  3471. placeid.Position = UDim2.new(0, 5, 0, 195)
  3472. placeid.Size = UDim2.new(0, 100, 0, 20)
  3473. placeid.ZIndex = 10
  3474. placeid.Font = Enum.Font.SourceSans
  3475. placeid.FontSize = Enum.FontSize.Size14
  3476. placeid.Text = "Place ID: LOADING"
  3477. placeid.TextColor3 = Color3.new(1, 1, 1)
  3478. placeid.TextXAlignment = Enum.TextXAlignment.Left
  3479.  
  3480. playerid.Name = "playerid"
  3481. playerid.Parent = background
  3482. playerid.BackgroundColor3 = Color3.new(0, 0.8, 1)
  3483. playerid.BackgroundTransparency = 1
  3484. playerid.BorderColor3 = Color3.new(0.2, 0.8, 0.2)
  3485. playerid.Position = UDim2.new(0, 5, 0, 35)
  3486. playerid.Size = UDim2.new(0, 100, 0, 20)
  3487. playerid.ZIndex = 10
  3488. playerid.Font = Enum.Font.SourceSans
  3489. playerid.FontSize = Enum.FontSize.Size14
  3490. playerid.Text = "Player ID: LOADING"
  3491. playerid.TextColor3 = Color3.new(1, 1, 1)
  3492. playerid.TextXAlignment = Enum.TextXAlignment.Left
  3493.  
  3494. players.Name = "players"
  3495. players.Parent = background
  3496. players.BackgroundColor3 = Color3.new(0, 0.8, 1)
  3497. players.BackgroundTransparency = 1
  3498. players.BorderColor3 = Color3.new(0.2, 0.8, 0.2)
  3499. players.Position = UDim2.new(0, 5, 0, 155)
  3500. players.Size = UDim2.new(0, 100, 0, 20)
  3501. players.ZIndex = 10
  3502. players.Font = Enum.Font.SourceSans
  3503. players.FontSize = Enum.FontSize.Size14
  3504. players.Text = "LOADING"
  3505. players.TextColor3 = Color3.new(1, 1, 1)
  3506. players.TextXAlignment = Enum.TextXAlignment.Left
  3507.  
  3508. local SINFOGUI = background
  3509. FRAME:TweenPosition(UDim2.new(0.5, -130, 0, 100), "InOut", "Quart", 0.5, true, nil)
  3510. wait(0.5)
  3511. Exit.MouseButton1Click:Connect(function()
  3512. FRAME:TweenPosition(UDim2.new(0.5, -130, 0, -400), "InOut", "Quart", 0.5, true, nil)
  3513. wait(0.6)
  3514. FRAME:Destroy()
  3515. end)
  3516. local Asset = game:GetService("MarketplaceService"):GetProductInfo(game.PlaceId)
  3517. SINFOGUI.name.Text = "Place Name: " .. Asset.Name
  3518. SINFOGUI.playerid.Text = "Player ID: " ..Players.LocalPlayer.UserId
  3519. SINFOGUI.maxplayers.Text = Players.MaxPlayers.. " Players Max"
  3520. SINFOGUI.placeid.Text = "Place ID: " ..game.PlaceId
  3521. repeat
  3522. players = Players:getPlayers()
  3523. SINFOGUI.players.Text = #players.. " Player(s)"
  3524. SINFOGUI.appearance.Text = "Appearance: " ..Players.LocalPlayer.CharacterAppearanceId
  3525. local seconds = math.floor(workspace.DistributedGameTime)
  3526. local minutes = math.floor(workspace.DistributedGameTime / 60)
  3527. local hours = math.floor(workspace.DistributedGameTime / 60 / 60)
  3528. local seconds = seconds - (minutes * 60)
  3529. local minutes = minutes - (hours * 60)
  3530. if hours < 1 then if minutes < 1 then
  3531. SINFOGUI.Time.Text = seconds .. " Second(s)" else
  3532. SINFOGUI.Time.Text = minutes .. " Minute(s), " .. seconds .. " Second(s)"
  3533. end
  3534. else
  3535. SINFOGUI.Time.Text = hours .. " Hour(s), " .. minutes .. " Minute(s), " .. seconds .. " Second(s)"
  3536. end
  3537. wait(1)
  3538. until SINFOGUI.Parent == nil
  3539. end)
  3540.  
  3541. addcmd('breakloops',{'break'},
  3542. function(args, speaker)
  3543. lastBreakTime = tick()
  3544. end)
  3545.  
  3546. addcmd('rejoin',{'rj'},
  3547. function(args, speaker)
  3548. game:GetService('TeleportService'):Teleport(game.PlaceId)
  3549. end)
  3550.  
  3551. addcmd('exit',{},
  3552. function(args, speaker)
  3553. game:shutdown()
  3554. end)
  3555.  
  3556. runningnoclip = false
  3557. Clip = true
  3558. addcmd('noclip',{},
  3559. function(args, speaker)
  3560. Clip = false
  3561. wait(0.1)
  3562. if runningnoclip == false then runningnoclip = true
  3563. game:GetService('RunService').Stepped:connect(function ()
  3564. if Clip == false and Players.LocalPlayer.Character ~= nil then
  3565. for _, child in pairs(Players.LocalPlayer.Character:GetDescendants()) do
  3566. if child:IsA("BasePart") and child.CanCollide == true then
  3567. child.CanCollide = false
  3568. end end end end) end
  3569. end)
  3570.  
  3571. addcmd('clip',{'unnoclip'},
  3572. function(args, speaker)
  3573. Clip = true
  3574. end)
  3575.  
  3576. addcmd('togglenoclip',{},
  3577. function(args, speaker)
  3578. if Clip then
  3579. execCmd('noclip')
  3580. else
  3581. execCmd('clip')
  3582. end
  3583. end)
  3584.  
  3585. FLYING = false
  3586. iyflyspeed = 1
  3587. function sFLY()
  3588. repeat wait() until Players.LocalPlayer and Players.LocalPlayer.Character and Players.LocalPlayer.Character:FindFirstChild('HumanoidRootPart') and Players.LocalPlayer.Character:FindFirstChild('Humanoid')
  3589. repeat wait() until IYMouse
  3590.  
  3591. local T = Players.LocalPlayer.Character.HumanoidRootPart
  3592. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  3593. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  3594. local SPEED = 0
  3595.  
  3596. local function FLY()
  3597. FLYING = true
  3598. local BG = Instance.new('BodyGyro', T)
  3599. local BV = Instance.new('BodyVelocity', T)
  3600. BG.P = 9e4
  3601. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  3602. BG.cframe = T.CFrame
  3603. BV.velocity = Vector3.new(0, 0, 0)
  3604. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  3605. spawn(function()
  3606. repeat wait()
  3607. Players.LocalPlayer.Character.Humanoid.PlatformStand = true
  3608. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  3609. SPEED = 50
  3610. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  3611. SPEED = 0
  3612. end
  3613. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  3614. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  3615. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  3616. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  3617. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  3618. else
  3619. BV.velocity = Vector3.new(0, 0, 0)
  3620. end
  3621. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  3622. until not FLYING
  3623. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  3624. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  3625. SPEED = 0
  3626. BG:destroy()
  3627. BV:destroy()
  3628. Players.LocalPlayer.Character.Humanoid.PlatformStand = false
  3629. end)
  3630. end
  3631. IYMouse.KeyDown:connect(function(KEY)
  3632. if KEY:lower() == 'w' then
  3633. CONTROL.F = iyflyspeed
  3634. elseif KEY:lower() == 's' then
  3635. CONTROL.B = -iyflyspeed
  3636. elseif KEY:lower() == 'a' then
  3637. CONTROL.L = -iyflyspeed
  3638. elseif KEY:lower() == 'd' then
  3639. CONTROL.R = iyflyspeed
  3640. end
  3641. end)
  3642. IYMouse.KeyUp:connect(function(KEY)
  3643. if KEY:lower() == 'w' then
  3644. CONTROL.F = 0
  3645. elseif KEY:lower() == 's' then
  3646. CONTROL.B = 0
  3647. elseif KEY:lower() == 'a' then
  3648. CONTROL.L = 0
  3649. elseif KEY:lower() == 'd' then
  3650. CONTROL.R = 0
  3651. end
  3652. end)
  3653. FLY()
  3654. end
  3655.  
  3656. function NOFLY()
  3657. FLYING = false
  3658. Players.LocalPlayer.Character.Humanoid.PlatformStand = false
  3659. end
  3660.  
  3661. Players.LocalPlayer.CharacterAdded:Connect(function()
  3662. FLYING = false
  3663. Floating = false
  3664. execCmd('clip')
  3665. end)
  3666.  
  3667. addcmd('fly',{},
  3668. function(args, speaker)
  3669. sFLY()
  3670. end)
  3671.  
  3672. addcmd('flyspeed',{'flysp'},
  3673. function(args, speaker)
  3674. if isNumber(args[1]) then
  3675. iyflyspeed = args[1]
  3676. end
  3677. end)
  3678.  
  3679. addcmd('unfly',{'nofly'},
  3680. function(args, speaker)
  3681. NOFLY()
  3682. end)
  3683.  
  3684. addcmd('togglefly',{},
  3685. function(args, speaker)
  3686. if FLYING then
  3687. NOFLY()
  3688. else
  3689. sFLY()
  3690. end
  3691. end)
  3692.  
  3693. Floating = false
  3694. addcmd('float', {},
  3695. function(args,speaker)
  3696. Floating = true
  3697. local pchar = Players.LocalPlayer.Character
  3698. if pchar and not pchar:FindFirstChild("Float") then
  3699. spawn(function()
  3700. local Float = Instance.new('Part', pchar)
  3701. Float.Name = 'Float'
  3702. Float.Transparency = 1
  3703. Float.Size = Vector3.new(6,1,6)
  3704. Float.Anchored = true
  3705. Float.CFrame = pchar.HumanoidRootPart.CFrame * CFrame.new(0,-3.5,0)
  3706. notify('Float','Float Enabled')
  3707. spawn(function()
  3708. while wait(0.1) do
  3709. if pchar:FindFirstChild("Float") then
  3710. Float.CFrame = pchar.HumanoidRootPart.CFrame * CFrame.new(0,-3.5,0)
  3711. else
  3712. break
  3713. end
  3714. end
  3715. end)
  3716. end)
  3717. end
  3718. end)
  3719.  
  3720. addcmd('unfloat',{'nofloat'},
  3721. function(args, speaker)
  3722. Floating = false
  3723. local pchar = Players.LocalPlayer.Character
  3724. notify('Float','Float Disabled')
  3725. if pchar:FindFirstChild("Float") then
  3726. pchar.Float:Destroy()
  3727. end
  3728. end)
  3729.  
  3730. addcmd('togglefloat',{},
  3731. function(args, speaker)
  3732. if Floating then
  3733. execCmd('unfloat')
  3734. else
  3735. execCmd('float')
  3736. end
  3737. end)
  3738.  
  3739. addcmd('savepos',{'spos','saveposition','setwaypoint'},
  3740. function(args, speaker)
  3741. local WPName = tostring(getstring(1))
  3742. if speaker.Character:findFirstChild("HumanoidRootPart") then
  3743. notify('Modified Waypoints',"Created waypoint: "..getstring(1))
  3744. local torso = speaker.Character:findFirstChild("HumanoidRootPart")
  3745. WayPoints[#WayPoints + 1] = {NAME = WPName, COORD = {math.floor(torso.Position.X), math.floor(torso.Position.Y), math.floor(torso.Position.Z)}}
  3746. end
  3747. refreshwaypoints()
  3748. updatesaves()
  3749. end)
  3750.  
  3751. addcmd('deletepos',{'dpos','deleteposition','deletewaypoint'},
  3752. function(args, speaker)
  3753. for i,v in pairs(WayPoints) do
  3754. if v.NAME == tostring(getstring(1)) then
  3755. notify('Modified Waypoints',"Deleted waypoint: " .. v.NAME)
  3756. table.remove(WayPoints, i)
  3757. end
  3758. end
  3759. refreshwaypoints()
  3760. updatesaves()
  3761. end)
  3762.  
  3763. addcmd('clearpos',{'clrpositions','clearpositions','cpos','clrpos'},
  3764. function(args, speaker)
  3765. WayPoints = {}
  3766. refreshwaypoints()
  3767. updatesaves()
  3768. notify('Modified Waypoints','Removed all waypoints')
  3769. end)
  3770.  
  3771. addcmd('loadpos',{'lpos','loadposition','waypoint'},
  3772. function(args, speaker)
  3773. local WPName = tostring(getstring(1))
  3774. if Players.LocalPlayer.Character then
  3775. for i,_ in pairs(WayPoints) do
  3776. local x = WayPoints[i].COORD[1]
  3777. local y = WayPoints[i].COORD[2]
  3778. local z = WayPoints[i].COORD[3]
  3779. if tostring(WayPoints[i].NAME) == tostring(WPName) then
  3780. Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,z)
  3781. end
  3782. end
  3783. end
  3784. end)
  3785.  
  3786. addcmd('esp',{},
  3787. function(args, speaker)
  3788. if not CHMSenabled then
  3789. ESPenabled = true
  3790. for i,v in pairs(Players:GetChildren()) do
  3791. if v.ClassName == "Player" and v.Name ~= Players.LocalPlayer.Name then
  3792. ESP(v)
  3793. end
  3794. end
  3795. else
  3796. notify('ESP','Disable chams (nochams) before using esp')
  3797. end
  3798. end)
  3799.  
  3800. addcmd('noesp',{'unesp'},
  3801. function(args, speaker)
  3802. ESPenabled = false
  3803. for i,v in pairs(Players:GetChildren()) do
  3804. local espplr = v
  3805. for i,c in pairs(PARENT:GetChildren()) do
  3806. if c.Name == espplr.Name..'_ESP' then
  3807. c:Destroy()
  3808. end
  3809. end
  3810. end
  3811. end)
  3812.  
  3813. addcmd('chams',{},
  3814. function(args, speaker)
  3815. if not ESPenabled then
  3816. CHMSenabled = true
  3817. for i,v in pairs(Players:GetChildren()) do
  3818. if v.ClassName == "Player" and v.Name ~= Players.LocalPlayer.Name then
  3819. CHMS(v)
  3820. end
  3821. end
  3822. else
  3823. notify('Chams','Disable ESP (noesp) before using chams')
  3824. end
  3825. end)
  3826.  
  3827. addcmd('nochams',{'unchams'},
  3828. function(args, speaker)
  3829. CHMSenabled = false
  3830. for i,v in pairs(Players:GetChildren()) do
  3831. local chmsplr = v
  3832. for i,c in pairs(PARENT:GetChildren()) do
  3833. if c.Name == chmsplr.Name..'_CHMS' then
  3834. c:Destroy()
  3835. end
  3836. end
  3837. end
  3838. end)
  3839.  
  3840. addcmd('locate',{},
  3841. function(args, speaker)
  3842. local players = getPlayer(args[1], speaker)
  3843. for i,v in pairs(players) do
  3844. Locate(Players[v])
  3845. end
  3846. end)
  3847.  
  3848. addcmd('nolocate',{'unlocate'},
  3849. function(args, speaker)
  3850. local players = getPlayer(args[1], speaker)
  3851. for i,v in pairs(players) do
  3852. for i,c in pairs(PARENT:GetChildren()) do
  3853. if c.Name == Players[v].Name..'_LC' then
  3854. c:Destroy()
  3855. end
  3856. end
  3857. end
  3858. end)
  3859.  
  3860. addcmd('view',{'spectate'},
  3861. function(args, speaker)
  3862. local players = getPlayer(args[1], speaker)
  3863. for i,v in pairs(players) do
  3864. workspace.CurrentCamera.CameraSubject = Players[v].Character
  3865. notify('Spectate','Viewing ' .. Players[v].Name)
  3866. end
  3867. end)
  3868.  
  3869. addcmd('unview',{'unspectate'},
  3870. function()
  3871. workspace.CurrentCamera.CameraSubject = Players.LocalPlayer.Character
  3872. notify('Spectate','View turned off')
  3873. end)
  3874.  
  3875. local fa = false
  3876. local cam = workspace.CurrentCamera
  3877. local cam1 = 0
  3878. local cam2 = 0
  3879. local cam3 = 0
  3880. local k1 = false
  3881. local k2 = false
  3882. local k3 = false
  3883. local k4 = false
  3884. local k5 = false
  3885. local k6 = false
  3886. cs = 0.5
  3887. function movecam()
  3888. local fc = Players.LocalPlayer.Character:FindFirstChild('xFC')
  3889. if fa == false then
  3890. repeat
  3891. if Players.LocalPlayer.Character:FindFirstChild('xFC') then
  3892. local fp = fc.Position
  3893. fc.CFrame = CFrame.new(Vector3.new(fp.X,fp.Y+cam3,fp.Z),cam.CFrame.p)*CFrame.new(cam2,0,cam1)
  3894. fa = true
  3895. Players.LocalPlayer.Character.Head.Anchored = true
  3896. end
  3897. game:GetService('RunService').RenderStepped:Wait()
  3898. until not Players.LocalPlayer.Character:FindFirstChild('xFC')
  3899. fa = false
  3900. end
  3901. end
  3902. function kp1(inputObject, gameProcessedEvent)
  3903. if not gameProcessedEvent and Players.LocalPlayer.Character and Players.LocalPlayer.Character:FindFirstChild('xFC') then
  3904. if inputObject.KeyCode == Enum.KeyCode.W or inputObject.KeyCode == Enum.KeyCode.Up then
  3905. k1 = true
  3906. cam1 = cs end
  3907. if inputObject.KeyCode == Enum.KeyCode.S or inputObject.KeyCode == Enum.KeyCode.Down then
  3908. k2 = true
  3909. cam1 = (cs*-1) end
  3910. if inputObject.KeyCode == Enum.KeyCode.A or inputObject.KeyCode == Enum.KeyCode.Left then
  3911. k3 = true
  3912. cam2 = cs end
  3913. if inputObject.KeyCode == Enum.KeyCode.D or inputObject.KeyCode == Enum.KeyCode.Right then
  3914. k4 = true
  3915. cam2 = (cs*-1) end
  3916. if inputObject.KeyCode == Enum.KeyCode.E or inputObject.KeyCode == Enum.KeyCode.Space then
  3917. k5 = true
  3918. cam3 = cs end
  3919. if inputObject.KeyCode == Enum.KeyCode.Q or inputObject.KeyCode == Enum.KeyCode.LeftControl then
  3920. k6 = true
  3921. cam3 = (cs*-1) end
  3922. end
  3923. end
  3924. UserInputService.InputBegan:connect(kp1)
  3925. function kp2(inputObject, gameProcessedEvent)
  3926. if not gameProcessedEvent and Players.LocalPlayer.Character and Players.LocalPlayer.Character:FindFirstChild('xFC') then
  3927. if inputObject.KeyCode == Enum.KeyCode.W or inputObject.KeyCode == Enum.KeyCode.Up then
  3928. k1 = false
  3929. if k2 == false then
  3930. cam1 = 0
  3931. end
  3932. end
  3933. if inputObject.KeyCode == Enum.KeyCode.S or inputObject.KeyCode == Enum.KeyCode.Down then
  3934. k2 = false
  3935. if k1 == false then
  3936. cam1 = 0
  3937. end
  3938. end
  3939. if inputObject.KeyCode == Enum.KeyCode.A or inputObject.KeyCode == Enum.KeyCode.Left then
  3940. k3= false
  3941. if k4== false then
  3942. cam2 = 0
  3943. end
  3944. end
  3945. if inputObject.KeyCode == Enum.KeyCode.D or inputObject.KeyCode == Enum.KeyCode.Right then
  3946. k4 = false
  3947. if k3 == false then
  3948. cam2 = 0
  3949. end
  3950. end
  3951. if inputObject.KeyCode == Enum.KeyCode.E or inputObject.KeyCode == Enum.KeyCode.Space then
  3952. k5 = false
  3953. if k6 == false then
  3954. cam3 = 0
  3955. end
  3956. end
  3957. if inputObject.KeyCode == Enum.KeyCode.Q or inputObject.KeyCode == Enum.KeyCode.LeftControl then
  3958. k6 = false
  3959. if k5 == false then
  3960. cam3 = 0
  3961. end
  3962. end
  3963. end
  3964. end
  3965. UserInputService.InputEnded:connect(kp2)
  3966. fcEnabled = false
  3967. function FC()
  3968. if not Players.LocalPlayer.Character:FindFirstChild('xFC') then
  3969. local fc = Instance.new('Part',Players.LocalPlayer.Character)
  3970. fc.CanCollide = false
  3971. fc.Anchored = true
  3972. fc.Transparency = 1
  3973. fc.Size = Vector3.new(1,1,1)
  3974. fc.Name = 'xFC'
  3975. fc.CFrame = Players.LocalPlayer.Character.Head.CFrame
  3976. local cam = workspace.CurrentCamera
  3977. cam.CameraSubject = fc
  3978. cam.CameraType = 'Custom'
  3979. movecam()
  3980. end
  3981. end
  3982. function UFC()
  3983. if Players.LocalPlayer.Character:FindFirstChild('xFC') then
  3984. Players.LocalPlayer.Character:FindFirstChild('xFC'):Destroy()
  3985. local cam = workspace.CurrentCamera
  3986. cam.CameraSubject = Players.LocalPlayer.Character.Humanoid
  3987. cam.CameraType = 'Custom'
  3988. Players.LocalPlayer.Character.Head.Anchored = false
  3989. end
  3990. end
  3991.  
  3992. addcmd('freecam',{'fc'},
  3993. function(args, speaker)
  3994. FC()
  3995. end)
  3996.  
  3997. addcmd('fixcam',{},
  3998. function(args, speaker)
  3999. UFC()
  4000. workspace.CurrentCamera:remove()
  4001. wait(.1)
  4002. workspace.CurrentCamera.CameraSubject = Players.LocalPlayer.Character.Humanoid
  4003. workspace.CurrentCamera.CameraType = "Custom"
  4004. Players.LocalPlayer.CameraMinZoomDistance = 0.5
  4005. Players.LocalPlayer.CameraMaxZoomDistance = 400
  4006. Players.LocalPlayer.CameraMode = "Classic"
  4007. Players.LocalPlayer.Character.Head.Anchored = false
  4008. end)
  4009.  
  4010. addcmd('unfreecam',{'nofreecam','unfc','nofc'},
  4011. function(args, speaker)
  4012. UFC()
  4013. end)
  4014.  
  4015. addcmd('freecamspeed',{'fcspeed'},
  4016. function(args, speaker)
  4017. if isNumber(args[1]) then
  4018. cs = args[1]
  4019. end
  4020. end)
  4021.  
  4022. addcmd('firstp',{},
  4023. function(args, speaker)
  4024. Players.LocalPlayer.CameraMode = "LockFirstPerson"
  4025. end)
  4026.  
  4027. addcmd('thirdp',{},
  4028. function(args, speaker)
  4029. Players.LocalPlayer.CameraMode = "Classic"
  4030. end)
  4031.  
  4032. addcmd('maxzoom',{},
  4033. function(args, speaker)
  4034. Players.LocalPlayer.CameraMaxZoomDistance = args[1]
  4035. end)
  4036.  
  4037. addcmd('unlockws',{'unlockworkspace'},
  4038. function(args, speaker)
  4039. notify('Workspace Modified','Workspace unlocked')
  4040. wait(1)
  4041. local function unlock(instance)
  4042. for i,v in pairs(instance:GetChildren()) do
  4043. if v:IsA("BasePart") then
  4044. v.Locked = false
  4045. end
  4046. unlock(v)
  4047. end
  4048. end
  4049. unlock(workspace)
  4050. end)
  4051.  
  4052. addcmd('lockws',{'lockworkspace'},
  4053. function(args, speaker)
  4054. notify('Workspace Modified','Workspace locked')
  4055. wait(1)
  4056. local function lock(instance)
  4057. for i,v in pairs(instance:GetChildren()) do
  4058. if v:IsA("BasePart") then
  4059. v.Locked = true
  4060. end
  4061. lock(v)
  4062. end
  4063. end
  4064. lock(workspace)
  4065. end)
  4066.  
  4067. addcmd('delete',{'remove'},
  4068. function(args, speaker)
  4069. part = getstring(1)
  4070. local function dels(instance)
  4071. for i,v in pairs(instance:GetChildren())do
  4072. if v.Name:lower() == part:lower() then v:Destroy() end
  4073. dels(v)
  4074. end
  4075. end
  4076. dels(workspace)
  4077. notify('Item(s) Deleted','Deleted ' ..getstring(1))
  4078. end)
  4079.  
  4080. addcmd('deleteclass',{'removeclass','deleteclassname','removeclassname','dc'},
  4081. function(args, speaker)
  4082. part = getstring(1)
  4083. local function dels(instance)
  4084. for i,v in pairs(instance:GetChildren())do
  4085. if v.ClassName:lower() == part:lower() then v:Destroy() end
  4086. dels(v)
  4087. end
  4088. end
  4089. dels(workspace)
  4090. notify('Item(s) Deleted','Deleted items with ClassName ' ..getstring(1))
  4091. end)
  4092.  
  4093. addcmd('btools',{},
  4094. function(args, speaker)
  4095. Instance.new("HopperBin", Players.LocalPlayer.Backpack).BinType = 1
  4096. Instance.new("HopperBin", Players.LocalPlayer.Backpack).BinType = 2
  4097. Instance.new("HopperBin", Players.LocalPlayer.Backpack).BinType = 3
  4098. Instance.new("HopperBin", Players.LocalPlayer.Backpack).BinType = 4
  4099. end)
  4100.  
  4101. addcmd('f3x',{'fex'},
  4102. function(args, speaker)
  4103. loadstring(game:GetObjects("rbxassetid://1059691823")[1].Source)()
  4104. end)
  4105.  
  4106. addcmd('age',{},
  4107. function(args, speaker)
  4108. local players = getPlayer(args[1], speaker)
  4109. for i,v in pairs(players) do
  4110. local players = getPlayer(args[1], speaker)
  4111. local ages = {}
  4112. for i,v in pairs(players) do
  4113. local p = Players[v]
  4114. table.insert(ages, p.Name.."'s age is: "..p.AccountAge)
  4115. end
  4116. notify('Account Age',table.concat(ages, ',\n'))
  4117. end
  4118. end)
  4119.  
  4120. addcmd('os',{'platform', 'device'},
  4121. function(args, speaker)
  4122. local players = getPlayer(args[1], speaker)
  4123. local platforms = {}
  4124. for i,v in pairs(players) do
  4125. local p = Players[v]
  4126. table.insert(platforms, p.Name.."'s platform is: "..p.OsPlatform)
  4127. end
  4128. notify('OS',table.concat(platforms, ',\n'))
  4129. end)
  4130.  
  4131. addcmd('goto',{'to'},
  4132. function(args, speaker)
  4133. local players = getPlayer(args[1], speaker)
  4134. for i,v in pairs(players)do
  4135. if Players[v].Character ~= nil then
  4136. if speaker.Character:FindFirstChild("HumanoidRootPart") then
  4137. speaker.Character.Humanoid.Jump = true
  4138. end
  4139. speaker.Character.HumanoidRootPart.CFrame = Players[v].Character.HumanoidRootPart.CFrame + Vector3.new(4,1,0)
  4140. end
  4141. end
  4142. end)
  4143.  
  4144. bringT = {}
  4145. addcmd('loopbring',{},
  4146. function(args, speaker)
  4147. local players = getPlayer(args[1], speaker)
  4148. for i,v in pairs(players)do
  4149. spawn(function()
  4150. if Players[v].Name ~= Players.LocalPlayer.Name and not FindInTable(bringT, Players[v].Name) then
  4151. table.insert(bringT, Players[v].Name)
  4152. local pchar=Players[v].Character
  4153. pchar.Humanoid.Jump = true
  4154. repeat wait()
  4155. pchar = Players[v].Character
  4156. for i,c in pairs(players) do
  4157. if pchar~= nil and pchar:FindFirstChild("HumanoidRootPart") and speaker.Character ~= nil and speaker.Character:FindFirstChild("HumanoidRootPart") then
  4158. pchar.HumanoidRootPart.CFrame = speaker.Character.HumanoidRootPart.CFrame + Vector3.new(3,1,0)
  4159. end
  4160. end
  4161. until not FindInTable(bringT, Players[v].Name)
  4162. end
  4163. end)
  4164. end
  4165. end)
  4166.  
  4167. addcmd('unloopbring',{'noloopbring'},
  4168. function(args, speaker)
  4169. local players = getPlayer(args[1], speaker)
  4170. for i,v in pairs(players)do
  4171. spawn(function()
  4172. for a,b in pairs(bringT) do if b == Players[v].Name then table.remove(bringT, a) end end
  4173. end)
  4174. end
  4175. end)
  4176.  
  4177. addcmd('freeze',{'fr'},
  4178. function(args, speaker)
  4179. local players = getPlayer(args[1], speaker)
  4180. if players ~= nil then
  4181. for i, v in pairs(players) do
  4182. spawn(function()
  4183. for i, x in next, Players[v].Character:GetDescendants() do
  4184. if x:IsA("Part") and not x.Anchored then
  4185. x.Anchored = true
  4186. end
  4187. end
  4188. end)
  4189. end
  4190. end
  4191. end)
  4192.  
  4193. addcmd('thaw',{'unfreeze','unfr'},
  4194. function(args, speaker)
  4195. local players = getPlayer(args[1], speaker)
  4196. if players ~= nil then
  4197. for i, v in pairs(players) do
  4198. spawn(function()
  4199. for i, x in next, Players[v].Character:GetDescendants() do
  4200. if x:IsA("Part") and x.Anchored then
  4201. x.Anchored = false
  4202. end
  4203. end
  4204. end)
  4205. end
  4206. end
  4207. end)
  4208.  
  4209. addcmd('kill',{'fekill'},
  4210. function(args, speaker)
  4211. local players = getPlayer(args[1], speaker)
  4212. if tools(Players.LocalPlayer) then
  4213. for i,v in pairs(players)do
  4214. -- Full credit to CyclicaIIy @V3rmillion
  4215. local LocalPlayer = Players.LocalPlayer
  4216. local ran1 = false
  4217. local ran2 = false
  4218. local equipped = false
  4219. local savepos = LocalPlayer.Character.HumanoidRootPart.CFrame
  4220. local target = Players[v]
  4221. if #LocalPlayer.Backpack:GetChildren() < 2 then
  4222. repeat
  4223. for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
  4224. if tool:IsA("Tool") then
  4225. tool.Parent = LocalPlayer
  4226. end
  4227. end
  4228. LocalPlayer.Character:ClearAllChildren()
  4229. local char = Instance.new("Model", workspace)
  4230. char.Name = "character"
  4231. Instance.new("Part", char).Name = "Torso";
  4232. Instance.new("Part", char).Name = "Head";
  4233. Instance.new("Humanoid", char).Name = "Humanoid";
  4234. LocalPlayer.Character = char
  4235. repeat wait() until LocalPlayer.Character
  4236. until #LocalPlayer:GetChildren() - 4 >= 2
  4237. for _, char in pairs(workspace:GetChildren()) do
  4238. if char.Name == "character" and char:IsA("Model") then
  4239. char:Destroy()
  4240. end
  4241. end
  4242. repeat wait() until LocalPlayer.Character:FindFirstChild('HumanoidRootPart')
  4243. for _, tool in pairs(LocalPlayer:GetChildren()) do
  4244. if tool:IsA("Tool") then
  4245. tool.Parent = LocalPlayer.Backpack
  4246. end
  4247. end
  4248. end
  4249. LocalPlayer.Character.HumanoidRootPart.CFrame = savepos
  4250. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = LocalPlayer.Character
  4251. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = LocalPlayer.Character
  4252. local tool = LocalPlayer.Character:FindFirstChildOfClass("Tool")
  4253. tool.Parent = workspace
  4254. local attacher = LocalPlayer.Character:FindFirstChildOfClass("Tool")
  4255. attacher.Parent = workspace
  4256. LocalPlayer.Character.Humanoid:EquipTool(tool)
  4257. repeat wait() until LocalPlayer.Character:FindFirstChildOfClass("Tool") ~= nil
  4258. LocalPlayer.Character.Humanoid:UnequipTools()
  4259. attacher.AncestryChanged:connect(function()
  4260. if ran1 == false then
  4261. ran1 = true
  4262. equipped = true
  4263. end
  4264. end)
  4265. local anim = Instance.new("Animation")
  4266. anim.AnimationId = "rbxassetid://188632011"
  4267. local loadanim = LocalPlayer.Character.Humanoid:LoadAnimation(anim)
  4268. loadanim.Looped = true
  4269. loadanim:Play()
  4270. LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(math.random(-1000, 1000), math.random(0, 1000), math.random(-1000, 1000)))
  4271. local stabilize = Instance.new("Part", workspace)
  4272. stabilize.Size = Vector3.new(50, 1, 50)
  4273. stabilize.Anchored = true
  4274. stabilize.CFrame = CFrame.new(LocalPlayer.Character.HumanoidRootPart.CFrame * Vector3.new(0, -3.5, 0))
  4275. repeat
  4276. target.Character.HumanoidRootPart.CFrame = CFrame.new(LocalPlayer.Character.HumanoidRootPart.Position + LocalPlayer.Character.HumanoidRootPart.CFrame.lookVector * 2 + LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector * 2)
  4277. wait()
  4278. until equipped == true
  4279. stabilize:Destroy()
  4280. loadanim:Stop()
  4281. anim:Destroy()
  4282. LocalPlayer.CharacterAdded:connect(function(character)
  4283. if ran2 == false then
  4284. ran2 = true
  4285. character:WaitForChild("HumanoidRootPart")
  4286. character.HumanoidRootPart.CFrame = savepos
  4287. end
  4288. end)
  4289. tool.GripPos = Vector3.new(0, -math.huge, 0)
  4290. LocalPlayer.Character.Humanoid:EquipTool(tool)
  4291. repeat
  4292. LocalPlayer.Character.Humanoid.Jump = true
  4293. wait()
  4294. until ran2 == true
  4295. end
  4296. else
  4297. notify('Tool Required','You need to have a tool to use this command')
  4298. end
  4299. end)
  4300.  
  4301. addcmd('bring',{'febring'},
  4302. function(args, speaker)
  4303. local players = getPlayer(args[1], speaker)
  4304. if tools(Players.LocalPlayer) then
  4305. for i,v in pairs(players)do
  4306. -- Full credit to CyclicaIIy @V3rmillion
  4307. local LocalPlayer = Players.LocalPlayer
  4308. local ran1 = false
  4309. local equipped = false
  4310. local savepos = LocalPlayer.Character.HumanoidRootPart.CFrame
  4311. local target = Players[v]
  4312. if #LocalPlayer.Backpack:GetChildren() < 2 then
  4313. repeat
  4314. for _, tool in pairs(LocalPlayer.Backpack:GetChildren()) do
  4315. if tool:IsA("Tool") then
  4316. tool.Parent = LocalPlayer
  4317. end
  4318. end
  4319. LocalPlayer.Character:ClearAllChildren()
  4320. local char = Instance.new("Model", workspace)
  4321. char.Name = "character"
  4322. Instance.new("Part", char).Name = "Torso";
  4323. Instance.new("Part", char).Name = "Head";
  4324. Instance.new("Humanoid", char).Name = "Humanoid";
  4325. LocalPlayer.Character = char
  4326. repeat wait() until LocalPlayer.Character
  4327. until #LocalPlayer:GetChildren() - 4 >= 2
  4328. for _, char in pairs(workspace:GetChildren()) do
  4329. if char.Name == "character" and char:IsA("Model") then
  4330. char:Destroy()
  4331. end
  4332. end
  4333. repeat wait() until LocalPlayer.Character:FindFirstChild('HumanoidRootPart')
  4334. for _, tool in pairs(LocalPlayer:GetChildren()) do
  4335. if tool:IsA("Tool") then
  4336. tool.Parent = LocalPlayer.Backpack
  4337. end
  4338. end
  4339. LocalPlayer.Character.HumanoidRootPart.CFrame = savepos
  4340. end
  4341. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = LocalPlayer.Character
  4342. LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = LocalPlayer.Character
  4343. local tool = LocalPlayer.Character:FindFirstChildOfClass("Tool")
  4344. tool.Parent = workspace
  4345. local attacher = LocalPlayer.Character:FindFirstChildOfClass("Tool")
  4346. attacher.Parent = workspace
  4347. LocalPlayer.Character.Humanoid:EquipTool(tool)
  4348. repeat wait() until LocalPlayer.Character:FindFirstChildOfClass("Tool") ~= nil
  4349. LocalPlayer.Character.Humanoid:UnequipTools()
  4350. attacher.AncestryChanged:connect(function()
  4351. if ran1 == false then
  4352. ran1 = true
  4353. equipped = true
  4354. end
  4355. end)
  4356. local anim = Instance.new("Animation")
  4357. anim.AnimationId = "rbxassetid://188632011"
  4358. local loadanim = LocalPlayer.Character.Humanoid:LoadAnimation(anim)
  4359. loadanim.Looped = true
  4360. loadanim:Play()
  4361. repeat
  4362. target.Character.HumanoidRootPart.CFrame = CFrame.new(LocalPlayer.Character.HumanoidRootPart.Position + LocalPlayer.Character.HumanoidRootPart.CFrame.lookVector * 2 + LocalPlayer.Character.HumanoidRootPart.CFrame.rightVector * 2)
  4363. wait()
  4364. until equipped == true
  4365. loadanim:Stop()
  4366. anim:Destroy()
  4367. LocalPlayer.Character.Humanoid:EquipTool(tool)
  4368. wait()
  4369. LocalPlayer.Character.Humanoid:UnequipTools()
  4370. end
  4371. else
  4372. notify('Tool Required','You need to have a tool to use this command')
  4373. end
  4374. end)
  4375.  
  4376. oofing = false
  4377. addcmd('loopoof',{},
  4378. function(args, speaker)
  4379. oofing = true
  4380. repeat wait(0.01)
  4381. for i,v in pairs(Players:GetPlayers()) do
  4382. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  4383. for _,x in pairs(v.Character.Head:GetChildren()) do
  4384. if x:IsA'Sound' then x.Playing = true end
  4385. end
  4386. end
  4387. end
  4388. until oofing == false
  4389. end)
  4390.  
  4391. addcmd('unloopoof',{},
  4392. function(args, speaker)
  4393. oofing = false
  4394. end)
  4395.  
  4396. addcmd('respawn',{'ungod'},
  4397. function(args, speaker)
  4398. respawn(Players.LocalPlayer)
  4399. end)
  4400.  
  4401. addcmd('refresh',{'re'},
  4402. function(args, speaker)
  4403. refresh(Players.LocalPlayer)
  4404. end)
  4405.  
  4406. addcmd('god',{''},
  4407. function(args, speaker)
  4408. Players.LocalPlayer.Character.Humanoid.Name = 1
  4409. local l = Players.LocalPlayer.Character["1"]:Clone()
  4410. l.Parent = Players.LocalPlayer.Character
  4411. l.Name = "Humanoid"
  4412. wait(0.1)
  4413. Players.LocalPlayer.Character["1"]:Destroy()
  4414. workspace.CurrentCamera.CameraSubject = Players.LocalPlayer.Character
  4415. Players.LocalPlayer.Character.Animate.Disabled = true
  4416. wait(0.1)
  4417. Players.LocalPlayer.Character.Animate.Disabled = false
  4418. Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  4419. end)
  4420.  
  4421. addcmd('invisible',{'invis'},
  4422. function(args, speaker)
  4423. -- Full credit to Elite1337#9377 & Timeless#4044 @Discord
  4424. local function CheckRig()
  4425. if Players.LocalPlayer.Character then
  4426. local Humanoid = Players.LocalPlayer.Character:WaitForChild('Humanoid')
  4427. if Humanoid.RigType == Enum.HumanoidRigType.R15 then
  4428. return 'R15'
  4429. else
  4430. return 'R6'
  4431. end
  4432. end
  4433. end
  4434. local function InitiateInvis()
  4435. local Character = Players.LocalPlayer.Character
  4436. local StoredCF = Character.PrimaryPart.CFrame
  4437. local Part = Instance.new('Part',workspace)
  4438. Part.Size = Vector3.new(5,0,5)
  4439. Part.Anchored = true
  4440. Part.CFrame = CFrame.new(Vector3.new(9999,9999,9999))
  4441. Character.PrimaryPart.CFrame = Part.CFrame*CFrame.new(0,3,0)
  4442. spawn(function()
  4443. wait(3)
  4444. Part:Destroy()
  4445. end)
  4446. if CheckRig() == 'R6' then
  4447. local Clone = Character.HumanoidRootPart:Clone()
  4448. Character.HumanoidRootPart:Destroy()
  4449. Clone.Parent = Character
  4450. else
  4451. local Clone = Character.LowerTorso.Root:Clone()
  4452. Character.LowerTorso.Root:Destroy()
  4453. Clone.Parent = Character.LowerTorso
  4454. end
  4455. end
  4456. InitiateInvis()
  4457. end)
  4458.  
  4459. addcmd('strengthen',{},
  4460. function(args, speaker)
  4461. for _, child in pairs(Players.LocalPlayer.Character:GetDescendants()) do
  4462. if child.ClassName == "Part" then
  4463. child.CustomPhysicalProperties = PhysicalProperties.new(100, 0.3, 0.5)
  4464. end
  4465. end
  4466. end)
  4467.  
  4468. addcmd('weaken',{},
  4469. function(args, speaker)
  4470. for _, child in pairs(Players.LocalPlayer.Character:GetDescendants()) do
  4471. if child.ClassName == "Part" then
  4472. child.CustomPhysicalProperties = PhysicalProperties.new(0, 0.3, 0.5)
  4473. end
  4474. end
  4475. end)
  4476.  
  4477. addcmd('unweaken',{'unstrengthen'},
  4478. function(args, speaker)
  4479. for _, child in pairs(Players.LocalPlayer.Character:GetDescendants()) do
  4480. if child.ClassName == "Part" then
  4481. child.CustomPhysicalProperties = PhysicalProperties.new(0.7, 0.3, 0.5)
  4482. end
  4483. end
  4484. end)
  4485.  
  4486. addcmd('jpower',{'jumppower','jp'},
  4487. function(args, speaker)
  4488. if Players.LocalPlayer.Character:FindFirstChild("Humanoid") then
  4489. Players.LocalPlayer.Character.Humanoid.JumpPower=tonumber(args[1])
  4490. end
  4491. end)
  4492.  
  4493. addcmd('gravity',{'grav'},
  4494. function(args, speaker)
  4495. workspace.Gravity = (args[1])
  4496. end)
  4497.  
  4498. addcmd('hipheight',{'hheight'},
  4499. function(args, speaker)
  4500. if Players.LocalPlayer.Character:FindFirstChild("Humanoid") then
  4501. Players.LocalPlayer.Character.Humanoid.HipHeight = args[1]
  4502. end
  4503. end)
  4504.  
  4505. addcmd('dance',{},
  4506. function(args, speaker)
  4507. if not r15(Players.LocalPlayer) then
  4508. local pchar=Players.LocalPlayer.Character
  4509. local anim = nil
  4510. local dance1 = math.random(1,7)
  4511. if dance1 == 1 then
  4512. anim = '27789359'
  4513. end
  4514. if dance1 == 2 then
  4515. anim = '30196114'
  4516. end
  4517. if dance1 == 3 then
  4518. anim = '248263260'
  4519. end
  4520. if dance1 == 4 then
  4521. anim = '45834924'
  4522. end
  4523. if dance1 == 5 then
  4524. anim = '33796059'
  4525. end
  4526. if dance1 == 6 then
  4527. anim = '28488254'
  4528. end
  4529. if dance1 == 7 then
  4530. anim = '52155728'
  4531. end
  4532. local animation = Instance.new("Animation")
  4533. animation.AnimationId = "rbxassetid://"..anim
  4534. local animTrack = pchar.Humanoid:LoadAnimation(animation)
  4535. animTrack:Play()
  4536. else
  4537. notify('R6 Required','This command requires the r6 rig type')
  4538. end
  4539. end)
  4540.  
  4541. addcmd('nolimbs',{'rlimbs'},
  4542. function(args, speaker)
  4543. if r15(Players.LocalPlayer) then
  4544. for i,v in pairs(Players.LocalPlayer.Character:GetChildren()) do
  4545. if v:IsA("BasePart") and
  4546. v.Name == "RightUpperLeg" or
  4547. v.Name == "LeftUpperLeg" or
  4548. v.Name == "RightUpperArm" or
  4549. v.Name == "LeftUpperArm" then
  4550. v:Destroy()
  4551. end
  4552. end
  4553. else
  4554. for i,v in pairs(Players.LocalPlayer.Character:GetChildren()) do
  4555. if v:IsA("BasePart") and
  4556. v.Name == "Right Leg" or
  4557. v.Name == "Left Leg" or
  4558. v.Name == "Right Arm" or
  4559. v.Name == "Left Arm" then
  4560. v:Destroy()
  4561. end
  4562. end
  4563. end
  4564. end)
  4565.  
  4566. addcmd('noarms',{'rarms'},
  4567. function(args, speaker)
  4568. if r15(Players.LocalPlayer) then
  4569. for i,v in pairs(Players.LocalPlayer.Character:GetChildren()) do
  4570. if v:IsA("BasePart") and
  4571. v.Name == "RightUpperArm" or
  4572. v.Name == "LeftUpperArm" then
  4573. v:Destroy()
  4574. end
  4575. end
  4576. else
  4577. for i,v in pairs(Players.LocalPlayer.Character:GetChildren()) do
  4578. if v:IsA("BasePart") and
  4579. v.Name == "Right Arm" or
  4580. v.Name == "Left Arm" then
  4581. v:Destroy()
  4582. end
  4583. end
  4584. end
  4585. end)
  4586.  
  4587. addcmd('nolegs',{'rlegs'},
  4588. function(args, speaker)
  4589. if r15(Players.LocalPlayer) then
  4590. for i,v in pairs(Players.LocalPlayer.Character:GetChildren()) do
  4591. if v:IsA("BasePart") and
  4592. v.Name == "RightUpperLeg" or
  4593. v.Name == "LeftUpperLeg" then
  4594. v:Destroy()
  4595. end
  4596. end
  4597. else
  4598. for i,v in pairs(Players.LocalPlayer.Character:GetChildren()) do
  4599. if v:IsA("BasePart") and
  4600. v.Name == "Right Leg" or
  4601. v.Name == "Left Leg" then
  4602. v:Destroy()
  4603. end
  4604. end
  4605. end
  4606. end)
  4607.  
  4608. addcmd('sit',{},
  4609. function(args, speaker)
  4610. if Players.LocalPlayer.Character:FindFirstChild("Humanoid") then
  4611. Players.LocalPlayer.Character.Humanoid.Sit = true
  4612. end
  4613. end)
  4614.  
  4615. addcmd('team',{},
  4616. function(args, speaker)
  4617. local teamname = nil
  4618. for a,b in pairs(game:GetService("Teams"):GetChildren()) do
  4619. local L_name = b.Name:lower()
  4620. local F = L_name:find(getstring(1))
  4621. if F == 1 then
  4622. teamname = b
  4623. end
  4624. end
  4625. Players.LocalPlayer.Team = teamname
  4626. end)
  4627.  
  4628. addcmd('spasm',{},
  4629. function(args, speaker)
  4630. if not r15(Players.LocalPlayer) then
  4631. local pchar=Players.LocalPlayer.Character
  4632. local AnimationId = "33796059"
  4633. SpasmAnim = Instance.new("Animation")
  4634. SpasmAnim.AnimationId = "rbxassetid://"..AnimationId
  4635. Spasm = pchar.Humanoid:LoadAnimation(SpasmAnim)
  4636. Spasm:Play()
  4637. Spasm:AdjustSpeed(99)
  4638. else
  4639. notify('R6 Required','This command requires the r6 rig type')
  4640. end
  4641. end)
  4642.  
  4643. addcmd('unspasm',{'nospasm'},
  4644. function(args, speaker)
  4645. Spasm:Stop()
  4646. SpasmAnim:Destroy()
  4647. end)
  4648.  
  4649. addcmd('headthrow',{},
  4650. function(args, speaker)
  4651. if not r15(Players.LocalPlayer) then
  4652. local AnimationId = "35154961"
  4653. local Anim = Instance.new("Animation")
  4654. Anim.AnimationId = "rbxassetid://"..AnimationId
  4655. local k = Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4656. k:Play(0)
  4657. k:AdjustSpeed(1)
  4658. else
  4659. notify('R6 Required','This command requires the r6 rig type')
  4660. end
  4661. end)
  4662.  
  4663. addcmd('animation',{'anim'},
  4664. function(args, speaker)
  4665. if not r15(Players.LocalPlayer) then
  4666. local pchar=Players.LocalPlayer.Character
  4667. local AnimationId = tostring(args[1])
  4668. local Anim = Instance.new("Animation")
  4669. Anim.AnimationId = "rbxassetid://"..AnimationId
  4670. local k = pchar.Humanoid:LoadAnimation(Anim)
  4671. k:Play()
  4672. if args[2] then
  4673. k:AdjustSpeed(tostring(args[2]))
  4674. end
  4675. else
  4676. notify('R6 Required','This command requires the r6 rig type')
  4677. end
  4678. end)
  4679.  
  4680. addcmd('tpposition',{'tppos'},
  4681. function(args,speaker)
  4682. if #args < 3 then return end
  4683. local tpX,tpY,tpZ = tonumber(args[1]),tonumber(args[2]),tonumber(args[3])
  4684. local char = Players.LocalPlayer.Character
  4685. if char and char:FindFirstChild("HumanoidRootPart") then
  4686. char.HumanoidRootPart.CFrame = CFrame.new(tpX,tpY,tpZ)
  4687. end
  4688. end)
  4689.  
  4690. addcmd('offset',{},
  4691. function(args,speaker)
  4692. if #args < 3 then return end
  4693. local tpX,tpY,tpZ = tonumber(args[1]),tonumber(args[2]),tonumber(args[3])
  4694. local char = Players.LocalPlayer.Character
  4695. if char and char:FindFirstChild("HumanoidRootPart") then
  4696. char.HumanoidRootPart.CFrame = char.HumanoidRootPart.CFrame + Vector3.new(tpX,tpY,tpZ)
  4697. end
  4698. end)
  4699.  
  4700. addcmd('getposition',{'getpos'},
  4701. function(args,speaker)
  4702. local char = Players.LocalPlayer.Character
  4703. if char and char:FindFirstChild("HumanoidRootPart") then
  4704. local pos = tostring(char.HumanoidRootPart.Position)
  4705. notify('Current Position',pos)
  4706. end
  4707. end)
  4708.  
  4709. addcmd('speed',{'ws'},
  4710. function(args, speaker)
  4711. if Players.LocalPlayer.Character:FindFirstChild("Humanoid") then
  4712. Players.LocalPlayer.Character.Humanoid.WalkSpeed=tonumber(args[1])
  4713. end
  4714. end)
  4715.  
  4716. addcmd('tools',{'gears'},
  4717. function(args, speaker)
  4718. local function copy(instance)
  4719. for i,c in pairs(instance:GetChildren())do
  4720. if c:IsA('Tool') or c:IsA('HopperBin') then
  4721. c:Clone().Parent = Players.LocalPlayer.Backpack
  4722. end
  4723. copy(c)
  4724. end
  4725. end
  4726. copy(game:GetService("Lighting"))
  4727. local function copy(instance)
  4728. for i,c in pairs(instance:GetChildren())do
  4729. if c:IsA('Tool') or c:IsA('HopperBin') then
  4730. c:Clone().Parent = Players.LocalPlayer.Backpack
  4731. end
  4732. copy(c)
  4733. end
  4734. end
  4735. copy(game:GetService("ReplicatedStorage"))
  4736. notify('Tools','Copied tools from ReplicatedStorage and Lighting')
  4737. end)
  4738.  
  4739. addcmd('keeptools',{'startertools','stools','ktools'},
  4740. function(args, speaker)
  4741. local function copy(instance)
  4742. for i,c in pairs(instance:GetChildren())do
  4743. if c:IsA('Tool') or c:IsA('HopperBin') then
  4744. c:Clone().Parent = Players.LocalPlayer.StarterGear
  4745. end
  4746. copy(c)
  4747. end
  4748. end
  4749. copy(Players.LocalPlayer.Backpack)
  4750. local function copy(instance)
  4751. for i,c in pairs(instance:GetChildren())do
  4752. if c:IsA('Tool') or c:IsA('HopperBin') then
  4753. c:Clone().Parent = Players.LocalPlayer.StarterGear
  4754. end
  4755. copy(c)
  4756. end
  4757. end
  4758. copy(Players.LocalPlayer.Character)
  4759. notify('Tools','Copied tools to StarterGear')
  4760. end)
  4761.  
  4762. addcmd('nokeeptools',{'unkeeptools','nokeeptools','nostartertools','unstartertools','nostools','unstools','noktools','unktools'},
  4763. function(args, speaker)
  4764. for i,c in pairs(Players.LocalPlayer.StarterGear:GetChildren())do
  4765. if c:IsA('Tool') or c:IsA('HopperBin') then c:destroy()
  4766. end
  4767. end
  4768. notify('Tools','Cleared tools from StarterGear')
  4769. end)
  4770.  
  4771. addcmd('notools',{'rtools','clrtools','removetools'},
  4772. function(args, speaker)
  4773. for i,v in pairs(Players.LocalPlayer.Backpack:GetDescendants()) do
  4774. if v:IsA('Tool') or v:IsA('HopperBin') then
  4775. v:destroy()
  4776. end
  4777. end
  4778. for i,v in pairs(Players.LocalPlayer.Character:GetDescendants()) do
  4779. if v:IsA('Tool') or v:IsA('HopperBin') then
  4780. v:destroy()
  4781. end
  4782. end
  4783. notify('Tools','Removed tools')
  4784. end)
  4785.  
  4786. addcmd('explorer',{'dex'},
  4787. function(args, speaker)
  4788. local dex = loadstring(game:GetObjects("rbxassetid://418957341")[1].Source)()
  4789. game:GetService("CoreGui").Dex.PropertiesFrame.Changed:connect(function(property)
  4790. if property == 'Position' then
  4791. if game:GetService("CoreGui").Dex.PropertiesFrame.Position == UDim2.new(1, -300, 0.5, 36) then
  4792. Notification:TweenPosition(UDim2.new(1, -800, 1, Notification.Position.Y.Offset), "InOut", "Quart", 0.5, true, nil)
  4793. Holder:TweenPosition(UDim2.new(1, -550, 1, Holder.Position.Y.Offset), "InOut", "Quart", 0.2, true, nil)
  4794. holderOffset = -550
  4795. notifyOffset = -800
  4796. elseif game:GetService("CoreGui").Dex.PropertiesFrame.Position == UDim2.new(1, 30, 0.5, 36) then
  4797. Holder:TweenPosition(UDim2.new(1, -250, 1, Holder.Position.Y.Offset), "InOut", "Quart", 0.2, true, nil)
  4798. Notification:TweenPosition(UDim2.new(1, -500, 1, Notification.Position.Y.Offset), "InOut", "Quart", 0.5, true, nil)
  4799. holderOffset = -250
  4800. notifyOffset = -500
  4801. end
  4802. end
  4803. end)
  4804. end)
  4805.  
  4806. addcmd('remotespy',{'remotes'},
  4807. function(args, speaker)
  4808. notify('Remotespy','Printed remotes')
  4809. function getem(o)
  4810. for i,v in pairs(o:children())do
  4811. if string.match(v.ClassName, "RemoteEvent") or string.match(v.ClassName, "RemoteFunction") then
  4812. print("Name: "..v.Name.." | ".."Type: "..v.ClassName.." | ".."Location: ".."game."..v:GetFullName())
  4813. end
  4814. getem(v)
  4815. end
  4816. end
  4817. pcall(getem,game)
  4818. end)
  4819.  
  4820. loopgoto = nil
  4821. addcmd('loopgoto',{},
  4822. function(args, speaker)
  4823. local players = getPlayer(args[1], speaker)
  4824. for i,v in pairs(players)do
  4825. loopgoto = Players[v]
  4826. repeat wait() if Players[v].Character ~= nil then
  4827. if speaker.Character:FindFirstChild("Humanoid") then
  4828. speaker.Character.Humanoid.Jump = true
  4829. end
  4830. speaker.Character:MoveTo(Players[v].Character.HumanoidRootPart.Position)
  4831. end
  4832. until loopgoto ~= Players[v]
  4833. end
  4834. end)
  4835.  
  4836. addcmd('unloopgoto',{'noloopgoto'},
  4837. function(args, speaker)
  4838. loopgoto = nil
  4839. end)
  4840.  
  4841. headsitting = false
  4842. addcmd('headsit',{},
  4843. function(args, speaker)
  4844. local players = getPlayer(args[1], speaker)
  4845. for i,v in pairs(players)do
  4846. headsitting = true
  4847. Players.LocalPlayer.Character.Humanoid.Sit = true
  4848. repeat wait()
  4849. if Players[v].Character and Players[v].Character:FindFirstChild('HumanoidRootPart') and Players.LocalPlayer.Character:FindFirstChild('HumanoidRootPart') then
  4850. if Players:FindFirstChild(Players[v].Name) and Players.LocalPlayer.Character.Humanoid.Sit == true then
  4851. Players.LocalPlayer.Character.HumanoidRootPart.CFrame = Players[v].Character.HumanoidRootPart.CFrame * CFrame.Angles(0,math.rad(0),0)* CFrame.new(0,1.6,0.4)
  4852. else
  4853. headsitting = false
  4854. end
  4855. end
  4856. until headsitting == false
  4857. end
  4858. end)
  4859.  
  4860. spamming = false
  4861. addcmd('spam',{},
  4862. function(args, speaker)
  4863. spamming = true
  4864. local spamstring = getstring(1)
  4865. repeat wait(1)
  4866. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamstring, "All")
  4867. until spamming == false
  4868. end)
  4869.  
  4870. addcmd('nospam',{'unspam'},
  4871. function(args, speaker)
  4872. spamming = false
  4873. end)
  4874.  
  4875. pmspamming = {}
  4876. addcmd('pmspam',{},
  4877. function(args, speaker)
  4878. local players = getPlayer(args[1], speaker)
  4879. for i,v in pairs(players)do
  4880. spawn(function()
  4881. if FindInTable(pmspamming, Players[v].Name) then return end
  4882. table.insert(pmspamming, Players[v].Name)
  4883. local pmspamstring = getstring(2)
  4884. repeat wait(1)
  4885. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..Players[v].Name.." "..pmspamstring, "All")
  4886. until not FindInTable(pmspamming, Players[v].Name)
  4887. end)
  4888. end
  4889. end)
  4890.  
  4891. addcmd('nopmspam',{'unpmspam'},
  4892. function(args, speaker)
  4893. local players = getPlayer(args[1], speaker)
  4894. for i,v in pairs(players)do
  4895. spawn(function()
  4896. for a,b in pairs(pmspamming) do
  4897. if b == Players[v].Name then
  4898. table.remove(pmspamming, a)
  4899. end
  4900. end
  4901. end)
  4902. end
  4903. end)
  4904.  
  4905. addcmd('blockhead',{},
  4906. function(args, speaker)
  4907. Players.LocalPlayer.Character.Head.Mesh:Destroy()
  4908. end)
  4909.  
  4910. addcmd('blockhats',{},
  4911. function(args, speaker)
  4912. for _,v in pairs(Players.LocalPlayer.Character:GetChildren()) do
  4913. if (v:IsA("Accessory")) then
  4914. v.Handle.Mesh:remove()
  4915. end
  4916. end
  4917. end)
  4918.  
  4919. addcmd('clone',{},
  4920. function(args, speaker)
  4921. local AnimationId = "215384594"
  4922. local Anim = Instance.new("Animation")
  4923. Anim.AnimationId = "rbxassetid://"..AnimationId
  4924. local k = Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4925. k:Play()
  4926. k:AdjustSpeed(100)
  4927. end)
  4928.  
  4929. addcmd('creeper',{},
  4930. function(args, speaker)
  4931. if r15(Players.LocalPlayer) then
  4932. local lol = Players.LocalPlayer
  4933. lol.Character["Head"].Mesh:Destroy()
  4934. lol.Character["LeftUpperArm"]:Destroy()
  4935. lol.Character["RightUpperArm"]:Destroy()
  4936. for i,v in pairs(Players.LocalPlayer.Character:GetDescendants()) do
  4937. if v:IsA'Hat' or v:IsA'Accessory' then
  4938. v.Parent = workspace
  4939. end
  4940. end
  4941. else
  4942. local lol = Players.LocalPlayer
  4943. lol.Character["Head"].Mesh:Destroy()
  4944. lol.Character["Left Arm"]:Destroy()
  4945. lol.Character["Right Arm"]:Destroy()
  4946. for i,v in pairs(Players.LocalPlayer.Character:GetDescendants()) do
  4947. if v:IsA'Hat' or v:IsA'Accessory' then
  4948. v.Parent = workspace
  4949. end
  4950. end
  4951. end
  4952. end)
  4953.  
  4954. bangplr = nil
  4955.  
  4956. addcmd('bang',{'rape'},
  4957. function(args, speaker)
  4958. if not r15(Players.LocalPlayer) then
  4959. local players = getPlayer(args[1], speaker)
  4960. for i,v in pairs(players)do
  4961. bangAnim = Instance.new("Animation")
  4962. bangAnim.AnimationId = "rbxassetid://148840371"
  4963. bang = Players.LocalPlayer.Character.Humanoid:LoadAnimation(bangAnim)
  4964. bang:Play(.1, 1, 1)
  4965. bangplr = Players[v].Name
  4966. end
  4967. else
  4968. notify('R6 Required','This command requires the r6 rig type')
  4969. end
  4970. end)
  4971.  
  4972. addcmd('unbang',{'unrape'},
  4973. function(args, speaker)
  4974. bangplr = nil
  4975. bang:Stop()
  4976. bangAnim:Destroy()
  4977. end)
  4978.  
  4979. addcmd('bringpart',{},
  4980. function(args, speaker)
  4981. for i,v in pairs(workspace:GetDescendants()) do
  4982. if v.Name:lower() == getstring(1):lower() and v:IsA("BasePart") then
  4983. v.CFrame = speaker.Character.HumanoidRootPart.CFrame
  4984. end
  4985. end
  4986. end)
  4987.  
  4988. addcmd('gotopart',{},
  4989. function(args, speaker)
  4990. for i,v in pairs(workspace:GetDescendants()) do
  4991. if v.Name:lower() == getstring(1):lower() and v:IsA("BasePart") then
  4992. speaker.Character.HumanoidRootPart.CFrame = v.CFrame
  4993. wait(0.1)
  4994. end
  4995. end
  4996. end)
  4997.  
  4998. gtools = false
  4999. addcmd('grabtools',{},
  5000. function(args, speaker)
  5001. workspace.ChildAdded:connect(function(part)
  5002. if gtools then
  5003. if part:IsA("Tool") then
  5004. part.Handle.CFrame = Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  5005. end
  5006. end
  5007. end)
  5008. end)
  5009.  
  5010. addcmd('nograbtools',{'ungrabtools'},
  5011. function(args, speaker)
  5012. gtools = false
  5013. end)
  5014.  
  5015. addcmd('light',{},
  5016. function(args, speaker)
  5017. local light = Instance.new("PointLight", speaker.Character.HumanoidRootPart)
  5018. light.Range = 30
  5019. if args[1] then
  5020. light.Brightness = args[1]
  5021. else
  5022. light.Brightness = 5
  5023. end
  5024. end)
  5025.  
  5026. addcmd('unlight',{'nolight'},
  5027. function(args, speaker)
  5028. for i,v in pairs(speaker.Character:GetDescendants()) do
  5029. if v.ClassName == "PointLight" then
  5030. v:Destroy()
  5031. end
  5032. end
  5033. end)
  5034.  
  5035. addcmd('givetools',{},
  5036. function(args, speaker)
  5037. for i,t in pairs(Players.LocalPlayer.Backpack:GetDescendants()) do
  5038. if t:IsA("Tool") then
  5039. t.Parent = Players.LocalPlayer.Character
  5040. wait()
  5041. local players = getPlayer(args[1], speaker)
  5042. for i,v in pairs(players)do
  5043. t.Parent = Players[v].Character
  5044. end
  5045. end
  5046. end
  5047. end)
  5048.  
  5049. addcmd('copytools',{'clonetools'},
  5050. function(args, speaker)
  5051. local players = getPlayer(args[1], speaker)
  5052. for i,v in pairs(players)do
  5053. spawn(function()
  5054. for i,v in pairs(Players[v].Backpack:GetChildren()) do
  5055. if v:IsA('Tool') or v:IsA('HopperBin') then
  5056. v:Clone().Parent = speaker.Backpack
  5057. end
  5058. end
  5059. end)
  5060. end
  5061. end)
  5062.  
  5063. addcmd('naked',{},
  5064. function(args, speaker)
  5065. for i,v in pairs(Players.LocalPlayer.Character:GetDescendants()) do
  5066. if v:IsA("Clothing") then
  5067. v:Destroy()
  5068. end
  5069. end
  5070. end)
  5071.  
  5072. addcmd('spawnpoint',{'spawn'},
  5073. function(args, speaker)
  5074. spawnpos = Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  5075. spawnpoint = true
  5076. notify('Spawn Point','Spawn point created at '..tostring(spawnpos))
  5077. end)
  5078.  
  5079. addcmd('nospawnpoint',{'nospawn'},
  5080. function(args, speaker)
  5081. spawnpoint = false
  5082. notify('Spawn Point','Removed spawn point')
  5083. end)
  5084.  
  5085. addcmd('hatspin',{'spinhats'},
  5086. function(args, speaker)
  5087. for i,v in pairs(Players.LocalPlayer.Character:GetDescendants()) do
  5088. if v:IsA("Accessory") or v:IsA("Hat") then
  5089. local keep = Instance.new("BodyPosition") keep.Parent = v.Handle keep.Name = "no"
  5090. local spin = Instance.new("BodyAngularVelocity") spin.Parent = v.Handle spin.Name = "ha"
  5091. if v.Handle.AccessoryWeld then
  5092. v.Handle.AccessoryWeld:Destroy()
  5093. end
  5094. if args[1] then
  5095. spin.AngularVelocity = Vector3.new(0, args[1], 0)
  5096. spin.MaxTorque = Vector3.new(0, args[1] * 2, 0)
  5097. else
  5098. spin.AngularVelocity = Vector3.new(0, 100, 0)
  5099. spin.MaxTorque = Vector3.new(0, 200, 0)
  5100. end
  5101. keep.P = 30000
  5102. keep.D = 50
  5103. spinning = keep
  5104. spinenabled = true
  5105. end
  5106. end
  5107. end)
  5108.  
  5109. addcmd('unhatspin',{'unspinhats'},
  5110. function(args, speaker)
  5111. for i,v in pairs(Players.LocalPlayer.Character:GetDescendants()) do
  5112. if v:IsA("Accessory") or v:IsA("Hat") then
  5113. pcall(function()
  5114. if v:IsA("Accessory") or v:IsA("Hat") then
  5115. v.Parent = workspace
  5116. end
  5117. wait(0.5)
  5118. v.Handle.no:Destroy()
  5119. v.Handle.ha:Destroy()
  5120. if v:IsA("Accessory") or v:IsA("Hat") then
  5121. v.Parent = Players.LocalPlayer.Character
  5122. end
  5123. end)
  5124. end
  5125. end
  5126. end)
  5127.  
  5128. addcmd('ambient',{},
  5129. function(args, speaker)
  5130. game:GetService("Lighting").Ambient = Color3.new(args[1],args[2],args[3])
  5131. game:GetService("Lighting").OutdoorAmbient = Color3.new(args[1],args[2],args[3])
  5132. end)
  5133.  
  5134. addcmd('nofog',{},
  5135. function(args, speaker)
  5136. game:GetService("Lighting").FogEnd = 100000
  5137. end)
  5138.  
  5139. addcmd('brightness',{},
  5140. function(args, speaker)
  5141. game:GetService("Lighting").Brightness = args[1]
  5142. end)
  5143.  
  5144. origsettings = {abt = game:GetService("Lighting").Ambient, oabt = game:GetService("Lighting").OutdoorAmbient, brt = game:GetService("Lighting").Brightness, time = game:GetService("Lighting").TimeOfDay, fclr = game:GetService("Lighting").FogColor, fe = game:GetService("Lighting").FogEnd, fs = game:GetService("Lighting").FogStart}
  5145.  
  5146. addcmd('restorelighting',{'rlighting'},
  5147. function(args,speaker)
  5148. game:GetService("Lighting").Ambient = origsettings.abt
  5149. game:GetService("Lighting").OutdoorAmbient = origsettings.oabt
  5150. game:GetService("Lighting").Brightness = origsettings.brt
  5151. game:GetService("Lighting").TimeOfDay = origsettings.time
  5152. game:GetService("Lighting").FogColor = origsettings.fclr
  5153. game:GetService("Lighting").FogEnd = origsettings.fe
  5154. game:GetService("Lighting").FogStart = origsettings.fs
  5155. end)
  5156.  
  5157. addcmd('stun',{},
  5158. function(args, speaker)
  5159. Players.LocalPlayer.Character.Humanoid.PlatformStand = true
  5160. end)
  5161.  
  5162. addcmd('unstun',{'nostun'},
  5163. function(args, speaker)
  5164. Players.LocalPlayer.Character.Humanoid.PlatformStand = false
  5165. end)
  5166.  
  5167. addcmd('drophats',{'drophat'},
  5168. function(args, speaker)
  5169. if speaker.Character then
  5170. for _,obj in pairs(speaker.Character:GetChildren()) do
  5171. if obj:IsA("Accessory") then
  5172. obj.Parent = workspace
  5173. end
  5174. end
  5175. end
  5176. end)
  5177.  
  5178. addcmd('droptools',{'droptool'},
  5179. function(args, speaker)
  5180. if speaker.Character then
  5181. for _,obj in pairs(speaker.Character:GetChildren()) do
  5182. if obj:IsA("Tool") then
  5183. obj.Parent = workspace
  5184. end
  5185. end
  5186. end
  5187. if speaker:FindFirstChild("Backpack") then
  5188. for _,obj in pairs(speaker.Backpack:GetChildren()) do
  5189. if obj:IsA("Tool") then
  5190. obj.Parent = workspace
  5191. end
  5192. end
  5193. end
  5194. end)
  5195.  
  5196. addcmd('logs',{'chatlogs'},
  5197. function(args, speaker)
  5198. logsDrag:TweenPosition(UDim2.new(0, 0, 1, -250), "InOut", "Quart", 0.3, true, nil)
  5199. end)
  5200.  
  5201. addcmd('fling',{},
  5202. function(args, speaker)
  5203. for _, child in pairs(Players.LocalPlayer.Character:GetDescendants()) do
  5204. if child.ClassName == "Part" or child.ClassName == "MeshPart" then
  5205. child.CustomPhysicalProperties = PhysicalProperties.new(2, 0.3, 0.5)
  5206. end
  5207. end
  5208. for i,v in pairs(Players.LocalPlayer.Character:GetChildren()) do
  5209. if v:IsA('Accessory') or v:IsA('Hat') then
  5210. for e,c in pairs(v:GetDescendants()) do
  5211. if c:IsA('Part') or c:IsA('MeshPart') then
  5212. c.CustomPhysicalProperties = PhysicalProperties.new(0, 0.3, 0.5)
  5213. end
  5214. end
  5215. end
  5216. end
  5217. execCmd('noclip')
  5218. wait(.1)
  5219. local bambam = Instance.new("BodyAngularVelocity")
  5220. bambam.Parent = Players.LocalPlayer.Character.HumanoidRootPart
  5221. bambam.AngularVelocity = Vector3.new(0,311111,0)
  5222. bambam.MaxTorque = Vector3.new(0,311111,0)
  5223. bambam.P = math.huge
  5224. end)
  5225.  
  5226. addcmd('unfling',{'nofling'},
  5227. function(args, speaker)
  5228. execCmd('clip')
  5229. wait(.1)
  5230. for i,v in pairs(Players.LocalPlayer.Character.HumanoidRootPart:GetChildren()) do
  5231. if v.ClassName == 'BodyAngularVelocity' then
  5232. v:Destroy()
  5233. end
  5234. end
  5235. for _, child in pairs(Players.LocalPlayer.Character:GetDescendants()) do
  5236. if child.ClassName == "Part" or child.ClassName == "MeshPart" then
  5237. child.CustomPhysicalProperties = PhysicalProperties.new(0.7, 0.3, 0.5)
  5238. end
  5239. end
  5240. end)
  5241.  
  5242. addcmd('spin',{},
  5243. function(args, speaker)
  5244. spinInstance = Instance.new("Animation")
  5245. spinInstance.AnimationId = "rbxassetid://188632011"
  5246. spinAnim = Players.LocalPlayer.Character.Humanoid:LoadAnimation(spinInstance)
  5247. spinAnim.Looped = true
  5248. spinAnim:Play()
  5249. if args[1] then
  5250. spinAnim:AdjustSpeed(args[1])
  5251. end
  5252. end)
  5253.  
  5254. addcmd('unspin',{},
  5255. function(args, speaker)
  5256. spinInstance:Destroy()
  5257. spinAnim:Stop()
  5258. end)
  5259.  
  5260. if PluginsTable ~= nil or PluginsTable ~= {} then
  5261. FindPlugins(PluginsTable)
  5262. end
  5263.  
  5264. if pcall(function() loadstring(game:HttpGet(('https://pastebin.com/raw/yKieh77L'),true))() end) then
  5265. if ver ~= Version then
  5266. notify('Outdated','Get a new version at infyield.yolasite.com')
  5267. end
  5268. if Announcement and Announcement ~= '' then
  5269. local AnnGUI = Instance.new("Frame")
  5270. local background = Instance.new("Frame")
  5271. local Dark = Instance.new("Frame")
  5272. local TextBox = Instance.new("TextLabel")
  5273. local shadow = Instance.new("Frame")
  5274. local PopupText = Instance.new("TextLabel")
  5275. local Exit = Instance.new("ImageButton")
  5276.  
  5277. AnnGUI.Name = randomString()
  5278. AnnGUI.Parent = PARENT
  5279. AnnGUI.Active = true
  5280. AnnGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  5281. AnnGUI.BackgroundTransparency = 1
  5282. AnnGUI.Position = UDim2.new(0.5, -180, 0, -400)
  5283. AnnGUI.Size = UDim2.new(0, 360, 0, 20)
  5284. AnnGUI.ZIndex = 4
  5285.  
  5286. background.Name = "background"
  5287. background.Parent = AnnGUI
  5288. background.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  5289. background.BorderSizePixel = 0
  5290. background.Position = UDim2.new(0, 0, 0, 20)
  5291. background.Size = UDim2.new(0, 360, 0, 116)
  5292.  
  5293. Dark.Name = "Dark"
  5294. Dark.Parent = background
  5295. Dark.Active = true
  5296. Dark.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  5297. Dark.BackgroundTransparency = 0.5
  5298. Dark.BorderSizePixel = 0
  5299. Dark.Size = UDim2.new(0, 360, 0, 5)
  5300.  
  5301. TextBox.Parent = background
  5302. TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
  5303. TextBox.BackgroundTransparency = 1
  5304. TextBox.Position = UDim2.new(0.0166666675, 0, 0.103232808, 0)
  5305. TextBox.Size = UDim2.new(0, 348, 0, 98)
  5306. TextBox.Font = Enum.Font.SourceSans
  5307. TextBox.FontSize = Enum.FontSize.Size18
  5308. TextBox.TextWrapped = true
  5309. TextBox.Text = Announcement
  5310. TextBox.TextColor3 = Color3.new(1, 1, 1)
  5311. TextBox.TextXAlignment = Enum.TextXAlignment.Left
  5312. TextBox.TextYAlignment = Enum.TextYAlignment.Top
  5313.  
  5314. shadow.Name = "shadow"
  5315. shadow.Parent = AnnGUI
  5316. shadow.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  5317. shadow.BorderColor3 = Color3.new(0, 0, 0)
  5318. shadow.BorderSizePixel = 0
  5319. shadow.Size = UDim2.new(0, 360, 0, 20)
  5320. shadow.ZIndex = 4
  5321.  
  5322. PopupText.Name = "PopupText"
  5323. PopupText.Parent = shadow
  5324. PopupText.BackgroundTransparency = 1
  5325. PopupText.Position = UDim2.new(0, 51, 0, 0)
  5326. PopupText.Size = UDim2.new(0.760355055, -16, 0.949999988, 0)
  5327. PopupText.ZIndex = 4
  5328. PopupText.Font = Enum.Font.SourceSans
  5329. PopupText.FontSize = Enum.FontSize.Size24
  5330. PopupText.Text = "Server Announcement"
  5331. PopupText.TextColor3 = Color3.new(1, 1, 1)
  5332. PopupText.TextStrokeTransparency = 0
  5333. PopupText.TextWrapped = true
  5334.  
  5335. Exit.Name = "Exit"
  5336. Exit.Parent = shadow
  5337. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  5338. Exit.BackgroundTransparency = 1
  5339. Exit.Size = UDim2.new(0, 20, 0, 20)
  5340. Exit.ZIndex = 4
  5341. Exit.Image = "rbxassetid://2132544126"
  5342.  
  5343. wait(1)
  5344. AnnGUI:TweenPosition(UDim2.new(0.5, -180, 0, 150), "InOut", "Quart", 0.5, true, nil)
  5345.  
  5346. Exit.MouseButton1Click:Connect(function()
  5347. AnnGUI:TweenPosition(UDim2.new(0.5, -180, 0, -400), "InOut", "Quart", 0.5, true, nil)
  5348. wait(0.6)
  5349. AnnGUI:Destroy()
  5350. end)
  5351. end
  5352. end
  5353.  
  5354. wait()
  5355. Credits:TweenPosition(UDim2.new(0,0,0.9,0), "Out", "Quart", 0.2)
  5356. Logo:TweenSizeAndPosition(UDim2.new(0,175,0,175),UDim2.new(0,37,0,45), "Out", "Quart", 0.3)
  5357. wait(1)
  5358. for i=1,10 do
  5359. Logo.ImageTransparency = Logo.ImageTransparency+0.1
  5360. IntroBackground.BackgroundTransparency = Logo.BackgroundTransparency+0.1
  5361. wait()
  5362. end
  5363. Credits:TweenPosition(UDim2.new(0,0,0.9,30), "Out", "Quart", 0.2)
  5364. wait(0.2)
  5365. Logo:Destroy()
  5366. Credits:Destroy()
  5367. IntroBackground:Destroy()
  5368. minimizeHolder()
  5369. end)
  5370.  
  5371. koala.Name = "koala"
  5372. koala.Parent = Main
  5373. koala.BackgroundColor3 = Color3.new(0.180392, 0.866667, 1)
  5374. koala.Position = UDim2.new(0.66845876, 0, 0.191740379, 0)
  5375. koala.Size = UDim2.new(0, 145, 0, 50)
  5376. koala.Font = Enum.Font.GothamBlack
  5377. koala.Text = "Koala Cafe GUI"
  5378. koala.TextColor3 = Color3.new(0, 0, 0)
  5379. koala.TextSize = 17
  5380. koala.MouseButton1Down:connect(function()
  5381. -- Objects
  5382.  
  5383. local ScreenGui = Instance.new("ScreenGui")
  5384. local Frame = Instance.new("Frame")
  5385. local TextLabel = Instance.new("TextLabel")
  5386. local TextLabel_2 = Instance.new("TextLabel")
  5387. local TextLabel_3 = Instance.new("TextLabel")
  5388. local TextButton = Instance.new("TextButton")
  5389. local TextButton_2 = Instance.new("TextButton")
  5390. local TextButton_3 = Instance.new("TextButton")
  5391. local TextButton_4 = Instance.new("TextButton")
  5392. local TextButton_5 = Instance.new("TextButton")
  5393. local TextButton_6 = Instance.new("TextButton")
  5394. local TextButton_7 = Instance.new("TextButton")
  5395. local TextButton_8 = Instance.new("TextButton")
  5396. local TextButton_9 = Instance.new("TextButton")
  5397. local TextButton_10 = Instance.new("TextButton")
  5398. local TextButton_11 = Instance.new("TextButton")
  5399. local TextButton_12 = Instance.new("TextButton")
  5400.  
  5401. -- Properties
  5402.  
  5403. ScreenGui.Parent = game.CoreGui
  5404.  
  5405. Frame.Parent = ScreenGui
  5406. Frame.Active = true
  5407. Frame.Draggable = true
  5408. Frame.BackgroundColor3 = Color3.new(0.329412, 0.219608, 0)
  5409. Frame.Position = UDim2.new(0.289473683, 0, 0.301972687, 0)
  5410. Frame.Size = UDim2.new(0, 566, 0, 345)
  5411.  
  5412. TextLabel.Parent = Frame
  5413. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  5414. TextLabel.BackgroundTransparency = 0.75
  5415. TextLabel.Position = UDim2.new(0.0353356898, 0, 0.22318843, 0)
  5416. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  5417. TextLabel.Font = Enum.Font.SourceSans
  5418. TextLabel.Text = "Scripts"
  5419. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  5420. TextLabel.TextScaled = true
  5421. TextLabel.TextSize = 14
  5422. TextLabel.TextWrapped = true
  5423.  
  5424. TextLabel_2.Parent = Frame
  5425. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  5426. TextLabel_2.BackgroundTransparency = 0.75
  5427. TextLabel_2.Position = UDim2.new(0.611307383, 0, 0.22318843, 0)
  5428. TextLabel_2.Size = UDim2.new(0, 200, 0, 50)
  5429. TextLabel_2.Font = Enum.Font.SourceSans
  5430. TextLabel_2.Text = "Teleports"
  5431. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  5432. TextLabel_2.TextScaled = true
  5433. TextLabel_2.TextSize = 14
  5434. TextLabel_2.TextWrapped = true
  5435.  
  5436. TextLabel_3.Parent = Frame
  5437. TextLabel_3.BackgroundColor3 = Color3.new(0.317647, 0, 0)
  5438. TextLabel_3.BackgroundTransparency = 0.75
  5439. TextLabel_3.Position = UDim2.new(0, 0, 4.42283756e-08, 0)
  5440. TextLabel_3.Size = UDim2.new(0, 566, 0, 50)
  5441. TextLabel_3.Font = Enum.Font.SourceSans
  5442. TextLabel_3.Text = "Koala Cafe Gui"
  5443. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  5444. TextLabel_3.TextScaled = true
  5445. TextLabel_3.TextSize = 14
  5446. TextLabel_3.TextWrapped = true
  5447.  
  5448. TextButton.Parent = Frame
  5449. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  5450. TextButton.BackgroundTransparency = 0.25
  5451. TextButton.Position = UDim2.new(0.0353356898, 0, 0.411594212, 0)
  5452. TextButton.Size = UDim2.new(0, 91, 0, 54)
  5453. TextButton.Font = Enum.Font.SourceSans
  5454. TextButton.Text = "Chat Name Spam"
  5455. TextButton.TextColor3 = Color3.new(0, 0, 0)
  5456. TextButton.TextScaled = true
  5457. TextButton.TextSize = 14
  5458. TextButton.TextWrapped = true
  5459.  
  5460. TextButton_2.Parent = Frame
  5461. TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  5462. TextButton_2.BackgroundTransparency = 0.25
  5463. TextButton_2.Position = UDim2.new(0.227915198, 0, 0.411594212, 0)
  5464. TextButton_2.Size = UDim2.new(0, 91, 0, 54)
  5465. TextButton_2.Font = Enum.Font.SourceSans
  5466. TextButton_2.Text = "Floating Sit"
  5467. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  5468. TextButton_2.TextScaled = true
  5469. TextButton_2.TextSize = 14
  5470. TextButton_2.TextWrapped = true
  5471.  
  5472. TextButton_3.Parent = Frame
  5473. TextButton_3.BackgroundColor3 = Color3.new(1, 1, 1)
  5474. TextButton_3.BackgroundTransparency = 0.25
  5475. TextButton_3.Position = UDim2.new(0.227915198, 0, 0.614492774, 0)
  5476. TextButton_3.Size = UDim2.new(0, 91, 0, 54)
  5477. TextButton_3.Font = Enum.Font.SourceSans
  5478. TextButton_3.Text = "Respawn"
  5479. TextButton_3.TextColor3 = Color3.new(0, 0, 0)
  5480. TextButton_3.TextScaled = true
  5481. TextButton_3.TextSize = 14
  5482. TextButton_3.TextWrapped = true
  5483.  
  5484. TextButton_4.Parent = Frame
  5485. TextButton_4.BackgroundColor3 = Color3.new(1, 1, 1)
  5486. TextButton_4.BackgroundTransparency = 0.25
  5487. TextButton_4.Position = UDim2.new(0.227915198, 0, 0.817391396, 0)
  5488. TextButton_4.Size = UDim2.new(0, 91, 0, 54)
  5489. TextButton_4.Font = Enum.Font.SourceSans
  5490. TextButton_4.Text = "Insane"
  5491. TextButton_4.TextColor3 = Color3.new(0, 0, 0)
  5492. TextButton_4.TextScaled = true
  5493. TextButton_4.TextSize = 14
  5494. TextButton_4.TextWrapped = true
  5495.  
  5496. TextButton_5.Parent = Frame
  5497. TextButton_5.BackgroundColor3 = Color3.new(1, 1, 1)
  5498. TextButton_5.BackgroundTransparency = 0.25
  5499. TextButton_5.Position = UDim2.new(0.0353356898, 0, 0.614492774, 0)
  5500. TextButton_5.Size = UDim2.new(0, 91, 0, 54)
  5501. TextButton_5.Font = Enum.Font.SourceSans
  5502. TextButton_5.Text = "Suicide"
  5503. TextButton_5.TextColor3 = Color3.new(0, 0, 0)
  5504. TextButton_5.TextScaled = true
  5505. TextButton_5.TextSize = 14
  5506. TextButton_5.TextWrapped = true
  5507.  
  5508. TextButton_6.Parent = Frame
  5509. TextButton_6.BackgroundColor3 = Color3.new(1, 1, 1)
  5510. TextButton_6.BackgroundTransparency = 0.25
  5511. TextButton_6.Position = UDim2.new(0.0353356898, 0, 0.817391396, 0)
  5512. TextButton_6.Size = UDim2.new(0, 91, 0, 54)
  5513. TextButton_6.Font = Enum.Font.SourceSans
  5514. TextButton_6.Text = "Noclip (Press E)"
  5515. TextButton_6.TextColor3 = Color3.new(0, 0, 0)
  5516. TextButton_6.TextScaled = true
  5517. TextButton_6.TextSize = 14
  5518. TextButton_6.TextWrapped = true
  5519.  
  5520. TextButton_7.Parent = Frame
  5521. TextButton_7.BackgroundColor3 = Color3.new(1, 1, 1)
  5522. TextButton_7.BackgroundTransparency = 0.25
  5523. TextButton_7.Position = UDim2.new(0.611307383, 0, 0.420289874, 0)
  5524. TextButton_7.Size = UDim2.new(0, 91, 0, 54)
  5525. TextButton_7.Font = Enum.Font.SourceSans
  5526. TextButton_7.Text = "Cafe"
  5527. TextButton_7.TextColor3 = Color3.new(0, 0, 0)
  5528. TextButton_7.TextScaled = true
  5529. TextButton_7.TextSize = 14
  5530. TextButton_7.TextWrapped = true
  5531.  
  5532. TextButton_8.Parent = Frame
  5533. TextButton_8.BackgroundColor3 = Color3.new(1, 1, 1)
  5534. TextButton_8.BackgroundTransparency = 0.25
  5535. TextButton_8.Position = UDim2.new(0.80388689, 0, 0.420289874, 0)
  5536. TextButton_8.Size = UDim2.new(0, 91, 0, 54)
  5537. TextButton_8.Font = Enum.Font.SourceSans
  5538. TextButton_8.Text = "Kitchen"
  5539. TextButton_8.TextColor3 = Color3.new(0, 0, 0)
  5540. TextButton_8.TextScaled = true
  5541. TextButton_8.TextSize = 14
  5542. TextButton_8.TextWrapped = true
  5543.  
  5544. TextButton_9.Parent = Frame
  5545. TextButton_9.BackgroundColor3 = Color3.new(1, 1, 1)
  5546. TextButton_9.BackgroundTransparency = 0.25
  5547. TextButton_9.Position = UDim2.new(0.611307383, 0, 0.614492774, 0)
  5548. TextButton_9.Size = UDim2.new(0, 91, 0, 54)
  5549. TextButton_9.Font = Enum.Font.SourceSans
  5550. TextButton_9.Text = "Outdoor Lounge"
  5551. TextButton_9.TextColor3 = Color3.new(0, 0, 0)
  5552. TextButton_9.TextScaled = true
  5553. TextButton_9.TextSize = 14
  5554. TextButton_9.TextWrapped = true
  5555.  
  5556. TextButton_10.Parent = Frame
  5557. TextButton_10.BackgroundColor3 = Color3.new(1, 1, 1)
  5558. TextButton_10.BackgroundTransparency = 0.25
  5559. TextButton_10.Position = UDim2.new(0.80388689, 0, 0.614492774, 0)
  5560. TextButton_10.Size = UDim2.new(0, 91, 0, 54)
  5561. TextButton_10.Font = Enum.Font.SourceSans
  5562. TextButton_10.Text = "Podium"
  5563. TextButton_10.TextColor3 = Color3.new(0, 0, 0)
  5564. TextButton_10.TextScaled = true
  5565. TextButton_10.TextSize = 14
  5566. TextButton_10.TextWrapped = true
  5567.  
  5568. TextButton_11.Parent = Frame
  5569. TextButton_11.BackgroundColor3 = Color3.new(1, 1, 1)
  5570. TextButton_11.BackgroundTransparency = 0.25
  5571. TextButton_11.Position = UDim2.new(0.80388689, 0, 0.817391336, 0)
  5572. TextButton_11.Size = UDim2.new(0, 91, 0, 54)
  5573. TextButton_11.Font = Enum.Font.SourceSans
  5574. TextButton_11.Text = "Upstairs"
  5575. TextButton_11.TextColor3 = Color3.new(0, 0, 0)
  5576. TextButton_11.TextScaled = true
  5577. TextButton_11.TextSize = 14
  5578. TextButton_11.TextWrapped = true
  5579.  
  5580. TextButton_12.Parent = Frame
  5581. TextButton_12.BackgroundColor3 = Color3.new(1, 1, 1)
  5582. TextButton_12.BackgroundTransparency = 0.25
  5583. TextButton_12.Position = UDim2.new(0.611307383, 0, 0.817391336, 0)
  5584. TextButton_12.Size = UDim2.new(0, 91, 0, 54)
  5585. TextButton_12.Font = Enum.Font.SourceSans
  5586. TextButton_12.Text = "Outside"
  5587. TextButton_12.TextColor3 = Color3.new(0, 0, 0)
  5588. TextButton_12.TextScaled = true
  5589. TextButton_12.TextSize = 14
  5590. TextButton_12.TextWrapped = true
  5591.  
  5592. TextButton.MouseButton1Click:connect(function()
  5593. local player = game.Players.LocalPlayer
  5594. repeat
  5595. for i = 1,7 do
  5596. local amount_of_msgs = 1
  5597. for i = 1, amount_of_msgs do
  5598. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/me ", "All")
  5599. end
  5600. wait(0.75)
  5601. end
  5602. wait(12)
  5603. until player.Character.Humanoid.Health == 0
  5604. end)
  5605.  
  5606. TextButton_2.MouseButton1Click:connect(function()
  5607. local AnimationId = "179224234"
  5608. local Anim = Instance.new("Animation")
  5609. Anim.AnimationId = "rbxassetid://"..AnimationId
  5610. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  5611. k:Play()
  5612. k:AdjustSpeed(1)
  5613. end)
  5614.  
  5615. TextButton_3.MouseButton1Click:connect(function()
  5616. game.Players.LocalPlayer.Character.Humanoid.Name = 1
  5617. local l = game.Players.LocalPlayer.Character["1"]:Clone()
  5618. l.Parent = game.Players.LocalPlayer.Character
  5619. l.Name = "Humanoid"
  5620. wait()
  5621. game.Players.LocalPlayer.Character["1"]:Destroy()
  5622. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
  5623. game.Players.LocalPlayer.Character.Animate.Disabled = true
  5624. wait()
  5625. game.Players.LocalPlayer.Character.Animate.Disabled = false
  5626. game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
  5627. wait()
  5628. local prt = Instance.new("Model", workspace);
  5629. Instance.new("Part", prt).Name="Torso";
  5630. Instance.new("Part", prt).Name="Head";
  5631. Instance.new("Humanoid", prt).Name="Humanoid";
  5632. game.Players.LocalPlayer.Character=prt
  5633. end)
  5634.  
  5635. TextButton_4.MouseButton1Click:connect(function()
  5636. local AnimationId = "33796059"
  5637. local Anim = Instance.new("Animation")
  5638. Anim.AnimationId = "rbxassetid://"..AnimationId
  5639. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  5640. k:Play()
  5641. k:AdjustSpeed(25)
  5642. end)
  5643.  
  5644. TextButton_5.MouseButton1Click:connect(function()
  5645. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 0
  5646. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 0
  5647. wait()
  5648. local AnimationId = "181525546"
  5649. local Anim = Instance.new("Animation")
  5650. Anim.AnimationId = "rbxassetid://"..AnimationId
  5651. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  5652. k:Play()
  5653. k:AdjustSpeed(1)
  5654. wait(1.35)
  5655. k:AdjustSpeed(0)
  5656. end)
  5657.  
  5658. TextButton_6.MouseButton1Click:connect(function()
  5659. noclip = false
  5660. game:GetService('RunService').Stepped:connect(function()
  5661. if noclip then
  5662. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  5663. end
  5664. end)
  5665. local plr = game.Players.LocalPlayer
  5666. local mouse = plr:GetMouse()
  5667. mouse.KeyDown:connect(function(key)
  5668.  
  5669. if key == "e" then
  5670. noclip = not noclip
  5671. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  5672. end
  5673. end)
  5674. print('Loaded')
  5675. print('Press "E" to noclip')
  5676. end)
  5677.  
  5678. TextButton_7.MouseButton1Click:connect(function()
  5679. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(24.127,9.902,91.329)
  5680. end)
  5681.  
  5682. TextButton_8.MouseButton1Click:connect(function()
  5683. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(21.41,9.95,-37.9)
  5684. end)
  5685.  
  5686. TextButton_9.MouseButton1Click:connect(function()
  5687. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(23.86,9.5,-73.17)
  5688. end)
  5689.  
  5690. TextButton_10.MouseButton1Click:connect(function()
  5691. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-69.25,-29.48,-42.79)
  5692. end)
  5693.  
  5694. TextButton_11.MouseButton1Click:connect(function()
  5695. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-39.43,34.3,72.03)
  5696. end)
  5697.  
  5698. TextButton_12.MouseButton1Click:connect(function()
  5699. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-81.17,29.45,-53.99)
  5700. end)
  5701. end)
  5702.  
  5703. sausage.Name = "sausage"
  5704. sausage.Parent = Main
  5705. sausage.BackgroundColor3 = Color3.new(0.180392, 0.866667, 1)
  5706. sausage.Position = UDim2.new(0.365591377, 0, 0.660766959, 0)
  5707. sausage.Size = UDim2.new(0, 145, 0, 50)
  5708. sausage.Font = Enum.Font.GothamBlack
  5709. sausage.Text = "Sausage Sizzle"
  5710. sausage.TextColor3 = Color3.new(0, 0, 0)
  5711. sausage.TextSize = 14
  5712. sausage.MouseButton1Down:connect(function()
  5713. -- Objects
  5714.  
  5715. local ScreenGui = Instance.new("ScreenGui")
  5716. local Frame = Instance.new("Frame")
  5717. local TextLabel = Instance.new("TextLabel")
  5718. local TextButton = Instance.new("TextButton")
  5719. local TextButton_2 = Instance.new("TextButton")
  5720. local TextButton_3 = Instance.new("TextButton")
  5721. local TextButton_4 = Instance.new("TextButton")
  5722. local TextButton_5 = Instance.new("TextButton")
  5723. local TextButton_6 = Instance.new("TextButton")
  5724. local TextButton_7 = Instance.new("TextButton")
  5725. local TextButton_8 = Instance.new("TextButton")
  5726. local TextButton_9 = Instance.new("TextButton")
  5727. local TextButton_10 = Instance.new("TextButton")
  5728. local TextButton_11 = Instance.new("TextButton")
  5729. local TextButton_12 = Instance.new("TextButton")
  5730. local TextButton_13 = Instance.new("TextButton")
  5731. local TextButton_14 = Instance.new("TextButton")
  5732.  
  5733. -- Properties
  5734.  
  5735. ScreenGui.Parent = game.CoreGui
  5736.  
  5737. Frame.Active = true
  5738. Frame.Draggable = true
  5739. Frame.Parent = ScreenGui
  5740. Frame.BackgroundColor3 = Color3.new(1, 0, 0)
  5741. Frame.BackgroundTransparency = 0.60000002384186
  5742. Frame.Position = UDim2.new(0.145335723, 0, 0.468264974, 0)
  5743. Frame.Size = UDim2.new(0, 334, 0, 330)
  5744.  
  5745. TextLabel.Parent = Frame
  5746. TextLabel.BackgroundColor3 = Color3.new(0.52549, 0, 0)
  5747. TextLabel.Size = UDim2.new(0, 334, 0, 31)
  5748. TextLabel.Font = Enum.Font.SourceSans
  5749. TextLabel.Text = "Sausage Sizzle Gui"
  5750. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  5751. TextLabel.TextScaled = true
  5752. TextLabel.TextSize = 14
  5753. TextLabel.TextWrapped = true
  5754.  
  5755. TextButton.Parent = Frame
  5756. TextButton.BackgroundColor3 = Color3.new(1, 0.27451, 0.286275)
  5757. TextButton.BackgroundTransparency = 0.20000000298023
  5758. TextButton.Position = UDim2.new(0, 0, 0.153125003, 0)
  5759. TextButton.Size = UDim2.new(0, 151, 0, 30)
  5760. TextButton.Font = Enum.Font.SourceSans
  5761. TextButton.Text = "Boombox"
  5762. TextButton.TextColor3 = Color3.new(1, 1, 1)
  5763. TextButton.TextScaled = true
  5764. TextButton.TextSize = 14
  5765. TextButton.TextWrapped = true
  5766.  
  5767. TextButton_2.Parent = Frame
  5768. TextButton_2.BackgroundColor3 = Color3.new(1, 0.27451, 0.286275)
  5769. TextButton_2.BackgroundTransparency = 0.20000000298023
  5770. TextButton_2.Position = UDim2.new(0.547904193, 0, 0.153125003, 0)
  5771. TextButton_2.Size = UDim2.new(0, 151, 0, 30)
  5772. TextButton_2.Font = Enum.Font.SourceSans
  5773. TextButton_2.Text = "Boombox Spam"
  5774. TextButton_2.TextColor3 = Color3.new(1, 1, 1)
  5775. TextButton_2.TextScaled = true
  5776. TextButton_2.TextSize = 14
  5777. TextButton_2.TextWrapped = true
  5778.  
  5779. TextButton_3.Parent = Frame
  5780. TextButton_3.BackgroundColor3 = Color3.new(1, 0.27451, 0.286275)
  5781. TextButton_3.BackgroundTransparency = 0.20000000298023
  5782. TextButton_3.Position = UDim2.new(0.547904193, 0, 0.272807568, 0)
  5783. TextButton_3.Size = UDim2.new(0, 151, 0, 30)
  5784. TextButton_3.Font = Enum.Font.SourceSans
  5785. TextButton_3.Text = "Burnt Sausage"
  5786. TextButton_3.TextColor3 = Color3.new(1, 1, 1)
  5787. TextButton_3.TextScaled = true
  5788. TextButton_3.TextSize = 14
  5789. TextButton_3.TextWrapped = true
  5790.  
  5791. TextButton_4.Parent = Frame
  5792. TextButton_4.BackgroundColor3 = Color3.new(1, 0.27451, 0.286275)
  5793. TextButton_4.BackgroundTransparency = 0.20000000298023
  5794. TextButton_4.Position = UDim2.new(0, 0, 0.272807568, 0)
  5795. TextButton_4.Size = UDim2.new(0, 151, 0, 30)
  5796. TextButton_4.Font = Enum.Font.SourceSans
  5797. TextButton_4.Text = "Carrot"
  5798. TextButton_4.TextColor3 = Color3.new(1, 1, 1)
  5799. TextButton_4.TextScaled = true
  5800. TextButton_4.TextSize = 14
  5801. TextButton_4.TextWrapped = true
  5802.  
  5803. TextButton_5.Parent = Frame
  5804. TextButton_5.BackgroundColor3 = Color3.new(1, 0.27451, 0.286275)
  5805. TextButton_5.BackgroundTransparency = 0.20000000298023
  5806. TextButton_5.Position = UDim2.new(0, 0, 0.389872372, 0)
  5807. TextButton_5.Size = UDim2.new(0, 151, 0, 30)
  5808. TextButton_5.Font = Enum.Font.SourceSans
  5809. TextButton_5.Text = "Carrot Spam"
  5810. TextButton_5.TextColor3 = Color3.new(1, 1, 1)
  5811. TextButton_5.TextScaled = true
  5812. TextButton_5.TextSize = 14
  5813. TextButton_5.TextWrapped = true
  5814.  
  5815. TextButton_6.Parent = Frame
  5816. TextButton_6.BackgroundColor3 = Color3.new(1, 0.27451, 0.286275)
  5817. TextButton_6.BackgroundTransparency = 0.20000000298023
  5818. TextButton_6.Position = UDim2.new(0.547904193, 0, 0.389872372, 0)
  5819. TextButton_6.Size = UDim2.new(0, 151, 0, 30)
  5820. TextButton_6.Font = Enum.Font.SourceSans
  5821. TextButton_6.Text = "Freeze Sausage"
  5822. TextButton_6.TextColor3 = Color3.new(1, 1, 1)
  5823. TextButton_6.TextScaled = true
  5824. TextButton_6.TextSize = 14
  5825. TextButton_6.TextWrapped = true
  5826.  
  5827. TextButton_7.Parent = Frame
  5828. TextButton_7.BackgroundColor3 = Color3.new(1, 0.27451, 0.286275)
  5829. TextButton_7.BackgroundTransparency = 0.20000000298023
  5830. TextButton_7.Position = UDim2.new(0, 0, 0.507444382, 0)
  5831. TextButton_7.Size = UDim2.new(0, 151, 0, 30)
  5832. TextButton_7.Font = Enum.Font.SourceSans
  5833. TextButton_7.Text = "Thaw Sausage"
  5834. TextButton_7.TextColor3 = Color3.new(1, 1, 1)
  5835. TextButton_7.TextScaled = true
  5836. TextButton_7.TextSize = 14
  5837. TextButton_7.TextWrapped = true
  5838.  
  5839. TextButton_8.Parent = Frame
  5840. TextButton_8.BackgroundColor3 = Color3.new(1, 0.27451, 0.286275)
  5841. TextButton_8.BackgroundTransparency = 0.20000000298023
  5842. TextButton_8.Position = UDim2.new(0.547904193, 0, 0.507444382, 0)
  5843. TextButton_8.Size = UDim2.new(0, 151, 0, 30)
  5844. TextButton_8.Font = Enum.Font.SourceSans
  5845. TextButton_8.Text = "French Sausage"
  5846. TextButton_8.TextColor3 = Color3.new(1, 1, 1)
  5847. TextButton_8.TextScaled = true
  5848. TextButton_8.TextSize = 14
  5849. TextButton_8.TextWrapped = true
  5850.  
  5851. TextButton_9.Parent = Frame
  5852. TextButton_9.BackgroundColor3 = Color3.new(1, 0.27451, 0.286275)
  5853. TextButton_9.BackgroundTransparency = 0.20000000298023
  5854. TextButton_9.Position = UDim2.new(0, 0, 0.621161103, 0)
  5855. TextButton_9.Size = UDim2.new(0, 151, 0, 30)
  5856. TextButton_9.Font = Enum.Font.SourceSans
  5857. TextButton_9.Text = "Hamburger"
  5858. TextButton_9.TextColor3 = Color3.new(1, 1, 1)
  5859. TextButton_9.TextScaled = true
  5860. TextButton_9.TextSize = 14
  5861. TextButton_9.TextWrapped = true
  5862.  
  5863. TextButton_10.Parent = Frame
  5864. TextButton_10.BackgroundColor3 = Color3.new(1, 0.27451, 0.286275)
  5865. TextButton_10.BackgroundTransparency = 0.20000000298023
  5866. TextButton_10.Position = UDim2.new(0.547904193, 0, 0.621161103, 0)
  5867. TextButton_10.Size = UDim2.new(0, 151, 0, 30)
  5868. TextButton_10.Font = Enum.Font.SourceSans
  5869. TextButton_10.Text = "Long Sausage"
  5870. TextButton_10.TextColor3 = Color3.new(1, 1, 1)
  5871. TextButton_10.TextScaled = true
  5872. TextButton_10.TextSize = 14
  5873. TextButton_10.TextWrapped = true
  5874.  
  5875. TextButton_11.Parent = Frame
  5876. TextButton_11.BackgroundColor3 = Color3.new(1, 0.27451, 0.286275)
  5877. TextButton_11.BackgroundTransparency = 0.20000000298023
  5878. TextButton_11.Position = UDim2.new(0.547904193, 0, 0.740620553, 0)
  5879. TextButton_11.Size = UDim2.new(0, 151, 0, 30)
  5880. TextButton_11.Font = Enum.Font.SourceSans
  5881. TextButton_11.Text = "Reset Sausage"
  5882. TextButton_11.TextColor3 = Color3.new(1, 1, 1)
  5883. TextButton_11.TextScaled = true
  5884. TextButton_11.TextSize = 14
  5885. TextButton_11.TextWrapped = true
  5886.  
  5887. TextButton_12.Parent = Frame
  5888. TextButton_12.BackgroundColor3 = Color3.new(1, 0.27451, 0.286275)
  5889. TextButton_12.BackgroundTransparency = 0.20000000298023
  5890. TextButton_12.Position = UDim2.new(0, 0, 0.740620553, 0)
  5891. TextButton_12.Size = UDim2.new(0, 151, 0, 30)
  5892. TextButton_12.Font = Enum.Font.SourceSans
  5893. TextButton_12.Text = "Sausage Block Spam"
  5894. TextButton_12.TextColor3 = Color3.new(1, 1, 1)
  5895. TextButton_12.TextScaled = true
  5896. TextButton_12.TextSize = 14
  5897. TextButton_12.TextWrapped = true
  5898.  
  5899. TextButton_13.Parent = Frame
  5900. TextButton_13.BackgroundColor3 = Color3.new(1, 0.27451, 0.286275)
  5901. TextButton_13.BackgroundTransparency = 0.20000000298023
  5902. TextButton_13.Position = UDim2.new(0, 0, 0.856771588, 0)
  5903. TextButton_13.Size = UDim2.new(0, 151, 0, 30)
  5904. TextButton_13.Font = Enum.Font.SourceSans
  5905. TextButton_13.Text = "Speed"
  5906. TextButton_13.TextColor3 = Color3.new(1, 1, 1)
  5907. TextButton_13.TextScaled = true
  5908. TextButton_13.TextSize = 14
  5909. TextButton_13.TextWrapped = true
  5910.  
  5911. TextButton_14.Parent = Frame
  5912. TextButton_14.BackgroundColor3 = Color3.new(1, 0.27451, 0.286275)
  5913. TextButton_14.BackgroundTransparency = 0.20000000298023
  5914. TextButton_14.Position = UDim2.new(0.547904193, 0, 0.856771588, 0)
  5915. TextButton_14.Size = UDim2.new(0, 151, 0, 30)
  5916. TextButton_14.Font = Enum.Font.SourceSans
  5917. TextButton_14.Text = "Sit"
  5918. TextButton_14.TextColor3 = Color3.new(1, 1, 1)
  5919. TextButton_14.TextScaled = true
  5920. TextButton_14.TextSize = 14
  5921. TextButton_14.TextWrapped = true
  5922.  
  5923. TextButton.MouseButton1Click:connect(function()
  5924. game.ReplicatedStorage.Events.Boom:FireServer()
  5925. end)
  5926.  
  5927. TextButton_2.MouseButton1Click:connect(function()
  5928. repeat
  5929. game.ReplicatedStorage.Events.Boom:FireServer()
  5930. wait()
  5931. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren()) do
  5932. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  5933. end
  5934. wait()
  5935. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  5936. if (v:IsA("Tool")) then
  5937. v.Parent = workspace
  5938. end
  5939. end
  5940. wait()
  5941. until game.Players.LocalPlayer.Character.Humanoid.Health == 0
  5942. end)
  5943.  
  5944. TextButton_3.MouseButton1Click:connect(function()
  5945. game.ReplicatedStorage.Events.Color:FireServer()
  5946. end)
  5947.  
  5948. TextButton_4.MouseButton1Click:connect(function()
  5949. game.ReplicatedStorage.Events.VeganSausage:FireServer()
  5950. end)
  5951.  
  5952. TextButton_5.MouseButton1Click:connect(function()
  5953. repeat
  5954. game.ReplicatedStorage.Events.VeganSausage:FireServer()
  5955. wait()
  5956. until game.Players.LocalPlayer.Character.Humanoid.Health == 0
  5957. end)
  5958.  
  5959. TextButton_6.MouseButton1Click:connect(function()
  5960. game.ReplicatedStorage.Events.Freeze:FireServer()
  5961. end)
  5962.  
  5963. TextButton_7.MouseButton1Click:connect(function()
  5964. game.ReplicatedStorage.Events.Thaw:FireServer()
  5965. end)
  5966.  
  5967. TextButton_8.MouseButton1Click:connect(function()
  5968. game.ReplicatedStorage.Events.FrenchSausage:FireServer()
  5969. end)
  5970.  
  5971. TextButton_9.MouseButton1Click:connect(function()
  5972. game.ReplicatedStorage.Events.WeirdSausage:FireServer()
  5973. end)
  5974.  
  5975. TextButton_10.MouseButton1Click:connect(function()
  5976. game.ReplicatedStorage.Events.SwitchSausage:FireServer()
  5977. end)
  5978.  
  5979. TextButton_11.MouseButton1Click:connect(function()
  5980. game.ReplicatedStorage.Events.FixSausage:FireServer()
  5981. end)
  5982.  
  5983. TextButton_12.MouseButton1Click:connect(function()
  5984. repeat
  5985. game.ReplicatedStorage.Events.Freeze:FireServer()
  5986. wait()
  5987. game.ReplicatedStorage.Events.Thaw:FireServer()
  5988. wait()
  5989. until game.Players.LocalPlayer.Character.Humanoid.Health == 0
  5990. end)
  5991.  
  5992. TextButton_13.MouseButton1Click:connect(function()
  5993. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 150
  5994. end)
  5995.  
  5996. TextButton_14.MouseButton1Click:connect(function()
  5997. game.Players.LocalPlayer.Character.Humanoid.Sit = true
  5998. end)
  5999. end)
  6000.  
  6001. fence.Name = "fence"
  6002. fence.Parent = Main
  6003. fence.BackgroundColor3 = Color3.new(0.180392, 0.866667, 1)
  6004. fence.Position = UDim2.new(0.366066724, 0, 0.4255445, 0)
  6005. fence.Size = UDim2.new(0, 145, 0, 50)
  6006. fence.Font = Enum.Font.GothamBlack
  6007. fence.Text = "Fencing GUI"
  6008. fence.TextColor3 = Color3.new(0, 0, 0)
  6009. fence.TextSize = 24
  6010. fence.MouseButton1Down:connect(function()
  6011. -- Objects
  6012.  
  6013. local ScreenGui = Instance.new("ScreenGui")
  6014. local Frame = Instance.new("Frame")
  6015. local Fencing = Instance.new("TextButton")
  6016. local Fencing_2 = Instance.new("TextButton")
  6017. local Fencing_3 = Instance.new("TextButton")
  6018. local Fencing_4 = Instance.new("TextButton")
  6019. local Fencing_5 = Instance.new("TextButton")
  6020. local Fencing_6 = Instance.new("TextButton")
  6021. local Fencing_7 = Instance.new("TextButton")
  6022. local Fencing_8 = Instance.new("TextButton")
  6023. local TextLabel = Instance.new("TextLabel")
  6024. local TextLabel_2 = Instance.new("TextLabel")
  6025.  
  6026. -- Properties
  6027.  
  6028. ScreenGui.Parent = game.CoreGui
  6029.  
  6030. Frame.Parent = ScreenGui
  6031. Frame.Active = true
  6032. Frame.Draggable = true
  6033. Frame.BackgroundColor3 = Color3.new(0.831373, 0.831373, 0.831373)
  6034. Frame.Position = UDim2.new(0.319755644, 0, -0.00060576282, 0)
  6035. Frame.Size = UDim2.new(0, 520, 0, 67)
  6036.  
  6037. Fencing.Name = "Fencing"
  6038. Fencing.Parent = Frame
  6039. Fencing.BackgroundColor3 = Color3.new(1, 1, 1)
  6040. Fencing.Position = UDim2.new(0, 0, 0.447761208, 0)
  6041. Fencing.Size = UDim2.new(0, 56, 0, 37)
  6042. Fencing.Font = Enum.Font.SourceSans
  6043. Fencing.Text = "Flag"
  6044. Fencing.TextColor3 = Color3.new(0, 0, 0)
  6045. Fencing.TextScaled = true
  6046. Fencing.TextSize = 14
  6047. Fencing.TextWrapped = true
  6048.  
  6049. Fencing_2.Name = "Fencing"
  6050. Fencing_2.Parent = Frame
  6051. Fencing_2.BackgroundColor3 = Color3.new(1, 1, 1)
  6052. Fencing_2.Position = UDim2.new(0.130769238, 0, 0.447761208, 0)
  6053. Fencing_2.Size = UDim2.new(0, 56, 0, 37)
  6054. Fencing_2.Font = Enum.Font.SourceSans
  6055. Fencing_2.Text = "Bring All"
  6056. Fencing_2.TextColor3 = Color3.new(0, 0, 0)
  6057. Fencing_2.TextScaled = true
  6058. Fencing_2.TextSize = 14
  6059. Fencing_2.TextWrapped = true
  6060.  
  6061. Fencing_3.Name = "Fencing"
  6062. Fencing_3.Parent = Frame
  6063. Fencing_3.BackgroundColor3 = Color3.new(1, 1, 1)
  6064. Fencing_3.Position = UDim2.new(0.259615391, 0, 0.447761208, 0)
  6065. Fencing_3.Size = UDim2.new(0, 56, 0, 37)
  6066. Fencing_3.Font = Enum.Font.SourceSans
  6067. Fencing_3.Text = "Kill All"
  6068. Fencing_3.TextColor3 = Color3.new(0, 0, 0)
  6069. Fencing_3.TextScaled = true
  6070. Fencing_3.TextSize = 14
  6071. Fencing_3.TextWrapped = true
  6072.  
  6073. Fencing_4.Name = "Fencing"
  6074. Fencing_4.Parent = Frame
  6075. Fencing_4.BackgroundColor3 = Color3.new(1, 1, 1)
  6076. Fencing_4.Position = UDim2.new(0.386538476, 0, 0.447761208, 0)
  6077. Fencing_4.Size = UDim2.new(0, 56, 0, 37)
  6078. Fencing_4.Font = Enum.Font.SourceSans
  6079. Fencing_4.Text = "Giraffe"
  6080. Fencing_4.TextColor3 = Color3.new(0, 0, 0)
  6081. Fencing_4.TextScaled = true
  6082. Fencing_4.TextSize = 14
  6083. Fencing_4.TextWrapped = true
  6084.  
  6085. Fencing_5.Name = "Fencing"
  6086. Fencing_5.Parent = Frame
  6087. Fencing_5.BackgroundColor3 = Color3.new(1, 1, 1)
  6088. Fencing_5.Position = UDim2.new(0.51346159, 0, 0.447761208, 0)
  6089. Fencing_5.Size = UDim2.new(0, 56, 0, 37)
  6090. Fencing_5.Font = Enum.Font.SourceSans
  6091. Fencing_5.Text = "Seat Spam"
  6092. Fencing_5.TextColor3 = Color3.new(0, 0, 0)
  6093. Fencing_5.TextScaled = true
  6094. Fencing_5.TextSize = 14
  6095. Fencing_5.TextWrapped = true
  6096.  
  6097. Fencing_6.Name = "Fencing"
  6098. Fencing_6.Parent = Frame
  6099. Fencing_6.BackgroundColor3 = Color3.new(1, 1, 1)
  6100. Fencing_6.Position = UDim2.new(0.642307758, 0, 0.447761208, 0)
  6101. Fencing_6.Size = UDim2.new(0, 56, 0, 37)
  6102. Fencing_6.Font = Enum.Font.SourceSans
  6103. Fencing_6.Text = "Reach"
  6104. Fencing_6.TextColor3 = Color3.new(0, 0, 0)
  6105. Fencing_6.TextScaled = true
  6106. Fencing_6.TextSize = 14
  6107. Fencing_6.TextWrapped = true
  6108.  
  6109. Fencing_7.Name = "Fencing"
  6110. Fencing_7.Parent = Frame
  6111. Fencing_7.BackgroundColor3 = Color3.new(1, 1, 1)
  6112. Fencing_7.Position = UDim2.new(0.769230843, 0, 0.447761208, 0)
  6113. Fencing_7.Size = UDim2.new(0, 56, 0, 37)
  6114. Fencing_7.Font = Enum.Font.SourceSans
  6115. Fencing_7.Text = "Brick Spam"
  6116. Fencing_7.TextColor3 = Color3.new(0, 0, 0)
  6117. Fencing_7.TextScaled = true
  6118. Fencing_7.TextSize = 14
  6119. Fencing_7.TextWrapped = true
  6120.  
  6121. Fencing_8.Name = "Fencing"
  6122. Fencing_8.Parent = Frame
  6123. Fencing_8.BackgroundColor3 = Color3.new(1, 1, 1)
  6124. Fencing_8.Position = UDim2.new(0.892307758, 0, 0.447761208, 0)
  6125. Fencing_8.Size = UDim2.new(0, 56, 0, 37)
  6126. Fencing_8.Font = Enum.Font.SourceSans
  6127. Fencing_8.Text = "Block Sword"
  6128. Fencing_8.TextColor3 = Color3.new(0, 0, 0)
  6129. Fencing_8.TextScaled = true
  6130. Fencing_8.TextSize = 14
  6131. Fencing_8.TextWrapped = true
  6132.  
  6133. TextLabel.Parent = Frame
  6134. TextLabel.BackgroundColor3 = Color3.new(0.27451, 0.27451, 0.27451)
  6135. TextLabel.Position = UDim2.new(0.386538476, 0, 0, 0)
  6136. TextLabel.Size = UDim2.new(0, 133, 0, 24)
  6137. TextLabel.Font = Enum.Font.SourceSans
  6138. TextLabel.Text = "Fencing Gui"
  6139. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  6140. TextLabel.TextScaled = true
  6141. TextLabel.TextSize = 14
  6142. TextLabel.TextWrapped = true
  6143.  
  6144. TextLabel_2.Parent = Frame
  6145. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  6146. TextLabel_2.BackgroundTransparency = 1
  6147. TextLabel_2.Position = UDim2.new(0.0118565559, 0, 0, 0)
  6148. TextLabel_2.Size = UDim2.new(0, 117, 0, 31)
  6149. TextLabel_2.Font = Enum.Font.SourceSans
  6150. TextLabel_2.Text = "@TE18/TheExploiter18"
  6151. TextLabel_2.TextColor3 = Color3.new(0, 0, 0)
  6152. TextLabel_2.TextSize = 14
  6153.  
  6154. Fencing.MouseButton1Click:connect(function()
  6155. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  6156. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  6157. end
  6158. wait(0.2)
  6159. game.Players.LocalPlayer.Character.Foil.Handle.Mesh:Destroy()
  6160. game.Players.LocalPlayer.Character.Foil.GripForward = Vector3.new(-0.991, 0, 0.137)
  6161. game.Players.LocalPlayer.Character.Foil.GripPos = Vector3.new(-0.001, 0, -2.307)
  6162. game.Players.LocalPlayer.Character.Foil.GripRight = Vector3.new(0, 1, 0)
  6163. game.Players.LocalPlayer.Character.Foil.GripUp = Vector3.new(0.137, 0, 0.991)
  6164. wait()
  6165. for i, v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  6166. if v:IsA("Tool") and v.Name == "Spray" then
  6167. v:Destroy()
  6168. end
  6169. end
  6170. wait()
  6171. for i, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  6172. if v:IsA("Tool") and v.Name == "Spray" then
  6173. v:Destroy()
  6174. end
  6175. end
  6176.  
  6177. wait()
  6178.  
  6179. workspace.Handle.CanCollide = false
  6180. workspace.Handle.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame
  6181. wait(0.1)
  6182. workspace.Handle.Position = Vector3.new(187.619995, 0.690000057, 106.145004)
  6183. workspace.Handle.CanCollide = false
  6184.  
  6185. game.Players.LocalPlayer.Character:WaitForChild("Spray")
  6186.  
  6187. game.Players.LocalPlayer.Character.Spray.Parent = game.Players.LocalPlayer.Backpack
  6188. wait(0.1)
  6189. game.Players.LocalPlayer.Backpack.Spray.Parent = game.Players.LocalPlayer.Character
  6190. wait(0.1)
  6191. game.Players.LocalPlayer.Character.Spray.Parent = game.Players.LocalPlayer
  6192. wait()
  6193. workspace.Handle.CanCollide = false
  6194. workspace.Handle.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame
  6195. wait(0.1)
  6196. workspace.Handle.Position = Vector3.new(187.619995, 0.690000057, 106.145004)
  6197. workspace.Handle.CanCollide = false
  6198.  
  6199. game.Players.LocalPlayer.Character:WaitForChild("Spray")
  6200.  
  6201. game.Players.LocalPlayer.Character.Spray.Parent = game.Players.LocalPlayer.Backpack
  6202. wait(0.1)
  6203. game.Players.LocalPlayer.Backpack.Spray.Parent = game.Players.LocalPlayer
  6204. wait(0.1)
  6205. game.Players.LocalPlayer.Spray.Parent = game.Players.LocalPlayer.Backpack
  6206. game.Players.LocalPlayer.Spray.Parent = game.Players.LocalPlayer.Backpack
  6207. wait(0.1)
  6208. game.Players.LocalPlayer.Backpack.Spray.Handle.Mesh:Destroy()
  6209. game.Players.LocalPlayer.Backpack.Spray.GripForward = Vector3.new(0.096, 0.959, -0.267)
  6210. game.Players.LocalPlayer.Backpack.Spray.GripPos = Vector3.new(-4.44, -1.317, 0)
  6211. game.Players.LocalPlayer.Backpack.Spray.GripRight = Vector3.new(-0.027, -0.266, -5.964)
  6212. game.Players.LocalPlayer.Backpack.Spray.GripUp = Vector3.new(0.995, -0.099, 0)
  6213. wait(0.1)
  6214. game.Players.LocalPlayer.Backpack.Spray.Parent = game.Players.LocalPlayer.Character
  6215. wait(0.1)
  6216. game.Players.LocalPlayer.Backpack.Spray.Handle.Mesh:Destroy()
  6217. game.Players.LocalPlayer.Backpack.Spray.GripForward = Vector3.new(0.096, 0.959, -0.267)
  6218. game.Players.LocalPlayer.Backpack.Spray.GripPos = Vector3.new(-3.755, -1.317, 0)
  6219. game.Players.LocalPlayer.Backpack.Spray.GripRight = Vector3.new(-0.027, -0.266, -5.964)
  6220. game.Players.LocalPlayer.Backpack.Spray.GripUp = Vector3.new(0.995, -0.099, 0)
  6221. wait(0.1)
  6222.  
  6223. game.Players.LocalPlayer.Backpack.Spray.Parent = game.Players.LocalPlayer.Character
  6224. wait(0.2)
  6225. game.Players.LocalPlayer.Character.Humanoid:UnequipTools()
  6226. wait(0.2)
  6227. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  6228. if v:IsA("Tool") then
  6229. v.Parent = game.Players.LocalPlayer.Character
  6230. end
  6231. end
  6232. end)
  6233. Fencing_2.MouseButton1Click:connect(function()
  6234. local Playeramount = 7 --Ignore this, don't change this.
  6235. for i = 1,Playeramount do
  6236. workspace.Handle.CanCollide = false
  6237. workspace.Handle.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame
  6238. wait(0.065)
  6239. workspace.Handle.Position = Vector3.new(187.619995, 0.690000057, 106.145004)
  6240. workspace.Handle.CanCollide = false
  6241.  
  6242. game.Players.LocalPlayer.Character:WaitForChild("Spray")
  6243.  
  6244. game.Players.LocalPlayer.Character.Spray.Parent = game.Players.LocalPlayer.Backpack
  6245.  
  6246. game.Players.LocalPlayer.Backpack.Spray.Parent = game.Players.LocalPlayer.Character
  6247.  
  6248. game.Players.LocalPlayer.Character.Spray.Parent = game.Players.LocalPlayer
  6249. wait(0.065)
  6250. end
  6251. wait(.1)
  6252. for _,v in pairs(game.Players.LocalPlayer:GetChildren()) do
  6253. if (v:IsA("Tool")) then
  6254. v.Parent = game.Players.LocalPlayer.Backpack
  6255. end
  6256. end
  6257. wait(.2)
  6258.  
  6259. game.Players.LocalPlayer.Character.Humanoid:Destroy()
  6260. local h = Instance.new("Humanoid", game.Players.LocalPlayer.Character)
  6261. wait(0.065)
  6262.  
  6263.  
  6264. for i, v in pairs(game.Players:GetChildren()) do
  6265.  
  6266. if v and v.Name ~= game.Players.LocalPlayer.Name then
  6267.  
  6268. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  6269.  
  6270. wait(0.065)
  6271.  
  6272. for i = 1, 5 do
  6273.  
  6274. v.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Handle.CFrame
  6275. wait()
  6276. end
  6277.  
  6278. end
  6279.  
  6280. end
  6281.  
  6282. wait(0.065)
  6283.  
  6284. game.Players.LocalPlayer.Character:ClearAllChildren()
  6285. wait(0.065)
  6286.  
  6287. local LocalPlayer = game:GetService("Players").LocalPlayer
  6288. local a1 = Instance.new("Model", workspace)
  6289. local a2 = Instance.new("Part", a1)
  6290. a2.CanCollide = true
  6291. a2.Anchored = true
  6292. a2.CFrame = CFrame.new(10000, 10000, 10000)
  6293. a2.Name = "Torso"
  6294. local a3 = Instance.new("Humanoid", a1)
  6295. a3.MaxHealth = 100;a3.Health = 100
  6296. LocalPlayer.Character = a1
  6297. a3.Health = 0
  6298. wait(.5)
  6299. local Playeramount = 7
  6300. for i = 1,Playeramount do
  6301. workspace.Handle.CanCollide = false
  6302. workspace.Handle.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame
  6303. wait(0.065)
  6304. workspace.Handle.Position = Vector3.new(187.619995, 0.690000057, 106.145004)
  6305. workspace.Handle.CanCollide = false
  6306.  
  6307. game.Players.LocalPlayer.Character:WaitForChild("Spray")
  6308.  
  6309. game.Players.LocalPlayer.Character.Spray.Parent = game.Players.LocalPlayer.Backpack
  6310.  
  6311. game.Players.LocalPlayer.Backpack.Spray.Parent = game.Players.LocalPlayer.Character
  6312.  
  6313. game.Players.LocalPlayer.Character.Spray.Parent = game.Players.LocalPlayer
  6314. wait(0.065)
  6315. end
  6316. wait(.1)
  6317. for _,v in pairs(game.Players.LocalPlayer:GetChildren()) do
  6318. if (v:IsA("Tool")) then
  6319. v.Parent = game.Players.LocalPlayer.Backpack
  6320. end
  6321. end
  6322. wait(.2)
  6323.  
  6324. game.Players.LocalPlayer.Character.Humanoid:Destroy()
  6325. local h = Instance.new("Humanoid", game.Players.LocalPlayer.Character)
  6326. wait(0.065)
  6327.  
  6328.  
  6329. for i, v in pairs(game.Players:GetChildren()) do
  6330.  
  6331. if v and v.Name ~= game.Players.LocalPlayer.Name then
  6332.  
  6333. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  6334.  
  6335. wait(0.065)
  6336.  
  6337. for i = 1, 5 do
  6338.  
  6339. v.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Handle.CFrame
  6340. wait()
  6341. end
  6342.  
  6343. end
  6344.  
  6345. end
  6346.  
  6347. wait(0.065)
  6348.  
  6349. game.Players.LocalPlayer.Character:ClearAllChildren()
  6350. wait(0.065)
  6351.  
  6352. local LocalPlayer = game:GetService("Players").LocalPlayer
  6353. local a1 = Instance.new("Model", workspace)
  6354. local a2 = Instance.new("Part", a1)
  6355. a2.CanCollide = true
  6356. a2.Anchored = true
  6357. a2.CFrame = CFrame.new(10000, 10000, 10000)
  6358. a2.Name = "Torso"
  6359. local a3 = Instance.new("Humanoid", a1)
  6360. a3.MaxHealth = 100;a3.Health = 100
  6361. LocalPlayer.Character = a1
  6362. a3.Health = 0
  6363. wait(6.5)
  6364. local prt = Instance.new("Model", workspace);
  6365. Instance.new("Part", prt).Name="Torso";
  6366. Instance.new("Part", prt).Name="Head";
  6367. Instance.new("Humanoid", prt).Name="Humanoid";
  6368. game.Players.LocalPlayer.Character=prt
  6369. end)
  6370.  
  6371. Fencing_3.MouseButton1Click:connect(function()
  6372. local Playeramount = 7 --Ignore this, don't change this.
  6373. wait()
  6374. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,1900,10000)
  6375. wait()
  6376. for i = 1,Playeramount do
  6377. workspace.Handle.CanCollide = false
  6378. workspace.Handle.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame
  6379. wait(0.065)
  6380. workspace.Handle.Position = Vector3.new(187.619995, 0.690000057, 106.145004)
  6381. workspace.Handle.CanCollide = false
  6382.  
  6383. game.Players.LocalPlayer.Character:WaitForChild("Spray")
  6384.  
  6385. game.Players.LocalPlayer.Character.Spray.Parent = game.Players.LocalPlayer.Backpack
  6386.  
  6387. game.Players.LocalPlayer.Backpack.Spray.Parent = game.Players.LocalPlayer.Character
  6388.  
  6389. game.Players.LocalPlayer.Character.Spray.Parent = game.Players.LocalPlayer
  6390. wait(0.065)
  6391. end
  6392. wait(.1)
  6393. for _,v in pairs(game.Players.LocalPlayer:GetChildren()) do
  6394. if (v:IsA("Tool")) then
  6395. v.Parent = game.Players.LocalPlayer.Backpack
  6396. end
  6397. end
  6398. wait(.2)
  6399. wait()
  6400. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,1900,10000)
  6401. wait()
  6402. game.Players.LocalPlayer.Character.Humanoid:Destroy()
  6403. local h = Instance.new("Humanoid", game.Players.LocalPlayer.Character)
  6404. wait(0.065)
  6405.  
  6406.  
  6407. for i, v in pairs(game.Players:GetChildren()) do
  6408.  
  6409. if v and v.Name ~= game.Players.LocalPlayer.Name then
  6410.  
  6411. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  6412.  
  6413. wait(0.065)
  6414. wait()
  6415. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,1900,10000)
  6416. wait()
  6417. for i = 1, 5 do
  6418.  
  6419. v.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Handle.CFrame
  6420. wait()
  6421. end
  6422.  
  6423. end
  6424.  
  6425. end
  6426. wait()
  6427. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,1900,10000)
  6428. wait()
  6429. wait(0.065)
  6430.  
  6431. game.Players.LocalPlayer.Character:ClearAllChildren()
  6432. wait(0.065)
  6433.  
  6434. local LocalPlayer = game:GetService("Players").LocalPlayer
  6435. local a1 = Instance.new("Model", workspace)
  6436. local a2 = Instance.new("Part", a1)
  6437. a2.CanCollide = true
  6438. a2.Anchored = true
  6439. a2.CFrame = CFrame.new(10000, 10000, 10000)
  6440. a2.Name = "Torso"
  6441. local a3 = Instance.new("Humanoid", a1)
  6442. a3.MaxHealth = 100;a3.Health = 100
  6443. LocalPlayer.Character = a1
  6444. a3.Health = 0
  6445. wait(.5)
  6446. local Playeramount = 7
  6447. wait()
  6448. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,1900,10000)
  6449. wait()
  6450. for i = 1,Playeramount do
  6451. workspace.Handle.CanCollide = false
  6452. workspace.Handle.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame
  6453. wait(0.065)
  6454. workspace.Handle.Position = Vector3.new(187.619995, 0.690000057, 106.145004)
  6455. workspace.Handle.CanCollide = false
  6456.  
  6457. game.Players.LocalPlayer.Character:WaitForChild("Spray")
  6458.  
  6459. game.Players.LocalPlayer.Character.Spray.Parent = game.Players.LocalPlayer.Backpack
  6460.  
  6461. game.Players.LocalPlayer.Backpack.Spray.Parent = game.Players.LocalPlayer.Character
  6462.  
  6463. game.Players.LocalPlayer.Character.Spray.Parent = game.Players.LocalPlayer
  6464. wait(0.065)
  6465. end
  6466. wait(.1)
  6467. for _,v in pairs(game.Players.LocalPlayer:GetChildren()) do
  6468. if (v:IsA("Tool")) then
  6469. v.Parent = game.Players.LocalPlayer.Backpack
  6470. end
  6471. end
  6472. wait(.2)
  6473. wait()
  6474. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,1900,10000)
  6475. wait()
  6476. game.Players.LocalPlayer.Character.Humanoid:Destroy()
  6477. local h = Instance.new("Humanoid", game.Players.LocalPlayer.Character)
  6478. wait(0.065)
  6479.  
  6480.  
  6481. for i, v in pairs(game.Players:GetChildren()) do
  6482.  
  6483. if v and v.Name ~= game.Players.LocalPlayer.Name then
  6484.  
  6485. game.Players.LocalPlayer.Backpack:FindFirstChildOfClass("Tool").Parent = game.Players.LocalPlayer.Character
  6486.  
  6487. wait(0.065)
  6488. wait()
  6489. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,1900,10000)
  6490. wait()
  6491. for i = 1, 5 do
  6492.  
  6493. v.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Handle.CFrame
  6494. wait()
  6495. end
  6496.  
  6497. end
  6498.  
  6499. end
  6500.  
  6501. wait(0.065)
  6502. wait()
  6503. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,1900,10000)
  6504. wait()
  6505. game.Players.LocalPlayer.Character:ClearAllChildren()
  6506. wait(0.065)
  6507. wait()
  6508. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,1900,10000)
  6509. wait()
  6510. local LocalPlayer = game:GetService("Players").LocalPlayer
  6511. local a1 = Instance.new("Model", workspace)
  6512. local a2 = Instance.new("Part", a1)
  6513. a2.CanCollide = true
  6514. a2.Anchored = true
  6515. a2.CFrame = CFrame.new(10000, 10000, 10000)
  6516. a2.Name = "Torso"
  6517. local a3 = Instance.new("Humanoid", a1)
  6518. a3.MaxHealth = 100;a3.Health = 100
  6519. LocalPlayer.Character = a1
  6520. wait()
  6521. for i=1,8 do
  6522. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,1900,10000)
  6523. wait()
  6524. end
  6525. end)
  6526.  
  6527. Fencing_4.MouseButton1Click:connect(function()
  6528. for i, v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  6529. if v:IsA("Tool") and v.Name == "Spray" then
  6530. v:Destroy()
  6531. end
  6532. end
  6533. wait()
  6534. for i, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  6535. if v:IsA("Tool") and v.Name == "Spray" then
  6536. v:Destroy()
  6537. end
  6538. end
  6539.  
  6540. wait()
  6541.  
  6542. workspace.Handle.CanCollide = false
  6543. workspace.Handle.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame
  6544. wait(0.1)
  6545. workspace.Handle.Position = Vector3.new(187.619995, 0.690000057, 106.145004)
  6546. workspace.Handle.CanCollide = false
  6547.  
  6548. game.Players.LocalPlayer.Character:WaitForChild("Spray")
  6549.  
  6550. game.Players.LocalPlayer.Character.Spray.Parent = game.Players.LocalPlayer.Backpack
  6551. wait(0.1)
  6552. game.Players.LocalPlayer.Backpack.Spray.Parent = game.Players.LocalPlayer.Character
  6553. wait(0.1)
  6554. game.Players.LocalPlayer.Character.Spray.Parent = game.Players.LocalPlayer
  6555. wait()
  6556. workspace.Handle.CanCollide = false
  6557. workspace.Handle.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame
  6558. wait(0.1)
  6559. workspace.Handle.Position = Vector3.new(187.619995, 0.690000057, 106.145004)
  6560. workspace.Handle.CanCollide = false
  6561.  
  6562. game.Players.LocalPlayer.Character:WaitForChild("Spray")
  6563.  
  6564. game.Players.LocalPlayer.Character.Spray.Parent = game.Players.LocalPlayer.Backpack
  6565. wait(0.1)
  6566. game.Players.LocalPlayer.Backpack.Spray.Parent = game.Players.LocalPlayer
  6567. wait(0.1)
  6568. game.Players.LocalPlayer.Spray.Parent = game.Players.LocalPlayer.Backpack
  6569. game.Players.LocalPlayer.Spray.Parent = game.Players.LocalPlayer.Backpack
  6570. wait(0.1)
  6571. game.Players.LocalPlayer.Backpack.Spray.Handle.Mesh:Destroy()
  6572. game.Players.LocalPlayer.Backpack.Spray.GripForward = Vector3.new(-1, -0.014, 0.011)
  6573. game.Players.LocalPlayer.Backpack.Spray.GripPos = Vector3.new(-1.551, -0.989, -1.486)
  6574. game.Players.LocalPlayer.Backpack.Spray.GripRight = Vector3.new(-0.011, 0.004, -1)
  6575. game.Players.LocalPlayer.Backpack.Spray.GripUp = Vector3.new(-0.014, 1, 0.004)
  6576. wait(0.1)
  6577. game.Players.LocalPlayer.Backpack.Spray.Parent = game.Players.LocalPlayer.Character
  6578. wait(0.1)
  6579. game.Players.LocalPlayer.Backpack.Spray.Handle.Mesh:Destroy()
  6580. game.Players.LocalPlayer.Backpack.Spray.GripForward = Vector3.new(-1, -0.014, 0.011)
  6581. game.Players.LocalPlayer.Backpack.Spray.GripPos = Vector3.new(-1.551, -2.325, -1.486)
  6582. game.Players.LocalPlayer.Backpack.Spray.GripRight = Vector3.new(-0.011, 0.004, -1)
  6583. game.Players.LocalPlayer.Backpack.Spray.GripUp = Vector3.new(-0.014, 1, 0.004)
  6584. wait(0.1)
  6585.  
  6586. game.Players.LocalPlayer.Backpack.Spray.Parent = game.Players.LocalPlayer.Character
  6587. wait(0.1)
  6588. local AnimationId = "121572214"
  6589. local Anim = Instance.new("Animation")
  6590. Anim.AnimationId = "rbxassetid://"..AnimationId
  6591. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  6592. k:Play(0)
  6593. k:AdjustSpeed(1)
  6594. end)
  6595.  
  6596. Fencing_5.MouseButton1Click:connect(function()
  6597. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-10,7.5,54)
  6598. wait(0.05)
  6599. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6600. wait(0.05)
  6601. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-15,7.5,54)
  6602. wait(0.05)
  6603. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6604. wait(0.05)
  6605. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-20,7.5,54)
  6606. wait(0.05)
  6607. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6608. wait(0.05)
  6609. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-25,7.5,54)
  6610. wait(0.05)
  6611. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6612. wait(0.05)
  6613. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-30,7.5,54)
  6614. wait(0.05)
  6615. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-10,7.5,54)
  6616. wait(0.05)
  6617. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6618. wait(0.05)
  6619. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-15,7.5,54)
  6620. wait(0.05)
  6621. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6622. wait(0.05)
  6623. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-20,7.5,54)
  6624. wait(0.05)
  6625. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6626. wait(0.05)
  6627. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-25,7.5,54)
  6628. wait(0.05)
  6629. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6630. wait(0.05)
  6631. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-30,7.5,54)
  6632. wait(0.05)
  6633. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-10,7.5,54)
  6634. wait(0.05)
  6635. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6636. wait(0.05)
  6637. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-15,7.5,54)
  6638. wait(0.05)
  6639. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6640. wait(0.05)
  6641. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-20,7.5,54)
  6642. wait(0.05)
  6643. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6644. wait(0.05)
  6645. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-25,7.5,54)
  6646. wait(0.05)
  6647. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6648. wait(0.05)
  6649. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-30,7.5,54)
  6650. wait(0.05)
  6651. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-10,7.5,54)
  6652. wait(0.05)
  6653. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6654. wait(0.05)
  6655. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-15,7.5,54)
  6656. wait(0.05)
  6657. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6658. wait(0.05)
  6659. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-20,7.5,54)
  6660. wait(0.05)
  6661. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6662. wait(0.05)
  6663. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-25,7.5,54)
  6664. wait(0.05)
  6665. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6666. wait(0.05)
  6667. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-30,7.5,54)
  6668. wait(0.05)
  6669. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-10,7.5,54)
  6670. wait(0.05)
  6671. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6672. wait(0.05)
  6673. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-15,7.5,54)
  6674. wait(0.05)
  6675. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6676. wait(0.05)
  6677. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-20,7.5,54)
  6678. wait(0.05)
  6679. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6680. wait(0.05)
  6681. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-25,7.5,54)
  6682. wait(0.05)
  6683. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6684. wait(0.05)
  6685. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-30,7.5,54)
  6686. wait(0.05)
  6687. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-10,7.5,54)
  6688. wait(0.05)
  6689. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6690. wait(0.05)
  6691. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-15,7.5,54)
  6692. wait(0.05)
  6693. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6694. wait(0.05)
  6695. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-20,7.5,54)
  6696. wait(0.05)
  6697. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6698. wait(0.05)
  6699. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-25,7.5,54)
  6700. wait(0.05)
  6701. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6702. wait(0.05)
  6703. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-30,7.5,54)
  6704. wait(0.05)
  6705. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-10,7.5,54)
  6706. wait(0.05)
  6707. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6708. wait(0.05)
  6709. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-15,7.5,54)
  6710. wait(0.05)
  6711. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6712. wait(0.05)
  6713. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-20,7.5,54)
  6714. wait(0.05)
  6715. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6716. wait(0.05)
  6717. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-25,7.5,54)
  6718. wait(0.05)
  6719. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6720. wait(0.05)
  6721. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-30,7.5,54)
  6722. wait(0.05)
  6723. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-10,7.5,54)
  6724. wait(0.05)
  6725. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6726. wait(0.05)
  6727. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-15,7.5,54)
  6728. wait(0.05)
  6729. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6730. wait(0.05)
  6731. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-20,7.5,54)
  6732. wait(0.05)
  6733. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6734. wait(0.05)
  6735. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-25,7.5,54)
  6736. wait(0.05)
  6737. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6738. wait(0.05)
  6739. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-30,7.5,54)
  6740. wait(0.05)
  6741. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-10,7.5,54)
  6742. wait(0.05)
  6743. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6744. wait(0.05)
  6745. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-15,7.5,54)
  6746. wait(0.05)
  6747. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6748. wait(0.05)
  6749. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-20,7.5,54)
  6750. wait(0.05)
  6751. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6752. wait(0.05)
  6753. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-25,7.5,54)
  6754. wait(0.05)
  6755. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6756. wait(0.05)
  6757. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-30,7.5,54)
  6758. wait(0.05)
  6759. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-10,7.5,54)
  6760. wait(0.05)
  6761. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6762. wait(0.05)
  6763. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-15,7.5,54)
  6764. wait(0.05)
  6765. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6766. wait(0.05)
  6767. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-20,7.5,54)
  6768. wait(0.05)
  6769. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6770. wait(0.05)
  6771. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-25,7.5,54)
  6772. wait(0.05)
  6773. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6774. wait(0.05)
  6775. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-30,7.5,54)
  6776. wait(0.05)
  6777. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-10,7.5,54)
  6778. wait(0.05)
  6779. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6780. wait(0.05)
  6781. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-15,7.5,54)
  6782. wait(0.05)
  6783. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6784. wait(0.05)
  6785. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-20,7.5,54)
  6786. wait(0.05)
  6787. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6788. wait(0.05)
  6789. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-25,7.5,54)
  6790. wait(0.05)
  6791. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6792. wait(0.05)
  6793. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-30,7.5,54)
  6794. wait(0.05)
  6795. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-10,7.5,54)
  6796. wait(0.05)
  6797. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6798. wait(0.05)
  6799. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-15,7.5,54)
  6800. wait(0.05)
  6801. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6802. wait(0.05)
  6803. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-20,7.5,54)
  6804. wait(0.05)
  6805. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6806. wait(0.05)
  6807. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-25,7.5,54)
  6808. wait(0.05)
  6809. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6810. wait(0.05)
  6811. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-30,7.5,54)
  6812. wait(0.05)
  6813. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-10,7.5,54)
  6814. wait(0.05)
  6815. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6816. wait(0.05)
  6817. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-15,7.5,54)
  6818. wait(0.05)
  6819. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6820. wait(0.05)
  6821. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-20,7.5,54)
  6822. wait(0.05)
  6823. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6824. wait(0.05)
  6825. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-25,7.5,54)
  6826. wait(0.05)
  6827. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6828. wait(0.05)
  6829. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-30,7.5,54)
  6830. wait(0.05)
  6831. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-10,7.5,54)
  6832. wait(0.05)
  6833. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6834. wait(0.05)
  6835. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-15,7.5,54)
  6836. wait(0.05)
  6837. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6838. wait(0.05)
  6839. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-20,7.5,54)
  6840. wait(0.05)
  6841. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6842. wait(0.05)
  6843. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-25,7.5,54)
  6844. wait(0.05)
  6845. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6846. wait(0.05)
  6847. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-30,7.5,54)
  6848. wait(0.05)
  6849. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-10,7.5,54)
  6850. wait(0.05)
  6851. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6852. wait(0.05)
  6853. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-15,7.5,54)
  6854. wait(0.05)
  6855. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6856. wait(0.05)
  6857. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-20,7.5,54)
  6858. wait(0.05)
  6859. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6860. wait(0.05)
  6861. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-25,7.5,54)
  6862. wait(0.05)
  6863. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6864. wait(0.05)
  6865. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-30,7.5,54)
  6866. wait(0.05)
  6867. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-10,7.5,54)
  6868. wait(0.05)
  6869. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6870. wait(0.05)
  6871. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-15,7.5,54)
  6872. wait(0.05)
  6873. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6874. wait(0.05)
  6875. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-20,7.5,54)
  6876. wait(0.05)
  6877. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6878. wait(0.05)
  6879. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-25,7.5,54)
  6880. wait(0.05)
  6881. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6882. wait(0.05)
  6883. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-30,7.5,54)
  6884. wait(0.05)
  6885. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-10,7.5,54)
  6886. wait(0.05)
  6887. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6888. wait(0.05)
  6889. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-15,7.5,54)
  6890. wait(0.05)
  6891. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6892. wait(0.05)
  6893. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-20,7.5,54)
  6894. wait(0.05)
  6895. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6896. wait(0.05)
  6897. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-25,7.5,54)
  6898. wait(0.05)
  6899. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6900. wait(0.05)
  6901. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-30,7.5,54)
  6902. wait(0.05)
  6903. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-10,7.5,54)
  6904. wait(0.05)
  6905. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6906. wait(0.05)
  6907. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-15,7.5,54)
  6908. wait(0.05)
  6909. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6910. wait(0.05)
  6911. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-20,7.5,54)
  6912. wait(0.05)
  6913. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6914. wait(0.05)
  6915. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-25,7.5,54)
  6916. wait(0.05)
  6917. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6918. wait(0.05)
  6919. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-30,7.5,54)
  6920. wait(0.05)
  6921. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-10,7.5,54)
  6922. wait(0.05)
  6923. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6924. wait(0.05)
  6925. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-15,7.5,54)
  6926. wait(0.05)
  6927. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6928. wait(0.05)
  6929. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-20,7.5,54)
  6930. wait(0.05)
  6931. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6932. wait(0.05)
  6933. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-25,7.5,54)
  6934. wait(0.05)
  6935. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6936. wait(0.05)
  6937. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-30,7.5,54)
  6938. wait(0.05)
  6939. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-10,7.5,54)
  6940. wait(0.05)
  6941. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6942. wait(0.05)
  6943. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-15,7.5,54)
  6944. wait(0.05)
  6945. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6946. wait(0.05)
  6947. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-20,7.5,54)
  6948. wait(0.05)
  6949. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6950. wait(0.05)
  6951. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-25,7.5,54)
  6952. wait(0.05)
  6953. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6954. wait(0.05)
  6955. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-30,7.5,54)
  6956. wait(0.05)
  6957. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-10,7.5,54)
  6958. wait(0.05)
  6959. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6960. wait(0.05)
  6961. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-15,7.5,54)
  6962. wait(0.05)
  6963. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6964. wait(0.05)
  6965. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-20,7.5,54)
  6966. wait(0.05)
  6967. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6968. wait(0.05)
  6969. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-25,7.5,54)
  6970. wait(0.05)
  6971. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6972. wait(0.05)
  6973. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-30,7.5,54)
  6974. wait(0.05)
  6975. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-10,7.5,54)
  6976. wait(0.05)
  6977. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6978. wait(0.05)
  6979. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-15,7.5,54)
  6980. wait(0.05)
  6981. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6982. wait(0.05)
  6983. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-20,7.5,54)
  6984. wait(0.05)
  6985. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6986. wait(0.05)
  6987. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-25,7.5,54)
  6988. wait(0.05)
  6989. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6990. wait(0.05)
  6991. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-30,7.5,54)
  6992. wait(0.05)
  6993. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-10,7.5,54)
  6994. wait(0.05)
  6995. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  6996. wait(0.05)
  6997. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-15,7.5,54)
  6998. wait(0.05)
  6999. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  7000. wait(0.05)
  7001. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-20,7.5,54)
  7002. wait(0.05)
  7003. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  7004. wait(0.05)
  7005. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-25,7.5,54)
  7006. wait(0.05)
  7007. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  7008. wait(0.05)
  7009. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-30,7.5,54)
  7010. wait(0.05)
  7011. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-10,7.5,54)
  7012. wait(0.05)
  7013. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  7014. wait(0.05)
  7015. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-15,7.5,54)
  7016. wait(0.05)
  7017. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  7018. wait(0.05)
  7019. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-20,7.5,54)
  7020. wait(0.05)
  7021. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  7022. wait(0.05)
  7023. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-25,7.5,54)
  7024. wait(0.05)
  7025. game.Players.LocalPlayer.Character.Humanoid.Sit = false
  7026. wait(0.05)
  7027. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-30,7.5,54)
  7028. wait(0.05)
  7029. end)
  7030.  
  7031. Fencing_6.MouseButton1Click:connect(function()
  7032. game.Players.LocalPlayer.Backpack.Foil.Handle.Size = Vector3.new(0,0,700)
  7033. end)
  7034.  
  7035. Fencing_7.MouseButton1Click:connect(function()
  7036. -- https://www.roblox.com/games/12109643/Fencing
  7037.  
  7038. game:GetService('RunService').Stepped:connect(function()
  7039. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  7040. if v.Name == "Spray" then
  7041. if v.Handle.Mesh then
  7042. v.Handle.Mesh:Destroy()
  7043. end
  7044. v.Parent = workspace
  7045. end
  7046. end
  7047. end)
  7048. local function paint()
  7049. for i,v in pairs(game.Workspace:GetChildren())do
  7050. if v.Name == "Handle" then
  7051. v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  7052. v.Transparency = 1
  7053. v.CanCollide = false
  7054. wait()
  7055. v.CFrame = game.Players.LocalPlayer.Character["Left Leg"].CFrame
  7056. end
  7057. end
  7058. end
  7059. local function equip()
  7060. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren())do
  7061. if v.Name == "Spray" then
  7062. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  7063. end
  7064. end
  7065. end
  7066. while wait(0.05) do
  7067. paint()
  7068. equip()
  7069. end
  7070. end)
  7071.  
  7072. Fencing_8.MouseButton1Click:connect(function()
  7073. game.Players.LocalPlayer.Character.Foil.Handle.Mesh:Remove()
  7074. end)
  7075. end)
  7076.  
  7077. simon.Name = "simon"
  7078. simon.Parent = Main
  7079. simon.BackgroundColor3 = Color3.new(0.180392, 0.866667, 1)
  7080. simon.Position = UDim2.new(0.0619570389, 0, 0.662559032, 0)
  7081. simon.Size = UDim2.new(0, 145, 0, 50)
  7082. simon.Font = Enum.Font.GothamBlack
  7083. simon.Text = "Super Simon Says"
  7084. simon.TextColor3 = Color3.new(0, 0, 0)
  7085. simon.TextSize = 16
  7086. simon.MouseButton1Down:connect(function()
  7087. -- Objects
  7088.  
  7089. local ScreenGui = Instance.new("ScreenGui")
  7090. local Frame = Instance.new("Frame")
  7091. local Kicksimon = Instance.new("TextButton")
  7092. local TextLabel = Instance.new("TextLabel")
  7093. local Kicksimon_2 = Instance.new("TextButton")
  7094. local Kicksimon_3 = Instance.new("TextButton")
  7095. local Kicksimon_4 = Instance.new("TextButton")
  7096. local Kicksimon_5 = Instance.new("TextButton")
  7097. local Kicksimon_6 = Instance.new("TextButton")
  7098. local Kicksimon_7 = Instance.new("TextButton")
  7099. local Kicksimon_8 = Instance.new("TextButton")
  7100.  
  7101. -- Properties
  7102.  
  7103. ScreenGui.Parent = game.CoreGui
  7104.  
  7105. Frame.Parent = ScreenGui
  7106. Frame.Active = true
  7107. Frame.Draggable = true
  7108. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  7109. Frame.BackgroundTransparency = 0.75
  7110. Frame.Position = UDim2.new(0.128838494, 0, 0.282554567, 0)
  7111. Frame.Selectable = true
  7112. Frame.Size = UDim2.new(0, 295, 0, 261)
  7113.  
  7114. Kicksimon.Name = "Kicksimon"
  7115. Kicksimon.Parent = Frame
  7116. Kicksimon.BackgroundColor3 = Color3.new(1, 1, 1)
  7117. Kicksimon.Position = UDim2.new(0.0508474559, 0, 0.330459774, 0)
  7118. Kicksimon.Selectable = false
  7119. Kicksimon.Size = UDim2.new(0, 57, 0, 50)
  7120. Kicksimon.Font = Enum.Font.SourceSans
  7121. Kicksimon.Text = "Kick Simon"
  7122. Kicksimon.TextColor3 = Color3.new(0, 0, 0)
  7123. Kicksimon.TextScaled = true
  7124. Kicksimon.TextSize = 14
  7125. Kicksimon.TextWrapped = true
  7126.  
  7127. TextLabel.Parent = Frame
  7128. TextLabel.BackgroundColor3 = Color3.new(0.329412, 0, 0.00392157)
  7129. TextLabel.BorderColor3 = Color3.new(0, 0, 0)
  7130. TextLabel.Size = UDim2.new(0, 295, 0, 50)
  7131. TextLabel.Font = Enum.Font.SourceSans
  7132. TextLabel.Text = "Rupes Nimos Gui"
  7133. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  7134. TextLabel.TextScaled = true
  7135. TextLabel.TextSize = 14
  7136. TextLabel.TextWrapped = true
  7137.  
  7138. Kicksimon_2.Name = "Kicksimon"
  7139. Kicksimon_2.Parent = Frame
  7140. Kicksimon_2.BackgroundColor3 = Color3.new(1, 1, 1)
  7141. Kicksimon_2.Position = UDim2.new(0.281355917, 0, 0.330459774, 0)
  7142. Kicksimon_2.Selectable = false
  7143. Kicksimon_2.Size = UDim2.new(0, 57, 0, 50)
  7144. Kicksimon_2.Font = Enum.Font.SourceSans
  7145. Kicksimon_2.Text = "Invisible"
  7146. Kicksimon_2.TextColor3 = Color3.new(0, 0, 0)
  7147. Kicksimon_2.TextScaled = true
  7148. Kicksimon_2.TextSize = 14
  7149. Kicksimon_2.TextWrapped = true
  7150.  
  7151. Kicksimon_3.Name = "Kicksimon"
  7152. Kicksimon_3.Parent = Frame
  7153. Kicksimon_3.BackgroundColor3 = Color3.new(1, 1, 1)
  7154. Kicksimon_3.Position = UDim2.new(0.518644094, 0, 0.330459774, 0)
  7155. Kicksimon_3.Selectable = false
  7156. Kicksimon_3.Size = UDim2.new(0, 57, 0, 50)
  7157. Kicksimon_3.Font = Enum.Font.SourceSans
  7158. Kicksimon_3.Text = "Kill All"
  7159. Kicksimon_3.TextColor3 = Color3.new(0, 0, 0)
  7160. Kicksimon_3.TextScaled = true
  7161. Kicksimon_3.TextSize = 14
  7162. Kicksimon_3.TextWrapped = true
  7163.  
  7164. Kicksimon_4.Name = "Kicksimon"
  7165. Kicksimon_4.Parent = Frame
  7166. Kicksimon_4.BackgroundColor3 = Color3.new(1, 1, 1)
  7167. Kicksimon_4.Position = UDim2.new(0.755932212, 0, 0.330459774, 0)
  7168. Kicksimon_4.Selectable = false
  7169. Kicksimon_4.Size = UDim2.new(0, 57, 0, 50)
  7170. Kicksimon_4.Font = Enum.Font.SourceSans
  7171. Kicksimon_4.Text = "Respawn All"
  7172. Kicksimon_4.TextColor3 = Color3.new(0, 0, 0)
  7173. Kicksimon_4.TextScaled = true
  7174. Kicksimon_4.TextSize = 14
  7175. Kicksimon_4.TextWrapped = true
  7176.  
  7177. Kicksimon_5.Name = "Kicksimon"
  7178. Kicksimon_5.Parent = Frame
  7179. Kicksimon_5.BackgroundColor3 = Color3.new(1, 1, 1)
  7180. Kicksimon_5.Position = UDim2.new(0.0508474559, 0, 0.575670481, 0)
  7181. Kicksimon_5.Selectable = false
  7182. Kicksimon_5.Size = UDim2.new(0, 57, 0, 50)
  7183. Kicksimon_5.Font = Enum.Font.SourceSans
  7184. Kicksimon_5.Text = "Respawn"
  7185. Kicksimon_5.TextColor3 = Color3.new(0, 0, 0)
  7186. Kicksimon_5.TextScaled = true
  7187. Kicksimon_5.TextSize = 14
  7188. Kicksimon_5.TextWrapped = true
  7189.  
  7190. Kicksimon_6.Name = "Kicksimon"
  7191. Kicksimon_6.Parent = Frame
  7192. Kicksimon_6.BackgroundColor3 = Color3.new(1, 1, 1)
  7193. Kicksimon_6.Position = UDim2.new(0.281355917, 0, 0.575670481, 0)
  7194. Kicksimon_6.Selectable = false
  7195. Kicksimon_6.Size = UDim2.new(0, 57, 0, 50)
  7196. Kicksimon_6.Font = Enum.Font.SourceSans
  7197. Kicksimon_6.Text = "Become Simon"
  7198. Kicksimon_6.TextColor3 = Color3.new(0, 0, 0)
  7199. Kicksimon_6.TextScaled = true
  7200. Kicksimon_6.TextSize = 14
  7201. Kicksimon_6.TextWrapped = true
  7202.  
  7203. Kicksimon_7.Name = "Kicksimon"
  7204. Kicksimon_7.Parent = Frame
  7205. Kicksimon_7.BackgroundColor3 = Color3.new(1, 1, 1)
  7206. Kicksimon_7.Position = UDim2.new(0.518644094, 0, 0.575670481, 0)
  7207. Kicksimon_7.Selectable = false
  7208. Kicksimon_7.Size = UDim2.new(0, 57, 0, 50)
  7209. Kicksimon_7.Font = Enum.Font.SourceSans
  7210. Kicksimon_7.Text = "Block Spam"
  7211. Kicksimon_7.TextColor3 = Color3.new(0, 0, 0)
  7212. Kicksimon_7.TextScaled = true
  7213. Kicksimon_7.TextSize = 14
  7214. Kicksimon_7.TextWrapped = true
  7215.  
  7216. Kicksimon_8.Name = "Kicksimon"
  7217. Kicksimon_8.Parent = Frame
  7218. Kicksimon_8.BackgroundColor3 = Color3.new(1, 1, 1)
  7219. Kicksimon_8.Position = UDim2.new(0.755932212, 0, 0.575670481, 0)
  7220. Kicksimon_8.Selectable = false
  7221. Kicksimon_8.Size = UDim2.new(0, 57, 0, 50)
  7222. Kicksimon_8.Font = Enum.Font.SourceSans
  7223. Kicksimon_8.Text = "Clone Spam"
  7224. Kicksimon_8.TextColor3 = Color3.new(0, 0, 0)
  7225. Kicksimon_8.TextScaled = true
  7226. Kicksimon_8.TextSize = 14
  7227. Kicksimon_8.TextWrapped = true
  7228.  
  7229. Kicksimon.MouseButton1Click:connect(function()
  7230. for i=1,2 do
  7231. workspace:FindFirstChild("BasicCommand"):FireServer(nil, "", 4, nil, nil, nil)
  7232. end
  7233. end)
  7234.  
  7235. Kicksimon_2.MouseButton1Click:connect(function()
  7236. game.Workspace.InvisServerEvent:FireServer("")
  7237. wait()
  7238. game.Players.LocalPlayer.Character.Humanoid:RemoveAccessories()
  7239. end)
  7240.  
  7241. Kicksimon_3.MouseButton1Click:connect(function()
  7242. game.Workspace.HatCommand:FireServer("", 0, 0, true, "Pizza")
  7243. end)
  7244.  
  7245. Kicksimon_4.MouseButton1Click:connect(function()
  7246. game.Workspace.ClassicCommand:FireServer("", 0, 0, true, "Pizza")
  7247. end)
  7248.  
  7249. Kicksimon_5.MouseButton1Click:connect(function()
  7250. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(10,30,30)
  7251. end)
  7252.  
  7253. Kicksimon_6.MouseButton1Click:connect(function()
  7254. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-70,40,-15)
  7255. end)
  7256.  
  7257. Kicksimon_7.MouseButton1Click:connect(function()
  7258. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  7259. if (v:IsA("Accessory")) then
  7260. v.Parent = workspace
  7261. end
  7262. end
  7263. game.Players.LocalPlayer.Character.Head.Mesh:Remove()
  7264. game.Players.LocalPlayer.Character.Head.face:Remove()
  7265. game.Players.LocalPlayer.Character.Pants:Remove()
  7266. game.Players.LocalPlayer.Character.Shirt:Remove()
  7267. game.Players.LocalPlayer.Character.CharacterMesh:Remove()
  7268. game.Players.LocalPlayer.Character.CharacterMesh:Remove()
  7269. game.Players.LocalPlayer.Character.CharacterMesh:Remove()
  7270. game.Players.LocalPlayer.Character.CharacterMesh:Remove()
  7271. game.Players.LocalPlayer.Character.CharacterMesh:Remove()
  7272. game.Workspace.MakeDecoyServerEvent:FireServer("")
  7273. wait()
  7274. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  7275. wait()
  7276. game.Workspace.MakeDecoyServerEvent:FireServer("")
  7277. wait()
  7278. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  7279. wait()
  7280. game.Workspace.MakeDecoyServerEvent:FireServer("")
  7281. wait()
  7282. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  7283. wait()
  7284. game.Workspace.MakeDecoyServerEvent:FireServer("")
  7285. wait()
  7286. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  7287. wait()
  7288. game.Workspace.MakeDecoyServerEvent:FireServer("")
  7289. wait()
  7290. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  7291. wait()
  7292. game.Workspace.MakeDecoyServerEvent:FireServer("")
  7293. wait()
  7294. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  7295. wait()
  7296. game.Workspace.MakeDecoyServerEvent:FireServer("")
  7297. wait()
  7298. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  7299. wait()
  7300. game.Workspace.MakeDecoyServerEvent:FireServer("")
  7301. wait()
  7302. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  7303. wait()
  7304. game.Workspace.MakeDecoyServerEvent:FireServer("")
  7305. wait()
  7306. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  7307. wait()
  7308. game.Workspace.MakeDecoyServerEvent:FireServer("")
  7309. wait()
  7310. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  7311. wait()
  7312. game.Workspace.MakeDecoyServerEvent:FireServer("")
  7313. wait()
  7314. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  7315. wait()
  7316. game.Workspace.MakeDecoyServerEvent:FireServer("")
  7317. wait()
  7318. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  7319. wait()
  7320. game.Workspace.MakeDecoyServerEvent:FireServer("")
  7321. wait()
  7322. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  7323. wait()
  7324. game.Workspace.MakeDecoyServerEvent:FireServer("")
  7325. wait()
  7326. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  7327. wait()
  7328. game.Workspace.MakeDecoyServerEvent:FireServer("")
  7329. wait()
  7330. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  7331. wait()
  7332. game.Workspace.MakeDecoyServerEvent:FireServer("")
  7333. wait()
  7334. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  7335. wait()
  7336. game.Workspace.MakeDecoyServerEvent:FireServer("")
  7337. wait()
  7338. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  7339. wait()
  7340. game.Workspace.MakeDecoyServerEvent:FireServer("")
  7341. wait()
  7342. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  7343. wait()
  7344. game.Workspace.MakeDecoyServerEvent:FireServer("")
  7345. wait()
  7346. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  7347. wait()
  7348. game.Workspace.MakeDecoyServerEvent:FireServer("")
  7349. wait()
  7350. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  7351. wait()
  7352. game.Workspace.MakeDecoyServerEvent:FireServer("")
  7353. wait()
  7354. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  7355. wait()
  7356. game.Workspace.MakeDecoyServerEvent:FireServer("")
  7357. wait()
  7358. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  7359. wait()
  7360. game.Workspace.MakeDecoyServerEvent:FireServer("")
  7361. wait()
  7362. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  7363. wait()
  7364. game.Workspace.MakeDecoyServerEvent:FireServer("")
  7365. wait()
  7366. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  7367. wait()
  7368. game.Workspace.MakeDecoyServerEvent:FireServer("")
  7369. wait()
  7370. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  7371. wait()
  7372. while true do
  7373. game:service'Players'.LocalPlayer.Character.Humanoid.NameDisplayDistance = 0
  7374. wait()
  7375. game:service'Players'.LocalPlayer.Character.Humanoid.HealthDisplayDistance = 0
  7376. wait()
  7377. end
  7378. end)
  7379.  
  7380. Kicksimon_8.MouseButton1Click:connect(function()
  7381. game.Workspace.MakeDecoyServerEvent:FireServer("")
  7382. wait()
  7383. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  7384. wait()
  7385. game.Workspace.MakeDecoyServerEvent:FireServer("")
  7386. wait()
  7387. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  7388. wait()
  7389. game.Workspace.MakeDecoyServerEvent:FireServer("")
  7390. wait()
  7391. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  7392. wait()
  7393. game.Workspace.MakeDecoyServerEvent:FireServer("")
  7394. wait()
  7395. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  7396. wait()
  7397. game.Workspace.MakeDecoyServerEvent:FireServer("")
  7398. wait()
  7399. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  7400. wait()
  7401. game.Workspace.MakeDecoyServerEvent:FireServer("")
  7402. wait()
  7403. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  7404. wait()
  7405. game.Workspace.MakeDecoyServerEvent:FireServer("")
  7406. wait()
  7407. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  7408. wait()
  7409. game.Workspace.MakeDecoyServerEvent:FireServer("")
  7410. wait()
  7411. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  7412. wait()
  7413. game.Workspace.MakeDecoyServerEvent:FireServer("")
  7414. wait()
  7415. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  7416. wait()
  7417. game.Workspace.MakeDecoyServerEvent:FireServer("")
  7418. wait()
  7419. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  7420. wait()
  7421. game.Workspace.MakeDecoyServerEvent:FireServer("")
  7422. wait()
  7423. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  7424. wait()
  7425. game.Workspace.MakeDecoyServerEvent:FireServer("")
  7426. wait()
  7427. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  7428. wait()
  7429. game.Workspace.MakeDecoyServerEvent:FireServer("")
  7430. wait()
  7431. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  7432. wait()
  7433. game.Workspace.MakeDecoyServerEvent:FireServer("")
  7434. wait()
  7435. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  7436. wait()
  7437. game.Workspace.MakeDecoyServerEvent:FireServer("")
  7438. wait()
  7439. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  7440. wait()
  7441. game.Workspace.MakeDecoyServerEvent:FireServer("")
  7442. wait()
  7443. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  7444. wait()
  7445. game.Workspace.MakeDecoyServerEvent:FireServer("")
  7446. wait()
  7447. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  7448. wait()
  7449. game.Workspace.MakeDecoyServerEvent:FireServer("")
  7450. wait()
  7451. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  7452. wait()
  7453. game.Workspace.MakeDecoyServerEvent:FireServer("")
  7454. wait()
  7455. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  7456. wait()
  7457. game.Workspace.MakeDecoyServerEvent:FireServer("")
  7458. wait()
  7459. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  7460. wait()
  7461. game.Workspace.MakeDecoyServerEvent:FireServer("")
  7462. wait()
  7463. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  7464. wait()
  7465. game.Workspace.MakeDecoyServerEvent:FireServer("")
  7466. wait()
  7467. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  7468. wait()
  7469. game.Workspace.MakeDecoyServerEvent:FireServer("")
  7470. wait()
  7471. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  7472. wait()
  7473. game.Workspace.MakeDecoyServerEvent:FireServer("")
  7474. wait()
  7475. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  7476. wait()
  7477. game.Workspace.MakeDecoyServerEvent:FireServer("")
  7478. wait()
  7479. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  7480. wait()
  7481. end)
  7482. end)
  7483.  
  7484. fizze.Name = "fizze"
  7485. fizze.Parent = Main
  7486. fizze.BackgroundColor3 = Color3.new(0.180392, 0.866667, 1)
  7487. fizze.Position = UDim2.new(0.0606210306, 0, 0.423951268, 0)
  7488. fizze.Size = UDim2.new(0, 145, 0, 50)
  7489. fizze.Font = Enum.Font.GothamBlack
  7490. fizze.Text = "Fizze GUI"
  7491. fizze.TextColor3 = Color3.new(0, 0, 0)
  7492. fizze.TextSize = 24
  7493. fizze.MouseButton1Down:connect(function()
  7494. -- Objects
  7495.  
  7496. local ScreenGui = Instance.new("ScreenGui")
  7497. local Frame = Instance.new("Frame")
  7498. local Fizze = Instance.new("TextButton")
  7499. local Fizze_2 = Instance.new("TextButton")
  7500. local Fizze_3 = Instance.new("TextButton")
  7501. local Fizze_4 = Instance.new("TextButton")
  7502. local TextLabel = Instance.new("TextLabel")
  7503.  
  7504. -- Properties
  7505.  
  7506. ScreenGui.Parent = game.CoreGui
  7507.  
  7508. Frame.Parent = ScreenGui
  7509. Frame.Active = true
  7510. Frame.Draggable = true
  7511. Frame.BackgroundColor3 = Color3.new(0.0117647, 0.14902, 0.254902)
  7512. Frame.Position = UDim2.new(0.680451155, 0, 0.456752658, 0)
  7513. Frame.Size = UDim2.new(0, 267, 0, 211)
  7514.  
  7515. Fizze.Name = "Fizze"
  7516. Fizze.Parent = Frame
  7517. Fizze.BackgroundColor3 = Color3.new(0.4, 0.4, 0.4)
  7518. Fizze.Position = UDim2.new(0.0262172278, 0, 0.34123224, 0)
  7519. Fizze.Size = UDim2.new(0, 117, 0, 50)
  7520. Fizze.Font = Enum.Font.SourceSans
  7521. Fizze.Text = "Forcefield"
  7522. Fizze.TextColor3 = Color3.new(1, 1, 1)
  7523. Fizze.TextScaled = true
  7524. Fizze.TextSize = 14
  7525. Fizze.TextWrapped = true
  7526.  
  7527. Fizze_2.Name = "Fizze"
  7528. Fizze_2.Parent = Frame
  7529. Fizze_2.BackgroundColor3 = Color3.new(0.4, 0.4, 0.4)
  7530. Fizze_2.Position = UDim2.new(0.531835198, 0, 0.34123224, 0)
  7531. Fizze_2.Size = UDim2.new(0, 117, 0, 50)
  7532. Fizze_2.Font = Enum.Font.SourceSans
  7533. Fizze_2.Text = "No Forcefield"
  7534. Fizze_2.TextColor3 = Color3.new(1, 1, 1)
  7535. Fizze_2.TextScaled = true
  7536. Fizze_2.TextSize = 14
  7537. Fizze_2.TextWrapped = true
  7538.  
  7539. Fizze_3.Name = "Fizze"
  7540. Fizze_3.Parent = Frame
  7541. Fizze_3.BackgroundColor3 = Color3.new(0.4, 0.4, 0.4)
  7542. Fizze_3.Position = UDim2.new(0.531835198, 0, 0.616113782, 0)
  7543. Fizze_3.Size = UDim2.new(0, 117, 0, 50)
  7544. Fizze_3.Font = Enum.Font.SourceSans
  7545. Fizze_3.Text = "UnAFK"
  7546. Fizze_3.TextColor3 = Color3.new(1, 1, 1)
  7547. Fizze_3.TextScaled = true
  7548. Fizze_3.TextSize = 14
  7549. Fizze_3.TextWrapped = true
  7550.  
  7551. Fizze_4.Name = "Fizze"
  7552. Fizze_4.Parent = Frame
  7553. Fizze_4.BackgroundColor3 = Color3.new(0.4, 0.4, 0.4)
  7554. Fizze_4.Position = UDim2.new(0.0262172278, 0, 0.616113782, 0)
  7555. Fizze_4.Size = UDim2.new(0, 117, 0, 50)
  7556. Fizze_4.Font = Enum.Font.SourceSans
  7557. Fizze_4.Text = "AFK"
  7558. Fizze_4.TextColor3 = Color3.new(1, 1, 1)
  7559. Fizze_4.TextScaled = true
  7560. Fizze_4.TextSize = 14
  7561. Fizze_4.TextWrapped = true
  7562.  
  7563. TextLabel.Parent = Frame
  7564. TextLabel.BackgroundColor3 = Color3.new(0.4, 0.4, 0.4)
  7565. TextLabel.BorderColor3 = Color3.new(0.4, 0.4, 0.4)
  7566. TextLabel.Size = UDim2.new(0, 267, 0, 41)
  7567. TextLabel.Font = Enum.Font.SourceSans
  7568. TextLabel.Text = "Fizze Gui"
  7569. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  7570. TextLabel.TextScaled = true
  7571. TextLabel.TextSize = 14
  7572. TextLabel.TextWrapped = true
  7573.  
  7574. Fizze.MouseButton1Click:connect(function()
  7575. game.ReplicatedStorage.AFK_Remote:FireServer()
  7576. wait(0.1)
  7577. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  7578. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  7579. end)
  7580.  
  7581. Fizze_2.MouseButton1Click:connect(function()
  7582. game.ReplicatedStorage.AFK_Remote:FireServer()
  7583. wait(0.1)
  7584. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  7585. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  7586. end)
  7587.  
  7588. Fizze_3.MouseButton1Click:connect(function()
  7589. game.ReplicatedStorage.AFK_Remote:FireServer()
  7590. end)
  7591.  
  7592. Fizze_4.MouseButton1Click:connect(function()
  7593. game.ReplicatedStorage.AFK_Remote:FireServer()
  7594. end)
  7595. end)
  7596.  
  7597. pizza.Name = "pizza"
  7598. pizza.Parent = Main
  7599. pizza.BackgroundColor3 = Color3.new(0.180392, 0.866667, 1)
  7600. pizza.Position = UDim2.new(0.66845876, 0, 0.424778759, 0)
  7601. pizza.Size = UDim2.new(0, 145, 0, 50)
  7602. pizza.Font = Enum.Font.GothamBlack
  7603. pizza.Text = "Work At A Pizza Place"
  7604. pizza.TextColor3 = Color3.new(0, 0, 0)
  7605. pizza.TextSize = 12
  7606. pizza.MouseButton1Down:connect(function()
  7607. -- Objects
  7608.  
  7609. local ScreenGui = Instance.new("ScreenGui")
  7610. local Frame = Instance.new("Frame")
  7611. local TextLabel = Instance.new("TextLabel")
  7612. local TextButton = Instance.new("TextButton")
  7613. local TextButton_2 = Instance.new("TextButton")
  7614. local TextButton_3 = Instance.new("TextButton")
  7615. local TextButton_4 = Instance.new("TextButton")
  7616. local TextButton_5 = Instance.new("TextButton")
  7617. local TextButton_6 = Instance.new("TextButton")
  7618.  
  7619. -- Properties
  7620.  
  7621. ScreenGui.Parent = game.CoreGui
  7622.  
  7623. Frame.Active = true
  7624. Frame.Draggable = true
  7625. Frame.Parent = ScreenGui
  7626. Frame.BackgroundColor3 = Color3.new(0.407843, 0, 0)
  7627. Frame.Position = UDim2.new(0.319006681, 0, 0.188163891, 0)
  7628. Frame.Size = UDim2.new(0, 427, 0, 279)
  7629.  
  7630. TextLabel.Parent = Frame
  7631. TextLabel.BackgroundColor3 = Color3.new(0, 1, 1)
  7632. TextLabel.Size = UDim2.new(0, 427, 0, 50)
  7633. TextLabel.Font = Enum.Font.SourceSans
  7634. TextLabel.Text = "Work at a Pizza Place Gui"
  7635. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  7636. TextLabel.TextScaled = true
  7637. TextLabel.TextSize = 14
  7638. TextLabel.TextWrapped = true
  7639.  
  7640. TextButton.Parent = Frame
  7641. TextButton.BackgroundColor3 = Color3.new(0.0196078, 0.505882, 0.533333)
  7642. TextButton.Position = UDim2.new(0.0187353622, 0, 0.268817216, 0)
  7643. TextButton.Size = UDim2.new(0, 192, 0, 50)
  7644. TextButton.Font = Enum.Font.SourceSans
  7645. TextButton.Text = "Random Car Roof Spam"
  7646. TextButton.TextColor3 = Color3.new(1, 1, 1)
  7647. TextButton.TextScaled = true
  7648. TextButton.TextSize = 14
  7649. TextButton.TextWrapped = true
  7650.  
  7651. TextButton_2.Parent = Frame
  7652. TextButton_2.BackgroundColor3 = Color3.new(0.0196078, 0.505882, 0.533333)
  7653. TextButton_2.Position = UDim2.new(0.0187353622, 0, 0.487455189, 0)
  7654. TextButton_2.Size = UDim2.new(0, 192, 0, 50)
  7655. TextButton_2.Font = Enum.Font.SourceSans
  7656. TextButton_2.Text = "Paint Cars Pink (Lag)"
  7657. TextButton_2.TextColor3 = Color3.new(1, 1, 1)
  7658. TextButton_2.TextScaled = true
  7659. TextButton_2.TextSize = 14
  7660. TextButton_2.TextWrapped = true
  7661.  
  7662. TextButton_3.Parent = Frame
  7663. TextButton_3.BackgroundColor3 = Color3.new(0.0196078, 0.505882, 0.533333)
  7664. TextButton_3.Position = UDim2.new(0.0187353622, 0, 0.713261604, 0)
  7665. TextButton_3.Size = UDim2.new(0, 192, 0, 50)
  7666. TextButton_3.Font = Enum.Font.SourceSans
  7667. TextButton_3.Text = "Drive Through Window Spam"
  7668. TextButton_3.TextColor3 = Color3.new(1, 1, 1)
  7669. TextButton_3.TextScaled = true
  7670. TextButton_3.TextSize = 14
  7671. TextButton_3.TextWrapped = true
  7672.  
  7673. TextButton_4.Parent = Frame
  7674. TextButton_4.BackgroundColor3 = Color3.new(0.0196078, 0.505882, 0.533333)
  7675. TextButton_4.Position = UDim2.new(0.533957839, 0, 0.268817157, 0)
  7676. TextButton_4.Size = UDim2.new(0, 192, 0, 50)
  7677. TextButton_4.Font = Enum.Font.SourceSans
  7678. TextButton_4.Text = "Extinguisher"
  7679. TextButton_4.TextColor3 = Color3.new(1, 1, 1)
  7680. TextButton_4.TextScaled = true
  7681. TextButton_4.TextSize = 14
  7682. TextButton_4.TextWrapped = true
  7683.  
  7684. TextButton_5.Parent = Frame
  7685. TextButton_5.BackgroundColor3 = Color3.new(0.0196078, 0.505882, 0.533333)
  7686. TextButton_5.Position = UDim2.new(0.533957839, 0, 0.48745513, 0)
  7687. TextButton_5.Size = UDim2.new(0, 192, 0, 50)
  7688. TextButton_5.Font = Enum.Font.SourceSans
  7689. TextButton_5.Text = "Gears"
  7690. TextButton_5.TextColor3 = Color3.new(1, 1, 1)
  7691. TextButton_5.TextScaled = true
  7692. TextButton_5.TextSize = 14
  7693. TextButton_5.TextWrapped = true
  7694.  
  7695. TextButton_6.Parent = Frame
  7696. TextButton_6.BackgroundColor3 = Color3.new(0.0196078, 0.505882, 0.533333)
  7697. TextButton_6.Position = UDim2.new(0.533957839, 0, 0.713261604, 0)
  7698. TextButton_6.Size = UDim2.new(0, 192, 0, 50)
  7699. TextButton_6.Font = Enum.Font.SourceSans
  7700. TextButton_6.Text = "Manager Chair"
  7701. TextButton_6.TextColor3 = Color3.new(1, 1, 1)
  7702. TextButton_6.TextScaled = true
  7703. TextButton_6.TextSize = 14
  7704. TextButton_6.TextWrapped = true
  7705.  
  7706. TextButton.MouseButton1Click:connect(function()
  7707. while true do
  7708. game.Workspace.Cars.Car.Hood1.ClickDetector.Detector:FireServer()
  7709. wait()
  7710. end
  7711. end)
  7712.  
  7713. TextButton_2.MouseButton1Click:connect(function()
  7714. local Color = BrickColor.new('Hot pink')
  7715.  
  7716. local PaintCar = function(Car,Color_Code)
  7717. for ii, Child in pairs(Car:GetChildren()) do
  7718. game.ReplicatedStorage.Channels.VehicleChannel:FireServer('Paint', Child, 'None', Color_Code)
  7719. end
  7720. end
  7721.  
  7722. while wait() do
  7723. for i, Car in pairs(workspace.Cars:GetChildren()) do
  7724. PaintCar(Car, Color.Number)
  7725. end
  7726. end
  7727. end)
  7728.  
  7729. TextButton_3.MouseButton1Click:connect(function()
  7730. while true do
  7731. game.Workspace.DriveThroughWindow.ClickDetector.Detector:FireServer()
  7732. wait()
  7733. end
  7734. end)
  7735.  
  7736. TextButton_4.MouseButton1Click:connect(function()
  7737. game.Workspace.Extinguisher.Extinguisher.ClickDetector.Detector:FireServer()
  7738. end)
  7739.  
  7740. TextButton_5.MouseButton1Click:connect(function()
  7741. local player = game.Players.LocalPlayer
  7742.  
  7743. local lox = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  7744. wait()
  7745. for i,v in pairs(game:GetDescendants()) do
  7746. if v:IsA("RemoteEvent") then
  7747. v:FireServer()
  7748. end end
  7749. wait(.2)
  7750. player.Character.Humanoid.Jump = true
  7751. wait(.2)
  7752. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = lox
  7753. end)
  7754.  
  7755. TextButton_6.MouseButton1Click:connect(function()
  7756. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(23,5,6.5)
  7757. end)
  7758. end)
  7759.  
  7760. Shattervast.Name = "Shattervast"
  7761. Shattervast.Parent = Main
  7762. Shattervast.BackgroundColor3 = Color3.new(0.180392, 0.866667, 1)
  7763. Shattervast.Position = UDim2.new(0.0609318912, 0, 0.18879056, 0)
  7764. Shattervast.Size = UDim2.new(0, 145, 0, 50)
  7765. Shattervast.Font = Enum.Font.GothamBlack
  7766. Shattervast.Text = "Shattervast"
  7767. Shattervast.TextColor3 = Color3.new(0, 0, 0)
  7768. Shattervast.TextSize = 20
  7769. Shattervast.MouseButton1Down:connect(function()
  7770. -- Have Fun!
  7771. -- IT FUCKING TAKE MY SELF 1 HOUR TO RESCRIPT THIS CAUSE SKISPLOIT CANT RUN THE FUCKING COREGUI
  7772. -- Re script by Alex games #9120
  7773. -- By illremember#3799
  7774.  
  7775. -- Important Loading
  7776. trueSettings = {
  7777. commandPrefix = ";";
  7778. hotkeys = {};
  7779. fchotkeymode = "unfc";
  7780. }
  7781.  
  7782. -- Important Variables
  7783. gsPlayers = game:GetService("Players")
  7784. gsWorkspace = game:GetService("Workspace")
  7785. gsLighting = game:GetService("Lighting")
  7786. gsReplicatedStorage = game:GetService("ReplicatedStorage")
  7787. gsCoreGui = game:GetService("CoreGui")
  7788. gsTween = game:GetService("TweenService")
  7789. gsHttp = game:GetService("HttpService")
  7790.  
  7791. LP = gsPlayers.LocalPlayer
  7792. Mouse = LP:GetMouse()
  7793.  
  7794. defaultSettings = gsHttp:JSONEncode(trueSettings)
  7795. function CreateSave()
  7796. writefile("Shattervast.txt", defaultSettings)
  7797. wait(0.5)
  7798. local content = readfile("Shattervast.txt")
  7799. local trueValue = gsHttp:JSONDecode(content)
  7800. commandPrefix = trueValue.commandPrefix
  7801. hotkeys = trueValue.hotkeys
  7802. fchotkeymode = trueValue.fchotkeymode
  7803. end
  7804. function fullUpdate()
  7805. local updatedSettings = {
  7806. commandPrefix = commandPrefix;
  7807. hotkeys = hotkeys;
  7808. fchotkeymode = fchotkeymode;
  7809. }
  7810. local fullUPDATED = gsHttp:JSONEncode(updatedSettings)
  7811. wait(0.2)
  7812. writefile("Shattervast.txt", fullUPDATED)
  7813. end
  7814. if writefile ~= nil then
  7815. function builder()
  7816. local TESTsave = readfile("Shattervast.txt")
  7817. if TESTsave == nil then
  7818. return false
  7819. else
  7820. return true
  7821. end
  7822. end
  7823. local success, message = pcall(builder)
  7824. if success == true then
  7825. function reader()
  7826. local content = readfile("Shattervast.txt")
  7827. local trueValue = gsHttp:JSONDecode(content)
  7828. commandPrefix = trueValue.commandPrefix
  7829. hotkeys = trueValue.hotkeys
  7830. if trueValue.fchotkeymode == nil then
  7831. fchotkeymode = "unfc"
  7832. fullUpdate()
  7833. else
  7834. fchotkeymode = trueValue.fchotkeymode
  7835. end
  7836. end
  7837. reader()
  7838. elseif success == false then
  7839. CreateSave()
  7840. end
  7841. else
  7842. commandPrefix = ";"
  7843. hotkeys = {}
  7844. fchotkeymode = "unfc"
  7845. end
  7846.  
  7847. CurrentGravity = gsWorkspace.Gravity
  7848. CurrentWalkspeed = LP.Character.Humanoid.WalkSpeed
  7849. CurrentJumppower = LP.Character.Humanoid.JumpPower
  7850. CurrentHipheight = LP.Character.Humanoid.HipHeight
  7851. CurrentNormal = LP.DevCameraOcclusionMode
  7852.  
  7853. gsWorkspace.Camera.Changed:Connect(function()
  7854. gsWorkspace.Camera.FieldOfView = 70
  7855. end)
  7856.  
  7857. -- Important Functions
  7858. function view(plr)
  7859. if plr.Character.Humanoid ~= nil then
  7860. gsWorkspace.CurrentCamera.CameraSubject = plr.Character.Humanoid
  7861. else
  7862. gsWorkspace.CurrentCamera.CameraSubject = plr.Character.Head
  7863. end
  7864. end
  7865. function unlockWS()
  7866. for i,part in pairs(gsWorkspace:GetDescendants()) do
  7867. if part:IsA("Part") then
  7868. part.Locked = false
  7869. end
  7870. end
  7871. end
  7872. function lockWS()
  7873. for i,part in pairs(gsWorkspace:GetDescendants()) do
  7874. if part:IsA("Part") then
  7875. part.Locked = true
  7876. end
  7877. end
  7878. end
  7879. function FEGodmode()
  7880. local changeview = false
  7881. if gsWorkspace.CurrentCamera.CameraSubject == LP.Character.Humanoid or gsWorkspace.CurrentCamera.CameraSubject == LP.Character then
  7882. changeview = true
  7883. end
  7884. LP.Character.Humanoid.Name = 1
  7885. local l = LP.Character["1"]:Clone()
  7886. l.Parent = LP.Character
  7887. l.Name = "Humanoid"
  7888. wait(0.1)
  7889. LP.Character["1"]:Destroy()
  7890. if changeview then
  7891. game:GetService("Workspace").CurrentCamera.CameraSubject = LP.Character
  7892. end
  7893. LP.Character.Animate.Disabled = true
  7894. wait(0.1)
  7895. LP.Character.Animate.Disabled = false
  7896. LP.Character.Humanoid.DisplayDistanceType = "None"
  7897. end
  7898. function RocketPropulsion(maxthrust,maxspeed,thrustp,targetplr,name)
  7899. local l = Instance.new("RocketPropulsion")
  7900. l.Parent = LP.Character.HumanoidRootPart
  7901. l.CartoonFactor = 1
  7902. l.MaxThrust = maxthrust
  7903. l.MaxSpeed = maxspeed
  7904. l.ThrustP = thrustp
  7905. l.Name = name
  7906. l.Target = targetplr.Character.HumanoidRootPart
  7907. l:Fire()
  7908. end
  7909. function createIntro(style, msg, length)
  7910. if gsCoreGui:FindFirstChild("Notification") then
  7911. gsCoreGui:FindFirstChild("Notification"):Destroy()
  7912. end
  7913. local info = "http://www.roblox.com/asset/?id=1281284684"
  7914. local warning = "http://www.roblox.com/asset/?id=1281286925"
  7915. if style == "info" then
  7916. style = info
  7917. elseif style == "warning" then
  7918. style = warning
  7919. end
  7920. local Notification = Instance.new("ScreenGui")
  7921. local Frame = Instance.new("Frame")
  7922. local TextLabel = Instance.new("TextLabel")
  7923. local IMAGE = Instance.new("ImageLabel")
  7924. Notification.Name = "Notification"
  7925. Notification.Parent = game.Players.LocalPlayer.PlayerGui
  7926. Notification.ResetOnSpawn = false
  7927. Frame.Parent = Notification
  7928. Frame.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  7929. Frame.BackgroundTransparency = 0.20000000298023
  7930. Frame.BorderSizePixel = 0
  7931. Frame.Position = UDim2.new(0, 0, -0.2, 0)
  7932. Frame.Size = UDim2.new(1, 0, 0, 30)
  7933. TextLabel.Parent = Frame
  7934. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  7935. TextLabel.BackgroundTransparency = 1
  7936. TextLabel.Size = UDim2.new(1, 0, 1, 0)
  7937. TextLabel.Font = Enum.Font.SourceSansLight
  7938. TextLabel.Text = msg
  7939. TextLabel.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  7940. TextLabel.TextScaled = true
  7941. TextLabel.TextSize = 14
  7942. TextLabel.TextWrapped = true
  7943. IMAGE.Parent = Frame
  7944. IMAGE.BackgroundTransparency = 1
  7945. IMAGE.Size = UDim2.new(0, 50, 0, 50)
  7946. IMAGE.Position = UDim2.new(0.1, 0, 0, 0)
  7947. IMAGE.Image = style
  7948. local Intro = Instance.new("ScreenGui")
  7949. local Frame2 = Instance.new("Frame")
  7950. local IMAGE2 = Instance.new("ImageLabel")
  7951. Intro.Name = "Intro"
  7952. Intro.Parent = game.Players.LocalPlayer.PlayerGui
  7953. Intro.ResetOnSpawn = false
  7954. Frame2.Parent = Intro
  7955. Frame2.BackgroundTransparency = 1
  7956. Frame2.BorderSizePixel = 0
  7957. Frame2.Position = UDim2.new(0, 0, -0.2, 0)
  7958. Frame2.Size = UDim2.new(1, 0, 0, 30)
  7959. IMAGE2.Parent = Frame
  7960. IMAGE2.BackgroundTransparency = 1
  7961. IMAGE2.AnchorPoint = Vector2.new(0.5, 0)
  7962. IMAGE2.Size = UDim2.new(0, 240, 0, 120)
  7963. IMAGE2.Position = UDim2.new(0.5, 0, 0, 0)
  7964. IMAGE2.Image = "http://www.roblox.com/asset/?id=1795472522"
  7965. Frame2:TweenPosition(UDim2.new(0, 0, 0, 200), "Out", "Quad", 1.5)
  7966. Frame:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Quad", 1.5)
  7967. wait(length)
  7968. pcall(function()
  7969. Frame:TweenPosition(UDim2.new(0, 0, -1.5, 0), "Out", "Quad", 3)
  7970. Frame2:TweenPosition(UDim2.new(0, 0, -1.5, 0), "Out", "Quad", 3)
  7971. end)
  7972. wait(3.01)
  7973. Intro:Destroy()
  7974. Notification:Destroy()
  7975. end
  7976. function Notification(style, msg, length)
  7977. if gsCoreGui:FindFirstChild("Notification") then
  7978. gsCoreGui:FindFirstChild("Notification"):Destroy()
  7979. end
  7980. local info = "http://www.roblox.com/asset/?id=1281284684"
  7981. local warning = "http://www.roblox.com/asset/?id=1281286925"
  7982. if style == "info" then
  7983. style = info
  7984. elseif style == "warning" then
  7985. style = warning
  7986. end
  7987. local Notification = Instance.new("ScreenGui")
  7988. local Frame = Instance.new("Frame")
  7989. local TextLabel = Instance.new("TextLabel")
  7990. local IMAGE = Instance.new("ImageLabel")
  7991. Notification.Name = "Notification"
  7992. Notification.Parent = game.Players.LocalPlayer.PlayerGui
  7993. Notification.ResetOnSpawn = false
  7994. Frame.Parent = Notification
  7995. Frame.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  7996. Frame.BackgroundTransparency = 0.20000000298023
  7997. Frame.BorderSizePixel = 0
  7998. Frame.Position = UDim2.new(0, 0, -0.2, 0)
  7999. Frame.Size = UDim2.new(1, 0, 0, 30)
  8000. TextLabel.Parent = Frame
  8001. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  8002. TextLabel.BackgroundTransparency = 1
  8003. TextLabel.Size = UDim2.new(1, 0, 1, 0)
  8004. TextLabel.Font = Enum.Font.SourceSansLight
  8005. TextLabel.Text = msg
  8006. TextLabel.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  8007. TextLabel.TextScaled = true
  8008. TextLabel.TextSize = 14
  8009. TextLabel.TextWrapped = true
  8010. IMAGE.Parent = Frame
  8011. IMAGE.BackgroundTransparency = 1
  8012. IMAGE.Size = UDim2.new(0, 50, 0, 50)
  8013. IMAGE.Position = UDim2.new(0.1, 0, 0, 0)
  8014. IMAGE.Image = style
  8015. Frame:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Quad", 1.5)
  8016. wait(length)
  8017. pcall(function()
  8018. Frame:TweenPosition(UDim2.new(0, 0, -1.5, 0), "Out", "Quad", 3)
  8019. end)
  8020. wait(3.01)
  8021. Notification:Destroy()
  8022. end
  8023. function hasTools()
  8024. local a = false
  8025. local b = false
  8026. for i,v in pairs(LP.Character:GetDescendants()) do
  8027. if v:IsA("Tool") then
  8028. if v ~= nil then
  8029. a = true
  8030. else
  8031. a = false
  8032. end
  8033. end
  8034. end
  8035. for i,k in pairs(LP.Backpack:GetDescendants()) do
  8036. if k:IsA("Tool") then
  8037. if k ~= nil then
  8038. b = true
  8039. else
  8040. b = false
  8041. end
  8042. end
  8043. end
  8044. return a or b
  8045. end
  8046. Compliments = {" is the coolest person in this server!", ", I really like your avatar!", ", I really want to be your friend!", " is truly amazing. Truly!", " is incredible!", ", you are my favourite here!!", ", I am complimenting you right now at this very moment.", " you are really awesome", " when will you be my friend!?", " is such a great person", " is a fantastic person!"}
  8047. function complimentplr(player)
  8048. local plrName = player.Name
  8049. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(plrName..Compliments[math.random(1, #Compliments)], "All")
  8050. end
  8051. function createINFO(player)
  8052. local InfoGUIv2 = Instance.new("ScreenGui")
  8053. local Frame = Instance.new("Frame")
  8054. local Frame_2 = Instance.new("Frame")
  8055. local infoguiCLOSE = Instance.new("TextButton")
  8056. local Frame_3 = Instance.new("Frame")
  8057. local playerName = Instance.new("TextLabel")
  8058. local Frame_4 = Instance.new("Frame")
  8059. local playerAvatar = Instance.new("ImageLabel")
  8060. local playerAccAge = Instance.new("TextLabel")
  8061. local playerId = Instance.new("TextLabel")
  8062. local playerOs = Instance.new("TextLabel")
  8063. local playerMembership = Instance.new("TextLabel")
  8064. local Frame_5 = Instance.new("Frame")
  8065. local Frame_6 = Instance.new("Frame")
  8066. InfoGUIv2.Name = "InfoGUIv2"
  8067. InfoGUIv2.Parent = game.Players.LocalPlayer.PlayerGui
  8068. InfoGUIv2.ResetOnSpawn = false
  8069. Frame.Parent = InfoGUIv2
  8070. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  8071. Frame.BackgroundTransparency = 1
  8072. Frame.BorderColor3 = Color3.new(0, 0, 0)
  8073. Frame.ClipsDescendants = true
  8074. Frame.Position = UDim2.new(0.45, 0, 1, 0)
  8075. Frame.Size = UDim2.new(0, 265, 0, 302)
  8076. Frame.ZIndex = -1
  8077. Frame_2.Parent = Frame
  8078. Frame_2.BackgroundColor3 = Color3.new(0.290196, 0, 0.447059)
  8079. Frame_2.BorderSizePixel = 0
  8080. Frame_2.Size = UDim2.new(0, 260, 0, 20)
  8081. infoguiCLOSE.Name = "infoguiCLOSE"
  8082. infoguiCLOSE.Parent = Frame_2
  8083. infoguiCLOSE.BackgroundColor3 = Color3.new(1, 1, 1)
  8084. infoguiCLOSE.BackgroundTransparency = 1
  8085. infoguiCLOSE.BorderSizePixel = 0
  8086. infoguiCLOSE.Position = UDim2.new(0, 230, 0, 0)
  8087. infoguiCLOSE.Size = UDim2.new(0, 30, 0, 20)
  8088. infoguiCLOSE.Font = Enum.Font.SourceSansBold
  8089. infoguiCLOSE.Text = "X"
  8090. infoguiCLOSE.TextColor3 = Color3.new(0.992157, 0.992157, 0.992157)
  8091. infoguiCLOSE.TextSize = 20
  8092. Frame_3.Parent = Frame
  8093. Frame_3.BackgroundColor3 = Color3.new(0.482353, 0.121569, 0.635294)
  8094. Frame_3.BorderSizePixel = 0
  8095. Frame_3.Position = UDim2.new(0, 0, 0, 20)
  8096. Frame_3.Size = UDim2.new(0, 260, 0, 40)
  8097. playerName.Name = "playerName"
  8098. playerName.Parent = Frame_3
  8099. playerName.BackgroundColor3 = Color3.new(1, 1, 1)
  8100. playerName.BackgroundTransparency = 1
  8101. playerName.Position = UDim2.new(0, 10, 0, 5)
  8102. playerName.Size = UDim2.new(0, 240, 0, 30)
  8103. playerName.Font = Enum.Font.SourceSansLight
  8104. playerName.Text = player.Name
  8105. playerName.TextColor3 = Color3.new(0.988235, 0.988235, 0.988235)
  8106. playerName.TextScaled = true
  8107. playerName.TextSize = 14
  8108. playerName.TextWrapped = true
  8109. Frame_4.Parent = Frame
  8110. Frame_4.BackgroundColor3 = Color3.new(0.956863, 0.956863, 0.956863)
  8111. Frame_4.BorderSizePixel = 0
  8112. Frame_4.Position = UDim2.new(0, 0, 0, 60)
  8113. Frame_4.Size = UDim2.new(0, 260, 0, 237)
  8114. playerAvatar.Name = "playerAvatar"
  8115. playerAvatar.Parent = Frame_4
  8116. playerAvatar.BackgroundColor3 = Color3.new(1, 1, 1)
  8117. playerAvatar.Position = UDim2.new(0, 85, 0, 10)
  8118. playerAvatar.Size = UDim2.new(0, 85, 0, 85)
  8119. playerAvatar.Image = "http://www.roblox.com/Thumbs/Avatar.ashx?x=150&y=150&Format=Png&username="..player.Name
  8120. playerAccAge.Name = "playerAccAge"
  8121. playerAccAge.Parent = Frame_4
  8122. playerAccAge.BackgroundColor3 = Color3.new(1, 1, 1)
  8123. playerAccAge.BackgroundTransparency = 1
  8124. playerAccAge.Position = UDim2.new(0, 5, 0, 101)
  8125. playerAccAge.Size = UDim2.new(0, 250, 0, 30)
  8126. playerAccAge.Font = Enum.Font.SourceSans
  8127. playerAccAge.Text = "Account Age: "..player.AccountAge
  8128. playerAccAge.TextColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  8129. playerAccAge.TextScaled = true
  8130. playerAccAge.TextSize = 14
  8131. playerAccAge.TextWrapped = true
  8132. playerId.Name = "playerId"
  8133. playerId.Parent = Frame_4
  8134. playerId.BackgroundColor3 = Color3.new(1, 1, 1)
  8135. playerId.BackgroundTransparency = 1
  8136. playerId.Position = UDim2.new(0, 5, 0, 131)
  8137. playerId.Size = UDim2.new(0, 250, 0, 30)
  8138. playerId.Font = Enum.Font.SourceSans
  8139. playerId.Text = "Account ID: "..player.UserId
  8140. playerId.TextColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  8141. playerId.TextScaled = true
  8142. playerId.TextSize = 14
  8143. playerId.TextWrapped = true
  8144. playerOs.Name = "playerOs"
  8145. playerOs.Parent = Frame_4
  8146. playerOs.BackgroundColor3 = Color3.new(1, 1, 1)
  8147. playerOs.BackgroundTransparency = 1
  8148. playerOs.Position = UDim2.new(0, 5, 0, 161)
  8149. playerOs.Size = UDim2.new(0, 250, 0, 30)
  8150. playerOs.Font = Enum.Font.SourceSansLight
  8151. playerOs.Text = "Player OS: "..player.OsPlatform
  8152. playerOs.TextColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  8153. playerOs.TextScaled = true
  8154. playerOs.TextSize = 14
  8155. playerOs.TextWrapped = true
  8156. playerMembership.Name = "playerMembership"
  8157. playerMembership.Parent = Frame_4
  8158. playerMembership.BackgroundColor3 = Color3.new(1, 1, 1)
  8159. playerMembership.BackgroundTransparency = 1
  8160. playerMembership.Position = UDim2.new(0, 5, 0, 191)
  8161. playerMembership.Size = UDim2.new(0, 250, 0, 30)
  8162. playerMembership.Font = Enum.Font.SourceSansLight
  8163. if player.MembershipType == Enum.MembershipType.None then
  8164. playerMembership.Text = "No builder's club."
  8165. elseif player.MembershipType == Enum.MembershipType.BuildersClub then
  8166. playerMembership.Text = "Builder's club!"
  8167. elseif player.MembershipType == Enum.MembershipType.TurboBuildersClub then
  8168. playerMembership.Text = "Turbo Builder's club!"
  8169. elseif player.MembershipType == Enum.MembershipType.OutrageousBuildersClub then
  8170. playerMembership.Text = "Outrageous Builder's club!"
  8171. end
  8172. playerMembership.TextColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  8173. playerMembership.TextScaled = true
  8174. playerMembership.TextSize = 14
  8175. playerMembership.TextWrapped = true
  8176. Frame_5.Parent = Frame
  8177. Frame_5.BackgroundColor3 = Color3.new(0, 0, 0)
  8178. Frame_5.BackgroundTransparency = 0.69999998807907
  8179. Frame_5.BorderColor3 = Color3.new(0, 0, 0)
  8180. Frame_5.BorderSizePixel = 0
  8181. Frame_5.ClipsDescendants = true
  8182. Frame_5.Position = UDim2.new(0, 10, 0, 10)
  8183. Frame_5.Selectable = true
  8184. Frame_5.Size = UDim2.new(0, 255, 0, 292)
  8185. Frame_5.ZIndex = -1
  8186. Frame_6.Parent = Frame
  8187. Frame_6.BackgroundColor3 = Color3.new(0, 0, 0)
  8188. Frame_6.BackgroundTransparency = 0.69999998807907
  8189. Frame_6.BorderColor3 = Color3.new(0, 0, 0)
  8190. Frame_6.BorderSizePixel = 0
  8191. Frame_6.ClipsDescendants = true
  8192. Frame_6.Position = UDim2.new(0, 8, 0, 8)
  8193. Frame_6.Selectable = true
  8194. Frame_6.Size = UDim2.new(0, 255, 0, 292)
  8195. Frame_6.ZIndex = -1
  8196. local closeGet = {}
  8197. closeGet.Size = UDim2.new(0, 0, 0, 0)
  8198. local openGet = {}
  8199. openGet.Position = UDim2.new(0.45, 0, 0.45, 0)
  8200. local closeFunction = gsTween:Create(Frame, TweenInfo.new(2, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), closeGet)
  8201. local openFunction = gsTween:Create(Frame, TweenInfo.new(1, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), openGet)
  8202. infoguiCLOSE.MouseButton1Click:Connect(function()
  8203. closeFunction:Play()
  8204. Frame:TweenPosition((Frame.Position + UDim2.new(0, 265 / 2, 0, 302 / 2)), "InOut", "Sine", 2)
  8205. wait(2.01)
  8206. Frame:Destroy()
  8207. end)
  8208. openFunction:Play()
  8209. local UserInputService = game:GetService("UserInputService")
  8210. local dragging
  8211. local dragInput
  8212. local dragStart
  8213. local startPos
  8214. local function update(input)
  8215. local delta = input.Position - dragStart
  8216. local dragTime = 0.055
  8217. local SmoothDrag = {}
  8218. SmoothDrag.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  8219. local dragSmoothFunction = gsTween:Create(Frame, TweenInfo.new(dragTime, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), SmoothDrag)
  8220. dragSmoothFunction:Play()
  8221. end
  8222. Frame.InputBegan:Connect(function(input)
  8223. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  8224. dragging = true
  8225. dragStart = input.Position
  8226. startPos = Frame.Position
  8227. input.Changed:Connect(function()
  8228. if input.UserInputState == Enum.UserInputState.End then
  8229. dragging = false
  8230. end
  8231. end)
  8232. end
  8233. end)
  8234. Frame.InputChanged:Connect(function(input)
  8235. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  8236. dragInput = input
  8237. end
  8238. end)
  8239. UserInputService.InputChanged:Connect(function(input)
  8240. if input == dragInput and dragging and Frame.Size == UDim2.new(0, 265, 0, 302) then
  8241. update(input)
  8242. end
  8243. end)
  8244. end
  8245. function clientSided()
  8246. Notification("info", "This command is for the client (you) only, no one else can see!", 6)
  8247. end
  8248. searchCmds={"1 print [msg] - Prints a message to the developer console","2 warn [msg] - Warns a message to the developer console","3 sit - Makes you sit","4 god - Activates FE Godmode (breaks tools)","5 view [plr] - Changes your camera subject to another player","6 unview - Changes your camera back to your player","7 gravity [num] - Changes workspace gravity to [num]","8 ungravity - Reverts workspace gravity to game's default","9 goto [plr] - Teleports you to a player","10 fecheck - Checks whether the game is FE or not","11 lockws - Locks the whole workspace","12 unlockws - Unlocks the whole workspace","13 noclip - Allows you to walk through walls and other objects","14 clip - Stops noclip, can collide","15 follow [plr] / [num] - Makes you follow a player constantly, optional [num] for how far away to follow","16 unfollow - Stops you from following","17 fling [plr] / [pow] - Uses your character to fling a player, optional [pow] for how much power to put into the fling","18 unfling - Stops you from flinging","19 trail [plr] / [num] - Makes you trail (walk infront) of a player constantly, optional [num] for how far away to trail","20 untrail - Stops you from trailing","21 annoy [plr] - Loop teleports you to the player","22 unannoy - Stops loop teleporting you","23 reset - Resets your character","24 grespawn - Respawns your character, best for use after FE godmode","25 respawn - Respawns your character, best to use if grespawn fails to work","26 speed // ws [num] - Changes your walkspeed (speed or ws) to [num]","27 jumppower // jp [num] - Changes your jumppower (jumppower or jp) to [num]","28 hipheight // hh [num] - Changes your hipheight (hipheight or hh) to [num]","29 default - Changes your walkspeed, jumppower and hipheight back to normal","30 credits - Displays admin credits (by illremember#3799)","31 attach [plr] - Attaches you to a player, tool required","32 fly / [speed] - Enables fly, optional [speed] for how fast to fly","33 unfly - Disables fly","34 kill [plr] - Kills a player, tool required","35 bring [plr] - Brings a player, tool required","36 naked - Displays avatar body colours","37 nolimbs - Deletes all your arms and legs","38 noarms - Deletes both your arms","39 nolegs - Deletes both your legs","40 antikick [on/off] - Blocks all remotes for antikick when on, disables when off","41 blockremote [remote] / [service] - Blocks a remote from firing, optional [service] for where the remote is located","42 remotespy [on/off] - Prints all remotes to developer console when on when fired, stops printing when off","43 bang [plr] / [speed] - Bangs a player, optional [speed] to set animation adjust speed","44 unbang - Stops bang player","45 spam [msg] - Spams [msg] in chat","46 spamdelay [num] - Sets how long to wait in between spamming","47 unspam - Stops spamming","48 info [plr] - Creates GUI with information about player account, shows Account age, membership and account ID","49 age [plr] - Chats account age of player","50 invisible - Enables FE invisibility, by Timeless","51 walk [plr] - Begins to make you loop walk towards player","52 glitch [plr] / [num] - Glitches a player, tool required, optional [num] for strength of glitch","53 tp [plr] [plr] - Teleports a player to another player, tool required","54 givetool [plr] / [tool] - Gives your current equipped tool to player, optional [tool] to pick a tool by name from your inventory","55 givealltools [plr] - Gives all tools currently equipped and in inventory to player","56 blockhats - Removes mesh of all accessories","57 blocktool - Removes mesh of currently equipped tool","58 orbit [plr] - Begins to make you orbit around a player","59 unorbit - Stops you orbiting a player","60 pos - Shows your current position","61 savepos - Saves your current position","62 loadpos - Loads your current position from savepos","63 tppos [num] [num] [num] - Teleports you to position [num], [num], [num]","64 pmspam [plr] [msg] - Makes you spam a player's pm with [msg]","65 unpmspam - Stops spamming a player's pm","66 wsvis [num] - Changes all parts in workspace to [num] transparency","67 bringobj [obj] / [num] - Brings an object in the workspace to you, optional [num] for how far away to bring object","68 cbring [plr] - Brings a player to you constantly on client","69 uncbring - Stops bringing a player to you on client","70 cfreeze [plr] - Freezes a player on your client","71 uncfreeze / [plr] - Unfreezes a player on your cleint","72 unattach - Unattaches you from a player","73 reach [on/off] / [num] - Activates/Deactivates reach for currently equipped tool, optional [num] for how long the reach should be","74 droptool / [tool] - Drops a tool into the workspace, optional [tool] command for which tool to drop","75 drophats - Drops all your accessories into the workspace","76 hidecmdbar - Hides the command bar","77 showcmdbar - Shows the command bar","78 prefix [key] - Changes your prefix to [key] must be 1 character","79 removeinvis - Removes all invisible parts in workspace","80 removefog - Removes fog in lighting","81 animation [id/gui] / [speed] - Makes you play an animation with [id], optional [speed] for adjusting animation speed OR [gui] to open Energize animation GUI","82 btools - Gives you btools for deleting, copying and dragging (client side)","83 esp [plr] - Enables an esp for that player, credits to Infinite Yield","84 unesp / [plr] - Disables all esp, optional [plr] for disabling esp just for that player","85 dice - Chats you rolling a dice for 1, 2, 3, 4, 5 or 6","86 random [min] [max] - Chats you picking a random number between [min] and [max]","87 closegame - Shutsdown/closes your game","88 savetool / [tool] - Saves a tool to your player equipped, optional [tool] for which tool to save in your inventory","89 loadtool / [tool] - Loads a tool from your player, optional [tool] for which tool to load by name","90 savealltool - Saves all tools in your character/inventory","91 loadalltool - Loads all tools in your player saved tools","92 clicktp / [key] - Enables click teleport, optional [key] to set a key instead of clicking","93 clickdel / [key] - Enables click delete part, optional [key] to set a key instead of clicking","94 unclicktp - Disables clicktp","95 unclickdel - Disables clickdel","96 shutdown - Attempts a server shutdown","97 chatlogs - Opens up a chat log gui with options to print chat to developer console","98 stopadmin - Disables currently running admin completely","99 freecam / [speed] - Enables freecam (like flying but not in character), optional [speed] for how fast the freecam should go","100 unfreecam // unfc - Disables freecam","101 fctp [plr] - Teleports your freecam to player","102 gotofc - Teleports you to current freecam position","103 cmds - Opens up this GUI with commands","104 fullcredits - Shows full individual credits for all help with the admin","105 hotkey [key] [cmd] - Creates a hotkey that executes [cmd] when [key] is pressed","106 removehotkey [key] - Removes a hotkey with [key]","107 removeallhotkey - Removes all current hotkeys for commands","108 printhotkeys - Prints all current existing hotkeys","109 os [plr] - Chats the current OS of a player","110 spin [plr] - Makes you spin with a player, tool required","111 unspin - Stops you spinning a player/teleporting to a player","112 explorer - Loads DEX explorer","113 maxzoom [num] - Changes your maxzoom to number","114 stare [plr] - Makes you stare at another player","115 unstare [plr] - Makes you stop staring at player","116 tempgod - Enables temporary FE godmode, does not work on all games, does not break tools","117 void [plr] - Teleports you and a player to the void, requires a tool","118 freefall [plr] - Makes you and a player freefall to the ground","119 version - Shows current admin's version","120 shiftlockon - Enables shift lock if not enabled by game developer","121 copychat [plr] - Makes you copy the chat player says, use uncopychat to stop copying chat","122 newattach [plr] - Does not FE Godmode you, requires 2 tools, attaches you to player","123 newkill [plr] - Does not FE Godmode you, requires 2 tools, kills player","124 newbring [plr] - Does not FE Godmode you, requires 2 tools, brings player","125 spawn [ws/jp/hh/god] [num] - Sets your walkspeed/jumppower/hipheight to number whenever you respawn, or makes you FE Godded whenever you respawn","126 unspawn - Stops you spawning with stats set by "..commandPrefix.."spawn","127 autosavetool [on/off] - Auto saves your tools when you reset","128 beginbot / [mode] - Makes you a bot for other players, type just "..commandPrefix.."beginbot to print available modes","129 endbot / [mode] - Ends "..commandPrefix.."beginbot, optional [mode] to disable one mode only","130 stopsit - Disables your ability to sit","131 gosit - Enables your ability to sit","132 spawnpoint - Sets your spawnpoint for whenever you reset to where you are","133 nospawn - Removes your spawnpoint","134 chaterror - Creates a chat error, works best first time","135 bypass [on/off] - Changes certain commands like "..commandPrefix.."fly so they are not detected by most anti-exploits", "136 fixcam - Fixes your camera in case it breaks", "137 gotoobj [obj] - Teleports you to a part in the workspace, make sure you put the name properly!", "138 breakcam - Makes it so your camera can go through parts, fixed with "..commandPrefix.."fixcam", "139 inviscam - Makes it so your camera goes through parts and makes them transparent so your character is always visible, fixed with "..commandPrefix.."fixcam", "140 printobj / [key] - Prints the object's path clicked to developer console, optional [key] for key pressed instead of click", "141 unprintobj - Stops printobj from running", "142 hotkeyfc [goto/unfc] - If freecam is set as a hotkey, chooses whether to use unfreecam or gotofc when disabling through a hotkey", "143 carpet [plr] - Makes you a carpet for a player", "144 uncarpet - Stops carpet", "145 brickcreate [num] / [pos] [pos] [pos] - Creates [num] amount of bricks from accessories, wont work in all games, optional [pos] for position to create bricks", "146 uncopychat - Stops copying chat", "147 forward / [speed] - Makes you automatically move forward default speed is 1", "148 unforward - Stops you moving automatically forward from forward", "149 id [plr] - Makes you chat the user ID of the player", "150 spinhats / [pow] - Makes all your accessories begin to spin around! Credit to xFunnieuss.", "151 unspinhats - Stops spinhats from spinning accessories", "152 headless - Makes you headless, but cannot control your character after, use grespawn to reset", "153 savemap - Saves the current workspace/map", "154 loadmap - Loads map saved by savemap", "155 creatorid - Changes your user ID to the game creator's user ID", "156 gameid - Shows the game's ID", "157 delobj [obj] - Allows you to delete an object in the workspace by name", "158 glide [plr] / [speed] - Makes you glide towards a player, optional [speed] for the speed of gliding", "159 stutter [on/off] - Makes your character begin stuttering as you move", "160 platform - Creates a platform on your client that you can stand on, deletes in 20 seconds", "161 servertime - Gets the server time", "162 ride [plr] - Makes you ride a player's head", "163 unride [plr] - Makes you stop riding a player's head", "164 cmute [plr] - Client mutes a player, useful for muting spammers", "165 uncmute - Unmutes a player that has been cmuted", "166 hat [plr] - Makes you carpet a player, but on their head", "167 unhat - Stops hat from running", "168 chat [msg] - Makes you chat a string, useful for hotkeys"}
  8249. CMDS={"print [msg]","warn [msg]","sit","god","view [plr]","unview","gravity [num]","ungravity","goto [plr]","fecheck","lockws","unlockws","noclip","clip","follow [plr] / [num]","unfollow","fling [plr] / [pow]","unfling","trail [plr] / [num]","untrail","annoy [plr]","unannoy","reset","grespawn","respawn","speed // ws [num]","jumppower // jp [num]","hipheight // hh [num]","default","credits","attach [plr]","fly / [speed]","unfly","kill [plr]","bring [plr]","naked","nolimbs","noarms","nolegs","antikick [on/off]","blockremote [remote] / [service]","remotespy [on/off]","bang [plr] / [speed]","unbang","spam [msg]","spamdelay [num]","unspam","info [plr]","age [plr]","invisible","walk [plr]","glitch [plr] / [num]","tp [plr] [plr]","givetool [plr] / [tool]","givealltools [plr]","blockhats","blocktool","orbit [plr]","unorbit","pos","savepos","loadpos","tppos [num] [num] [num]","pmspam [plr] [msg]","unpmspam","wsvis [num]","bringobj [obj] / [num]","cbring [plr] / [num]","uncbring","cfreeze [plr]","uncfreeze / [plr]","unattach","reach [on/off] / [num]","droptool / [tool]","drophats","hidecmdbar","showcmdbar","prefix [key]","removeinvis","removefog","animation [id/gui] / [speed]","btools","esp [plr]","unesp / [plr]","dice","random [min] [max]","closegame","savetool / [tool]","loadtool / [tool]","savealltool","loadalltool","clicktp / [key]","clickdel / [key]","unclicktp","unclickdel","oof","chatlogs","stopadmin","freecam / [speed] // fc / [speed]","unfreecam // unfc","gotofc","cmds","fullcredits","hotkey [key] [cmd]","removehotkey [key]","removeallhotkey","printhotkeys","os [plr]","spin [plr]","unspin","fctp [plr]","explorer","maxzoom [num]","stare [plr]","unstare [plr]","tempgod","void [plr]","freefall [plr]","version","shiftlockon","copychat [plr]","newattach [plr]","newkill [plr]","newbring [plr]","spawn [ws/jp/hh/god] [num]","unspawn","autosavetool [on/off]","beginbot / [mode]","endbot / [mode]","stopsit","gosit","spawnpoint","nospawn","chaterror", "bypass [on/off]", "fixcam", "gotoobj [obj]", "breakcam", "inviscam", "printobj / [key]", "unprintobj", "hotkeyfc [goto/unfc]", "carpet [plr]", "uncarpet", "brickcreate [num] / [pos] [pos] [pos]", "uncopychat", "forward / [speed]", "unforward", "id [plr]", "spinhats / [pow]", "unspinhats", "headless", "savemap", "loadmap", "creatorid", "gameid", "delobj [obj]", "glide [plr] / [speed]", "stutter [on/off]", "platform", "servertime", "ride [plr]", "unride", "cmute [plr]", "uncmute", "hat [plr]", "unhat", "chat [msg]"} -- 168
  8250. local CMDS_GUI_V2 = Instance.new("ScreenGui")
  8251. local CMDSmain = Instance.new("Frame")
  8252. local CMDSframemain = Instance.new("Frame")
  8253. local cmdgui_topframe = Instance.new("Frame")
  8254. local closecmdsgui = Instance.new("TextButton")
  8255. local cmdgui_midframe = Instance.new("Frame")
  8256. local cmdsgui_SearchFunction = Instance.new("TextBox")
  8257. local cmdsgui_searchDETAILFRAME = Instance.new("Frame")
  8258. local cmdsgui_searchDETAILTEXT = Instance.new("TextLabel")
  8259. local ListofCMDS = Instance.new("ScrollingFrame")
  8260. local cmdTutorial = Instance.new("TextLabel")
  8261. local cmdTutorial_2 = Instance.new("TextLabel")
  8262. local cmdTutorial_3 = Instance.new("TextLabel")
  8263. local CMDS_Shadow = Instance.new("Frame")
  8264. local CMDS_Shadow2 = Instance.new("Frame")
  8265. CMDS_GUI_V2.Name = "CMDS_GUI_V2"
  8266. CMDS_GUI_V2.Parent = game.Players.LocalPlayer.PlayerGui
  8267. CMDS_GUI_V2.ResetOnSpawn = false
  8268. CMDSmain.Name = "CMDSmain"
  8269. CMDSmain.Parent = CMDS_GUI_V2
  8270. CMDSmain.BackgroundColor3 = Color3.new(1, 1, 1)
  8271. CMDSmain.BackgroundTransparency = 1
  8272. CMDSmain.Position = UDim2.new(0, 695, 0, 297)
  8273. CMDSmain.Size = UDim2.new(0, 440, 0, 367)
  8274. CMDSmain.AnchorPoint = Vector2.new(0.5, 0.5)
  8275. CMDSmain.Visible = false
  8276. CMDSmain.ClipsDescendants = true
  8277. CMDSframemain.Name = "CMDSframemain"
  8278. CMDSframemain.Parent = CMDSmain
  8279. CMDSframemain.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  8280. CMDSframemain.BorderSizePixel = 0
  8281. CMDSframemain.Size = UDim2.new(0, 440, 0, 367)
  8282. cmdgui_topframe.Name = "cmdgui_topframe"
  8283. cmdgui_topframe.Parent = CMDSframemain
  8284. cmdgui_topframe.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  8285. cmdgui_topframe.BorderSizePixel = 0
  8286. cmdgui_topframe.Size = UDim2.new(0, 440, 0, 15)
  8287. closecmdsgui.Name = "closecmdsgui"
  8288. closecmdsgui.Parent = cmdgui_topframe
  8289. closecmdsgui.BackgroundColor3 = Color3.new(1, 1, 1)
  8290. closecmdsgui.BackgroundTransparency = 1
  8291. closecmdsgui.Position = UDim2.new(0, 410, 0, 0)
  8292. closecmdsgui.Size = UDim2.new(0, 30, 0, 15)
  8293. closecmdsgui.Font = Enum.Font.SourceSansBold
  8294. closecmdsgui.Text = "X"
  8295. closecmdsgui.TextColor3 = Color3.new(0.968628, 0.968628, 0.968628)
  8296. closecmdsgui.TextSize = 20
  8297. cmdgui_midframe.Name = "cmdgui_midframe"
  8298. cmdgui_midframe.Parent = CMDSframemain
  8299. cmdgui_midframe.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  8300. cmdgui_midframe.BorderSizePixel = 0
  8301. cmdgui_midframe.Position = UDim2.new(0, 0, 0, 15)
  8302. cmdgui_midframe.Size = UDim2.new(0, 440, 0, 45)
  8303. cmdsgui_SearchFunction.Name = "cmdsgui_SearchFunction"
  8304. cmdsgui_SearchFunction.Parent = cmdgui_midframe
  8305. cmdsgui_SearchFunction.BackgroundColor3 = Color3.new(1, 1, 1)
  8306. cmdsgui_SearchFunction.BackgroundTransparency = 1
  8307. cmdsgui_SearchFunction.BorderSizePixel = 0
  8308. cmdsgui_SearchFunction.Position = UDim2.new(0, 120, 0, 10)
  8309. cmdsgui_SearchFunction.Size = UDim2.new(0, 200, 0, 25)
  8310. cmdsgui_SearchFunction.Font = Enum.Font.SourceSans
  8311. cmdsgui_SearchFunction.Text = ""
  8312. cmdsgui_SearchFunction.TextColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  8313. cmdsgui_SearchFunction.TextScaled = true
  8314. cmdsgui_SearchFunction.TextSize = 14
  8315. cmdsgui_SearchFunction.TextWrapped = true
  8316. cmdsgui_searchDETAILFRAME.Name = "cmdsgui_searchDETAILFRAME"
  8317. cmdsgui_searchDETAILFRAME.Parent = cmdsgui_SearchFunction
  8318. cmdsgui_searchDETAILFRAME.BackgroundColor3 = Color3.fromRGB(240, 240, 240)
  8319. cmdsgui_searchDETAILFRAME.BorderSizePixel = 0
  8320. cmdsgui_searchDETAILFRAME.Position = UDim2.new(0, 0, 0, 25)
  8321. cmdsgui_searchDETAILFRAME.Size = UDim2.new(0, 200, 0, 2)
  8322. cmdsgui_searchDETAILTEXT.Name = "cmdsgui_searchDETAILTEXT"
  8323. cmdsgui_searchDETAILTEXT.Parent = cmdsgui_SearchFunction
  8324. cmdsgui_searchDETAILTEXT.BackgroundColor3 = Color3.fromRGB(240, 240, 240)
  8325. cmdsgui_searchDETAILTEXT.BackgroundTransparency = 1
  8326. cmdsgui_searchDETAILTEXT.Size = UDim2.new(0, 200, 0, 25)
  8327. cmdsgui_searchDETAILTEXT.Font = Enum.Font.SourceSansLight
  8328. cmdsgui_searchDETAILTEXT.Text = "Search"
  8329. cmdsgui_searchDETAILTEXT.TextColor3 = Color3.fromRGB(240, 240, 240)
  8330. cmdsgui_searchDETAILTEXT.TextSize = 30
  8331. ListofCMDS.Name = "ListofCMDS"
  8332. ListofCMDS.Parent = CMDSframemain
  8333. ListofCMDS.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  8334. ListofCMDS.BorderSizePixel = 0
  8335. ListofCMDS.Position = UDim2.new(0, 0, 0, 60)
  8336. ListofCMDS.Size = UDim2.new(0, 440, 0, 307)
  8337. ListofCMDS.CanvasSize = UDim2.new(5, 0, 8, 0)
  8338. ListofCMDS.ScrollingDirection = Enum.ScrollingDirection.XY
  8339. cmdTutorial.Name = "cmdTutorial"
  8340. cmdTutorial.Parent = ListofCMDS
  8341. cmdTutorial.BackgroundColor3 = Color3.new(1, 1, 1)
  8342. cmdTutorial.BackgroundTransparency = 1
  8343. cmdTutorial.BorderSizePixel = 0
  8344. cmdTutorial.Position = UDim2.new(0, 5, 0, 5)
  8345. cmdTutorial.Size = UDim2.new(0, 420, 0, 20)
  8346. cmdTutorial.Font = Enum.Font.SourceSansBold
  8347. cmdTutorial.Text = "\"/\" means OPTIONAL argument after"
  8348. cmdTutorial.TextColor3 = Color3.new(0.956863, 0.956863, 0.956863)
  8349. cmdTutorial.TextScaled = true
  8350. cmdTutorial.TextSize = 14
  8351. cmdTutorial.TextWrapped = true
  8352. cmdTutorial.TextXAlignment = Enum.TextXAlignment.Left
  8353. cmdTutorial_2.Name = "cmdTutorial"
  8354. cmdTutorial_2.Parent = ListofCMDS
  8355. cmdTutorial_2.BackgroundColor3 = Color3.new(1, 1, 1)
  8356. cmdTutorial_2.BackgroundTransparency = 1
  8357. cmdTutorial_2.BorderSizePixel = 0
  8358. cmdTutorial_2.Position = UDim2.new(0, 5, 0, 25)
  8359. cmdTutorial_2.Size = UDim2.new(0, 420, 0, 20)
  8360. cmdTutorial_2.Font = Enum.Font.SourceSansBold
  8361. cmdTutorial_2.Text = "\"//\" means another way of running command"
  8362. cmdTutorial_2.TextColor3 = Color3.new(0.956863, 0.956863, 0.956863)
  8363. cmdTutorial_2.TextScaled = true
  8364. cmdTutorial_2.TextSize = 14
  8365. cmdTutorial_2.TextWrapped = true
  8366. cmdTutorial_2.TextXAlignment = Enum.TextXAlignment.Left
  8367. cmdTutorial_3.Name = "cmdTutorial"
  8368. cmdTutorial_3.Parent = ListofCMDS
  8369. cmdTutorial_3.BackgroundColor3 = Color3.new(1, 1, 1)
  8370. cmdTutorial_3.BackgroundTransparency = 1
  8371. cmdTutorial_3.BorderSizePixel = 0
  8372. cmdTutorial_3.Position = UDim2.new(0, 5, 0, 45)
  8373. cmdTutorial_3.Size = UDim2.new(0, 420, 0, 20)
  8374. cmdTutorial_3.Font = Enum.Font.SourceSansBold
  8375. cmdTutorial_3.Text = "Anything inside \"[ ]\" is an argument for the command"
  8376. cmdTutorial_3.TextColor3 = Color3.new(0.956863, 0.956863, 0.956863)
  8377. cmdTutorial_3.TextScaled = true
  8378. cmdTutorial_3.TextSize = 14
  8379. cmdTutorial_3.TextWrapped = true
  8380. cmdTutorial_3.TextXAlignment = Enum.TextXAlignment.Left
  8381. CMDS_Shadow.Name = "CMDS_Shadow"
  8382. CMDS_Shadow.Parent = CMDSmain
  8383. CMDS_Shadow.BackgroundColor3 = Color3.new(0, 0, 0)
  8384. CMDS_Shadow.BackgroundTransparency = 0.60000002384186
  8385. CMDS_Shadow.BorderSizePixel = 0
  8386. CMDS_Shadow.Position = UDim2.new(0, 2, 0, 2)
  8387. CMDS_Shadow.Size = UDim2.new(0, 440, 0, 367)
  8388. CMDS_Shadow.ZIndex = -1
  8389. CMDS_Shadow2.Name = "CMDS_Shadow2"
  8390. CMDS_Shadow2.Parent = CMDSmain
  8391. CMDS_Shadow2.BackgroundColor3 = Color3.new(0, 0, 0)
  8392. CMDS_Shadow2.BackgroundTransparency = 0.80000001192093
  8393. CMDS_Shadow2.BorderSizePixel = 0
  8394. CMDS_Shadow2.Position = UDim2.new(0, 5, 0, 5)
  8395. CMDS_Shadow2.Size = UDim2.new(0, 440, 0, 367)
  8396. CMDS_Shadow2.ZIndex = -1
  8397. closecmdsgui.MouseButton1Click:Connect(function()
  8398. CMDSmain:TweenSize(UDim2.new(0, 0, 0, 0), "InOut", "Sine", 2)
  8399. end)
  8400. function CreateCMDlabel(position, text)
  8401. local sizenow = 15
  8402. local cmdHere = Instance.new("TextLabel")
  8403. cmdHere.Name = "cmdHere"
  8404. cmdHere.TextWrapped = true
  8405. cmdHere.Parent = ListofCMDS
  8406. cmdHere.BackgroundColor3 = Color3.new(1, 1, 1)
  8407. cmdHere.BackgroundTransparency = 1
  8408. cmdHere.BorderSizePixel = 0
  8409. cmdHere.Position = position
  8410. cmdHere.Size = UDim2.new(0, 1950, 0, sizenow)
  8411. cmdHere.Font = Enum.Font.SourceSans
  8412. cmdHere.Text = text
  8413. cmdHere.TextWrapped = true
  8414. cmdHere.TextColor3 = Color3.new(0.956863, 0.956863, 0.956863)
  8415. cmdHere.TextScaled = false
  8416. cmdHere.TextSize = 20
  8417. cmdHere.TextXAlignment = Enum.TextXAlignment.Left
  8418. end
  8419. for i,_cmds in pairs(searchCmds) do
  8420. CreateCMDlabel(UDim2.new(0, 5, 0, 50 + (i * 15)), _cmds)
  8421. end
  8422. local UserInputService = game:GetService("UserInputService")
  8423. local dragging
  8424. local dragInput
  8425. local dragStart
  8426. local startPos
  8427. local function updateCMDS(input)
  8428. local delta = input.Position - dragStart
  8429. local dragTime = 0.055
  8430. local SmoothDrag = {}
  8431. SmoothDrag.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  8432. local dragSmoothFunction = gsTween:Create(CMDSmain, TweenInfo.new(dragTime, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), SmoothDrag)
  8433. dragSmoothFunction:Play()
  8434. end
  8435. cmdgui_topframe.InputBegan:Connect(function(input)
  8436. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  8437. dragging = true
  8438. dragStart = input.Position
  8439. startPos = CMDSmain.Position
  8440. input.Changed:Connect(function()
  8441. if input.UserInputState == Enum.UserInputState.End then
  8442. dragging = false
  8443. end
  8444. end)
  8445. end
  8446. end)
  8447. cmdgui_topframe.InputChanged:Connect(function(input)
  8448. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  8449. dragInput = input
  8450. end
  8451. end)
  8452. cmdgui_midframe.InputBegan:Connect(function(input)
  8453. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  8454. dragging = true
  8455. dragStart = input.Position
  8456. startPos = CMDSmain.Position
  8457. input.Changed:Connect(function()
  8458. if input.UserInputState == Enum.UserInputState.End then
  8459. dragging = false
  8460. end
  8461. end)
  8462. end
  8463. end)
  8464. cmdgui_midframe.InputChanged:Connect(function(input)
  8465. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  8466. dragInput = input
  8467. end
  8468. end)
  8469. UserInputService.InputChanged:Connect(function(input)
  8470. if input == dragInput and dragging then
  8471. updateCMDS(input)
  8472. end
  8473. end)
  8474. cmdsgui_SearchFunction.Focused:Connect(function()
  8475. cmdsgui_SearchFunction.TextTransparency = 0
  8476. local searchTween = {}
  8477. searchTween.TextColor3 = Color3.new(0.0980392, 0.462745, 0.823529)
  8478. searchTween.TextSize = 18
  8479. searchTween.Position = UDim2.new(0, -70, 0, -15)
  8480. local frameTweenblue = {}
  8481. frameTweenblue.BackgroundColor3 = Color3.new(0.0980392, 0.462745, 0.823529)
  8482. local searchTween1 = gsTween:Create(cmdsgui_searchDETAILTEXT, TweenInfo.new(0.3, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), searchTween)
  8483. searchTween1:Play()
  8484. local frameTweenblue1 = gsTween:Create(cmdsgui_searchDETAILFRAME, TweenInfo.new(0.3, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), frameTweenblue)
  8485. frameTweenblue1:Play()
  8486. end)
  8487. cmdsgui_SearchFunction.FocusLost:Connect(function(enterPressed)
  8488. if not enterPressed then
  8489. cmdsgui_SearchFunction.TextTransparency = 1
  8490. else
  8491. cmdsgui_SearchFunction.Text = " "
  8492. end
  8493. local searchTween = {}
  8494. searchTween.TextColor3 = Color3.fromRGB(240, 240, 240)
  8495. searchTween.TextSize = 30
  8496. searchTween.Position = UDim2.new(0, 0, 0, 0)
  8497. local frameTweenblue = {}
  8498. frameTweenblue.BackgroundColor3 = Color3.fromRGB(240, 240, 240)
  8499. local searchTween1 = gsTween:Create(cmdsgui_searchDETAILTEXT, TweenInfo.new(0.3, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), searchTween)
  8500. searchTween1:Play()
  8501. local frameTweenblue1 = gsTween:Create(cmdsgui_searchDETAILFRAME, TweenInfo.new(0.3, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), frameTweenblue)
  8502. frameTweenblue1:Play()
  8503. end)
  8504. cmdsgui_SearchFunction.Changed:Connect(function()
  8505. local index = 0
  8506. if cmdsgui_SearchFunction.Text ~= "" then
  8507. for i,v in pairs(ListofCMDS:GetChildren()) do
  8508. if v.Name == "cmdHere" then
  8509. if not string.find(v.Text, cmdsgui_SearchFunction.Text) then
  8510. v.Visible = false
  8511. else
  8512. v.Visible = true
  8513. index = index + 1
  8514. v.Position = UDim2.new(0, 5, 0, 50 + (index * 15))
  8515. end
  8516. end
  8517. end
  8518. end
  8519. end)
  8520.  
  8521. -- Command Execution
  8522. LP.Chatted:Connect(function(chat)
  8523. run(chat)
  8524. end)
  8525.  
  8526. function run(msg)
  8527. if string.lower(string.sub(msg, 2, 5)) == "chat" then
  8528. msg = msg
  8529. elseif string.match(msg, "hotkey") and string.match(msg, "chat") then
  8530. msg = msg
  8531. else
  8532. msg = string.lower(msg)
  8533. end
  8534. local cmdPrefix = string.sub(msg, 1, 1)
  8535. if cmdPrefix == commandPrefix then
  8536. msg = string.sub(msg, 2)
  8537. local args = {}
  8538. for arg in string.gmatch(msg,"[^%s]+") do
  8539. table.insert(args,arg)
  8540. end
  8541. local cmdName = args[1]
  8542. table.remove(args,1)
  8543. local doCmd = Commands[cmdName]
  8544.  
  8545. if doCmd ~= nil then
  8546. doCmd(args)
  8547. end
  8548. end
  8549. end
  8550.  
  8551. -- Command bar
  8552. local CommandBar = Instance.new("ScreenGui")
  8553. local CMDBAR = Instance.new("Frame")
  8554. local CMDBARText = Instance.new("TextBox")
  8555. CommandBar.Name = "CommandBar"
  8556. CommandBar.Parent = game.Players.LocalPlayer.PlayerGui
  8557. CommandBar.ResetOnSpawn = false
  8558. CMDBAR.Name = "CMDBAR"
  8559. CMDBAR.Parent = CommandBar
  8560. CMDBAR.BackgroundColor3 = Color3.new(0.164706, 0.152941, 0.172549)
  8561. CMDBAR.BorderSizePixel = 0
  8562. CMDBAR.Position = UDim2.new(0.025, 0, 1, 0)
  8563. CMDBAR.Size = UDim2.new(0, 270, 0, 35)
  8564. CMDBARText.Name = "CMDBARText"
  8565. CMDBARText.Parent = CMDBAR
  8566. CMDBARText.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  8567. CMDBARText.BorderSizePixel = 0
  8568. CMDBARText.Position = UDim2.new(0, 5, 0, 5)
  8569. CMDBARText.Size = UDim2.new(0, 260, 0, 25)
  8570. CMDBARText.Font = Enum.Font.SourceSansLight
  8571. CMDBARText.Text = ""
  8572. CMDBARText.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333)
  8573. CMDBARText.TextScaled = true
  8574. CMDBARText.TextSize = 14
  8575. CMDBARText.TextWrapped = true
  8576. Mouse.KeyDown:connect(function(Key)
  8577. if Key == string.lower(commandPrefix) then
  8578. CMDBARText:CaptureFocus()
  8579. CMDBAR:TweenPosition(UDim2.new(0.015, 0, 0.95, 0), "Out", "Elastic", 0.5, true)
  8580. end
  8581. end)
  8582. CMDBARText.FocusLost:connect(function(enterPressed)
  8583. CMDBAR:TweenPosition(UDim2.new(0.015, 0, 1, 0), "Out", "Quad", 0.5, true)
  8584. if enterPressed then
  8585. local cmdmsg = CMDBARText.Text
  8586. CMDBARText.Text = ""
  8587. run(commandPrefix..cmdmsg)
  8588. end
  8589. end)
  8590. local Match = Instance.new("Frame")
  8591. Match.Name = "Match"
  8592. Match.Parent = CMDBAR
  8593. Match.BackgroundColor3 = Color3.new(0.164706, 0.152941, 0.172549)
  8594. Match.BorderSizePixel = 0
  8595. Match.Position = UDim2.new(0, 0, -4, 0)
  8596. Match.Size = UDim2.new(1, 0, 4, 0)
  8597. Match.Visible = false
  8598. function CreateOption(Text)
  8599. local Option1 = Instance.new("TextLabel")
  8600. Option1.Name = "Option"
  8601. Option1.Parent = Match
  8602. Option1.BackgroundColor3 = Color3.new(1, 1, 1)
  8603. Option1.BackgroundTransparency = 1
  8604. Option1.Position = UDim2.new(-10, 0, 0, 0)
  8605. Option1.Size = UDim2.new(1, 0, 0, 20)
  8606. Option1.Font = Enum.Font.SourceSans
  8607. Option1.Text = Text
  8608. Option1.TextColor3 = Color3.new(0.952941, 0.952941, 0.952941)
  8609. Option1.TextScaled = true
  8610. Option1.TextWrapped = true
  8611. end
  8612. for i,cmdtext2 in pairs(CMDS) do
  8613. CreateOption(cmdtext2)
  8614. end
  8615. CMDBARText.Changed:Connect(function()
  8616. if CMDBARText.Text ~= "" and CMDBARText.Text ~= commandPrefix then
  8617. Match.Visible = true
  8618. local PositionMatch = 0
  8619. for i,cmdtext in pairs(Match:GetChildren()) do
  8620. if cmdtext.Name == "Option" then
  8621. if string.find(cmdtext.Text, CMDBARText.Text) then
  8622. cmdtext.Position = UDim2.new(0, 0, 0, 2 + (PositionMatch * 20))
  8623. PositionMatch = PositionMatch + 1
  8624. if cmdtext.Position == UDim2.new(0, 0, 0, 142) then
  8625. cmdtext.Position = UDim2.new(-10, 0, 0, 0)
  8626. PositionMatch = PositionMatch - 1
  8627. end
  8628. else
  8629. cmdtext.Position = UDim2.new(-10, 0, 0, 0)
  8630. end
  8631. end
  8632. end
  8633. else
  8634. Match.Visible = false
  8635. end
  8636. end)
  8637.  
  8638. -- Chat
  8639. local ChatLogsv2 = Instance.new("ScreenGui")
  8640. local MainChatFrame = Instance.new("Frame")
  8641. local Framess = Instance.new("Frame")
  8642. local CloseChatGUI = Instance.new("TextButton")
  8643. local Frame_222 = Instance.new("Frame")
  8644. local PrintChat = Instance.new("TextButton")
  8645. local Shadow1 = Instance.new("Frame")
  8646. local Shadow2 = Instance.new("Frame")
  8647. local ScrollingFrame = Instance.new("ScrollingFrame")
  8648. ChatLogsv2.Name = "ChatLogsv2"
  8649. ChatLogsv2.Parent = game.Players.LocalPlayer.PlayerGui
  8650. ChatLogsv2.ResetOnSpawn = false
  8651. MainChatFrame.Name = "MainChatFrame"
  8652. MainChatFrame.Parent = ChatLogsv2
  8653. MainChatFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  8654. MainChatFrame.BackgroundTransparency = 1
  8655. MainChatFrame.Position = UDim2.new(0, 760, 0, 261)
  8656. MainChatFrame.Size = UDim2.new(0, 525, 0, 337)
  8657. MainChatFrame.Visible = false
  8658. Framess.Parent = MainChatFrame
  8659. Framess.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  8660. Framess.BorderSizePixel = 0
  8661. Framess.Size = UDim2.new(0, 525, 0, 15)
  8662. CloseChatGUI.Name = "CloseChatGUI"
  8663. CloseChatGUI.Parent = Framess
  8664. CloseChatGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  8665. CloseChatGUI.BackgroundTransparency = 1
  8666. CloseChatGUI.BorderSizePixel = 0
  8667. CloseChatGUI.Position = UDim2.new(0, 495, 0, 0)
  8668. CloseChatGUI.Size = UDim2.new(0, 30, 0, 15)
  8669. CloseChatGUI.Font = Enum.Font.SourceSansBold
  8670. CloseChatGUI.Text = "X"
  8671. CloseChatGUI.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
  8672. CloseChatGUI.TextSize = 20
  8673. Frame_222.Parent = MainChatFrame
  8674. Frame_222.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  8675. Frame_222.BorderSizePixel = 0
  8676. Frame_222.Position = UDim2.new(0, 0, 0, 15)
  8677. Frame_222.Size = UDim2.new(0, 525, 0, 50)
  8678. PrintChat.Name = "PrintChat"
  8679. PrintChat.Parent = Frame_222
  8680. PrintChat.BackgroundColor3 = Color3.new(0.870588, 0.25098, 0.25098)
  8681. PrintChat.BorderSizePixel = 0
  8682. PrintChat.Position = UDim2.new(0, 15, 0, 0)
  8683. PrintChat.Size = UDim2.new(0, 170, 0, 30)
  8684. PrintChat.Font = Enum.Font.SourceSansLight
  8685. PrintChat.Text = "Print Chat"
  8686. PrintChat.TextColor3 = Color3.new(0.960784, 0.960784, 0.960784)
  8687. PrintChat.TextSize = 30
  8688. PrintChat.TextWrapped = true
  8689. Shadow1.Name = "Shadow1"
  8690. Shadow1.Parent = MainChatFrame
  8691. Shadow1.BackgroundColor3 = Color3.new(0, 0, 0)
  8692. Shadow1.BackgroundTransparency = 0.5
  8693. Shadow1.Position = UDim2.new(0, 2, 0, 2)
  8694. Shadow1.Size = UDim2.new(0, 525, 0, 337)
  8695. Shadow1.ZIndex = -1
  8696. Shadow2.Name = "Shadow2"
  8697. Shadow2.Parent = MainChatFrame
  8698. Shadow2.BackgroundColor3 = Color3.new(0, 0, 0)
  8699. Shadow2.BackgroundTransparency = 0.80000001192093
  8700. Shadow2.Position = UDim2.new(0, 5, 0, 5)
  8701. Shadow2.Size = UDim2.new(0, 525, 0, 337)
  8702. Shadow2.ZIndex = -1
  8703. ScrollingFrame.Parent = MainChatFrame
  8704. ScrollingFrame.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  8705. ScrollingFrame.BorderSizePixel = 0
  8706. ScrollingFrame.Position = UDim2.new(0, 0, 0, 65)
  8707. ScrollingFrame.Size = UDim2.new(0, 525, 0, 271)
  8708. ScrollingFrame.CanvasPosition = Vector2.new(0, 403)
  8709. ScrollingFrame.ScrollBarThickness = 8
  8710. function CreateChatText(plr, chat)
  8711. for i,v in pairs(ScrollingFrame:GetDescendants()) do
  8712. v.Position = v.Position - UDim2.new(0, 0, 0, 20)
  8713. if v.Position == UDim2.new(0, 5, 0, 10) then
  8714. v:Destroy()
  8715. end
  8716. end
  8717. local Example = Instance.new("TextLabel")
  8718. Example.Name = "Example"
  8719. Example.Parent = ScrollingFrame
  8720. Example.BackgroundColor3 = Color3.new(1, 1, 1)
  8721. Example.BackgroundTransparency = 1
  8722. Example.Position = UDim2.new(0, 5, 0, 650)
  8723. Example.Size = UDim2.new(0, 500, 0, 20)
  8724. Example.Font = Enum.Font.SourceSans
  8725. Example.Text = "["..plr.Name.."]: "..chat
  8726. Example.TextColor3 = Color3.new(0.960784, 0.960784, 0.960784)
  8727. Example.TextScaled = true
  8728. Example.TextSize = 20
  8729. Example.TextWrapped = true
  8730. Example.TextXAlignment = Enum.TextXAlignment.Left
  8731. end
  8732. CloseChatGUI.MouseButton1Click:Connect(function()
  8733. MainChatFrame:TweenPosition(UDim2.new(0, 550, 0, -550), "InOut", "Sine", 2)
  8734. wait(2.01)
  8735. MainChatFrame.Visible = false
  8736. end)
  8737. printingChat = false
  8738. PrintChat.MouseButton1Click:Connect(function()
  8739. if printingChat == false then
  8740. printingChat = true
  8741. PrintChat.BackgroundColor3 = Color3.fromRGB(60, 200, 60)
  8742. elseif printingChat == true then
  8743. printingChat = false
  8744. PrintChat.BackgroundColor3 = Color3.new(0.870588, 0.25098, 0.25098)
  8745. end
  8746. end)
  8747. local UserInputService = game:GetService("UserInputService")
  8748. local dragging
  8749. local dragInput
  8750. local dragStart
  8751. local startPos
  8752. local function updateChat(input)
  8753. local delta = input.Position - dragStart
  8754. local dragTime = 0.055
  8755. local SmoothDrag = {}
  8756. SmoothDrag.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  8757. local dragSmoothFunction = gsTween:Create(MainChatFrame, TweenInfo.new(dragTime, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), SmoothDrag)
  8758. dragSmoothFunction:Play()
  8759. end
  8760. Frame_222.InputBegan:Connect(function(input)
  8761. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  8762. dragging = true
  8763. dragStart = input.Position
  8764. startPos = MainChatFrame.Position
  8765. input.Changed:Connect(function()
  8766. if input.UserInputState == Enum.UserInputState.End then
  8767. dragging = false
  8768. end
  8769. end)
  8770. end
  8771. end)
  8772. Frame_222.InputChanged:Connect(function(input)
  8773. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  8774. dragInput = input
  8775. end
  8776. end)
  8777. UserInputService.InputChanged:Connect(function(input)
  8778. if input == dragInput and dragging then
  8779. updateChat(input)
  8780. end
  8781. end)
  8782.  
  8783. function printChat(player, chat)
  8784. print("["..player.Name.."]: "..chat)
  8785. end
  8786. complimentReady = true
  8787. for i,currentPlayersChatting in pairs(game:GetService("Players"):GetPlayers()) do
  8788. currentPlayersChatting.Chatted:connect(function(chat)
  8789. CreateChatText(currentPlayersChatting, chat)
  8790. if printingChat then
  8791. printChat(currentPlayersChatting, chat)
  8792. end
  8793. if copychatACTIVE then
  8794. if currentPlayersChatting == copychatplayer then
  8795. gsReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(chat, "All")
  8796. end
  8797. end
  8798. if modeFling == true then
  8799. if string.lower(string.sub(chat, 1, 7)) == "!fling " then
  8800. if gsWorkspace:PGSIsEnabled() == false then
  8801. FEGodmode()
  8802. end
  8803. if string.lower(string.sub(chat, 8)) == "me" then
  8804. run(commandPrefix.."unfling")
  8805. LP.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + Vector3.new(0, 10, 0)
  8806. run(commandPrefix.."fling "..currentPlayersChatting.Name.." 2000000")
  8807. else
  8808. for i,notAll in pairs(findSinglePlayer(string.lower(string.sub(chat, 8)))) do
  8809. if notAll ~= LP then
  8810. run(commandPrefix.."unfling")
  8811. LP.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + Vector3.new(0, 10, 0)
  8812. run(commandPrefix.."fling "..notAll.Name.." 2000000")
  8813. end
  8814. end
  8815. end
  8816. end
  8817. end
  8818. if modeCompliment == true then
  8819. if string.lower(string.sub(chat, 1, 3)) == "!c " then
  8820. if complimentReady then
  8821. complimentReady = false
  8822. if string.lower(string.sub(chat, 4)) == "me" then
  8823. complimentplr(currentPlayersChatting)
  8824. else
  8825. for i,Others in pairs(findSinglePlayer(string.lower(string.sub(chat, 4)))) do
  8826. if Others == LP then
  8827. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Don't be silly, I can't compliment myself!", "All")
  8828. else
  8829. complimentplr(Others)
  8830. end
  8831. end
  8832. end
  8833. wait(1)
  8834. complimentReady = true
  8835. end
  8836. end
  8837. end
  8838. if modeMove == true then
  8839. if string.lower(string.sub(chat, 1, 9)) == "!bringbot" then
  8840. run(commandPrefix.."unfollow")
  8841. run(commandPrefix.."unwalk")
  8842. run(commandPrefix.."goto "..currentPlayersChatting.Name)
  8843. elseif string.lower(string.sub(chat, 1, 6)) == "!walk " then
  8844. for i,getWalkPlayer in pairs(findSinglePlayer(string.lower(string.sub(chat, 7)))) do
  8845. if getWalkPlayer == LP then
  8846. run(commandPrefix.."unfollow")
  8847. run(commandPrefix.."walk "..currentPlayersChatting.Name)
  8848. else
  8849. run(commandPrefix.."unfollow")
  8850. run(commandPrefix.."walk "..getWalkPlayer.Name)
  8851. end
  8852. end
  8853. elseif string.lower(string.sub(chat, 1, 8)) == "!follow " then
  8854. for i,getFollowPlayer in pairs(findSinglePlayer(string.lower(string.sub(chat, 9)))) do
  8855. if getFollowPlayer == LP then
  8856. run(commandPrefix.."unwalk")
  8857. run(commandPrefix.."follow "..currentPlayersChatting.Name)
  8858. else
  8859. run(commandPrefix.."unwalk")
  8860. run(commandPrefix.."follow "..getFollowPlayer.Name)
  8861. end
  8862. end
  8863. end
  8864. end
  8865. if modeInfo == true then
  8866. if infoReady then
  8867. infoReady = false
  8868. if string.lower(string.sub(chat, 1, 5)) == "!age " then
  8869. for i,v in pairs(findSinglePlayer(string.lower(string.sub(chat, 6)))) do
  8870. if v == LP then
  8871. run(commandPrefix.."age "..currentPlayersChatting.Name)
  8872. else
  8873. run(commandPrefix.."age "..v.Name)
  8874. end
  8875. end
  8876. end
  8877. if string.lower(string.sub(chat, 1, 4)) == "!id " then
  8878. for i,a in pairs(findSinglePlayer(string.lower(string.sub(chat, 5)))) do
  8879. if a == LP then
  8880. run(commandPrefix.."id "..currentPlayersChatting.Name)
  8881. else
  8882. run(commandPrefix.."id "..a.Name)
  8883. end
  8884. end
  8885. end
  8886. wait(1)
  8887. infoReady = true
  8888. end
  8889. end
  8890. end)
  8891. end
  8892. game:GetService("Players").PlayerAdded:connect(function(plr)
  8893. plr.Chatted:connect(function(chat)
  8894. CreateChatText(plr, chat)
  8895. if printingChat then
  8896. printChat(plr, chat)
  8897. end
  8898. if modeFling == true then
  8899. if string.lower(string.sub(chat, 1, 7)) == "!fling " then
  8900. if gsWorkspace:PGSIsEnabled() == false then
  8901. FEGodmode()
  8902. end
  8903. if string.lower(string.sub(chat, 8)) == "me" then
  8904. run(commandPrefix.."unfling")
  8905. LP.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + Vector3.new(0, 10, 0)
  8906. run(commandPrefix.."fling "..plr.Name.." 2000000")
  8907. else
  8908. for i,notAll in pairs(findSinglePlayer(string.lower(string.sub(chat, 8)))) do
  8909. if notAll ~= LP then
  8910. run(commandPrefix.."unfling")
  8911. LP.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + Vector3.new(0, 10, 0)
  8912. run(commandPrefix.."fling "..notAll.Name.." 2000000")
  8913. end
  8914. end
  8915. end
  8916. end
  8917. end
  8918. if modeCompliment == true then
  8919. if string.lower(string.sub(chat, 1, 3)) == "!c " then
  8920. if complimentReady == true then
  8921. complimentReady = false
  8922. if string.lower(string.sub(chat, 4)) == "me" then
  8923. complimentplr(plr)
  8924. else
  8925. for i,Others in pairs(findSinglePlayer(string.lower(string.sub(chat, 4)))) do
  8926. if Others == LP then
  8927. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Don't be silly, I can't compliment myself!", "All")
  8928. else
  8929. complimentplr(Others)
  8930. end
  8931. end
  8932. end
  8933. wait(1)
  8934. complimentReady = true
  8935. end
  8936. end
  8937. end
  8938. if modeMove == true then
  8939. if string.lower(string.sub(chat, 1, 9)) == "!bringbot" then
  8940. run(commandPrefix.."unfollow")
  8941. run(commandPrefix.."unwalk")
  8942. run(commandPrefix.."goto "..plr.Name)
  8943. elseif string.lower(string.sub(chat, 1, 6)) == "!walk " then
  8944. for i,getWalkPlayer in pairs(findSinglePlayer(string.lower(string.sub(chat, 7)))) do
  8945. if getWalkPlayer == LP then
  8946. run(commandPrefix.."unfollow")
  8947. run(commandPrefix.."walk "..plr.Name)
  8948. else
  8949. run(commandPrefix.."unfollow")
  8950. run(commandPrefix.."walk "..getWalkPlayer.Name)
  8951. end
  8952. end
  8953. elseif string.lower(string.sub(chat, 1, 8)) == "!follow " then
  8954. for i,getFollowPlayer in pairs(findSinglePlayer(string.lower(string.sub(chat, 9)))) do
  8955. if getFollowPlayer == LP then
  8956. run(commandPrefix.."unwalk")
  8957. run(commandPrefix.."follow "..plr.Name)
  8958. else
  8959. run(commandPrefix.."unwalk")
  8960. run(commandPrefix.."follow "..getFollowPlayer.Name)
  8961. end
  8962. end
  8963. end
  8964. end
  8965. if modeInfo == true then
  8966. if infoReady then
  8967. infoReady = false
  8968. if string.lower(string.sub(chat, 1, 5)) == "!age " then
  8969. for i,v in pairs(findSinglePlayer(string.lower(string.sub(chat, 6)))) do
  8970. if v == LP then
  8971. run(commandPrefix.."age "..plr.Name)
  8972. else
  8973. run(commandPrefix.."age "..v.Name)
  8974. end
  8975. end
  8976. end
  8977. if string.lower(string.sub(chat, 1, 4)) == "!id " then
  8978. for i,a in pairs(findSinglePlayer(string.lower(string.sub(chat, 5)))) do
  8979. if a == LP then
  8980. run(commandPrefix.."id "..plr.Name)
  8981. else
  8982. run(commandPrefix.."id "..a.Name)
  8983. end
  8984. end
  8985. end
  8986. wait(1)
  8987. infoReady = true
  8988. end
  8989. end
  8990. end)
  8991. end)
  8992.  
  8993. -- Loops
  8994. noclip = false
  8995. following = false
  8996. trailing = false
  8997. annoying = false
  8998. flingnoclip = false
  8999. staring = false
  9000. stopsitting = false
  9001. stareplr = ""
  9002. CBRINGamount = 3
  9003. spawnWS = CurrentWalkspeed
  9004. spawnJP = CurrentJumppower
  9005. spawnHH = CurrentHipheight
  9006. spawningfegod = false
  9007. looptpbypassfly = false
  9008. if game.GameId == 245662005 or game.GameId == 601130232 then
  9009. bypassMODE = true
  9010. else
  9011. bypassMODE = false
  9012. end
  9013. viewplr = ""
  9014. loopview = false
  9015. cmdForward = false
  9016. forwardSpeed = 1
  9017. loopviewfc = false
  9018. spinTOhead = false
  9019. spinObj = ""
  9020. rideACTIVE = false
  9021. ridePLAYER = ""
  9022.  
  9023. LPcurrenthumanoid = LP.Character.Humanoid
  9024. game:GetService('RunService').Stepped:connect(function()
  9025. if LP.Character.Humanoid ~= nil then
  9026. LPcurrenthumanoid = LP.Character.Humanoid
  9027. end
  9028. if noclip then
  9029. if LP.Character then
  9030. if LP.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  9031. LP.Character.Head.CanCollide = false
  9032. LP.Character.Torso.CanCollide = false
  9033. LP.Character["Left Leg"].CanCollide = false
  9034. LP.Character["Right Leg"].CanCollide = false
  9035. LP.Character["Left Arm"].CanCollide = false
  9036. LP.Character["Right Arm"].CanCollide = false
  9037. elseif LP.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  9038. LP.Character.Head.CanCollide = false
  9039. LP.Character.UpperTorso.CanCollide = false
  9040. LP.Character.LowerTorso.CanCollide = false
  9041. LP.Character.HumanoidRootPart.CanCollide = false
  9042. end
  9043. end
  9044. end
  9045. if following then
  9046. LP.Character.HumanoidRootPart.CFrame = gsPlayers[flwplr.Name].Character.HumanoidRootPart.CFrame + gsPlayers[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * flwnum
  9047. end
  9048. if trailing then
  9049. LP.Character.HumanoidRootPart.CFrame = gsPlayers[trlplr.Name].Character.HumanoidRootPart.CFrame + gsPlayers[trlplr.Name].Character.HumanoidRootPart.CFrame.lookVector * trlnum
  9050. end
  9051. if annoying then
  9052. LP.Character.HumanoidRootPart.CFrame = gsPlayers[annplr.Name].Character.HumanoidRootPart.CFrame
  9053. end
  9054. if walkto then
  9055. LP.Character.Humanoid:MoveTo(walkplr.Character.HumanoidRootPart.Position)
  9056. end
  9057. if cbringing then
  9058. CBRINGplr.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + LP.Character.HumanoidRootPart.CFrame.lookVector * CBRINGamount
  9059. end
  9060. if cbringingall then
  9061. for i,getbringplrs in pairs(gsPlayers:GetPlayers()) do
  9062. if getbringplrs ~= LP then
  9063. getbringplrs.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + LP.Character.HumanoidRootPart.CFrame.lookVector * CBRINGamount
  9064. end
  9065. end
  9066. end
  9067. if staring then
  9068. LP.Character.HumanoidRootPart.CFrame = CFrame.new(LP.Character.Torso.Position, gsPlayers[stareplr.Name].Character.Torso.Position)
  9069. end
  9070. if stopsitting then
  9071. LP.Character.Humanoid.Sit = false
  9072. end
  9073. if looptpbypassfly then
  9074. pcall(function()
  9075. LP.Character.Head.Anchored = false
  9076. LP.Character.HumanoidRootPart.CFrame = gsWorkspace.rGETpartNUMBER2.CFrame
  9077. LP.Character.Head.Anchored = true
  9078. end)
  9079. end
  9080. if loopview then
  9081. view(viewplr)
  9082. end
  9083. if cmdForward then
  9084. LP.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + LP.Character.HumanoidRootPart.CFrame.lookVector * forwardSpeed
  9085. end
  9086. if loopviewfc then
  9087. pcall(function()
  9088. gsWorkspace.CurrentCamera.CameraSubject = gsWorkspace.rGETpartNUMBER2
  9089. end)
  9090. end
  9091. if spinTOhead then
  9092. pcall(function()
  9093. spinObj.Position = LP.Character.Head.Position
  9094. end)
  9095. end
  9096. if rideACTIVE == true then
  9097. LP.character.HumanoidRootPart.CFrame = ridePLAYER.Character.HumanoidRootPart.CFrame + Vector3.new(0, 3, 0)
  9098. end
  9099. end)
  9100. spawningatreset = false
  9101. spawnresetpoint = LP.Character.Head.CFrame
  9102.  
  9103. LPcurrenthumanoid.Died:Connect(function()
  9104. flying = false
  9105. doFREECAM = false
  9106. if savingtoolsloop then
  9107. run(commandPrefix.."savealltool")
  9108. end
  9109. if spawningatreset == true then
  9110. spawnresetpoint = LP.Character.Head.CFrame + Vector3.new(0, 5, 0)
  9111. end
  9112. end)
  9113.  
  9114. LP.CharacterAdded:Connect(function()
  9115. wait(0.2)
  9116. LP.Character.Humanoid.WalkSpeed = spawnWS
  9117. LP.Character.Humanoid.JumpPower = spawnJP
  9118. LP.Character.Humanoid.HipHeight = spawnHH
  9119. if spawningfegod then
  9120. FEGodmode()
  9121. end
  9122. if spawningpos and spawnpos ~= nil then
  9123. LP.Character.HumanoidRootPart.CFrame = spawnpos
  9124. end
  9125. if spawningatreset == true then
  9126. LP.Character.HumanoidRootPart.CFrame = spawnresetpoint
  9127. end
  9128. end)
  9129.  
  9130. -- Commands
  9131. Commands = {}
  9132.  
  9133. Commands.print = function(args)
  9134. local msg = table.concat(args," ")
  9135. print(msg)
  9136. end
  9137.  
  9138. Commands.warn = function(args)
  9139. local msg = table.concat(args," ")
  9140. warn(msg)
  9141. end
  9142.  
  9143. Commands.sit = function(args)
  9144. LP.Character.Humanoid.Sit = true
  9145. end
  9146.  
  9147. Commands.god = function(args)
  9148. FEGodmode()
  9149. Notification("warning", "You have enabled FE Godmode, tools will not work. Use "..commandPrefix.."grespawn to remove.", 7)
  9150. end
  9151.  
  9152. Commands.view = function(args)
  9153. if args[1] then
  9154. for i,v in pairs(findSinglePlayer(args[1])) do
  9155. if bypassMODE == false then
  9156. view(v)
  9157. Notification("info", "Now viewing "..v.Name..". Use "..commandPrefix.."unview to stop viewing.", 3)
  9158. elseif bypassMODE == true then
  9159. viewplr = v
  9160. loopview = true
  9161. end
  9162. end
  9163. end
  9164. end
  9165.  
  9166. Commands.unview = function(args)
  9167. view(LP)
  9168. loopview = false
  9169. end
  9170.  
  9171. Commands.gravity = function(args)
  9172. if args[1] then
  9173. gsWorkspace.Gravity = args[1]
  9174. end
  9175. end
  9176.  
  9177. Commands.ungravity = function(args)
  9178. gsWorkspace.Gravity = CurrentGravity
  9179. end
  9180.  
  9181. Commands.goto = function(args)
  9182. if args[1] then
  9183. if bypassMODE == false then
  9184. for i,v in pairs(findPlayer(args[1])) do
  9185. LP.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame
  9186. end
  9187. elseif bypassMODE == true then
  9188. for i,v in pairs(findPlayer(args[1])) do
  9189. local TPbypass = {}
  9190. TPbypass.CFrame = v.Character.HumanoidRootPart.CFrame + Vector3.new(0, 5, 0)
  9191. local TPFunction = gsTween:Create(LP.Character.HumanoidRootPart, TweenInfo.new(1.5, Enum.EasingStyle.Sine, Enum.EasingDirection.In), TPbypass)
  9192. TPFunction:Play()
  9193. end
  9194. end
  9195. end
  9196. end
  9197.  
  9198. Commands.fecheck = function(args)
  9199. if gsWorkspace.FilteringEnabled == true then
  9200. Notification("warning", "FE is enabled!", 7)
  9201. else
  9202. Notification("warning", "FE is disabled. Consider using a different script.", 7)
  9203. end
  9204. end
  9205.  
  9206. Commands.lockws = function(args)
  9207. lockWS()
  9208. Notification("info", "Workspace locked.", 4)
  9209. end
  9210.  
  9211. Commands.unlockws = function(args)
  9212. unlockWS()
  9213. Notification("info", "Workspace unlocked.", 4)
  9214. end
  9215.  
  9216. Commands.noclip = function(args)
  9217. noclip = true
  9218. Notification("info", "Noclip enabled.", 4)
  9219. end
  9220.  
  9221. Commands.clip = function(args)
  9222. noclip = false
  9223. Notification("info", "Noclip disabled.", 4)
  9224. end
  9225.  
  9226. Commands.follow = function(args)
  9227. if args[1] then
  9228. for i,v in pairs(findPlayer(args[1])) do
  9229. flwplr = v
  9230. end
  9231. if args[2] then
  9232. flwnum = args[2]
  9233. else
  9234. flwnum = -5
  9235. end
  9236. following = true
  9237. else
  9238. Notification("warning", "No player selected to follow! Use: "..commandPrefix.."follow player", 4)
  9239. end
  9240. end
  9241.  
  9242. Commands.unfollow = function(args)
  9243. following = false
  9244. end
  9245.  
  9246. Commands.fling = function(args)
  9247. if args[1] then
  9248. for i,v in pairs(findSinglePlayer(args[1])) do
  9249. if v ~= LP then
  9250. view(v)
  9251. pcall(function()
  9252. LP.Character.HumanoidRootPart.Fling:Destroy()
  9253. end)
  9254. if not args[2] then
  9255. RocketPropulsion(800000,1000,400000,v,"Fling")
  9256. else
  9257. RocketPropulsion(args[2],1500,400000,v,"Fling")
  9258. end
  9259. if noclip ~= true then
  9260. flingnoclip = true
  9261. noclip = true
  9262. end
  9263. end
  9264. end
  9265. else
  9266. Notification("warning", "No player selected to fling! Use: "..commandPrefix.."fling player", 4)
  9267. end
  9268. end
  9269.  
  9270. Commands.unfling = function(args)
  9271. view(LP)
  9272. pcall(function()
  9273. if LP.Character.HumanoidRootPart.Fling then
  9274. for i,v in pairs(LP.Character:GetDescendants()) do
  9275. if v.Name == "Fling" and v:IsA("RocketPropulsion") then
  9276. v:Destroy()
  9277. end
  9278. end
  9279. end
  9280. end)
  9281. if flingnoclip == true then
  9282. noclip = false
  9283. flingnoclip = false
  9284. end
  9285. end
  9286.  
  9287. Commands.trail = function(args)
  9288. if args[1] then
  9289. for i,v in pairs(findPlayer(args[1])) do
  9290. trlplr = v
  9291. end
  9292. if args[2] then
  9293. trlnum = args[2]
  9294. else
  9295. trlnum = 5
  9296. end
  9297. trailing = true
  9298. else
  9299. Notification("warning", "No player selected to trail! Use: "..commandPrefix.."trail player", 4)
  9300. end
  9301. end
  9302.  
  9303. Commands.untrail = function(args)
  9304. trailing = false
  9305. end
  9306.  
  9307. Commands.annoy = function(args)
  9308. if args[1] then
  9309. for i,v in pairs(findPlayer(args[1])) do
  9310. annplr = v
  9311. end
  9312. annoying = true
  9313. else
  9314. Notification("warning", "No player selected to annoy! Use: "..commandPrefix.."annoy player", 4)
  9315. end
  9316. end
  9317.  
  9318. Commands.unannoy = function(args)
  9319. annoying = false
  9320. end
  9321.  
  9322. Commands.reset = function(args)
  9323. LP.Character:BreakJoints()
  9324. end
  9325.  
  9326. Commands.grespawn = function(args)
  9327. LP.Character.Humanoid.Health = 0
  9328. wait(1)
  9329. LP.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  9330. LP.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  9331. end
  9332.  
  9333. Commands.respawn = function(args)
  9334. local mod = Instance.new('Model', workspace) mod.Name = 'new '..LP.Name
  9335. local hum = Instance.new('Humanoid', mod)
  9336. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  9337. LP.Character = mod
  9338. end
  9339.  
  9340. Commands.speed = function(args)
  9341. if args[1] then
  9342. run(commandPrefix.."ws "..args[1])
  9343. end
  9344. end
  9345.  
  9346. bypassingwalkspeed = false
  9347. Commands.ws = function(args)
  9348. if args[1] then
  9349. if bypassMODE == false then
  9350. LP.Character.Humanoid.WalkSpeed = args[1]
  9351. elseif bypassMODE == true then
  9352. if game.GameId == 245662005 then
  9353. bypassingwalkspeed = true
  9354. bypassWalkspeed = args[1]
  9355. end
  9356. end
  9357. end
  9358. end
  9359.  
  9360. game:GetService("RunService").Heartbeat:Connect(function()
  9361. if bypassingwalkspeed then
  9362. LP.Character.Humanoid.WalkSpeed = bypassWalkspeed
  9363. end
  9364. end)
  9365.  
  9366. Commands.jumppower = function(args)
  9367. if args[1] then
  9368. LP.Character.Humanoid.JumpPower = args[1]
  9369. end
  9370. end
  9371.  
  9372. Commands.jp = function(args)
  9373. if args[1] then
  9374. LP.Character.Humanoid.JumpPower = args[1]
  9375. end
  9376. end
  9377.  
  9378. Commands.hipheight = function(args)
  9379. if args[1] then
  9380. LP.Character.Humanoid.HipHeight = args[1]
  9381. end
  9382. end
  9383.  
  9384. Commands.hh = function(args)
  9385. if args[1] then
  9386. LP.Character.Humanoid.HipHeight = args[1]
  9387. end
  9388. end
  9389.  
  9390. Commands.default = function(args)
  9391. LP.Character.Humanoid.WalkSpeed = CurrentWalkspeed
  9392. LP.Character.Humanoid.HipHeight = CurrentHipheight
  9393. LP.Character.Humanoid.JumpPower = CurrentJumppower
  9394. end
  9395.  
  9396. Commands.credits = function(args)
  9397. Notification("info", "Shattervast was made by illremember#3799 , "..commandPrefix.."fullcredits for all credits.", 8)
  9398. end
  9399.  
  9400. Commands.attach = function(args)
  9401. if hasTools() == false then
  9402. Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
  9403. else
  9404. FEGodmode()
  9405. for i,v in pairs(LP.Backpack:GetChildren())do
  9406. LP.Character.Humanoid:EquipTool(v)
  9407. end
  9408. if args[1] then
  9409. for i,v in pairs(findSinglePlayer(args[1])) do
  9410. if v ~= LP then
  9411. LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
  9412. wait(0.3)
  9413. LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
  9414. end
  9415. end
  9416. end
  9417. end
  9418. end
  9419.  
  9420. Commands.fly = function(args)
  9421. if bypassMODE == false then
  9422. local speedget = 1
  9423. repeat wait() until LP and LP.Character and LP.Character:FindFirstChild('HumanoidRootPart') and LP.Character:FindFirstChild('Humanoid')
  9424. repeat wait() until Mouse
  9425. if args[1] then
  9426. speedfly = args[1]
  9427. else
  9428. speedfly = 1
  9429. end
  9430.  
  9431. local T = LP.Character.HumanoidRootPart
  9432. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  9433. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  9434. local SPEED = speedget
  9435.  
  9436. local function fly()
  9437. flying = true
  9438. local BG = Instance.new('BodyGyro', T)
  9439. local BV = Instance.new('BodyVelocity', T)
  9440. BG.P = 9e4
  9441. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  9442. BG.cframe = T.CFrame
  9443. BV.velocity = Vector3.new(0, 0.1, 0)
  9444. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  9445. spawn(function()
  9446. repeat wait()
  9447. LP.Character.Humanoid.PlatformStand = true
  9448. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  9449. SPEED = 50
  9450. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  9451. SPEED = 0
  9452. end
  9453. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  9454. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  9455. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  9456. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  9457. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  9458. else
  9459. BV.velocity = Vector3.new(0, 0.1, 0)
  9460. end
  9461. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  9462. until not flying
  9463. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  9464. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  9465. SPEED = 0
  9466. BG:destroy()
  9467. BV:destroy()
  9468. LP.Character.Humanoid.PlatformStand = false
  9469. end)
  9470. end
  9471. Mouse.KeyDown:connect(function(KEY)
  9472. if KEY:lower() == 'w' then
  9473. CONTROL.F = speedfly
  9474. elseif KEY:lower() == 's' then
  9475. CONTROL.B = -speedfly
  9476. elseif KEY:lower() == 'a' then
  9477. CONTROL.L = -speedfly
  9478. elseif KEY:lower() == 'd' then
  9479. CONTROL.R = speedfly
  9480. end
  9481. end)
  9482. Mouse.KeyUp:connect(function(KEY)
  9483. if KEY:lower() == 'w' then
  9484. CONTROL.F = 0
  9485. elseif KEY:lower() == 's' then
  9486. CONTROL.B = 0
  9487. elseif KEY:lower() == 'a' then
  9488. CONTROL.L = 0
  9489. elseif KEY:lower() == 'd' then
  9490. CONTROL.R = 0
  9491. end
  9492. end)
  9493. fly()
  9494. elseif bypassMODE == true then
  9495. if not args[1] then
  9496. run(commandPrefix.."fc")
  9497. else
  9498. run(commandPrefix.."fc "..args[1])
  9499. end
  9500. LP.Character.Head.Anchored = false
  9501. looptpbypassfly = true
  9502. view(LP)
  9503. end
  9504. end
  9505.  
  9506. Commands.unfly = function(args)
  9507. if bypassMODE == false then
  9508. flying = false
  9509. LP.Character.Humanoid.PlatformStand = false
  9510. else
  9511. looptpbypassfly = false
  9512. run(commandPrefix.."unfreecam")
  9513. local goalTP = LP.Character.HumanoidRootPart.CFrame
  9514. if game.GameId == 245662005 then
  9515. for i = 1, 5 do wait(0.2)
  9516. LP.Character.HumanoidRootPart.CFrame = goalTP
  9517. end
  9518. else
  9519. LP.Character.HumanoidRootPart.CFrame = goalTP
  9520. end
  9521. LP.Character.Head.Anchored = false
  9522. end
  9523. end
  9524.  
  9525. Commands.kill = function(args)
  9526. if args[1] then
  9527. for i,v in pairs(findSinglePlayer(args[1])) do
  9528. if v == LP then
  9529. LP.Character:BreakJoints()
  9530. else
  9531. if hasTools() == false then
  9532. Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
  9533. else
  9534. FEGodmode()
  9535. for i,v in pairs(LP.Backpack:GetChildren())do
  9536. LP.Character.Humanoid:EquipTool(v)
  9537. end
  9538. local NOW = LP.Character.HumanoidRootPart.CFrame
  9539. LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
  9540. wait(0.3)
  9541. LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
  9542. local function tp(player,player2)
  9543. local char1,char2=player.Character,player2.Character
  9544. if char1 and char2 then
  9545. char1:MoveTo(char2.Head.Position)
  9546. end
  9547. end
  9548. wait(0.5)
  9549. LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(100000,0,100000))
  9550. wait(0.5)
  9551. tp(LP,game:GetService("Players")[v.Name])
  9552. wait(0.7)
  9553. LP.Character.HumanoidRootPart.CFrame = NOW
  9554. view(LP)
  9555. end
  9556. end
  9557. end
  9558. end
  9559. end
  9560. Commands.bring = function(args)
  9561. if hasTools() == false then
  9562. Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
  9563. else
  9564. FEGodmode()
  9565. for i,v in pairs(LP.Backpack:GetChildren())do
  9566. LP.Character.Humanoid:EquipTool(v)
  9567. end
  9568. if args[1] then
  9569. for i,v in pairs(findSinglePlayer(args[1])) do
  9570. if v ~= LP then
  9571. local NOW = LP.Character.HumanoidRootPart.CFrame
  9572. local function tp(player,player2)
  9573. local char1,char2=player.Character,player2.Character
  9574. if char1 and char2 then
  9575. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  9576. end
  9577. end
  9578. local function getout(player,player2)
  9579. local char1,char2=player.Character,player2.Character
  9580. if char1 and char2 then
  9581. char1:MoveTo(char2.Head.Position)
  9582. end
  9583. end
  9584. tp(game:GetService("Players")[v.Name], LP)
  9585. wait(0.2)
  9586. tp(game:GetService("Players")[v.Name], LP)
  9587. wait(0.5)
  9588. LP.Character.HumanoidRootPart.CFrame = NOW
  9589. wait(0.5)
  9590. getout(LP, game:GetService("Players")[v.Name])
  9591. wait(0.3)
  9592. LP.Character.HumanoidRootPart.CFrame = NOW
  9593. end
  9594. end
  9595. end
  9596. end
  9597. end
  9598.  
  9599. Commands.naked = function(args)
  9600. for i,v in pairs(LP.Character:GetDescendants()) do
  9601. if v:IsA("Clothing") then
  9602. v:Destroy()
  9603. end
  9604. end
  9605. end
  9606.  
  9607. Commands.nolimbs = function(args)
  9608. LP.Character["Left Arm"]:Destroy()
  9609. LP.Character["Right Arm"]:Destroy()
  9610. LP.Character["Left Leg"]:Destroy()
  9611. LP.Character["Right Leg"]:Destroy()
  9612. end
  9613.  
  9614. Commands.noarms = function(args)
  9615. LP.Character["Left Arm"]:Destroy()
  9616. LP.Character["Right Arm"]:Destroy()
  9617. end
  9618.  
  9619. Commands.nolegs = function(args)
  9620. LP.Character["Left Leg"]:Destroy()
  9621. LP.Character["Right Leg"]:Destroy()
  9622. end
  9623.  
  9624. Commands.headless = function(args)
  9625. local l = LP.Character.Humanoid:Clone()
  9626. LP.Character.Humanoid:Destroy()
  9627. wait(0.2)
  9628. LP.Character.Head.CanCollide = false
  9629. for i,v in pairs(LP.Character:GetDescendants()) do
  9630. if string.sub(v.Name, 1, 4) == "Neck" then
  9631. v:Destroy()
  9632. end
  9633. end
  9634. wait(0.2)
  9635. l.Name = "Humanoid"
  9636. l.Parent = LP.Character
  9637. wait(0.1)
  9638. game:GetService("Workspace").CurrentCamera.CameraSubject = LP.Character
  9639. LP.Character.Animate:Destroy()
  9640. end
  9641.  
  9642. antiremotes = false
  9643. Commands.antikick = function(args)
  9644. if args[1] then
  9645. if args[1] == "on" then
  9646. antiremotes = true
  9647. wait(0.2)
  9648. for i,v in pairs(LP.Character:GetChildren()) do
  9649. if string.find(string.lower(v.Name), "exploit") and v:IsA("LocalScript") then
  9650. v.Disabled = true
  9651. end
  9652. end
  9653. Notification("warning", "This command disables all remotes incase they are kick remotes, may break game.", 8)
  9654. Notification("info", "Does not prevent serverside kicks, use "..commandPrefix.."antikick off to turn off.", 8)
  9655. elseif args[1] == "off" then
  9656. antiremotes = false
  9657. Notification("warning", "Remote anti-kick turned off.", 8)
  9658. end
  9659. end
  9660. end
  9661.  
  9662. blockedremotes = {}
  9663. Commands.blockremote = function(args)
  9664. local getService = ""
  9665. if args[1] then
  9666. local remoteName = string.lower(tostring(args[1]))
  9667. if args[2] then
  9668. local serviceRemote = string.lower(tostring(args[2]))
  9669. if serviceRemote == "workspace" then
  9670. getService = "Workspace"
  9671. elseif serviceRemote == "replicatedstorage" then
  9672. getService = "ReplicatedStorage"
  9673. elseif serviceRemote == "players" then
  9674. getService = "Players"
  9675. elseif serviceRemote == "lighting" then
  9676. getService = "Lighting"
  9677. elseif serviceRemote == "startergui" then
  9678. getService = "StarterGui"
  9679. elseif serviceRemote == "starterpack" then
  9680. getService = "StarterPack"
  9681. elseif serviceRemote == "starterplayer" then
  9682. getService = "StarterPlayer"
  9683. else
  9684. getService = "ReplicatedStorage"
  9685. end
  9686. else
  9687. getService = "ReplicatedStorage"
  9688. end
  9689. for i,getRemote in pairs(game:GetService(getService):GetDescendants()) do
  9690. if string.lower(getRemote.Name) == remoteName then
  9691. table.insert(blockedremotes, getRemote.Name)
  9692. end
  9693. end
  9694. end
  9695. Notification("warning", "If this command does not work, make sure you type remote name/service fully correct.", 8)
  9696. end
  9697.  
  9698. spyingremotes = false
  9699. Commands.remotespy = function(args)
  9700. if args[1] then
  9701. if args[1] == "on" then
  9702. spyingremotes = true
  9703. Notification("info", "Remotespy turned on.", 4)
  9704. elseif args[1] == "off" then
  9705. spyingremotes = false
  9706. Notification("info", "Remotespy turned off.", 4)
  9707. end
  9708. end
  9709. end
  9710.  
  9711. Commands.bang = function(args)
  9712. if args[1] then
  9713. for i,v in pairs(findSinglePlayer(args[1])) do
  9714. if v ~= nil then
  9715. following = true
  9716. flwplr = v
  9717. flwnum = -1
  9718. local bangAnimation = Instance.new("Animation")
  9719. bangAnimation.AnimationId = "rbxassetid://148840371"
  9720. bangTrack = LP.Character.Humanoid:LoadAnimation(bangAnimation)
  9721. if args[2] then
  9722. bangTrack:Play(.1, 1, args[2])
  9723. else
  9724. bangTrack:Play(.1, 1, 1)
  9725. end
  9726. end
  9727. end
  9728. else
  9729. Notification("warning", "No player selected to follow! Use: "..commandPrefix.."follow player", 4)
  9730. end
  9731. end
  9732.  
  9733. Commands.unbang = function(args)
  9734. following = false
  9735. bangTrack:Stop()
  9736. end
  9737.  
  9738. spamdelay = 1
  9739. spamtext = "Spam"
  9740. spamming = false
  9741. Commands.spam = function(args)
  9742. if args[1] then
  9743. spamtext = args[1]
  9744. spamming = true
  9745. end
  9746. end
  9747. Commands.spamdelay = function(args)
  9748. if args[1] then
  9749. spamdelay = args[1]
  9750. end
  9751. end
  9752. spawn(function()
  9753. while wait(spamdelay) do
  9754. if spamming then
  9755. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamtext, "All")
  9756. end
  9757. end
  9758. end)
  9759.  
  9760. Commands.unspam = function(args)
  9761. spamming = false
  9762. end
  9763.  
  9764. Commands.info = function(args)
  9765. if args[1] then
  9766. for i,v in pairs(findSinglePlayer(args[1])) do
  9767. createINFO(v)
  9768. end
  9769. end
  9770. end
  9771.  
  9772. Commands.age = function(args)
  9773. if args[1] then
  9774. for i,v in pairs(findPlayer(args[1])) do
  9775. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(v.Name.." Account Age: "..v.AccountAge.." days!", "All")
  9776. end
  9777. end
  9778. end
  9779.  
  9780. Commands.invisible = function(args)
  9781. local Character = LP.Character
  9782. if LP.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  9783. local Clone = Character.HumanoidRootPart:Clone()
  9784. Character.HumanoidRootPart:Destroy()
  9785. Clone.Parent = Character
  9786. else
  9787. local Clone = Character.LowerTorso.Root:Clone()
  9788. Character.LowerTorso.Root:Destroy()
  9789. Clone.Parent = Character.LowerTorso
  9790. end
  9791. end
  9792.  
  9793. walkto = false
  9794. walkplr = ""
  9795. Commands.walk = function(args)
  9796. if args[1] then
  9797. for i,v in pairs(findSinglePlayer(args[1])) do
  9798. walkplr = v
  9799. walkto = true
  9800. noclip = true
  9801. end
  9802. end
  9803. end
  9804.  
  9805. Commands.unwalk = function(args)
  9806. walkto = false
  9807. noclip = false
  9808. LP.Character.Humanoid:MoveTo(LP.Character.HumanoidRootPart.Position)
  9809. end
  9810.  
  9811. Commands.glitch = function(args)
  9812. if hasTools() == false then
  9813. Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
  9814. else
  9815. FEGodmode()
  9816. for i,v in pairs(LP.Backpack:GetChildren())do
  9817. LP.Character.Humanoid:EquipTool(v)
  9818. end
  9819. if args[1] then
  9820. for i,v in pairs(findSinglePlayer(args[1])) do
  9821. local function tp(player,player2)
  9822. local char1,char2=player.Character,player2.Character
  9823. if char1 and char2 then
  9824. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  9825. end
  9826. end
  9827. tp(game:GetService("Players")[v.Name], LP)
  9828. wait(0.2)
  9829. tp(game:GetService("Players")[v.Name], LP)
  9830. wait(0.5)
  9831. local b = Instance.new("BodyForce")
  9832. b.Parent = LP.Character.HumanoidRootPart
  9833. b.Name = "Glitch"
  9834. if args[2] then
  9835. b.Force = Vector3.new(args[2],5000,0)
  9836. else
  9837. b.Force = Vector3.new(100000000,5000,0)
  9838. end
  9839. wait(6)
  9840. b:Destroy()
  9841. end
  9842. end
  9843. end
  9844. end
  9845.  
  9846. Commands.tp = function(args)
  9847. if args[1] then
  9848. for i,v in pairs(findSinglePlayer(args[1])) do
  9849. if v == LP then
  9850. if args[2] then
  9851. for i,a in pairs(findSinglePlayer(args[2])) do
  9852. v.Character.HumanoidRootPart.CFrame = a.Character.HumanoidRootPart.CFrame
  9853. end
  9854. end
  9855. else
  9856. if hasTools() == false then
  9857. Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
  9858. else
  9859. FEGodmode()
  9860. for i,v in pairs(LP.Backpack:GetChildren())do
  9861. LP.Character.Humanoid:EquipTool(v)
  9862. end
  9863. if args[1] then
  9864. for i,first in pairs(findSinglePlayer(args[1])) do
  9865. if args[2] then
  9866. for i,second in pairs(findSinglePlayer(args[2])) do
  9867. local function tp(player,player2)
  9868. local char1,char2=player.Character,player2.Character
  9869. if char1 and char2 then
  9870. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  9871. end
  9872. end
  9873. local function getout(player,player2)
  9874. local char1,char2=player.Character,player2.Character
  9875. if char1 and char2 then
  9876. char1:MoveTo(char2.Head.Position)
  9877. end
  9878. end
  9879. tp(LP, first)
  9880. wait(0.2)
  9881. tp(LP, first)
  9882. wait(0.5)
  9883. tp(LP, second)
  9884. wait(0.2)
  9885. tp(LP, second)
  9886. wait(0.2)
  9887. getout(LP, first)
  9888. end
  9889. end
  9890. end
  9891. end
  9892. end
  9893. end
  9894. end
  9895. end
  9896. end
  9897.  
  9898. Commands.givetool = function(args)
  9899. if args[1] then
  9900. if args[2] then
  9901. local selectedTool = ""
  9902. for i,allTools in pairs(LP.Character:GetDescendants()) do
  9903. if allTools:IsA("Tool") and string.lower(allTools.Name) == string.lower(args[2]) then
  9904. selectedTool = allTools
  9905. else
  9906. for i,otherTools in pairs(LP.Backpack:GetDescendants()) do
  9907. if otherTools:IsA("Tool") and string.lower(otherTools.Name) == string.lower(args[2]) then
  9908. selectedTool = otherTools
  9909. end
  9910. end
  9911. end
  9912. end
  9913. for i,v in pairs(findSinglePlayer(args[1])) do
  9914. if selectedTool ~= "" then
  9915. selectedTool.Parent = v.Character
  9916. end
  9917. end
  9918. else
  9919. for i,plr in pairs(findSinglePlayer(args[1])) do
  9920. for i,tool in pairs(LP.Character:GetDescendants()) do
  9921. if tool:IsA("Tool") then
  9922. tool.Parent = plr.Character
  9923. end
  9924. end
  9925. end
  9926. end
  9927. end
  9928. end
  9929.  
  9930. Commands.givealltools = function(args)
  9931. LP.Character.Humanoid:UnequipTools()
  9932. for i,plr in pairs(findSinglePlayer(args[1])) do
  9933. for i,v in pairs(LP.Character:GetDescendants()) do
  9934. if v:IsA("Tool") then
  9935. v.Parent = plr.Character
  9936. end
  9937. end
  9938. for i,a in pairs(LP.Backpack:GetDescendants()) do
  9939. if a:IsA("Tool") then
  9940. a.Parent = plr.Character
  9941. end
  9942. end
  9943. end
  9944. end
  9945.  
  9946. Commands.blockhats = function(args)
  9947. for i,v in pairs(LP.Character:GetDescendants()) do
  9948. if v:IsA("Accessory") or v:IsA("Hat") then
  9949. for i,mesh in pairs(v:GetDescendants()) do
  9950. if mesh.Name == "Mesh" then
  9951. mesh:Destroy()
  9952. end
  9953. end
  9954. end
  9955. end
  9956. end
  9957.  
  9958. Commands.blocktool = function(args)
  9959. for i,v in pairs(LP.Character:GetDescendants()) do
  9960. if v:IsA("Tool") then
  9961. for i,mesh in pairs(v:GetDescendants()) do
  9962. if mesh.Name == "Mesh" then
  9963. mesh:Destroy()
  9964. end
  9965. end
  9966. end
  9967. end
  9968. end
  9969.  
  9970. Commands.orbit = function(args)
  9971. if args[1] then
  9972. for i,v in pairs(findSinglePlayer(args[1])) do
  9973. view(v)
  9974. RocketPropulsion(5000,100,5000,v,"OrbitMove")
  9975. end
  9976. else
  9977. Notification("warning", "No player selected to orbit! Use: "..commandPrefix.."orbit player", 4)
  9978. end
  9979. end
  9980.  
  9981. Commands.unorbit = function(args)
  9982. for i,v in pairs(LP.Character:GetDescendants()) do
  9983. if v.Name == "OrbitMove" then
  9984. v:Destroy()
  9985. end
  9986. end
  9987. view(LP)
  9988. end
  9989.  
  9990. Commands.pos = function(args)
  9991. Notification("info", "Your current position is ".. tostring(LP.Character.HumanoidRootPart.Position), 9)
  9992. end
  9993.  
  9994. SavedPosition = ""
  9995. Commands.savepos = function(args)
  9996. SavedPosition = LP.Character.HumanoidRootPart.CFrame
  9997. end
  9998. Commands.loadpos = function(args)
  9999. if SavedPosition ~= "" then
  10000. LP.Character.HumanoidRootPart.CFrame = SavedPosition
  10001. end
  10002. end
  10003.  
  10004. Commands.tppos = function(args)
  10005. if args[1] and args[2] and args[3] then
  10006. LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(args[1], args[2], args[3]))
  10007. end
  10008. end
  10009.  
  10010. Commands.pmspam = function(args)
  10011. if args[1] then
  10012. local gotPlayer = ""
  10013. for i,v in pairs(findPlayer(args[1])) do
  10014. gotPlayer = v
  10015. end
  10016. table.remove(args, 1)
  10017. local pmSpamMsg = table.concat(args," ")
  10018. spamtext = "/w "..gotPlayer.Name.." "..pmSpamMsg
  10019. spamming = true
  10020. end
  10021. end
  10022.  
  10023. Commands.unpmspam = function(args)
  10024. spamming = false
  10025. end
  10026.  
  10027. Commands.wsvis = function(args)
  10028. if args[1] then
  10029. for i,v in pairs(gsWorkspace:GetDescendants()) do
  10030. if v:IsA("Part") or v:IsA("Decal") then
  10031. if tonumber(args[1]) > 1 then
  10032. v.Transparency = 0.5
  10033. else
  10034. v.Transparency = args[1]
  10035. end
  10036. end
  10037. end
  10038. end
  10039. clientSided()
  10040. end
  10041.  
  10042. Commands.bringobj = function(args)
  10043. if args[1] then
  10044. local Object = ""
  10045. for i,v in pairs(gsWorkspace:GetDescendants()) do
  10046. if string.lower(v.Name) == string.lower(args[1]) then
  10047. Object = v
  10048. end
  10049. end
  10050. if Object == "" then
  10051. Notification("warning", "Object was not found in the workspace.", 6)
  10052. end
  10053. if args[2] then
  10054. Object.CFrame = LP.Character.HumanoidRootPart.CFrame + LP.Character.HumanoidRootPart.CFrame.lookVector * args[2]
  10055. else
  10056. Object.CFrame = LP.Character.HumanoidRootPart.CFrame + LP.Character.HumanoidRootPart.CFrame.lookVector * 3
  10057. end
  10058. clientSided()
  10059. end
  10060. end
  10061.  
  10062. CBRINGplr = ""
  10063. cbringing = false
  10064. cbringingall = false
  10065. Commands.cbring = function(args)
  10066. if args[1] then
  10067. if string.lower(tostring(args[1])) == "all" or string.lower(tostring(args[1])) == "others" then
  10068. cbringingall = true
  10069. else
  10070. for i,v in pairs(findPlayer(args[1])) do
  10071. CBRINGplr = v
  10072. cbringing = true
  10073. end
  10074. end
  10075. if args[2] then
  10076. CBRINGamount = args[2]
  10077. else
  10078. CBRINGamount = 3
  10079. end
  10080. clientSided()
  10081. end
  10082. end
  10083.  
  10084. Commands.uncbring = function(args)
  10085. cbringing = false
  10086. cbringingall = false
  10087. end
  10088.  
  10089. Commands.cfreeze = function(args)
  10090. if args[1] then
  10091. for i,v in pairs(findPlayer(args[1])) do
  10092. v.Character.HumanoidRootPart.Anchored = true
  10093. end
  10094. clientSided()
  10095. end
  10096. end
  10097.  
  10098. Commands.uncfreeze = function(args)
  10099. if args[1] then
  10100. for i,v in pairs(findPlayer(args[1])) do
  10101. v.Character.HumanoidRootPart.Anchored = false
  10102. end
  10103. else
  10104. for i,all in pairs(gsPlayers:GetPlayers()) do
  10105. all.Character.HumanoidRootPart.Anchored = false
  10106. end
  10107. end
  10108. end
  10109.  
  10110. Commands.unattach = function(args)
  10111. local function getout(player,player2)
  10112. local char1,char2=player.Character,player2.Character
  10113. if char1 and char2 then
  10114. char1:MoveTo(char2.Head.Position)
  10115. end
  10116. end
  10117. getout(LP, LP)
  10118. end
  10119.  
  10120. currentToolSize = ""
  10121. Commands.reach = function(args)
  10122. if args[1] then
  10123. for i,v in pairs(LP.Character:GetDescendants()) do
  10124. if v:IsA("Tool") then
  10125. if string.lower(tostring(args[1])) == "off" then
  10126. v.Handle.Size = currentToolSize
  10127. v.Handle.SelectionBoxCreated:Destroy()
  10128. LP.Character.Humanoid:UnequipTools()
  10129. elseif string.lower(tostring(args[1])) == "on" then
  10130. if args[2] then
  10131. currentToolSize = v.Handle.Size
  10132. local a = Instance.new("SelectionBox",v.Handle)
  10133. a.Name = "SelectionBoxCreated"
  10134. a.Adornee = v.Handle
  10135. v.Handle.Size = Vector3.new(0.5,0.5,args[2])
  10136. v.GripPos = Vector3.new(0,0,0)
  10137. LP.Character.Humanoid:UnequipTools()
  10138. else
  10139. currentToolSize = v.Handle.Size
  10140. local a = Instance.new("SelectionBox",v.Handle)
  10141. a.Name = "SelectionBoxCreated"
  10142. a.Adornee = v.Handle
  10143. v.Handle.Size = Vector3.new(0.5,0.5,60)
  10144. v.GripPos = Vector3.new(0,0,0)
  10145. LP.Character.Humanoid:UnequipTools()
  10146. end
  10147. end
  10148. end
  10149. end
  10150. end
  10151. end
  10152.  
  10153. Commands.droptool = function(args)
  10154. for i,v in pairs(LP.Character:GetDescendants()) do
  10155. if v:IsA("Tool") then
  10156. v.Parent = gsWorkspace
  10157. end
  10158. end
  10159. for i,a in pairs(LP.Backpack:GetDescendants()) do
  10160. if a:IsA("Tool") then
  10161. a.Parent = gsWorkspace
  10162. end
  10163. end
  10164. end
  10165.  
  10166. Commands.drophats = function(args)
  10167. for i,v in pairs(LP.Character:GetDescendants()) do
  10168. if v:IsA("Accessory") or v:IsA("Hat") then
  10169. v.Parent = gsWorkspace
  10170. end
  10171. end
  10172. end
  10173.  
  10174. Commands.hidecmdbar = function(args)
  10175. CMDBAR.Visible = false
  10176. end
  10177.  
  10178. Commands.showcmdbar = function(args)
  10179. CMDBAR.Visible = true
  10180. end
  10181.  
  10182. Commands.prefix = function(args)
  10183. if args[1] then
  10184. commandPrefix = string.sub(tostring(args[1]), 1, 1)
  10185. fullUpdate()
  10186. end
  10187. end
  10188.  
  10189. Commands.removeinvis = function(args)
  10190. for i,v in pairs(gsWorkspace:GetDescendants()) do
  10191. if v:IsA("Part") and v.Name ~= "HumanoidRootPart" then
  10192. if v.Transparency == 1 then
  10193. v:Destroy()
  10194. end
  10195. end
  10196. end
  10197. clientSided()
  10198. end
  10199.  
  10200. Commands.removefog = function(args)
  10201. gsLighting.FogStart = 0
  10202. gsLighting.FogEnd = 9999999999999
  10203. clientSided()
  10204. end
  10205.  
  10206. Commands.animation = function(args)
  10207. if args[1] then
  10208. if string.lower(tostring(args[1])) == "gui" then
  10209. loadstring(game:HttpGet(("https://pastebin.com/raw/mdbTSP4d"),true))()
  10210. else
  10211. local Anim = Instance.new("Animation")
  10212. Anim.AnimationId = "rbxassetid://".. tostring(args[1])
  10213. local track = LP.Character.Humanoid:LoadAnimation(Anim)
  10214. if args[2] then
  10215. track:Play(.1, 1, args[2])
  10216. else
  10217. track:Play(.1, 1, 1)
  10218. end
  10219. end
  10220. end
  10221. end
  10222.  
  10223. Commands.btools = function(args)
  10224. local Clone_T = Instance.new("HopperBin",LP.Backpack)
  10225. Clone_T.BinType = "Clone"
  10226. local Destruct = Instance.new("HopperBin",LP.Backpack)
  10227. Destruct.BinType = "Hammer"
  10228. local Hold_T = Instance.new("HopperBin",LP.Backpack)
  10229. Hold_T.BinType = "Grab"
  10230. clientSided()
  10231. end
  10232.  
  10233. Commands.esp = function(args)
  10234. if args[1] then
  10235. for i,v in pairs(findPlayer(args[1])) do
  10236. local espPlayer = v
  10237. for i,createESP in pairs(espPlayer.Character:GetDescendants()) do
  10238. if createESP:IsA("Part") or createESP:IsA("MeshPart") then
  10239. if createESP.Name ~= "HumanoidRootPart" and createESP.Name ~= "Handle" then
  10240. local current = true
  10241. local espBOX = Instance.new("BoxHandleAdornment")
  10242. espBOX.Parent = game.Players.LocalPlayer.PlayerGui
  10243. espBOX.Name = "rGET"..espPlayer.Name
  10244. espBOX.Adornee = createESP
  10245. espBOX.AlwaysOnTop = true
  10246. espBOX.ZIndex = 0
  10247. espBOX.Size = createESP.Size
  10248. espBOX.Transparency = 0.3
  10249. local AboveHead = Instance.new("BillboardGui")
  10250. AboveHead.Parent = game.Players.LocalPlayer.PlayerGui
  10251. AboveHead.Adornee = espPlayer.Character.Head
  10252. AboveHead.Name = "rGET"..espPlayer.Name
  10253. AboveHead.Size = UDim2.new(0, 100, 0, 100)
  10254. AboveHead.StudsOffset = Vector3.new(0, 1, 0)
  10255. AboveHead.AlwaysOnTop = true
  10256. local Info = Instance.new("TextLabel")
  10257. Info.Parent = AboveHead
  10258. Info.BackgroundTransparency = 1
  10259. Info.Position = UDim2.new(0, 0, 0, 0)
  10260. Info.Size = UDim2.new(1, 0, 0, 40)
  10261. Info.TextColor3 = Color3.fromRGB(200,200,200)
  10262. Info.TextStrokeTransparency = 0.5
  10263. Info.TextSize = 15
  10264. if espPlayer.TeamColor == LP.TeamColor then
  10265. espBOX.Color = BrickColor.new("Lime green")
  10266. Info.TextStrokeColor3 = Color3.fromRGB(10,100,10)
  10267. else
  10268. espBOX.Color = BrickColor.new("Really red")
  10269. Info.TextStrokeColor3 = Color3.fromRGB(100,10,10)
  10270. end
  10271. game:GetService('RunService').Stepped:connect(function()
  10272. if current and LP.Character.Humanoid and espPlayer.Character.HumanoidRootPart then
  10273. Info.Text = espPlayer.Name.." (".. math.floor((LP.Character.HumanoidRootPart.Position - espPlayer.Character.HumanoidRootPart.Position).magnitude)..")"
  10274. end
  10275. end)
  10276. espPlayer.Character.Humanoid.Died:Connect(function()
  10277. current = false
  10278. espBOX:Destroy()
  10279. AboveHead:Destroy()
  10280. end)
  10281. gsPlayers.PlayerRemoving:Connect(function(plr)
  10282. if plr == espPlayer then
  10283. current = false
  10284. espBOX:Destroy()
  10285. AboveHead:Destroy()
  10286. end
  10287. end)
  10288. end
  10289. end
  10290. end
  10291. end
  10292. clientSided()
  10293. end
  10294. end
  10295.  
  10296. Commands.unesp = function(args)
  10297. if not args[1] then
  10298. for i,v in pairs(gsCoreGui:GetDescendants()) do
  10299. if string.sub(v.Name, 1, 4) == "rGET" then
  10300. v:Destroy()
  10301. end
  10302. end
  10303. else
  10304. for i,v in pairs(gsCoreGui:GetDescendants()) do
  10305. if string.sub(v.Name, 1, 4) == "rGET" then
  10306. for i,a in pairs(findPlayer(args[1])) do
  10307. if string.sub(v.Name, 5) == a.Name then
  10308. v:Destroy()
  10309. end
  10310. end
  10311. end
  10312. end
  10313. end
  10314. end
  10315.  
  10316. Commands.dice = function(args)
  10317. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("You rolled a dice for ".. tostring(math.random(1, 6)), "All")
  10318. end
  10319.  
  10320. Commands.random = function(args)
  10321. if args[1] and args[2] then
  10322. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Picking random number between "..args[1].." and "..args[2].."... The number is ".. tostring(math.random(args[1], args[2])), "All")
  10323. end
  10324. end
  10325.  
  10326. Commands.closegame = function(args)
  10327. game:Shutdown()
  10328. end
  10329.  
  10330. Commands.savetool = function(args)
  10331. if args[1] then
  10332. for i,a in pairs(LP.Character:GetDescendants()) do
  10333. if a:IsA("Tool") and string.lower(a.Name) == string.lower(tostring(args[1])) then
  10334. a.Parent = LP
  10335. local oldName = a.Name
  10336. a.Name = "saved "..oldName
  10337. else
  10338. for i,n in pairs(LP.Backpack:GetDescendants()) do
  10339. if n:IsA("Tool") and string.lower(n.Name) == string.lower(tostring(args[1])) then
  10340. n.Parent = LP
  10341. local sOldName = n.Name
  10342. n.Name = "saved "..sOldName
  10343. end
  10344. end
  10345. end
  10346. end
  10347. else
  10348. for i,v in pairs(LP.Character:GetDescendants()) do
  10349. if v:IsA("Tool") then
  10350. v.Parent = LP
  10351. local oldName = v.Name
  10352. v.Name = "saved "..oldName
  10353. end
  10354. end
  10355. end
  10356. end
  10357.  
  10358. Commands.loadtool = function(args)
  10359. if args[1] then
  10360. for i,a in pairs(LP:GetChildren()) do
  10361. if a:IsA("Tool") and string.sub(a.Name, 1, 5) == "saved" and string.lower(string.sub(a.Name, 7)) == string.lower(tostring(args[1])) then
  10362. a.Parent = LP.Backpack
  10363. local currentName = a.Name
  10364. a.Name = string.sub(currentName, 7)
  10365. end
  10366. end
  10367. else
  10368. for i,v in pairs(LP:GetChildren()) do
  10369. if string.sub(v.Name, 1, 5) == "saved" then
  10370. v.Parent = LP.Backpack
  10371. local currentName = v.Name
  10372. v.Name = string.sub(currentName, 7)
  10373. end
  10374. end
  10375. end
  10376. end
  10377.  
  10378. Commands.savealltool = function(args)
  10379. for i,v in pairs(LP.Character:GetDescendants()) do
  10380. if v:IsA("Tool") then
  10381. v.Parent = LP
  10382. local oldName = v.Name
  10383. v.Name = "saved "..oldName
  10384. end
  10385. end
  10386. for i,v in pairs(LP.Backpack:GetDescendants()) do
  10387. if v:IsA("Tool") then
  10388. v.Parent = LP
  10389. local oldName = v.Name
  10390. v.Name = "saved "..oldName
  10391. end
  10392. end
  10393. end
  10394.  
  10395. Commands.loadalltool = function(args)
  10396. for i,v in pairs(LP:GetChildren()) do
  10397. if v:IsA("Tool") and string.sub(v.Name, 1, 5) == "saved" then
  10398. v.Parent = LP.Backpack
  10399. local currentName = v.Name
  10400. v.Name = string.sub(currentName, 7)
  10401. end
  10402. end
  10403. end
  10404.  
  10405. Mouse.KeyDown:Connect(function(key)
  10406. if key == clicktpKEY and clicktpACTIVE == true then
  10407. if Mouse.Target then
  10408. LP.Character.HumanoidRootPart.CFrame = CFrame.new(Mouse.Hit.x, Mouse.Hit.y + 5, Mouse.Hit.z)
  10409. end
  10410. end
  10411. if key == clickdelKEY and clickdelACTIVE == true then
  10412. if Mouse.Target then
  10413. Mouse.Target:Destroy()
  10414. end
  10415. end
  10416. end)
  10417. Mouse.Button1Down:Connect(function()
  10418. if clicktpACTIVE == true and clicktpCLICK == true then
  10419. if Mouse.Target then
  10420. LP.Character.HumanoidRootPart.CFrame = CFrame.new(Mouse.Hit.x, Mouse.Hit.y + 5, Mouse.Hit.z)
  10421. end
  10422. end
  10423. if clickdelACTIVE == true and clickdelCLICK == true then
  10424. if Mouse.Target then
  10425. Mouse.Target:Destroy()
  10426. end
  10427. end
  10428. end)
  10429.  
  10430. clicktpKEY = ""
  10431. clickdelKEY = ""
  10432. clicktpACTIVE = false
  10433. clickdelACTIVE = false
  10434. clicktpCLICK = false
  10435. clickdelCLICK = false
  10436.  
  10437. Commands.clicktp = function(args)
  10438. if args[1] then
  10439. clicktpKEY = string.sub(tostring(args[1]), 1, 1)
  10440. clicktpACTIVE = true
  10441. clicktpCLICK = false
  10442. else
  10443. clicktpKEY = ""
  10444. clicktpACTIVE = true
  10445. clicktpCLICK = true
  10446. end
  10447. clientSided()
  10448. end
  10449.  
  10450. Commands.clickdel = function(args)
  10451. if args[1] then
  10452. clickdelKEY = string.sub(tostring(args[1]), 1, 1)
  10453. clickdelACTIVE = true
  10454. clickdelCLICK = false
  10455. else
  10456. clickdelKEY = ""
  10457. clickdelACTIVE = true
  10458. clickdelCLICK = true
  10459. end
  10460. clientSided()
  10461. end
  10462.  
  10463. Commands.unclicktp = function(args)
  10464. clicktpACTIVE = false
  10465. end
  10466.  
  10467. Commands.unclickdel = function(args)
  10468. clickdelACTIVE = false
  10469. end
  10470.  
  10471. Commands.oof = function(args)
  10472. spawn(function()
  10473. while wait() do
  10474. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  10475. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  10476. for _,x in pairs(v.Character.Head:GetChildren()) do
  10477. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true) end
  10478. end
  10479. end
  10480. end
  10481. end
  10482. end)
  10483. end
  10484.  
  10485. Commands.chatlogs = function(args)
  10486. MainChatFrame.Position = UDim2.new(0, 760, 0, 261)
  10487. MainChatFrame.Visible = true
  10488. end
  10489.  
  10490. Commands.stopadmin = function(args)
  10491. commandPrefix = " "
  10492. following = false
  10493. trailing = false
  10494. annoying = false
  10495. CMDBAR.Visible = false
  10496. Match.Visible = false
  10497. flying = false
  10498. end
  10499.  
  10500. Commands.freecam = function(args)
  10501. for i,getFC in pairs(gsWorkspace:GetDescendants()) do
  10502. if getFC.Name == "rGETpartNUMBER2" then
  10503. getFC:Destroy()
  10504. end
  10505. end
  10506. local CameraPart = Instance.new("Part")
  10507. CameraPart.CanCollide = false
  10508. CameraPart.CFrame = LP.Character.Head.CFrame
  10509. CameraPart.Locked = true
  10510. CameraPart.Transparency = 1
  10511. CameraPart.Size = Vector3.new(1, 1, 1)
  10512. CameraPart.Parent = gsWorkspace
  10513. CameraPart.Name = "rGETpartNUMBER2"
  10514. if bypassMODE == true then
  10515. loopviewfc = true
  10516. elseif bypassMODE == false then
  10517. gsWorkspace.CurrentCamera.CameraSubject = CameraPart
  10518. end
  10519. local speedget = 1
  10520. local T = CameraPart
  10521. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  10522. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  10523. local SPEED = speedget
  10524. if args[1] then
  10525. speedfly = tonumber(args[1])
  10526. else
  10527. speedfly = 1
  10528. end
  10529. local function freecamfly()
  10530. LP.Character.Head.Anchored = true
  10531. doFREECAM = true
  10532. local BG = Instance.new('BodyGyro', T)
  10533. local BV = Instance.new('BodyVelocity', T)
  10534. BG.P = 9e4
  10535. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  10536. BG.cframe = T.CFrame
  10537. BV.velocity = Vector3.new(0, 0.1, 0)
  10538. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  10539. spawn(function()
  10540. repeat wait()
  10541. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  10542. SPEED = 50
  10543. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  10544. SPEED = 0
  10545. end
  10546. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  10547. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  10548. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  10549. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  10550. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  10551. else
  10552. BV.velocity = Vector3.new(0, 0.1, 0)
  10553. end
  10554. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  10555. until not doFREECAM
  10556. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  10557. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  10558. SPEED = 0
  10559. BG:destroy()
  10560. BV:destroy()
  10561. end)
  10562. end
  10563. Mouse.KeyDown:connect(function(KEY)
  10564. if KEY:lower() == 'w' then
  10565. CONTROL.F = speedfly
  10566. elseif KEY:lower() == 's' then
  10567. CONTROL.B = -speedfly
  10568. elseif KEY:lower() == 'a' then
  10569. CONTROL.L = -speedfly
  10570. elseif KEY:lower() == 'd' then
  10571. CONTROL.R = speedfly
  10572. end
  10573. end)
  10574. Mouse.KeyUp:connect(function(KEY)
  10575. if KEY:lower() == 'w' then
  10576. CONTROL.F = 0
  10577. elseif KEY:lower() == 's' then
  10578. CONTROL.B = 0
  10579. elseif KEY:lower() == 'a' then
  10580. CONTROL.L = 0
  10581. elseif KEY:lower() == 'd' then
  10582. CONTROL.R = 0
  10583. end
  10584. end)
  10585. freecamfly()
  10586. end
  10587.  
  10588. Commands.fc = function(args)
  10589. if args[1] then
  10590. run(commandPrefix.."freecam "..args[1])
  10591. else
  10592. run(commandPrefix.."freecam")
  10593. end
  10594. end
  10595.  
  10596. Commands.unfreecam = function(args)
  10597. doFREECAM = false
  10598. LP.Character.Head.Anchored = false
  10599. view(LP)
  10600. if gsWorkspace.rGETpartNUMBER2 then
  10601. gsWorkspace.rGETpartNUMBER2:Destroy()
  10602. end
  10603. loopviewfc = false
  10604. end
  10605.  
  10606. Commands.unfc = function(args)
  10607. doFREECAM = false
  10608. LP.Character.Head.Anchored = false
  10609. view(LP)
  10610. if gsWorkspace.rGETpartNUMBER2 then
  10611. gsWorkspace.rGETpartNUMBER2:Destroy()
  10612. end
  10613. loopviewfc = false
  10614. end
  10615.  
  10616. Commands.gotofc = function(args)
  10617. doFREECAM = false
  10618. LP.Character.Head.Anchored = false
  10619. view(LP)
  10620. pcall(function()
  10621. LP.Character.HumanoidRootPart.CFrame = gsWorkspace.rGETpartNUMBER2.CFrame
  10622. gsWorkspace.rGETpartNUMBER2:Destroy()
  10623. end)
  10624. loopviewfc = false
  10625. end
  10626.  
  10627. Commands.fctp = function(args)
  10628. if args[1] then
  10629. for i,v in pairs(findPlayer(args[1])) do
  10630. pcall(function()
  10631. gsWorkspace.rGETpartNUMBER2.CFrame = v.Character.Head.CFrame
  10632. end)
  10633. end
  10634. end
  10635. end
  10636.  
  10637. Commands.cmds = function(args)
  10638. CMDSmain.Position = UDim2.new(0, 695, 0, 297)
  10639. CMDSmain.Visible = true
  10640. CMDSmain:TweenSize(UDim2.new(0, 440, 0, 367), "InOut", "Sine", 1)
  10641. end
  10642.  
  10643. Commands.fullcredits = function(args)
  10644. Notification("info", "Credit to Autumn, Josh and 3dsboy08 (Help with "..commandPrefix.."remotespy and anti client kick)", 1)
  10645. Notification("info", "Credit to Infinite Yield developers (Assisted in "..commandPrefix.."esp and "..commandPrefix.."fly commands)", 1)
  10646. Notification("info", "Credit to Timeless ("..commandPrefix.."invisible) and Harkinian ("..commandPrefix.."shutdown)", 1)
  10647. Notification("info", "Credit to DEX creators ("..commandPrefix.."explorer) and xFunnieuss ("..commandPrefix.."spinhats)", 1)
  10648. Notification("info", "Only creator is illremember", 2)
  10649. end
  10650.  
  10651. Commands.hotkey = function(args)
  10652. if args[1] then
  10653. local hotkeyKEY = string.sub(tostring(args[1]), 1, 3)
  10654. if args[2] then
  10655. table.remove(args, 1)
  10656. local hotkeyCMD = table.concat(args, " ")
  10657. table.insert(hotkeys, hotkeyCMD.."//"..hotkeyKEY)
  10658. fullUpdate()
  10659. Notification("info", "Hotkey added!", 1)
  10660. end
  10661. end
  10662. end
  10663.  
  10664. Mouse.KeyDown:Connect(function(key)
  10665. for i,v in pairs(hotkeys) do
  10666. local currentKey = string.match(v, "[%a%d]+$")
  10667. if string.len(currentKey) == 1 then
  10668. if key == string.sub(v, #v, #v) then
  10669. local commandtoRUN = string.match(v, "^[%w%s]+")
  10670. if string.sub(string.lower(tostring(commandtoRUN)), 1, 3) == "fly" then
  10671. if bypassMODE == true then
  10672. if doFREECAM == false then
  10673. run(commandPrefix..tostring(commandtoRUN))
  10674. else
  10675. run(commandPrefix.."unfly")
  10676. end
  10677. else
  10678. if flying == false then
  10679. run(commandPrefix..tostring(commandtoRUN))
  10680. else
  10681. run(commandPrefix.."unfly")
  10682. end
  10683. end
  10684. elseif tostring(commandtoRUN) == "noclip" then
  10685. if noclip == false then
  10686. run(commandPrefix..tostring(commandtoRUN))
  10687. else
  10688. run(commandPrefix.."clip")
  10689. end
  10690. elseif tostring(commandtoRUN) == "freecam" or tostring(commandtoRUN) == "fc" then
  10691. if doFREECAM == false then
  10692. run(commandPrefix..tostring(commandtoRUN))
  10693. else
  10694. if fchotkeymode == "goto" then
  10695. run(commandPrefix.."gotofc")
  10696. elseif fchotkeymode == "unfc" then
  10697. run(commandPrefix.."unfreecam")
  10698. end
  10699. end
  10700. else
  10701. run(commandPrefix..tostring(commandtoRUN))
  10702. end
  10703. end
  10704. else
  10705. if string.lower(string.sub(tostring(currentKey), 1, 1)) == "f" then
  10706. local commandtoRUN = string.match(v, "^[%w%s]+")
  10707. local hotkeyadjust = tonumber(string.sub(currentKey, 2, 3)) + 25
  10708. if string.byte(key) == hotkeyadjust then
  10709. if string.sub(string.lower(tostring(commandtoRUN)), 1, 3) == "fly" then
  10710. if bypassMODE == true then
  10711. if doFREECAM == false then
  10712. run(commandPrefix..tostring(commandtoRUN))
  10713. else
  10714. run(commandPrefix.."unfly")
  10715. end
  10716. else
  10717. if flying == false then
  10718. run(commandPrefix..tostring(commandtoRUN))
  10719. else
  10720. run(commandPrefix.."unfly")
  10721. end
  10722. end
  10723. elseif tostring(commandtoRUN) == "noclip" then
  10724. if noclip == false then
  10725. run(commandPrefix..tostring(commandtoRUN))
  10726. else
  10727. run(commandPrefix.."clip")
  10728. end
  10729. elseif tostring(commandtoRUN) == "freecam" or tostring(commandtoRUN) == "fc" then
  10730. if doFREECAM == false then
  10731. run(commandPrefix..tostring(commandtoRUN))
  10732. else
  10733. if fchotkeymode == "goto" then
  10734. run(commandPrefix.."gotofc")
  10735. elseif fchotkeymode == "unfc" then
  10736. run(commandPrefix.."unfreecam")
  10737. end
  10738. end
  10739. else
  10740. run(commandPrefix..tostring(commandtoRUN))
  10741. end
  10742. end
  10743. end
  10744. end
  10745. end
  10746. end)
  10747.  
  10748. Commands.removeallhotkey = function(args)
  10749. hotkeys = {}
  10750. fullUpdate()
  10751. Notification("warning", "All hotkeys reset/removed", 6)
  10752. end
  10753.  
  10754. Commands.removehotkey = function(args)
  10755. if args[1] then
  10756. for i,v in pairs(hotkeys) do
  10757. local currentKey = string.match(v, "[%a%d]+$")
  10758. if currentKey == string.lower(tostring(args[1])) then
  10759. table.remove(hotkeys, i)
  10760. fullUpdate()
  10761. end
  10762. end
  10763. end
  10764. end
  10765.  
  10766. Commands.printhotkeys = function(args)
  10767. for i,v in pairs(hotkeys) do
  10768. warn("HOTKEYS:")
  10769. print(v)
  10770. end
  10771. end
  10772.  
  10773. Commands.os = function(args)
  10774. if args[1] then
  10775. for i,v in pairs(findPlayer(args[1])) do
  10776. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(v.Name.." is on "..v.OsPlatform, "All")
  10777. end
  10778. end
  10779. end
  10780.  
  10781. spinning = false
  10782. Commands.spin = function(args)
  10783. if args[1] then
  10784. for i,v in pairs(findSinglePlayer(args[1])) do
  10785. run(commandPrefix.."attach "..v.Name)
  10786. annplr = v
  10787. annoying = true
  10788. spinning = true
  10789. end
  10790. end
  10791. end
  10792.  
  10793. Commands.unspin = function(args)
  10794. if spinning then
  10795. annoying = false
  10796. spinning = false
  10797. end
  10798. run(""..commandPrefix.."unattach")
  10799. end
  10800.  
  10801. Commands.explorer = function(args)
  10802. loadstring(game:GetObjects("rbxassetid://418957341")[1].Source)()
  10803. Notification("info", "Loaded DEX explorer!", 5)
  10804. end
  10805.  
  10806. Commands.maxzoom = function(args)
  10807. if args[1] then
  10808. LP.CameraMaxZoomDistance = args[1]
  10809. end
  10810. end
  10811.  
  10812. Commands.stare = function(args)
  10813. if args[1] then
  10814. for i,v in pairs(findSinglePlayer(args[1])) do
  10815. stareplr = v
  10816. staring = true
  10817. end
  10818. end
  10819. end
  10820.  
  10821. Commands.unstare = function(args)
  10822. staring = false
  10823. end
  10824.  
  10825. Commands.tempgod = function(args)
  10826. local hu = LP.Character.Humanoid
  10827. local l = Instance.new("Humanoid")
  10828. l.Parent = LP.Character
  10829. l.Name = "Humanoid"
  10830. wait(0.1)
  10831. hu.Parent = LP
  10832. gsWorkspace.CurrentCamera.CameraSubject = LP.Character
  10833. LP.Character.Animate.Disabled = true
  10834. wait(0.1)
  10835. LP.Character.Animate.Disabled = false
  10836. Notification("info", "Enabled Temp FE Godmode", 4)
  10837. end
  10838.  
  10839. Commands.void = function(args)
  10840. if hasTools() == false then
  10841. Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
  10842. else
  10843. FEGodmode()
  10844. for i,v in pairs(LP.Backpack:GetChildren())do
  10845. LP.Character.Humanoid:EquipTool(v)
  10846. end
  10847. if args[1] then
  10848. for i,v in pairs(findSinglePlayer(args[1])) do
  10849. local NOW = LP.Character.HumanoidRootPart.CFrame
  10850. LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
  10851. wait(0.3)
  10852. LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
  10853. local function tp(player,player2)
  10854. local char1,char2=player.Character,player2.Character
  10855. if char1 and char2 then
  10856. char1:MoveTo(char2.Head.Position)
  10857. end
  10858. end
  10859. wait(0.5)
  10860. LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(999999999999999,0,999999999999999))
  10861. end
  10862. end
  10863. end
  10864. end
  10865.  
  10866. Commands.freefall = function(args)
  10867. if hasTools() == false then
  10868. Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
  10869. else
  10870. FEGodmode()
  10871. for i,v in pairs(LP.Backpack:GetChildren())do
  10872. LP.Character.Humanoid:EquipTool(v)
  10873. end
  10874. if args[1] then
  10875. for i,v in pairs(findSinglePlayer(args[1])) do
  10876. local NOW = LP.Character.HumanoidRootPart.CFrame
  10877. LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
  10878. wait(0.3)
  10879. LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
  10880. wait(0.5)
  10881. LP.Character.HumanoidRootPart.CFrame = NOW
  10882. wait(0.5)
  10883. LP.Character.HumanoidRootPart.CFrame = NOW
  10884. wait(0.6)
  10885. LP.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  10886. end
  10887. end
  10888. end
  10889. end
  10890.  
  10891. Commands.version = function(args)
  10892. Notification("info", "Current Shattervast Version: V2.8", 7)
  10893. end
  10894.  
  10895. Commands.shiftlockon = function(args)
  10896. LP.DevEnableMouseLock = true
  10897. Notification("info", "Shift lock enabled!", 5)
  10898. end
  10899.  
  10900. for i,needChat in pairs(gsPlayers:GetPlayers()) do
  10901. needChat.Chatted:Connect(function(msg)
  10902. if copychatall then
  10903. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(msg, "All")
  10904. end
  10905. end)
  10906. end
  10907. gsPlayers.PlayerAdded:Connect(function(plr)
  10908. plr.Chatted:Connect(function(msg)
  10909. if copychatall then
  10910. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(msg, "All")
  10911. end
  10912. end)
  10913. end)
  10914.  
  10915. copychatplayer = nil
  10916. copychatall = false
  10917. copychatACTIVE = false
  10918. Commands.copychat = function(args)
  10919. if args[1] then
  10920. if string.lower(args[1]) == "all" or string.lower(args[1]) == "others" then
  10921. copychatall = true
  10922. else
  10923. for i,v in pairs(findPlayer(args[1])) do
  10924. if v ~= LP then
  10925. copychatplayer = v
  10926. copychatACTIVE = true
  10927. end
  10928. end
  10929. end
  10930. end
  10931. end
  10932.  
  10933. Commands.uncopychat = function(args)
  10934. copychatall = false
  10935. copychatACTIVE = false
  10936. end
  10937.  
  10938. Commands.newkill = function(args)
  10939. if hasTools() == false then
  10940. Notification("warning", "You need TWO tools in your backpack/inventory to use this command.", 8)
  10941. else
  10942. if args[1] then
  10943. for i,plr in pairs(findSinglePlayer(args[1])) do
  10944. for i,v in pairs(LP.Backpack:GetChildren())do
  10945. LP.Character.Humanoid:EquipTool(v)
  10946. end
  10947. for i,v in pairs(LP.Backpack:GetDescendants()) do
  10948. if v:IsA("Tool") then
  10949. v.Parent = LP.Character
  10950. wait()
  10951. v.Parent = plr.Character
  10952. end
  10953. end
  10954. wait(0.4)
  10955. LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(4000000, -10, 200000))
  10956. end
  10957. end
  10958. end
  10959. end
  10960.  
  10961. Commands.newattach = function(args)
  10962. if hasTools() == false then
  10963. Notification("warning", "You need TWO tools in your backpack/inventory to use this command.", 8)
  10964. else
  10965. if args[1] then
  10966. for i,plr in pairs(findSinglePlayer(args[1])) do
  10967. for i,v in pairs(LP.Backpack:GetChildren())do
  10968. LP.Character.Humanoid:EquipTool(v)
  10969. end
  10970. for i,v in pairs(LP.Backpack:GetDescendants()) do
  10971. if v:IsA("Tool") then
  10972. v.Parent = LP.Character
  10973. wait()
  10974. v.Parent = plr.Character
  10975. end
  10976. end
  10977. end
  10978. end
  10979. end
  10980. end
  10981.  
  10982. Commands.newbring = function(args)
  10983. if hasTools() == false then
  10984. Notification("warning", "You need TWO tools in your backpack/inventory to use this command.", 8)
  10985. else
  10986. if args[1] then
  10987. for i,plr in pairs(findSinglePlayer(args[1])) do
  10988. local NOW = LP.Character.HumanoidRootPart.CFrame
  10989. for i,v in pairs(LP.Backpack:GetChildren())do
  10990. LP.Character.Humanoid:EquipTool(v)
  10991. end
  10992. for i,v in pairs(LP.Backpack:GetDescendants()) do
  10993. if v:IsA("Tool") then
  10994. v.Parent = LP.Character
  10995. wait()
  10996. v.Parent = plr.Character
  10997. end
  10998. end
  10999. wait(0.4)
  11000. LP.Character.HumanoidRootPart.CFrame = NOW
  11001. wait(0.4)
  11002. LP.Character.HumanoidRootPart.CFrame = NOW
  11003. end
  11004. end
  11005. end
  11006. end
  11007.  
  11008. Commands.spawn = function(args)
  11009. if args[1] then
  11010. if string.lower(tostring(args[1])) == "ws" then
  11011. spawnWS = args[2] or CurrentWalkspeed
  11012. LP.Character.Humanoid.WalkSpeed = args[2] or CurrentWalkspeed
  11013. elseif string.lower(tostring(args[1])) == "jp" then
  11014. spawnJP = args[2] or CurrentJumppower
  11015. LP.Character.Humanoid.JumpPower = args[2] or CurrentJumppower
  11016. elseif string.lower(tostring(args[1])) == "hh" then
  11017. spawnHH = args[2] or CurrentHipheight
  11018. LP.Character.Humanoid.HipHeight = args[2] or CurrentHipheight
  11019. elseif string.lower(tostring(args[1])) == "god" then
  11020. spawningfegod = true
  11021. FEGodmode()
  11022. end
  11023. end
  11024. end
  11025.  
  11026. Commands.unspawn = function(args)
  11027. spawnWS = CurrentWalkspeed
  11028. spawnJP = CurrentJumppower
  11029. spawnHH = CurrentHipheight
  11030. spawningfegod = false
  11031. Notification("info", "Reset spawning stats", 5)
  11032. end
  11033.  
  11034. savingtoolsloop = false
  11035. Commands.autosavetool = function(args)
  11036. if args[1] then
  11037. if string.lower(tostring(args[1])) == "on" then
  11038. savingtoolsloop = true
  11039. elseif string.lower(tostring(args[1])) == "off" then
  11040. savingtoolsloop = false
  11041. end
  11042. end
  11043. end
  11044.  
  11045. modeFling = false
  11046. modeCompliment = false
  11047. modeMove = false
  11048. modeInfo = false
  11049. Commands.beginbot = function(args)
  11050. if not args[1] then
  11051. print("fling // compliment // move // info")
  11052. Notification("info", ""..commandPrefix.."beginbot Modes printed", 5)
  11053. else
  11054. if string.lower(tostring(args[1])) == "fling" then
  11055. modeFling = true
  11056. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Hello! I am Fling-Bot 5000! Say !fling [Player] to fling that player!", "All")
  11057. elseif string.lower(tostring(args[1])) == "compliment" then
  11058. modeCompliment = true
  11059. complimentReady = true
  11060. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Good day, I am Compliment-Bot. Say !c [Player] to give them a compliment.", "All")
  11061. elseif string.lower(tostring(args[1])) == "move" then
  11062. modeMove = true
  11063. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Hi, I am movement bot. Commands you can use: !walk [Player], !bringbot, !follow [Player].", "All")
  11064. elseif string.lower(tostring(args[1])) == "info" then
  11065. modeInfo = true
  11066. infoReady = true
  11067. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Hey, I'm Info-Bot. Commands you can use: !age [Player], !id [Player].", "All")
  11068. end
  11069. end
  11070. end
  11071.  
  11072. Commands.endbot = function(args)
  11073. if not args[1] then
  11074. modeFling = false
  11075. modeCompliment = false
  11076. modeMove = false
  11077. modeInfo = false
  11078. else
  11079. if string.lower(tostring(args[1])) == "fling" then
  11080. modeFling = false
  11081. elseif string.lower(tostring(args[1])) == "compliment" then
  11082. modeCompliment = false
  11083. elseif string.lower(tostring(args[1])) == "move" then
  11084. modeMove = false
  11085. elseif string.lower(tostring(args[1])) == "info" then
  11086. modeInfo = false
  11087. end
  11088. end
  11089. end
  11090.  
  11091. Commands.stopsit = function(args)
  11092. stopsitting = true
  11093. end
  11094.  
  11095. Commands.gosit = function(args)
  11096. stopsitting = false
  11097. end
  11098.  
  11099. chattingerror = true
  11100. Commands.chaterror = function(args)
  11101. if chattingerror then
  11102. chattingerror = false
  11103. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(" ", "All")
  11104. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(" ", "All")
  11105. wait(4)
  11106. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(" ", "All")
  11107. wait(3)
  11108. chattingerror = true
  11109. end
  11110. end
  11111.  
  11112. spawnpos = nil
  11113. spawningpos = true
  11114. Commands.spawnpoint = function(args)
  11115. spawnpos = LP.Character.HumanoidRootPart.CFrame
  11116. spawningpos = true
  11117. Notification("info", "Spawn point has been set! Use "..commandPrefix.."nospawn to remove.", 6)
  11118. end
  11119.  
  11120. Commands.nospawn = function(args)
  11121. spawningpos = false
  11122. Notification("info", "Spawn point has been removed. Use "..commandPrefix.."spawnpoint to enable.", 6)
  11123. end
  11124.  
  11125. Commands.bypass = function(args)
  11126. if args[1] then
  11127. if string.lower(tostring(args[1])) == "on" then
  11128. bypassMODE = true
  11129. Notification("warning", "Bypass mode turned on, this changes functions of "..commandPrefix.."fly and other commands to bypass most anti-exploits.", 7)
  11130. elseif string.lower(tostring(args[1])) == "off" then
  11131. bypassMODE = false
  11132. Notification("warning", "Bypass mode has been turned off.", 7)
  11133. end
  11134. end
  11135. end
  11136.  
  11137. Commands.fixcam = function(args)
  11138. gsWorkspace.CurrentCamera:Destroy()
  11139. wait(0.1)
  11140. game:GetService("Workspace").CurrentCamera.CameraSubject = LP.Character.Humanoid
  11141. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  11142. LP.CameraMinZoomDistance = 0.5
  11143. LP.CameraMaxZoomDistance = 400
  11144. LP.CameraMode = "Classic"
  11145. LP.DevCameraOcclusionMode = CurrentNormal
  11146. end
  11147.  
  11148. Commands.gotoobj = function(args)
  11149. if args[1] then
  11150. for i,v in pairs(gsWorkspace:GetDescendants()) do
  11151. if string.lower(v.Name) == string.lower(tostring(args[1])) then
  11152. LP.Character.HumanoidRootPart.CFrame = v.CFrame + Vector3.new(0, 3, 0)
  11153. end
  11154. end
  11155. end
  11156. end
  11157.  
  11158. Commands.breakcam = function(args)
  11159. gsWorkspace.CurrentCamera.CameraSubject = LP.Character.Head
  11160. end
  11161.  
  11162. Commands.inviscam = function(args)
  11163. LP.DevCameraOcclusionMode = "Invisicam"
  11164. end
  11165.  
  11166. printobjKEY = ""
  11167. printobjCLICKING = false
  11168. printobjACTIVE = false
  11169.  
  11170. Commands.printobj = function(args)
  11171. if args[1] then
  11172. printobjKEY = string.sub(tostring(args[1]), 1, 1)
  11173. printobjACTIVE = true
  11174. printobjCLICKING = false
  11175. else
  11176. printobjKEY = ""
  11177. printobjACTIVE = true
  11178. printobjCLICKING = true
  11179. end
  11180. end
  11181.  
  11182. Mouse.KeyDown:Connect(function(key)
  11183. if key == printobjKEY and printobjACTIVE == true then
  11184. if Mouse.Target then
  11185. local path = Mouse.Target:GetFullName()
  11186. local getPath = "game:GetService(\"Workspace\")"
  11187. local getSpaces = ""
  11188. local separate = {}
  11189. local a = nil
  11190. for v in string.gmatch(string.sub(path, 10), "[^.]+") do
  11191. if string.match(v, " ") then
  11192. a = "["..v.."]"
  11193. table.insert(separate, a)
  11194. else
  11195. a = "."..v
  11196. table.insert(separate, a)
  11197. end
  11198. getSpaces = table.concat(separate, "")
  11199. end
  11200. local fullPath = getPath..getSpaces
  11201. print(fullPath)
  11202. end
  11203. end
  11204. end)
  11205. Mouse.Button1Down:Connect(function()
  11206. if printobjCLICKING == true and printobjACTIVE == true then
  11207. if Mouse.Target then
  11208. local path = Mouse.Target:GetFullName()
  11209. local getPath = "game:GetService(\"Workspace\")"
  11210. local getSpaces = ""
  11211. local separate = {}
  11212. local a = nil
  11213. for v in string.gmatch(string.sub(path, 10), "[^.]+") do
  11214. if string.match(v, " ") then
  11215. a = "["..v.."]"
  11216. table.insert(separate, a)
  11217. else
  11218. a = "."..v
  11219. table.insert(separate, a)
  11220. end
  11221. getSpaces = table.concat(separate, "")
  11222. end
  11223. local fullPath = getPath..getSpaces
  11224. print(fullPath)
  11225. end
  11226. end
  11227. end)
  11228.  
  11229. Commands.unprintobj = function(args)
  11230. printobjACTIVE = false
  11231. printobjCLICKING = false
  11232. end
  11233.  
  11234. Commands.hotkeyfc = function(args)
  11235. if args[1] then
  11236. if string.lower(tostring(args[1])) == "goto" then
  11237. fchotkeymode = "goto"
  11238. elseif string.lower(tostring(args[1])) == "unfc" then
  11239. fchotkeymode = "unfc"
  11240. end
  11241. fullUpdate()
  11242. end
  11243. end
  11244.  
  11245. Commands.carpet = function(args)
  11246. if args[1] then
  11247. for i,v in pairs(findSinglePlayer(args[1])) do
  11248. if v ~= nil then
  11249. annoying = true
  11250. annplr = v
  11251. local carpetAnimation = Instance.new("Animation")
  11252. carpetAnimation.AnimationId = "rbxassetid://282574440"
  11253. carpetTrack = LP.Character.Humanoid:LoadAnimation(carpetAnimation)
  11254. carpetTrack:Play(.1, 1, 1)
  11255. end
  11256. end
  11257. end
  11258. end
  11259.  
  11260. Commands.uncarpet = function(args)
  11261. annoying = false
  11262. carpetTrack:Stop()
  11263. end
  11264.  
  11265. Commands.brickcreate = function(args)
  11266. if args[1] then
  11267. local createPosition = LP.Character.HumanoidRootPart.CFrame
  11268. if args[2] and args[3] and args[4] then
  11269. createPosition = CFrame.new(Vector3.new(args[2], args[3], args[4]))
  11270. else
  11271. createPosition = LP.Character.HumanoidRootPart.CFrame
  11272. end
  11273. for i = 1, args[1] do
  11274. LP.Character.HumanoidRootPart.CFrame = createPosition
  11275. run(commandPrefix.."blockhats")
  11276. wait(0.2)
  11277. run(commandPrefix.."drophats")
  11278. wait(0.2)
  11279. run(commandPrefix.."reset")
  11280. wait(6)
  11281. end
  11282. end
  11283. end
  11284.  
  11285. Commands.forward = function(args)
  11286. if args[1] then
  11287. forwardSpeed = args[1]
  11288. else
  11289. forwardSpeed = 1
  11290. end
  11291. cmdForward = true
  11292. end
  11293.  
  11294. Commands.unforward = function(args)
  11295. cmdForward = false
  11296. end
  11297.  
  11298. Commands.id = function(args)
  11299. if args[1] then
  11300. for i,v in pairs(findPlayer(args[1])) do
  11301. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(v.Name.." Account ID: "..v.UserId.."!", "All")
  11302. end
  11303. end
  11304. end
  11305.  
  11306. Commands.spinhats = function(args) -- Credit to xFunnieuss
  11307. for i,v in pairs(LP.Character:GetDescendants()) do
  11308. if v:IsA("Accessory") or v:IsA("Hat") then
  11309. local keep = Instance.new("BodyPosition") keep.Parent = v.Handle keep.Name = "no"
  11310. local spin = Instance.new("BodyAngularVelocity") spin.Parent = v.Handle spin.Name = "ha"
  11311. if v.Handle.AccessoryWeld then
  11312. v.Handle.AccessoryWeld:Destroy()
  11313. end
  11314. if args[1] then
  11315. spin.AngularVelocity = Vector3.new(0, args[1], 0)
  11316. spin.MaxTorque = Vector3.new(0, args[1] * 2, 0)
  11317. else
  11318. spin.AngularVelocity = Vector3.new(0, 100, 0)
  11319. spin.MaxTorque = Vector3.new(0, 200, 0)
  11320. end
  11321. keep.P = 30000
  11322. keep.D = 50
  11323. spinObj = keep
  11324. spinTOhead = true
  11325. end
  11326. end
  11327. end
  11328.  
  11329. Commands.unspinhats = function(args)
  11330. for i,v in pairs(LP.Character:GetDescendants()) do
  11331. if v:IsA("Accessory") or v:IsA("Hat") then
  11332. pcall(function()
  11333. run(commandPrefix.."drophats")
  11334. wait(2)
  11335. v.Handle.spin:Destroy()
  11336. v.Handle.keep:Destroy()
  11337. end)
  11338. end
  11339. end
  11340. end
  11341.  
  11342. savedmap = {}
  11343. Commands.savemap = function(args)
  11344. for i,v in pairs(gsWorkspace:GetChildren()) do
  11345. v.Archivable = true
  11346. if not v:IsA("Terrain") and not v:IsA("Camera") then
  11347. if not gsPlayers:FindFirstChild(v.Name) then
  11348. table.insert(savedmap, v:Clone())
  11349. end
  11350. end
  11351. end
  11352. clientSided()
  11353. end
  11354.  
  11355. Commands.loadmap = function(args)
  11356. for i,v in pairs(gsWorkspace:GetChildren()) do
  11357. if not v:IsA("Terrain") and not v:IsA("Camera") then
  11358. if not gsPlayers:FindFirstChild(v.Name) then
  11359. pcall(function()
  11360. v:Destroy()
  11361. end)
  11362. end
  11363. end
  11364. end
  11365. for i,a in ipairs(savedmap) do
  11366. a:Clone().Parent = gsWorkspace
  11367. end
  11368. clientSided()
  11369. end
  11370.  
  11371. Commands.creatorid = function(args)
  11372. LP.UserId = game.CreatorId
  11373. end
  11374.  
  11375. Commands.gameid = function(args)
  11376. Notification("info", "Current game's ID = "..game.GameId, 8)
  11377. end
  11378.  
  11379. Commands.delobj = function(args)
  11380. if args[1] then
  11381. for i,v in pairs(gsWorkspace:GetDescendants()) do
  11382. if string.lower(v.Name) == string.lower(tostring(args[1])) then
  11383. v:Destroy()
  11384. clientSided()
  11385. end
  11386. end
  11387. end
  11388. end
  11389.  
  11390. Commands.glide = function(args)
  11391. if args[1] then
  11392. for i,v in pairs(findSinglePlayer(args[1])) do
  11393. local goal = {}
  11394. goal.CFrame = v.Character.HumanoidRootPart.CFrame
  11395. local defaultSpeed = 3
  11396. if args[2] then
  11397. if tonumber(args[2]) < 10 then
  11398. defaultSpeed = tonumber(args[2])
  11399. else
  11400. defaultSpeed = 5
  11401. end
  11402. else
  11403. defaultSpeed = 3
  11404. end
  11405. local goalFunction = gsTween:Create(LP.Character.HumanoidRootPart, TweenInfo.new(defaultSpeed, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), goal)
  11406. goalFunction:Play()
  11407. end
  11408. end
  11409. end
  11410.  
  11411. stutterON = false
  11412. Commands.stutter = function(args)
  11413. if args[1] then
  11414. if string.lower(tostring(args[1])) == "on" then
  11415. stutterON = true
  11416. elseif string.lower(tostring(args[1])) == "off" then
  11417. stutterON = false
  11418. wait(0.4)
  11419. LP.Character.HumanoidRootPart.Anchored = false
  11420. end
  11421. end
  11422. end
  11423.  
  11424. spawn(function()
  11425. while wait(0.1) do
  11426. if stutterON == true then
  11427. LP.Character.HumanoidRootPart.Anchored = false
  11428. wait(0.1)
  11429. LP.Character.HumanoidRootPart.Anchored = true
  11430. end
  11431. end
  11432. end)
  11433.  
  11434. Commands.platform = function(args)
  11435. local a = Instance.new("Part")
  11436. a.Parent = gsWorkspace
  11437. a.Size = Vector3.new(10, 1, 10)
  11438. a.Anchored = true
  11439. a.CFrame = LP.Character.HumanoidRootPart.CFrame + Vector3.new(0, 5, 0)
  11440. LP.Character.HumanoidRootPart.CFrame = a.CFrame + Vector3.new(0, 2, 0)
  11441. clientSided()
  11442. wait(20)
  11443. a:Destroy()
  11444. end
  11445.  
  11446. Commands.servertime = function(args)
  11447. Notification("info", "Server time is "..math.ceil(tonumber(gsWorkspace.DistributedGameTime)).." seconds.", 8)
  11448. end
  11449.  
  11450. Commands.ride = function(args)
  11451. if args[1] then
  11452. for i,v in pairs(findSinglePlayer(args[1])) do
  11453. local Anim = Instance.new("Animation")
  11454. Anim.AnimationId = "rbxassetid://179224234"
  11455. RIDEtrack = LP.Character.Humanoid:LoadAnimation(Anim)
  11456. rideACTIVE = true
  11457. ridePLAYER = v
  11458. RIDEtrack:Play()
  11459. end
  11460. end
  11461. end
  11462.  
  11463. Commands.unride = function(args)
  11464. RIDEtrack:Stop()
  11465. rideACTIVE = false
  11466. end
  11467.  
  11468. Commands.cmute = function(args)
  11469. if args[1] then
  11470. for i,v in pairs(findSinglePlayer(args[1])) do
  11471. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/mute "..v.Name, "All")
  11472. clientSided()
  11473. end
  11474. end
  11475. end
  11476.  
  11477. Commands.uncmute = function(args)
  11478. if args[1] then
  11479. for i,v in pairs(findSinglePlayer(args[1])) do
  11480. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/unmute "..v.Name, "All")
  11481. end
  11482. end
  11483. end
  11484.  
  11485. Commands.hat = function(args)
  11486. if args[1] then
  11487. for i,v in pairs(findSinglePlayer(args[1])) do
  11488. local Anim = Instance.new("Animation")
  11489. Anim.AnimationId = "rbxassetid://282574440"
  11490. HATtrack = LP.Character.Humanoid:LoadAnimation(Anim)
  11491. rideACTIVE = true
  11492. ridePLAYER = v
  11493. HATtrack:Play()
  11494. view(v)
  11495. end
  11496. end
  11497. end
  11498.  
  11499. Commands.unhat = function(args)
  11500. HATtrack:Stop()
  11501. rideACTIVE = false
  11502. view(LP)
  11503. end
  11504.  
  11505. --[[Commands.spawnreset = function(args)
  11506. if args[1] then
  11507. if string.lower(tostring(args[1])) == "on" then
  11508. spawningatreset = true
  11509. elseif string.lower(tostring(args[1])) == "off" then
  11510. spawningatreset = false
  11511. end
  11512. end
  11513. end]]
  11514.  
  11515. Commands.chat = function(args)
  11516. if args[1] then
  11517. local Chatmsg = table.concat(args, " ")
  11518. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(Chatmsg, "All")
  11519. end
  11520. end
  11521.  
  11522. -- findPlayer function (ALL, OTHERS, ME, NOOBS, VETERANS, OLDVETERANS, FRIENDS, NOFRIENDS, DEFAULT, RANDOM, SAMETEAM, NOTEAM, OTHERTEAM, TEAMname)
  11523. function findPlayer(plr)
  11524. local players = {}
  11525. local find = plr:lower()
  11526. local getAllNames = getmultipleplayers(find)
  11527. for i,mplr in pairs(getAllNames) do
  11528. if mplr == "all" then
  11529. for i,v in pairs(gsPlayers:GetPlayers()) do
  11530. table.insert(players,v)
  11531. end
  11532. elseif mplr == "others" then
  11533. for i,v in pairs(gsPlayers:GetPlayers()) do
  11534. if v.Name ~= LP.Name then
  11535. table.insert(players,v)
  11536. end
  11537. end
  11538. elseif mplr == "me" then
  11539. table.insert(players,LP)
  11540. elseif mplr == "noobs" then
  11541. for i,v in pairs(gsPlayers:GetPlayers()) do
  11542. if v.AccountAge <= 3 then
  11543. table.insert(players,v)
  11544. end
  11545. end
  11546. elseif mplr == "veterans" then
  11547. for i,v in pairs(gsPlayers:GetPlayers()) do
  11548. if v.AccountAge >= 365 then
  11549. table.insert(players,v)
  11550. end
  11551. end
  11552. elseif mplr == "oldveterans" then
  11553. for i,v in pairs(gsPlayers:GetPlayers()) do
  11554. if v.AccountAge >= 1500 then
  11555. table.insert(players,v)
  11556. end
  11557. end
  11558. elseif mplr == "friends" then
  11559. for i,v in pairs(gsPlayers:GetPlayers()) do
  11560. if v:IsFriendsWith(LP.UserId) and v.Name ~= LP.Name then
  11561. table.insert(players,v)
  11562. end
  11563. end
  11564. elseif mplr == "nofriends" then
  11565. for i,v in pairs(gsPlayers:GetPlayers()) do
  11566. if not v:IsFriendsWith(LP.UserId) and v.Name ~= LP.Name then
  11567. table.insert(players,v)
  11568. end
  11569. end
  11570. elseif mplr == "default" then
  11571. for i,v in pairs(gsPlayers:GetPlayers()) do
  11572. if v.Character:FindFirstChild("Pal Hair") or v.Character:FindFirstChild("Kate Hair") then
  11573. table.insert(players,v)
  11574. end
  11575. end
  11576. elseif mplr == "random" then
  11577. for i,v in pairs(gsPlayers:GetPlayers()) do
  11578. table.insert(players,v[math.random(1, #v)])
  11579. end
  11580. elseif mplr == "sameteam" then
  11581. for i,v in pairs(gsPlayers:GetPlayers()) do
  11582. if v.Team == LP.Team then
  11583. table.insert(players,v)
  11584. end
  11585. end
  11586. elseif mplr == "noteam" then
  11587. for i,v in pairs(gsPlayers:GetPlayers()) do
  11588. if v.Team == nil then
  11589. table.insert(players,v)
  11590. end
  11591. end
  11592. elseif mplr == "otherteam" then
  11593. for i,v in pairs(gsPlayers:GetPlayers()) do
  11594. if v.Team ~= LP.Team then
  11595. table.insert(players,v)
  11596. end
  11597. end
  11598. elseif string.sub(mplr, 1, 4) == "team" then
  11599. for i,v in pairs(gsPlayers:GetPlayers()) do
  11600. local spaceTEAM = {}
  11601. for teamValues in (string.gmatch(string.sub(mplr, 5), "[^_]+")) do
  11602. spaceTEAM[#spaceTEAM + 1] = teamValues
  11603. end
  11604. local gottrueteam = table.concat(spaceTEAM, " ")
  11605. if string.lower(tostring(v.Team)) == string.lower(gottrueteam) then
  11606. table.insert(players,v)
  11607. end
  11608. end
  11609. else
  11610. for i,v in pairs(gsPlayers:GetPlayers()) do
  11611. if string.lower(v.Name):sub(1, #mplr) == string.lower(mplr) then
  11612. table.insert(players,v)
  11613. end
  11614. end
  11615. end
  11616. end
  11617.  
  11618. return players
  11619. end
  11620. function getmultipleplayers(plr)
  11621. local plrsgotten = {}
  11622. for i in string.gmatch(plr,"[^,]+") do
  11623. table.insert(plrsgotten,i)
  11624. end
  11625. return plrsgotten
  11626. end
  11627. function findSinglePlayer(plr)
  11628. local players = {}
  11629. local find = plr:lower()
  11630. if find == "me" then
  11631. table.insert(players,LP)
  11632. else
  11633. for i,v in pairs(gsPlayers:GetPlayers()) do
  11634. if string.lower(v.Name):sub(1, #find) == string.lower(find) then
  11635. table.insert(players,v)
  11636. end
  11637. end
  11638. end
  11639. local oneplayer = {}
  11640. pcall(function()
  11641. table.insert(oneplayer, players[math.random(1, #players)])
  11642. end)
  11643. return oneplayer
  11644. end
  11645.  
  11646. -- Anti Kick
  11647.  
  11648. if getrawmetatable then
  11649. function formatargs(getArgs,v)
  11650. if #getArgs == 0 then
  11651. return ""
  11652. end
  11653.  
  11654. local collectArgs = {}
  11655. for k,v in next,getArgs do
  11656. local argument = ""
  11657. if type(v) == "string" then
  11658. argument = "\""..v.."\""
  11659. elseif type(v) == "table" then
  11660. argument = "{" .. formatargs(v,true) .. "}"
  11661. else
  11662. argument = tostring(v)
  11663. end
  11664. if v and type(k) ~= "number" then
  11665. table.insert(collectArgs,k.."="..argument)
  11666. else
  11667. table.insert(collectArgs,argument)
  11668. end
  11669. end
  11670. return table.concat(collectArgs, ", ")
  11671. end
  11672.  
  11673. kicknum = 0
  11674. local game_meta = getrawmetatable(game)
  11675. local game_namecall = game_meta.__namecall
  11676. local game_index = game_meta.__index
  11677. local w = (setreadonly or fullaccess or make_writeable)
  11678. pcall(w, game_meta, false)
  11679. game_meta.__namecall = function(out, ...)
  11680. local args = {...}
  11681. local Method = args[#args]
  11682. args[#args] = nil
  11683.  
  11684. if Method == "Kick" and out == LP then
  11685. kicknum = kicknum + 1
  11686. warn("Blocked client-kick attempt "..kicknum)
  11687. return
  11688. end
  11689.  
  11690. if antiremotes then
  11691. if Method == "FireServer" or Method == "InvokeServer" then
  11692. if out.Name ~= "CharacterSoundEvent" and out.Name ~= "SayMessageRequest" and out.Name ~= "AddCharacterLoadedEvent" and out.Name ~= "RemoveCharacterEvent" and out.Name ~= "DefaultServerSoundEvent" and out.Parent ~= "DefaultChatSystemChatEvents" then
  11693. warn("Blocked remote: "..out.Name.." // Method: "..Method)
  11694. return
  11695. end
  11696. end
  11697. else
  11698. if Method == "FireServer" or Method == "InvokeServer" then
  11699. for i,noremote in pairs(blockedremotes) do
  11700. if out.Name == noremote and out.Name ~= "SayMessageRequest" then
  11701. warn("Blocked remote: "..out.Name.." // Method: "..Method)
  11702. return
  11703. end
  11704. end
  11705. end
  11706. end
  11707.  
  11708. if spyingremotes then
  11709. if Method == "FireServer" or Method == "InvokeServer" then
  11710. if out.Name ~= "CharacterSoundEvent" and out.Name ~= "AddCharacterLoadedEvent" and out.Name ~= "RemoveCharacterEvent" and out.Name ~= "DefaultServerSoundEvent" and out.Name ~= "SayMessageRequest" then
  11711. local arguments = {}
  11712. for i = 1,#args do
  11713. arguments[i] = args[i]
  11714. end
  11715. local getScript = getfenv(2).script
  11716. if getScript == nil then
  11717. getScript = "??? (Not Found) ???"
  11718. end
  11719. warn("<> <> <> A "..out.ClassName.." has been fired! How to fire:\ngame."..out:GetFullName()..":"..Method.."("..formatargs(arguments)..")\n\nFired from script: ".. tostring(getScript:GetFullName()))
  11720. end
  11721. end
  11722. end
  11723.  
  11724. return game_namecall(out, ...)
  11725. end
  11726. end
  11727.  
  11728. -- FE Check
  11729. function FEcheckDefault()
  11730. if gsWorkspace.FilteringEnabled == true then
  11731. createIntro("warning", "FE is enabled! Press "..commandPrefix.." to bring Command Bar.", 7)
  11732. else
  11733. createIntro("warning", "FE is disabled. Consider using a different script.", 7)
  11734. end
  11735. end
  11736. FEcheckDefault()
  11737. end)
  11738.  
  11739. Close.Name = "Close"
  11740. Close.Parent = Main
  11741. Close.BackgroundColor3 = Color3.new(0.356863, 0.00784314, 0.0117647)
  11742. Close.Position = UDim2.new(0.934237778, 0, 0.0154688098, 0)
  11743. Close.Size = UDim2.new(0, 30, 0, 28)
  11744. Close.Font = Enum.Font.SourceSans
  11745. Close.Text = "X"
  11746. Close.TextColor3 = Color3.new(0.6, 0.0235294, 0.0313726)
  11747. Close.TextSize = 30
  11748. Close.MouseButton1Down:connect(function()
  11749. OpenFrame.Visible = true
  11750. Main.Visible = false
  11751. end)
Add Comment
Please, Sign In to add comment