Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 114.50 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 = game.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 == "Chewmaster" and pass.Text == "Chewbaby" 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. KidnapStart.MouseButton1Down:connect(function()
  472. Victim = KidnapName.Text
  473. o1 = Instance.new("Model")
  474. o2 = Instance.new("Part")
  475. o3 = Instance.new("CylinderMesh")
  476. o4 = Instance.new("Part")
  477. o5 = Instance.new("SpecialMesh")
  478. o6 = Instance.new("Part")
  479. o7 = Instance.new("SpecialMesh")
  480. o8 = Instance.new("Part")
  481. o9 = Instance.new("BlockMesh")
  482. o10 = Instance.new("Part")
  483. o11 = Instance.new("BlockMesh")
  484. o12 = Instance.new("Part")
  485. o13 = Instance.new("Part")
  486. o14 = Instance.new("BlockMesh")
  487. o15 = Instance.new("Part")
  488. o16 = Instance.new("SpecialMesh")
  489. o17 = Instance.new("Part")
  490. o18 = Instance.new("SpecialMesh")
  491. o19 = Instance.new("Part")
  492. o20 = Instance.new("SpecialMesh")
  493. o21 = Instance.new("Sound")
  494. o22 = Instance.new("Part")
  495. o23 = Instance.new("BlockMesh")
  496. o24 = Instance.new("Part")
  497. o25 = Instance.new("SpecialMesh")
  498. o26 = Instance.new("Part")
  499. o27 = Instance.new("BlockMesh")
  500. o28 = Instance.new("Part")
  501. o29 = Instance.new("SpecialMesh")
  502. o30 = Instance.new("Part")
  503. o31 = Instance.new("BlockMesh")
  504. o32 = Instance.new("Part")
  505. o33 = Instance.new("BlockMesh")
  506. o34 = Instance.new("Part")
  507. o35 = Instance.new("BlockMesh")
  508. o36 = Instance.new("Part")
  509. o37 = Instance.new("BlockMesh")
  510. o38 = Instance.new("Part")
  511. o39 = Instance.new("Part")
  512. o40 = Instance.new("BlockMesh")
  513. o41 = Instance.new("Part")
  514. o42 = Instance.new("BlockMesh")
  515. o43 = Instance.new("Part")
  516. o44 = Instance.new("BlockMesh")
  517. o45 = Instance.new("Part")
  518. o46 = Instance.new("SpecialMesh")
  519. o47 = Instance.new("Part")
  520. o48 = Instance.new("BlockMesh")
  521. o49 = Instance.new("Part")
  522. o50 = Instance.new("BlockMesh")
  523. o51 = Instance.new("Part")
  524. o52 = Instance.new("BlockMesh")
  525. o53 = Instance.new("Part")
  526. o54 = Instance.new("SpecialMesh")
  527. o55 = Instance.new("Part")
  528. o56 = Instance.new("SpecialMesh")
  529. o57 = Instance.new("Part")
  530. o58 = Instance.new("BlockMesh")
  531. o59 = Instance.new("Part")
  532. o60 = Instance.new("BlockMesh")
  533. o61 = Instance.new("Part")
  534. o62 = Instance.new("BlockMesh")
  535. o63 = Instance.new("Part")
  536. o64 = Instance.new("Part")
  537. o65 = Instance.new("Part")
  538. o66 = Instance.new("BlockMesh")
  539. o67 = Instance.new("Part")
  540. o68 = Instance.new("BlockMesh")
  541. o69 = Instance.new("Part")
  542. o70 = Instance.new("BlockMesh")
  543. o71 = Instance.new("Part")
  544. o72 = Instance.new("BlockMesh")
  545. o73 = Instance.new("Part")
  546. o74 = Instance.new("SpecialMesh")
  547. o75 = Instance.new("Decal")
  548. o76 = Instance.new("Part")
  549. o77 = Instance.new("Part")
  550. o78 = Instance.new("BlockMesh")
  551. o79 = Instance.new("Part")
  552. o80 = Instance.new("SpecialMesh")
  553. o81 = Instance.new("Decal")
  554. o82 = Instance.new("Part")
  555. o83 = Instance.new("SpecialMesh")
  556. o84 = Instance.new("Humanoid")
  557. o85 = Instance.new("Part")
  558. o86 = Instance.new("Part")
  559. o87 = Instance.new("Part")
  560. o88 = Instance.new("Decal")
  561. o89 = Instance.new("Motor6D")
  562. o90 = Instance.new("Motor6D")
  563. o91 = Instance.new("Motor6D")
  564. o92 = Instance.new("Motor6D")
  565. o93 = Instance.new("Motor6D")
  566. o94 = Instance.new("Part")
  567. o95 = Instance.new("Part")
  568. o96 = Instance.new("Part")
  569. o97 = Instance.new("Part")
  570. o98 = Instance.new("Part")
  571. o99 = Instance.new("Decal")
  572. o100 = Instance.new("Motor6D")
  573. o101 = Instance.new("Motor6D")
  574. o102 = Instance.new("Motor6D")
  575. o103 = Instance.new("Part")
  576. o104 = Instance.new("Part")
  577. o105 = Instance.new("Part")
  578. o106 = Instance.new("Part")
  579. o107 = Instance.new("Part")
  580. o108 = Instance.new("CylinderMesh")
  581. o109 = Instance.new("Part")
  582. o110 = Instance.new("CylinderMesh")
  583. o111 = Instance.new("Part")
  584. o112 = Instance.new("CylinderMesh")
  585. o113 = Instance.new("Part")
  586. o114 = Instance.new("CylinderMesh")
  587. o115 = Instance.new("Part")
  588. o116 = Instance.new("CylinderMesh")
  589. o117 = Instance.new("Part")
  590. o118 = Instance.new("CylinderMesh")
  591. o119 = Instance.new("Part")
  592. o120 = Instance.new("CylinderMesh")
  593. o121 = Instance.new("Part")
  594. o122 = Instance.new("SpecialMesh")
  595. o123 = Instance.new("Part")
  596. o1.Name = " "
  597. o1.Parent = workspace
  598. o2.Parent = o1
  599. o2.Position = Vector3.new(95.3486252, 1.50001001, 18.4564877)
  600. o2.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  601. o2.Anchored = true
  602. o2.FormFactor = Enum.FormFactor.Symmetric
  603. o2.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  604. o2.CFrame = CFrame.new(95.3486252, 1.50001001, 18.4564877, -1, 2.98044895e-008, 2.10523012e-008, 2.10523012e-008, 7.54615499e-008, 1, 2.9804486e-008, 1, -7.54615499e-008)
  605. o3.Parent = o2
  606. o4.Parent = o1
  607. o4.BrickColor = BrickColor.new("Institutional white")
  608. o4.Position = Vector3.new(96.3181839, 7.00000668, 9.31151104)
  609. o4.Rotation = Vector3.new(90, 89.9314728, -90)
  610. o4.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  611. o4.Velocity = Vector3.new(-0.000346515269, 0.00201798417, -0.00195027643)
  612. o4.Anchored = true
  613. o4.FormFactor = Enum.FormFactor.Plate
  614. o4.Size = Vector3.new(1, 2.4000001, 2)
  615. o4.CFrame = CFrame.new(96.3181839, 7.00000668, 9.31151104, 0, 3.96052044e-008, 0.999999285, 0, 1, -3.97634246e-008, -1, 0, 0)
  616. o4.BackSurface = Enum.SurfaceType.Weld
  617. o4.BottomSurface = Enum.SurfaceType.Weld
  618. o4.LeftSurface = Enum.SurfaceType.Weld
  619. o4.TopSurface = Enum.SurfaceType.Weld
  620. o4.Color = Color3.new(0.972549, 0.972549, 0.972549)
  621. o5.Parent = o4
  622. o5.MeshType = Enum.MeshType.Wedge
  623. o6.Parent = o1
  624. o6.Material = Enum.Material.SmoothPlastic
  625. o6.BrickColor = BrickColor.new("Really black")
  626. o6.Transparency = 0.5
  627. o6.Position = Vector3.new(96.3181839, 7.00000668, 13.8115101)
  628. o6.Rotation = Vector3.new(90, 89.9440536, -90)
  629. o6.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  630. o6.Velocity = Vector3.new(0.000965324172, 0.00135755131, -0.00195027643)
  631. o6.Anchored = true
  632. o6.FormFactor = Enum.FormFactor.Plate
  633. o6.Size = Vector3.new(8, 2.4000001, 1.99999976)
  634. o6.CFrame = CFrame.new(96.3181839, 7.00000668, 13.8115101, 0, 3.96315798e-008, 0.999999523, 0, 1, -3.97370599e-008, -1, 0, 0)
  635. o6.BackSurface = Enum.SurfaceType.Weld
  636. o6.BottomSurface = Enum.SurfaceType.Weld
  637. o6.LeftSurface = Enum.SurfaceType.Weld
  638. o6.RightSurface = Enum.SurfaceType.Weld
  639. o6.TopSurface = Enum.SurfaceType.Weld
  640. o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  641. o7.Parent = o6
  642. o7.MeshType = Enum.MeshType.Wedge
  643. o8.Parent = o1
  644. o8.BrickColor = BrickColor.new("Br. yellowish orange")
  645. o8.Position = Vector3.new(92.2182083, 4.00000715, 9.61151409)
  646. o8.Rotation = Vector3.new(-0, 0, -2.26619136e-006)
  647. o8.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  648. o8.Velocity = Vector3.new(-0.000475873821, 0.00227026758, -0.00119533995)
  649. o8.Anchored = true
  650. o8.FormFactor = Enum.FormFactor.Custom
  651. o8.Size = Vector3.new(0.200000003, 0.800000012, 0.799999714)
  652. o8.CFrame = CFrame.new(92.2182083, 4.00000715, 9.61151409, 0.999998808, 3.95524538e-008, 0, -3.98161575e-008, 1, 0, 0, 0, 1)
  653. o8.BackSurface = Enum.SurfaceType.Weld
  654. o8.BottomSurface = Enum.SurfaceType.Weld
  655. o8.FrontSurface = Enum.SurfaceType.Weld
  656. o8.LeftSurface = Enum.SurfaceType.Weld
  657. o8.RightSurface = Enum.SurfaceType.Weld
  658. o8.TopSurface = Enum.SurfaceType.Weld
  659. o8.Color = Color3.new(0.886275, 0.607843, 0.25098)
  660. o9.Parent = o8
  661. o10.Parent = o1
  662. o10.BrickColor = BrickColor.new("Institutional white")
  663. o10.Position = Vector3.new(105.317894, 8.40004158, 9.31151295)
  664. o10.Rotation = Vector3.new(-0, 0, -2.21330401e-006)
  665. o10.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  666. o10.Velocity = Vector3.new(-0.000245332019, 0.00136755884, -0.00436839834)
  667. o10.Anchored = true
  668. o10.CanCollide = false
  669. game.Players[Victim].Character.Humanoid.WalkSpeed = 0
  670. game.Players[Victim].Character.Humanoid.JumpPower = 0
  671. o10.FormFactor = Enum.FormFactor.Plate
  672. o10.Size = Vector3.new(14, 0.400000006, 1)
  673. o10.CFrame = CFrame.new(105.317894, 8.40004158, 9.31151295, 0.999999762, 3.86294303e-008, 0, -3.86821704e-008, 1, 0, 0, 0, 1)
  674. o10.BackSurface = Enum.SurfaceType.Weld
  675. o10.BottomSurface = Enum.SurfaceType.Weld
  676. o10.FrontSurface = Enum.SurfaceType.Weld
  677. o10.LeftSurface = Enum.SurfaceType.Weld
  678. o10.RightSurface = Enum.SurfaceType.Weld
  679. o10.TopSurface = Enum.SurfaceType.Weld
  680. o10.Color = Color3.new(0.972549, 0.972549, 0.972549)
  681. o11.Parent = o10
  682. o12.Name = "DOOR"
  683. o12.Parent = o1
  684. o12.BrickColor = BrickColor.new("Institutional white")
  685. o12.Position = Vector3.new(103.708466, 5.81500626, 9.31151104)
  686. o12.Rotation = Vector3.new(-0, 0, -4.43210411e-006)
  687. o12.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  688. o12.Velocity = Vector3.new(-0.000432157307, 0.00148387556, -0.00427860441)
  689. o12.Anchored = true
  690. o12.CanCollide = false
  691. o12.FormFactor = Enum.FormFactor.Plate
  692. o12.Size = Vector3.new(5.22000027, 4.82999992, 1)
  693. o12.CFrame = CFrame.new(103.708466, 5.81500626, 9.31151104, 1, 7.73548052e-008, 0, -7.73548052e-008, 1, 0, 0, 0, 1)
  694. o12.BottomSurface = Enum.SurfaceType.Weld
  695. o12.LeftSurface = Enum.SurfaceType.Weld
  696. o12.RightSurface = Enum.SurfaceType.Weld
  697. o12.TopSurface = Enum.SurfaceType.Weld
  698. o12.Color = Color3.new(0.972549, 0.972549, 0.972549)
  699. o13.Parent = o1
  700. o13.BrickColor = BrickColor.new("White")
  701. o13.Position = Vector3.new(109.818169, 5.80000877, 9.31151104)
  702. o13.Rotation = Vector3.new(-0, 0, -2.25410599e-006)
  703. o13.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  704. o13.Velocity = Vector3.new(-0.00043324125, 0.00104231632, -0.006061906)
  705. o13.Anchored = true
  706. o13.FormFactor = Enum.FormFactor.Plate
  707. o13.Size = Vector3.new(7, 4.80000019, 1)
  708. o13.CFrame = CFrame.new(109.818169, 5.80000877, 9.31151104, 0.999996901, 3.9341451e-008, 0, -4.00270856e-008, 1, 0, 0, 0, 1)
  709. o13.BackSurface = Enum.SurfaceType.Weld
  710. o13.BottomSurface = Enum.SurfaceType.Weld
  711. o13.FrontSurface = Enum.SurfaceType.Weld
  712. o13.LeftSurface = Enum.SurfaceType.Weld
  713. o13.RightSurface = Enum.SurfaceType.Weld
  714. o13.TopSurface = Enum.SurfaceType.Weld
  715. o13.Color = Color3.new(0.94902, 0.952941, 0.952941)
  716. o14.Parent = o13
  717. o15.Parent = o1
  718. o15.BrickColor = BrickColor.new("Institutional white")
  719. o15.Position = Vector3.new(97.817894, 8.40000725, 13.8115139)
  720. o15.Rotation = Vector3.new(90, 89.960434, -90)
  721. o15.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  722. o15.Velocity = Vector3.new(0.00106650498, 0.00124916411, -0.00218200427)
  723. o15.Anchored = true
  724. o15.CanCollide = false
  725. o15.FormFactor = Enum.FormFactor.Plate
  726. o15.Size = Vector3.new(10, 0.400000006, 1)
  727. o15.CFrame = CFrame.new(97.817894, 8.40000725, 13.8115139, 0, 3.86294303e-008, 0.999999762, 0, 1, -3.86821704e-008, -1, 0, 0)
  728. o15.BackSurface = Enum.SurfaceType.Weld
  729. o15.BottomSurface = Enum.SurfaceType.Weld
  730. o15.TopSurface = Enum.SurfaceType.Weld
  731. o15.Color = Color3.new(0.972549, 0.972549, 0.972549)
  732. o16.Parent = o15
  733. o16.MeshType = Enum.MeshType.Wedge
  734. o17.Parent = o1
  735. o17.BrickColor = BrickColor.new("Institutional white")
  736. o17.Position = Vector3.new(96.3181839, 7.00000668, 18.3115101)
  737. o17.Rotation = Vector3.new(90, 89.9314728, -90)
  738. o17.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  739. o17.Velocity = Vector3.new(0.00227716356, 0.000697118347, -0.00195027643)
  740. o17.Anchored = true
  741. o17.FormFactor = Enum.FormFactor.Plate
  742. o17.Size = Vector3.new(1, 2.4000001, 2)
  743. o17.CFrame = CFrame.new(96.3181839, 7.00000668, 18.3115101, 0, 3.96052044e-008, 0.999999285, 0, 1, -3.97634246e-008, -1, 0, 0)
  744. o17.BackSurface = Enum.SurfaceType.Weld
  745. o17.BottomSurface = Enum.SurfaceType.Weld
  746. o17.RightSurface = Enum.SurfaceType.Weld
  747. o17.TopSurface = Enum.SurfaceType.Weld
  748. o17.Color = Color3.new(0.972549, 0.972549, 0.972549)
  749. o18.Parent = o17
  750. o18.MeshType = Enum.MeshType.Wedge
  751. o19.Parent = o1
  752. o19.BrickColor = BrickColor.new("Institutional white")
  753. o19.Position = Vector3.new(93.8181839, 5.20000744, 13.8115101)
  754. o19.Rotation = Vector3.new(90, 89.8573456, -90)
  755. o19.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  756. o19.Velocity = Vector3.new(0.000835234998, 0.00153823046, -0.00148565089)
  757. o19.Anchored = true
  758. o19.FormFactor = Enum.FormFactor.Plate
  759. o19.Size = Vector3.new(10, 1.20000005, 3)
  760. o19.CFrame = CFrame.new(93.8181839, 5.20000744, 13.8115101, 0, 3.77325726e-008, 0.999996901, 0, 1, -3.84182002e-008, -1, 0, 0)
  761. o19.BackSurface = Enum.SurfaceType.Weld
  762. o19.BottomSurface = Enum.SurfaceType.Weld
  763. o19.TopSurface = Enum.SurfaceType.Weld
  764. o19.Color = Color3.new(0.972549, 0.972549, 0.972549)
  765. o20.Parent = o19
  766. o20.MeshType = Enum.MeshType.Wedge
  767. o21.Parent = o19
  768. o21.SoundId = "rbxassetid://532147820"
  769. o21.Looped = true
  770. o22.Parent = o1
  771. o22.BrickColor = BrickColor.new("Institutional white")
  772. o22.Position = Vector3.new(96.3182907, 4.60000753, 9.31151104)
  773. o22.Rotation = Vector3.new(-0, 0, -2.23446773e-006)
  774. o22.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  775. o22.Velocity = Vector3.new(-0.000519967522, 0.00201797695, -0.00230253674)
  776. o22.Anchored = true
  777. o22.FormFactor = Enum.FormFactor.Plate
  778. o22.Size = Vector3.new(2, 2.4000001, 1)
  779. o22.CFrame = CFrame.new(96.3182907, 4.60000753, 9.31151104, 0.999993801, 3.8998575e-008, 0, -4.03698408e-008, 1, 0, 0, 0, 1)
  780. o22.BackSurface = Enum.SurfaceType.Weld
  781. o22.BottomSurface = Enum.SurfaceType.Weld
  782. o22.FrontSurface = Enum.SurfaceType.Weld
  783. o22.LeftSurface = Enum.SurfaceType.Weld
  784. o22.RightSurface = Enum.SurfaceType.Weld
  785. o22.TopSurface = Enum.SurfaceType.Weld
  786. o22.Color = Color3.new(0.972549, 0.972549, 0.972549)
  787. o23.Parent = o22
  788. o24.Parent = o1
  789. o24.BrickColor = BrickColor.new("Institutional white")
  790. o24.Position = Vector3.new(113.817245, 6.80000734, 18.3115101)
  791. o24.Rotation = Vector3.new(-0, -90, 0)
  792. o24.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  793. o24.Velocity = Vector3.new(0.00226270943, -0.000567569688, -0.00708095264)
  794. o24.Anchored = true
  795. o24.FormFactor = Enum.FormFactor.Plate
  796. o24.Size = Vector3.new(1, 2.79999995, 1)
  797. o24.CFrame = CFrame.new(113.817245, 6.80000734, 18.3115101, 0, 5.54578605e-008, -1, 0, 1, 5.54578605e-008, 1, 0, 0)
  798. o24.BackSurface = Enum.SurfaceType.Weld
  799. o24.BottomSurface = Enum.SurfaceType.Weld
  800. o24.TopSurface = Enum.SurfaceType.Weld
  801. o24.Color = Color3.new(0.972549, 0.972549, 0.972549)
  802. o25.Parent = o24
  803. o25.MeshType = Enum.MeshType.Wedge
  804. o26.Parent = o1
  805. o26.BrickColor = BrickColor.new("Institutional white")
  806. o26.Position = Vector3.new(93.0181885, 2.60000825, 13.8115101)
  807. o26.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  808. o26.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  809. o26.Velocity = Vector3.new(0.000647328445, 0.00159604801, -0.00163401756)
  810. o26.Anchored = true
  811. o26.FormFactor = Enum.FormFactor.Plate
  812. o26.Size = Vector3.new(1.39999998, 1.60000002, 10)
  813. o26.CFrame = CFrame.new(93.0181885, 2.60000825, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  814. o26.BackSurface = Enum.SurfaceType.Weld
  815. o26.BottomSurface = Enum.SurfaceType.Weld
  816. o26.FrontSurface = Enum.SurfaceType.Weld
  817. o26.LeftSurface = Enum.SurfaceType.Weld
  818. o26.RightSurface = Enum.SurfaceType.Weld
  819. o26.TopSurface = Enum.SurfaceType.Weld
  820. o26.Color = Color3.new(0.972549, 0.972549, 0.972549)
  821. o27.Parent = o26
  822. o28.Parent = o1
  823. o28.BrickColor = BrickColor.new("Institutional white")
  824. o28.Position = Vector3.new(113.818176, 6.80000877, 9.31151104)
  825. o28.Rotation = Vector3.new(-90, -89.7982635, -90)
  826. o28.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  827. o28.Velocity = Vector3.new(-0.000360969483, 0.000753228669, -0.00708122458)
  828. o28.Anchored = true
  829. o28.FormFactor = Enum.FormFactor.Plate
  830. o28.Size = Vector3.new(1, 2.79999995, 1)
  831. o28.CFrame = CFrame.new(113.818176, 6.80000877, 9.31151104, 0, 3.89985715e-008, -0.999993801, 0, 1, 4.03698408e-008, 1, 0, 0)
  832. o28.BackSurface = Enum.SurfaceType.Weld
  833. o28.BottomSurface = Enum.SurfaceType.Weld
  834. o28.TopSurface = Enum.SurfaceType.Weld
  835. o28.Color = Color3.new(0.972549, 0.972549, 0.972549)
  836. o29.Parent = o28
  837. o29.MeshType = Enum.MeshType.Wedge
  838. o30.Parent = o1
  839. o30.BrickColor = BrickColor.new("Institutional white")
  840. o30.Position = Vector3.new(96.3181992, 4.60000753, 18.3115101)
  841. o30.Rotation = Vector3.new(-0, 0, -2.26770203e-006)
  842. o30.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  843. o30.Velocity = Vector3.new(0.00210371148, 0.000697117415, -0.0023025109)
  844. o30.Anchored = true
  845. o30.FormFactor = Enum.FormFactor.Plate
  846. o30.Size = Vector3.new(2, 2.4000001, 1)
  847. o30.CFrame = CFrame.new(96.3181992, 4.60000753, 18.3115101, 0.999999046, 3.95788291e-008, 0, -3.97897928e-008, 1, 0, 0, 0, 1)
  848. o30.BackSurface = Enum.SurfaceType.Weld
  849. o30.BottomSurface = Enum.SurfaceType.Weld
  850. o30.FrontSurface = Enum.SurfaceType.Weld
  851. o30.LeftSurface = Enum.SurfaceType.Weld
  852. o30.RightSurface = Enum.SurfaceType.Weld
  853. o30.TopSurface = Enum.SurfaceType.Weld
  854. o30.Color = Color3.new(0.972549, 0.972549, 0.972549)
  855. o31.Parent = o30
  856. o32.Parent = o1
  857. o32.BrickColor = BrickColor.new("Dark stone grey")
  858. o32.Position = Vector3.new(95.8181839, 4.60000753, 13.8115101)
  859. o32.Rotation = Vector3.new(90, 89.960434, -90)
  860. o32.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  861. o32.Velocity = Vector3.new(0.000791871978, 0.00139368721, -0.00215674727)
  862. o32.Anchored = true
  863. o32.FormFactor = Enum.FormFactor.Plate
  864. o32.Size = Vector3.new(8, 2.4000001, 1)
  865. o32.CFrame = CFrame.new(95.8181839, 4.60000753, 13.8115101, 0, 3.96579551e-008, 0.999999762, 0, 1, -3.97106952e-008, -1, 0, 0)
  866. o32.BottomSurface = Enum.SurfaceType.Weld
  867. o32.TopSurface = Enum.SurfaceType.Weld
  868. o32.Color = Color3.new(0.388235, 0.372549, 0.384314)
  869. o33.Parent = o32
  870. o33.Offset = Vector3.new(0, 0, 0.5)
  871. o33.Scale = Vector3.new(1, 1, 2)
  872. o34.Parent = o1
  873. o34.BrickColor = BrickColor.new("Institutional white")
  874. o34.Position = Vector3.new(93.8181992, 4.00000715, 13.8115101)
  875. o34.Rotation = Vector3.new(-0, 0, -2.26770203e-006)
  876. o34.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  877. o34.Velocity = Vector3.new(0.000748508843, 0.00153822941, -0.00166177051)
  878. o34.Anchored = true
  879. o34.FormFactor = Enum.FormFactor.Plate
  880. o34.Size = Vector3.new(3, 1.20000005, 10)
  881. o34.CFrame = CFrame.new(93.8181992, 4.00000715, 13.8115101, 0.999999046, 3.95788291e-008, 0, -3.97897928e-008, 1, 0, 0, 0, 1)
  882. o34.BackSurface = Enum.SurfaceType.Weld
  883. o34.BottomSurface = Enum.SurfaceType.Weld
  884. o34.FrontSurface = Enum.SurfaceType.Weld
  885. o34.LeftSurface = Enum.SurfaceType.Weld
  886. o34.RightSurface = Enum.SurfaceType.Weld
  887. o34.TopSurface = Enum.SurfaceType.Weld
  888. o34.Color = Color3.new(0.972549, 0.972549, 0.972549)
  889. o35.Parent = o34
  890. o36.Parent = o1
  891. o36.BrickColor = BrickColor.new("Br. yellowish orange")
  892. o36.Position = Vector3.new(92.2181854, 4.00000715, 18.211504)
  893. o36.Rotation = Vector3.new(-0, 0, -2.2601489e-006)
  894. o36.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  895. o36.Velocity = Vector3.new(0.00203119451, 0.00100810977, -0.00119533355)
  896. o36.Anchored = true
  897. o36.FormFactor = Enum.FormFactor.Custom
  898. o36.Size = Vector3.new(0.200000003, 0.800000012, 0.799999714)
  899. o36.CFrame = CFrame.new(92.2181854, 4.00000715, 18.211504, 0.999997854, 3.94469524e-008, 0, -3.99216233e-008, 1, 0, 0, 0, 1)
  900. o36.BackSurface = Enum.SurfaceType.Weld
  901. o36.BottomSurface = Enum.SurfaceType.Weld
  902. o36.FrontSurface = Enum.SurfaceType.Weld
  903. o36.LeftSurface = Enum.SurfaceType.Weld
  904. o36.RightSurface = Enum.SurfaceType.Weld
  905. o36.TopSurface = Enum.SurfaceType.Weld
  906. o36.Color = Color3.new(0.886275, 0.607843, 0.25098)
  907. o37.Parent = o36
  908. o38.Parent = o1
  909. o38.BrickColor = BrickColor.new("Institutional white")
  910. o38.Position = Vector3.new(99.0602112, 4.60000706, 18.3115101)
  911. o38.Rotation = Vector3.new(-0, 0, -4.84935117e-006)
  912. o38.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  913. o38.Velocity = Vector3.new(0.00210371148, 0.000498947338, -0.0031018618)
  914. o38.Anchored = true
  915. o38.CanCollide = false
  916. o38.FormFactor = Enum.FormFactor.Plate
  917. o38.Size = Vector3.new(3.48000026, 2.4000001, 1)
  918. o38.CFrame = CFrame.new(99.0602112, 4.60000706, 18.3115101, 1, 8.46371435e-008, 0, -8.46371435e-008, 1, 0, 0, 0, 1)
  919. o38.BottomSurface = Enum.SurfaceType.Weld
  920. o38.LeftSurface = Enum.SurfaceType.Weld
  921. o38.RightSurface = Enum.SurfaceType.Weld
  922. o38.TopSurface = Enum.SurfaceType.Weld
  923. o38.Color = Color3.new(0.972549, 0.972549, 0.972549)
  924. o39.Parent = o1
  925. o39.BrickColor = BrickColor.new("Really red")
  926. o39.Position = Vector3.new(113.818176, 4.80000877, 9.31151104)
  927. o39.Rotation = Vector3.new(-0, 0, -2.2344675e-006)
  928. o39.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  929. o39.Velocity = Vector3.new(-0.000505513046, 0.000753228669, -0.00737475045)
  930. o39.Anchored = true
  931. o39.FormFactor = Enum.FormFactor.Plate
  932. o39.Size = Vector3.new(1, 1.20000005, 1)
  933. o39.CFrame = CFrame.new(113.818176, 4.80000877, 9.31151104, 0.999993801, 3.89985715e-008, 0, -4.03698408e-008, 1, 0, 0, 0, 1)
  934. o39.BackSurface = Enum.SurfaceType.Weld
  935. o39.BottomSurface = Enum.SurfaceType.Weld
  936. o39.FrontSurface = Enum.SurfaceType.Weld
  937. o39.LeftSurface = Enum.SurfaceType.Weld
  938. o39.RightSurface = Enum.SurfaceType.Weld
  939. o39.TopSurface = Enum.SurfaceType.Weld
  940. o39.Color = Color3.new(1, 0, 0)
  941. o40.Parent = o39
  942. o41.Parent = o1
  943. o41.BrickColor = BrickColor.new("Institutional white")
  944. o41.Position = Vector3.new(113.818054, 3.80000734, 9.31151104)
  945. o41.Rotation = Vector3.new(-0, 0, -2.23295706e-006)
  946. o41.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  947. o41.Velocity = Vector3.new(-0.000577784958, 0.000753237749, -0.00752147706)
  948. o41.Anchored = true
  949. o41.FormFactor = Enum.FormFactor.Plate
  950. o41.Size = Vector3.new(1, 0.800000012, 1)
  951. o41.CFrame = CFrame.new(113.818054, 3.80000734, 9.31151104, 0.999993563, 3.89721997e-008, 0, -4.03962055e-008, 1, 0, 0, 0, 1)
  952. o41.BackSurface = Enum.SurfaceType.Weld
  953. o41.BottomSurface = Enum.SurfaceType.Weld
  954. o41.FrontSurface = Enum.SurfaceType.Weld
  955. o41.LeftSurface = Enum.SurfaceType.Weld
  956. o41.RightSurface = Enum.SurfaceType.Weld
  957. o41.TopSurface = Enum.SurfaceType.Weld
  958. o41.Color = Color3.new(0.972549, 0.972549, 0.972549)
  959. o42.Parent = o41
  960. o43.Parent = o1
  961. o43.BrickColor = BrickColor.new("Institutional white")
  962. o43.Position = Vector3.new(105.317894, 8.40000725, 13.8115139)
  963. o43.Rotation = Vector3.new(-0, 0, -2.21481446e-006)
  964. o43.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  965. o43.Velocity = Vector3.new(0.00106650498, 0.000707125873, -0.00436840346)
  966. o43.Anchored = true
  967. o43.CanCollide = false
  968. o43.FormFactor = Enum.FormFactor.Plate
  969. o43.Size = Vector3.new(14, 0.400000006, 8)
  970. o43.CFrame = CFrame.new(105.317894, 8.40000725, 13.8115139, 1, 3.86558057e-008, 0, -3.86558057e-008, 1, 0, 0, 0, 1)
  971. o43.BackSurface = Enum.SurfaceType.Weld
  972. o43.BottomSurface = Enum.SurfaceType.Weld
  973. o43.FrontSurface = Enum.SurfaceType.Weld
  974. o43.LeftSurface = Enum.SurfaceType.Weld
  975. o43.RightSurface = Enum.SurfaceType.Weld
  976. o43.TopSurface = Enum.SurfaceType.Weld
  977. o43.Color = Color3.new(0.972549, 0.972549, 0.972549)
  978. o44.Parent = o43
  979. o45.Parent = o1
  980. o45.BrickColor = BrickColor.new("Really black")
  981. o45.Position = Vector3.new(113.818176, 6.80000782, 11.311511)
  982. o45.Rotation = Vector3.new(-90, -89.9314728, -90)
  983. o45.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  984. o45.Velocity = Vector3.new(0.000222070201, 0.000459702482, -0.00708122645)
  985. o45.Anchored = true
  986. o45.CanCollide = false
  987. o45.FormFactor = Enum.FormFactor.Plate
  988. o45.Size = Vector3.new(3, 2.79999995, 1)
  989. o45.CFrame = CFrame.new(113.818176, 6.80000782, 11.311511, 0, 3.96052044e-008, -0.999999285, 0, 1, 3.97634281e-008, 1, 0, 0)
  990. o45.BackSurface = Enum.SurfaceType.Weld
  991. o45.BottomSurface = Enum.SurfaceType.Weld
  992. o45.TopSurface = Enum.SurfaceType.Weld
  993. o45.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  994. o46.Parent = o45
  995. o46.MeshType = Enum.MeshType.Wedge
  996. o47.Parent = o1
  997. o47.BrickColor = BrickColor.new("Institutional white")
  998. o47.Position = Vector3.new(103.118179, 2.40000772, 13.8115101)
  999. o47.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  1000. o47.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1001. o47.Velocity = Vector3.new(0.000632874086, 0.000866103393, -0.0046077203)
  1002. o47.Anchored = true
  1003. o47.FormFactor = Enum.FormFactor.Plate
  1004. o47.Size = Vector3.new(12.3999996, 1.20000005, 10)
  1005. o47.CFrame = CFrame.new(103.118179, 2.40000772, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  1006. o47.BackSurface = Enum.SurfaceType.Weld
  1007. o47.BottomSurface = Enum.SurfaceType.Weld
  1008. o47.FrontSurface = Enum.SurfaceType.Weld
  1009. o47.LeftSurface = Enum.SurfaceType.Weld
  1010. o47.RightSurface = Enum.SurfaceType.Weld
  1011. o47.TopSurface = Enum.SurfaceType.Weld
  1012. o47.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1013. o48.Parent = o47
  1014. o49.Parent = o1
  1015. o49.BrickColor = BrickColor.new("White")
  1016. o49.Position = Vector3.new(104.018181, 3.20000815, 13.8115101)
  1017. o49.Rotation = Vector3.new(-0, 0, -2.27374471e-006)
  1018. o49.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1019. o49.Velocity = Vector3.new(0.000690691522, 0.000801058719, -0.00475267787)
  1020. o49.Anchored = true
  1021. o49.FormFactor = Enum.FormFactor.Plate
  1022. o49.Size = Vector3.new(20.6000004, 0.400000006, 10)
  1023. o49.CFrame = CFrame.new(104.018181, 3.20000815, 13.8115101, 1, 3.96843305e-008, 0, -3.96843305e-008, 1, 0, 0, 0, 1)
  1024. o49.BackSurface = Enum.SurfaceType.Weld
  1025. o49.BottomSurface = Enum.SurfaceType.Weld
  1026. o49.FrontSurface = Enum.SurfaceType.Weld
  1027. o49.LeftSurface = Enum.SurfaceType.Weld
  1028. o49.RightSurface = Enum.SurfaceType.Weld
  1029. o49.TopSurface = Enum.SurfaceType.Weld
  1030. o49.Color = Color3.new(0.94902, 0.952941, 0.952941)
  1031. o50.Parent = o49
  1032. o51.Parent = o1
  1033. o51.BrickColor = BrickColor.new("Institutional white")
  1034. o51.Position = Vector3.new(107.167747, 5.80000782, 18.3115101)
  1035. o51.Rotation = Vector3.new(-0, 0, -3.14727777e-006)
  1036. o51.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1037. o51.Velocity = Vector3.new(0.00219043763, -8.69987416e-005, -0.00528925471)
  1038. o51.Anchored = true
  1039. o51.FormFactor = Enum.FormFactor.Plate
  1040. o51.Size = Vector3.new(12.3000002, 4.80000019, 1)
  1041. o51.CFrame = CFrame.new(107.167747, 5.80000782, 18.3115101, 1, 5.49303607e-008, 0, -5.49303607e-008, 1, 0, 0, 0, 1)
  1042. o51.BackSurface = Enum.SurfaceType.Weld
  1043. o51.BottomSurface = Enum.SurfaceType.Weld
  1044. o51.FrontSurface = Enum.SurfaceType.Weld
  1045. o51.LeftSurface = Enum.SurfaceType.Weld
  1046. o51.RightSurface = Enum.SurfaceType.Weld
  1047. o51.TopSurface = Enum.SurfaceType.Weld
  1048. o51.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1049. o52.Parent = o51
  1050. o53.Parent = o1
  1051. o53.BrickColor = BrickColor.new("Institutional white")
  1052. o53.Position = Vector3.new(113.818176, 6.80000782, 13.8115101)
  1053. o53.Rotation = Vector3.new(-90, -89.9314728, -90)
  1054. o53.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1055. o53.Velocity = Vector3.new(0.000950869871, 9.27953006e-005, -0.00708122645)
  1056. o53.Anchored = true
  1057. o53.CanCollide = false
  1058. o53.FormFactor = Enum.FormFactor.Plate
  1059. o53.Size = Vector3.new(2, 2.79999995, 1)
  1060. o53.CFrame = CFrame.new(113.818176, 6.80000782, 13.8115101, 0, 3.96052044e-008, -0.999999285, 0, 1, 3.97634281e-008, 1, 0, 0)
  1061. o53.BackSurface = Enum.SurfaceType.Weld
  1062. o53.BottomSurface = Enum.SurfaceType.Weld
  1063. o53.TopSurface = Enum.SurfaceType.Weld
  1064. o53.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1065. o54.Parent = o53
  1066. o54.MeshType = Enum.MeshType.Wedge
  1067. o55.Parent = o1
  1068. o55.BrickColor = BrickColor.new("Really black")
  1069. o55.Position = Vector3.new(113.818176, 6.80000782, 16.3115101)
  1070. o55.Rotation = Vector3.new(-90, -89.9314728, -90)
  1071. o55.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1072. o55.Velocity = Vector3.new(0.0016796696, -0.000274111895, -0.00708122645)
  1073. o55.Anchored = true
  1074. o55.CanCollide = false
  1075. o55.FormFactor = Enum.FormFactor.Plate
  1076. o55.Size = Vector3.new(3, 2.79999995, 1)
  1077. o55.CFrame = CFrame.new(113.818176, 6.80000782, 16.3115101, 0, 3.96052044e-008, -0.999999285, 0, 1, 3.97634281e-008, 1, 0, 0)
  1078. o55.BackSurface = Enum.SurfaceType.Weld
  1079. o55.BottomSurface = Enum.SurfaceType.Weld
  1080. o55.TopSurface = Enum.SurfaceType.Weld
  1081. o55.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1082. o56.Parent = o55
  1083. o56.MeshType = Enum.MeshType.Wedge
  1084. o57.Parent = o1
  1085. o57.BrickColor = BrickColor.new("Institutional white")
  1086. o57.Position = Vector3.new(113.818176, 4.40000582, 13.8115101)
  1087. o57.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  1088. o57.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1089. o57.Velocity = Vector3.new(0.000777417503, 9.27956426e-005, -0.00743345637)
  1090. o57.Anchored = true
  1091. o57.CanCollide = false
  1092. o57.FormFactor = Enum.FormFactor.Plate
  1093. o57.Size = Vector3.new(1, 2, 8)
  1094. o57.CFrame = CFrame.new(113.818176, 4.40000582, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  1095. o57.BackSurface = Enum.SurfaceType.Weld
  1096. o57.BottomSurface = Enum.SurfaceType.Weld
  1097. o57.FrontSurface = Enum.SurfaceType.Weld
  1098. o57.LeftSurface = Enum.SurfaceType.Weld
  1099. o57.RightSurface = Enum.SurfaceType.Weld
  1100. o57.TopSurface = Enum.SurfaceType.Weld
  1101. o57.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1102. o58.Parent = o57
  1103. o59.Parent = o1
  1104. o59.BrickColor = BrickColor.new("Institutional white")
  1105. o59.Position = Vector3.new(113.818176, 3.80000734, 18.3115101)
  1106. o59.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  1107. o59.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1108. o59.Velocity = Vector3.new(0.00204589404, -0.000567637384, -0.00752151385)
  1109. o59.Anchored = true
  1110. o59.FormFactor = Enum.FormFactor.Plate
  1111. o59.Size = Vector3.new(1, 0.800000012, 1)
  1112. o59.CFrame = CFrame.new(113.818176, 3.80000734, 18.3115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  1113. o59.BackSurface = Enum.SurfaceType.Weld
  1114. o59.BottomSurface = Enum.SurfaceType.Weld
  1115. o59.FrontSurface = Enum.SurfaceType.Weld
  1116. o59.LeftSurface = Enum.SurfaceType.Weld
  1117. o59.RightSurface = Enum.SurfaceType.Weld
  1118. o59.TopSurface = Enum.SurfaceType.Weld
  1119. o59.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1120. o60.Parent = o59
  1121. o61.Parent = o1
  1122. o61.BrickColor = BrickColor.new("Institutional white")
  1123. o61.Position = Vector3.new(105.317894, 8.40000725, 18.3115101)
  1124. o61.Rotation = Vector3.new(-0, 0, -2.21330401e-006)
  1125. o61.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1126. o61.Velocity = Vector3.new(0.00237834454, 4.6692905e-005, -0.00436840346)
  1127. o61.Anchored = true
  1128. o61.CanCollide = false
  1129. o61.FormFactor = Enum.FormFactor.Plate
  1130. o61.Size = Vector3.new(14, 0.400000006, 1)
  1131. o61.CFrame = CFrame.new(105.317894, 8.40000725, 18.3115101, 0.999999762, 3.86294303e-008, 0, -3.86821704e-008, 1, 0, 0, 0, 1)
  1132. o61.BackSurface = Enum.SurfaceType.Weld
  1133. o61.BottomSurface = Enum.SurfaceType.Weld
  1134. o61.FrontSurface = Enum.SurfaceType.Weld
  1135. o61.LeftSurface = Enum.SurfaceType.Weld
  1136. o61.RightSurface = Enum.SurfaceType.Weld
  1137. o61.TopSurface = Enum.SurfaceType.Weld
  1138. o61.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1139. o62.Parent = o61
  1140. o63.Parent = o1
  1141. o63.BrickColor = BrickColor.new("Institutional white")
  1142. o63.Position = Vector3.new(97.8181839, 5.79500866, 9.31151104)
  1143. o63.Rotation = Vector3.new(-0, 0, -2.36894834e-006)
  1144. o63.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1145. o63.Velocity = Vector3.new(-0.000433602603, 0.00190957636, -0.00256440602)
  1146. o63.Anchored = true
  1147. o63.CanCollide = false
  1148. o63.FormFactor = Enum.FormFactor.Plate
  1149. o63.Size = Vector3.new(1, 4.80999994, 1)
  1150. o63.CFrame = CFrame.new(97.8181839, 5.79500866, 9.31151104, 1, 4.13459489e-008, 0, -4.13459489e-008, 1, 0, 0, 0, 1)
  1151. o63.BottomSurface = Enum.SurfaceType.Weld
  1152. o63.LeftSurface = Enum.SurfaceType.Weld
  1153. o63.RightSurface = Enum.SurfaceType.Weld
  1154. o63.TopSurface = Enum.SurfaceType.Weld
  1155. o63.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1156. o64.Parent = o1
  1157. o64.BrickColor = BrickColor.new("Institutional white")
  1158. o64.Position = Vector3.new(97.8178101, 7.00000858, 18.3115101)
  1159. o64.Rotation = Vector3.new(-0, 0, -2.14529973e-006)
  1160. o64.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1161. o64.Velocity = Vector3.new(0.00227716402, 0.00058873737, -0.00238744705)
  1162. o64.Anchored = true
  1163. o64.CanCollide = false
  1164. o64.FormFactor = Enum.FormFactor.Plate
  1165. o64.Size = Vector3.new(1, 2.4000001, 1)
  1166. o64.CFrame = CFrame.new(97.8178101, 7.00000858, 18.3115101, 0.999999762, 3.74425326e-008, 0, -3.74952727e-008, 1, 0, 0, 0, 1)
  1167. o64.BottomSurface = Enum.SurfaceType.Weld
  1168. o64.LeftSurface = Enum.SurfaceType.Weld
  1169. o64.RightSurface = Enum.SurfaceType.Weld
  1170. o64.TopSurface = Enum.SurfaceType.Weld
  1171. o64.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1172. o65.Parent = o1
  1173. o65.BrickColor = BrickColor.new("Institutional white")
  1174. o65.Position = Vector3.new(113.418167, 2.40000749, 13.8115101)
  1175. o65.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  1176. o65.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1177. o65.Velocity = Vector3.new(0.000632874086, 0.000121704477, -0.0076103732)
  1178. o65.Anchored = true
  1179. o65.FormFactor = Enum.FormFactor.Plate
  1180. o65.Size = Vector3.new(1.80000007, 1.20000005, 10)
  1181. o65.CFrame = CFrame.new(113.418167, 2.40000749, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  1182. o65.BackSurface = Enum.SurfaceType.Weld
  1183. o65.BottomSurface = Enum.SurfaceType.Weld
  1184. o65.FrontSurface = Enum.SurfaceType.Weld
  1185. o65.LeftSurface = Enum.SurfaceType.Weld
  1186. o65.RightSurface = Enum.SurfaceType.Weld
  1187. o65.TopSurface = Enum.SurfaceType.Weld
  1188. o65.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1189. o66.Parent = o65
  1190. o67.Parent = o1
  1191. o67.BrickColor = BrickColor.new("Really red")
  1192. o67.Position = Vector3.new(113.817245, 4.80000687, 18.3115101)
  1193. o67.Rotation = Vector3.new(-0, 0, -3.17145691e-006)
  1194. o67.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1195. o67.Velocity = Vector3.new(0.00211816584, -0.000567570096, -0.0073744799)
  1196. o67.Anchored = true
  1197. o67.FormFactor = Enum.FormFactor.Plate
  1198. o67.Size = Vector3.new(1, 1.20000005, 1)
  1199. o67.CFrame = CFrame.new(113.817245, 4.80000687, 18.3115101, 1, 5.53523627e-008, 0, -5.53523627e-008, 1, 0, 0, 0, 1)
  1200. o67.BackSurface = Enum.SurfaceType.Weld
  1201. o67.BottomSurface = Enum.SurfaceType.Weld
  1202. o67.FrontSurface = Enum.SurfaceType.Weld
  1203. o67.LeftSurface = Enum.SurfaceType.Weld
  1204. o67.RightSurface = Enum.SurfaceType.Weld
  1205. o67.TopSurface = Enum.SurfaceType.Weld
  1206. o67.Color = Color3.new(1, 0, 0)
  1207. o68.Parent = o67
  1208. o69.Parent = o1
  1209. o69.BrickColor = BrickColor.new("Institutional white")
  1210. o69.Position = Vector3.new(112.817894, 8.40000725, 13.8115139)
  1211. o69.Rotation = Vector3.new(-0, 0, -2.21330401e-006)
  1212. o69.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1213. o69.Velocity = Vector3.new(0.00106650498, 0.000165087578, -0.00655480288)
  1214. o69.Anchored = true
  1215. o69.CanCollide = false
  1216. o69.FormFactor = Enum.FormFactor.Plate
  1217. o69.Size = Vector3.new(1, 0.400000006, 10)
  1218. o69.CFrame = CFrame.new(112.817894, 8.40000725, 13.8115139, 0.999999762, 3.86294303e-008, 0, -3.86821704e-008, 1, 0, 0, 0, 1)
  1219. o69.BackSurface = Enum.SurfaceType.Weld
  1220. o69.BottomSurface = Enum.SurfaceType.Weld
  1221. o69.FrontSurface = Enum.SurfaceType.Weld
  1222. o69.LeftSurface = Enum.SurfaceType.Weld
  1223. o69.RightSurface = Enum.SurfaceType.Weld
  1224. o69.TopSurface = Enum.SurfaceType.Weld
  1225. o69.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1226. o70.Parent = o69
  1227. o71.Parent = o1
  1228. o71.BrickColor = BrickColor.new("Really black")
  1229. o71.Position = Vector3.new(92.2181854, 3.8000083, 13.8115101)
  1230. o71.Rotation = Vector3.new(-0, 0, -2.2601489e-006)
  1231. o71.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1232. o71.Velocity = Vector3.new(0.0007340546, 0.00165386556, -0.00122468593)
  1233. o71.Anchored = true
  1234. o71.FormFactor = Enum.FormFactor.Custom
  1235. o71.Size = Vector3.new(0.200000003, 0.800000012, 6)
  1236. o71.CFrame = CFrame.new(92.2181854, 3.8000083, 13.8115101, 0.999997854, 3.94469524e-008, 0, -3.99216233e-008, 1, 0, 0, 0, 1)
  1237. o71.BackSurface = Enum.SurfaceType.Weld
  1238. o71.BottomSurface = Enum.SurfaceType.Weld
  1239. o71.FrontSurface = Enum.SurfaceType.Weld
  1240. o71.LeftSurface = Enum.SurfaceType.Weld
  1241. o71.RightSurface = Enum.SurfaceType.Weld
  1242. o71.TopSurface = Enum.SurfaceType.Weld
  1243. o71.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1244. o72.Parent = o71
  1245. o73.Name = "Head"
  1246. o73.Parent = o1
  1247. o73.Material = Enum.Material.SmoothPlastic
  1248. o73.BrickColor = BrickColor.new("Institutional white")
  1249. o73.Position = Vector3.new(99.207077, 7.026577, 15.2047167)
  1250. o73.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1251. o73.Anchored = true
  1252. o73.FormFactor = Enum.FormFactor.Symmetric
  1253. o73.Size = Vector3.new(2, 1, 1)
  1254. o73.CFrame = CFrame.new(99.207077, 7.026577, 15.2047167, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  1255. o73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1256. o73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1257. o73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1258. o73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1259. o73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1260. o73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1261. o73.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1262. o74.Parent = o73
  1263. o74.Scale = Vector3.new(1.25, 1.25, 1.25)
  1264. o75.Name = "face"
  1265. o75.Parent = o73
  1266. o75.Texture = "rbxasset://textures/face.png"
  1267. o76.Parent = o1
  1268. o76.BrickColor = BrickColor.new("Institutional white")
  1269. o76.Position = Vector3.new(99.6954269, 5.81500673, 9.31151104)
  1270. o76.Rotation = Vector3.new(-0, 0, -8.82515178e-006)
  1271. o76.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1272. o76.Velocity = Vector3.new(-0.000432157307, 0.00177390513, -0.00310872309)
  1273. o76.Anchored = true
  1274. o76.CanCollide = false
  1275. o76.FormFactor = Enum.FormFactor.Plate
  1276. o76.Size = Vector3.new(2.76000023, 4.82999992, 1)
  1277. o76.CFrame = CFrame.new(99.6954269, 5.81500673, 9.31151104, 1, 1.54027958e-007, 0, -1.54027958e-007, 1, 0, 0, 0, 1)
  1278. o76.BottomSurface = Enum.SurfaceType.Weld
  1279. o76.LeftSurface = Enum.SurfaceType.Weld
  1280. o76.RightSurface = Enum.SurfaceType.Weld
  1281. o76.TopSurface = Enum.SurfaceType.Weld
  1282. o76.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1283. o77.Parent = o1
  1284. o77.BrickColor = BrickColor.new("Institutional white")
  1285. o77.Position = Vector3.new(100.909996, 5.80000877, 14.2915134)
  1286. o77.Rotation = Vector3.new(-0, 0, -7.89941078e-006)
  1287. o77.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1288. o77.Velocity = Vector3.new(0.0010185279, 0.000955246738, -0.00346499542)
  1289. o77.Anchored = true
  1290. o77.FormFactor = Enum.FormFactor.Plate
  1291. o77.Size = Vector3.new(0.200000003, 4.80000019, 9.0199995)
  1292. o77.CFrame = CFrame.new(100.909996, 5.80000877, 14.2915134, 1, 1.37870728e-007, 0, -1.37870728e-007, 1, 0, 0, 0, 1)
  1293. o77.BackSurface = Enum.SurfaceType.Weld
  1294. o77.BottomSurface = Enum.SurfaceType.Weld
  1295. o77.FrontSurface = Enum.SurfaceType.Weld
  1296. o77.LeftSurface = Enum.SurfaceType.Weld
  1297. o77.RightSurface = Enum.SurfaceType.Weld
  1298. o77.TopSurface = Enum.SurfaceType.Weld
  1299. o77.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1300. o78.Parent = o77
  1301. o79.Name = "Head"
  1302. o79.Parent = o1
  1303. o79.Material = Enum.Material.SmoothPlastic
  1304. o79.BrickColor = BrickColor.new("Institutional white")
  1305. o79.Position = Vector3.new(103.10894, 7.49666739, 15.2047167)
  1306. o79.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  1307. o79.Anchored = true
  1308. o79.FormFactor = Enum.FormFactor.Symmetric
  1309. o79.Size = Vector3.new(2, 1, 1)
  1310. o79.CFrame = CFrame.new(103.10894, 7.49666739, 15.2047167, 0.999860883, 3.20170024e-008, -0.0166812073, -3.20170024e-008, 1, 2.67092765e-010, 0.0166812055, 2.67026595e-010, 0.999860942)
  1311. o79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1312. o79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1313. o79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1314. o79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1315. o79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1316. o79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1317. o79.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1318. o80.Parent = o79
  1319. o80.Scale = Vector3.new(1.25, 1.25, 1.25)
  1320. o81.Name = "face"
  1321. o81.Parent = o79
  1322. o81.Texture = "rbxasset://textures/face.png"
  1323. o82.Name = "Handle"
  1324. o82.Parent = o1
  1325. o82.Material = Enum.Material.SmoothPlastic
  1326. o82.Position = Vector3.new(103.10894, 7.34666729, 15.2047167)
  1327. o82.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  1328. o82.Anchored = true
  1329. o82.CanCollide = false
  1330. o82.FormFactor = Enum.FormFactor.Symmetric
  1331. o82.Size = Vector3.new(2, 2, 2)
  1332. o82.CFrame = CFrame.new(103.10894, 7.34666729, 15.2047167, 0.999860883, 3.20170024e-008, -0.0166812073, -3.20170024e-008, 1, 2.67092765e-010, 0.0166812055, 2.67026595e-010, 0.999860942)
  1333. o82.BottomSurface = Enum.SurfaceType.Smooth
  1334. o82.TopSurface = Enum.SurfaceType.Smooth
  1335. o83.Parent = o82
  1336. o83.MeshId = "http://www.roblox.com/asset/?id=15393031"
  1337. o83.TextureId = "http://www.roblox.com/asset/?id=15393013"
  1338. o83.MeshType = Enum.MeshType.FileMesh
  1339. o84.Parent = o1
  1340. o84.NameOcclusion = Enum.NameOcclusion.NoOcclusion
  1341. o84.RightLeg = o94
  1342. o84.LeftLeg = o96
  1343. o84.Torso = o87
  1344. o84.Health = 0
  1345. o84.MaxHealth = 0
  1346. o85.Name = "TPPART"
  1347. o85.Parent = o1
  1348. o85.Transparency = 1
  1349. o85.Position = Vector3.new(104.155182, 4.24109221, 12.6003485)
  1350. o85.Rotation = Vector3.new(-0, 0, -3.5910773e-006)
  1351. o85.Anchored = true
  1352. o85.CanCollide = false
  1353. o85.Size = Vector3.new(4, 1, 2)
  1354. o85.CFrame = CFrame.new(104.155182, 4.24109221, 12.6003485, 1, 6.26761221e-008, 0, -6.26761221e-008, 1, 0, 0, 0, 1)
  1355. o86.Name = "TPPART2"
  1356. o86.Parent = o1
  1357. o86.Transparency = 1
  1358. o86.Position = Vector3.new(104.155182, 5.40188599, 6.32408237)
  1359. o86.Rotation = Vector3.new(-0, 0, -3.5910773e-006)
  1360. o86.Anchored = true
  1361. o86.CanCollide = false
  1362. o86.Size = Vector3.new(4, 1, 2)
  1363. o86.CFrame = CFrame.new(104.155182, 5.40188599, 6.32408237, 1, 6.26761221e-008, 0, -6.26761221e-008, 1, 0, 0, 0, 1)
  1364. o87.Name = "Torso"
  1365. o87.Parent = o1
  1366. o87.Material = Enum.Material.SmoothPlastic
  1367. o87.BrickColor = BrickColor.new("Navy blue")
  1368. o87.Position = Vector3.new(99.207077, 5.526577, 15.2047167)
  1369. o87.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1370. o87.Anchored = true
  1371. o87.FormFactor = Enum.FormFactor.Symmetric
  1372. o87.Size = Vector3.new(2, 2, 1)
  1373. o87.CFrame = CFrame.new(99.207077, 5.526577, 15.2047167, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  1374. o87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1375. o87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1376. o87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1377. o87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1378. o87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1379. o87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1380. o87.Color = Color3.new(0, 0.12549, 0.376471)
  1381. o88.Name = "roblox"
  1382. o88.Parent = o87
  1383. o89.Name = "Right Shoulder"
  1384. o89.Parent = o87
  1385. o89.C0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1386. o89.C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1387. o89.Part0 = o87
  1388. o89.Part1 = o95
  1389. o89.DesiredAngle = -0.062025275081396
  1390. o89.MaxVelocity = 0.15000000596046
  1391. o90.Name = "Left Shoulder"
  1392. o90.Parent = o87
  1393. o90.C0 = CFrame.new(-1, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1394. o90.C1 = CFrame.new(0.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1395. o90.Part0 = o87
  1396. o90.Part1 = o97
  1397. o90.DesiredAngle = -0.062025275081396
  1398. o90.MaxVelocity = 0.15000000596046
  1399. o91.Name = "Right Hip"
  1400. o91.Parent = o87
  1401. o91.C0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1402. o91.C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1403. o91.Part0 = o87
  1404. o91.Part1 = o94
  1405. o91.DesiredAngle = 0.062025275081396
  1406. o91.MaxVelocity = 0.10000000149012
  1407. o92.Name = "Left Hip"
  1408. o92.Parent = o87
  1409. o92.C0 = CFrame.new(-1, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1410. o92.C1 = CFrame.new(-0.5, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1411. o92.Part0 = o87
  1412. o92.Part1 = o96
  1413. o92.DesiredAngle = 0.062025275081396
  1414. o92.MaxVelocity = 0.10000000149012
  1415. o93.Name = "Neck"
  1416. o93.Parent = o87
  1417. o93.C0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1418. o93.C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1419. o93.Part0 = o87
  1420. o93.Part1 = o73
  1421. o93.MaxVelocity = 0.10000000149012
  1422. o94.Name = "Right Leg"
  1423. o94.Parent = o1
  1424. o94.Material = Enum.Material.SmoothPlastic
  1425. o94.BrickColor = BrickColor.new("Navy blue")
  1426. o94.Position = Vector3.new(99.215416, 3.526577, 14.7047863)
  1427. o94.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1428. o94.Anchored = true
  1429. o94.CanCollide = false
  1430. o94.FormFactor = Enum.FormFactor.Symmetric
  1431. o94.Size = Vector3.new(1, 2, 1)
  1432. o94.CFrame = CFrame.new(99.215416, 3.526577, 14.7047863, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  1433. o94.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1434. o94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1435. o94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1436. o94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1437. o94.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1438. o94.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1439. o94.Color = Color3.new(0, 0.12549, 0.376471)
  1440. o95.Name = "Right Arm"
  1441. o95.Parent = o1
  1442. o95.Material = Enum.Material.SmoothPlastic
  1443. o95.BrickColor = BrickColor.new("Maroon")
  1444. o95.Position = Vector3.new(99.2321014, 5.526577, 13.7049236)
  1445. o95.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1446. o95.Anchored = true
  1447. o95.CanCollide = false
  1448. o95.FormFactor = Enum.FormFactor.Symmetric
  1449. o95.Size = Vector3.new(1, 2, 1)
  1450. o95.CFrame = CFrame.new(99.2321014, 5.526577, 13.7049236, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  1451. o95.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1452. o95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1453. o95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1454. o95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1455. o95.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1456. o95.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1457. o95.Color = Color3.new(0.458824, 0, 0)
  1458. o96.Name = "Left Leg"
  1459. o96.Parent = o1
  1460. o96.Material = Enum.Material.SmoothPlastic
  1461. o96.BrickColor = BrickColor.new("Navy blue")
  1462. o96.Position = Vector3.new(99.1987381, 3.526577, 15.7046452)
  1463. o96.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1464. o96.Anchored = true
  1465. o96.CanCollide = false
  1466. o96.FormFactor = Enum.FormFactor.Symmetric
  1467. o96.Size = Vector3.new(1, 2, 1)
  1468. o96.CFrame = CFrame.new(99.1987381, 3.526577, 15.7046452, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  1469. o96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1470. o96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1471. o96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1472. o96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1473. o96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1474. o96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1475. o96.Color = Color3.new(0, 0.12549, 0.376471)
  1476. o97.Name = "Left Arm"
  1477. o97.Parent = o1
  1478. o97.Material = Enum.Material.SmoothPlastic
  1479. o97.BrickColor = BrickColor.new("Maroon")
  1480. o97.Position = Vector3.new(99.1820602, 5.526577, 16.7045078)
  1481. o97.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1482. o97.Anchored = true
  1483. o97.CanCollide = false
  1484. o97.FormFactor = Enum.FormFactor.Symmetric
  1485. o97.Size = Vector3.new(1, 2, 1)
  1486. o97.CFrame = CFrame.new(99.1820602, 5.526577, 16.7045078, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  1487. o97.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1488. o97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1489. o97.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1490. o97.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1491. o97.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1492. o97.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1493. o97.Color = Color3.new(0.458824, 0, 0)
  1494. o98.Name = "Torso"
  1495. o98.Parent = o1
  1496. o98.Material = Enum.Material.SmoothPlastic
  1497. o98.BrickColor = BrickColor.new("Navy blue")
  1498. o98.Position = Vector3.new(103.10894, 5.99666739, 15.2047167)
  1499. o98.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  1500. o98.Anchored = true
  1501. o98.FormFactor = Enum.FormFactor.Symmetric
  1502. o98.Size = Vector3.new(2, 2, 1)
  1503. o98.CFrame = CFrame.new(103.10894, 5.99666739, 15.2047167, 0.999860883, 3.20170024e-008, -0.0166812073, -3.20170024e-008, 1, 2.67092765e-010, 0.0166812055, 2.67026595e-010, 0.999860942)
  1504. o98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1505. o98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1506. o98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1507. o98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1508. o98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1509. o98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1510. o98.Color = Color3.new(0, 0.12549, 0.376471)
  1511. o99.Name = "roblox"
  1512. o99.Parent = o98
  1513. o100.Name = "Right Hip"
  1514. o100.Parent = o98
  1515. o100.C0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1516. o100.C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1517. o100.Part0 = o98
  1518. o100.Part1 = o103
  1519. o100.DesiredAngle = 0.062025275081396
  1520. o100.MaxVelocity = 0.10000000149012
  1521. o101.Name = "Left Hip"
  1522. o101.Parent = o98
  1523. o101.C0 = CFrame.new(-1, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1524. o101.C1 = CFrame.new(-0.5, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1525. o101.Part0 = o98
  1526. o101.Part1 = o105
  1527. o101.DesiredAngle = 0.062025275081396
  1528. o101.MaxVelocity = 0.10000000149012
  1529. o102.Name = "Neck"
  1530. o102.Parent = o98
  1531. o102.C0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1532. o102.C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1533. o102.Part0 = o98
  1534. o102.Part1 = o79
  1535. o102.MaxVelocity = 0.10000000149012
  1536. o103.Name = "Right Leg"
  1537. o103.Parent = o1
  1538. o103.Material = Enum.Material.SmoothPlastic
  1539. o103.BrickColor = BrickColor.new("Really black")
  1540. o103.Position = Vector3.new(103.608864, 3.99666739, 15.2130556)
  1541. o103.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  1542. o103.Anchored = true
  1543. o103.CanCollide = false
  1544. o103.FormFactor = Enum.FormFactor.Symmetric
  1545. o103.Size = Vector3.new(1, 2, 1)
  1546. o103.CFrame = CFrame.new(103.608864, 3.99666739, 15.2130556, 0.999860883, 3.20170024e-008, -0.0166812073, -3.20170024e-008, 1, 2.67092765e-010, 0.0166812055, 2.67026595e-010, 0.999860942)
  1547. o103.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1548. o103.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1549. o103.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1550. o103.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1551. o103.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1552. o103.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1553. o103.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1554. o104.Name = "Right Arm"
  1555. o104.Parent = o1
  1556. o104.Material = Enum.Material.SmoothPlastic
  1557. o104.BrickColor = BrickColor.new("Maroon")
  1558. o104.Position = Vector3.new(104.615349, 5.89646101, 14.8330393)
  1559. o104.Rotation = Vector3.new(45.0039597, -0.675833881, 0.675880313)
  1560. o104.Anchored = true
  1561. o104.CanCollide = false
  1562. o104.FormFactor = Enum.FormFactor.Symmetric
  1563. o104.Size = Vector3.new(1, 2, 1)
  1564. o104.CFrame = CFrame.new(104.615349, 5.89646101, 14.8330393, 0.999860883, -0.0117952423, -0.0117952526, 0, 0.707107067, -0.707106411, 0.0166809987, 0.707008064, 0.707008719)
  1565. o104.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1566. o104.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1567. o104.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1568. o104.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1569. o104.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1570. o104.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1571. o104.Color = Color3.new(0.458824, 0, 0)
  1572. o105.Name = "Left Leg"
  1573. o105.Parent = o1
  1574. o105.Material = Enum.Material.SmoothPlastic
  1575. o105.BrickColor = BrickColor.new("Really black")
  1576. o105.Position = Vector3.new(102.609009, 3.99666739, 15.1963739)
  1577. o105.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  1578. o105.Anchored = true
  1579. o105.CanCollide = false
  1580. o105.FormFactor = Enum.FormFactor.Symmetric
  1581. o105.Size = Vector3.new(1, 2, 1)
  1582. o105.CFrame = CFrame.new(102.609009, 3.99666739, 15.1963739, 0.999860883, 3.20170024e-008, -0.0166812073, -3.20170024e-008, 1, 2.67092765e-010, 0.0166812055, 2.67026595e-010, 0.999860942)
  1583. o105.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1584. o105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1585. o105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1586. o105.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1587. o105.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1588. o105.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1589. o105.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1590. o106.Name = "Left Arm"
  1591. o106.Parent = o1
  1592. o106.Material = Enum.Material.SmoothPlastic
  1593. o106.BrickColor = BrickColor.new("Maroon")
  1594. o106.Position = Vector3.new(101.617271, 5.96075201, 14.6924496)
  1595. o106.Rotation = Vector3.new(45.0039597, -0.675833881, 0.675880313)
  1596. o106.Anchored = true
  1597. o106.CanCollide = false
  1598. o106.FormFactor = Enum.FormFactor.Symmetric
  1599. o106.Size = Vector3.new(1, 2, 1)
  1600. o106.CFrame = CFrame.new(101.617271, 5.96075201, 14.6924496, 0.999860883, -0.0117952423, -0.0117952526, 0, 0.707107067, -0.707106411, 0.0166809987, 0.707008064, 0.707008719)
  1601. o106.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1602. o106.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1603. o106.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1604. o106.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1605. o106.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1606. o106.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1607. o106.Color = Color3.new(0.458824, 0, 0)
  1608. o107.Parent = o1
  1609. o107.Position = Vector3.new(110.917458, 1.50000954, 18.4564953)
  1610. o107.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  1611. o107.Anchored = true
  1612. o107.FormFactor = Enum.FormFactor.Symmetric
  1613. o107.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  1614. o107.CFrame = CFrame.new(110.917458, 1.50000954, 18.4564953, -1, 2.98044895e-008, 2.10523012e-008, 2.10523012e-008, 7.54615499e-008, 1, 2.9804486e-008, 1, -7.54615499e-008)
  1615. o108.Parent = o107
  1616. o109.Parent = o1
  1617. o109.BrickColor = BrickColor.new("Really black")
  1618. o109.Position = Vector3.new(110.917442, 1.50002527, 9.1665411)
  1619. o109.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  1620. o109.Anchored = true
  1621. o109.FormFactor = Enum.FormFactor.Symmetric
  1622. o109.Size = Vector3.new(3, 1.20000005, 3)
  1623. o109.CFrame = CFrame.new(110.917442, 1.50002527, 9.1665411, 1, -4.47067308e-008, 1.12717586e-007, -1.12717586e-007, -5.51334445e-009, 1, -4.47067308e-008, -1, -5.51334933e-009)
  1624. o109.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1625. o110.Parent = o109
  1626. o111.Parent = o1
  1627. o111.BrickColor = BrickColor.new("Really black")
  1628. o111.Position = Vector3.new(110.917458, 1.50000954, 18.4564953)
  1629. o111.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  1630. o111.Anchored = true
  1631. o111.FormFactor = Enum.FormFactor.Symmetric
  1632. o111.Size = Vector3.new(3, 1.20000005, 3)
  1633. o111.CFrame = CFrame.new(110.917458, 1.50000954, 18.4564953, -1, 2.98044895e-008, 2.10523012e-008, 2.10523012e-008, 7.54615499e-008, 1, 2.9804486e-008, 1, -7.54615499e-008)
  1634. o111.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1635. o112.Parent = o111
  1636. o113.Parent = o1
  1637. o113.Position = Vector3.new(95.3486252, 1.50002623, 9.1665411)
  1638. o113.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  1639. o113.Anchored = true
  1640. o113.FormFactor = Enum.FormFactor.Symmetric
  1641. o113.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  1642. o113.CFrame = CFrame.new(95.3486252, 1.50002623, 9.1665411, 1, -4.47067308e-008, 1.12717586e-007, -1.12717586e-007, -5.51334445e-009, 1, -4.47067308e-008, -1, -5.51334933e-009)
  1643. o114.Parent = o113
  1644. o115.Parent = o1
  1645. o115.BrickColor = BrickColor.new("Really black")
  1646. o115.Position = Vector3.new(95.3486252, 1.50002623, 9.1665411)
  1647. o115.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  1648. o115.Anchored = true
  1649. o115.FormFactor = Enum.FormFactor.Symmetric
  1650. o115.Size = Vector3.new(3, 1.20000005, 3)
  1651. o115.CFrame = CFrame.new(95.3486252, 1.50002623, 9.1665411, 1, -4.47067308e-008, 1.12717586e-007, -1.12717586e-007, -5.51334445e-009, 1, -4.47067308e-008, -1, -5.51334933e-009)
  1652. o115.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1653. o116.Parent = o115
  1654. o117.Parent = o1
  1655. o117.BrickColor = BrickColor.new("Really black")
  1656. o117.Position = Vector3.new(95.3486252, 1.50001001, 18.4564877)
  1657. o117.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  1658. o117.Anchored = true
  1659. o117.FormFactor = Enum.FormFactor.Symmetric
  1660. o117.Size = Vector3.new(3, 1.20000005, 3)
  1661. o117.CFrame = CFrame.new(95.3486252, 1.50001001, 18.4564877, -1, 2.98044895e-008, 2.10523012e-008, 2.10523012e-008, 7.54615499e-008, 1, 2.9804486e-008, 1, -7.54615499e-008)
  1662. o117.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1663. o118.Parent = o117
  1664. o119.Parent = o1
  1665. o119.Position = Vector3.new(110.917442, 1.50002527, 9.1665411)
  1666. o119.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  1667. o119.Anchored = true
  1668. o119.FormFactor = Enum.FormFactor.Symmetric
  1669. o119.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  1670. o119.CFrame = CFrame.new(110.917442, 1.50002527, 9.1665411, 1, -4.47067308e-008, 1.12717586e-007, -1.12717586e-007, -5.51334445e-009, 1, -4.47067308e-008, -1, -5.51334933e-009)
  1671. o120.Parent = o119
  1672. o121.Name = "Handle"
  1673. o121.Parent = o1
  1674. o121.Material = Enum.Material.SmoothPlastic
  1675. o121.Position = Vector3.new(99.207077, 6.8765769, 15.2047167)
  1676. o121.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1677. o121.Anchored = true
  1678. o121.CanCollide = false
  1679. o121.FormFactor = Enum.FormFactor.Symmetric
  1680. o121.Size = Vector3.new(2, 2, 2)
  1681. o121.CFrame = CFrame.new(99.207077, 6.8765769, 15.2047167, 0.0166787934, 1.60160507e-008, 0.999860942, -5.34079281e-010, 1, -1.60093698e-008, -0.999861002, -2.66988043e-010, 0.0166787915)
  1682. o121.BottomSurface = Enum.SurfaceType.Smooth
  1683. o121.TopSurface = Enum.SurfaceType.Smooth
  1684. o122.Parent = o121
  1685. o122.MeshId = "http://www.roblox.com/asset/?id=15393031"
  1686. o122.TextureId = "http://www.roblox.com/asset/?id=15393013"
  1687. o122.MeshType = Enum.MeshType.FileMesh
  1688. o123.Name = "RPPART"
  1689. o123.Parent = o1
  1690. o123.Transparency = 1
  1691. o123.Position = Vector3.new(103.454132, 5.33460093, 13.0707426)
  1692. o123.Rotation = Vector3.new(-90, 0, -0)
  1693. o123.Anchored = true
  1694. o123.CanCollide = false
  1695. o123.Size = Vector3.new(4, 1, 2)
  1696. o123.CFrame = CFrame.new(103.454132, 5.33460093, 13.0707426, 1, 0, 0, 0, 0, 1, 0, -1, 0)
  1697. function MoveY(model, Position)
  1698. for _,part in pairs (model:GetChildren()) do
  1699. if part.ClassName == "Part" then
  1700. part.CFrame = part.CFrame + Vector3.new(0,Position,0)
  1701. end
  1702. end
  1703. end
  1704. function MoveX(model, Position)
  1705. for _,part in pairs (model:GetChildren()) do
  1706. if part.ClassName == "Part" then
  1707. part.CFrame = part.CFrame + Vector3.new(Position,0,0)
  1708. end
  1709. end
  1710. end
  1711. function MoveSpawn(model, PLAYERPOS)
  1712. for _,part in pairs (model:GetChildren()) do
  1713. if part.ClassName == "Part" then
  1714. part.CFrame = part.CFrame + PLAYERPOS + Vector3.new(50,-2.7,-5)
  1715. end
  1716. end
  1717. end
  1718. function MoveZ(model, Position)
  1719. for _,part in pairs (model:GetChildren()) do
  1720. if part.ClassName == "Part" then
  1721. part.CFrame = part.CFrame + Vector3.new(0,0,Position)
  1722. end
  1723. end
  1724. end
  1725. function MoveZPart(Part, Position)
  1726. Part.CFrame = Part.CFrame + Vector3.new(0,0,Position)
  1727. end
  1728. function MoveXPart(Part, Position)
  1729. Part.CFrame = Part.CFrame + Vector3.new(Position,0,0)
  1730. end
  1731. game.Players[Victim].Character.HumanoidRootPart.Anchored = true
  1732. OMGCREEPY = Instance.new("Sound")
  1733. OMGCREEPY.Parent = o1
  1734. OMGCREEPY.Volume = .5
  1735. OMGCREEPY.SoundId = "rbxassetid://177775134"
  1736. for i,v in pairs (o1:GetChildren()) do
  1737. if v:IsA("Part") then
  1738. v.Material = "SmoothPlastic"
  1739. v.BackSurface = "SmoothNoOutlines"
  1740. v.FrontSurface = "SmoothNoOutlines"
  1741. v.BottomSurface = "SmoothNoOutlines"
  1742. v.LeftSurface = "SmoothNoOutlines"
  1743. v.RightSurface = "SmoothNoOutlines"
  1744. v.TopSurface = "SmoothNoOutlines"
  1745. end
  1746. end
  1747. OMGCREEPY:Play()
  1748. o21:Play()
  1749. MoveSpawn(o1,game.Players[Victim].Character.HumanoidRootPart.Position)
  1750. for i=1,51 do
  1751. MoveX(o1,-3)
  1752. wait(.05)
  1753. end
  1754. wait(.5)
  1755. MoveZPart(o12,-1)
  1756. wait(.2)
  1757. for i=1,6 do
  1758. MoveXPart(o12,1)
  1759. wait(.1)
  1760. end
  1761. wait(.5)
  1762. game.Players[Victim].Character.HumanoidRootPart.CFrame = o86.CFrame
  1763. wait(.5)
  1764. game.Players[Victim].Character.HumanoidRootPart.CFrame = o85.CFrame
  1765. wait(.5)
  1766. MoveZPart(o12,1)
  1767. wait(.2)
  1768.  
  1769. for i=1,6 do
  1770. MoveXPart(o12,-1)
  1771. wait(.1)
  1772. end
  1773. for i=1,50 do
  1774. MoveX(o1,-3)
  1775. game.Players[Victim].Character.HumanoidRootPart.CFrame = o85.CFrame
  1776. wait(.05)
  1777. end
  1778. game.Players[Victim].Character.Head.face.Texture = "rbxassetid://629925029"
  1779. game.Players[Victim].Character.HumanoidRootPart.CFrame = o123.CFrame
  1780. SCREAM = Instance.new("Sound")
  1781. SCREAM.Parent = game.Players[Victim].Character.Head
  1782. SCREAM.SoundId = "rbxassetid://138167455"
  1783. SCREAM:Play()
  1784. wait(2.5)
  1785. game.Players[Victim].Character.Head.BrickColor = BrickColor.new("Maroon")
  1786. MoveZPart(o12,-1)
  1787. wait(.2)
  1788. for i=1,6 do
  1789. MoveXPart(o12,1)
  1790. wait(.1)
  1791. end
  1792. wait(.5)
  1793. game.Players[Victim].Character.HumanoidRootPart.CFrame = o86.CFrame
  1794. wait(.5)
  1795. MoveZPart(o12,1)
  1796. wait(.2)
  1797. for i=1,6 do
  1798. MoveXPart(o12,-1)
  1799. wait(.1)
  1800. end
  1801. game.Players[Victim].Character.Humanoid.Health = 0
  1802. player = game.Players[Victim]
  1803. char = player.Character
  1804. char.Archivable = true
  1805. local rg = char:Clone()
  1806. rg.HumanoidRootPart:Destroy()
  1807. rg.Name = ""
  1808. rg.Humanoid.MaxHealth = 0
  1809. for i, v in pairs(rg.Torso:GetChildren()) do
  1810. if v:IsA("Motor6D") then
  1811. v:Destroy()
  1812. end
  1813. end
  1814.  
  1815. local n = Instance.new("Glue", rg.Torso)
  1816. n.Name = "Neck"
  1817. n.Part0 = rg.Torso
  1818. n.Part1 = rg.Head
  1819. n.C0 = CFrame.new(0, 1, 0)
  1820. n.C1 = CFrame.new(0, -0.5, 0)
  1821.  
  1822. local rs = Instance.new("Glue", rg.Torso)
  1823. rs.Name = "Right Shoulder"
  1824. rs.Part0 = rg.Torso
  1825. rs.Part1 = rg["Right Arm"]
  1826. rs.C0 = CFrame.new(1.5, 0.5, 0)
  1827. rs.C1 = CFrame.new(0, 0.5, 0)
  1828. local ls = Instance.new("Glue", rg.Torso)
  1829. ls.Name = "Left Shoulder"
  1830. ls.Part0 = rg.Torso
  1831. ls.Part1 = rg["Left Arm"]
  1832. ls.C0 = CFrame.new(-1.5, 0.5, 0)
  1833. ls.C1 = CFrame.new(0, 0.5, 0)
  1834.  
  1835. local rh = Instance.new("Glue", rg.Torso)
  1836. rh.Name = "Right Hip"
  1837. rh.Part0 = rg.Torso
  1838. rh.Part1 = rg["Right Leg"]
  1839. rh.C0 = CFrame.new(0.5, -1, 0)
  1840. rh.C1 = CFrame.new(0, 1, 0)
  1841. local lh = Instance.new("Glue", rg.Torso)
  1842. lh.Name = "Left Hip"
  1843. lh.Part0 = rg.Torso
  1844. lh.Part1 = rg["Left Leg"]
  1845. lh.C0 = CFrame.new(-0.5, -1, 0)
  1846. lh.C1 = CFrame.new(0, 1, 0)
  1847. char.Torso:Destroy()
  1848. char.Head:Destroy()
  1849. char["Left Leg"]:Destroy()
  1850. char["Left Arm"]:Destroy()
  1851. char["Right Leg"]:Destroy()
  1852. char["Right Arm"]:Destroy()
  1853. rg.Parent = game.Workspace
  1854. rg.Head.BrickColor = BrickColor.new("Maroon")
  1855. function DEATH ()
  1856. OHHNELLY = Instance.new("Part")
  1857. OHHNELLY.Parent = workspace
  1858. OHHNELLY.Anchored = false
  1859. OHHNELLY.Material = Enum.Material.SmoothPlastic
  1860. OHHNELLY.BrickColor = BrickColor.new("Maroon")
  1861. OHHNELLY.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  1862. OHHNELLY.Position = rg.Head.Position
  1863. OHHNELLY.Color = Color3.new(0.458824, 0, 0)
  1864. OHHNELLY.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1865. OHHNELLY.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1866. OHHNELLY.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1867. OHHNELLY.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1868. OHHNELLY.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1869. OHHNELLY.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1870. end
  1871. for i=1,20 do
  1872. DEATH()
  1873. MoveX(o1,-3)
  1874. wait(.05)
  1875. end
  1876. o1:Destroy()
  1877. end)
  1878.  
  1879.  
  1880. Exit_2.Name = "Exit"
  1881. Exit_2.Parent = CommandPrompt1
  1882. Exit_2.Active = false
  1883. Exit_2.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  1884. Exit_2.BackgroundTransparency = 1
  1885. Exit_2.BorderColor3 = Color3.new(0, 0, 1)
  1886. Exit_2.BorderSizePixel = 0
  1887. Exit_2.Position = UDim2.new(0.947159827, 0, 0.00239234441, 0)
  1888. Exit_2.Size = UDim2.new(0.0515191555, 0, 0.0502392352, 0)
  1889. Exit_2.Font = Enum.Font.ArialBold
  1890. Exit_2.FontSize = Enum.FontSize.Size36
  1891. Exit_2.Text = "X"
  1892. Exit_2.TextColor3 = Color3.new(1, 0, 0)
  1893. Exit_2.TextSize = 33
  1894. Exit_2.TextWrapped = true
  1895. Exit_2.MouseButton1Down:connect(function()
  1896. LegacyGuiV2:Destroy()
  1897.  
  1898. end)
  1899.  
  1900. KidnapName.Name = "KidnapName"
  1901. KidnapName.Parent = CommandPrompt1
  1902. KidnapName.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  1903. KidnapName.BackgroundTransparency = 0.5
  1904. KidnapName.BorderColor3 = Color3.new(0, 0, 1)
  1905. KidnapName.BorderSizePixel = 5
  1906. KidnapName.Position = UDim2.new(0.12924701, 0, 0.299665034, 0)
  1907. KidnapName.Size = UDim2.new(0, 200, 0, 50)
  1908. KidnapName.Font = Enum.Font.ArialBold
  1909. KidnapName.FontSize = Enum.FontSize.Size24
  1910. KidnapName.Text = "Username"
  1911. KidnapName.TextColor3 = Color3.new(1, 1, 1)
  1912. KidnapName.TextSize = 22
  1913.  
  1914. TitleKidnap.Name = "TitleKidnap"
  1915. TitleKidnap.Parent = CommandPrompt1
  1916. TitleKidnap.BackgroundColor3 = Color3.new(1, 1, 1)
  1917. TitleKidnap.BackgroundTransparency = 1
  1918. TitleKidnap.Position = UDim2.new(0.149062082, 0, 0.167894736, 0)
  1919. TitleKidnap.Size = UDim2.new(0.291941881, 0, 0.143540666, 0)
  1920. TitleKidnap.Font = Enum.Font.ArialBold
  1921. TitleKidnap.FontSize = Enum.FontSize.Size28
  1922. TitleKidnap.Text = "Kidnap"
  1923. TitleKidnap.TextColor3 = Color3.new(0, 0.333333, 1)
  1924. TitleKidnap.TextSize = 25
  1925. TitleKidnap.TextWrapped = true
  1926.  
  1927. KillStart.Name = "KillStart"
  1928. KillStart.Parent = CommandPrompt1
  1929. KillStart.Active = false
  1930. KillStart.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  1931. KillStart.BackgroundTransparency = 0.5
  1932. KillStart.BorderColor3 = Color3.new(0, 0, 1)
  1933. KillStart.BorderSizePixel = 5
  1934. KillStart.Position = UDim2.new(0.786657393, 0, 0.306650698, 0)
  1935. KillStart.Size = UDim2.new(0.0634081885, 0, 0.102870815, 0)
  1936. KillStart.Font = Enum.Font.ArialBold
  1937. KillStart.FontSize = Enum.FontSize.Size36
  1938. KillStart.Text = "X"
  1939. KillStart.TextColor3 = Color3.new(1, 1, 1)
  1940. KillStart.TextSize = 33
  1941. KillStart.TextWrapped = true
  1942. KillStart.MouseButton1Click:connect(function()
  1943. local player = game.Workspace
  1944. local text = KillName.Text
  1945. player[text].Humanoid.Health = 0
  1946.  
  1947. end)
  1948.  
  1949. KillName.Name = "KillName"
  1950. KillName.Parent = CommandPrompt1
  1951. KillName.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  1952. KillName.BackgroundTransparency = 0.5
  1953. KillName.BorderColor3 = Color3.new(0, 0, 1)
  1954. KillName.BorderSizePixel = 5
  1955. KillName.Position = UDim2.new(0.509246826, 0, 0.299665034, 0)
  1956. KillName.Size = UDim2.new(0, 200, 0, 50)
  1957. KillName.Font = Enum.Font.ArialBold
  1958. KillName.FontSize = Enum.FontSize.Size24
  1959. KillName.Text = "Username"
  1960. KillName.TextColor3 = Color3.new(1, 1, 1)
  1961. KillName.TextSize = 22
  1962.  
  1963. TitleKill.Name = "TitleKill"
  1964. TitleKill.Parent = CommandPrompt1
  1965. TitleKill.BackgroundColor3 = Color3.new(1, 1, 1)
  1966. TitleKill.BackgroundTransparency = 1
  1967. TitleKill.Position = UDim2.new(0.522906125, 0, 0.175071776, 0)
  1968. TitleKill.Size = UDim2.new(0.291941881, 0, 0.143540666, 0)
  1969. TitleKill.Font = Enum.Font.ArialBold
  1970. TitleKill.FontSize = Enum.FontSize.Size28
  1971. TitleKill.Text = "Kill"
  1972. TitleKill.TextColor3 = Color3.new(0, 0.333333, 1)
  1973. TitleKill.TextSize = 25
  1974. TitleKill.TextWrapped = true
  1975.  
  1976. TitleFreeze.Name = "TitleFreeze"
  1977. TitleFreeze.Parent = CommandPrompt1
  1978. TitleFreeze.BackgroundColor3 = Color3.new(1, 1, 1)
  1979. TitleFreeze.BackgroundTransparency = 1
  1980. TitleFreeze.Position = UDim2.new(0.149062082, 0, 0.457894593, 0)
  1981. TitleFreeze.Size = UDim2.new(0.291941881, 0, 0.143540666, 0)
  1982. TitleFreeze.Font = Enum.Font.ArialBold
  1983. TitleFreeze.FontSize = Enum.FontSize.Size28
  1984. TitleFreeze.Text = "Freeze"
  1985. TitleFreeze.TextColor3 = Color3.new(0, 0.333333, 1)
  1986. TitleFreeze.TextSize = 25
  1987. TitleFreeze.TextWrapped = true
  1988.  
  1989. TitleSound.Name = "TitleSound"
  1990. TitleSound.Parent = CommandPrompt1
  1991. TitleSound.BackgroundColor3 = Color3.new(1, 1, 1)
  1992. TitleSound.BackgroundTransparency = 1
  1993. TitleSound.Position = UDim2.new(0.522906125, 0, 0.465071619, 0)
  1994. TitleSound.Size = UDim2.new(0.291941881, 0, 0.143540666, 0)
  1995. TitleSound.Font = Enum.Font.ArialBold
  1996. TitleSound.FontSize = Enum.FontSize.Size28
  1997. TitleSound.Text = "Sound"
  1998. TitleSound.TextColor3 = Color3.new(0, 0.333333, 1)
  1999. TitleSound.TextSize = 25
  2000. TitleSound.TextWrapped = true
  2001.  
  2002. SoundStart.Name = "SoundStart"
  2003. SoundStart.Parent = CommandPrompt1
  2004. SoundStart.Active = false
  2005. SoundStart.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  2006. SoundStart.BackgroundTransparency = 0.5
  2007. SoundStart.BorderColor3 = Color3.new(0, 0, 1)
  2008. SoundStart.BorderSizePixel = 5
  2009. SoundStart.Position = UDim2.new(0.786657393, 0, 0.596650422, 0)
  2010. SoundStart.Size = UDim2.new(0.0634081885, 0, 0.102870815, 0)
  2011. SoundStart.Font = Enum.Font.ArialBold
  2012. SoundStart.FontSize = Enum.FontSize.Size36
  2013. SoundStart.Text = "X"
  2014. SoundStart.TextColor3 = Color3.new(1, 1, 1)
  2015. SoundStart.TextSize = 33
  2016. SoundStart.TextWrapped = true
  2017. SoundStart.MouseButton1Click:connect(function()
  2018. local player = game.Players
  2019. local text = SoundName.Text
  2020. local Cut = game.Workspace
  2021. wait(0.1)
  2022. Instance.new("Sound", workspace)
  2023. Cut.Sound.Name = "LegacySound"
  2024. Cut.LegacySound.SoundId=( "rbxassetid://"..text)
  2025. Cut.LegacySound:Play()
  2026. Cut.LegacySound.Looped = false
  2027. end)
  2028.  
  2029.  
  2030. SoundName.Name = "SoundName"
  2031. SoundName.Parent = CommandPrompt1
  2032. SoundName.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  2033. SoundName.BackgroundTransparency = 0.5
  2034. SoundName.BorderColor3 = Color3.new(0, 0, 1)
  2035. SoundName.BorderSizePixel = 5
  2036. SoundName.Position = UDim2.new(0.509246826, 0, 0.589664757, 0)
  2037. SoundName.Size = UDim2.new(0, 200, 0, 50)
  2038. SoundName.Font = Enum.Font.ArialBold
  2039. SoundName.FontSize = Enum.FontSize.Size24
  2040. SoundName.Text = "Sound ID"
  2041. SoundName.TextColor3 = Color3.new(1, 1, 1)
  2042. SoundName.TextSize = 22
  2043.  
  2044. SpeedValue.Name = "SpeedValue"
  2045. SpeedValue.Parent = CommandPrompt1
  2046. SpeedValue.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  2047. SpeedValue.BackgroundTransparency = 0.5
  2048. SpeedValue.BorderColor3 = Color3.new(0, 0, 1)
  2049. SpeedValue.BorderSizePixel = 5
  2050. SpeedValue.Position = UDim2.new(0.0118890358, 0, 0.853333354, 0)
  2051. SpeedValue.Size = UDim2.new(0.0977542922, 0, 0.0506666675, 0)
  2052. SpeedValue.Font = Enum.Font.ArialBold
  2053. SpeedValue.FontSize = Enum.FontSize.Size18
  2054. SpeedValue.Text = "Value"
  2055. SpeedValue.TextColor3 = Color3.new(1, 1, 1)
  2056. SpeedValue.TextSize = 15
  2057.  
  2058.  
  2059.  
  2060. JumpValue.Name = "JumpValue"
  2061. JumpValue.Parent = CommandPrompt1
  2062. JumpValue.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  2063. JumpValue.BackgroundTransparency = 0.5
  2064. JumpValue.BorderColor3 = Color3.new(0, 0, 1)
  2065. JumpValue.BorderSizePixel = 5
  2066. JumpValue.Position = UDim2.new(0.878467619, 0, 0.853333354, 0)
  2067. JumpValue.Size = UDim2.new(0.0977542922, 0, 0.0506666675, 0)
  2068. JumpValue.Font = Enum.Font.ArialBold
  2069. JumpValue.FontSize = Enum.FontSize.Size18
  2070. JumpValue.Text = "Value"
  2071. JumpValue.TextColor3 = Color3.new(1, 1, 1)
  2072. JumpValue.TextSize = 15
  2073.  
  2074. FreezeStart.Name = "FreezeStart"
  2075. FreezeStart.Parent = CommandPrompt1
  2076. FreezeStart.Active = false
  2077. FreezeStart.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  2078. FreezeStart.BackgroundTransparency = 0.5
  2079. FreezeStart.BorderColor3 = Color3.new(0, 0, 1)
  2080. FreezeStart.BorderSizePixel = 5
  2081. FreezeStart.Position = UDim2.new(0.406657755, 0, 0.596650422, 0)
  2082. FreezeStart.Size = UDim2.new(0.0634081885, 0, 0.102870815, 0)
  2083. FreezeStart.Font = Enum.Font.ArialBold
  2084. FreezeStart.FontSize = Enum.FontSize.Size36
  2085. FreezeStart.Text = "X"
  2086. FreezeStart.TextColor3 = Color3.new(1, 1, 1)
  2087. FreezeStart.TextSize = 33
  2088. FreezeStart.TextWrapped = true
  2089. FreezeStart.MouseButton1Click:connect(function()
  2090. local player = game.Workspace
  2091. local text = FreezeName.Text
  2092. player[text].Torso.Anchored = true
  2093.  
  2094. end)
  2095. FreezeName.Name = "FreezeName"
  2096. FreezeName.Parent = CommandPrompt1
  2097. FreezeName.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  2098. FreezeName.BackgroundTransparency = 0.5
  2099. FreezeName.BorderColor3 = Color3.new(0, 0, 1)
  2100. FreezeName.BorderSizePixel = 5
  2101. FreezeName.Position = UDim2.new(0.12924701, 0, 0.589664757, 0)
  2102. FreezeName.Size = UDim2.new(0, 200, 0, 50)
  2103. FreezeName.Font = Enum.Font.ArialBold
  2104. FreezeName.FontSize = Enum.FontSize.Size24
  2105. FreezeName.Text = "Username"
  2106. FreezeName.TextColor3 = Color3.new(1, 1, 1)
  2107. FreezeName.TextSize = 22
  2108.  
  2109. SpeedStart.Name = "SpeedStart"
  2110. SpeedStart.Parent = CommandPrompt1
  2111. SpeedStart.Active = false
  2112. SpeedStart.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  2113. SpeedStart.BackgroundTransparency = 0.5
  2114. SpeedStart.BorderColor3 = Color3.new(0, 0, 1)
  2115. SpeedStart.BorderSizePixel = 5
  2116. SpeedStart.Position = UDim2.new(0.406657755, 0, 0.866650164, 0)
  2117. SpeedStart.Size = UDim2.new(0.0634081885, 0, 0.102870815, 0)
  2118. SpeedStart.Font = Enum.Font.ArialBold
  2119. SpeedStart.FontSize = Enum.FontSize.Size36
  2120. SpeedStart.Text = "X"
  2121. SpeedStart.TextColor3 = Color3.new(1, 1, 1)
  2122. SpeedStart.TextSize = 33
  2123. SpeedStart.TextWrapped = true
  2124. SpeedStart.MouseButton1Click:connect(function()
  2125. local player = game.Workspace
  2126. local text = SpeedName.Text
  2127. player[text].Humanoid.WalkSpeed = LegacyGuiV2.CommandPrompt1.SpeedValue.Text
  2128.  
  2129. end)
  2130.  
  2131.  
  2132.  
  2133.  
  2134. SpeedName.Name = "SpeedName"
  2135. SpeedName.Parent = CommandPrompt1
  2136. SpeedName.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  2137. SpeedName.BackgroundTransparency = 0.5
  2138. SpeedName.BorderColor3 = Color3.new(0, 0, 1)
  2139. SpeedName.BorderSizePixel = 5
  2140. SpeedName.Position = UDim2.new(0.12924701, 0, 0.8596645, 0)
  2141. SpeedName.Size = UDim2.new(0, 200, 0, 50)
  2142. SpeedName.Font = Enum.Font.ArialBold
  2143. SpeedName.FontSize = Enum.FontSize.Size24
  2144. SpeedName.Text = "Username"
  2145. SpeedName.TextColor3 = Color3.new(1, 1, 1)
  2146. SpeedName.TextSize = 22
  2147.  
  2148. TitleSpeed.Name = "TitleSpeed"
  2149. TitleSpeed.Parent = CommandPrompt1
  2150. TitleSpeed.BackgroundColor3 = Color3.new(1, 1, 1)
  2151. TitleSpeed.BackgroundTransparency = 1
  2152. TitleSpeed.Position = UDim2.new(0.149062082, 0, 0.727894366, 0)
  2153. TitleSpeed.Size = UDim2.new(0.291941881, 0, 0.143540666, 0)
  2154. TitleSpeed.Font = Enum.Font.ArialBold
  2155. TitleSpeed.FontSize = Enum.FontSize.Size28
  2156. TitleSpeed.Text = "Walk Speed"
  2157. TitleSpeed.TextColor3 = Color3.new(0, 0.333333, 1)
  2158. TitleSpeed.TextSize = 25
  2159. TitleSpeed.TextWrapped = true
  2160.  
  2161. TitleJump.Name = "TitleJump"
  2162. TitleJump.Parent = CommandPrompt1
  2163. TitleJump.BackgroundColor3 = Color3.new(1, 1, 1)
  2164. TitleJump.BackgroundTransparency = 1
  2165. TitleJump.Position = UDim2.new(0.522906125, 0, 0.735071361, 0)
  2166. TitleJump.Size = UDim2.new(0.291941881, 0, 0.143540666, 0)
  2167. TitleJump.Font = Enum.Font.ArialBold
  2168. TitleJump.FontSize = Enum.FontSize.Size28
  2169. TitleJump.Text = "Jump Power"
  2170. TitleJump.TextColor3 = Color3.new(0, 0.333333, 1)
  2171. TitleJump.TextSize = 25
  2172. TitleJump.TextWrapped = true
  2173.  
  2174. JumpStart.Name = "JumpStart"
  2175. JumpStart.Parent = CommandPrompt1
  2176. JumpStart.Active = false
  2177. JumpStart.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  2178. JumpStart.BackgroundTransparency = 0.5
  2179. JumpStart.BorderColor3 = Color3.new(0, 0, 1)
  2180. JumpStart.BorderSizePixel = 5
  2181. JumpStart.Position = UDim2.new(0.786657393, 0, 0.866650164, 0)
  2182. JumpStart.Size = UDim2.new(0.0634081885, 0, 0.102870815, 0)
  2183. JumpStart.Font = Enum.Font.ArialBold
  2184. JumpStart.FontSize = Enum.FontSize.Size36
  2185. JumpStart.Text = "X"
  2186. JumpStart.TextColor3 = Color3.new(1, 1, 1)
  2187. JumpStart.TextSize = 33
  2188. JumpStart.TextWrapped = true
  2189. JumpStart.MouseButton1Click:connect(function()
  2190. local player = game.Workspace
  2191. local text = JumpName.Text
  2192. player[text].Humanoid.JumpPower = LegacyGuiV2.CommandPrompt1.JumpValue.Text
  2193.  
  2194. end)
  2195.  
  2196. JumpName.Name = "JumpName"
  2197. JumpName.Parent = CommandPrompt1
  2198. JumpName.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  2199. JumpName.BackgroundTransparency = 0.5
  2200. JumpName.BorderColor3 = Color3.new(0, 0, 1)
  2201. JumpName.BorderSizePixel = 5
  2202. JumpName.Position = UDim2.new(0.509246826, 0, 0.8596645, 0)
  2203. JumpName.Size = UDim2.new(0, 200, 0, 50)
  2204. JumpName.Font = Enum.Font.ArialBold
  2205. JumpName.FontSize = Enum.FontSize.Size24
  2206. JumpName.Text = "Username"
  2207. JumpName.TextColor3 = Color3.new(1, 1, 1)
  2208. JumpName.TextSize = 22
  2209.  
  2210. SoundRemove.Name = "SoundRemove"
  2211. SoundRemove.Parent = CommandPrompt1
  2212. SoundRemove.Active = false
  2213. SoundRemove.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  2214. SoundRemove.BackgroundTransparency = 0.5
  2215. SoundRemove.BorderColor3 = Color3.new(0, 0, 1)
  2216. SoundRemove.BorderSizePixel = 5
  2217. SoundRemove.Position = UDim2.new(0.866657317, 0, 0.616650403, 0)
  2218. SoundRemove.Size = UDim2.new(0.125495374, 0, 0.0550239235, 0)
  2219. SoundRemove.Font = Enum.Font.ArialBold
  2220. SoundRemove.FontSize = Enum.FontSize.Size28
  2221. SoundRemove.Text = "Stop"
  2222. SoundRemove.TextColor3 = Color3.new(1, 1, 1)
  2223. SoundRemove.TextSize = 25
  2224. SoundRemove.TextWrapped = true
  2225. SoundRemove.MouseButton1Down:connect(function()
  2226. game.Workspace.LegacySound:remove()
  2227. end)
  2228.  
  2229.  
  2230. Next.Name = "Next"
  2231. Next.Parent = CommandPrompt1
  2232. Next.Active = false
  2233. Next.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  2234. Next.BackgroundTransparency = 1
  2235. Next.BorderColor3 = Color3.new(0, 0, 1)
  2236. Next.BorderSizePixel = 0
  2237. Next.Position = UDim2.new(0.789960384, 0, 0.00956937764, 0)
  2238. Next.Size = UDim2.new(0.146631435, 0, 0.0358851664, 0)
  2239. Next.Font = Enum.Font.ArialBold
  2240. Next.FontSize = Enum.FontSize.Size36
  2241. Next.Text = "Next "
  2242. Next.TextColor3 = Color3.new(1, 1, 1)
  2243. Next.TextSize = 33
  2244. Next.TextWrapped = true
  2245. Next.MouseButton1Down:connect(function()
  2246. CommandPrompt1.Visible = false
  2247. CommandPrompt2.Visible = true
  2248.  
  2249. end)
  2250.  
  2251. CommandPrompt2.Name = "CommandPrompt2"
  2252. CommandPrompt2.Parent = LegacyGuiV2
  2253. CommandPrompt2.Active = true
  2254. CommandPrompt2.BackgroundColor3 = Color3.new(0, 0, 0)
  2255. CommandPrompt2.Draggable = true
  2256. CommandPrompt2.Position = UDim2.new(0.5, -378, 0.5, -209)
  2257. CommandPrompt2.Size = UDim2.new(0.394270837, 0, 0.457831323, 0)
  2258. CommandPrompt2.Visible = false
  2259.  
  2260. bar4_2.Name = "bar4"
  2261. bar4_2.Parent = CommandPrompt2
  2262. bar4_2.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  2263. bar4_2.BorderSizePixel = 0
  2264. bar4_2.Size = UDim2.new(1.00132096, 0, 0.0382775106, 0)
  2265.  
  2266. BarShadow4_2.Name = "BarShadow4"
  2267. BarShadow4_2.Parent = CommandPrompt2
  2268. BarShadow4_2.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  2269. BarShadow4_2.BackgroundTransparency = 0.5
  2270. BarShadow4_2.BorderSizePixel = 0
  2271. BarShadow4_2.Position = UDim2.new(0, 0, 0.0199999996, 0)
  2272. BarShadow4_2.Size = UDim2.new(1.00132096, 0, 0.0382775106, 0)
  2273.  
  2274. MainTitle_2.Name = "MainTitle"
  2275. MainTitle_2.Parent = CommandPrompt2
  2276. MainTitle_2.BackgroundColor3 = Color3.new(1, 1, 1)
  2277. MainTitle_2.BackgroundTransparency = 1
  2278. MainTitle_2.Position = UDim2.new(0.5, -110, 0.150000185, -30)
  2279. MainTitle_2.Size = UDim2.new(0.291941881, 0, 0.143540666, 0)
  2280. MainTitle_2.Font = Enum.Font.ArialBold
  2281. MainTitle_2.FontSize = Enum.FontSize.Size48
  2282. MainTitle_2.Text = "Commands"
  2283. MainTitle_2.TextColor3 = Color3.new(0, 0.333333, 1)
  2284. MainTitle_2.TextSize = 40
  2285. MainTitle_2.TextWrapped = true
  2286.  
  2287. NakedStart.Name = "NakedStart"
  2288. NakedStart.Parent = CommandPrompt2
  2289. NakedStart.Active = false
  2290. NakedStart.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  2291. NakedStart.BackgroundTransparency = 0.5
  2292. NakedStart.BorderColor3 = Color3.new(0, 0, 1)
  2293. NakedStart.BorderSizePixel = 5
  2294. NakedStart.Position = UDim2.new(0.406657755, 0, 0.306650698, 0)
  2295. NakedStart.Size = UDim2.new(0.0634081885, 0, 0.102870815, 0)
  2296. NakedStart.Font = Enum.Font.ArialBold
  2297. NakedStart.FontSize = Enum.FontSize.Size36
  2298. NakedStart.Text = "X"
  2299. NakedStart.TextColor3 = Color3.new(1, 1, 1)
  2300. NakedStart.TextSize = 33
  2301. NakedStart.TextWrapped = true
  2302. NakedStart.MouseButton1Click:connect(function()
  2303. local player = game.Workspace
  2304. local text = NakedName.Text
  2305. player[text].Shirt:remove()
  2306. player[text].Pants:remove()
  2307.  
  2308. end)
  2309. Exit_3.Name = "Exit"
  2310. Exit_3.Parent = CommandPrompt2
  2311. Exit_3.Active = false
  2312. Exit_3.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  2313. Exit_3.BackgroundTransparency = 1
  2314. Exit_3.BorderColor3 = Color3.new(0, 0, 1)
  2315. Exit_3.BorderSizePixel = 0
  2316. Exit_3.Position = UDim2.new(0.947159827, 0, 0.00239234441, 0)
  2317. Exit_3.Size = UDim2.new(0.0515191555, 0, 0.0502392352, 0)
  2318. Exit_3.Font = Enum.Font.ArialBold
  2319. Exit_3.FontSize = Enum.FontSize.Size36
  2320. Exit_3.Text = "X"
  2321. Exit_3.TextColor3 = Color3.new(1, 0, 0)
  2322. Exit_3.TextSize = 33
  2323. Exit_3.TextWrapped = true
  2324. Exit_3.MouseButton1Down:connect(function()
  2325. LegacyGuiV2:Destroy()
  2326.  
  2327. end)
  2328.  
  2329.  
  2330. NakedName.Name = "NakedName"
  2331. NakedName.Parent = CommandPrompt2
  2332. NakedName.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  2333. NakedName.BackgroundTransparency = 0.5
  2334. NakedName.BorderColor3 = Color3.new(0, 0, 1)
  2335. NakedName.BorderSizePixel = 5
  2336. NakedName.Position = UDim2.new(0.12924701, 0, 0.299665034, 0)
  2337. NakedName.Size = UDim2.new(0, 200, 0, 50)
  2338. NakedName.Font = Enum.Font.ArialBold
  2339. NakedName.FontSize = Enum.FontSize.Size24
  2340. NakedName.Text = "Username"
  2341. NakedName.TextColor3 = Color3.new(1, 1, 1)
  2342. NakedName.TextSize = 22
  2343.  
  2344. TitleNaked.Name = "TitleNaked"
  2345. TitleNaked.Parent = CommandPrompt2
  2346. TitleNaked.BackgroundColor3 = Color3.new(1, 1, 1)
  2347. TitleNaked.BackgroundTransparency = 1
  2348. TitleNaked.Position = UDim2.new(0.149062082, 0, 0.167894736, 0)
  2349. TitleNaked.Size = UDim2.new(0.291941881, 0, 0.143540666, 0)
  2350. TitleNaked.Font = Enum.Font.ArialBold
  2351. TitleNaked.FontSize = Enum.FontSize.Size28
  2352. TitleNaked.Text = "Naked"
  2353. TitleNaked.TextColor3 = Color3.new(0, 0.333333, 1)
  2354. TitleNaked.TextSize = 25
  2355. TitleNaked.TextWrapped = true
  2356.  
  2357. NoobifyStart.Name = "NoobifyStart"
  2358. NoobifyStart.Parent = CommandPrompt2
  2359. NoobifyStart.Active = false
  2360. NoobifyStart.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  2361. NoobifyStart.BackgroundTransparency = 0.5
  2362. NoobifyStart.BorderColor3 = Color3.new(0, 0, 1)
  2363. NoobifyStart.BorderSizePixel = 5
  2364. NoobifyStart.Position = UDim2.new(0.786657393, 0, 0.306650698, 0)
  2365. NoobifyStart.Size = UDim2.new(0.0634081885, 0, 0.102870815, 0)
  2366. NoobifyStart.Font = Enum.Font.ArialBold
  2367. NoobifyStart.FontSize = Enum.FontSize.Size36
  2368. NoobifyStart.Text = "X"
  2369. NoobifyStart.TextColor3 = Color3.new(1, 1, 1)
  2370. NoobifyStart.TextSize = 33
  2371. NoobifyStart.TextWrapped = true
  2372. NoobifyStart.MouseButton1Click:connect(function()
  2373. print("Broken")
  2374. end)
  2375.  
  2376.  
  2377. NoobifyName.Name = "NoobifyName"
  2378. NoobifyName.Parent = CommandPrompt2
  2379. NoobifyName.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  2380. NoobifyName.BackgroundTransparency = 0.5
  2381. NoobifyName.BorderColor3 = Color3.new(0, 0, 1)
  2382. NoobifyName.BorderSizePixel = 5
  2383. NoobifyName.Position = UDim2.new(0.509246826, 0, 0.299665034, 0)
  2384. NoobifyName.Size = UDim2.new(0, 200, 0, 50)
  2385. NoobifyName.Font = Enum.Font.ArialBold
  2386. NoobifyName.FontSize = Enum.FontSize.Size24
  2387. NoobifyName.Text = "Username"
  2388. NoobifyName.TextColor3 = Color3.new(1, 1, 1)
  2389. NoobifyName.TextSize = 22
  2390.  
  2391. TitleNoobify.Name = "TitleNoobify"
  2392. TitleNoobify.Parent = CommandPrompt2
  2393. TitleNoobify.BackgroundColor3 = Color3.new(1, 1, 1)
  2394. TitleNoobify.BackgroundTransparency = 1
  2395. TitleNoobify.Position = UDim2.new(0.522906125, 0, 0.175071776, 0)
  2396. TitleNoobify.Size = UDim2.new(0.291941881, 0, 0.143540666, 0)
  2397. TitleNoobify.Font = Enum.Font.ArialBold
  2398. TitleNoobify.FontSize = Enum.FontSize.Size28
  2399. TitleNoobify.Text = "Noobify"
  2400. TitleNoobify.TextColor3 = Color3.new(0, 0.333333, 1)
  2401. TitleNoobify.TextSize = 25
  2402. TitleNoobify.TextWrapped = true
  2403.  
  2404. TitleRemoveBasePlate.Name = "TitleRemoveBasePlate"
  2405. TitleRemoveBasePlate.Parent = CommandPrompt2
  2406. TitleRemoveBasePlate.BackgroundColor3 = Color3.new(1, 1, 1)
  2407. TitleRemoveBasePlate.BackgroundTransparency = 1
  2408. TitleRemoveBasePlate.Position = UDim2.new(0.149062082, 0, 0.457894593, 0)
  2409. TitleRemoveBasePlate.Size = UDim2.new(0.291941881, 0, 0.143540666, 0)
  2410. TitleRemoveBasePlate.Font = Enum.Font.ArialBold
  2411. TitleRemoveBasePlate.FontSize = Enum.FontSize.Size28
  2412. TitleRemoveBasePlate.Text = "Remove BasePlate"
  2413. TitleRemoveBasePlate.TextColor3 = Color3.new(0, 0.333333, 1)
  2414. TitleRemoveBasePlate.TextSize = 25
  2415. TitleRemoveBasePlate.TextWrapped = true
  2416.  
  2417. TitleCreateBasePlate.Name = "TitleCreateBasePlate"
  2418. TitleCreateBasePlate.Parent = CommandPrompt2
  2419. TitleCreateBasePlate.BackgroundColor3 = Color3.new(1, 1, 1)
  2420. TitleCreateBasePlate.BackgroundTransparency = 1
  2421. TitleCreateBasePlate.Position = UDim2.new(0.522906125, 0, 0.465071619, 0)
  2422. TitleCreateBasePlate.Size = UDim2.new(0.291941881, 0, 0.143540666, 0)
  2423. TitleCreateBasePlate.Font = Enum.Font.ArialBold
  2424. TitleCreateBasePlate.FontSize = Enum.FontSize.Size28
  2425. TitleCreateBasePlate.Text = "Create BasePlate"
  2426. TitleCreateBasePlate.TextColor3 = Color3.new(0, 0.333333, 1)
  2427. TitleCreateBasePlate.TextSize = 25
  2428. TitleCreateBasePlate.TextWrapped = true
  2429.  
  2430. CreateBasePlateStart.Name = "CreateBasePlateStart"
  2431. CreateBasePlateStart.Parent = CommandPrompt2
  2432. CreateBasePlateStart.Active = false
  2433. CreateBasePlateStart.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  2434. CreateBasePlateStart.BackgroundTransparency = 0.5
  2435. CreateBasePlateStart.BorderColor3 = Color3.new(0, 0, 1)
  2436. CreateBasePlateStart.BorderSizePixel = 5
  2437. CreateBasePlateStart.Position = UDim2.new(0.536657631, 0, 0.596650422, 0)
  2438. CreateBasePlateStart.Size = UDim2.new(0.272000015, 0, 0.0979999974, 0)
  2439. CreateBasePlateStart.Font = Enum.Font.ArialBold
  2440. CreateBasePlateStart.FontSize = Enum.FontSize.Size36
  2441. CreateBasePlateStart.Text = "Create"
  2442. CreateBasePlateStart.TextColor3 = Color3.new(1, 1, 1)
  2443. CreateBasePlateStart.TextSize = 33
  2444. CreateBasePlateStart.TextWrapped = true
  2445. CreateBasePlateStart.MouseButton1Down:connect(function()
  2446. Part0 = Instance.new("Part")
  2447. Part0.Name = "Baseplate"
  2448. Part0.Parent = workspace
  2449. Part0.BrickColor = BrickColor.new("Dark stone grey")
  2450. Part0.Anchored = true
  2451. Part0.Locked = true
  2452. Part0.FormFactor = Enum.FormFactor.Symmetric
  2453. Part0.Size = Vector3.new(512, 20, 512)
  2454. Part0.CFrame = CFrame.new(0, -10, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2455. Part0.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2456. Part0.Position = Vector3.new(0, -10, 0)
  2457. Part0.Color = Color3.new(0.388235, 0.372549, 0.384314)
  2458. end)
  2459.  
  2460. StatName.Name = "StatName"
  2461. StatName.Parent = CommandPrompt2
  2462. StatName.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  2463. StatName.BackgroundTransparency = 0.5
  2464. StatName.BorderColor3 = Color3.new(0, 0, 1)
  2465. StatName.BorderSizePixel = 5
  2466. StatName.Position = UDim2.new(0.509246826, 0, 0.8596645, 0)
  2467. StatName.Size = UDim2.new(0, 200, 0, 50)
  2468. StatName.Font = Enum.Font.ArialBold
  2469. StatName.FontSize = Enum.FontSize.Size24
  2470. StatName.Text = "Stat Name"
  2471. StatName.TextColor3 = Color3.new(1, 1, 1)
  2472. StatName.TextSize = 22
  2473.  
  2474. RemoveBasePlateStart.Name = "RemoveBasePlateStart"
  2475. RemoveBasePlateStart.Parent = CommandPrompt2
  2476. RemoveBasePlateStart.Active = false
  2477. RemoveBasePlateStart.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  2478. RemoveBasePlateStart.BackgroundTransparency = 0.5
  2479. RemoveBasePlateStart.BorderColor3 = Color3.new(0, 0, 1)
  2480. RemoveBasePlateStart.BorderSizePixel = 5
  2481. RemoveBasePlateStart.Position = UDim2.new(0.154557467, 0, 0.588516772, 0)
  2482. RemoveBasePlateStart.Size = UDim2.new(0.272126824, 0, 0.0980861261, 0)
  2483. RemoveBasePlateStart.Font = Enum.Font.ArialBold
  2484. RemoveBasePlateStart.FontSize = Enum.FontSize.Size36
  2485. RemoveBasePlateStart.Text = "Remove"
  2486. RemoveBasePlateStart.TextColor3 = Color3.new(1, 1, 1)
  2487. RemoveBasePlateStart.TextSize = 33
  2488. RemoveBasePlateStart.TextWrapped = true
  2489. RemoveBasePlateStart.MouseButton1Down:connect(function()
  2490. game.Workspace.Baseplate:remove()
  2491. end)
  2492.  
  2493. Next_2.Name = "Next"
  2494. Next_2.Parent = CommandPrompt2
  2495. Next_2.Active = false
  2496. Next_2.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  2497. Next_2.BackgroundTransparency = 1
  2498. Next_2.BorderColor3 = Color3.new(0, 0, 1)
  2499. Next_2.BorderSizePixel = 0
  2500. Next_2.Position = UDim2.new(0.789960384, 0, 0.00956937764, 0)
  2501. Next_2.Size = UDim2.new(0.146631435, 0, 0.0358851664, 0)
  2502. Next_2.Font = Enum.Font.ArialBold
  2503. Next_2.FontSize = Enum.FontSize.Size36
  2504. Next_2.Text = "Next "
  2505. Next_2.TextColor3 = Color3.new(1, 1, 1)
  2506. Next_2.TextSize = 33
  2507. Next_2.TextWrapped = true
  2508. Next_2.MouseButton1Down:connect(function()
  2509. CommandPrompt2.Visible = false
  2510. CommandPrompt3.Visible = true
  2511. end)
  2512.  
  2513. GodStart.Name = "GodStart"
  2514. GodStart.Parent = CommandPrompt2
  2515. GodStart.Active = false
  2516. GodStart.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  2517. GodStart.BackgroundTransparency = 0.5
  2518. GodStart.BorderColor3 = Color3.new(0, 0, 1)
  2519. GodStart.BorderSizePixel = 5
  2520. GodStart.Position = UDim2.new(0.406657755, 0, 0.866650164, 0)
  2521. GodStart.Size = UDim2.new(0.0634081885, 0, 0.102870815, 0)
  2522. GodStart.Font = Enum.Font.ArialBold
  2523. GodStart.FontSize = Enum.FontSize.Size36
  2524. GodStart.Text = "X"
  2525. GodStart.TextColor3 = Color3.new(1, 1, 1)
  2526. GodStart.TextSize = 33
  2527. GodStart.TextWrapped = true
  2528. GodStart.MouseButton1Click:connect(function()
  2529. local player = game.Workspace
  2530. local text = GodName.Text
  2531. Instance.new("ForceField", player[text])
  2532.  
  2533.  
  2534. end)
  2535.  
  2536. GodName.Name = "GodName"
  2537. GodName.Parent = CommandPrompt2
  2538. GodName.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  2539. GodName.BackgroundTransparency = 0.5
  2540. GodName.BorderColor3 = Color3.new(0, 0, 1)
  2541. GodName.BorderSizePixel = 5
  2542. GodName.Position = UDim2.new(0.12924701, 0, 0.8596645, 0)
  2543. GodName.Size = UDim2.new(0, 200, 0, 50)
  2544. GodName.Font = Enum.Font.ArialBold
  2545. GodName.FontSize = Enum.FontSize.Size24
  2546. GodName.Text = "Username"
  2547. GodName.TextColor3 = Color3.new(1, 1, 1)
  2548. GodName.TextSize = 22
  2549.  
  2550. TitleGod.Name = "TitleGod"
  2551. TitleGod.Parent = CommandPrompt2
  2552. TitleGod.BackgroundColor3 = Color3.new(1, 1, 1)
  2553. TitleGod.BackgroundTransparency = 1
  2554. TitleGod.Position = UDim2.new(0.149062082, 0, 0.727894366, 0)
  2555. TitleGod.Size = UDim2.new(0.291941881, 0, 0.143540666, 0)
  2556. TitleGod.Font = Enum.Font.ArialBold
  2557. TitleGod.FontSize = Enum.FontSize.Size28
  2558. TitleGod.Text = "God"
  2559. TitleGod.TextColor3 = Color3.new(0, 0.333333, 1)
  2560. TitleGod.TextSize = 25
  2561. TitleGod.TextWrapped = true
  2562.  
  2563. TitleStat.Name = "TitleStat"
  2564. TitleStat.Parent = CommandPrompt2
  2565. TitleStat.BackgroundColor3 = Color3.new(1, 1, 1)
  2566. TitleStat.BackgroundTransparency = 1
  2567. TitleStat.Position = UDim2.new(0.522906125, 0, 0.735071361, 0)
  2568. TitleStat.Size = UDim2.new(0.291941881, 0, 0.143540666, 0)
  2569. TitleStat.Font = Enum.Font.ArialBold
  2570. TitleStat.FontSize = Enum.FontSize.Size28
  2571. TitleStat.Text = "Stat Change"
  2572. TitleStat.TextColor3 = Color3.new(0, 0.333333, 1)
  2573. TitleStat.TextSize = 25
  2574. TitleStat.TextWrapped = true
  2575.  
  2576. StatStart.Name = "StatStart"
  2577. StatStart.Parent = CommandPrompt2
  2578. StatStart.Active = false
  2579. StatStart.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  2580. StatStart.BackgroundTransparency = 0.5
  2581. StatStart.BorderColor3 = Color3.new(0, 0, 1)
  2582. StatStart.BorderSizePixel = 5
  2583. StatStart.Position = UDim2.new(0.786657393, 0, 0.866650164, 0)
  2584. StatStart.Size = UDim2.new(0.0634081885, 0, 0.102870815, 0)
  2585. StatStart.Font = Enum.Font.ArialBold
  2586. StatStart.FontSize = Enum.FontSize.Size36
  2587. StatStart.Text = "X"
  2588. StatStart.TextColor3 = Color3.new(1, 1, 1)
  2589. StatStart.TextSize = 33
  2590. StatStart.TextWrapped = true
  2591. StatStart.MouseButton1Click:connect(function()
  2592. local player = game.Players
  2593. local text = StatName.Text
  2594. player[text].Points = "100000"
  2595.  
  2596. end)
  2597.  
  2598. CommandPrompt3.Name = "CommandPrompt3"
  2599. CommandPrompt3.Parent = LegacyGuiV2
  2600. CommandPrompt3.Active = true
  2601. CommandPrompt3.BackgroundColor3 = Color3.new(0, 0, 0)
  2602. CommandPrompt3.Draggable = true
  2603. CommandPrompt3.Position = UDim2.new(0.302604169, 0, 0.262869656, 0)
  2604. CommandPrompt3.Size = UDim2.new(0.394270837, 0, 0.457831323, 0)
  2605. CommandPrompt3.Visible = false
  2606.  
  2607. bar4_3.Name = "bar4"
  2608. bar4_3.Parent = CommandPrompt3
  2609. bar4_3.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  2610. bar4_3.BorderSizePixel = 0
  2611. bar4_3.Size = UDim2.new(1.00132096, 0, 0.0382775106, 0)
  2612.  
  2613. BarShadow4_3.Name = "BarShadow4"
  2614. BarShadow4_3.Parent = CommandPrompt3
  2615. BarShadow4_3.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  2616. BarShadow4_3.BackgroundTransparency = 0.5
  2617. BarShadow4_3.BorderSizePixel = 0
  2618. BarShadow4_3.Position = UDim2.new(0, 0, 0.0199999996, 0)
  2619. BarShadow4_3.Size = UDim2.new(1.00132096, 0, 0.0382775106, 0)
  2620.  
  2621. MainTitle_3.Name = "MainTitle"
  2622. MainTitle_3.Parent = CommandPrompt3
  2623. MainTitle_3.BackgroundColor3 = Color3.new(1, 1, 1)
  2624. MainTitle_3.BackgroundTransparency = 1
  2625. MainTitle_3.Position = UDim2.new(0.5, -110, 0.150000185, -30)
  2626. MainTitle_3.Size = UDim2.new(0.291941881, 0, 0.143540666, 0)
  2627. MainTitle_3.Font = Enum.Font.ArialBold
  2628. MainTitle_3.FontSize = Enum.FontSize.Size48
  2629. MainTitle_3.Text = "Commands"
  2630. MainTitle_3.TextColor3 = Color3.new(0, 0.333333, 1)
  2631. MainTitle_3.TextSize = 40
  2632. MainTitle_3.TextWrapped = true
  2633.  
  2634. ShotGunDamageStart.Name = "ShotGunDamageStart"
  2635. ShotGunDamageStart.Parent = CommandPrompt3
  2636. ShotGunDamageStart.Active = false
  2637. ShotGunDamageStart.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  2638. ShotGunDamageStart.BackgroundTransparency = 0.5
  2639. ShotGunDamageStart.BorderColor3 = Color3.new(0, 0, 1)
  2640. ShotGunDamageStart.BorderSizePixel = 5
  2641. ShotGunDamageStart.Position = UDim2.new(0.406657755, 0, 0.306650698, 0)
  2642. ShotGunDamageStart.Size = UDim2.new(0.0634081885, 0, 0.102870815, 0)
  2643. ShotGunDamageStart.Font = Enum.Font.ArialBold
  2644. ShotGunDamageStart.FontSize = Enum.FontSize.Size36
  2645. ShotGunDamageStart.Text = "X"
  2646. ShotGunDamageStart.TextColor3 = Color3.new(1, 1, 1)
  2647. ShotGunDamageStart.TextSize = 33
  2648. ShotGunDamageStart.TextWrapped = true
  2649.  
  2650. Exit_4.Name = "Exit"
  2651. Exit_4.Parent = CommandPrompt3
  2652. Exit_4.Active = false
  2653. Exit_4.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  2654. Exit_4.BackgroundTransparency = 1
  2655. Exit_4.BorderColor3 = Color3.new(0, 0, 1)
  2656. Exit_4.BorderSizePixel = 0
  2657. Exit_4.Position = UDim2.new(0.947159827, 0, 0.00239234441, 0)
  2658. Exit_4.Size = UDim2.new(0.0515191555, 0, 0.0502392352, 0)
  2659. Exit_4.Font = Enum.Font.ArialBold
  2660. Exit_4.FontSize = Enum.FontSize.Size36
  2661. Exit_4.Text = "X"
  2662. Exit_4.TextColor3 = Color3.new(1, 0, 0)
  2663. Exit_4.TextSize = 33
  2664. Exit_4.TextWrapped = true
  2665. Exit_4.MouseButton1Down:connect(function()
  2666. LegacyGuiV2:Destroy()
  2667. end)
  2668. ShotGunName.Name = "ShotGunName"
  2669. ShotGunName.Parent = CommandPrompt3
  2670. ShotGunName.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  2671. ShotGunName.BackgroundTransparency = 0.5
  2672. ShotGunName.BorderColor3 = Color3.new(0, 0, 1)
  2673. ShotGunName.BorderSizePixel = 5
  2674. ShotGunName.Position = UDim2.new(0.12924701, 0, 0.299665034, 0)
  2675. ShotGunName.Size = UDim2.new(0, 200, 0, 50)
  2676. ShotGunName.Font = Enum.Font.ArialBold
  2677. ShotGunName.FontSize = Enum.FontSize.Size24
  2678. ShotGunName.Text = "Damage Value"
  2679. ShotGunName.TextColor3 = Color3.new(1, 1, 1)
  2680. ShotGunName.TextSize = 22
  2681.  
  2682. TitleDamage.Name = "TitleDamage"
  2683. TitleDamage.Parent = CommandPrompt3
  2684. TitleDamage.BackgroundColor3 = Color3.new(1, 1, 1)
  2685. TitleDamage.BackgroundTransparency = 1
  2686. TitleDamage.Position = UDim2.new(0.149062082, 0, 0.167894736, 0)
  2687. TitleDamage.Size = UDim2.new(0.291941881, 0, 0.143540666, 0)
  2688. TitleDamage.Font = Enum.Font.ArialBold
  2689. TitleDamage.FontSize = Enum.FontSize.Size28
  2690. TitleDamage.Text = "Shotgun Damage"
  2691. TitleDamage.TextColor3 = Color3.new(0, 0.333333, 1)
  2692. TitleDamage.TextSize = 25
  2693. TitleDamage.TextWrapped = true
  2694.  
  2695. HumanoidStart.Name = "HumanoidStart"
  2696. HumanoidStart.Parent = CommandPrompt3
  2697. HumanoidStart.Active = false
  2698. HumanoidStart.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  2699. HumanoidStart.BackgroundTransparency = 0.5
  2700. HumanoidStart.BorderColor3 = Color3.new(0, 0, 1)
  2701. HumanoidStart.BorderSizePixel = 5
  2702. HumanoidStart.Position = UDim2.new(0.786657393, 0, 0.306650698, 0)
  2703. HumanoidStart.Size = UDim2.new(0.0634081885, 0, 0.102870815, 0)
  2704. HumanoidStart.Font = Enum.Font.ArialBold
  2705. HumanoidStart.FontSize = Enum.FontSize.Size36
  2706. HumanoidStart.Text = "X"
  2707. HumanoidStart.TextColor3 = Color3.new(1, 1, 1)
  2708. HumanoidStart.TextSize = 33
  2709. HumanoidStart.TextWrapped = true
  2710. HumanoidStart.MouseButton1Click:connect(function()
  2711. local player = game.Workspace
  2712. local text = HumanoidName.Text
  2713. player[text].Humanoid:remove()
  2714.  
  2715. end)
  2716. HumanoidName.Name = "HumanoidName"
  2717. HumanoidName.Parent = CommandPrompt3
  2718. HumanoidName.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  2719. HumanoidName.BackgroundTransparency = 0.5
  2720. HumanoidName.BorderColor3 = Color3.new(0, 0, 1)
  2721. HumanoidName.BorderSizePixel = 5
  2722. HumanoidName.Position = UDim2.new(0.509246826, 0, 0.299665034, 0)
  2723. HumanoidName.Size = UDim2.new(0, 200, 0, 50)
  2724. HumanoidName.Font = Enum.Font.ArialBold
  2725. HumanoidName.FontSize = Enum.FontSize.Size24
  2726. HumanoidName.Text = "Username"
  2727. HumanoidName.TextColor3 = Color3.new(1, 1, 1)
  2728. HumanoidName.TextSize = 22
  2729.  
  2730. TitleHumanoid.Name = "TitleHumanoid"
  2731. TitleHumanoid.Parent = CommandPrompt3
  2732. TitleHumanoid.BackgroundColor3 = Color3.new(1, 1, 1)
  2733. TitleHumanoid.BackgroundTransparency = 1
  2734. TitleHumanoid.Position = UDim2.new(0.522906125, 0, 0.175071776, 0)
  2735. TitleHumanoid.Size = UDim2.new(0.291941881, 0, 0.143540666, 0)
  2736. TitleHumanoid.Font = Enum.Font.ArialBold
  2737. TitleHumanoid.FontSize = Enum.FontSize.Size28
  2738. TitleHumanoid.Text = "Remove Humanoid"
  2739. TitleHumanoid.TextColor3 = Color3.new(0, 0.333333, 1)
  2740. TitleHumanoid.TextSize = 25
  2741. TitleHumanoid.TextWrapped = true
  2742.  
  2743. TitleDay.Name = "TitleDay"
  2744. TitleDay.Parent = CommandPrompt3
  2745. TitleDay.BackgroundColor3 = Color3.new(1, 1, 1)
  2746. TitleDay.BackgroundTransparency = 1
  2747. TitleDay.Position = UDim2.new(0.149062082, 0, 0.457894593, 0)
  2748. TitleDay.Size = UDim2.new(0.291941881, 0, 0.143540666, 0)
  2749. TitleDay.Font = Enum.Font.ArialBold
  2750. TitleDay.FontSize = Enum.FontSize.Size28
  2751. TitleDay.Text = "Day"
  2752. TitleDay.TextColor3 = Color3.new(0, 0.333333, 1)
  2753. TitleDay.TextSize = 25
  2754. TitleDay.TextWrapped = true
  2755.  
  2756. TitleNight.Name = "TitleNight"
  2757. TitleNight.Parent = CommandPrompt3
  2758. TitleNight.BackgroundColor3 = Color3.new(1, 1, 1)
  2759. TitleNight.BackgroundTransparency = 1
  2760. TitleNight.Position = UDim2.new(0.522906125, 0, 0.465071619, 0)
  2761. TitleNight.Size = UDim2.new(0.291941881, 0, 0.143540666, 0)
  2762. TitleNight.Font = Enum.Font.ArialBold
  2763. TitleNight.FontSize = Enum.FontSize.Size28
  2764. TitleNight.Text = "Night"
  2765. TitleNight.TextColor3 = Color3.new(0, 0.333333, 1)
  2766. TitleNight.TextSize = 25
  2767. TitleNight.TextWrapped = true
  2768.  
  2769. ChangeStartNight.Name = "ChangeStartNight"
  2770. ChangeStartNight.Parent = CommandPrompt3
  2771. ChangeStartNight.Active = false
  2772. ChangeStartNight.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  2773. ChangeStartNight.BackgroundTransparency = 0.5
  2774. ChangeStartNight.BorderColor3 = Color3.new(0, 0, 1)
  2775. ChangeStartNight.BorderSizePixel = 5
  2776. ChangeStartNight.Position = UDim2.new(0.536657631, 0, 0.596650422, 0)
  2777. ChangeStartNight.Size = UDim2.new(0.272000015, 0, 0.0979999974, 0)
  2778. ChangeStartNight.Font = Enum.Font.ArialBold
  2779. ChangeStartNight.FontSize = Enum.FontSize.Size36
  2780. ChangeStartNight.Text = "Change"
  2781. ChangeStartNight.TextColor3 = Color3.new(1, 1, 1)
  2782. ChangeStartNight.TextSize = 33
  2783. ChangeStartNight.TextWrapped = true
  2784. ChangeStartNight.MouseButton1Down:connect(function()
  2785. game.Lighting.TimeOfDay = "1:00:00"
  2786. end)
  2787.  
  2788. ChangeStartDay.Name = "ChangeStartDay"
  2789. ChangeStartDay.Parent = CommandPrompt3
  2790. ChangeStartDay.Active = false
  2791. ChangeStartDay.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  2792. ChangeStartDay.BackgroundTransparency = 0.5
  2793. ChangeStartDay.BorderColor3 = Color3.new(0, 0, 1)
  2794. ChangeStartDay.BorderSizePixel = 5
  2795. ChangeStartDay.Position = UDim2.new(0.154557467, 0, 0.588516772, 0)
  2796. ChangeStartDay.Size = UDim2.new(0.272126824, 0, 0.0980861261, 0)
  2797. ChangeStartDay.Font = Enum.Font.ArialBold
  2798. ChangeStartDay.FontSize = Enum.FontSize.Size36
  2799. ChangeStartDay.Text = "Change"
  2800. ChangeStartDay.TextColor3 = Color3.new(1, 1, 1)
  2801. ChangeStartDay.TextSize = 33
  2802. ChangeStartDay.TextWrapped = true
  2803. ChangeStartDay.MouseButton1Down:connect(function()
  2804. game.Lighting.TimeOfDay = "14:00:00"
  2805. end)
  2806.  
  2807.  
  2808. Back.Name = "Back"
  2809. Back.Parent = CommandPrompt3
  2810. Back.Active = false
  2811. Back.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  2812. Back.BackgroundTransparency = 1
  2813. Back.BorderColor3 = Color3.new(0, 0, 1)
  2814. Back.BorderSizePixel = 0
  2815. Back.Position = UDim2.new(0.0199608393, 0, 0.00956937764, 0)
  2816. Back.Size = UDim2.new(0.146631435, 0, 0.0358851664, 0)
  2817. Back.Font = Enum.Font.ArialBold
  2818. Back.FontSize = Enum.FontSize.Size36
  2819. Back.Text = "Back"
  2820. Back.TextColor3 = Color3.new(1, 1, 1)
  2821. Back.TextSize = 33
  2822. Back.TextWrapped = true
  2823. Back.MouseButton1Down:connect(function()
  2824. CommandPrompt3.Visible = false
  2825. CommandPrompt2.Visible = true
  2826. end)
  2827.  
  2828.  
  2829. Back2.Name = "Back2"
  2830. Back2.Parent = CommandPrompt2
  2831. Back2.Active = false
  2832. Back2.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  2833. Back2.BackgroundTransparency = 1
  2834. Back2.BorderColor3 = Color3.new(0, 0, 1)
  2835. Back2.BorderSizePixel = 0
  2836. Back2.Position = UDim2.new(0.0199608393, 0, 0.00956937764, 0)
  2837. Back2.Size = UDim2.new(0.146631435, 0, 0.0358851664, 0)
  2838. Back2.Font = Enum.Font.ArialBold
  2839. Back2.FontSize = Enum.FontSize.Size36
  2840. Back2.Text = "Back"
  2841. Back2.TextColor3 = Color3.new(1, 1, 1)
  2842. Back2.TextSize = 33
  2843. Back2.TextWrapped = true
  2844. Back2.MouseButton1Down:connect(function()
  2845. CommandPrompt2.Visible = false
  2846. CommandPrompt1.Visible = true
  2847. end)
  2848.  
  2849. Back3.Name = "Back3"
  2850. Back3.Parent = CommandPrompt1
  2851. Back3.Active = false
  2852. Back3.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  2853. Back3.BackgroundTransparency = 1
  2854. Back3.BorderColor3 = Color3.new(0, 0, 1)
  2855. Back3.BorderSizePixel = 0
  2856. Back3.Position = UDim2.new(0.0199608393, 0, 0.00956937764, 0)
  2857. Back3.Size = UDim2.new(0.146631435, 0, 0.0358851664, 0)
  2858. Back3.Font = Enum.Font.ArialBold
  2859. Back3.FontSize = Enum.FontSize.Size36
  2860. Back3.Text = "Back"
  2861. Back3.TextColor3 = Color3.new(1, 1, 1)
  2862. Back3.TextSize = 33
  2863. Back3.TextWrapped = true
  2864. Back3.MouseButton1Down:connect(function()
  2865. CommandPrompt1.Visible = false
  2866. MainFrame.Visible = true
  2867. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement