Advertisement
Guest User

Untitled

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