Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 52.77 KB | None | 0 0
  1. -- Objects
  2. -- Quick .MouseButton1Down:connect(function()
  3.  
  4. local LegacyGuiV2 = Instance.new("ScreenGui")
  5. local LoginFrame = Instance.new("Frame")
  6. local Bar = Instance.new("Frame")
  7. local BarShadow = Instance.new("Frame")
  8. local LoginLabel = Instance.new("TextLabel")
  9. local DisclaimerLabel = Instance.new("TextLabel")
  10. local user = Instance.new("TextBox")
  11. local pass = Instance.new("TextBox")
  12. local login = Instance.new("TextButton")
  13. local FilterCheck = Instance.new("TextLabel")
  14. local MainFrame = Instance.new("Frame")
  15. local bar2 = Instance.new("Frame")
  16. local BarShadow2 = Instance.new("Frame")
  17. local Title = Instance.new("TextLabel")
  18. local Credits = Instance.new("TextLabel")
  19. local exebut = Instance.new("TextButton")
  20. local scriptsbut = Instance.new("TextButton")
  21. local Exit = Instance.new("TextButton")
  22. local ImageLabel = Instance.new("ImageLabel")
  23. local ExeFrame = Instance.new("Frame")
  24. local Bar_2 = Instance.new("Frame")
  25. local BarShadow3 = Instance.new("Frame")
  26. local ScrollingFrame = Instance.new("ScrollingFrame")
  27. local input = Instance.new("TextBox")
  28. local execute = Instance.new("TextButton")
  29. local clear = Instance.new("TextButton")
  30. local CommandPrompt1 = Instance.new("Frame")
  31. local bar4 = Instance.new("Frame")
  32. local BarShadow4 = Instance.new("Frame")
  33. local MainTitle = Instance.new("TextLabel")
  34. local KidnapStart = Instance.new("TextButton")
  35. local Exit_2 = Instance.new("TextButton")
  36. local KidnapName = Instance.new("TextBox")
  37. local TitleKidnap = Instance.new("TextLabel")
  38. local KillStart = Instance.new("TextButton")
  39. local KillName = Instance.new("TextBox")
  40. local TitleKill = Instance.new("TextLabel")
  41. local TitleFreeze = Instance.new("TextLabel")
  42. local TitleSound = Instance.new("TextLabel")
  43. local SoundStart = Instance.new("TextButton")
  44. local SoundName = Instance.new("TextBox")
  45. local FreezeStart = Instance.new("TextButton")
  46. local FreezeName = Instance.new("TextBox")
  47. local SpeedStart = Instance.new("TextButton")
  48. local SpeedName = Instance.new("TextBox")
  49. local TitleSpeed = Instance.new("TextLabel")
  50. local TitleJump = Instance.new("TextLabel")
  51. local JumpValue = Instance.new("TextBox")
  52. local SpeedValue = Instance.new("TextBox")
  53. local JumpStart = Instance.new("TextButton")
  54. local JumpName = Instance.new("TextBox")
  55. local SoundRemove = Instance.new("TextButton")
  56. local Next = Instance.new("TextButton")
  57. local CommandPrompt2 = Instance.new("Frame")
  58. local bar4_2 = Instance.new("Frame")
  59. local BarShadow4_2 = Instance.new("Frame")
  60. local MainTitle_2 = Instance.new("TextLabel")
  61. local NakedStart = Instance.new("TextButton")
  62. local Exit_3 = Instance.new("TextButton")
  63. local NakedName = Instance.new("TextBox")
  64. local TitleNaked = Instance.new("TextLabel")
  65. local NoobifyStart = Instance.new("TextButton")
  66. local NoobifyName = Instance.new("TextBox")
  67. local TitleNoobify = Instance.new("TextLabel")
  68. local TitleRemoveBasePlate = Instance.new("TextLabel")
  69. local TitleCreateBasePlate = Instance.new("TextLabel")
  70. local CreateBasePlateStart = Instance.new("TextButton")
  71. local StatName = Instance.new("TextBox")
  72. local RemoveBasePlateStart = Instance.new("TextButton")
  73. local Next_2 = Instance.new("TextButton")
  74. local GodStart = Instance.new("TextButton")
  75. local GodName = Instance.new("TextBox")
  76. local TitleGod = Instance.new("TextLabel")
  77. local TitleStat = Instance.new("TextLabel")
  78. local StatStart = Instance.new("TextButton")
  79. local CommandPrompt3 = Instance.new("Frame")
  80. local bar4_3 = Instance.new("Frame")
  81. local BarShadow4_3 = Instance.new("Frame")
  82. local MainTitle_3 = Instance.new("TextLabel")
  83. local ShotGunDamageStart = Instance.new("TextButton")
  84. local Exit_4 = Instance.new("TextButton")
  85. local ShotGunName = Instance.new("TextBox")
  86. local TitleDamage = Instance.new("TextLabel")
  87. local HumanoidStart = Instance.new("TextButton")
  88. local HumanoidName = Instance.new("TextBox")
  89. local TitleHumanoid = Instance.new("TextLabel")
  90. local TitleDay = Instance.new("TextLabel")
  91. local TitleNight = Instance.new("TextLabel")
  92. local ChangeStartNight = Instance.new("TextButton")
  93. local ChangeStartDay = Instance.new("TextButton")
  94. local Back = Instance.new("TextButton")
  95. local Back2 = Instance.new("TextButton")
  96. local Back3 = Instance.new("TextButton")
  97.  
  98.  
  99. -- Properties
  100.  
  101. LegacyGuiV2.Name = "LegacyGuiV2"
  102. LegacyGuiV2.Parent = Players.LocalPlayer.PlayerGui
  103.  
  104. LoginFrame.Name = "LoginFrame"
  105. LoginFrame.Parent = LegacyGuiV2
  106. LoginFrame.Active = true
  107. LoginFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  108. LoginFrame.BorderColor3 = Color3.new(1, 0, 0)
  109. LoginFrame.BorderSizePixel = 0
  110. LoginFrame.Draggable = true
  111. LoginFrame.Position = UDim2.new(0.5, -168, 0.5, -196)
  112. LoginFrame.Size = UDim2.new(0.175520837, 0, 0.430449069, 0)
  113.  
  114. Bar.Name = "Bar"
  115. Bar.Parent = LoginFrame
  116. Bar.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  117. Bar.BorderSizePixel = 0
  118. Bar.Size = UDim2.new(1, 0, 0.0318627469, 0)
  119.  
  120. BarShadow.Name = "BarShadow"
  121. BarShadow.Parent = LoginFrame
  122. BarShadow.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  123. BarShadow.BackgroundTransparency = 0.5
  124. BarShadow.BorderSizePixel = 0
  125. BarShadow.Position = UDim2.new(0, 0, 0.0171568636, 0)
  126. BarShadow.Size = UDim2.new(0.996904016, 0, 0.0318627469, 0)
  127.  
  128. LoginLabel.Name = "LoginLabel"
  129. LoginLabel.Parent = LoginFrame
  130. LoginLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  131. LoginLabel.BackgroundTransparency = 1
  132. LoginLabel.Position = UDim2.new(0.185758516, 0, 0.12990196, 0)
  133. LoginLabel.Size = UDim2.new(0.650154769, 0, 0.0931372568, 0)
  134. LoginLabel.Font = Enum.Font.ArialBold
  135. LoginLabel.FontSize = Enum.FontSize.Size14
  136. LoginLabel.Text = "Login"
  137. LoginLabel.TextColor3 = Color3.new(0, 0.333333, 1)
  138. LoginLabel.TextScaled = true
  139. LoginLabel.TextSize = 14
  140. LoginLabel.TextWrapped = true
  141.  
  142. DisclaimerLabel.Name = "DisclaimerLabel"
  143. DisclaimerLabel.Parent = LoginFrame
  144. DisclaimerLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  145. DisclaimerLabel.BackgroundTransparency = 1
  146. DisclaimerLabel.Position = UDim2.new(0.182662532, 0, 0.933823526, 0)
  147. DisclaimerLabel.Size = UDim2.new(0.622291028, 0, 0.0490196086, 0)
  148. DisclaimerLabel.Font = Enum.Font.ArialBold
  149. DisclaimerLabel.FontSize = Enum.FontSize.Size14
  150. DisclaimerLabel.Text = "Don't use your account information"
  151. DisclaimerLabel.TextColor3 = Color3.new(0, 0.333333, 1)
  152. DisclaimerLabel.TextScaled = true
  153. DisclaimerLabel.TextSize = 14
  154. DisclaimerLabel.TextWrapped = true
  155.  
  156. user.Name = "user"
  157. user.Parent = LoginFrame
  158. user.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  159. user.BackgroundTransparency = 0.5
  160. user.BorderColor3 = Color3.new(0, 0, 1)
  161. user.BorderSizePixel = 5
  162. user.Position = UDim2.new(0.207000002, 0, 0.370999992, 0)
  163. user.Size = UDim2.new(0.610000014, 0, 0.064000003, 0)
  164. user.Font = Enum.Font.ArialBold
  165. user.Text = "Username"
  166. user.TextColor3 = Color3.new(1, 1, 1)
  167. user.TextScaled = true
  168. user.TextSize = 2
  169. user.TextWrapped = true
  170. user.TextXAlignment = Enum.TextXAlignment.Left
  171.  
  172. pass.Name = "pass"
  173. pass.Parent = LoginFrame
  174. pass.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  175. pass.BackgroundTransparency = 0.5
  176. pass.BorderColor3 = Color3.new(0, 0, 1)
  177. pass.BorderSizePixel = 5
  178. pass.Position = UDim2.new(0.207000002, 0, 0.600999773, 0)
  179. pass.Size = UDim2.new(0.610000014, 0, 0.064000003, 0)
  180. pass.Font = Enum.Font.ArialBold
  181. pass.Text = "Password"
  182. pass.TextColor3 = Color3.new(1, 1, 1)
  183. pass.TextScaled = true
  184. pass.TextSize = 2
  185. pass.TextWrapped = true
  186. pass.TextXAlignment = Enum.TextXAlignment.Left
  187.  
  188. login.Name = "login"
  189. login.Parent = LoginFrame
  190. login.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  191. login.BackgroundTransparency = 0.5
  192. login.Position = UDim2.new(0.246290803, 0, 0.753180683, 0)
  193. login.Size = UDim2.new(0.501483679, 0, 0.106870227, 0)
  194. login.Font = Enum.Font.SourceSans
  195. login.Text = "Submit"
  196. login.TextColor3 = Color3.new(1, 1, 1)
  197. login.TextScaled = true
  198. login.TextSize = 2
  199. login.TextWrapped = true
  200. login.MouseButton1Down:connect(function()
  201. if user.Text == "Test1" and pass.Text == "Test2" then
  202. LoginFrame.Visible = false
  203. MainFrame.Visible = true
  204. end
  205. end)
  206. FilterCheck.Name = "FilterCheck"
  207. FilterCheck.Parent = LoginFrame
  208. FilterCheck.BackgroundColor3 = Color3.new(1, 1, 1)
  209. FilterCheck.BackgroundTransparency = 1
  210. FilterCheck.Position = UDim2.new(0.0801526681, 0, 0.0393181667, 0)
  211. FilterCheck.Size = UDim2.new(0.847328246, 0, 0.110795453, 0)
  212. FilterCheck.Font = Enum.Font.ArialBold
  213. FilterCheck.FontSize = Enum.FontSize.Size14
  214. FilterCheck.Text = "FilterEnable = False"
  215. FilterCheck.TextColor3 = Color3.new(1, 1, 1)
  216. FilterCheck.TextScaled = true
  217. FilterCheck.TextSize = 14
  218. FilterCheck.TextWrapped = true
  219. if game.Workspace.FilteringEnabled == true then
  220. FilterCheck.Text = "FilterEnabled = true"
  221. else
  222. FilterCheck.Text = "FilterEnabled = false"
  223. end
  224.  
  225. MainFrame.Name = "MainFrame"
  226. MainFrame.Parent = LegacyGuiV2
  227. MainFrame.Active = true
  228. MainFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  229. MainFrame.Draggable = true
  230. MainFrame.Position = UDim2.new(0.5, -378, 0.5, -209)
  231. MainFrame.Size = UDim2.new(0.394270837, 0, 0.457831323, 0)
  232. MainFrame.Visible = false
  233.  
  234. bar2.Name = "bar2"
  235. bar2.Parent = MainFrame
  236. bar2.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  237. bar2.BorderSizePixel = 0
  238. bar2.Size = UDim2.new(1.00132096, 0, 0.0382775106, 0)
  239.  
  240. BarShadow2.Name = "BarShadow2"
  241. BarShadow2.Parent = MainFrame
  242. BarShadow2.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  243. BarShadow2.BackgroundTransparency = 0.5
  244. BarShadow2.BorderSizePixel = 0
  245. BarShadow2.Position = UDim2.new(0, 0, 0.0199999996, 0)
  246. BarShadow2.Size = UDim2.new(1.00132096, 0, 0.0382775106, 0)
  247.  
  248. Title.Name = "Title"
  249. Title.Parent = MainFrame
  250. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  251. Title.BackgroundTransparency = 1
  252. Title.Position = UDim2.new(0.5, -110, 0.150000185, -30)
  253. Title.Size = UDim2.new(0.291941881, 0, 0.143540666, 0)
  254. Title.Font = Enum.Font.ArialBold
  255. Title.FontSize = Enum.FontSize.Size32
  256. Title.Text = "Legacy Gui V2"
  257. Title.TextColor3 = Color3.new(0, 0.333333, 1)
  258. Title.TextSize = 30
  259. Title.TextWrapped = true
  260.  
  261. Credits.Name = "Credits"
  262. Credits.Parent = MainFrame
  263. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  264. Credits.BackgroundTransparency = 1
  265. Credits.Position = UDim2.new(0, 0, 0.901913881, 0)
  266. Credits.Size = UDim2.new(0, 200, 0, 50)
  267. Credits.Font = Enum.Font.ArialBold
  268. Credits.FontSize = Enum.FontSize.Size18
  269. Credits.Text = "Created by: Anonymous User"
  270. Credits.TextColor3 = Color3.new(0, 0.333333, 1)
  271. Credits.TextSize = 15
  272.  
  273. exebut.Name = "exebut"
  274. exebut.Parent = MainFrame
  275. exebut.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  276. exebut.BackgroundTransparency = 0.5
  277. exebut.BorderColor3 = Color3.new(0, 0, 1)
  278. exebut.BorderSizePixel = 5
  279. exebut.Position = UDim2.new(0.350000143, -104, 0.539999962, -36)
  280. exebut.Size = UDim2.new(0.274768829, 0, 0.169856459, 0)
  281. exebut.Font = Enum.Font.ArialBold
  282. exebut.FontSize = Enum.FontSize.Size36
  283. exebut.Text = "Execution"
  284. exebut.TextColor3 = Color3.new(1, 1, 1)
  285. exebut.TextSize = 33
  286. exebut.TextWrapped = true
  287. exebut.MouseButton1Down:connect(function()
  288. MainFrame.Visible = false
  289. ExeFrame.Visible = true
  290. end)
  291.  
  292. scriptsbut.Name = "scriptsbut"
  293. scriptsbut.Parent = MainFrame
  294. scriptsbut.Active = false
  295. scriptsbut.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  296. scriptsbut.BackgroundTransparency = 0.5
  297. scriptsbut.BorderColor3 = Color3.new(0, 0, 1)
  298. scriptsbut.BorderSizePixel = 5
  299. scriptsbut.Position = UDim2.new(0.649999857, -104, 0.539999962, -36)
  300. scriptsbut.Size = UDim2.new(0.274768829, 0, 0.169856459, 0)
  301. scriptsbut.Font = Enum.Font.ArialBold
  302. scriptsbut.FontSize = Enum.FontSize.Size36
  303. scriptsbut.Text = "Commands"
  304. scriptsbut.TextColor3 = Color3.new(1, 1, 1)
  305. scriptsbut.TextSize = 33
  306. scriptsbut.TextWrapped = true
  307. scriptsbut.MouseButton1Down:connect(function()
  308. MainFrame.Visible = false
  309. CommandPrompt1.Visible = true
  310. end)
  311.  
  312. Exit.Name = "Exit"
  313. Exit.Parent = MainFrame
  314. Exit.Active = false
  315. Exit.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  316. Exit.BackgroundTransparency = 1
  317. Exit.BorderColor3 = Color3.new(0, 0, 1)
  318. Exit.BorderSizePixel = 0
  319. Exit.Position = UDim2.new(0.947159827, 0, 0.00239234441, 0)
  320. Exit.Size = UDim2.new(0.0515191555, 0, 0.0502392352, 0)
  321. Exit.Font = Enum.Font.ArialBold
  322. Exit.FontSize = Enum.FontSize.Size36
  323. Exit.Text = "X"
  324. Exit.TextColor3 = Color3.new(1, 0, 0)
  325. Exit.TextSize = 33
  326. Exit.TextWrapped = true
  327. Exit.MouseButton1Down:connect(function()
  328. LegacyGuiV2:Destroy()
  329. end)
  330. ImageLabel.Parent = MainFrame
  331. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  332. ImageLabel.BackgroundTransparency = 1
  333. ImageLabel.Position = UDim2.new(0.442536324, 0, 0.208133966, 0)
  334. ImageLabel.Size = UDim2.new(0.120211363, 0, 0.212918654, 0)
  335. ImageLabel.Image = "rbxassetid://1070354319"
  336.  
  337. ExeFrame.Name = "ExeFrame"
  338. ExeFrame.Parent = LegacyGuiV2
  339. ExeFrame.Draggable = true
  340. ExeFrame.Active = true
  341. ExeFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  342. ExeFrame.Position = UDim2.new(0.372916669, 0, 0.31872946, 0)
  343. ExeFrame.Size = UDim2.new(0.370312512, 0, 0.398685664, 0)
  344. ExeFrame.Visible = false
  345.  
  346. Bar_2.Name = "Bar"
  347. Bar_2.Parent = ExeFrame
  348. Bar_2.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  349. Bar_2.BorderSizePixel = 0
  350. Bar_2.Size = UDim2.new(1, 0, 0.0412087925, 0)
  351.  
  352. BarShadow3.Name = "BarShadow3"
  353. BarShadow3.Parent = ExeFrame
  354. BarShadow3.Active = true
  355. BarShadow3.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  356. BarShadow3.BackgroundTransparency = 0.5
  357. BarShadow3.BorderSizePixel = 0
  358. BarShadow3.Position = UDim2.new(0, 0, 0.0199999996, 0)
  359. BarShadow3.Size = UDim2.new(1, 0, 0.0412087925, 0)
  360.  
  361. ScrollingFrame.Parent = ExeFrame
  362. ScrollingFrame.Active = true
  363. ScrollingFrame.BackgroundColor3 = Color3.new(0.462745, 0.462745, 0.462745)
  364. ScrollingFrame.Draggable = true
  365. ScrollingFrame.Position = UDim2.new(0.5, -315, 0.460000038, -125)
  366. ScrollingFrame.Size = UDim2.new(0.886075974, 0, 0.686813176, 0)
  367. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 1000000, 0)
  368. ScrollingFrame.ScrollBarThickness = 10
  369.  
  370. input.Name = "input"
  371. input.Parent = ScrollingFrame
  372. input.BackgroundColor3 = Color3.new(1, 1, 1)
  373. input.BackgroundTransparency = 1
  374. input.Size = UDim2.new(0.980952382, 0, 0.211999997, 0)
  375. input.Font = Enum.Font.SourceSans
  376. input.FontSize = Enum.FontSize.Size28
  377. input.Text = "print(\"Hello World\")"
  378. input.TextColor3 = Color3.new(0, 0.333333, 1)
  379. input.TextSize = 25
  380. input.TextXAlignment = Enum.TextXAlignment.Left
  381. input.TextYAlignment = Enum.TextYAlignment.Top
  382.  
  383. execute.Name = "execute"
  384. execute.Parent = ExeFrame
  385. execute.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  386. execute.BackgroundTransparency = 0.5
  387. execute.Position = UDim2.new(0.380000114, -64, 0.899999619, -15)
  388. execute.Size = UDim2.new(0.180028126, 0, 0.082417585, 0)
  389. execute.Font = Enum.Font.SourceSans
  390. execute.Text = "Execute"
  391. execute.TextColor3 = Color3.new(1, 1, 1)
  392. execute.TextScaled = true
  393. execute.TextSize = 2
  394. execute.TextWrapped = true
  395. execute.MouseButton1Down:connect(function()
  396. if input.Text == "ExitFrame();" then
  397. MainFrame.Visible = true
  398. ExeFrame.Visible = false
  399. print("Frame has been exited");
  400. else
  401. loadstring(input.Text)()
  402. end
  403. end)
  404. clear.Name = "clear"
  405. clear.Parent = ExeFrame
  406. clear.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  407. clear.BackgroundTransparency = 0.5
  408. clear.Position = UDim2.new(0.579999924, -64, 0.899999619, -15)
  409. clear.Size = UDim2.new(0.180028126, 0, 0.082417585, 0)
  410. clear.Font = Enum.Font.SourceSans
  411. clear.Text = "Clear"
  412. clear.TextColor3 = Color3.new(1, 1, 1)
  413. clear.TextScaled = true
  414. clear.TextSize = 2
  415. clear.TextWrapped = true
  416. clear.MouseButton1Down:connect(function()
  417. input.Text = ""
  418. end)
  419.  
  420. CommandPrompt1.Name = "CommandPrompt1"
  421. CommandPrompt1.Parent = LegacyGuiV2
  422. CommandPrompt1.Active = true
  423. CommandPrompt1.BackgroundColor3 = Color3.new(0, 0, 0)
  424. CommandPrompt1.Draggable = true
  425. CommandPrompt1.Position = UDim2.new(0.5, -378, 0.5, -209)
  426. CommandPrompt1.Size = UDim2.new(0.394270837, 0, 0.457831323, 0)
  427. CommandPrompt1.Visible = false
  428.  
  429. bar4.Name = "bar4"
  430. bar4.Parent = CommandPrompt1
  431. bar4.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  432. bar4.BorderSizePixel = 0
  433. bar4.Size = UDim2.new(1.00132096, 0, 0.0382775106, 0)
  434.  
  435. BarShadow4.Name = "BarShadow4"
  436. BarShadow4.Parent = CommandPrompt1
  437. BarShadow4.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  438. BarShadow4.BackgroundTransparency = 0.5
  439. BarShadow4.BorderSizePixel = 0
  440. BarShadow4.Position = UDim2.new(0, 0, 0.0199999996, 0)
  441. BarShadow4.Size = UDim2.new(1.00132096, 0, 0.0382775106, 0)
  442.  
  443. MainTitle.Name = "MainTitle"
  444. MainTitle.Parent = CommandPrompt1
  445. MainTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  446. MainTitle.BackgroundTransparency = 1
  447. MainTitle.Position = UDim2.new(0.5, -110, 0.150000185, -30)
  448. MainTitle.Size = UDim2.new(0.291941881, 0, 0.143540666, 0)
  449. MainTitle.Font = Enum.Font.ArialBold
  450. MainTitle.FontSize = Enum.FontSize.Size48
  451. MainTitle.Text = "Commands"
  452. MainTitle.TextColor3 = Color3.new(0, 0.333333, 1)
  453. MainTitle.TextSize = 40
  454. MainTitle.TextWrapped = true
  455.  
  456. KidnapStart.Name = "KidnapStart"
  457. KidnapStart.Parent = CommandPrompt1
  458. KidnapStart.Active = false
  459. KidnapStart.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  460. KidnapStart.BackgroundTransparency = 0.5
  461. KidnapStart.BorderColor3 = Color3.new(0, 0, 1)
  462. KidnapStart.BorderSizePixel = 5
  463. KidnapStart.Position = UDim2.new(0.406657755, 0, 0.306650698, 0)
  464. KidnapStart.Size = UDim2.new(0.0634081885, 0, 0.102870815, 0)
  465. KidnapStart.Font = Enum.Font.ArialBold
  466. KidnapStart.FontSize = Enum.FontSize.Size36
  467. KidnapStart.Text = "X"
  468. KidnapStart.TextColor3 = Color3.new(1, 1, 1)
  469. KidnapStart.TextSize = 33
  470. KidnapStart.TextWrapped = true
  471.  
  472. Exit_2.Name = "Exit"
  473. Exit_2.Parent = CommandPrompt1
  474. Exit_2.Active = false
  475. Exit_2.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  476. Exit_2.BackgroundTransparency = 1
  477. Exit_2.BorderColor3 = Color3.new(0, 0, 1)
  478. Exit_2.BorderSizePixel = 0
  479. Exit_2.Position = UDim2.new(0.947159827, 0, 0.00239234441, 0)
  480. Exit_2.Size = UDim2.new(0.0515191555, 0, 0.0502392352, 0)
  481. Exit_2.Font = Enum.Font.ArialBold
  482. Exit_2.FontSize = Enum.FontSize.Size36
  483. Exit_2.Text = "X"
  484. Exit_2.TextColor3 = Color3.new(1, 0, 0)
  485. Exit_2.TextSize = 33
  486. Exit_2.TextWrapped = true
  487. Exit_2.MouseButton1Down:connect(function()
  488. LegacyGuiV2:Destroy()
  489.  
  490. end)
  491.  
  492. KidnapName.Name = "KidnapName"
  493. KidnapName.Parent = CommandPrompt1
  494. KidnapName.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  495. KidnapName.BackgroundTransparency = 0.5
  496. KidnapName.BorderColor3 = Color3.new(0, 0, 1)
  497. KidnapName.BorderSizePixel = 5
  498. KidnapName.Position = UDim2.new(0.12924701, 0, 0.299665034, 0)
  499. KidnapName.Size = UDim2.new(0, 200, 0, 50)
  500. KidnapName.Font = Enum.Font.ArialBold
  501. KidnapName.FontSize = Enum.FontSize.Size24
  502. KidnapName.Text = "Username"
  503. KidnapName.TextColor3 = Color3.new(1, 1, 1)
  504. KidnapName.TextSize = 22
  505.  
  506. TitleKidnap.Name = "TitleKidnap"
  507. TitleKidnap.Parent = CommandPrompt1
  508. TitleKidnap.BackgroundColor3 = Color3.new(1, 1, 1)
  509. TitleKidnap.BackgroundTransparency = 1
  510. TitleKidnap.Position = UDim2.new(0.149062082, 0, 0.167894736, 0)
  511. TitleKidnap.Size = UDim2.new(0.291941881, 0, 0.143540666, 0)
  512. TitleKidnap.Font = Enum.Font.ArialBold
  513. TitleKidnap.FontSize = Enum.FontSize.Size28
  514. TitleKidnap.Text = "Kidnap"
  515. TitleKidnap.TextColor3 = Color3.new(0, 0.333333, 1)
  516. TitleKidnap.TextSize = 25
  517. TitleKidnap.TextWrapped = true
  518.  
  519. KillStart.Name = "KillStart"
  520. KillStart.Parent = CommandPrompt1
  521. KillStart.Active = false
  522. KillStart.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  523. KillStart.BackgroundTransparency = 0.5
  524. KillStart.BorderColor3 = Color3.new(0, 0, 1)
  525. KillStart.BorderSizePixel = 5
  526. KillStart.Position = UDim2.new(0.786657393, 0, 0.306650698, 0)
  527. KillStart.Size = UDim2.new(0.0634081885, 0, 0.102870815, 0)
  528. KillStart.Font = Enum.Font.ArialBold
  529. KillStart.FontSize = Enum.FontSize.Size36
  530. KillStart.Text = "X"
  531. KillStart.TextColor3 = Color3.new(1, 1, 1)
  532. KillStart.TextSize = 33
  533. KillStart.TextWrapped = true
  534. KillStart.MouseButton1Click:connect(function()
  535. local player = game.Workspace
  536. local text = KillName.Text
  537. player[text].Humanoid.Health = 0
  538.  
  539. end)
  540.  
  541. KillName.Name = "KillName"
  542. KillName.Parent = CommandPrompt1
  543. KillName.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  544. KillName.BackgroundTransparency = 0.5
  545. KillName.BorderColor3 = Color3.new(0, 0, 1)
  546. KillName.BorderSizePixel = 5
  547. KillName.Position = UDim2.new(0.509246826, 0, 0.299665034, 0)
  548. KillName.Size = UDim2.new(0, 200, 0, 50)
  549. KillName.Font = Enum.Font.ArialBold
  550. KillName.FontSize = Enum.FontSize.Size24
  551. KillName.Text = "Username"
  552. KillName.TextColor3 = Color3.new(1, 1, 1)
  553. KillName.TextSize = 22
  554.  
  555. TitleKill.Name = "TitleKill"
  556. TitleKill.Parent = CommandPrompt1
  557. TitleKill.BackgroundColor3 = Color3.new(1, 1, 1)
  558. TitleKill.BackgroundTransparency = 1
  559. TitleKill.Position = UDim2.new(0.522906125, 0, 0.175071776, 0)
  560. TitleKill.Size = UDim2.new(0.291941881, 0, 0.143540666, 0)
  561. TitleKill.Font = Enum.Font.ArialBold
  562. TitleKill.FontSize = Enum.FontSize.Size28
  563. TitleKill.Text = "Kill"
  564. TitleKill.TextColor3 = Color3.new(0, 0.333333, 1)
  565. TitleKill.TextSize = 25
  566. TitleKill.TextWrapped = true
  567.  
  568. TitleFreeze.Name = "TitleFreeze"
  569. TitleFreeze.Parent = CommandPrompt1
  570. TitleFreeze.BackgroundColor3 = Color3.new(1, 1, 1)
  571. TitleFreeze.BackgroundTransparency = 1
  572. TitleFreeze.Position = UDim2.new(0.149062082, 0, 0.457894593, 0)
  573. TitleFreeze.Size = UDim2.new(0.291941881, 0, 0.143540666, 0)
  574. TitleFreeze.Font = Enum.Font.ArialBold
  575. TitleFreeze.FontSize = Enum.FontSize.Size28
  576. TitleFreeze.Text = "Freeze"
  577. TitleFreeze.TextColor3 = Color3.new(0, 0.333333, 1)
  578. TitleFreeze.TextSize = 25
  579. TitleFreeze.TextWrapped = true
  580.  
  581. TitleSound.Name = "TitleSound"
  582. TitleSound.Parent = CommandPrompt1
  583. TitleSound.BackgroundColor3 = Color3.new(1, 1, 1)
  584. TitleSound.BackgroundTransparency = 1
  585. TitleSound.Position = UDim2.new(0.522906125, 0, 0.465071619, 0)
  586. TitleSound.Size = UDim2.new(0.291941881, 0, 0.143540666, 0)
  587. TitleSound.Font = Enum.Font.ArialBold
  588. TitleSound.FontSize = Enum.FontSize.Size28
  589. TitleSound.Text = "Sound"
  590. TitleSound.TextColor3 = Color3.new(0, 0.333333, 1)
  591. TitleSound.TextSize = 25
  592. TitleSound.TextWrapped = true
  593.  
  594. SoundStart.Name = "SoundStart"
  595. SoundStart.Parent = CommandPrompt1
  596. SoundStart.Active = false
  597. SoundStart.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  598. SoundStart.BackgroundTransparency = 0.5
  599. SoundStart.BorderColor3 = Color3.new(0, 0, 1)
  600. SoundStart.BorderSizePixel = 5
  601. SoundStart.Position = UDim2.new(0.786657393, 0, 0.596650422, 0)
  602. SoundStart.Size = UDim2.new(0.0634081885, 0, 0.102870815, 0)
  603. SoundStart.Font = Enum.Font.ArialBold
  604. SoundStart.FontSize = Enum.FontSize.Size36
  605. SoundStart.Text = "X"
  606. SoundStart.TextColor3 = Color3.new(1, 1, 1)
  607. SoundStart.TextSize = 33
  608. SoundStart.TextWrapped = true
  609. SoundStart.MouseButton1Click:connect(function()
  610. local player = game.Players
  611. local text = SoundName.Text
  612. local Cut = game.Workspace
  613. wait(0.1)
  614. Instance.new("Sound", workspace)
  615. Cut.Sound.Name = "LegacySound"
  616. Cut.LegacySound.SoundId=( "rbxassetid://"..text)
  617. Cut.LegacySound:Play()
  618. Cut.LegacySound.Looped = false
  619. end)
  620.  
  621.  
  622. SoundName.Name = "SoundName"
  623. SoundName.Parent = CommandPrompt1
  624. SoundName.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  625. SoundName.BackgroundTransparency = 0.5
  626. SoundName.BorderColor3 = Color3.new(0, 0, 1)
  627. SoundName.BorderSizePixel = 5
  628. SoundName.Position = UDim2.new(0.509246826, 0, 0.589664757, 0)
  629. SoundName.Size = UDim2.new(0, 200, 0, 50)
  630. SoundName.Font = Enum.Font.ArialBold
  631. SoundName.FontSize = Enum.FontSize.Size24
  632. SoundName.Text = "Sound ID"
  633. SoundName.TextColor3 = Color3.new(1, 1, 1)
  634. SoundName.TextSize = 22
  635.  
  636. SpeedValue.Name = "SpeedValue"
  637. SpeedValue.Parent = CommandPrompt1
  638. SpeedValue.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  639. SpeedValue.BackgroundTransparency = 0.5
  640. SpeedValue.BorderColor3 = Color3.new(0, 0, 1)
  641. SpeedValue.BorderSizePixel = 5
  642. SpeedValue.Position = UDim2.new(0.0118890358, 0, 0.853333354, 0)
  643. SpeedValue.Size = UDim2.new(0.0977542922, 0, 0.0506666675, 0)
  644. SpeedValue.Font = Enum.Font.ArialBold
  645. SpeedValue.FontSize = Enum.FontSize.Size18
  646. SpeedValue.Text = "Value"
  647. SpeedValue.TextColor3 = Color3.new(1, 1, 1)
  648. SpeedValue.TextSize = 15
  649.  
  650.  
  651.  
  652. JumpValue.Name = "JumpValue"
  653. JumpValue.Parent = CommandPrompt1
  654. JumpValue.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  655. JumpValue.BackgroundTransparency = 0.5
  656. JumpValue.BorderColor3 = Color3.new(0, 0, 1)
  657. JumpValue.BorderSizePixel = 5
  658. JumpValue.Position = UDim2.new(0.878467619, 0, 0.853333354, 0)
  659. JumpValue.Size = UDim2.new(0.0977542922, 0, 0.0506666675, 0)
  660. JumpValue.Font = Enum.Font.ArialBold
  661. JumpValue.FontSize = Enum.FontSize.Size18
  662. JumpValue.Text = "Value"
  663. JumpValue.TextColor3 = Color3.new(1, 1, 1)
  664. JumpValue.TextSize = 15
  665.  
  666. FreezeStart.Name = "FreezeStart"
  667. FreezeStart.Parent = CommandPrompt1
  668. FreezeStart.Active = false
  669. FreezeStart.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  670. FreezeStart.BackgroundTransparency = 0.5
  671. FreezeStart.BorderColor3 = Color3.new(0, 0, 1)
  672. FreezeStart.BorderSizePixel = 5
  673. FreezeStart.Position = UDim2.new(0.406657755, 0, 0.596650422, 0)
  674. FreezeStart.Size = UDim2.new(0.0634081885, 0, 0.102870815, 0)
  675. FreezeStart.Font = Enum.Font.ArialBold
  676. FreezeStart.FontSize = Enum.FontSize.Size36
  677. FreezeStart.Text = "X"
  678. FreezeStart.TextColor3 = Color3.new(1, 1, 1)
  679. FreezeStart.TextSize = 33
  680. FreezeStart.TextWrapped = true
  681. FreezeStart.MouseButton1Click:connect(function()
  682. local player = game.Workspace
  683. local text = FreezeName.Text
  684. player[text].Torso.Anchored = true
  685.  
  686. end)
  687. FreezeName.Name = "FreezeName"
  688. FreezeName.Parent = CommandPrompt1
  689. FreezeName.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  690. FreezeName.BackgroundTransparency = 0.5
  691. FreezeName.BorderColor3 = Color3.new(0, 0, 1)
  692. FreezeName.BorderSizePixel = 5
  693. FreezeName.Position = UDim2.new(0.12924701, 0, 0.589664757, 0)
  694. FreezeName.Size = UDim2.new(0, 200, 0, 50)
  695. FreezeName.Font = Enum.Font.ArialBold
  696. FreezeName.FontSize = Enum.FontSize.Size24
  697. FreezeName.Text = "Username"
  698. FreezeName.TextColor3 = Color3.new(1, 1, 1)
  699. FreezeName.TextSize = 22
  700.  
  701. SpeedStart.Name = "SpeedStart"
  702. SpeedStart.Parent = CommandPrompt1
  703. SpeedStart.Active = false
  704. SpeedStart.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  705. SpeedStart.BackgroundTransparency = 0.5
  706. SpeedStart.BorderColor3 = Color3.new(0, 0, 1)
  707. SpeedStart.BorderSizePixel = 5
  708. SpeedStart.Position = UDim2.new(0.406657755, 0, 0.866650164, 0)
  709. SpeedStart.Size = UDim2.new(0.0634081885, 0, 0.102870815, 0)
  710. SpeedStart.Font = Enum.Font.ArialBold
  711. SpeedStart.FontSize = Enum.FontSize.Size36
  712. SpeedStart.Text = "X"
  713. SpeedStart.TextColor3 = Color3.new(1, 1, 1)
  714. SpeedStart.TextSize = 33
  715. SpeedStart.TextWrapped = true
  716.  
  717.  
  718.  
  719. SpeedName.Name = "SpeedName"
  720. SpeedName.Parent = CommandPrompt1
  721. SpeedName.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  722. SpeedName.BackgroundTransparency = 0.5
  723. SpeedName.BorderColor3 = Color3.new(0, 0, 1)
  724. SpeedName.BorderSizePixel = 5
  725. SpeedName.Position = UDim2.new(0.12924701, 0, 0.8596645, 0)
  726. SpeedName.Size = UDim2.new(0, 200, 0, 50)
  727. SpeedName.Font = Enum.Font.ArialBold
  728. SpeedName.FontSize = Enum.FontSize.Size24
  729. SpeedName.Text = "Username"
  730. SpeedName.TextColor3 = Color3.new(1, 1, 1)
  731. SpeedName.TextSize = 22
  732.  
  733. TitleSpeed.Name = "TitleSpeed"
  734. TitleSpeed.Parent = CommandPrompt1
  735. TitleSpeed.BackgroundColor3 = Color3.new(1, 1, 1)
  736. TitleSpeed.BackgroundTransparency = 1
  737. TitleSpeed.Position = UDim2.new(0.149062082, 0, 0.727894366, 0)
  738. TitleSpeed.Size = UDim2.new(0.291941881, 0, 0.143540666, 0)
  739. TitleSpeed.Font = Enum.Font.ArialBold
  740. TitleSpeed.FontSize = Enum.FontSize.Size28
  741. TitleSpeed.Text = "Walk Speed"
  742. TitleSpeed.TextColor3 = Color3.new(0, 0.333333, 1)
  743. TitleSpeed.TextSize = 25
  744. TitleSpeed.TextWrapped = true
  745.  
  746. TitleJump.Name = "TitleJump"
  747. TitleJump.Parent = CommandPrompt1
  748. TitleJump.BackgroundColor3 = Color3.new(1, 1, 1)
  749. TitleJump.BackgroundTransparency = 1
  750. TitleJump.Position = UDim2.new(0.522906125, 0, 0.735071361, 0)
  751. TitleJump.Size = UDim2.new(0.291941881, 0, 0.143540666, 0)
  752. TitleJump.Font = Enum.Font.ArialBold
  753. TitleJump.FontSize = Enum.FontSize.Size28
  754. TitleJump.Text = "Jump Power"
  755. TitleJump.TextColor3 = Color3.new(0, 0.333333, 1)
  756. TitleJump.TextSize = 25
  757. TitleJump.TextWrapped = true
  758.  
  759. JumpStart.Name = "JumpStart"
  760. JumpStart.Parent = CommandPrompt1
  761. JumpStart.Active = false
  762. JumpStart.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  763. JumpStart.BackgroundTransparency = 0.5
  764. JumpStart.BorderColor3 = Color3.new(0, 0, 1)
  765. JumpStart.BorderSizePixel = 5
  766. JumpStart.Position = UDim2.new(0.786657393, 0, 0.866650164, 0)
  767. JumpStart.Size = UDim2.new(0.0634081885, 0, 0.102870815, 0)
  768. JumpStart.Font = Enum.Font.ArialBold
  769. JumpStart.FontSize = Enum.FontSize.Size36
  770. JumpStart.Text = "X"
  771. JumpStart.TextColor3 = Color3.new(1, 1, 1)
  772. JumpStart.TextSize = 33
  773. JumpStart.TextWrapped = true
  774. JumpStart.MouseButton1Click:connect(function()
  775. local player = game.Workspace
  776. local text = JumpName.Text
  777. player[text].Humanoid.JumpPower = 200
  778.  
  779. end)
  780.  
  781. JumpName.Name = "JumpName"
  782. JumpName.Parent = CommandPrompt1
  783. JumpName.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  784. JumpName.BackgroundTransparency = 0.5
  785. JumpName.BorderColor3 = Color3.new(0, 0, 1)
  786. JumpName.BorderSizePixel = 5
  787. JumpName.Position = UDim2.new(0.509246826, 0, 0.8596645, 0)
  788. JumpName.Size = UDim2.new(0, 200, 0, 50)
  789. JumpName.Font = Enum.Font.ArialBold
  790. JumpName.FontSize = Enum.FontSize.Size24
  791. JumpName.Text = "Username"
  792. JumpName.TextColor3 = Color3.new(1, 1, 1)
  793. JumpName.TextSize = 22
  794.  
  795. SoundRemove.Name = "SoundRemove"
  796. SoundRemove.Parent = CommandPrompt1
  797. SoundRemove.Active = false
  798. SoundRemove.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  799. SoundRemove.BackgroundTransparency = 0.5
  800. SoundRemove.BorderColor3 = Color3.new(0, 0, 1)
  801. SoundRemove.BorderSizePixel = 5
  802. SoundRemove.Position = UDim2.new(0.866657317, 0, 0.616650403, 0)
  803. SoundRemove.Size = UDim2.new(0.125495374, 0, 0.0550239235, 0)
  804. SoundRemove.Font = Enum.Font.ArialBold
  805. SoundRemove.FontSize = Enum.FontSize.Size28
  806. SoundRemove.Text = "Stop"
  807. SoundRemove.TextColor3 = Color3.new(1, 1, 1)
  808. SoundRemove.TextSize = 25
  809. SoundRemove.TextWrapped = true
  810. SoundRemove.MouseButton1Down:connect(function()
  811. game.Workspace.LegacySound:remove()
  812. end)
  813.  
  814.  
  815. Next.Name = "Next"
  816. Next.Parent = CommandPrompt1
  817. Next.Active = false
  818. Next.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  819. Next.BackgroundTransparency = 1
  820. Next.BorderColor3 = Color3.new(0, 0, 1)
  821. Next.BorderSizePixel = 0
  822. Next.Position = UDim2.new(0.789960384, 0, 0.00956937764, 0)
  823. Next.Size = UDim2.new(0.146631435, 0, 0.0358851664, 0)
  824. Next.Font = Enum.Font.ArialBold
  825. Next.FontSize = Enum.FontSize.Size36
  826. Next.Text = "Next "
  827. Next.TextColor3 = Color3.new(1, 1, 1)
  828. Next.TextSize = 33
  829. Next.TextWrapped = true
  830. Next.MouseButton1Down:connect(function()
  831. CommandPrompt1.Visible = false
  832. CommandPrompt2.Visible = true
  833.  
  834. end)
  835.  
  836. CommandPrompt2.Name = "CommandPrompt2"
  837. CommandPrompt2.Parent = LegacyGuiV2
  838. CommandPrompt2.Active = true
  839. CommandPrompt2.BackgroundColor3 = Color3.new(0, 0, 0)
  840. CommandPrompt2.Draggable = true
  841. CommandPrompt2.Position = UDim2.new(0.5, -378, 0.5, -209)
  842. CommandPrompt2.Size = UDim2.new(0.394270837, 0, 0.457831323, 0)
  843. CommandPrompt2.Visible = false
  844.  
  845. bar4_2.Name = "bar4"
  846. bar4_2.Parent = CommandPrompt2
  847. bar4_2.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  848. bar4_2.BorderSizePixel = 0
  849. bar4_2.Size = UDim2.new(1.00132096, 0, 0.0382775106, 0)
  850.  
  851. BarShadow4_2.Name = "BarShadow4"
  852. BarShadow4_2.Parent = CommandPrompt2
  853. BarShadow4_2.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  854. BarShadow4_2.BackgroundTransparency = 0.5
  855. BarShadow4_2.BorderSizePixel = 0
  856. BarShadow4_2.Position = UDim2.new(0, 0, 0.0199999996, 0)
  857. BarShadow4_2.Size = UDim2.new(1.00132096, 0, 0.0382775106, 0)
  858.  
  859. MainTitle_2.Name = "MainTitle"
  860. MainTitle_2.Parent = CommandPrompt2
  861. MainTitle_2.BackgroundColor3 = Color3.new(1, 1, 1)
  862. MainTitle_2.BackgroundTransparency = 1
  863. MainTitle_2.Position = UDim2.new(0.5, -110, 0.150000185, -30)
  864. MainTitle_2.Size = UDim2.new(0.291941881, 0, 0.143540666, 0)
  865. MainTitle_2.Font = Enum.Font.ArialBold
  866. MainTitle_2.FontSize = Enum.FontSize.Size48
  867. MainTitle_2.Text = "Commands"
  868. MainTitle_2.TextColor3 = Color3.new(0, 0.333333, 1)
  869. MainTitle_2.TextSize = 40
  870. MainTitle_2.TextWrapped = true
  871.  
  872. NakedStart.Name = "NakedStart"
  873. NakedStart.Parent = CommandPrompt2
  874. NakedStart.Active = false
  875. NakedStart.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  876. NakedStart.BackgroundTransparency = 0.5
  877. NakedStart.BorderColor3 = Color3.new(0, 0, 1)
  878. NakedStart.BorderSizePixel = 5
  879. NakedStart.Position = UDim2.new(0.406657755, 0, 0.306650698, 0)
  880. NakedStart.Size = UDim2.new(0.0634081885, 0, 0.102870815, 0)
  881. NakedStart.Font = Enum.Font.ArialBold
  882. NakedStart.FontSize = Enum.FontSize.Size36
  883. NakedStart.Text = "X"
  884. NakedStart.TextColor3 = Color3.new(1, 1, 1)
  885. NakedStart.TextSize = 33
  886. NakedStart.TextWrapped = true
  887. NakedStart.MouseButton1Click:connect(function()
  888. local player = game.Workspace
  889. local text = NakedName.Text
  890. player[text].Shirt:remove()
  891. player[text].Pants:remove()
  892.  
  893. end)
  894. Exit_3.Name = "Exit"
  895. Exit_3.Parent = CommandPrompt2
  896. Exit_3.Active = false
  897. Exit_3.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  898. Exit_3.BackgroundTransparency = 1
  899. Exit_3.BorderColor3 = Color3.new(0, 0, 1)
  900. Exit_3.BorderSizePixel = 0
  901. Exit_3.Position = UDim2.new(0.947159827, 0, 0.00239234441, 0)
  902. Exit_3.Size = UDim2.new(0.0515191555, 0, 0.0502392352, 0)
  903. Exit_3.Font = Enum.Font.ArialBold
  904. Exit_3.FontSize = Enum.FontSize.Size36
  905. Exit_3.Text = "X"
  906. Exit_3.TextColor3 = Color3.new(1, 0, 0)
  907. Exit_3.TextSize = 33
  908. Exit_3.TextWrapped = true
  909. Exit_3.MouseButton1Down:connect(function()
  910. LegacyGuiV2:Destroy()
  911.  
  912. end)
  913.  
  914.  
  915. NakedName.Name = "NakedName"
  916. NakedName.Parent = CommandPrompt2
  917. NakedName.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  918. NakedName.BackgroundTransparency = 0.5
  919. NakedName.BorderColor3 = Color3.new(0, 0, 1)
  920. NakedName.BorderSizePixel = 5
  921. NakedName.Position = UDim2.new(0.12924701, 0, 0.299665034, 0)
  922. NakedName.Size = UDim2.new(0, 200, 0, 50)
  923. NakedName.Font = Enum.Font.ArialBold
  924. NakedName.FontSize = Enum.FontSize.Size24
  925. NakedName.Text = "Username"
  926. NakedName.TextColor3 = Color3.new(1, 1, 1)
  927. NakedName.TextSize = 22
  928.  
  929. TitleNaked.Name = "TitleNaked"
  930. TitleNaked.Parent = CommandPrompt2
  931. TitleNaked.BackgroundColor3 = Color3.new(1, 1, 1)
  932. TitleNaked.BackgroundTransparency = 1
  933. TitleNaked.Position = UDim2.new(0.149062082, 0, 0.167894736, 0)
  934. TitleNaked.Size = UDim2.new(0.291941881, 0, 0.143540666, 0)
  935. TitleNaked.Font = Enum.Font.ArialBold
  936. TitleNaked.FontSize = Enum.FontSize.Size28
  937. TitleNaked.Text = "Naked"
  938. TitleNaked.TextColor3 = Color3.new(0, 0.333333, 1)
  939. TitleNaked.TextSize = 25
  940. TitleNaked.TextWrapped = true
  941.  
  942. NoobifyStart.Name = "NoobifyStart"
  943. NoobifyStart.Parent = CommandPrompt2
  944. NoobifyStart.Active = false
  945. NoobifyStart.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  946. NoobifyStart.BackgroundTransparency = 0.5
  947. NoobifyStart.BorderColor3 = Color3.new(0, 0, 1)
  948. NoobifyStart.BorderSizePixel = 5
  949. NoobifyStart.Position = UDim2.new(0.786657393, 0, 0.306650698, 0)
  950. NoobifyStart.Size = UDim2.new(0.0634081885, 0, 0.102870815, 0)
  951. NoobifyStart.Font = Enum.Font.ArialBold
  952. NoobifyStart.FontSize = Enum.FontSize.Size36
  953. NoobifyStart.Text = "X"
  954. NoobifyStart.TextColor3 = Color3.new(1, 1, 1)
  955. NoobifyStart.TextSize = 33
  956. NoobifyStart.TextWrapped = true
  957. NoobifyStart.MouseButton1Click:connect(function()
  958. print("Broken")
  959. end)
  960.  
  961.  
  962. NoobifyName.Name = "NoobifyName"
  963. NoobifyName.Parent = CommandPrompt2
  964. NoobifyName.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  965. NoobifyName.BackgroundTransparency = 0.5
  966. NoobifyName.BorderColor3 = Color3.new(0, 0, 1)
  967. NoobifyName.BorderSizePixel = 5
  968. NoobifyName.Position = UDim2.new(0.509246826, 0, 0.299665034, 0)
  969. NoobifyName.Size = UDim2.new(0, 200, 0, 50)
  970. NoobifyName.Font = Enum.Font.ArialBold
  971. NoobifyName.FontSize = Enum.FontSize.Size24
  972. NoobifyName.Text = "Username"
  973. NoobifyName.TextColor3 = Color3.new(1, 1, 1)
  974. NoobifyName.TextSize = 22
  975.  
  976. TitleNoobify.Name = "TitleNoobify"
  977. TitleNoobify.Parent = CommandPrompt2
  978. TitleNoobify.BackgroundColor3 = Color3.new(1, 1, 1)
  979. TitleNoobify.BackgroundTransparency = 1
  980. TitleNoobify.Position = UDim2.new(0.522906125, 0, 0.175071776, 0)
  981. TitleNoobify.Size = UDim2.new(0.291941881, 0, 0.143540666, 0)
  982. TitleNoobify.Font = Enum.Font.ArialBold
  983. TitleNoobify.FontSize = Enum.FontSize.Size28
  984. TitleNoobify.Text = "Noobify"
  985. TitleNoobify.TextColor3 = Color3.new(0, 0.333333, 1)
  986. TitleNoobify.TextSize = 25
  987. TitleNoobify.TextWrapped = true
  988.  
  989. TitleRemoveBasePlate.Name = "TitleRemoveBasePlate"
  990. TitleRemoveBasePlate.Parent = CommandPrompt2
  991. TitleRemoveBasePlate.BackgroundColor3 = Color3.new(1, 1, 1)
  992. TitleRemoveBasePlate.BackgroundTransparency = 1
  993. TitleRemoveBasePlate.Position = UDim2.new(0.149062082, 0, 0.457894593, 0)
  994. TitleRemoveBasePlate.Size = UDim2.new(0.291941881, 0, 0.143540666, 0)
  995. TitleRemoveBasePlate.Font = Enum.Font.ArialBold
  996. TitleRemoveBasePlate.FontSize = Enum.FontSize.Size28
  997. TitleRemoveBasePlate.Text = "Remove BasePlate"
  998. TitleRemoveBasePlate.TextColor3 = Color3.new(0, 0.333333, 1)
  999. TitleRemoveBasePlate.TextSize = 25
  1000. TitleRemoveBasePlate.TextWrapped = true
  1001.  
  1002. TitleCreateBasePlate.Name = "TitleCreateBasePlate"
  1003. TitleCreateBasePlate.Parent = CommandPrompt2
  1004. TitleCreateBasePlate.BackgroundColor3 = Color3.new(1, 1, 1)
  1005. TitleCreateBasePlate.BackgroundTransparency = 1
  1006. TitleCreateBasePlate.Position = UDim2.new(0.522906125, 0, 0.465071619, 0)
  1007. TitleCreateBasePlate.Size = UDim2.new(0.291941881, 0, 0.143540666, 0)
  1008. TitleCreateBasePlate.Font = Enum.Font.ArialBold
  1009. TitleCreateBasePlate.FontSize = Enum.FontSize.Size28
  1010. TitleCreateBasePlate.Text = "Create BasePlate"
  1011. TitleCreateBasePlate.TextColor3 = Color3.new(0, 0.333333, 1)
  1012. TitleCreateBasePlate.TextSize = 25
  1013. TitleCreateBasePlate.TextWrapped = true
  1014.  
  1015. CreateBasePlateStart.Name = "CreateBasePlateStart"
  1016. CreateBasePlateStart.Parent = CommandPrompt2
  1017. CreateBasePlateStart.Active = false
  1018. CreateBasePlateStart.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  1019. CreateBasePlateStart.BackgroundTransparency = 0.5
  1020. CreateBasePlateStart.BorderColor3 = Color3.new(0, 0, 1)
  1021. CreateBasePlateStart.BorderSizePixel = 5
  1022. CreateBasePlateStart.Position = UDim2.new(0.536657631, 0, 0.596650422, 0)
  1023. CreateBasePlateStart.Size = UDim2.new(0.272000015, 0, 0.0979999974, 0)
  1024. CreateBasePlateStart.Font = Enum.Font.ArialBold
  1025. CreateBasePlateStart.FontSize = Enum.FontSize.Size36
  1026. CreateBasePlateStart.Text = "Create"
  1027. CreateBasePlateStart.TextColor3 = Color3.new(1, 1, 1)
  1028. CreateBasePlateStart.TextSize = 33
  1029. CreateBasePlateStart.TextWrapped = true
  1030. CreateBasePlateStart.MouseButton1Down:connect(function()
  1031. Part0 = Instance.new("Part")
  1032. Part0.Name = "Baseplate"
  1033. Part0.Parent = workspace
  1034. Part0.BrickColor = BrickColor.new("Dark stone grey")
  1035. Part0.Anchored = true
  1036. Part0.Locked = true
  1037. Part0.FormFactor = Enum.FormFactor.Symmetric
  1038. Part0.Size = Vector3.new(512, 20, 512)
  1039. Part0.CFrame = CFrame.new(0, -10, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1040. Part0.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1041. Part0.Position = Vector3.new(0, -10, 0)
  1042. Part0.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1043. end)
  1044.  
  1045. StatName.Name = "StatName"
  1046. StatName.Parent = CommandPrompt2
  1047. StatName.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  1048. StatName.BackgroundTransparency = 0.5
  1049. StatName.BorderColor3 = Color3.new(0, 0, 1)
  1050. StatName.BorderSizePixel = 5
  1051. StatName.Position = UDim2.new(0.509246826, 0, 0.8596645, 0)
  1052. StatName.Size = UDim2.new(0, 200, 0, 50)
  1053. StatName.Font = Enum.Font.ArialBold
  1054. StatName.FontSize = Enum.FontSize.Size24
  1055. StatName.Text = "Stat Name"
  1056. StatName.TextColor3 = Color3.new(1, 1, 1)
  1057. StatName.TextSize = 22
  1058.  
  1059. RemoveBasePlateStart.Name = "RemoveBasePlateStart"
  1060. RemoveBasePlateStart.Parent = CommandPrompt2
  1061. RemoveBasePlateStart.Active = false
  1062. RemoveBasePlateStart.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  1063. RemoveBasePlateStart.BackgroundTransparency = 0.5
  1064. RemoveBasePlateStart.BorderColor3 = Color3.new(0, 0, 1)
  1065. RemoveBasePlateStart.BorderSizePixel = 5
  1066. RemoveBasePlateStart.Position = UDim2.new(0.154557467, 0, 0.588516772, 0)
  1067. RemoveBasePlateStart.Size = UDim2.new(0.272126824, 0, 0.0980861261, 0)
  1068. RemoveBasePlateStart.Font = Enum.Font.ArialBold
  1069. RemoveBasePlateStart.FontSize = Enum.FontSize.Size36
  1070. RemoveBasePlateStart.Text = "Remove"
  1071. RemoveBasePlateStart.TextColor3 = Color3.new(1, 1, 1)
  1072. RemoveBasePlateStart.TextSize = 33
  1073. RemoveBasePlateStart.TextWrapped = true
  1074. RemoveBasePlateStart.MouseButton1Down:connect(function()
  1075. game.Workspace.Baseplate:remove()
  1076. end)
  1077.  
  1078. Next_2.Name = "Next"
  1079. Next_2.Parent = CommandPrompt2
  1080. Next_2.Active = false
  1081. Next_2.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  1082. Next_2.BackgroundTransparency = 1
  1083. Next_2.BorderColor3 = Color3.new(0, 0, 1)
  1084. Next_2.BorderSizePixel = 0
  1085. Next_2.Position = UDim2.new(0.789960384, 0, 0.00956937764, 0)
  1086. Next_2.Size = UDim2.new(0.146631435, 0, 0.0358851664, 0)
  1087. Next_2.Font = Enum.Font.ArialBold
  1088. Next_2.FontSize = Enum.FontSize.Size36
  1089. Next_2.Text = "Next "
  1090. Next_2.TextColor3 = Color3.new(1, 1, 1)
  1091. Next_2.TextSize = 33
  1092. Next_2.TextWrapped = true
  1093. Next_2.MouseButton1Down:connect(function()
  1094. CommandPrompt2.Visible = false
  1095. CommandPrompt3.Visible = true
  1096. end)
  1097.  
  1098. GodStart.Name = "GodStart"
  1099. GodStart.Parent = CommandPrompt2
  1100. GodStart.Active = false
  1101. GodStart.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  1102. GodStart.BackgroundTransparency = 0.5
  1103. GodStart.BorderColor3 = Color3.new(0, 0, 1)
  1104. GodStart.BorderSizePixel = 5
  1105. GodStart.Position = UDim2.new(0.406657755, 0, 0.866650164, 0)
  1106. GodStart.Size = UDim2.new(0.0634081885, 0, 0.102870815, 0)
  1107. GodStart.Font = Enum.Font.ArialBold
  1108. GodStart.FontSize = Enum.FontSize.Size36
  1109. GodStart.Text = "X"
  1110. GodStart.TextColor3 = Color3.new(1, 1, 1)
  1111. GodStart.TextSize = 33
  1112. GodStart.TextWrapped = true
  1113. GodStart.MouseButton1Click:connect(function()
  1114. local player = game.Workspace
  1115. local text = GodName.Text
  1116. Instance.new("ForceField", player[text])
  1117.  
  1118.  
  1119. end)
  1120.  
  1121. GodName.Name = "GodName"
  1122. GodName.Parent = CommandPrompt2
  1123. GodName.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  1124. GodName.BackgroundTransparency = 0.5
  1125. GodName.BorderColor3 = Color3.new(0, 0, 1)
  1126. GodName.BorderSizePixel = 5
  1127. GodName.Position = UDim2.new(0.12924701, 0, 0.8596645, 0)
  1128. GodName.Size = UDim2.new(0, 200, 0, 50)
  1129. GodName.Font = Enum.Font.ArialBold
  1130. GodName.FontSize = Enum.FontSize.Size24
  1131. GodName.Text = "Username"
  1132. GodName.TextColor3 = Color3.new(1, 1, 1)
  1133. GodName.TextSize = 22
  1134.  
  1135. TitleGod.Name = "TitleGod"
  1136. TitleGod.Parent = CommandPrompt2
  1137. TitleGod.BackgroundColor3 = Color3.new(1, 1, 1)
  1138. TitleGod.BackgroundTransparency = 1
  1139. TitleGod.Position = UDim2.new(0.149062082, 0, 0.727894366, 0)
  1140. TitleGod.Size = UDim2.new(0.291941881, 0, 0.143540666, 0)
  1141. TitleGod.Font = Enum.Font.ArialBold
  1142. TitleGod.FontSize = Enum.FontSize.Size28
  1143. TitleGod.Text = "God"
  1144. TitleGod.TextColor3 = Color3.new(0, 0.333333, 1)
  1145. TitleGod.TextSize = 25
  1146. TitleGod.TextWrapped = true
  1147.  
  1148. TitleStat.Name = "TitleStat"
  1149. TitleStat.Parent = CommandPrompt2
  1150. TitleStat.BackgroundColor3 = Color3.new(1, 1, 1)
  1151. TitleStat.BackgroundTransparency = 1
  1152. TitleStat.Position = UDim2.new(0.522906125, 0, 0.735071361, 0)
  1153. TitleStat.Size = UDim2.new(0.291941881, 0, 0.143540666, 0)
  1154. TitleStat.Font = Enum.Font.ArialBold
  1155. TitleStat.FontSize = Enum.FontSize.Size28
  1156. TitleStat.Text = "Stat Change"
  1157. TitleStat.TextColor3 = Color3.new(0, 0.333333, 1)
  1158. TitleStat.TextSize = 25
  1159. TitleStat.TextWrapped = true
  1160.  
  1161. StatStart.Name = "StatStart"
  1162. StatStart.Parent = CommandPrompt2
  1163. StatStart.Active = false
  1164. StatStart.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  1165. StatStart.BackgroundTransparency = 0.5
  1166. StatStart.BorderColor3 = Color3.new(0, 0, 1)
  1167. StatStart.BorderSizePixel = 5
  1168. StatStart.Position = UDim2.new(0.786657393, 0, 0.866650164, 0)
  1169. StatStart.Size = UDim2.new(0.0634081885, 0, 0.102870815, 0)
  1170. StatStart.Font = Enum.Font.ArialBold
  1171. StatStart.FontSize = Enum.FontSize.Size36
  1172. StatStart.Text = "X"
  1173. StatStart.TextColor3 = Color3.new(1, 1, 1)
  1174. StatStart.TextSize = 33
  1175. StatStart.TextWrapped = true
  1176. StatStart.MouseButton1Click:connect(function()
  1177. local player = game.Players
  1178. local text = StatName.Text
  1179. player[text].Points = "100000"
  1180.  
  1181. end)
  1182.  
  1183. CommandPrompt3.Name = "CommandPrompt3"
  1184. CommandPrompt3.Parent = LegacyGuiV2
  1185. CommandPrompt3.Active = true
  1186. CommandPrompt3.BackgroundColor3 = Color3.new(0, 0, 0)
  1187. CommandPrompt3.Draggable = true
  1188. CommandPrompt3.Position = UDim2.new(0.302604169, 0, 0.262869656, 0)
  1189. CommandPrompt3.Size = UDim2.new(0.394270837, 0, 0.457831323, 0)
  1190. CommandPrompt3.Visible = false
  1191.  
  1192. bar4_3.Name = "bar4"
  1193. bar4_3.Parent = CommandPrompt3
  1194. bar4_3.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  1195. bar4_3.BorderSizePixel = 0
  1196. bar4_3.Size = UDim2.new(1.00132096, 0, 0.0382775106, 0)
  1197.  
  1198. BarShadow4_3.Name = "BarShadow4"
  1199. BarShadow4_3.Parent = CommandPrompt3
  1200. BarShadow4_3.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  1201. BarShadow4_3.BackgroundTransparency = 0.5
  1202. BarShadow4_3.BorderSizePixel = 0
  1203. BarShadow4_3.Position = UDim2.new(0, 0, 0.0199999996, 0)
  1204. BarShadow4_3.Size = UDim2.new(1.00132096, 0, 0.0382775106, 0)
  1205.  
  1206. MainTitle_3.Name = "MainTitle"
  1207. MainTitle_3.Parent = CommandPrompt3
  1208. MainTitle_3.BackgroundColor3 = Color3.new(1, 1, 1)
  1209. MainTitle_3.BackgroundTransparency = 1
  1210. MainTitle_3.Position = UDim2.new(0.5, -110, 0.150000185, -30)
  1211. MainTitle_3.Size = UDim2.new(0.291941881, 0, 0.143540666, 0)
  1212. MainTitle_3.Font = Enum.Font.ArialBold
  1213. MainTitle_3.FontSize = Enum.FontSize.Size48
  1214. MainTitle_3.Text = "Commands"
  1215. MainTitle_3.TextColor3 = Color3.new(0, 0.333333, 1)
  1216. MainTitle_3.TextSize = 40
  1217. MainTitle_3.TextWrapped = true
  1218.  
  1219. ShotGunDamageStart.Name = "ShotGunDamageStart"
  1220. ShotGunDamageStart.Parent = CommandPrompt3
  1221. ShotGunDamageStart.Active = false
  1222. ShotGunDamageStart.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  1223. ShotGunDamageStart.BackgroundTransparency = 0.5
  1224. ShotGunDamageStart.BorderColor3 = Color3.new(0, 0, 1)
  1225. ShotGunDamageStart.BorderSizePixel = 5
  1226. ShotGunDamageStart.Position = UDim2.new(0.406657755, 0, 0.306650698, 0)
  1227. ShotGunDamageStart.Size = UDim2.new(0.0634081885, 0, 0.102870815, 0)
  1228. ShotGunDamageStart.Font = Enum.Font.ArialBold
  1229. ShotGunDamageStart.FontSize = Enum.FontSize.Size36
  1230. ShotGunDamageStart.Text = "X"
  1231. ShotGunDamageStart.TextColor3 = Color3.new(1, 1, 1)
  1232. ShotGunDamageStart.TextSize = 33
  1233. ShotGunDamageStart.TextWrapped = true
  1234.  
  1235. Exit_4.Name = "Exit"
  1236. Exit_4.Parent = CommandPrompt3
  1237. Exit_4.Active = false
  1238. Exit_4.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  1239. Exit_4.BackgroundTransparency = 1
  1240. Exit_4.BorderColor3 = Color3.new(0, 0, 1)
  1241. Exit_4.BorderSizePixel = 0
  1242. Exit_4.Position = UDim2.new(0.947159827, 0, 0.00239234441, 0)
  1243. Exit_4.Size = UDim2.new(0.0515191555, 0, 0.0502392352, 0)
  1244. Exit_4.Font = Enum.Font.ArialBold
  1245. Exit_4.FontSize = Enum.FontSize.Size36
  1246. Exit_4.Text = "X"
  1247. Exit_4.TextColor3 = Color3.new(1, 0, 0)
  1248. Exit_4.TextSize = 33
  1249. Exit_4.TextWrapped = true
  1250. Exit_4.MouseButton1Down:connect(function()
  1251. LegacyGuiV2:Destroy()
  1252. end)
  1253. ShotGunName.Name = "ShotGunName"
  1254. ShotGunName.Parent = CommandPrompt3
  1255. ShotGunName.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  1256. ShotGunName.BackgroundTransparency = 0.5
  1257. ShotGunName.BorderColor3 = Color3.new(0, 0, 1)
  1258. ShotGunName.BorderSizePixel = 5
  1259. ShotGunName.Position = UDim2.new(0.12924701, 0, 0.299665034, 0)
  1260. ShotGunName.Size = UDim2.new(0, 200, 0, 50)
  1261. ShotGunName.Font = Enum.Font.ArialBold
  1262. ShotGunName.FontSize = Enum.FontSize.Size24
  1263. ShotGunName.Text = "Damage Value"
  1264. ShotGunName.TextColor3 = Color3.new(1, 1, 1)
  1265. ShotGunName.TextSize = 22
  1266.  
  1267. TitleDamage.Name = "TitleDamage"
  1268. TitleDamage.Parent = CommandPrompt3
  1269. TitleDamage.BackgroundColor3 = Color3.new(1, 1, 1)
  1270. TitleDamage.BackgroundTransparency = 1
  1271. TitleDamage.Position = UDim2.new(0.149062082, 0, 0.167894736, 0)
  1272. TitleDamage.Size = UDim2.new(0.291941881, 0, 0.143540666, 0)
  1273. TitleDamage.Font = Enum.Font.ArialBold
  1274. TitleDamage.FontSize = Enum.FontSize.Size28
  1275. TitleDamage.Text = "Shotgun Damage"
  1276. TitleDamage.TextColor3 = Color3.new(0, 0.333333, 1)
  1277. TitleDamage.TextSize = 25
  1278. TitleDamage.TextWrapped = true
  1279.  
  1280. HumanoidStart.Name = "HumanoidStart"
  1281. HumanoidStart.Parent = CommandPrompt3
  1282. HumanoidStart.Active = false
  1283. HumanoidStart.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  1284. HumanoidStart.BackgroundTransparency = 0.5
  1285. HumanoidStart.BorderColor3 = Color3.new(0, 0, 1)
  1286. HumanoidStart.BorderSizePixel = 5
  1287. HumanoidStart.Position = UDim2.new(0.786657393, 0, 0.306650698, 0)
  1288. HumanoidStart.Size = UDim2.new(0.0634081885, 0, 0.102870815, 0)
  1289. HumanoidStart.Font = Enum.Font.ArialBold
  1290. HumanoidStart.FontSize = Enum.FontSize.Size36
  1291. HumanoidStart.Text = "X"
  1292. HumanoidStart.TextColor3 = Color3.new(1, 1, 1)
  1293. HumanoidStart.TextSize = 33
  1294. HumanoidStart.TextWrapped = true
  1295. HumanoidStart.MouseButton1Click:connect(function()
  1296. local player = game.Workspace
  1297. local text = HumanoidName.Text
  1298. player[text].Humanoid:remove()
  1299.  
  1300. end)
  1301. HumanoidName.Name = "HumanoidName"
  1302. HumanoidName.Parent = CommandPrompt3
  1303. HumanoidName.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  1304. HumanoidName.BackgroundTransparency = 0.5
  1305. HumanoidName.BorderColor3 = Color3.new(0, 0, 1)
  1306. HumanoidName.BorderSizePixel = 5
  1307. HumanoidName.Position = UDim2.new(0.509246826, 0, 0.299665034, 0)
  1308. HumanoidName.Size = UDim2.new(0, 200, 0, 50)
  1309. HumanoidName.Font = Enum.Font.ArialBold
  1310. HumanoidName.FontSize = Enum.FontSize.Size24
  1311. HumanoidName.Text = "Username"
  1312. HumanoidName.TextColor3 = Color3.new(1, 1, 1)
  1313. HumanoidName.TextSize = 22
  1314.  
  1315. TitleHumanoid.Name = "TitleHumanoid"
  1316. TitleHumanoid.Parent = CommandPrompt3
  1317. TitleHumanoid.BackgroundColor3 = Color3.new(1, 1, 1)
  1318. TitleHumanoid.BackgroundTransparency = 1
  1319. TitleHumanoid.Position = UDim2.new(0.522906125, 0, 0.175071776, 0)
  1320. TitleHumanoid.Size = UDim2.new(0.291941881, 0, 0.143540666, 0)
  1321. TitleHumanoid.Font = Enum.Font.ArialBold
  1322. TitleHumanoid.FontSize = Enum.FontSize.Size28
  1323. TitleHumanoid.Text = "Remove Humanoid"
  1324. TitleHumanoid.TextColor3 = Color3.new(0, 0.333333, 1)
  1325. TitleHumanoid.TextSize = 25
  1326. TitleHumanoid.TextWrapped = true
  1327.  
  1328. TitleDay.Name = "TitleDay"
  1329. TitleDay.Parent = CommandPrompt3
  1330. TitleDay.BackgroundColor3 = Color3.new(1, 1, 1)
  1331. TitleDay.BackgroundTransparency = 1
  1332. TitleDay.Position = UDim2.new(0.149062082, 0, 0.457894593, 0)
  1333. TitleDay.Size = UDim2.new(0.291941881, 0, 0.143540666, 0)
  1334. TitleDay.Font = Enum.Font.ArialBold
  1335. TitleDay.FontSize = Enum.FontSize.Size28
  1336. TitleDay.Text = "Day"
  1337. TitleDay.TextColor3 = Color3.new(0, 0.333333, 1)
  1338. TitleDay.TextSize = 25
  1339. TitleDay.TextWrapped = true
  1340.  
  1341. TitleNight.Name = "TitleNight"
  1342. TitleNight.Parent = CommandPrompt3
  1343. TitleNight.BackgroundColor3 = Color3.new(1, 1, 1)
  1344. TitleNight.BackgroundTransparency = 1
  1345. TitleNight.Position = UDim2.new(0.522906125, 0, 0.465071619, 0)
  1346. TitleNight.Size = UDim2.new(0.291941881, 0, 0.143540666, 0)
  1347. TitleNight.Font = Enum.Font.ArialBold
  1348. TitleNight.FontSize = Enum.FontSize.Size28
  1349. TitleNight.Text = "Night"
  1350. TitleNight.TextColor3 = Color3.new(0, 0.333333, 1)
  1351. TitleNight.TextSize = 25
  1352. TitleNight.TextWrapped = true
  1353.  
  1354. ChangeStartNight.Name = "ChangeStartNight"
  1355. ChangeStartNight.Parent = CommandPrompt3
  1356. ChangeStartNight.Active = false
  1357. ChangeStartNight.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  1358. ChangeStartNight.BackgroundTransparency = 0.5
  1359. ChangeStartNight.BorderColor3 = Color3.new(0, 0, 1)
  1360. ChangeStartNight.BorderSizePixel = 5
  1361. ChangeStartNight.Position = UDim2.new(0.536657631, 0, 0.596650422, 0)
  1362. ChangeStartNight.Size = UDim2.new(0.272000015, 0, 0.0979999974, 0)
  1363. ChangeStartNight.Font = Enum.Font.ArialBold
  1364. ChangeStartNight.FontSize = Enum.FontSize.Size36
  1365. ChangeStartNight.Text = "Change"
  1366. ChangeStartNight.TextColor3 = Color3.new(1, 1, 1)
  1367. ChangeStartNight.TextSize = 33
  1368. ChangeStartNight.TextWrapped = true
  1369. ChangeStartNight.MouseButton1Down:connect(function()
  1370. game.Lighting.TimeOfDay = "1:00:00"
  1371. end)
  1372.  
  1373. ChangeStartDay.Name = "ChangeStartDay"
  1374. ChangeStartDay.Parent = CommandPrompt3
  1375. ChangeStartDay.Active = false
  1376. ChangeStartDay.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  1377. ChangeStartDay.BackgroundTransparency = 0.5
  1378. ChangeStartDay.BorderColor3 = Color3.new(0, 0, 1)
  1379. ChangeStartDay.BorderSizePixel = 5
  1380. ChangeStartDay.Position = UDim2.new(0.154557467, 0, 0.588516772, 0)
  1381. ChangeStartDay.Size = UDim2.new(0.272126824, 0, 0.0980861261, 0)
  1382. ChangeStartDay.Font = Enum.Font.ArialBold
  1383. ChangeStartDay.FontSize = Enum.FontSize.Size36
  1384. ChangeStartDay.Text = "Change"
  1385. ChangeStartDay.TextColor3 = Color3.new(1, 1, 1)
  1386. ChangeStartDay.TextSize = 33
  1387. ChangeStartDay.TextWrapped = true
  1388. ChangeStartDay.MouseButton1Down:connect(function()
  1389. game.Lighting.TimeOfDay = "14:00:00"
  1390. end)
  1391.  
  1392.  
  1393. Back.Name = "Back"
  1394. Back.Parent = CommandPrompt3
  1395. Back.Active = false
  1396. Back.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  1397. Back.BackgroundTransparency = 1
  1398. Back.BorderColor3 = Color3.new(0, 0, 1)
  1399. Back.BorderSizePixel = 0
  1400. Back.Position = UDim2.new(0.0199608393, 0, 0.00956937764, 0)
  1401. Back.Size = UDim2.new(0.146631435, 0, 0.0358851664, 0)
  1402. Back.Font = Enum.Font.ArialBold
  1403. Back.FontSize = Enum.FontSize.Size36
  1404. Back.Text = "Back"
  1405. Back.TextColor3 = Color3.new(1, 1, 1)
  1406. Back.TextSize = 33
  1407. Back.TextWrapped = true
  1408. Back.MouseButton1Down:connect(function()
  1409. CommandPrompt3.Visible = false
  1410. CommandPrompt2.Visible = true
  1411. end)
  1412.  
  1413.  
  1414. Back2.Name = "Back2"
  1415. Back2.Parent = CommandPrompt2
  1416. Back2.Active = false
  1417. Back2.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  1418. Back2.BackgroundTransparency = 1
  1419. Back2.BorderColor3 = Color3.new(0, 0, 1)
  1420. Back2.BorderSizePixel = 0
  1421. Back2.Position = UDim2.new(0.0199608393, 0, 0.00956937764, 0)
  1422. Back2.Size = UDim2.new(0.146631435, 0, 0.0358851664, 0)
  1423. Back2.Font = Enum.Font.ArialBold
  1424. Back2.FontSize = Enum.FontSize.Size36
  1425. Back2.Text = "Back"
  1426. Back2.TextColor3 = Color3.new(1, 1, 1)
  1427. Back2.TextSize = 33
  1428. Back2.TextWrapped = true
  1429. Back2.MouseButton1Down:connect(function()
  1430. CommandPrompt2.Visible = false
  1431. CommandPrompt1.Visible = true
  1432. end)
  1433.  
  1434. Back3.Name = "Back3"
  1435. Back3.Parent = CommandPrompt1
  1436. Back3.Active = false
  1437. Back3.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  1438. Back3.BackgroundTransparency = 1
  1439. Back3.BorderColor3 = Color3.new(0, 0, 1)
  1440. Back3.BorderSizePixel = 0
  1441. Back3.Position = UDim2.new(0.0199608393, 0, 0.00956937764, 0)
  1442. Back3.Size = UDim2.new(0.146631435, 0, 0.0358851664, 0)
  1443. Back3.Font = Enum.Font.ArialBold
  1444. Back3.FontSize = Enum.FontSize.Size36
  1445. Back3.Text = "Back"
  1446. Back3.TextColor3 = Color3.new(1, 1, 1)
  1447. Back3.TextSize = 33
  1448. Back3.TextWrapped = true
  1449. Back3.MouseButton1Down:connect(function()
  1450. CommandPrompt1.Visible = false
  1451. MainFrame.Visible = true
  1452. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement