ck5archived

somethin

Oct 7th, 2022
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 80.53 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local Guis = Instance.new("Folder")
  7. local IY_JumpScare = Instance.new("ScreenGui")
  8. local Image = Instance.new("ImageLabel")
  9. local IY_Hint = Instance.new("ScreenGui")
  10. local PopupFrame = Instance.new("Frame")
  11. local Message = Instance.new("TextButton")
  12. local IY_GUI = Instance.new("ScreenGui")
  13. local Top = Instance.new("Frame")
  14. local PopupFrame_2 = Instance.new("Frame")
  15. local Items = Instance.new("Frame")
  16. local cmdsFrame = Instance.new("ScrollingFrame")
  17. local settingsFrame = Instance.new("ScrollingFrame")
  18. local prefixText = Instance.new("TextButton")
  19. local prefixBox = Instance.new("TextBox")
  20. local suggestionsText = Instance.new("TextButton")
  21. local suggestionsBox = Instance.new("ImageButton")
  22. local allowfriendsText = Instance.new("TextButton")
  23. local allowfriendsBox = Instance.new("ImageButton")
  24. local Search = Instance.new("Frame")
  25. local ImageLabel = Instance.new("ImageLabel")
  26. local TextBox = Instance.new("TextBox")
  27. local logsFrame = Instance.new("ScrollingFrame")
  28. local CMD = Instance.new("TextButton")
  29. local Label = Instance.new("ScrollingFrame")
  30. local labelText = Instance.new("TextButton")
  31. local closeBox = Instance.new("ImageButton")
  32. local keybindsFrame = Instance.new("Frame")
  33. local Clear = Instance.new("TextButton")
  34. local Add = Instance.new("TextButton")
  35. local ListFrame = Instance.new("ScrollingFrame")
  36. local bansFrame = Instance.new("ScrollingFrame")
  37. local adminsFrame = Instance.new("ScrollingFrame")
  38. local Close = Instance.new("ImageButton")
  39. local Minimize = Instance.new("ImageButton")
  40. local Select = Instance.new("Frame")
  41. local cmds = Instance.new("TextButton")
  42. local settings = Instance.new("TextButton")
  43. local keybinds = Instance.new("TextButton")
  44. local admins = Instance.new("TextButton")
  45. local highlight = Instance.new("TextButton")
  46. local bans = Instance.new("TextButton")
  47. local logs = Instance.new("TextButton")
  48. local Title = Instance.new("TextLabel")
  49. local Cmdbar = Instance.new("TextBox")
  50. local Suggestions = Instance.new("Frame")
  51. local Frame = Instance.new("ScrollingFrame")
  52. local Title_2 = Instance.new("TextLabel")
  53. local PersonalHint = Instance.new("Frame")
  54. local Message_2 = Instance.new("TextButton")
  55. local KeybindsEditor = Instance.new("Frame")
  56. local Minimize_2 = Instance.new("ImageButton")
  57. local Close_2 = Instance.new("ImageButton")
  58. local Title_3 = Instance.new("TextLabel")
  59. local Frame_2 = Instance.new("Frame")
  60. local CTB = Instance.new("TextButton")
  61. local Desc = Instance.new("TextLabel")
  62. local Line = Instance.new("Frame")
  63. local keybindCmd = Instance.new("TextBox")
  64. local AddCmd = Instance.new("TextButton")
  65. local AddFly = Instance.new("TextButton")
  66. local FlyText = Instance.new("TextLabel")
  67. local NoclipText = Instance.new("TextLabel")
  68. local AddNoclip = Instance.new("TextButton")
  69. local IY_Message = Instance.new("ScreenGui")
  70. local Top_2 = Instance.new("Frame")
  71. local PopupFrame_3 = Instance.new("Frame")
  72. local Close_3 = Instance.new("ImageButton")
  73. local Title_4 = Instance.new("TextLabel")
  74. local Items_2 = Instance.new("Frame")
  75. local Message_3 = Instance.new("TextButton")
  76. local Scripts = Instance.new("Folder")
  77.  
  78. --Properties:
  79.  
  80. Guis.Name = "Guis"
  81. Guis.Parent = game.StarterGui.MainModule
  82.  
  83. IY_JumpScare.Name = "IY_JumpScare"
  84. IY_JumpScare.Parent = Guis
  85.  
  86. Image.Name = "Image"
  87. Image.Parent = IY_JumpScare
  88. Image.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  89. Image.BorderColor3 = Color3.fromRGB(0, 0, 0)
  90. Image.BorderSizePixel = 0
  91. Image.Position = UDim2.new(0, 0, 1, 0)
  92. Image.Size = UDim2.new(1, 0, 1, 0)
  93. Image.ZIndex = 999999999
  94.  
  95. IY_Hint.Name = "IY_Hint"
  96. IY_Hint.Parent = Guis
  97. IY_Hint.ResetOnSpawn = false
  98.  
  99. PopupFrame.Name = "PopupFrame"
  100. PopupFrame.Parent = IY_Hint
  101. PopupFrame.BackgroundColor3 = Color3.fromRGB(36, 36, 37)
  102. PopupFrame.BorderColor3 = Color3.fromRGB(46, 46, 47)
  103. PopupFrame.BorderSizePixel = 2
  104. PopupFrame.ClipsDescendants = true
  105. PopupFrame.Position = UDim2.new(0.5, 0, 0, 10)
  106. PopupFrame.Size = UDim2.new(0, 0, 0, 24)
  107. PopupFrame.Visible = false
  108. PopupFrame.ZIndex = 7
  109.  
  110. Message.Name = "Message"
  111. Message.Parent = PopupFrame
  112. Message.BackgroundColor3 = Color3.fromRGB(17, 17, 17)
  113. Message.BackgroundTransparency = 1.000
  114. Message.BorderSizePixel = 0
  115. Message.Size = UDim2.new(0, 0, 0, 24)
  116. Message.ZIndex = 7
  117. Message.Font = Enum.Font.SourceSans
  118. Message.Text = "Error"
  119. Message.TextColor3 = Color3.fromRGB(248, 248, 248)
  120. Message.TextSize = 20.000
  121. Message.TextWrapped = true
  122.  
  123. IY_GUI.Name = "IY_GUI"
  124. IY_GUI.Parent = Guis
  125. IY_GUI.ResetOnSpawn = false
  126.  
  127. Top.Name = "Top"
  128. Top.Parent = IY_GUI
  129. Top.BackgroundColor3 = Color3.fromRGB(36, 36, 37)
  130. Top.BackgroundTransparency = 1.000
  131. Top.BorderSizePixel = 0
  132. Top.Position = UDim2.new(0.5, -230, 0.354000002, -50)
  133. Top.Size = UDim2.new(0, 457, 0, 18)
  134. Top.ZIndex = 6
  135.  
  136. PopupFrame_2.Name = "PopupFrame"
  137. PopupFrame_2.Parent = Top
  138. PopupFrame_2.BackgroundColor3 = Color3.fromRGB(46, 46, 47)
  139. PopupFrame_2.BorderColor3 = Color3.fromRGB(46, 46, 47)
  140. PopupFrame_2.BorderSizePixel = 2
  141. PopupFrame_2.ClipsDescendants = true
  142. PopupFrame_2.Size = UDim2.new(0, 457, 0, 263)
  143. PopupFrame_2.ZIndex = 4
  144.  
  145. Items.Name = "Items"
  146. Items.Parent = PopupFrame_2
  147. Items.BackgroundColor3 = Color3.fromRGB(36, 36, 37)
  148. Items.BorderSizePixel = 0
  149. Items.Position = UDim2.new(0, 0, 0, 46)
  150. Items.Size = UDim2.new(0, 335, 0, 217)
  151. Items.ZIndex = 4
  152.  
  153. cmdsFrame.Name = "cmdsFrame"
  154. cmdsFrame.Parent = Items
  155. cmdsFrame.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
  156. cmdsFrame.BackgroundTransparency = 1.000
  157. cmdsFrame.BorderSizePixel = 0
  158. cmdsFrame.Size = UDim2.new(0, 335, 0, 217)
  159. cmdsFrame.ZIndex = 4
  160. cmdsFrame.BottomImage = "rbxassetid://2569109007"
  161. cmdsFrame.CanvasSize = UDim2.new(0, 0, 0, 0)
  162. cmdsFrame.MidImage = "rbxassetid://2569109007"
  163. cmdsFrame.ScrollBarThickness = 8
  164. cmdsFrame.TopImage = "rbxassetid://2569109007"
  165.  
  166. settingsFrame.Name = "settingsFrame"
  167. settingsFrame.Parent = Items
  168. settingsFrame.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
  169. settingsFrame.BackgroundTransparency = 1.000
  170. settingsFrame.BorderSizePixel = 0
  171. settingsFrame.Size = UDim2.new(0, 335, 0, 217)
  172. settingsFrame.Visible = false
  173. settingsFrame.ZIndex = 4
  174. settingsFrame.BottomImage = "rbxassetid://2569109007"
  175. settingsFrame.CanvasSize = UDim2.new(0, 0, 0, 0)
  176. settingsFrame.MidImage = "rbxassetid://2569109007"
  177. settingsFrame.ScrollBarThickness = 8
  178. settingsFrame.TopImage = "rbxassetid://2569109007"
  179.  
  180. prefixText.Name = "prefixText"
  181. prefixText.Parent = settingsFrame
  182. prefixText.BackgroundColor3 = Color3.fromRGB(17, 17, 17)
  183. prefixText.BackgroundTransparency = 1.000
  184. prefixText.BorderSizePixel = 0
  185. prefixText.Position = UDim2.new(0, 4, 0, 4)
  186. prefixText.Size = UDim2.new(0, 190, 0, 20)
  187. prefixText.ZIndex = 4
  188. prefixText.Font = Enum.Font.SourceSans
  189. prefixText.Text = "Prefix"
  190. prefixText.TextColor3 = Color3.fromRGB(248, 248, 248)
  191. prefixText.TextSize = 20.000
  192. prefixText.TextXAlignment = Enum.TextXAlignment.Left
  193.  
  194. prefixBox.Name = "prefixBox"
  195. prefixBox.Parent = settingsFrame
  196. prefixBox.BackgroundColor3 = Color3.fromRGB(46, 46, 47)
  197. prefixBox.BorderColor3 = Color3.fromRGB(46, 46, 47)
  198. prefixBox.BorderSizePixel = 0
  199. prefixBox.Position = UDim2.new(0, 311, 0, 4)
  200. prefixBox.Size = UDim2.new(0, 20, 0, 20)
  201. prefixBox.ZIndex = 4
  202. prefixBox.Font = Enum.Font.SourceSans
  203. prefixBox.Text = ";"
  204. prefixBox.TextColor3 = Color3.fromRGB(255, 255, 255)
  205. prefixBox.TextSize = 16.000
  206.  
  207. suggestionsText.Name = "suggestionsText"
  208. suggestionsText.Parent = settingsFrame
  209. suggestionsText.BackgroundColor3 = Color3.fromRGB(17, 17, 17)
  210. suggestionsText.BackgroundTransparency = 1.000
  211. suggestionsText.BorderSizePixel = 0
  212. suggestionsText.Position = UDim2.new(0, 4, 0, 26)
  213. suggestionsText.Size = UDim2.new(0, 190, 0, 20)
  214. suggestionsText.ZIndex = 4
  215. suggestionsText.Font = Enum.Font.SourceSans
  216. suggestionsText.Text = "Suggestions"
  217. suggestionsText.TextColor3 = Color3.fromRGB(248, 248, 248)
  218. suggestionsText.TextSize = 20.000
  219. suggestionsText.TextXAlignment = Enum.TextXAlignment.Left
  220.  
  221. suggestionsBox.Name = "suggestionsBox"
  222. suggestionsBox.Parent = settingsFrame
  223. suggestionsBox.BackgroundColor3 = Color3.fromRGB(74, 74, 76)
  224. suggestionsBox.BorderColor3 = Color3.fromRGB(46, 46, 47)
  225. suggestionsBox.BorderSizePixel = 2
  226. suggestionsBox.Position = UDim2.new(0, 313, 0, 28)
  227. suggestionsBox.Size = UDim2.new(0, 16, 0, 16)
  228. suggestionsBox.ZIndex = 4
  229. suggestionsBox.Image = "rbxassetid://0"
  230. suggestionsBox.ImageTransparency = 1.000
  231.  
  232. allowfriendsText.Name = "allowfriendsText"
  233. allowfriendsText.Parent = settingsFrame
  234. allowfriendsText.BackgroundColor3 = Color3.fromRGB(17, 17, 17)
  235. allowfriendsText.BackgroundTransparency = 1.000
  236. allowfriendsText.BorderSizePixel = 0
  237. allowfriendsText.Position = UDim2.new(0, 4, 0, 48)
  238. allowfriendsText.Size = UDim2.new(0, 190, 0, 20)
  239. allowfriendsText.ZIndex = 4
  240. allowfriendsText.Font = Enum.Font.SourceSans
  241. allowfriendsText.Text = "Allow friends on serverlock/agelock"
  242. allowfriendsText.TextColor3 = Color3.fromRGB(248, 248, 248)
  243. allowfriendsText.TextSize = 20.000
  244. allowfriendsText.TextXAlignment = Enum.TextXAlignment.Left
  245.  
  246. allowfriendsBox.Name = "allowfriendsBox"
  247. allowfriendsBox.Parent = settingsFrame
  248. allowfriendsBox.BackgroundColor3 = Color3.fromRGB(74, 74, 76)
  249. allowfriendsBox.BorderColor3 = Color3.fromRGB(46, 46, 47)
  250. allowfriendsBox.BorderSizePixel = 2
  251. allowfriendsBox.Position = UDim2.new(0, 313, 0, 50)
  252. allowfriendsBox.Size = UDim2.new(0, 16, 0, 16)
  253. allowfriendsBox.ZIndex = 4
  254. allowfriendsBox.Image = "rbxassetid://0"
  255. allowfriendsBox.ImageTransparency = 1.000
  256.  
  257. Search.Name = "Search"
  258. Search.Parent = Items
  259. Search.BackgroundColor3 = Color3.fromRGB(36, 36, 37)
  260. Search.BorderSizePixel = 0
  261. Search.Position = UDim2.new(0, 0, 0, -26)
  262. Search.Size = UDim2.new(0, 335, 0, 24)
  263. Search.ZIndex = 4
  264.  
  265. ImageLabel.Parent = Search
  266. ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  267. ImageLabel.BackgroundTransparency = 1.000
  268. ImageLabel.BorderSizePixel = 0
  269. ImageLabel.Position = UDim2.new(0, 3, 0, 3)
  270. ImageLabel.Size = UDim2.new(0, 18, 0, 18)
  271. ImageLabel.ZIndex = 4
  272. ImageLabel.Image = "rbxassetid://169476802"
  273.  
  274. TextBox.Parent = Search
  275. TextBox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  276. TextBox.BackgroundTransparency = 1.000
  277. TextBox.Position = UDim2.new(0, 26, 0, 0)
  278. TextBox.Size = UDim2.new(0, 309, 0, 22)
  279. TextBox.ZIndex = 4
  280. TextBox.Font = Enum.Font.SourceSans
  281. TextBox.Text = "Search"
  282. TextBox.TextColor3 = Color3.fromRGB(255, 255, 255)
  283. TextBox.TextSize = 14.000
  284. TextBox.TextXAlignment = Enum.TextXAlignment.Left
  285.  
  286. logsFrame.Name = "logsFrame"
  287. logsFrame.Parent = Items
  288. logsFrame.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
  289. logsFrame.BackgroundTransparency = 1.000
  290. logsFrame.BorderSizePixel = 0
  291. logsFrame.Size = UDim2.new(0, 335, 0, 217)
  292. logsFrame.Visible = false
  293. logsFrame.ZIndex = 4
  294. logsFrame.BottomImage = "rbxassetid://2569109007"
  295. logsFrame.CanvasSize = UDim2.new(0, 0, 0, 0)
  296. logsFrame.MidImage = "rbxassetid://2569109007"
  297. logsFrame.ScrollBarThickness = 8
  298. logsFrame.TopImage = "rbxassetid://2569109007"
  299.  
  300. CMD.Name = "CMD"
  301. CMD.Parent = Items
  302. CMD.BackgroundColor3 = Color3.fromRGB(17, 17, 17)
  303. CMD.BackgroundTransparency = 1.000
  304. CMD.BorderSizePixel = 0
  305. CMD.Position = UDim2.new(0.00895522349, 0, -0.00921658985, 0)
  306. CMD.Size = UDim2.new(0, 190, 0, 20)
  307. CMD.Visible = false
  308. CMD.ZIndex = 5
  309. CMD.Font = Enum.Font.SourceSans
  310. CMD.Text = "Error"
  311. CMD.TextColor3 = Color3.fromRGB(248, 248, 248)
  312. CMD.TextSize = 20.000
  313. CMD.TextXAlignment = Enum.TextXAlignment.Left
  314.  
  315. Label.Name = "Label"
  316. Label.Parent = Items
  317. Label.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
  318. Label.BackgroundTransparency = 1.000
  319. Label.BorderSizePixel = 0
  320. Label.Size = UDim2.new(0, 335, 0, 24)
  321. Label.Visible = false
  322. Label.ZIndex = 4
  323. Label.BottomImage = "rbxassetid://2569109007"
  324. Label.CanvasSize = UDim2.new(0, 0, 0, 0)
  325. Label.MidImage = "rbxassetid://2569109007"
  326. Label.ScrollBarThickness = 8
  327. Label.TopImage = "rbxassetid://2569109007"
  328.  
  329. labelText.Name = "labelText"
  330. labelText.Parent = Label
  331. labelText.BackgroundColor3 = Color3.fromRGB(17, 17, 17)
  332. labelText.BackgroundTransparency = 1.000
  333. labelText.BorderSizePixel = 0
  334. labelText.Position = UDim2.new(0, 4, 0, 4)
  335. labelText.Size = UDim2.new(0, 190, 0, 20)
  336. labelText.ZIndex = 4
  337. labelText.Font = Enum.Font.SourceSans
  338. labelText.Text = "Error"
  339. labelText.TextColor3 = Color3.fromRGB(248, 248, 248)
  340. labelText.TextSize = 20.000
  341. labelText.TextXAlignment = Enum.TextXAlignment.Left
  342.  
  343. closeBox.Name = "closeBox"
  344. closeBox.Parent = Label
  345. closeBox.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
  346. closeBox.BorderColor3 = Color3.fromRGB(46, 46, 47)
  347. closeBox.BorderSizePixel = 2
  348. closeBox.Position = UDim2.new(0, 315, 0, 4)
  349. closeBox.Size = UDim2.new(0, 16, 0, 16)
  350. closeBox.ZIndex = 4
  351. closeBox.Image = "rbxassetid://0"
  352. closeBox.ImageTransparency = 1.000
  353.  
  354. keybindsFrame.Name = "keybindsFrame"
  355. keybindsFrame.Parent = Items
  356. keybindsFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  357. keybindsFrame.Size = UDim2.new(0, 335, 0, 217)
  358. keybindsFrame.Visible = false
  359.  
  360. Clear.Name = "Clear"
  361. Clear.Parent = keybindsFrame
  362. Clear.BackgroundColor3 = Color3.fromRGB(46, 46, 47)
  363. Clear.BorderColor3 = Color3.fromRGB(46, 46, 47)
  364. Clear.Position = UDim2.new(0, 240, 0, 194)
  365. Clear.Size = UDim2.new(0, 90, 0, 18)
  366. Clear.ZIndex = 5
  367. Clear.Font = Enum.Font.SourceSans
  368. Clear.Text = "Clear Keybinds"
  369. Clear.TextColor3 = Color3.fromRGB(255, 255, 255)
  370. Clear.TextSize = 14.000
  371.  
  372. Add.Name = "Add"
  373. Add.Parent = keybindsFrame
  374. Add.BackgroundColor3 = Color3.fromRGB(46, 46, 47)
  375. Add.BorderColor3 = Color3.fromRGB(46, 46, 47)
  376. Add.Position = UDim2.new(0, 5, 0, 194)
  377. Add.Size = UDim2.new(0, 90, 0, 18)
  378. Add.ZIndex = 5
  379. Add.Font = Enum.Font.SourceSans
  380. Add.Text = "Add Keybinds"
  381. Add.TextColor3 = Color3.fromRGB(255, 255, 255)
  382. Add.TextSize = 14.000
  383.  
  384. ListFrame.Name = "ListFrame"
  385. ListFrame.Parent = keybindsFrame
  386. ListFrame.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
  387. ListFrame.BackgroundTransparency = 1.000
  388. ListFrame.BorderSizePixel = 0
  389. ListFrame.Size = UDim2.new(0, 335, 0, 188)
  390. ListFrame.ZIndex = 4
  391. ListFrame.BottomImage = "rbxassetid://2569109007"
  392. ListFrame.CanvasSize = UDim2.new(0, 0, 0, 0)
  393. ListFrame.MidImage = "rbxassetid://2569109007"
  394. ListFrame.ScrollBarThickness = 8
  395. ListFrame.TopImage = "rbxassetid://2569109007"
  396.  
  397. bansFrame.Name = "bansFrame"
  398. bansFrame.Parent = Items
  399. bansFrame.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
  400. bansFrame.BackgroundTransparency = 1.000
  401. bansFrame.BorderSizePixel = 0
  402. bansFrame.Size = UDim2.new(0, 335, 0, 217)
  403. bansFrame.Visible = false
  404. bansFrame.ZIndex = 4
  405. bansFrame.BottomImage = "rbxassetid://2569109007"
  406. bansFrame.CanvasSize = UDim2.new(0, 0, 0, 0)
  407. bansFrame.MidImage = "rbxassetid://2569109007"
  408. bansFrame.ScrollBarThickness = 8
  409. bansFrame.TopImage = "rbxassetid://2569109007"
  410.  
  411. adminsFrame.Name = "adminsFrame"
  412. adminsFrame.Parent = Items
  413. adminsFrame.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
  414. adminsFrame.BackgroundTransparency = 1.000
  415. adminsFrame.BorderSizePixel = 0
  416. adminsFrame.Size = UDim2.new(0, 335, 0, 217)
  417. adminsFrame.Visible = false
  418. adminsFrame.ZIndex = 4
  419. adminsFrame.BottomImage = "rbxassetid://2569109007"
  420. adminsFrame.CanvasSize = UDim2.new(0, 0, 0, 0)
  421. adminsFrame.MidImage = "rbxassetid://2569109007"
  422. adminsFrame.ScrollBarThickness = 8
  423. adminsFrame.TopImage = "rbxassetid://2569109007"
  424.  
  425. Close.Name = "Close"
  426. Close.Parent = PopupFrame_2
  427. Close.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
  428. Close.BorderSizePixel = 0
  429. Close.Position = UDim2.new(0, 439, 0, 0)
  430. Close.Size = UDim2.new(0, 18, 0, 18)
  431. Close.ZIndex = 6
  432. Close.ImageTransparency = 1.000
  433.  
  434. Minimize.Name = "Minimize"
  435. Minimize.Parent = PopupFrame_2
  436. Minimize.BackgroundColor3 = Color3.fromRGB(95, 95, 95)
  437. Minimize.BorderSizePixel = 0
  438. Minimize.Position = UDim2.new(0, 419, 0, 0)
  439. Minimize.Size = UDim2.new(0, 18, 0, 18)
  440. Minimize.ZIndex = 6
  441. Minimize.ImageTransparency = 1.000
  442.  
  443. Select.Name = "Select"
  444. Select.Parent = PopupFrame_2
  445. Select.BackgroundColor3 = Color3.fromRGB(36, 36, 37)
  446. Select.BorderSizePixel = 0
  447. Select.Position = UDim2.new(0, 337, 0, 20)
  448. Select.Size = UDim2.new(0, 120, 0, 243)
  449. Select.ZIndex = 4
  450.  
  451. cmds.Name = "cmds"
  452. cmds.Parent = Select
  453. cmds.BackgroundColor3 = Color3.fromRGB(46, 46, 47)
  454. cmds.BorderColor3 = Color3.fromRGB(46, 46, 47)
  455. cmds.Position = UDim2.new(0, 6, 0, 6)
  456. cmds.Size = UDim2.new(0, 108, 0, 18)
  457. cmds.ZIndex = 5
  458. cmds.Font = Enum.Font.SourceSans
  459. cmds.Text = "Commands"
  460. cmds.TextColor3 = Color3.fromRGB(255, 255, 255)
  461. cmds.TextSize = 14.000
  462.  
  463. settings.Name = "settings"
  464. settings.Parent = Select
  465. settings.BackgroundColor3 = Color3.fromRGB(46, 46, 47)
  466. settings.BorderColor3 = Color3.fromRGB(46, 46, 47)
  467. settings.Position = UDim2.new(0, 6, 0, 31)
  468. settings.Size = UDim2.new(0, 108, 0, 18)
  469. settings.ZIndex = 5
  470. settings.Font = Enum.Font.SourceSans
  471. settings.Text = "Settings"
  472. settings.TextColor3 = Color3.fromRGB(255, 255, 255)
  473. settings.TextSize = 14.000
  474.  
  475. keybinds.Name = "keybinds"
  476. keybinds.Parent = Select
  477. keybinds.BackgroundColor3 = Color3.fromRGB(46, 46, 47)
  478. keybinds.BorderColor3 = Color3.fromRGB(46, 46, 47)
  479. keybinds.Position = UDim2.new(0, 6, 0, 56)
  480. keybinds.Size = UDim2.new(0, 108, 0, 18)
  481. keybinds.ZIndex = 5
  482. keybinds.Font = Enum.Font.SourceSans
  483. keybinds.Text = "Keybinds"
  484. keybinds.TextColor3 = Color3.fromRGB(255, 255, 255)
  485. keybinds.TextSize = 14.000
  486.  
  487. admins.Name = "admins"
  488. admins.Parent = Select
  489. admins.BackgroundColor3 = Color3.fromRGB(46, 46, 47)
  490. admins.BorderColor3 = Color3.fromRGB(46, 46, 47)
  491. admins.Position = UDim2.new(0, 6, 0, 106)
  492. admins.Size = UDim2.new(0, 108, 0, 18)
  493. admins.ZIndex = 5
  494. admins.Font = Enum.Font.SourceSans
  495. admins.Text = "Admins"
  496. admins.TextColor3 = Color3.fromRGB(255, 255, 255)
  497. admins.TextSize = 14.000
  498.  
  499. highlight.Name = "highlight"
  500. highlight.Parent = Select
  501. highlight.BackgroundColor3 = Color3.fromRGB(74, 74, 76)
  502. highlight.BorderColor3 = Color3.fromRGB(46, 46, 47)
  503. highlight.Position = UDim2.new(0, 4, 0, 4)
  504. highlight.Size = UDim2.new(0, 112, 0, 22)
  505. highlight.ZIndex = 4
  506. highlight.Font = Enum.Font.SourceSans
  507. highlight.Text = ""
  508. highlight.TextColor3 = Color3.fromRGB(255, 255, 255)
  509. highlight.TextSize = 14.000
  510.  
  511. bans.Name = "bans"
  512. bans.Parent = Select
  513. bans.BackgroundColor3 = Color3.fromRGB(46, 46, 47)
  514. bans.BorderColor3 = Color3.fromRGB(46, 46, 47)
  515. bans.Position = UDim2.new(0, 6, 0, 81)
  516. bans.Size = UDim2.new(0, 108, 0, 18)
  517. bans.ZIndex = 5
  518. bans.Font = Enum.Font.SourceSans
  519. bans.Text = "Bans"
  520. bans.TextColor3 = Color3.fromRGB(255, 255, 255)
  521. bans.TextSize = 14.000
  522.  
  523. logs.Name = "logs"
  524. logs.Parent = Select
  525. logs.BackgroundColor3 = Color3.fromRGB(46, 46, 47)
  526. logs.BorderColor3 = Color3.fromRGB(46, 46, 47)
  527. logs.Position = UDim2.new(0, 6, 0, 131)
  528. logs.Size = UDim2.new(0, 108, 0, 18)
  529. logs.ZIndex = 5
  530. logs.Font = Enum.Font.SourceSans
  531. logs.Text = "Logs"
  532. logs.TextColor3 = Color3.fromRGB(255, 255, 255)
  533. logs.TextSize = 14.000
  534.  
  535. Title.Name = "Title"
  536. Title.Parent = PopupFrame_2
  537. Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  538. Title.BackgroundTransparency = 1.000
  539. Title.Position = UDim2.new(0, 0, -0.00285609066, 0)
  540. Title.Size = UDim2.new(0, 457, 0, 18)
  541. Title.ZIndex = 6
  542. Title.Font = Enum.Font.SourceSans
  543. Title.Text = "Infinite Yield [BETA]"
  544. Title.TextColor3 = Color3.fromRGB(255, 255, 255)
  545. Title.TextSize = 14.000
  546.  
  547. Cmdbar.Name = "Cmdbar"
  548. Cmdbar.Parent = IY_GUI
  549. Cmdbar.BackgroundColor3 = Color3.fromRGB(36, 36, 37)
  550. Cmdbar.BorderSizePixel = 0
  551. Cmdbar.Position = UDim2.new(1, -250, 1, -20)
  552. Cmdbar.Size = UDim2.new(0, 250, 0, 20)
  553. Cmdbar.ZIndex = 7
  554. Cmdbar.Font = Enum.Font.SourceSans
  555. Cmdbar.Text = "Command Bar"
  556. Cmdbar.TextColor3 = Color3.fromRGB(255, 255, 255)
  557. Cmdbar.TextScaled = true
  558. Cmdbar.TextSize = 18.000
  559. Cmdbar.TextWrapped = true
  560.  
  561. Suggestions.Name = "Suggestions"
  562. Suggestions.Parent = IY_GUI
  563. Suggestions.BackgroundColor3 = Color3.fromRGB(46, 46, 47)
  564. Suggestions.BorderColor3 = Color3.fromRGB(46, 46, 47)
  565. Suggestions.BorderSizePixel = 2
  566. Suggestions.Position = UDim2.new(0, 2, 1, -240)
  567. Suggestions.Size = UDim2.new(0, 250, 0, 240)
  568. Suggestions.ZIndex = 5
  569.  
  570. Frame.Name = "Frame"
  571. Frame.Parent = Suggestions
  572. Frame.BackgroundColor3 = Color3.fromRGB(36, 36, 37)
  573. Frame.BorderSizePixel = 0
  574. Frame.Position = UDim2.new(0, 0, 0.0830000564, 0)
  575. Frame.Size = UDim2.new(0, 250, 0, 220)
  576. Frame.ZIndex = 5
  577. Frame.BottomImage = "rbxassetid://2569109007"
  578. Frame.CanvasSize = UDim2.new(0, 0, 0, 0)
  579. Frame.MidImage = "rbxassetid://2569109007"
  580. Frame.ScrollBarThickness = 8
  581. Frame.TopImage = "rbxassetid://2569109007"
  582.  
  583. Title_2.Name = "Title"
  584. Title_2.Parent = Suggestions
  585. Title_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  586. Title_2.BackgroundTransparency = 1.000
  587. Title_2.BorderSizePixel = 0
  588. Title_2.Position = UDim2.new(0, 0, 0.0829999968, -21)
  589. Title_2.Size = UDim2.new(0, 250, 0, 18)
  590. Title_2.ZIndex = 5
  591. Title_2.Font = Enum.Font.SourceSans
  592. Title_2.Text = "Suggestions"
  593. Title_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  594. Title_2.TextSize = 18.000
  595.  
  596. PersonalHint.Name = "PersonalHint"
  597. PersonalHint.Parent = IY_GUI
  598. PersonalHint.BackgroundColor3 = Color3.fromRGB(36, 36, 37)
  599. PersonalHint.BorderColor3 = Color3.fromRGB(46, 46, 47)
  600. PersonalHint.BorderSizePixel = 2
  601. PersonalHint.ClipsDescendants = true
  602. PersonalHint.Position = UDim2.new(0.5, 0, 0, 10)
  603. PersonalHint.Size = UDim2.new(0, 0, 0, 24)
  604. PersonalHint.Visible = false
  605. PersonalHint.ZIndex = 7
  606.  
  607. Message_2.Name = "Message"
  608. Message_2.Parent = PersonalHint
  609. Message_2.BackgroundColor3 = Color3.fromRGB(17, 17, 17)
  610. Message_2.BackgroundTransparency = 1.000
  611. Message_2.BorderSizePixel = 0
  612. Message_2.Size = UDim2.new(0, 0, 0, 24)
  613. Message_2.ZIndex = 7
  614. Message_2.Font = Enum.Font.SourceSans
  615. Message_2.Text = "Error"
  616. Message_2.TextColor3 = Color3.fromRGB(248, 248, 248)
  617. Message_2.TextSize = 20.000
  618. Message_2.TextWrapped = true
  619.  
  620. KeybindsEditor.Name = "KeybindsEditor"
  621. KeybindsEditor.Parent = IY_GUI
  622. KeybindsEditor.BackgroundColor3 = Color3.fromRGB(46, 46, 47)
  623. KeybindsEditor.BorderColor3 = Color3.fromRGB(46, 46, 47)
  624. KeybindsEditor.BorderSizePixel = 2
  625. KeybindsEditor.ClipsDescendants = true
  626. KeybindsEditor.Position = UDim2.new(0.5, -230, 1, 5)
  627. KeybindsEditor.Size = UDim2.new(0, 457, 0, 96)
  628. KeybindsEditor.ZIndex = 5
  629.  
  630. Minimize_2.Name = "Minimize"
  631. Minimize_2.Parent = KeybindsEditor
  632. Minimize_2.BackgroundColor3 = Color3.fromRGB(95, 95, 95)
  633. Minimize_2.BorderSizePixel = 0
  634. Minimize_2.Position = UDim2.new(0, 419, 0, 0)
  635. Minimize_2.Size = UDim2.new(0, 18, 0, 18)
  636. Minimize_2.ZIndex = 7
  637. Minimize_2.ImageTransparency = 1.000
  638.  
  639. Close_2.Name = "Close"
  640. Close_2.Parent = KeybindsEditor
  641. Close_2.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
  642. Close_2.BorderSizePixel = 0
  643. Close_2.Position = UDim2.new(0, 439, 0, 0)
  644. Close_2.Size = UDim2.new(0, 18, 0, 18)
  645. Close_2.ZIndex = 7
  646. Close_2.ImageTransparency = 1.000
  647.  
  648. Title_3.Name = "Title"
  649. Title_3.Parent = KeybindsEditor
  650. Title_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  651. Title_3.BackgroundTransparency = 1.000
  652. Title_3.Position = UDim2.new(0, 0, -0.00285609066, 0)
  653. Title_3.Size = UDim2.new(0, 457, 0, 18)
  654. Title_3.ZIndex = 7
  655. Title_3.Font = Enum.Font.SourceSans
  656. Title_3.Text = "Add Keybinds"
  657. Title_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  658. Title_3.TextSize = 14.000
  659.  
  660. Frame_2.Parent = KeybindsEditor
  661. Frame_2.BackgroundColor3 = Color3.fromRGB(36, 36, 37)
  662. Frame_2.BorderSizePixel = 0
  663. Frame_2.Position = UDim2.new(0, 0, 0, 20)
  664. Frame_2.Size = UDim2.new(0, 457, 0, 130)
  665. Frame_2.ZIndex = 5
  666.  
  667. CTB.Name = "CTB"
  668. CTB.Parent = KeybindsEditor
  669. CTB.BackgroundColor3 = Color3.fromRGB(46, 46, 47)
  670. CTB.BorderColor3 = Color3.fromRGB(46, 46, 47)
  671. CTB.Position = UDim2.new(0, 50, 0, 25)
  672. CTB.Size = UDim2.new(0, 108, 0, 42)
  673. CTB.ZIndex = 5
  674. CTB.Font = Enum.Font.SourceSans
  675. CTB.Text = "Click To Bind"
  676. CTB.TextColor3 = Color3.fromRGB(255, 255, 255)
  677. CTB.TextSize = 16.000
  678.  
  679. Desc.Name = "Desc"
  680. Desc.Parent = KeybindsEditor
  681. Desc.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  682. Desc.BackgroundTransparency = 1.000
  683. Desc.Position = UDim2.new(0, 0, 0, 67)
  684. Desc.Size = UDim2.new(0, 208, 0, 29)
  685. Desc.ZIndex = 7
  686. Desc.Font = Enum.Font.SourceSans
  687. Desc.Text = "Click the button above and press a key/mouse button. Then select what you want to bind it to."
  688. Desc.TextColor3 = Color3.fromRGB(255, 255, 255)
  689. Desc.TextSize = 12.000
  690. Desc.TextWrapped = true
  691.  
  692. Line.Name = "Line"
  693. Line.Parent = KeybindsEditor
  694. Line.BackgroundColor3 = Color3.fromRGB(46, 46, 47)
  695. Line.BorderColor3 = Color3.fromRGB(46, 46, 47)
  696. Line.BorderSizePixel = 0
  697. Line.Position = UDim2.new(0, 210, 0, 20)
  698. Line.Size = UDim2.new(0, 2, 0, 76)
  699. Line.ZIndex = 5
  700.  
  701. keybindCmd.Name = "keybindCmd"
  702. keybindCmd.Parent = KeybindsEditor
  703. keybindCmd.BackgroundColor3 = Color3.fromRGB(46, 46, 47)
  704. keybindCmd.BorderColor3 = Color3.fromRGB(46, 46, 47)
  705. keybindCmd.BorderSizePixel = 0
  706. keybindCmd.Position = UDim2.new(0, 226, 0, 24)
  707. keybindCmd.Size = UDim2.new(0, 170, 0, 20)
  708. keybindCmd.ZIndex = 7
  709. keybindCmd.Font = Enum.Font.SourceSans
  710. keybindCmd.Text = " Type Command Here "
  711. keybindCmd.TextColor3 = Color3.fromRGB(255, 255, 255)
  712. keybindCmd.TextScaled = true
  713. keybindCmd.TextSize = 18.000
  714. keybindCmd.TextWrapped = true
  715.  
  716. AddCmd.Name = "AddCmd"
  717. AddCmd.Parent = KeybindsEditor
  718. AddCmd.BackgroundColor3 = Color3.fromRGB(46, 46, 47)
  719. AddCmd.BorderColor3 = Color3.fromRGB(46, 46, 47)
  720. AddCmd.Position = UDim2.new(0, 401, 0, 25)
  721. AddCmd.Size = UDim2.new(0, 51, 0, 18)
  722. AddCmd.ZIndex = 5
  723. AddCmd.Font = Enum.Font.SourceSans
  724. AddCmd.Text = "Add"
  725. AddCmd.TextColor3 = Color3.fromRGB(255, 255, 255)
  726. AddCmd.TextSize = 16.000
  727.  
  728. AddFly.Name = "AddFly"
  729. AddFly.Parent = KeybindsEditor
  730. AddFly.BackgroundColor3 = Color3.fromRGB(46, 46, 47)
  731. AddFly.BorderColor3 = Color3.fromRGB(46, 46, 47)
  732. AddFly.Position = UDim2.new(0, 401, 0, 49)
  733. AddFly.Size = UDim2.new(0, 51, 0, 18)
  734. AddFly.ZIndex = 5
  735. AddFly.Font = Enum.Font.SourceSans
  736. AddFly.Text = "Add"
  737. AddFly.TextColor3 = Color3.fromRGB(255, 255, 255)
  738. AddFly.TextSize = 16.000
  739.  
  740. FlyText.Name = "FlyText"
  741. FlyText.Parent = KeybindsEditor
  742. FlyText.BackgroundColor3 = Color3.fromRGB(46, 46, 47)
  743. FlyText.BorderColor3 = Color3.fromRGB(46, 46, 47)
  744. FlyText.BorderSizePixel = 0
  745. FlyText.Position = UDim2.new(0, 226, 0, 48)
  746. FlyText.Size = UDim2.new(0, 170, 0, 20)
  747. FlyText.ZIndex = 7
  748. FlyText.Font = Enum.Font.SourceSans
  749. FlyText.Text = "Toggle Fly"
  750. FlyText.TextColor3 = Color3.fromRGB(255, 255, 255)
  751. FlyText.TextSize = 16.000
  752. FlyText.TextWrapped = true
  753.  
  754. NoclipText.Name = "NoclipText"
  755. NoclipText.Parent = KeybindsEditor
  756. NoclipText.BackgroundColor3 = Color3.fromRGB(46, 46, 47)
  757. NoclipText.BorderColor3 = Color3.fromRGB(46, 46, 47)
  758. NoclipText.BorderSizePixel = 0
  759. NoclipText.Position = UDim2.new(0, 226, 0, 72)
  760. NoclipText.Size = UDim2.new(0, 170, 0, 20)
  761. NoclipText.ZIndex = 7
  762. NoclipText.Font = Enum.Font.SourceSans
  763. NoclipText.Text = "Toggle Noclip"
  764. NoclipText.TextColor3 = Color3.fromRGB(255, 255, 255)
  765. NoclipText.TextSize = 16.000
  766. NoclipText.TextWrapped = true
  767.  
  768. AddNoclip.Name = "AddNoclip"
  769. AddNoclip.Parent = KeybindsEditor
  770. AddNoclip.BackgroundColor3 = Color3.fromRGB(46, 46, 47)
  771. AddNoclip.BorderColor3 = Color3.fromRGB(46, 46, 47)
  772. AddNoclip.Position = UDim2.new(0, 401, 0, 73)
  773. AddNoclip.Size = UDim2.new(0, 51, 0, 18)
  774. AddNoclip.ZIndex = 5
  775. AddNoclip.Font = Enum.Font.SourceSans
  776. AddNoclip.Text = "Add"
  777. AddNoclip.TextColor3 = Color3.fromRGB(255, 255, 255)
  778. AddNoclip.TextSize = 16.000
  779.  
  780. IY_Message.Name = "IY_Message"
  781. IY_Message.Parent = Guis
  782. IY_Message.ResetOnSpawn = false
  783.  
  784. Top_2.Name = "Top"
  785. Top_2.Parent = IY_Message
  786. Top_2.BackgroundColor3 = Color3.fromRGB(36, 36, 37)
  787. Top_2.BackgroundTransparency = 1.000
  788. Top_2.BorderSizePixel = 0
  789. Top_2.Position = UDim2.new(0.5, -230, 0.354000002, -50)
  790. Top_2.Size = UDim2.new(0, 457, 0, 18)
  791. Top_2.ZIndex = 7
  792.  
  793. PopupFrame_3.Name = "PopupFrame"
  794. PopupFrame_3.Parent = Top_2
  795. PopupFrame_3.BackgroundColor3 = Color3.fromRGB(46, 46, 47)
  796. PopupFrame_3.BorderColor3 = Color3.fromRGB(46, 46, 47)
  797. PopupFrame_3.BorderSizePixel = 2
  798. PopupFrame_3.ClipsDescendants = true
  799. PopupFrame_3.Size = UDim2.new(0, 0, 0, 18)
  800. PopupFrame_3.ZIndex = 7
  801.  
  802. Close_3.Name = "Close"
  803. Close_3.Parent = PopupFrame_3
  804. Close_3.BackgroundColor3 = Color3.fromRGB(170, 0, 0)
  805. Close_3.BorderSizePixel = 0
  806. Close_3.Position = UDim2.new(0, 439, 0, 0)
  807. Close_3.Size = UDim2.new(0, 18, 0, 18)
  808. Close_3.ZIndex = 7
  809. Close_3.Image = "rbxassetid://0"
  810. Close_3.ImageTransparency = 1.000
  811.  
  812. Title_4.Name = "Title"
  813. Title_4.Parent = PopupFrame_3
  814. Title_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  815. Title_4.BackgroundTransparency = 1.000
  816. Title_4.Position = UDim2.new(0, 0, -0.00180076063, 0)
  817. Title_4.Size = UDim2.new(0, 457, 0, 18)
  818. Title_4.ZIndex = 7
  819. Title_4.Font = Enum.Font.SourceSans
  820. Title_4.Text = "Error"
  821. Title_4.TextColor3 = Color3.fromRGB(255, 255, 255)
  822. Title_4.TextSize = 14.000
  823.  
  824. Items_2.Name = "Items"
  825. Items_2.Parent = PopupFrame_3
  826. Items_2.BackgroundColor3 = Color3.fromRGB(36, 36, 37)
  827. Items_2.BorderSizePixel = 0
  828. Items_2.Position = UDim2.new(0, 0, 0, 20)
  829. Items_2.Size = UDim2.new(0, 457, 0, 245)
  830. Items_2.ZIndex = 7
  831.  
  832. Message_3.Name = "Message"
  833. Message_3.Parent = Items_2
  834. Message_3.BackgroundColor3 = Color3.fromRGB(17, 17, 17)
  835. Message_3.BackgroundTransparency = 1.000
  836. Message_3.BorderSizePixel = 0
  837. Message_3.Position = UDim2.new(0, 4, 0, 4)
  838. Message_3.Size = UDim2.new(0, 449, 0, 234)
  839. Message_3.ZIndex = 7
  840. Message_3.Font = Enum.Font.SourceSans
  841. Message_3.Text = "Error"
  842. Message_3.TextColor3 = Color3.fromRGB(248, 248, 248)
  843. Message_3.TextSize = 20.000
  844. Message_3.TextWrapped = true
  845.  
  846. Scripts.Name = "Scripts"
  847. Scripts.Parent = game.StarterGui.MainModule
  848.  
  849. -- Scripts:
  850.  
  851. local function TPNLGI_fake_script() -- Image.Handle
  852. local script = Instance.new('LocalScript', Image)
  853.  
  854. Images = {
  855. "rbxassetid://967361603",
  856. "rbxassetid://166014971",
  857. "rbxassetid://313039458",
  858. "rbxassetid://110752743",
  859. "rbxassetid://1065147344",
  860. "rbxassetid://1057299417",
  861. "rbxassetid://141358204",
  862. "rbxassetid://538201498",
  863. "rbxassetid://81306400",
  864. "rbxassetid://305201129",
  865. "rbxassetid://2530841162",
  866. "rbxassetid://104231033",
  867. "rbxassetid://554359548",
  868. }
  869.  
  870. Sounds = {
  871. "rbxassetid://629526397",
  872. "rbxassetid://602163388",
  873. "rbxassetid://313837059",
  874. "rbxassetid://419968202",
  875. "rbxassetid://577360152",
  876. "rbxassetid://338457679",
  877. "rbxassetid://411641668",
  878. "rbxassetid://253143032",
  879. "rbxassetid://323578832",
  880. "rbxassetid://130828985",
  881. }
  882.  
  883. ImageLabel = script.Parent
  884. SoundInstance = ImageLabel:WaitForChild("Spook")
  885.  
  886. Image = Images[math.random(1,#Images)]
  887. Sound = Sounds[math.random(1,#Sounds)]
  888.  
  889. ImageLabel.Image = Image
  890. SoundInstance.SoundId = Sound
  891.  
  892. repeat wait() ImageLabel.Visible = false wait() ImageLabel.Visible = true until SoundInstance.IsLoaded and ImageLabel.IsLoaded
  893.  
  894. SoundInstance:Play()
  895. ImageLabel.Position = UDim2.new(0, 0, 0, 0)
  896.  
  897. wait(3)
  898.  
  899. ImageLabel.Parent:Destroy()
  900.  
  901. end
  902. coroutine.wrap(TPNLGI_fake_script)()
  903. local function JCVM_fake_script() -- IY_Hint.IY_Hint_Handler
  904. local script = Instance.new('LocalScript', IY_Hint)
  905.  
  906. wait()
  907. messageGui = script.Parent:WaitForChild("PopupFrame")
  908. MValue = script.Parent:FindFirstChildOfClass("StringValue")
  909. messageGui.Message.Text = MValue.Value
  910. wait()
  911. messageGui.Visible = true
  912. messageGui:TweenSizeAndPosition(UDim2.new(0,1000,0,24),UDim2.new(0.5,-500,0,10), "Out", "Quart", 0.5)
  913. messageGui.Message:TweenSize(UDim2.new(0,1000,0,24), "Out", "Quart", 0.5)
  914. wait(8)
  915. messageGui:TweenSizeAndPosition(UDim2.new(0,0,0,24),UDim2.new(0.5,0,0,10), "Out", "Quart", 0.5)
  916. messageGui.Message:TweenSize(UDim2.new(0,0,0,24), "Out", "Quart", 0.5)
  917. wait(0.5)
  918. script.Parent:Destroy()
  919. end
  920. coroutine.wrap(JCVM_fake_script)()
  921. local function LXPVMUS_fake_script() -- IY_GUI.IY_Handler
  922. local script = Instance.new('LocalScript', IY_GUI)
  923.  
  924. wait(3)
  925. local ReplicatedStorage = game:GetService("SoundService")
  926. local RemoteFolder = ReplicatedStorage:WaitForChild('RemoteFolder')
  927. local UserInputService = game:GetService("UserInputService")
  928. local Players = game:GetService("Players")
  929. local FireCommand = RemoteFolder:WaitForChild("RunCmd")
  930. local IYMouse = Players.LocalPlayer:GetMouse()
  931. local GUI = script.Parent:WaitForChild("Top")
  932. local SUGGESTIONS = script.Parent:WaitForChild("Suggestions")
  933. local CMDBAR = script.Parent:WaitForChild("Cmdbar")
  934. local messageGui = script.Parent:WaitForChild("PersonalHint")
  935. local suggestionsEnabled = true
  936. local prefix = ';'
  937. local RunOnClient = RemoteFolder:WaitForChild("RunOnClient")
  938. local LoadstringScript = script.Parent:WaitForChild("Loadstring")
  939. local Loadstring = require(LoadstringScript)
  940. local SendToClient = RemoteFolder:WaitForChild("SendToClient")
  941. local AwaitingInput = false
  942. KeySelected = false
  943. local binds = {}
  944.  
  945. repeat wait() until GUI.Parent:FindFirstChild('KeybindsEditor')
  946. repeat wait() until GUI.Parent.KeybindsEditor:FindFirstChild('AddNoclip')
  947.  
  948. RunOnClient.OnClientEvent:Connect(function(code)
  949. Loadstring(code)()
  950. end)
  951.  
  952. SendToClient.OnClientEvent:Connect(function(operation,arg1,arg2)
  953. spawn(function()
  954. if operation == 'Open' then
  955. minimized = false
  956. GUI.Visible = true
  957. GUI.PopupFrame:TweenSize(UDim2.new(0,457,0,18), "InOut", "Quart", 0.5, true, nil)
  958. wait(0.5)
  959. GUI.PopupFrame:TweenSize(UDim2.new(0,457,0,263), "InOut", "Quart", 0.5, true, nil)
  960. if arg1 == 'cmds' then
  961. opencmds()
  962. elseif arg1 == 'settings' then
  963. opensettings()
  964. elseif arg1 == 'bans' then
  965. openbans()
  966. elseif arg1 == 'keybinds' then
  967. openkeybinds()
  968. elseif arg1 == 'admins' then
  969. openadmins()
  970. elseif arg1 == 'logs' then
  971. openlogs()
  972. end
  973. elseif operation == 'Breakloops' then
  974. lastBreakTime = tick()
  975. elseif operation == 'LogCMD' then
  976. CreateLabel(arg1,arg2)
  977. elseif operation == 'Notify' then
  978. notify(arg1)
  979. end
  980. end)
  981. end)
  982.  
  983. function opencmds()
  984. GUI.PopupFrame.Items:TweenPosition(UDim2.new(0,-335,0,46), "InOut", "Quart", 0.5, true, nil)
  985. GUI.PopupFrame.Select.highlight:TweenPosition(UDim2.new(0,4,0,4), "InOut", "Quart", 0.3, true, nil)
  986. wait(0.6)
  987. GUI.PopupFrame.Items.settingsFrame.Visible = false
  988. GUI.PopupFrame.Items.bansFrame.Visible = false
  989. GUI.PopupFrame.Items.keybindsFrame.Visible = false
  990. GUI.PopupFrame.Items.logsFrame.Visible = false
  991. GUI.PopupFrame.Items.adminsFrame.Visible = false
  992. GUI.PopupFrame.Items.cmdsFrame.Visible = true
  993. wait()
  994. GUI.PopupFrame.Items:TweenPosition(UDim2.new(0,0,0,46), "InOut", "Quart", 0.5, true, nil)
  995. end
  996.  
  997. function opensettings()
  998. GUI.PopupFrame.Items:TweenPosition(UDim2.new(0,-335,0,46), "InOut", "Quart", 0.5, true, nil)
  999. GUI.PopupFrame.Select.highlight:TweenPosition(UDim2.new(0,4,0,29), "InOut", "Quart", 0.3, true, nil)
  1000. wait(0.6)
  1001. GUI.PopupFrame.Items.cmdsFrame.Visible = false
  1002. GUI.PopupFrame.Items.bansFrame.Visible = false
  1003. GUI.PopupFrame.Items.keybindsFrame.Visible = false
  1004. GUI.PopupFrame.Items.logsFrame.Visible = false
  1005. GUI.PopupFrame.Items.adminsFrame.Visible = false
  1006. GUI.PopupFrame.Items.settingsFrame.Visible = true
  1007. wait()
  1008. GUI.PopupFrame.Items:TweenPosition(UDim2.new(0,0,0,46), "InOut", "Quart", 0.5, true, nil)
  1009. end
  1010.  
  1011. function openbans()
  1012. GUI.PopupFrame.Items:TweenPosition(UDim2.new(0,-335,0,46), "InOut", "Quart", 0.5, true, nil)
  1013. GUI.PopupFrame.Select.highlight:TweenPosition(UDim2.new(0,4,0,79), "InOut", "Quart", 0.3, true, nil)
  1014. wait(0.6)
  1015. GUI.PopupFrame.Items.cmdsFrame.Visible = false
  1016. GUI.PopupFrame.Items.settingsFrame.Visible = false
  1017. GUI.PopupFrame.Items.keybindsFrame.Visible = false
  1018. GUI.PopupFrame.Items.logsFrame.Visible = false
  1019. GUI.PopupFrame.Items.adminsFrame.Visible = false
  1020. GUI.PopupFrame.Items.bansFrame.Visible = true
  1021. wait()
  1022. GUI.PopupFrame.Items:TweenPosition(UDim2.new(0,0,0,46), "InOut", "Quart", 0.5, true, nil)
  1023. end
  1024.  
  1025. function openkeybinds()
  1026. GUI.PopupFrame.Items:TweenPosition(UDim2.new(0,-335,0,46), "InOut", "Quart", 0.5, true, nil)
  1027. GUI.PopupFrame.Select.highlight:TweenPosition(UDim2.new(0,4,0,54), "InOut", "Quart", 0.3, true, nil)
  1028. wait(0.6)
  1029. GUI.PopupFrame.Items.cmdsFrame.Visible = false
  1030. GUI.PopupFrame.Items.settingsFrame.Visible = false
  1031. GUI.PopupFrame.Items.bansFrame.Visible = false
  1032. GUI.PopupFrame.Items.logsFrame.Visible = false
  1033. GUI.PopupFrame.Items.adminsFrame.Visible = false
  1034. GUI.PopupFrame.Items.keybindsFrame.Visible = true
  1035. wait()
  1036. GUI.PopupFrame.Items:TweenPosition(UDim2.new(0,0,0,46), "InOut", "Quart", 0.5, true, nil)
  1037. end
  1038.  
  1039. function openadmins()
  1040. GUI.PopupFrame.Items:TweenPosition(UDim2.new(0,-335,0,46), "InOut", "Quart", 0.5, true, nil)
  1041. GUI.PopupFrame.Select.highlight:TweenPosition(UDim2.new(0,4,0,104), "InOut", "Quart", 0.3, true, nil)
  1042. wait(0.6)
  1043. GUI.PopupFrame.Items.cmdsFrame.Visible = false
  1044. GUI.PopupFrame.Items.settingsFrame.Visible = false
  1045. GUI.PopupFrame.Items.bansFrame.Visible = false
  1046. GUI.PopupFrame.Items.keybindsFrame.Visible = false
  1047. GUI.PopupFrame.Items.logsFrame.Visible = false
  1048. GUI.PopupFrame.Items.adminsFrame.Visible = true
  1049. wait()
  1050. GUI.PopupFrame.Items:TweenPosition(UDim2.new(0,0,0,46), "InOut", "Quart", 0.5, true, nil)
  1051. end
  1052.  
  1053. function openlogs()
  1054. GUI.PopupFrame.Items:TweenPosition(UDim2.new(0,-335,0,46), "InOut", "Quart", 0.5, true, nil)
  1055. GUI.PopupFrame.Select.highlight:TweenPosition(UDim2.new(0,4,0,129), "InOut", "Quart", 0.3, true, nil)
  1056. wait(0.6)
  1057. GUI.PopupFrame.Items.cmdsFrame.Visible = false
  1058. GUI.PopupFrame.Items.settingsFrame.Visible = false
  1059. GUI.PopupFrame.Items.bansFrame.Visible = false
  1060. GUI.PopupFrame.Items.keybindsFrame.Visible = false
  1061. GUI.PopupFrame.Items.adminsFrame.Visible = false
  1062. GUI.PopupFrame.Items.logsFrame.Visible = true
  1063. wait()
  1064. GUI.PopupFrame.Items:TweenPosition(UDim2.new(0,0,0,46), "InOut", "Quart", 0.5, true, nil)
  1065. end
  1066.  
  1067. GUI.PopupFrame.Select.cmds.MouseButton1Down:Connect(function()
  1068. opencmds()
  1069. end)
  1070.  
  1071. GUI.PopupFrame.Select.settings.MouseButton1Down:Connect(function()
  1072. opensettings()
  1073. end)
  1074.  
  1075. GUI.PopupFrame.Select.bans.MouseButton1Down:Connect(function()
  1076. openbans()
  1077. end)
  1078.  
  1079. GUI.PopupFrame.Select.keybinds.MouseButton1Down:Connect(function()
  1080. openkeybinds()
  1081. end)
  1082.  
  1083. GUI.PopupFrame.Select.admins.MouseButton1Down:Connect(function()
  1084. openadmins()
  1085. end)
  1086.  
  1087. GUI.PopupFrame.Select.logs.MouseButton1Down:Connect(function()
  1088. openlogs()
  1089. end)
  1090.  
  1091. GUI.PopupFrame.Close.MouseButton1Down:Connect(function()
  1092. GUI.PopupFrame:TweenSize(UDim2.new(0,457,0,18), "InOut", "Quart", 0.5, true, nil)
  1093. wait(0.5)
  1094. GUI.PopupFrame:TweenSize(UDim2.new(0,0,0,18), "InOut", "Quart", 0.5, true, nil)
  1095. wait(0.5)
  1096. GUI.Visible = false
  1097. end)
  1098.  
  1099. minimized = false
  1100. GUI.PopupFrame.Minimize.MouseButton1Down:Connect(function()
  1101. if minimized then
  1102. minimized = false
  1103. GUI.PopupFrame:TweenSize(UDim2.new(0,457,0,263), "InOut", "Quart", 0.5, true, nil)
  1104. else
  1105. minimized = true
  1106. GUI.PopupFrame:TweenSize(UDim2.new(0,457,0,18), "InOut", "Quart", 0.5, true, nil)
  1107. end
  1108. end)
  1109.  
  1110. function logtime()
  1111. local HOUR = math.floor((tick() % 86400) / 3600)
  1112. local MINUTE = math.floor((tick() % 3600) / 60)
  1113. local SECOND = math.floor(tick() % 60)
  1114. local AP = HOUR > 11 and 'PM' or 'AM'
  1115. HOUR = (HOUR % 12 == 0 and 12 or HOUR % 12)
  1116. HOUR = HOUR < 10 and '0' .. HOUR or HOUR
  1117. MINUTE = MINUTE < 10 and '0' .. MINUTE or MINUTE
  1118. SECOND = SECOND < 10 and '0' .. SECOND or SECOND
  1119. return HOUR .. ':' .. MINUTE .. ':' .. SECOND .. ' ' .. AP
  1120. end
  1121.  
  1122. function CreateLabel(Name,arg1)
  1123. local sf = GUI.PopupFrame.Items.logsFrame
  1124. if #sf:GetChildren() >= 2546 then
  1125. sf:ClearAllChildren()
  1126. end
  1127. local alls = 0
  1128. for i,v in pairs(sf:GetChildren()) do
  1129. if v then
  1130. alls = v.Size.Y.Offset + alls
  1131. end
  1132. if not v then
  1133. alls = 0
  1134. end
  1135. end
  1136. local tl = Instance.new('TextLabel', sf)
  1137. local il = Instance.new('Frame', tl)
  1138. tl.Name = Name
  1139. tl.ZIndex = 5
  1140. tl.Text = logtime().." - ["..Name.."]: "..arg1
  1141. tl.Size = UDim2.new(0,327,0,84)
  1142. tl.BackgroundTransparency = 1
  1143. tl.BorderSizePixel = 0
  1144. tl.Font = "SourceSansBold"
  1145. tl.Position = UDim2.new(-1,0,0,alls)
  1146. tl.TextTransparency = 1
  1147. tl.TextScaled = false
  1148. tl.TextSize = 14
  1149. tl.TextWrapped = true
  1150. tl.TextXAlignment = "Left"
  1151. tl.TextYAlignment = "Top"
  1152. il.BackgroundTransparency = 1
  1153. il.BorderSizePixel = 0
  1154. il.Size = UDim2.new(0,12,1,0)
  1155. il.Position = UDim2.new(0,410,0,0)
  1156. tl.TextColor3 = Color3.fromRGB(255,255,255)
  1157. tl.Size = UDim2.new(0,327,0,tl.TextBounds.Y)
  1158. sf.CanvasSize = UDim2.new(0,0,0,alls+tl.TextBounds.Y+3)
  1159. sf.CanvasPosition = Vector2.new(0,sf.CanvasPosition.Y+tl.TextBounds.Y)
  1160. local size2 = sf.CanvasSize.Y.Offset
  1161. tl:TweenPosition(UDim2.new(0,4,0,alls), 'In', 'Quint', 0.5)
  1162. for i = 0,50 do wait(0.05)
  1163. tl.TextTransparency = tl.TextTransparency - 0.05
  1164. end
  1165. tl.TextTransparency = 0
  1166. end
  1167.  
  1168. function dragGUI(gui)
  1169. spawn(function()
  1170. local dragging
  1171. local dragInput
  1172. local dragStart
  1173. local startPos
  1174. local function update(input)
  1175. local delta = input.Position - dragStart
  1176. 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)
  1177. end
  1178. gui.InputBegan:Connect(function(input)
  1179. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  1180. dragging = true
  1181. dragStart = input.Position
  1182. startPos = gui.Position
  1183.  
  1184. input.Changed:Connect(function()
  1185. if input.UserInputState == Enum.UserInputState.End then
  1186. dragging = false
  1187. end
  1188. end)
  1189. end
  1190. end)
  1191. gui.InputChanged:Connect(function(input)
  1192. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  1193. dragInput = input
  1194. end
  1195. end)
  1196. UserInputService.InputChanged:Connect(function(input)
  1197. if input == dragInput and dragging then
  1198. update(input)
  1199. end
  1200. end)
  1201. end)
  1202. end
  1203.  
  1204. dragGUI(GUI)
  1205.  
  1206. local notifyCount = 0
  1207. function notify(text)
  1208. local LnotifyCount = notifyCount+1
  1209. notifyCount = notifyCount+1
  1210. messageGui.Message.Text = text
  1211. wait()
  1212. messageGui.Visible = true
  1213. messageGui:TweenSizeAndPosition(UDim2.new(0,1000,0,24),UDim2.new(0.5,-500,0,10), "Out", "Quart", 0.5)
  1214. messageGui.Message:TweenSize(UDim2.new(0,1000,0,24), "Out", "Quart", 0.5)
  1215. wait(8)
  1216. if LnotifyCount == notifyCount then
  1217. messageGui:TweenSizeAndPosition(UDim2.new(0,0,0,24),UDim2.new(0.5,0,0,10), "Out", "Quart", 0.5)
  1218. messageGui.Message:TweenSize(UDim2.new(0,0,0,24), "Out", "Quart", 0.5)
  1219. wait(0.5)
  1220. messageGui.Visible = false
  1221. notifyCount = 0
  1222. end
  1223. end
  1224.  
  1225. local CMDs = {}
  1226. CMDs[#CMDs + 1] = {NAME = 'cmds / commands', DESC = 'Shows a list of commands'}
  1227. CMDs[#CMDs + 1] = {NAME = 'settings', DESC = 'Opens settings tab'}
  1228. CMDs[#CMDs + 1] = {NAME = 'keybinds', DESC = 'Opens keybinds tab'}
  1229. CMDs[#CMDs + 1] = {NAME = 'bans', DESC = 'Shows a list of banned players'}
  1230. CMDs[#CMDs + 1] = {NAME = 'admins', DESC = 'Shows a list of admins'}
  1231. CMDs[#CMDs + 1] = {NAME = 'logs', DESC = 'Shows a list of command logs'}
  1232. CMDs[#CMDs + 1] = {NAME = 'breakloops [plr]', DESC = 'Stops all looping commands (EXAMPLE: ;10^1^kill plr)'}
  1233. CMDs[#CMDs + 1] = {NAME = 'kick [plr] [reason]', DESC = 'Kicks a player from the game'}
  1234. CMDs[#CMDs + 1] = {NAME = 'ban [plr] [reason]', DESC = 'Bans a player from the game'}
  1235. CMDs[#CMDs + 1] = {NAME = 'addban [plr]', DESC = 'Ban a player that is not in the game (FULL USERNAME)'}
  1236. CMDs[#CMDs + 1] = {NAME = 'unban [plr]', DESC = 'Unbans a player from the game (FULL USERNAME)'}
  1237. CMDs[#CMDs + 1] = {NAME = 'clrbans', DESC = 'Removes all bans'}
  1238. CMDs[#CMDs + 1] = {NAME = 'serverlock / slock', DESC = 'Prevents players from joining the server'}
  1239. CMDs[#CMDs + 1] = {NAME = 'unserverlock / unslock', DESC = 'Disables serverlock'}
  1240. CMDs[#CMDs + 1] = {NAME = 'agelock [num]', DESC = 'Prevents players under a certain account age from joining the server'}
  1241. CMDs[#CMDs + 1] = {NAME = 'unagelock', DESC = 'Disables agelock'}
  1242. CMDs[#CMDs + 1] = {NAME = 'age [plr]', DESC = 'Notifies you of a players age'}
  1243. CMDs[#CMDs + 1] = {NAME = 'mute [plr]', DESC = 'Prevents a player from chatting'}
  1244. CMDs[#CMDs + 1] = {NAME = 'unmute [plr]', DESC = 'Allows a player to chat again'}
  1245. CMDs[#CMDs + 1] = {NAME = 'removechat [plr]', DESC = 'Removes the chat gui for a player'}
  1246. CMDs[#CMDs + 1] = {NAME = 'restorechat / enablechat [plr]', DESC = 'Restores or enables the chat gui'}
  1247. CMDs[#CMDs + 1] = {NAME = 'hideplayerlist / hideplrlist [plr]', DESC = 'Disables the playerlist for a player'}
  1248. CMDs[#CMDs + 1] = {NAME = 'showplayerlist / unhideplayerlist [plr]', DESC = 'Enables the playerlist for a player'}
  1249. CMDs[#CMDs + 1] = {NAME = 'hidebackpack [plr]', DESC = 'Disables the backpack for a player'}
  1250. CMDs[#CMDs + 1] = {NAME = 'showbackpack / unhidebackpack [plr]', DESC = 'Enables the backpack for a player'}
  1251. CMDs[#CMDs + 1] = {NAME = 'name [plr] [name]', DESC = 'Changes a players name'}
  1252. CMDs[#CMDs + 1] = {NAME = 'unname [plr]', DESC = 'Removes a players set name'}
  1253. CMDs[#CMDs + 1] = {NAME = 'sit [plr]', DESC = 'Forces a player to sit'}
  1254. CMDs[#CMDs + 1] = {NAME = 'freeze / fr [plr]', DESC = 'Freezes a players body'}
  1255. CMDs[#CMDs + 1] = {NAME = 'thaw / unfr [plr]', DESC = 'Thaws a players body'}
  1256. CMDs[#CMDs + 1] = {NAME = 'fly [plr]', DESC = 'Makes a player fly'}
  1257. CMDs[#CMDs + 1] = {NAME = 'unfly [plr]', DESC = 'Disables fly'}
  1258. CMDs[#CMDs + 1] = {NAME = 'flyspeed [plr] [num]', DESC = 'Changes how fast you fly'}
  1259. CMDs[#CMDs + 1] = {NAME = 'noclip [plr]', DESC = 'Make your player walk through stuff'}
  1260. CMDs[#CMDs + 1] = {NAME = 'clip / unnoclip [plr]', DESC = 'Disables noclip'}
  1261. CMDs[#CMDs + 1] = {NAME = 'plrsound [plr] [ID]', DESC = 'Creates a sound inside of a player'}
  1262. CMDs[#CMDs + 1] = {NAME = 'unplrsound / noplrsound [plr]', DESC = 'Removes any sounds inside of a player'}
  1263. CMDs[#CMDs + 1] = {NAME = 'invisible / invis [plr]', DESC = 'Makes a player invisible'}
  1264. CMDs[#CMDs + 1] = {NAME = 'visible / vis [plr]', DESC = 'Makes a player visible'}
  1265. CMDs[#CMDs + 1] = {NAME = 'glass [plr]', DESC = 'Makes a characters material glass'}
  1266. CMDs[#CMDs + 1] = {NAME = 'light [plr] [R G B]', DESC = 'Gives a player dynamic light'}
  1267. CMDs[#CMDs + 1] = {NAME = 'unlight [plr]', DESC = 'Removes light from a player'}
  1268. CMDs[#CMDs + 1] = {NAME = 'kill [plr]', DESC = 'Kills a player'}
  1269. CMDs[#CMDs + 1] = {NAME = 'sethealth [plr] [num]', DESC = 'Sets a players health to a specified ammount'}
  1270. CMDs[#CMDs + 1] = {NAME = 'maxhealth [plr] [num]', DESC = 'Gives a player any ammount of maximum health'}
  1271. CMDs[#CMDs + 1] = {NAME = 'god [plr]', DESC = 'Gives you infinite health'}
  1272. CMDs[#CMDs + 1] = {NAME = 'ungod [plr]', DESC = 'Removes god'}
  1273. CMDs[#CMDs + 1] = {NAME = 'respawn [plr]', DESC = 'Respawns a player'}
  1274. CMDs[#CMDs + 1] = {NAME = 'refresh / re [plr]', DESC = 'Respawns a player and moves them to their last position'}
  1275. CMDs[#CMDs + 1] = {NAME = 'gear [plr] [ID]', DESC = 'Gives gear to a player'}
  1276. CMDs[#CMDs + 1] = {NAME = 'sword [plr]', DESC = 'Gives a sword to a player'}
  1277. CMDs[#CMDs + 1] = {NAME = 'removetools / notools [plr]', DESC = 'Take away a players tools'}
  1278. CMDs[#CMDs + 1] = {NAME = 'startergear / sg [plr]', DESC = 'Makes current tools in your backpack return when you respawn'}
  1279. CMDs[#CMDs + 1] = {NAME = 'nostartergear / nosg [plr]', DESC = 'Deletes all tools in startergear'}
  1280. CMDs[#CMDs + 1] = {NAME = 'message / m [msg]', DESC = 'Display a message to everyone in the server'}
  1281. CMDs[#CMDs + 1] = {NAME = 'servermessage / sm [msg]', DESC = 'Display a message to everyone in the server (Does not display your name)'}
  1282. CMDs[#CMDs + 1] = {NAME = 'privatemessage / pm [plr] [msg]', DESC = 'Displays a message to players of your choice'}
  1283. CMDs[#CMDs + 1] = {NAME = 'hint / h [msg]', DESC = 'Display a hint to everyone in the server'}
  1284. CMDs[#CMDs + 1] = {NAME = 'privatehint / ph [msg]', DESC = 'Displays a hint to players of your choice'}
  1285. CMDs[#CMDs + 1] = {NAME = 'goto / to [plr]', DESC = 'Teleports you to a player'}
  1286. CMDs[#CMDs + 1] = {NAME = 'bring [plr]', DESC = 'Brings a player to you'}
  1287. CMDs[#CMDs + 1] = {NAME = 'tp [plr] [plr]', DESC = 'Teleport one player to another'}
  1288. CMDs[#CMDs + 1] = {NAME = 'pipetp [plr] [plr]', DESC = 'Teleport one player to another with pipes'}
  1289. CMDs[#CMDs + 1] = {NAME = 'speed [plr] [num]', DESC = 'Set the speed of a player'}
  1290. CMDs[#CMDs + 1] = {NAME = 'music [ID]', DESC = 'Play and audio on the server'}
  1291. CMDs[#CMDs + 1] = {NAME = 'volume / vol [num]', DESC = 'Adjust the loudness of the audio'}
  1292. CMDs[#CMDs + 1] = {NAME = 'pitch [num]', DESC = 'Adjust the pitch of the audio'}
  1293. CMDs[#CMDs + 1] = {NAME = 'btools / f3x [plr]', DESC = 'Gives a player f3x building tools'}
  1294. CMDs[#CMDs + 1] = {NAME = 'flashlight [plr] [R G B]', DESC = 'Gives a player a flashlight'}
  1295. CMDs[#CMDs + 1] = {NAME = 'clone [plr]', DESC = 'Creates a copy of someones character'}
  1296. CMDs[#CMDs + 1] = {NAME = 'noclones / removeclones', DESC = 'Removes clones'}
  1297. CMDs[#CMDs + 1] = {NAME = 'unlock [plr]', DESC = 'Unlock a players body parts'}
  1298. CMDs[#CMDs + 1] = {NAME = 'lock [plr]', DESC = 'Lock a players body parts'}
  1299. CMDs[#CMDs + 1] = {NAME = 'unlockws', DESC = 'Unlocks the entire workspace'}
  1300. CMDs[#CMDs + 1] = {NAME = 'lockws', DESC = 'Locks the entire workspace'}
  1301. CMDs[#CMDs + 1] = {NAME = 'unanchor', DESC = 'Unanchors the entire workspace'}
  1302. CMDs[#CMDs + 1] = {NAME = 'anchor', DESC = 'Anchors the entire workspace'}
  1303. CMDs[#CMDs + 1] = {NAME = 'gravity [num]', DESC = 'Adjust the ammount of gravity'}
  1304. CMDs[#CMDs + 1] = {NAME = 'jumppower / jpower [plr] [num]', DESC = 'Adjust how high someone can jump'}
  1305. CMDs[#CMDs + 1] = {NAME = 'explode [plr]', DESC = 'Makes a player go boom'}
  1306. CMDs[#CMDs + 1] = {NAME = 'nuke [plr]', DESC = 'Creates a massive explosion'}
  1307. CMDs[#CMDs + 1] = {NAME = 'bomb [plr]', DESC = 'Gives a player a timed bomb'}
  1308. CMDs[#CMDs + 1] = {NAME = 'rocket [plr]', DESC = 'Attaches a rocket to a player and shoots them into space'}
  1309. CMDs[#CMDs + 1] = {NAME = 'ff [plr]', DESC = 'Gives a player forcefield'}
  1310. CMDs[#CMDs + 1] = {NAME = 'unff [plr]', DESC = 'Removes forcefield'}
  1311. CMDs[#CMDs + 1] = {NAME = 'removelimbs / nolimbs [plr]', DESC = 'Removes a players limbs'}
  1312. CMDs[#CMDs + 1] = {NAME = 'savelighting / slighting', DESC = 'Saves current config of lighting'}
  1313. CMDs[#CMDs + 1] = {NAME = 'restorelighting / rlighting', DESC = 'Restores lighting to defaults or the last saved config'}
  1314. CMDs[#CMDs + 1] = {NAME = 'time [num]', DESC = 'Changes the time'}
  1315. CMDs[#CMDs + 1] = {NAME = 'ambient [R G B]', DESC = 'Changes the ambient color of the game'}
  1316. CMDs[#CMDs + 1] = {NAME = 'fogend [num]', DESC = 'Changes how foggy the game is'}
  1317. CMDs[#CMDs + 1] = {NAME = 'fogcolor [R G B]', DESC = 'Changes the color of the fog'}
  1318. CMDs[#CMDs + 1] = {NAME = 'disco', DESC = 'Makes the ambient change colors'}
  1319. CMDs[#CMDs + 1] = {NAME = 'nodisco / undisco', DESC = 'Disables disco'}
  1320. CMDs[#CMDs + 1] = {NAME = 'globalshadows / gshadows', DESC = 'Enables global shadows'}
  1321. CMDs[#CMDs + 1] = {NAME = 'noglobalshadows / nogshadows', DESC = 'Disables global shadows'}
  1322. CMDs[#CMDs + 1] = {NAME = 'blur [num]', DESC = 'Adjusts the ammount of blur'}
  1323. CMDs[#CMDs + 1] = {NAME = 'unblur / noblur', DESC = 'Removes any instances of blur'}
  1324. CMDs[#CMDs + 1] = {NAME = 'rain [mesh] [texture]', DESC = 'Makes the specified mesh rain from the sky'}
  1325. CMDs[#CMDs + 1] = {NAME = 'norain / unrain', DESC = 'Stops rain'}
  1326. CMDs[#CMDs + 1] = {NAME = 'char [plr] [plr/ID]', DESC = 'Change your character appearance to someone else'}
  1327. CMDs[#CMDs + 1] = {NAME = 'unchar [plr]', DESC = 'Sets your player appearance back to normal'}
  1328. CMDs[#CMDs + 1] = {NAME = 'shrek [plr]', DESC = 'GET OUTTA MY SWAMP'}
  1329. CMDs[#CMDs + 1] = {NAME = 'creeper [plr]', DESC = 'Turns the player into a minecraft creeper'}
  1330. CMDs[#CMDs + 1] = {NAME = 'dog [plr]', DESC = 'Turns a player into a dog'}
  1331. CMDs[#CMDs + 1] = {NAME = 'rainbow [plr]', DESC = 'Make a players body change colors'}
  1332. CMDs[#CMDs + 1] = {NAME = 'earthquake [power] [intensity]', DESC = 'Moves parts around the workspace randomly'}
  1333. CMDs[#CMDs + 1] = {NAME = 'clear', DESC = 'Clears the game and spawns an empty baseplate'}
  1334. CMDs[#CMDs + 1] = {NAME = 'team [plr] [team]', DESC = 'Join a team in the playerlist'}
  1335. CMDs[#CMDs + 1] = {NAME = 'createteam / newteam [name]', DESC = 'Creates a new team in the playerlist'}
  1336. CMDs[#CMDs + 1] = {NAME = 'removeteam / deleteteam [name]', DESC = 'Delete a team'}
  1337. CMDs[#CMDs + 1] = {NAME = 'jail [plr]', DESC = 'Captures a player inside of a jail'}
  1338. CMDs[#CMDs + 1] = {NAME = 'unjail [plr]', DESC = 'Releases a player from jail'}
  1339. CMDs[#CMDs + 1] = {NAME = 'fling [plr]', DESC = 'Flings a player'}
  1340. CMDs[#CMDs + 1] = {NAME = 'smite [plr]', DESC = 'Strike a player with lightning'}
  1341. CMDs[#CMDs + 1] = {NAME = 'blind [plr]', DESC = 'Makes a player unable to see'}
  1342. CMDs[#CMDs + 1] = {NAME = 'unblind [plr]', DESC = 'Makes a player able to see'}
  1343. CMDs[#CMDs + 1] = {NAME = 'meteor / asteroid [plr]', DESC = 'Sends an asteroid hurtling down at a player'}
  1344. CMDs[#CMDs + 1] = {NAME = 'arrest [plr]', DESC = 'Cops get the player and the player gets kicked from the game'}
  1345. CMDs[#CMDs + 1] = {NAME = 'zinniakick [plr]', DESC = 'Classic.'}
  1346. CMDs[#CMDs + 1] = {NAME = 'zinnia [plr]', DESC = 'Zinnia script'}
  1347. CMDs[#CMDs + 1] = {NAME = 'seagull / gull [plr]', DESC = 'Seagull picks up a player and rids the server of the player'}
  1348. CMDs[#CMDs + 1] = {NAME = 'starman / st [plr]', DESC = 'What fun!'}
  1349. CMDs[#CMDs + 1] = {NAME = 'unstarman / unst [plr]', DESC = 'Disables starman'}
  1350. CMDs[#CMDs + 1] = {NAME = 'bait', DESC = 'Spawns a touch for "admin" pad'}
  1351. CMDs[#CMDs + 1] = {NAME = 'removebait / nobait', DESC = 'Removes all bait pads'}
  1352. CMDs[#CMDs + 1] = {NAME = 'begone [plr]', DESC = 'BEGONE THOT'}
  1353. CMDs[#CMDs + 1] = {NAME = 'spasm [plr]', DESC = 'Makes the players body go crazy'}
  1354. CMDs[#CMDs + 1] = {NAME = 'animation / anim [plr] [ID] [speed]', DESC = 'BEGONE THOT'}
  1355. CMDs[#CMDs + 1] = {NAME = 'bang [plr] / [plr] [plr]', DESC = 'OwO'}
  1356. CMDs[#CMDs + 1] = {NAME = 'bgui [plr] [text]', DESC = 'Create a GUI with text above a players head'}
  1357. CMDs[#CMDs + 1] = {NAME = 'unbgui / nobgui [plr]', DESC = 'Removes bgui'}
  1358. CMDs[#CMDs + 1] = {NAME = 'removeoverheadgui / rohg [plr]', DESC = 'Removes any surfance/billboard guis in a character'}
  1359. CMDs[#CMDs + 1] = {NAME = 'sparkles [plr] [R G B]', DESC = 'Give a player sparkles'}
  1360. CMDs[#CMDs + 1] = {NAME = 'nosparkles / unsparkles [plr]', DESC = 'Remove sparkles from a player'}
  1361. CMDs[#CMDs + 1] = {NAME = 'fire [plr] [R G B]', DESC = 'Set a player on fire'}
  1362. CMDs[#CMDs + 1] = {NAME = 'nofire / unfire [plr]', DESC = 'Remove fire from a player'}
  1363. CMDs[#CMDs + 1] = {NAME = 'trail [plr] [R G B]', DESC = 'Give a player a trail effect'}
  1364. CMDs[#CMDs + 1] = {NAME = 'untrail / notrail [plr]', DESC = 'Remove the trail effect'}
  1365. CMDs[#CMDs + 1] = {NAME = 'size [plr] [num]', DESC = 'Adjusts a players size'}
  1366. CMDs[#CMDs + 1] = {NAME = 'removehats / nohats [plr]', DESC = 'Removes all hats from a player'}
  1367. CMDs[#CMDs + 1] = {NAME = 'hatsize [plr] [num]', DESC = 'Adjusts the size of a players hats'}
  1368. CMDs[#CMDs + 1] = {NAME = 'headsize [plr] [num]', DESC = 'Adjusts the size of a players head'}
  1369. CMDs[#CMDs + 1] = {NAME = 'punish [plr]', DESC = 'Removes their character'}
  1370. CMDs[#CMDs + 1] = {NAME = 'unpunish [plr]', DESC = 'Adds back their character'}
  1371. CMDs[#CMDs + 1] = {NAME = 'naked [plr]', DESC = 'Removes all cloths from a player'}
  1372. CMDs[#CMDs + 1] = {NAME = 'cape [plr] [R G B]', DESC = 'Attaches a cape to a player'}
  1373. CMDs[#CMDs + 1] = {NAME = 'particles [plr] [ID]', DESC = 'Emit particles from a player'}
  1374. CMDs[#CMDs + 1] = {NAME = 'noparticles / unparticles [plr]', DESC = 'Removes all particle effects from a player'}
  1375. CMDs[#CMDs + 1] = {NAME = 'uncape [plr]', DESC = 'Removes a players cape'}
  1376. CMDs[#CMDs + 1] = {NAME = 'fat [plr]', DESC = 'Makes a player fat'}
  1377. CMDs[#CMDs + 1] = {NAME = 'paper [plr]', DESC = 'Makes a player thin as paper'}
  1378. CMDs[#CMDs + 1] = {NAME = 'duck [plr]', DESC = 'Turns a player into a duck'}
  1379. CMDs[#CMDs + 1] = {NAME = 'mesh [plr] [mesh ID] [texture ID] [size X Y Z]', DESC = 'Morphs a player into a mesh'}
  1380. CMDs[#CMDs + 1] = {NAME = 'longneck [plr]', DESC = 'Gives the player a very long neck'}
  1381. CMDs[#CMDs + 1] = {NAME = 'unlongneck [plr]', DESC = 'Changes a players neck back to normal'}
  1382. CMDs[#CMDs + 1] = {NAME = 'spin [plr]', DESC = 'Make a player spin'}
  1383. CMDs[#CMDs + 1] = {NAME = 'unspin [plr]', DESC = 'Stop a player from spinning'}
  1384. CMDs[#CMDs + 1] = {NAME = 'car [plr]', DESC = 'Spawns a car next to a player'}
  1385. CMDs[#CMDs + 1] = {NAME = 'nocar / uncar [plr]', DESC = 'Removes a players car'}
  1386. CMDs[#CMDs + 1] = {NAME = 'spawnpoint / spawn [plr]', DESC = 'Creates a spawn point under a player'}
  1387. CMDs[#CMDs + 1] = {NAME = 'removespawns / nospawns', DESC = 'Removes all game spawns'}
  1388. CMDs[#CMDs + 1] = {NAME = 'jumpscare / scare [plr]', DESC = 'Creates a spooky popup and loud audio for the player'}
  1389. CMDs[#CMDs + 1] = {NAME = 'r6 [plr]', DESC = 'Gives a player the r6 rigtype'}
  1390. CMDs[#CMDs + 1] = {NAME = 'chat [plr] [msg]', DESC = 'Force a player to chat something'}
  1391. CMDs[#CMDs + 1] = {NAME = 'fakechat / fchat [name] [message]', DESC = 'Creates a fake chat in the global chat GUI'}
  1392. CMDs[#CMDs + 1] = {NAME = 'bleach [plr]', DESC = 'Makes the player drink bleach'}
  1393. CMDs[#CMDs + 1] = {NAME = 'view [plr]', DESC = 'Views a player'}
  1394. CMDs[#CMDs + 1] = {NAME = 'unview', DESC = 'Unviews a player'}
  1395. CMDs[#CMDs + 1] = {NAME = 'burn / witchunt [plr]', DESC = 'Burns a player'}
  1396. CMDs[#CMDs + 1] = {NAME = 'trip [plr]', DESC = 'Trips a player'}
  1397. CMDs[#CMDs + 1] = {NAME = 'ball [plr]', DESC = 'Lets a player roll around inside a giant hamster ball'}
  1398. CMDs[#CMDs + 1] = {NAME = 'unball / noball [plr]', DESC = 'Removes the hamster ball'}
  1399. CMDs[#CMDs + 1] = {NAME = 'chickenarms / chicken [plr]', DESC = 'Makes a player flap their arms'}
  1400. CMDs[#CMDs + 1] = {NAME = 'change [plr] [stat] [num/string]', DESC = 'Change players stats on the playerlist'}
  1401. CMDs[#CMDs + 1] = {NAME = 'decalspam [ID]', DESC = 'Spams the desired decal image on every part'}
  1402. CMDs[#CMDs + 1] = {NAME = 'undecalspam', DESC = 'Removes the spammed decals'}
  1403. CMDs[#CMDs + 1] = {NAME = 'spookyify', DESC = 'Make it spooky'}
  1404. CMDs[#CMDs + 1] = {NAME = 'strobe', DESC = 'Epilepsy warning'}
  1405. CMDs[#CMDs + 1] = {NAME = 'unstrobe / nostrobe', DESC = 'Turns off strobe'}
  1406. CMDs[#CMDs + 1] = {NAME = 'copytools / ctools [plr] / [plr] [plr]', DESC = 'Copy tools from a players inventory'}
  1407. CMDs[#CMDs + 1] = {NAME = 'deleteclass / dc [classname]', DESC = 'Deletes parts with a certain classname from workspace'}
  1408. CMDs[#CMDs + 1] = {NAME = 'delete / remove [name]', DESC = 'Deletes parts with a certain name from workspace'}
  1409. CMDs[#CMDs + 1] = {NAME = 'firstp [plr]', DESC = 'Forces a persons camera into first person mode'}
  1410. CMDs[#CMDs + 1] = {NAME = 'thirdp [plr]', DESC = 'Forces a persons camera into third person mode'}
  1411. CMDs[#CMDs + 1] = {NAME = 'maxzoom [plr] [num]', DESC = 'Sets how far a person can zoom out'}
  1412. CMDs[#CMDs + 1] = {NAME = '', DESC = ''}
  1413. CMDs[#CMDs + 1] = {NAME = '[OWNER ONLY]', DESC = 'Commands that can only be executed by the owner',COLOR = true}
  1414. CMDs[#CMDs + 1] = {NAME = 'removeadmin', DESC = 'Removes the admin from the server',COLOR = true}
  1415. CMDs[#CMDs + 1] = {NAME = 'owner [plr]', DESC = 'Gives a player owner',COLOR = true}
  1416. CMDs[#CMDs + 1] = {NAME = 'unowner [plr]', DESC = 'Removes a player from owner',COLOR = true}
  1417. CMDs[#CMDs + 1] = {NAME = 'admin [plr]', DESC = 'Gives a player admin commands',COLOR = true}
  1418. CMDs[#CMDs + 1] = {NAME = 'unadmin [plr]', DESC = 'Removes admin commands for a player',COLOR = true}
  1419. CMDs[#CMDs + 1] = {NAME = 'addadmin [plr]', DESC = 'Admin a player that is not in the game (FULL USERNAME)',COLOR = true}
  1420. CMDs[#CMDs + 1] = {NAME = 'shutdown [reason]', DESC = 'End a server',COLOR = true}
  1421. CMDs[#CMDs + 1] = {NAME = 'place / game [plr] [ID]', DESC = 'Teleport someone to a game',COLOR = true}
  1422. CMDs[#CMDs + 1] = {NAME = 'savemap / smap', DESC = 'Save the current map',COLOR = true}
  1423. CMDs[#CMDs + 1] = {NAME = 'restoremap / rmap', DESC = 'Restores the last saved map',COLOR = true}
  1424. CMDs[#CMDs + 1] = {NAME = 'execute / script [code]', DESC = 'Runs the code',COLOR = true}
  1425. CMDs[#CMDs + 1] = {NAME = 'executelocal / localscript [code]', DESC = 'Runs the code locally',COLOR = true}
  1426. wait()
  1427.  
  1428. for i = 1, #CMDs do
  1429. local newcmd = GUI.PopupFrame.Items.CMD:Clone()
  1430. newcmd.Parent = GUI.PopupFrame.Items.cmdsFrame
  1431. newcmd.Text = CMDs[i].NAME
  1432. local newcmd2 = GUI.PopupFrame.Items.CMD:Clone()
  1433. newcmd2.Parent = SUGGESTIONS.Frame
  1434. newcmd2.Text = CMDs[i].NAME
  1435. if CMDs[i].COLOR then
  1436. newcmd.TextColor3 = Color3.new(1, 0, 0)
  1437. newcmd2.TextColor3 = Color3.new(1, 0, 0)
  1438. end
  1439. newcmd.MouseButton1Click:Connect(function()
  1440. notify(''..CMDs[i].NAME..' | '..CMDs[i].DESC)
  1441. end)
  1442. end
  1443.  
  1444. Match = function(name,str)
  1445. return name:lower():find(str:lower()) and true
  1446. end
  1447.  
  1448. IndexContents = function(str,bool,gui,hidden)
  1449. local Index,SizeY = 0,0
  1450. for i,v in next, gui:GetChildren() do
  1451. if bool then
  1452. if Match(v.Text,str) then
  1453. Index = Index + 1
  1454. if hidden then
  1455. v:TweenPosition(UDim2.new(0,3,0,Index*v.AbsoluteSize.Y-v.AbsoluteSize.Y), "InOut", "Quart", 0.5, true, nil)
  1456. else
  1457. v.Position = UDim2.new(0,3,0,Index*v.AbsoluteSize.Y-v.AbsoluteSize.Y)
  1458. end
  1459. v.Visible = true
  1460. SizeY = SizeY + v.AbsoluteSize.Y
  1461. gui.CanvasSize = UDim2.new(0,0,0,SizeY)
  1462. else
  1463. v.Visible = false
  1464. end
  1465. else
  1466. v.Visible = true
  1467. SizeY = SizeY + v.AbsoluteSize.Y
  1468. gui.CanvasSize = UDim2.new(0,0,0,SizeY)
  1469. end
  1470. end
  1471. if suggestionsEnabled and not hidden then
  1472. if Index == 0 and str ~= '' then
  1473. SUGGESTIONS:TweenPosition(UDim2.new(0,2,1,2), "InOut", "Quart", 0.2, false, nil)
  1474. else
  1475. SUGGESTIONS:TweenPosition(UDim2.new(0,2,1,-242), "InOut", "Quart", 0.2, false, nil)
  1476. end
  1477. end
  1478. end
  1479.  
  1480. IndexContents('',true,GUI.PopupFrame.Items.cmdsFrame)
  1481. IndexContents('',true,SUGGESTIONS.Frame)
  1482. SUGGESTIONS:TweenPosition(UDim2.new(0,2,1,2), "InOut", "Quart", 0.5, true, nil)
  1483.  
  1484. function addbind(cmd,key)
  1485. binds[#binds+1]=
  1486. {
  1487. COMMAND=cmd;
  1488. KEY=key;
  1489. }
  1490. end
  1491.  
  1492. GUI.PopupFrame.Items.Search.TextBox.Changed:connect(function(property)
  1493. if property == "Text" and GUI.PopupFrame.Items.Search.TextBox:IsFocused() then
  1494. IndexContents(GUI.PopupFrame.Items.Search.TextBox.Text,true,GUI.PopupFrame.Items.cmdsFrame,true)
  1495. if GUI.PopupFrame.Select.highlight.Position ~= UDim2.new(0,4,0,4) then
  1496. GUI.PopupFrame.Items:TweenPosition(UDim2.new(0,-335,0,46), "InOut", "Quart", 0.5, true, nil)
  1497. GUI.PopupFrame.Select.highlight:TweenPosition(UDim2.new(0,4,0,4), "InOut", "Quart", 0.3, true, nil)
  1498. wait(0.6)
  1499. GUI.PopupFrame.Items.settingsFrame.Visible = false
  1500. GUI.PopupFrame.Items.bansFrame.Visible = false
  1501. GUI.PopupFrame.Items.keybindsFrame.Visible = false
  1502. GUI.PopupFrame.Items.logsFrame.Visible = false
  1503. GUI.PopupFrame.Items.cmdsFrame.Visible = true
  1504. wait()
  1505. GUI.PopupFrame.Items:TweenPosition(UDim2.new(0,0,0,46), "InOut", "Quart", 0.5, true, nil)
  1506. end
  1507. end
  1508. end)
  1509.  
  1510. GUI.PopupFrame.Items.Search.TextBox.FocusLost:connect(function()
  1511. if GUI.PopupFrame.Items.Search.TextBox.Text == '' or GUI.PopupFrame.Items.Search.TextBox.Text == ' ' then
  1512. GUI.PopupFrame.Items.Search.TextBox.Text = "Search"
  1513. IndexContents('',true,GUI.PopupFrame.Items.cmdsFrame,true)
  1514. end
  1515. end)
  1516.  
  1517. local chatbox
  1518. if pcall(function() chatbox = Players.LocalPlayer.PlayerGui.Chat.Frame.ChatBarParentFrame.Frame.BoxFrame.Frame.ChatBar end) then
  1519. local function Index()
  1520. if suggestionsEnabled and chatbox:IsFocused() then
  1521. if chatbox.Text:lower():sub(1,1) == prefix then
  1522. IndexContents(chatbox.Text:lower():sub(2),true,SUGGESTIONS.Frame)
  1523. else
  1524. SUGGESTIONS:TweenPosition(UDim2.new(0,2,1,2), "InOut", "Quart", 0.5, true, nil)
  1525. end
  1526. end
  1527. end
  1528. chatbox:GetPropertyChangedSignal("Text"):Connect(Index)
  1529.  
  1530. chatbox.FocusLost:connect(function(enterpressed)
  1531. if suggestionsEnabled then
  1532. SUGGESTIONS:TweenPosition(UDim2.new(0,2,1,2), "InOut", "Quart", 0.5, true, nil)
  1533. end
  1534. end)
  1535.  
  1536. Players.LocalPlayer.PlayerGui.Chat.Frame.ChatBarParentFrame.ChildAdded:Connect(function(newbar)
  1537. wait()
  1538. if newbar:FindFirstChild('BoxFrame') then
  1539. chatbox = Players.LocalPlayer.PlayerGui.Chat.Frame.ChatBarParentFrame.Frame.BoxFrame.Frame.ChatBar
  1540. chatbox:GetPropertyChangedSignal("Text"):Connect(Index)
  1541. end
  1542. end)
  1543. else
  1544. print('Custom chat detected. Will not provide suggestions for commands typed in the chat.')
  1545. end
  1546.  
  1547. local function splitString(str,delim)
  1548. local broken = {}
  1549. if delim == nil then delim = "," end
  1550. for w in string.gmatch(str,"[^"..delim.."]+") do
  1551. table.insert(broken,w)
  1552. end
  1553. return broken
  1554. end
  1555.  
  1556. local historyCount = 0
  1557. local cmdHistory = {}
  1558. local split=" "
  1559. lastBreakTime = 0
  1560. function execCmd(cmdStr)
  1561. spawn(function()
  1562. if cmdStr ~= '' and cmdStr ~= ' ' then
  1563. local log = true
  1564. if string.find(cmdStr:sub(1, 6), "script") and string.find(cmdStr, "require%(") then log = false end
  1565. if string.find(cmdStr:sub(1, 7), "execute") and string.find(cmdStr, "require%(") then log = false end
  1566. if string.find(cmdStr:sub(1, 1), "s") and string.find(cmdStr, "require%(") then log = false end
  1567. if log == true then
  1568. FireCommand:FireServer('log',cmdStr)
  1569. end
  1570. end
  1571. local rawCmdStr = cmdStr
  1572. cmdStr = string.gsub(cmdStr,"\\\\","%%BackSlash%%")
  1573. local commandsToRun = splitString(cmdStr,"\\")
  1574. for i,v in pairs(commandsToRun) do
  1575. v = string.gsub(v,"%%BackSlash%%","\\")
  1576. local x,y,num = v:find("^(%d+)%^")
  1577. local cmdDelay = 0
  1578. if num then
  1579. v = v:sub(y+1)
  1580. local x,y,del = v:find("^([%d%.]+)%^")
  1581. if del then
  1582. v = v:sub(y+1)
  1583. cmdDelay = tonumber(del) or 0
  1584. end
  1585. end
  1586. num = tonumber(num or 1)
  1587. local args = splitString(v,split)
  1588. local cmd = args[1]
  1589. if cmd then
  1590. table.remove(args,1)
  1591. local cargs = args
  1592. if cmdHistory[1] ~= rawCmdStr then table.insert(cmdHistory,1,rawCmdStr) end
  1593. if #cmdHistory > 20 then table.remove(cmdHistory) end
  1594. local cmdStartTime = tick()
  1595. for rep = 1,num do
  1596. if lastBreakTime > cmdStartTime then break end
  1597. pcall(function()
  1598. FireCommand:FireServer('command',cmd,args,cargs)
  1599. end)
  1600. if cmdDelay ~= 0 then wait(cmdDelay) end
  1601. end
  1602. end
  1603. end
  1604. end)
  1605. end
  1606.  
  1607. local getprfx=function(strn)
  1608. if strn:sub(1,string.len(prefix))==prefix then return{'cmd',string.len(prefix)+1}
  1609. end return
  1610. end
  1611.  
  1612. function do_exec(str)
  1613. str = str:gsub('/e ', '')
  1614. local t = getprfx(str)
  1615. if not t then return end
  1616. str = str:sub(t[2])
  1617. if t[1]=='cmd' then
  1618. execCmd(str)
  1619. end
  1620. end
  1621.  
  1622. FireCommand:FireServer('setting','requestInfo')
  1623.  
  1624. GUI.PopupFrame.Items.settingsFrame.prefixBox.Changed:connect(function(property)
  1625. if property == "Text" then
  1626. prefix = GUI.PopupFrame.Items.settingsFrame.prefixBox.Text
  1627. end
  1628. end)
  1629.  
  1630. GUI.PopupFrame.Items.settingsFrame.suggestionsBox.MouseButton1Down:Connect(function()
  1631. if suggestionsEnabled then
  1632. suggestionsEnabled = false
  1633. GUI.PopupFrame.Items.settingsFrame.suggestionsBox.BackgroundColor3 = Color3.new(0.180392, 0.180392, 0.184314)
  1634. else
  1635. suggestionsEnabled = true
  1636. GUI.PopupFrame.Items.settingsFrame.suggestionsBox.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.298039)
  1637. end
  1638. end)
  1639.  
  1640.  
  1641. GUI.PopupFrame.Items.settingsFrame.allowfriendsBox.MouseButton1Down:Connect(function()
  1642. if GUI.PopupFrame.Items.settingsFrame.allowfriendsBox .BackgroundColor3 == Color3.new(0.180392, 0.180392, 0.184314) then
  1643. FireCommand:FireServer('setting','allowFriends',true)
  1644. else
  1645. FireCommand:FireServer('setting','allowFriends',false)
  1646. end
  1647. end)
  1648.  
  1649. GUI.PopupFrame.Items.keybindsFrame.Clear.MouseButton1Down:Connect(function()
  1650. binds = {}
  1651. refreshBinds()
  1652. end)
  1653.  
  1654. GUI.PopupFrame.Items.keybindsFrame.Add.MouseButton1Down:Connect(function()
  1655. GUI.Parent.KeybindsEditor:TweenPosition(UDim2.new(0.5,-230,1,-168), "InOut", "Quart", 0.3, true, nil)
  1656. end)
  1657.  
  1658. GUI.Parent.KeybindsEditor.Close.MouseButton1Down:Connect(function()
  1659. GUI.Parent.KeybindsEditor:TweenPosition(UDim2.new(0.5,-230,1,5), "InOut", "Quart", 0.3, true, nil)
  1660. GUI.Parent.KeybindsEditor.CTB.Text = 'Click to bind'
  1661. GUI.Parent.KeybindsEditor.keybindCmd.Text = ' Type Command Here '
  1662. end)
  1663.  
  1664. GUI.Parent.KeybindsEditor.Minimize.MouseButton1Down:Connect(function()
  1665. if GUI.Parent.KeybindsEditor.Position.Y.Offset == -168 then
  1666. GUI.Parent.KeybindsEditor:TweenPosition(UDim2.new(0.5,-230,1,-20), "InOut", "Quart", 0.3, true, nil)
  1667. else
  1668. GUI.Parent.KeybindsEditor:TweenPosition(UDim2.new(0.5,-230,1,-168), "InOut", "Quart", 0.3, true, nil)
  1669. end
  1670. end)
  1671.  
  1672. GUI.Parent.KeybindsEditor.CTB.MouseButton1Click:Connect(function()
  1673. AwaitingInput = true
  1674. GUI.Parent.KeybindsEditor.CTB.Text = 'Press Something'
  1675. end)
  1676.  
  1677. function unkeybind(cmd,key)
  1678. for i = #binds,1,-1 do
  1679. if binds[i].COMMAND == cmd and binds[i].KEY == key then
  1680. table.remove(binds, i)
  1681. end
  1682. end
  1683. refreshBinds()
  1684. if key == 'RightClick' or key == 'LeftClick' then
  1685. notify('Unbinded '..key..' from '..cmd)
  1686. else
  1687. notify('Unbinded '..key:sub(14)..' from '..cmd)
  1688. end
  1689. end
  1690.  
  1691. function refreshBinds()
  1692. GUI.PopupFrame.Items.keybindsFrame.ListFrame:ClearAllChildren()
  1693. GUI.PopupFrame.Items.keybindsFrame.ListFrame.CanvasSize = UDim2.new(0, 0, 0, 0)
  1694. for i = 1, #binds do
  1695. local YSize = 22
  1696. local Position = ((i * YSize) - YSize)
  1697. local newcmd = GUI.PopupFrame.Items.Label:Clone()
  1698. newcmd.Parent = GUI.PopupFrame.Items.keybindsFrame.ListFrame
  1699. newcmd.Visible = true
  1700. newcmd.Position = UDim2.new(0,0,0, Position)
  1701. local input = tostring(binds[i].KEY)
  1702. local key
  1703. if input == 'RightClick' or input == 'LeftClick' then
  1704. key = input
  1705. else
  1706. key = input:sub(14)
  1707. end
  1708. newcmd.labelText.Text = key.." > "..binds[i].COMMAND
  1709. GUI.PopupFrame.Items.keybindsFrame.ListFrame.CanvasSize = UDim2.new(0,0,0, Position + 30)
  1710. local unban = newcmd.closeBox
  1711. unban.MouseButton1Click:Connect(function()
  1712. unkeybind(binds[i].COMMAND,binds[i].KEY)
  1713. end)
  1714. if GUI.PopupFrame.Items.keybindsFrame.ListFrame.CanvasSize.Y.Offset >= 189 then
  1715. for i,v in pairs(GUI.PopupFrame.Items.keybindsFrame.ListFrame:GetChildren()) do
  1716. v.closeBox.Position = UDim2.new(v.closeBox.Position.X.Scale,307,v.closeBox.Position.Y.Scale,v.closeBox.Position.Y.Offset)
  1717. end
  1718. else
  1719. for i,v in pairs(GUI.PopupFrame.Items.keybindsFrame.ListFrame:GetChildren()) do
  1720. v.closeBox.Position = UDim2.new(v.closeBox.Position.X.Scale,315,v.closeBox.Position.Y.Scale,v.closeBox.Position.Y.Offset)
  1721. end
  1722. end
  1723. end
  1724. end
  1725.  
  1726. local function onInputBegan(input,gameProcessed)
  1727. if AwaitingInput then
  1728. if input.UserInputType == Enum.UserInputType.Keyboard then
  1729. keyPressed = tostring(input.KeyCode)
  1730. GUI.Parent.KeybindsEditor.CTB.Text = keyPressed:sub(14)
  1731. elseif input.UserInputType == Enum.UserInputType.MouseButton1 then
  1732. keyPressed = 'LeftClick'
  1733. GUI.Parent.KeybindsEditor.CTB.Text = 'LeftClick'
  1734. elseif input.UserInputType == Enum.UserInputType.MouseButton2 then
  1735. keyPressed = 'RightClick'
  1736. GUI.Parent.KeybindsEditor.CTB.Text = 'RightClick'
  1737. end
  1738. AwaitingInput = false
  1739. KeySelected = true
  1740. end
  1741. if not gameProcessed and #binds > 0 then
  1742. for i,v in pairs(binds)do
  1743. if input.UserInputType == Enum.UserInputType.Keyboard and v.KEY:lower()==tostring(input.KeyCode):lower() then
  1744. execCmd(v.COMMAND,Players.LocalPlayer)
  1745. elseif input.UserInputType == Enum.UserInputType.MouseButton1 and v.KEY:lower()=='leftclick' then
  1746. execCmd(v.COMMAND,Players.LocalPlayer)
  1747. elseif input.UserInputType == Enum.UserInputType.MouseButton2 and v.KEY:lower()=='rightclick' then
  1748. execCmd(v.COMMAND,Players.LocalPlayer)
  1749. end
  1750. end
  1751. end
  1752. end
  1753.  
  1754. UserInputService.InputBegan:connect(onInputBegan)
  1755.  
  1756. GUI.Parent.KeybindsEditor.AddCmd.MouseButton1Click:Connect(function()
  1757. if KeySelected then
  1758. if string.find(GUI.Parent.KeybindsEditor.keybindCmd.Text, "\\\\") then
  1759. notify('Only use one backslash to keybind multiple commands into one keybind or command')
  1760. elseif GUI.Parent.KeybindsEditor.keybindCmd.Text == ' Type Command Here ' then
  1761. notify('Type a command in the box before binding it')
  1762. else
  1763. addbind(GUI.Parent.KeybindsEditor.keybindCmd.Text,keyPressed)
  1764. refreshBinds()
  1765. if keyPressed == 'RightClick' or keyPressed == 'LeftClick' then
  1766. notify('Binded '..keyPressed..' to '..GUI.Parent.KeybindsEditor.keybindCmd.Text)
  1767. else
  1768. notify('Binded '..keyPressed:sub(14)..' to '..GUI.Parent.KeybindsEditor.keybindCmd.Text)
  1769. end
  1770. end
  1771. end
  1772. end)
  1773.  
  1774. GUI.Parent.KeybindsEditor.AddFly.MouseButton1Click:Connect(function()
  1775. if KeySelected then
  1776. addbind('togglefly',keyPressed)
  1777. refreshBinds()
  1778. if keyPressed == 'RightClick' or keyPressed == 'LeftClick' then
  1779. notify('Binded '..keyPressed..' to toggle fly')
  1780. else
  1781. notify('Binded '..keyPressed:sub(14)..' to toggle fly')
  1782. end
  1783. end
  1784. end)
  1785.  
  1786. GUI.Parent.KeybindsEditor.AddNoclip.MouseButton1Click:Connect(function()
  1787. if KeySelected then
  1788. addbind('togglenoclip',keyPressed)
  1789. refreshBinds()
  1790. if keyPressed == 'RightClick' or keyPressed == 'LeftClick' then
  1791. notify('Binded '..keyPressed..' to toggle noclip')
  1792. else
  1793. notify('Binded '..keyPressed:sub(14)..' to toggle noclip')
  1794. end
  1795. end
  1796. end)
  1797.  
  1798. Players.LocalPlayer.Chatted:connect(function(message)
  1799. do_exec(message)
  1800. end)
  1801.  
  1802. IYMouse.KeyDown:connect(function(Key)
  1803. if (Key==prefix) then
  1804. CMDBAR:CaptureFocus()
  1805. end
  1806. end)
  1807.  
  1808. GUI.Parent.KeybindsEditor.keybindCmd.FocusLost:connect(function()
  1809. if GUI.Parent.KeybindsEditor.keybindCmd.Text == '' then
  1810. GUI.Parent.KeybindsEditor.keybindCmd.Text = ' Type Command Here '
  1811. end
  1812. end)
  1813.  
  1814. CMDBAR.FocusLost:connect(function(enterpressed)
  1815. if enterpressed then
  1816. execCmd(CMDBAR.Text,Players.LocalPlayer)
  1817. end
  1818. CMDBAR.Text = "Command Bar"
  1819. if suggestionsEnabled then
  1820. SUGGESTIONS:TweenPosition(UDim2.new(0,2,1,2), "InOut", "Quart", 0.5, true, nil)
  1821. end
  1822. end)
  1823.  
  1824. CMDBAR.Changed:Connect(function(property)
  1825. if suggestionsEnabled and property == 'Text' and CMDBAR.Text ~= "Command Bar" then
  1826. IndexContents(CMDBAR.Text,true,SUGGESTIONS.Frame)
  1827. end
  1828. end)
  1829.  
  1830. CMDBAR.Focused:Connect(function()
  1831. historyCount = 0
  1832. end)
  1833.  
  1834. game:GetService("UserInputService").InputBegan:Connect(function(input)
  1835. if not CMDBAR:IsFocused() then return end
  1836. if input.KeyCode == Enum.KeyCode.Up then
  1837. historyCount = historyCount + 1
  1838. if historyCount > #cmdHistory then historyCount = #cmdHistory end
  1839. CMDBAR.Text = cmdHistory[historyCount] or ""
  1840. elseif input.KeyCode == Enum.KeyCode.Down then
  1841. historyCount = historyCount - 1
  1842. if historyCount < 1 then historyCount = 1 end
  1843. CMDBAR.Text = cmdHistory[historyCount] or ""
  1844. end
  1845. end)
  1846.  
  1847. print('LOADED CLIENT')
  1848. end
  1849. coroutine.wrap(LXPVMUS_fake_script)()
  1850. local function LRHR_fake_script() -- IY_Message.IY_Message_Handler
  1851. local script = Instance.new('LocalScript', IY_Message)
  1852.  
  1853. wait()
  1854. messageGui = script.Parent:WaitForChild("Top")
  1855. MValue = script.Parent:FindFirstChildOfClass("StringValue")
  1856. messageGui.PopupFrame.Title.Text = MValue.Name
  1857. messageGui.PopupFrame.Items.Message.Text = MValue.Value
  1858. wait()
  1859. messageGui.Visible = true
  1860. messageGui.PopupFrame:TweenSize(UDim2.new(0,457,0,18), "InOut", "Quart", 0.5, true, nil)
  1861. wait(0.5)
  1862. messageGui.PopupFrame:TweenSize(UDim2.new(0,457,0,263), "InOut", "Quart", 0.5, true, nil)
  1863.  
  1864. messageGui.PopupFrame.Close.MouseButton1Down:Connect(function()
  1865. messageGui.PopupFrame:TweenSize(UDim2.new(0,457,0,18), "InOut", "Quart", 0.5, true, nil)
  1866. wait(0.5)
  1867. messageGui.PopupFrame:TweenSize(UDim2.new(0,0,0,18), "InOut", "Quart", 0.5, true, nil)
  1868. wait(0.5)
  1869. script.Parent:Destroy()
  1870. end)
  1871.  
  1872. wait(8)
  1873.  
  1874. messageGui.PopupFrame:TweenSize(UDim2.new(0,457,0,18), "InOut", "Quart", 0.5, true, nil)
  1875. wait(0.5)
  1876. messageGui.PopupFrame:TweenSize(UDim2.new(0,0,0,18), "InOut", "Quart", 0.5, true, nil)
  1877. wait(0.5)
  1878. script.Parent:Destroy()
  1879. end
  1880. coroutine.wrap(LRHR_fake_script)()
  1881. local function EOYMQXJ_fake_script() -- Scripts.CoreGui
  1882. local script = Instance.new('LocalScript', Scripts)
  1883.  
  1884. script.Parent = nil
  1885.  
  1886. game:GetService("StarterGui"):SetCoreGuiEnabled(script:WaitForChild("Type").Value, script:WaitForChild("Enabled").Value)
  1887. end
  1888. coroutine.wrap(EOYMQXJ_fake_script)()
  1889. local function OKIKW_fake_script() -- Scripts.Fly
  1890. local script = Instance.new('LocalScript', Scripts)
  1891.  
  1892. local Players = game:GetService("Players")
  1893. local StopFunc = Players.LocalPlayer.Character:FindFirstChild("DisableFly")
  1894. local IYMouse = Players.LocalPlayer:GetMouse()
  1895. if script:WaitForChild("Disable").Value then
  1896. StopFunc = script.Disable.Value
  1897. end
  1898. if script:WaitForChild("Speed").Value then
  1899. IYFlySpeed = script.Speed.Value
  1900. end
  1901.  
  1902. script.Speed.Changed:Connect(function(property)
  1903. IYFlySpeed = script.Speed.Value
  1904. end)
  1905.  
  1906. FLYING = false
  1907. function sFLY()
  1908. repeat wait() until Players.LocalPlayer and Players.LocalPlayer.Character and Players.LocalPlayer.Character:FindFirstChild('HumanoidRootPart') and Players.LocalPlayer.Character:FindFirstChild('Humanoid')
  1909. repeat wait() until IYMouse
  1910.  
  1911. local T = Players.LocalPlayer.Character.HumanoidRootPart
  1912. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1913. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1914. local SPEED = 0
  1915.  
  1916. local function FLY()
  1917. FLYING = true
  1918. local BG = Instance.new('BodyGyro', T)
  1919. local BV = Instance.new('BodyVelocity', T)
  1920. BG.P = 9e4
  1921. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1922. BG.cframe = T.CFrame
  1923. BV.velocity = Vector3.new(0, 0, 0)
  1924. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1925. spawn(function()
  1926. repeat wait()
  1927. Players.LocalPlayer.Character.Humanoid.PlatformStand = true
  1928. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  1929. SPEED = 50
  1930. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  1931. SPEED = 0
  1932. end
  1933. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  1934. 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
  1935. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  1936. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  1937. 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
  1938. else
  1939. BV.velocity = Vector3.new(0, 0, 0)
  1940. end
  1941. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  1942. until not FLYING
  1943. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1944. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1945. SPEED = 0
  1946. BG:destroy()
  1947. BV:destroy()
  1948. Players.LocalPlayer.Character.Humanoid.PlatformStand = false
  1949. end)
  1950. end
  1951. IYMouse.KeyDown:connect(function(KEY)
  1952. if KEY:lower() == 'w' then
  1953. CONTROL.F = IYFlySpeed
  1954. elseif KEY:lower() == 's' then
  1955. CONTROL.B = -IYFlySpeed
  1956. elseif KEY:lower() == 'a' then
  1957. CONTROL.L = -IYFlySpeed
  1958. elseif KEY:lower() == 'd' then
  1959. CONTROL.R = IYFlySpeed
  1960. end
  1961. end)
  1962. IYMouse.KeyUp:connect(function(KEY)
  1963. if KEY:lower() == 'w' then
  1964. CONTROL.F = 0
  1965. elseif KEY:lower() == 's' then
  1966. CONTROL.B = 0
  1967. elseif KEY:lower() == 'a' then
  1968. CONTROL.L = 0
  1969. elseif KEY:lower() == 'd' then
  1970. CONTROL.R = 0
  1971. end
  1972. end)
  1973. FLY()
  1974. end
  1975.  
  1976. function NOFLY()
  1977. FLYING = false
  1978. Players.LocalPlayer.Character.Humanoid.PlatformStand = false
  1979. if StopFunc then StopFunc:Destroy() end
  1980. for i,v in pairs(Players.LocalPlayer.Character.HumanoidRootPart:GetChildren()) do
  1981. if v.ClassName == "BodyGyro" or v.ClassName == "BodyVelocity" then
  1982. v:Destroy()
  1983. end
  1984. end
  1985. script:Destroy()
  1986. end
  1987.  
  1988. StopFunc.OnClientInvoke = NOFLY
  1989.  
  1990. Players.LocalPlayer.Character.ChildRemoved:connect(function(Child)
  1991. if Child == StopFunc then
  1992. NOFLY()
  1993. end
  1994. end)
  1995.  
  1996. sFLY()
  1997. end
  1998. coroutine.wrap(OKIKW_fake_script)()
  1999. local function LBNG_fake_script() -- Scripts.Noclip
  2000. local script = Instance.new('LocalScript', Scripts)
  2001.  
  2002. local Players = game:GetService("Players")
  2003. local StopFunc = Players.LocalPlayer.Character:FindFirstChild("DisableFly")
  2004. local IYMouse = Players.LocalPlayer:GetMouse()
  2005. if script:WaitForChild("Disable").Value then
  2006. StopFunc = script.Disable.Value
  2007. end
  2008.  
  2009. game:GetService('RunService').Stepped:connect(function()
  2010. for _, child in pairs(Players.LocalPlayer.Character:GetDescendants()) do
  2011. if child:IsA("BasePart") and child.CanCollide == true then
  2012. child.CanCollide = false
  2013. end
  2014. end
  2015. end)
  2016.  
  2017. function disablenoclip()
  2018. if StopFunc then StopFunc:Destroy() end
  2019. script:Destroy()
  2020. end
  2021.  
  2022. StopFunc.OnClientInvoke = disablenoclip
  2023.  
  2024. Players.LocalPlayer.Character.ChildRemoved:connect(function(Child)
  2025. if Child == StopFunc then
  2026. disablenoclip()
  2027. end
  2028. end)
  2029. end
  2030. coroutine.wrap(LBNG_fake_script)()
  2031. local function FMIHVC_fake_script() -- Scripts.View
  2032. local script = Instance.new('LocalScript', Scripts)
  2033.  
  2034. workspace.CurrentCamera.CameraSubject = game:GetService("Players")[script:WaitForChild("Plr").Value].Character
  2035. wait()
  2036. script:Destroy()
  2037. end
  2038. coroutine.wrap(FMIHVC_fake_script)()
  2039. local function CRNCHO_fake_script() -- Scripts.Mute
  2040. local script = Instance.new('LocalScript', Scripts)
  2041.  
  2042. script:WaitForChild("IsMuted")
  2043. game.StarterGui:SetCore("ChatBarDisabled",script.IsMuted.Value)
  2044. wait()
  2045. script:Destroy()
  2046. end
  2047. coroutine.wrap(CRNCHO_fake_script)()
  2048.  
Add Comment
Please, Sign In to add comment