Advertisement
MadDog_YT

ERLUX Script Roblox

Jul 13th, 2019
1,163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 193.95 KB | None | 0 0
  1. -- Objects
  2.  
  3. local ErluxGUI = Instance.new("ScreenGui")
  4. local LoginFrame = Instance.new("Frame")
  5. local BarLogin = Instance.new("Frame")
  6. local UserBox = Instance.new("TextBox")
  7. local PassBox = Instance.new("TextBox")
  8. local EnterBut = Instance.new("TextButton")
  9. local Credits = Instance.new("TextLabel")
  10. local Name = Instance.new("TextLabel")
  11. local HelpBut = Instance.new("TextButton")
  12. local HelpFrame = Instance.new("Frame")
  13. local BarHelp = Instance.new("Frame")
  14. local Credits1 = Instance.new("TextLabel")
  15. local Name1 = Instance.new("TextLabel")
  16. local CloseHelp = Instance.new("TextButton")
  17. local Help1 = Instance.new("TextLabel")
  18. local Help2 = Instance.new("TextLabel")
  19. local Help21 = Instance.new("TextLabel")
  20. local Help3 = Instance.new("TextLabel")
  21. local Help31 = Instance.new("TextLabel")
  22. local OpenGUI = Instance.new("TextButton")
  23. local MainFrame = Instance.new("Frame")
  24. local BarMain = Instance.new("Frame")
  25. local Credits2 = Instance.new("TextLabel")
  26. local Name2 = Instance.new("TextLabel")
  27. local ScriptsBut = Instance.new("TextButton")
  28. local ExecuteBut = Instance.new("TextButton")
  29. local CheckFE = Instance.new("TextLabel")
  30. local MoreButs = Instance.new("TextLabel")
  31. local CloseMain = Instance.new("TextButton")
  32. local ExecuteFrame = Instance.new("Frame")
  33. local BarExecute = Instance.new("Frame")
  34. local Name3 = Instance.new("TextLabel")
  35. local ClearBut = Instance.new("TextButton")
  36. local ExecuteButton = Instance.new("TextButton")
  37. local CloseExecute = Instance.new("TextButton")
  38. local ExecuteTextFrame = Instance.new("ScrollingFrame")
  39. local InputText = Instance.new("TextBox")
  40. local ScriptFrame = Instance.new("Frame")
  41. local BarScripts = Instance.new("Frame")
  42. local Credits4 = Instance.new("TextLabel")
  43. local Name5 = Instance.new("TextLabel")
  44. local GameScriptsBut = Instance.new("TextButton")
  45. local CloseScripts = Instance.new("TextButton")
  46. local Rocky2uAdmin = Instance.new("TextButton")
  47. local KidnapVan = Instance.new("TextButton")
  48. local HackRobuxtroll = Instance.new("TextButton")
  49. local RobuxTrollFrame = Instance.new("Frame")
  50. local BarTroll = Instance.new("Frame")
  51. local Name6 = Instance.new("TextLabel")
  52. local CloseTroll = Instance.new("TextButton")
  53. local TrollText = Instance.new("TextLabel")
  54. local TrollText1 = Instance.new("TextLabel")
  55. local GamesFrame = Instance.new("Frame")
  56. local BarGames = Instance.new("Frame")
  57. local Credits7 = Instance.new("TextLabel")
  58. local Name7 = Instance.new("TextLabel")
  59. local ThePlaza = Instance.new("TextButton")
  60. local CloseGames = Instance.new("TextButton")
  61. local DinoS = Instance.new("TextButton")
  62. local APOC = Instance.new("TextButton")
  63. local PhantomForces = Instance.new("TextButton")
  64. local VehicleSim = Instance.new("TextButton")
  65. local LumberTycoon = Instance.new("TextButton")
  66. local SettingsFrame = Instance.new("Frame")
  67. local BarSettings = Instance.new("Frame")
  68. local Name9 = Instance.new("TextLabel")
  69. local CloseSettings = Instance.new("TextButton")
  70. local Themes = Instance.new("TextLabel")
  71. local Orange = Instance.new("TextButton")
  72. local Green = Instance.new("TextButton")
  73. local Purple = Instance.new("TextButton")
  74. local Transparency = Instance.new("TextLabel")
  75. local _10 = Instance.new("TextButton")
  76. local _30 = Instance.new("TextButton")
  77. local _50 = Instance.new("TextButton")
  78. local _70 = Instance.new("TextButton")
  79. local _90 = Instance.new("TextButton")
  80. local Credits8 = Instance.new("TextLabel")
  81. local SettingsBut = Instance.new("TextButton")
  82. local Gray = Instance.new("TextButton")
  83. local BaseWars = Instance.new("TextButton")
  84. local MinersHaven = Instance.new("TextButton")
  85. local FEGUI = Instance.new("TextButton")
  86. local WrongWarn = Instance.new("TextLabel")
  87. local Jailbreak = Instance.new("TextButton")
  88.  
  89.  
  90. -- Properties
  91.  
  92. ErluxGUI.Name = "ErluxGUI"
  93. ErluxGUI.Parent = game.CoreGui
  94.  
  95. LoginFrame.Name = "LoginFrame"
  96. LoginFrame.Parent = ErluxGUI
  97. LoginFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  98. LoginFrame.BackgroundTransparency = 0.30000001192093
  99. LoginFrame.BorderSizePixel = 0
  100. LoginFrame.Position = UDim2.new(0.206, 0, 0.325, 0)
  101. LoginFrame.Size = UDim2.new(0, 580, 0, 360)
  102. LoginFrame.Visible = true
  103.  
  104. BarLogin.Name = "BarLogin"
  105. BarLogin.Parent = LoginFrame
  106. BarLogin.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  107. BarLogin.BorderSizePixel = 0
  108. BarLogin.Position = UDim2.new(0, 0, -0.00277777785, 0)
  109. BarLogin.Size = UDim2.new(0, 580, 0, 40)
  110.  
  111.  
  112. UserBox.Name = "UserBox"
  113. UserBox.Parent = LoginFrame
  114. UserBox.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  115. UserBox.Position = UDim2.new(0.203448281, 0, 0.213888884, 0)
  116. UserBox.Size = UDim2.new(0.563793123, 0, 0.152777776, 0)
  117. UserBox.Font = Enum.Font.Highway
  118. UserBox.Text = "Username"
  119. UserBox.TextColor3 = Color3.new(0.792157, 0.792157, 0.792157)
  120. UserBox.TextSize = 20
  121. UserBox.TextWrapped = true
  122.  
  123. PassBox.Name = "PassBox"
  124. PassBox.Parent = LoginFrame
  125. PassBox.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  126. PassBox.Position = UDim2.new(0.20517242, 0, 0.455555558, 0)
  127. PassBox.Size = UDim2.new(0.563793123, 0, 0.152777776, 0)
  128. PassBox.Font = Enum.Font.Highway
  129. PassBox.Text = "Password"
  130. PassBox.TextColor3 = Color3.new(0.792157, 0.792157, 0.792157)
  131. PassBox.TextSize = 20
  132. PassBox.TextWrapped = true
  133.  
  134. EnterBut.Name = "EnterBut"
  135. EnterBut.Parent = LoginFrame
  136. EnterBut.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  137. EnterBut.Position = UDim2.new(0.32586208, 0, 0.705555558, 0)
  138. EnterBut.Size = UDim2.new(0, 200, 0, 50)
  139. EnterBut.Font = Enum.Font.Highway
  140. EnterBut.Text = "Enter"
  141. EnterBut.TextColor3 = Color3.new(0.792157, 0.792157, 0.792157)
  142. EnterBut.TextScaled = true
  143. EnterBut.TextSize = 14
  144. EnterBut.TextWrapped = true
  145. EnterBut.MouseButton1Down:connect(function()
  146. LoginFrame:TweenPosition(UDim2.new(0.206, 0, 1.825, 0), 'In', 'Quart', 1)
  147. MainFrame:TweenPosition(UDim2.new(0.206, 0, 0.325, 0), 'Out', 'Quart', 1)
  148. end)
  149.  
  150. WrongWarn.Name = "WrongWarn"
  151. WrongWarn.Parent = LoginFrame
  152. WrongWarn.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  153. WrongWarn.Position = UDim2.new(0.155172408, 0, 0.186111107, 0)
  154. WrongWarn.Size = UDim2.new(0.667241395, 0, 0.438888878, 0)
  155. WrongWarn.Font = Enum.Font.Highway
  156. WrongWarn.Text = "Username or Password is wrong!"
  157. WrongWarn.TextColor3 = Color3.new(0.792157, 0.792157, 0.792157)
  158. WrongWarn.TextScaled = true
  159. WrongWarn.TextSize = 14
  160. WrongWarn.TextWrapped = true
  161. WrongWarn.Visible = false
  162.  
  163. Credits.Name = "Credits"
  164. Credits.Parent = LoginFrame
  165. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  166. Credits.BackgroundTransparency = 1
  167. Credits.Position = UDim2.new(0.100000001, 0, 0.875, 0)
  168. Credits.Size = UDim2.new(0, 200, 0, 50)
  169. Credits.Font = Enum.Font.Highway
  170. Credits.Text = "Purchased By RobloxExploitz.Net"
  171. Credits.TextColor3 = Color3.new(0.74902, 0, 0)
  172. Credits.TextSize = 20
  173.  
  174. Name.Name = "Name"
  175. Name.Parent = LoginFrame
  176. Name.BackgroundColor3 = Color3.new(1, 1, 1)
  177. Name.BackgroundTransparency = 1
  178. Name.Position = UDim2.new(0.312068969, 0, -0.013888889, 0)
  179. Name.Size = UDim2.new(0, 200, 0, 50)
  180. Name.Font = Enum.Font.Highway
  181. Name.Text = "Erlux GUI v1.4"
  182. Name.TextColor3 = Color3.new(0.74902, 0, 0)
  183. Name.TextSize = 40
  184. Name.Draggable = true
  185.  
  186. HelpBut.Name = "HelpBut"
  187. HelpBut.Parent = LoginFrame
  188. HelpBut.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  189. HelpBut.Position = UDim2.new(0.894827604, 0, 0.894444466, 0)
  190. HelpBut.Size = UDim2.new(0.0965517238, 0, 0.0916666687, 0)
  191. HelpBut.Font = Enum.Font.Highway
  192. HelpBut.Text = "HELP"
  193. HelpBut.TextColor3 = Color3.new(0.792157, 0.792157, 0.792157)
  194. HelpBut.TextSize = 14
  195. HelpBut.MouseButton1Down:connect(function()
  196. LoginFrame:TweenPosition(UDim2.new(0.206, 0, 1.825, 0), 'In', 'Quart', 1)
  197. HelpFrame:TweenPosition(UDim2.new(0.206, 0, 0.325, 0), 'Out', 'Quart', 1)
  198. end)
  199.  
  200. HelpFrame.Name = "HelpFrame"
  201. HelpFrame.Parent = ErluxGUI
  202. HelpFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  203. HelpFrame.BackgroundTransparency = 0.30000001192093
  204. HelpFrame.BorderSizePixel = 0
  205. HelpFrame.Draggable = true
  206. HelpFrame.Position = UDim2.new(0.206, 0, 1.825, 0)
  207. HelpFrame.Size = UDim2.new(0, 580, 0, 360)
  208. HelpFrame.Visible = true
  209. HelpFrame.Active = true
  210.  
  211. BarHelp.Name = "BarHelp"
  212. BarHelp.Parent = HelpFrame
  213. BarHelp.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  214. BarHelp.BorderSizePixel = 0
  215. BarHelp.Position = UDim2.new(0, 0, -0.00277777785, 0)
  216. BarHelp.Size = UDim2.new(0, 580, 0, 40)
  217. BarHelp.Draggable = true
  218.  
  219. Credits1.Name = "Credits1"
  220. Credits1.Parent = HelpFrame
  221. Credits1.BackgroundColor3 = Color3.new(1, 1, 1)
  222. Credits1.BackgroundTransparency = 1
  223. Credits1.Position = UDim2.new(0.100000001, 0, 0.875, 0)
  224. Credits1.Size = UDim2.new(0, 200, 0, 50)
  225. Credits1.Font = Enum.Font.Highway
  226. Credits1.Text = "Purchased By RobloxExploitz.Net"
  227. Credits1.TextColor3 = Color3.new(0.74902, 0, 0)
  228. Credits1.TextSize = 20
  229.  
  230. Name1.Name = "Name1"
  231. Name1.Parent = HelpFrame
  232. Name1.BackgroundColor3 = Color3.new(1, 1, 1)
  233. Name1.BackgroundTransparency = 1
  234. Name1.Position = UDim2.new(0.312068969, 0, -0.013888889, 0)
  235. Name1.Size = UDim2.new(0, 200, 0, 50)
  236. Name1.Font = Enum.Font.Highway
  237. Name1.Text = "Erlux GUI v1.4"
  238. Name1.TextColor3 = Color3.new(0.74902, 0, 0)
  239. Name1.TextSize = 40
  240. Name1.Draggable = true
  241.  
  242. CloseHelp.Name = "CloseHelp"
  243. CloseHelp.Parent = HelpFrame
  244. CloseHelp.BackgroundColor3 = Color3.new(1, 1, 1)
  245. CloseHelp.BackgroundTransparency = 1
  246. CloseHelp.Position = UDim2.new(0.925862074, 0, 0.00277777785, 0)
  247. CloseHelp.Size = UDim2.new(0.068965517, 0, 0.102777779, 0)
  248. CloseHelp.Font = Enum.Font.Highway
  249. CloseHelp.Text = "X"
  250. CloseHelp.TextColor3 = Color3.new(0.74902, 0, 0)
  251. CloseHelp.TextSize = 40
  252. CloseHelp.MouseButton1Down:connect(function()
  253. LoginFrame:TweenPosition(UDim2.new(0.206, 0, 0.325, 0), 'Out', 'Quart', 1)
  254. HelpFrame:TweenPosition(UDim2.new(0.206, 0, 1.825, 0), 'In', 'Quart', 1)
  255. end)
  256.  
  257. Help1.Name = "Help1"
  258. Help1.Parent = HelpFrame
  259. Help1.BackgroundColor3 = Color3.new(1, 1, 1)
  260. Help1.BackgroundTransparency = 1
  261. Help1.Position = UDim2.new(0.306896538, 0, 0.0944444463, 0)
  262. Help1.Size = UDim2.new(0, 200, 0, 50)
  263. Help1.Font = Enum.Font.Highway
  264. Help1.Text = "Don't know how to enter?"
  265. Help1.TextColor3 = Color3.new(0.792157, 0.792157, 0.792157)
  266. Help1.TextSize = 35
  267.  
  268. Help2.Name = "Help2"
  269. Help2.Parent = HelpFrame
  270. Help2.BackgroundColor3 = Color3.new(1, 1, 1)
  271. Help2.BackgroundTransparency = 1
  272. Help2.Position = UDim2.new(0.305172414, 0, 0.224999994, 0)
  273. Help2.Size = UDim2.new(0, 200, 0, 50)
  274. Help2.Font = Enum.Font.Highway
  275. Help2.Text = "Username:"
  276. Help2.TextColor3 = Color3.new(0.792157, 0.792157, 0.792157)
  277. Help2.TextSize = 25
  278.  
  279. Help21.Name = "Help2.1"
  280. Help21.Parent = HelpFrame
  281. Help21.BackgroundColor3 = Color3.new(1, 1, 1)
  282. Help21.BackgroundTransparency = 1
  283. Help21.Position = UDim2.new(0.305172414, 0, 0.297222227, 0)
  284. Help21.Size = UDim2.new(0, 200, 0, 50)
  285. Help21.Font = Enum.Font.Highway
  286. Help21.Text = "Your ROBLOX Username"
  287. Help21.TextColor3 = Color3.new(0.792157, 0.792157, 0.792157)
  288. Help21.TextSize = 25
  289.  
  290. Help3.Name = "Help3"
  291. Help3.Parent = HelpFrame
  292. Help3.BackgroundColor3 = Color3.new(1, 1, 1)
  293. Help3.BackgroundTransparency = 1
  294. Help3.Position = UDim2.new(0.301724136, 0, 0.38055557, 0)
  295. Help3.Size = UDim2.new(0, 200, 0, 50)
  296. Help3.Font = Enum.Font.Highway
  297. Help3.Text = "Password:"
  298. Help3.TextColor3 = Color3.new(0.792157, 0.792157, 0.792157)
  299. Help3.TextSize = 25
  300.  
  301. Help31.Name = "Help3.1"
  302. Help31.Parent = HelpFrame
  303. Help31.BackgroundColor3 = Color3.new(1, 1, 1)
  304. Help31.BackgroundTransparency = 1
  305. Help31.Position = UDim2.new(0.300000012, 0, 0.452777773, 0)
  306. Help31.Size = UDim2.new(0, 200, 0, 50)
  307. Help31.Font = Enum.Font.Highway
  308. Help31.Text = "no pass required"
  309. Help31.TextColor3 = Color3.new(0.792157, 0.792157, 0.792157)
  310. Help31.TextSize = 25
  311.  
  312. OpenGUI.Name = "OpenGUI"
  313. OpenGUI.Parent = ErluxGUI
  314. OpenGUI.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  315. OpenGUI.Position = UDim2.new(0.38, 0, 0, -501)
  316. OpenGUI.Size = UDim2.new(0, 200, 0, 50)
  317. OpenGUI.Visible = true
  318. OpenGUI.Font = Enum.Font.Highway
  319. OpenGUI.Text = "Open Erlux"
  320. OpenGUI.TextColor3 = Color3.new(0.74902, 0, 0)
  321. OpenGUI.TextScaled = true
  322. OpenGUI.TextSize = 14
  323. OpenGUI.TextWrapped = true
  324. OpenGUI.Active = true
  325. OpenGUI.MouseButton1Down:connect(function()
  326. MainFrame:TweenPosition(UDim2.new(0.206, 0, 0.325, 0), 'Out', 'Quart', 1)
  327. OpenGUI:TweenPosition(UDim2.new(0.38, 0, 0, -501), 'In', 'Linear', 1)
  328. end)
  329.  
  330. MainFrame.Name = "MainFrame"
  331. MainFrame.Parent = ErluxGUI
  332. MainFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  333. MainFrame.BackgroundTransparency = 0.30000001192093
  334. MainFrame.BorderSizePixel = 0
  335. MainFrame.Draggable = true
  336. MainFrame.Position = UDim2.new(0.206, 0, 1, 825)
  337. MainFrame.Size = UDim2.new(0, 580, 0, 360)
  338. MainFrame.Visible = true
  339. MainFrame.Active = true
  340.  
  341. BarMain.Name = "BarMain"
  342. BarMain.Parent = MainFrame
  343. BarMain.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  344. BarMain.BorderSizePixel = 0
  345. BarMain.Position = UDim2.new(0, 0, -0.00277777785, 0)
  346. BarMain.Size = UDim2.new(0, 580, 0, 40)
  347. BarMain.Draggable = true
  348.  
  349. Credits2.Name = "Credits2"
  350. Credits2.Parent = MainFrame
  351. Credits2.BackgroundColor3 = Color3.new(1, 1, 1)
  352. Credits2.BackgroundTransparency = 1
  353. Credits2.Position = UDim2.new(0.100000001, 0, 0.875, 0)
  354. Credits2.Size = UDim2.new(0, 200, 0, 50)
  355. Credits2.Font = Enum.Font.Highway
  356. Credits2.Text = "Purchased By RobloxExploitz.Net"
  357. Credits2.TextColor3 = Color3.new(0.74902, 0, 0)
  358. Credits2.TextSize = 20
  359.  
  360. Name2.Name = "Name2"
  361. Name2.Parent = MainFrame
  362. Name2.BackgroundColor3 = Color3.new(1, 1, 1)
  363. Name2.BackgroundTransparency = 1
  364. Name2.Position = UDim2.new(0.312068969, 0, -0.013888889, 0)
  365. Name2.Size = UDim2.new(0, 200, 0, 50)
  366. Name2.Font = Enum.Font.Highway
  367. Name2.Text = "Erlux GUI v1.4"
  368. Name2.TextColor3 = Color3.new(0.74902, 0, 0)
  369. Name2.TextSize = 40
  370. Name2.Draggable = true
  371.  
  372. ScriptsBut.Name = "ScriptsBut"
  373. ScriptsBut.Parent = MainFrame
  374. ScriptsBut.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  375. ScriptsBut.Position = UDim2.new(0.0275862068, 0, 0.338888884, 0)
  376. ScriptsBut.Size = UDim2.new(0, 200, 0, 50)
  377. ScriptsBut.Font = Enum.Font.Highway
  378. ScriptsBut.Text = "Scripts"
  379. ScriptsBut.TextColor3 = Color3.new(0.792157, 0.792157, 0.792157)
  380. ScriptsBut.TextScaled = true
  381. ScriptsBut.TextSize = 14
  382. ScriptsBut.TextWrapped = true
  383. ScriptsBut.MouseButton1Down:connect(function()
  384. MainFrame:TweenPosition(UDim2.new(0.206, 0, 1.825, 0), 'In', 'Quart', 1)
  385. ScriptFrame:TweenPosition(UDim2.new(0.206, 0, 0.325, 0), 'Out', 'Quart', 1)
  386. end)
  387.  
  388. ExecuteBut.Name = "ExecuteBut"
  389. ExecuteBut.Parent = MainFrame
  390. ExecuteBut.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  391. ExecuteBut.Position = UDim2.new(0.0275862068, 0, 0.147222221, 0)
  392. ExecuteBut.Size = UDim2.new(0, 200, 0, 50)
  393. ExecuteBut.Font = Enum.Font.Highway
  394. ExecuteBut.Text = "Execute"
  395. ExecuteBut.TextColor3 = Color3.new(0.792157, 0.792157, 0.792157)
  396. ExecuteBut.TextScaled = true
  397. ExecuteBut.TextSize = 14
  398. ExecuteBut.TextWrapped = true
  399. ExecuteBut.MouseButton1Down:connect(function()
  400. MainFrame:TweenPosition(UDim2.new(0.206, 0, 1.825, 0), 'In', 'Quart', 1)
  401. ExecuteFrame:TweenPosition(UDim2.new(0.206, 0, 0.325, 0), 'Out', 'Quart', 1)
  402. end)
  403.  
  404. SettingsBut.Name = "SettingsBut"
  405. SettingsBut.Parent = MainFrame
  406. SettingsBut.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  407. SettingsBut.Position = UDim2.new(0.844827592, 0, 0.908333361, 0)
  408. SettingsBut.Size = UDim2.new(0.134482756, 0, 0.0638888925, 0)
  409. SettingsBut.Font = Enum.Font.Highway
  410. SettingsBut.Text = "Settings"
  411. SettingsBut.TextColor3 = Color3.new(0.792157, 0.792157, 0.792157)
  412. SettingsBut.TextScaled = true
  413. SettingsBut.TextSize = 14
  414. SettingsBut.TextWrapped = true
  415. SettingsBut.MouseButton1Down:connect(function()
  416. MainFrame:TweenPosition(UDim2.new(0.206, 0, 1.825, 0), 'In', 'Quart', 1)
  417. SettingsFrame:TweenPosition(UDim2.new(0.206, 0, 0.325, 0), 'Out', 'Quart', 1)
  418. end)
  419.  
  420. CheckFE.Name = "CheckFE"
  421. CheckFE.Parent = MainFrame
  422. CheckFE.BackgroundColor3 = Color3.new(1, 1, 1)
  423. CheckFE.BackgroundTransparency = 1
  424. CheckFE.Position = UDim2.new(0.05774827585, 0, -0.00377777785, 0)
  425. CheckFE.Size = UDim2.new(0.125862062, 0, 0.111111112, 0)
  426. CheckFE.Font = Enum.Font.SourceSans
  427. CheckFE.Text = "FE"
  428. CheckFE.TextColor3 = Color3.new(0.74902, 0, 0)
  429. CheckFE.TextSize = 35
  430. if game:GetService('Workspace').FilteringEnabled == true then
  431. CheckFE.Text = "FE - ON"
  432. CheckFE.TextColor3 = Color3.new(255, 0, 0)
  433. else
  434. CheckFE.Text = "FE - OFF"
  435. CheckFE.TextColor3 = Color3.new(0, 255, 0)
  436. end
  437.  
  438. MoreButs.Name = "MoreButs"
  439. MoreButs.Parent = MainFrame
  440. MoreButs.BackgroundColor3 = Color3.new(1, 1, 1)
  441. MoreButs.BackgroundTransparency = 1
  442. MoreButs.Position = UDim2.new(0.512068987, 0, 0.152777776, 0)
  443. MoreButs.Size = UDim2.new(0, 200, 0, 50)
  444. MoreButs.Font = Enum.Font.Highway
  445. MoreButs.Text = "More buttons will be added soon ;3"
  446. MoreButs.TextColor3 = Color3.new(0.74902, 0, 0)
  447. MoreButs.TextSize = 20
  448.  
  449. CloseMain.Name = "CloseMain"
  450. CloseMain.Parent = MainFrame
  451. CloseMain.BackgroundColor3 = Color3.new(1, 1, 1)
  452. CloseMain.BackgroundTransparency = 1
  453. CloseMain.Position = UDim2.new(0.925862074, 0, 0, 0)
  454. CloseMain.Size = UDim2.new(0.068965517, 0, 0.102777779, 0)
  455. CloseMain.Font = Enum.Font.Highway
  456. CloseMain.Text = "X"
  457. CloseMain.TextColor3 = Color3.new(0.74902, 0, 0)
  458. CloseMain.TextSize = 40
  459. CloseMain.MouseButton1Down:connect(function()
  460. MainFrame:TweenPosition(UDim2.new(0.206, 0, 1.825, 0), 'In', 'Quart', 1)
  461. OpenGUI:TweenPosition(UDim2.new(0.38, 0, 0.001, 0), 'Out', 'Linear', 1)
  462. end)
  463.  
  464. ExecuteFrame.Name = "ExecuteFrame"
  465. ExecuteFrame.Parent = ErluxGUI
  466. ExecuteFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  467. ExecuteFrame.BackgroundTransparency = 0.30000001192093
  468. ExecuteFrame.BorderSizePixel = 0
  469. ExecuteFrame.Draggable = false
  470. ExecuteFrame.Position = UDim2.new(0.206, 0, 1.825, 0)
  471. ExecuteFrame.Size = UDim2.new(0, 580, 0, 360)
  472. ExecuteFrame.Visible = true
  473. ExecuteFrame.Active = true
  474.  
  475. BarExecute.Name = "BarExecute"
  476. BarExecute.Parent = ExecuteFrame
  477. BarExecute.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  478. BarExecute.BorderSizePixel = 0
  479. BarExecute.Position = UDim2.new(0, 0, -0.00277777785, 0)
  480. BarExecute.Size = UDim2.new(0, 580, 0, 40)
  481. BarExecute.Draggable = true
  482.  
  483. Name3.Name = "Name3"
  484. Name3.Parent = ExecuteFrame
  485. Name3.BackgroundColor3 = Color3.new(1, 1, 1)
  486. Name3.BackgroundTransparency = 1
  487. Name3.Position = UDim2.new(0.312068969, 0, -0.013888889, 0)
  488. Name3.Size = UDim2.new(0, 200, 0, 50)
  489. Name3.Font = Enum.Font.Highway
  490. Name3.Text = "Erlux GUI v1.4"
  491. Name3.TextColor3 = Color3.new(0.74902, 0, 0)
  492. Name3.TextSize = 40
  493. Name3.Draggable = true
  494.  
  495. ClearBut.Name = "ClearBut"
  496. ClearBut.Parent = ExecuteFrame
  497. ClearBut.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  498. ClearBut.Position = UDim2.new(0.265517235, 0, 0.897222221, 0)
  499. ClearBut.Size = UDim2.new(0.234482765, 0, 0.075000003, 0)
  500. ClearBut.Font = Enum.Font.Highway
  501. ClearBut.Text = "Clear"
  502. ClearBut.TextColor3 = Color3.new(0.792157, 0.792157, 0.792157)
  503. ClearBut.TextScaled = true
  504. ClearBut.TextSize = 14
  505. ClearBut.TextWrapped = true
  506. ClearBut.MouseButton1Down:connect(function()
  507. InputText.Text = ""
  508. end)
  509.  
  510. ExecuteButton.Name = "ExecuteButton"
  511. ExecuteButton.Parent = ExecuteFrame
  512. ExecuteButton.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  513. ExecuteButton.Position = UDim2.new(0.0155172413, 0, 0.897222221, 0)
  514. ExecuteButton.Size = UDim2.new(0.231034487, 0, 0.075000003, 0)
  515. ExecuteButton.Font = Enum.Font.Highway
  516. ExecuteButton.Text = "Execute"
  517. ExecuteButton.TextColor3 = Color3.new(0.792157, 0.792157, 0.792157)
  518. ExecuteButton.TextScaled = true
  519. ExecuteButton.TextSize = 14
  520. ExecuteButton.TextWrapped = true
  521. ExecuteButton.MouseButton1Down:connect(function()
  522. loadstring(InputText.Text)()
  523. end)
  524.  
  525. CloseExecute.Name = "CloseExecute"
  526. CloseExecute.Parent = ExecuteFrame
  527. CloseExecute.BackgroundColor3 = Color3.new(1, 1, 1)
  528. CloseExecute.BackgroundTransparency = 1
  529. CloseExecute.Position = UDim2.new(0.925862074, 0, 0, 0)
  530. CloseExecute.Size = UDim2.new(0.068965517, 0, 0.102777779, 0)
  531. CloseExecute.Font = Enum.Font.Highway
  532. CloseExecute.Text = "X"
  533. CloseExecute.TextColor3 = Color3.new(0.74902, 0, 0)
  534. CloseExecute.TextSize = 40
  535. CloseExecute.MouseButton1Down:connect(function()
  536. MainFrame:TweenPosition(UDim2.new(0.206, 0, 0.325, 0), 'Out', 'Quart', 1)
  537. ExecuteFrame:TweenPosition(UDim2.new(0.206, 0, 1.825, 0), 'In', 'Quart', 1)
  538. end)
  539.  
  540. ExecuteTextFrame.Name = "ExecuteTextFrame"
  541. ExecuteTextFrame.Parent = ExecuteFrame
  542. ExecuteTextFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  543. ExecuteTextFrame.Position = UDim2.new(0.0189655181, 0, 0.127777785, 0)
  544. ExecuteTextFrame.Size = UDim2.new(0.960344851, 0, 0.736111104, 0)
  545. ExecuteTextFrame.CanvasSize = UDim2.new(0, 0, 500, 0)
  546.  
  547. InputText.Name = "InputText"
  548. InputText.Parent = ExecuteTextFrame
  549. InputText.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  550. InputText.BorderColor3 = Color3.new(0.74902, 0, 0)
  551. InputText.Font = Enum.Font.Highway
  552. InputText.PlaceholderColor3 = Color3.new(0.74902, 0, 0)
  553. InputText.Text = "Enter your script here"
  554. InputText.TextColor3 = Color3.new(0.74902, 0, 0)
  555. InputText.TextSize = 15
  556. InputText.TextXAlignment = Enum.TextXAlignment.Left
  557. InputText.TextYAlignment = Enum.TextYAlignment.Top
  558. InputText.MultiLine = true
  559. InputText.ClearTextOnFocus = false
  560. InputText.Size = UDim2.new(0.977, 0, 0.751, 0)
  561. InputText.TextWrapped = true
  562.  
  563. ScriptFrame.Name = "ScriptFrame"
  564. ScriptFrame.Parent = ErluxGUI
  565. ScriptFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  566. ScriptFrame.BackgroundTransparency = 0.30000001192093
  567. ScriptFrame.BorderSizePixel = 0
  568. ScriptFrame.Draggable = true
  569. ScriptFrame.Position = UDim2.new(0.206, 0, 1.825, 0)
  570. ScriptFrame.Size = UDim2.new(0, 580, 0, 360)
  571. ScriptFrame.Visible = true
  572. ScriptFrame.Active = true
  573.  
  574. BarScripts.Name = "BarScripts"
  575. BarScripts.Parent = ScriptFrame
  576. BarScripts.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  577. BarScripts.BorderSizePixel = 0
  578. BarScripts.Position = UDim2.new(0, 0, -0.00277777785, 0)
  579. BarScripts.Size = UDim2.new(0, 580, 0, 40)
  580. BarScripts.Draggable = true
  581.  
  582. Credits4.Name = "Credits4"
  583. Credits4.Parent = ScriptFrame
  584. Credits4.BackgroundColor3 = Color3.new(1, 1, 1)
  585. Credits4.BackgroundTransparency = 1
  586. Credits4.Position = UDim2.new(0.100000001, 0, 0.875, 0)
  587. Credits4.Size = UDim2.new(0, 200, 0, 50)
  588. Credits4.Font = Enum.Font.Highway
  589. Credits4.Text = "Purchased By RobloxExploitz.Net"
  590. Credits4.TextColor3 = Color3.new(0.74902, 0, 0)
  591. Credits4.TextSize = 20
  592.  
  593. Name5.Name = "Name5"
  594. Name5.Parent = ScriptFrame
  595. Name5.BackgroundColor3 = Color3.new(1, 1, 1)
  596. Name5.BackgroundTransparency = 1
  597. Name5.Position = UDim2.new(0.312068969, 0, -0.013888889, 0)
  598. Name5.Size = UDim2.new(0, 200, 0, 50)
  599. Name5.Font = Enum.Font.Highway
  600. Name5.Text = "Erlux GUI v1.4"
  601. Name5.TextColor3 = Color3.new(0.74902, 0, 0)
  602. Name5.TextSize = 40
  603. Name5.Draggable = true
  604.  
  605. GameScriptsBut.Name = "GameScriptsBut"
  606. GameScriptsBut.Parent = ScriptFrame
  607. GameScriptsBut.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  608. GameScriptsBut.Position = UDim2.new(0.0275862068, 0, 0.169444442, 0)
  609. GameScriptsBut.Size = UDim2.new(0, 200, 0, 50)
  610. GameScriptsBut.Font = Enum.Font.Highway
  611. GameScriptsBut.Text = "Games"
  612. GameScriptsBut.TextColor3 = Color3.new(0.792157, 0.792157, 0.792157)
  613. GameScriptsBut.TextScaled = true
  614. GameScriptsBut.TextSize = 14
  615. GameScriptsBut.TextWrapped = true
  616. GameScriptsBut.MouseButton1Down:connect(function()
  617. ScriptFrame:TweenPosition(UDim2.new(0.206, 0, 1.825, 0), 'In', 'Quart', 1)
  618. GamesFrame:TweenPosition(UDim2.new(0.206, 0, 0.325, 0), 'Out', 'Quart', 1)
  619. end)
  620.  
  621. FEGUI.Name = "FEGUI"
  622. FEGUI.Parent = ScriptFrame
  623. FEGUI.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  624. FEGUI.Position = UDim2.new(0.428000003, 0, 0.169444442, 0)
  625. FEGUI.Size = UDim2.new(0, 200, 0, 50)
  626. FEGUI.Font = Enum.Font.Highway
  627. FEGUI.Text = "FE Gui"
  628. FEGUI.TextColor3 = Color3.new(0.792157, 0.792157, 0.792157)
  629. FEGUI.TextScaled = true
  630. FEGUI.TextSize = 14
  631. FEGUI.TextWrapped = true
  632. FEGUI.MouseButton1Down:connect(function()
  633. loadstring(Game:GetObjects("rbxassetid://1329972470")[1].Source)()
  634. end)
  635.  
  636. CloseScripts.Name = "CloseScripts"
  637. CloseScripts.Parent = ScriptFrame
  638. CloseScripts.BackgroundColor3 = Color3.new(1, 1, 1)
  639. CloseScripts.BackgroundTransparency = 1
  640. CloseScripts.Position = UDim2.new(0.925862074, 0, 0, 0)
  641. CloseScripts.Size = UDim2.new(0.068965517, 0, 0.102777779, 0)
  642. CloseScripts.Font = Enum.Font.Highway
  643. CloseScripts.Text = "X"
  644. CloseScripts.TextColor3 = Color3.new(0.74902, 0, 0)
  645. CloseScripts.TextSize = 40
  646. CloseScripts.MouseButton1Down:connect(function()
  647. ScriptFrame:TweenPosition(UDim2.new(0.206, 0, 1.825, 0), 'In', 'Quart', 1)
  648. MainFrame:TweenPosition(UDim2.new(0.206, 0, 0.325, 0), 'Out', 'Quart', 1)
  649. end)
  650.  
  651. Rocky2uAdmin.Name = "Rocky2uAdmin"
  652. Rocky2uAdmin.Parent = ScriptFrame
  653. Rocky2uAdmin.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  654. Rocky2uAdmin.Position = UDim2.new(0.0275862068, 0, 0.336111099, 0)
  655. Rocky2uAdmin.Size = UDim2.new(0, 200, 0, 50)
  656. Rocky2uAdmin.Font = Enum.Font.Highway
  657. Rocky2uAdmin.Text = "Rocky2u Admin"
  658. Rocky2uAdmin.TextColor3 = Color3.new(0.792157, 0.792157, 0.792157)
  659. Rocky2uAdmin.TextScaled = true
  660. Rocky2uAdmin.TextSize = 14
  661. Rocky2uAdmin.TextWrapped = true
  662. Rocky2uAdmin.MouseButton1Down:connect(function()
  663. loadstring(game:GetObjects('rbxassetid://1329975599')[1].Source)()
  664. end)
  665.  
  666. KidnapVan.Name = "KidnapVan"
  667. KidnapVan.Parent = ScriptFrame
  668. KidnapVan.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  669. KidnapVan.Position = UDim2.new(0.428000003, 0, 0.336111099, 0)
  670. KidnapVan.Size = UDim2.new(0, 200, 0, 50)
  671. KidnapVan.Font = Enum.Font.Highway
  672. KidnapVan.Text = "Kidnap Van"
  673. KidnapVan.TextColor3 = Color3.new(0.792157, 0.792157, 0.792157)
  674. KidnapVan.TextScaled = true
  675. KidnapVan.TextSize = 14
  676. KidnapVan.TextWrapped = true
  677. KidnapVan.MouseButton1Down:connect(function()
  678. -- Objects
  679.  
  680. local VanPlayerGui = Instance.new("ScreenGui")
  681. local Physic = Instance.new("Frame")
  682. local player = Instance.new("TextBox")
  683. local TextLabel = Instance.new("TextLabel")
  684. local TextLabel_2 = Instance.new("TextLabel")
  685. local TextLabel_3 = Instance.new("TextLabel")
  686. local TextLabel_4 = Instance.new("TextLabel")
  687. local vanit = Instance.new("TextButton")
  688.  
  689.  
  690. -- Properties
  691.  
  692. VanPlayerGui.Name = "VanPlayerGui"
  693. VanPlayerGui.Parent = game.CoreGui
  694.  
  695. Physic.Name = "Physic"
  696. Physic.Parent = VanPlayerGui
  697. Physic.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  698. Physic.Transparency = 0.3
  699. Physic.BorderSizePixel = 0
  700. Physic.Position = UDim2.new(0.48652932, 0, 0.260391206, 0)
  701. Physic.Size = UDim2.new(0, 248, 0, 225)
  702.  
  703. player.Name = "player"
  704. player.Parent = Physic
  705. player.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  706. player.BorderSizePixel = 0
  707. player.Position = UDim2.new(0.0958141237, 0, 0.485386729, 0)
  708. player.Size = UDim2.new(0, 200, 0, 50)
  709. player.Font = Enum.Font.SourceSans
  710. player.FontSize = Enum.FontSize.Size14
  711. player.Text = "Enter player's name"
  712. player.TextColor3 = Color3.new(0.792157, 0.792157, 0.792157)
  713. player.TextSize = 14
  714.  
  715. TextLabel.Parent = Physic
  716. TextLabel.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  717. TextLabel.BorderSizePixel = 0
  718. TextLabel.Size = UDim2.new(0, 248, 0, 46)
  719. TextLabel.Font = Enum.Font.SourceSans
  720. TextLabel.FontSize = Enum.FontSize.Size24
  721. TextLabel.Text = "Purchased By RobloxExploitz.Net"
  722. TextLabel.TextColor3 = Color3.new(0.792157, 0.792157, 0.792157)
  723. TextLabel.TextSize = 21
  724.  
  725. TextLabel_2.Parent = Physic
  726. TextLabel_2.BackgroundColor3 = Color3.new(0, 0, 0)
  727. TextLabel_2.BorderSizePixel = 0
  728. TextLabel_2.Position = UDim2.new(0, 0, 1, 0)
  729. TextLabel_2.Size = UDim2.new(0, 248, 0, 7)
  730. TextLabel_2.Font = Enum.Font.SourceSans
  731. TextLabel_2.FontSize = Enum.FontSize.Size24
  732. TextLabel_2.Text = ""
  733. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  734. TextLabel_2.TextSize = 21
  735.  
  736. TextLabel_3.Parent = Physic
  737. TextLabel_3.BackgroundColor3 = Color3.new(0, 0, 0)
  738. TextLabel_3.BorderSizePixel = 0
  739. TextLabel_3.Position = UDim2.new(1, 0, 0, 0)
  740. TextLabel_3.Size = UDim2.new(0, 7, 0, 232)
  741. TextLabel_3.Font = Enum.Font.SourceSans
  742. TextLabel_3.FontSize = Enum.FontSize.Size24
  743. TextLabel_3.Text = ""
  744. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  745. TextLabel_3.TextSize = 21
  746.  
  747. TextLabel_4.Parent = Physic
  748. TextLabel_4.BackgroundColor3 = Color3.new(0.313726, 0.313726, 0.313726)
  749. TextLabel_4.BorderSizePixel = 0
  750. TextLabel_4.Position = UDim2.new(0, 0, 0.204444438, 0)
  751. TextLabel_4.Size = UDim2.new(0, 248, 0, 7)
  752. TextLabel_4.Font = Enum.Font.SourceSans
  753. TextLabel_4.FontSize = Enum.FontSize.Size24
  754. TextLabel_4.Text = ""
  755. TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
  756. TextLabel_4.TextSize = 21
  757.  
  758. vanit.Name = "vanit"
  759. vanit.Parent = Physic
  760. vanit.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  761. vanit.BackgroundTransparency = -0.0099999997764826
  762. vanit.BorderSizePixel = 0
  763. vanit.Position = UDim2.new(0.0967741907, 0, 0.75999999, 0)
  764. vanit.Size = UDim2.new(0, 200, 0, 42)
  765. vanit.Font = Enum.Font.SourceSans
  766. vanit.FontSize = Enum.FontSize.Size24
  767. vanit.Text = "KIDNAP"
  768. vanit.TextColor3 = Color3.new(0.792157, 0.792157, 0.792157)
  769. vanit.TextSize = 21
  770.  
  771. Physic.Active = true
  772. Physic.Draggable = true
  773.  
  774. local Username = Physic.player
  775.  
  776. vanit.MouseButton1Down:connect(function()
  777. Victim = Username.Text
  778. o1 = Instance.new("Model")
  779. o2 = Instance.new("Part")
  780. o3 = Instance.new("CylinderMesh")
  781. o4 = Instance.new("Part")
  782. o5 = Instance.new("SpecialMesh")
  783. o6 = Instance.new("Part")
  784. o7 = Instance.new("SpecialMesh")
  785. o8 = Instance.new("Part")
  786. o9 = Instance.new("BlockMesh")
  787. o10 = Instance.new("Part")
  788. o11 = Instance.new("BlockMesh")
  789. o12 = Instance.new("Part")
  790. o13 = Instance.new("Part")
  791. o14 = Instance.new("BlockMesh")
  792. o15 = Instance.new("Part")
  793. o16 = Instance.new("SpecialMesh")
  794. o17 = Instance.new("Part")
  795. o18 = Instance.new("SpecialMesh")
  796. o19 = Instance.new("Part")
  797. o20 = Instance.new("SpecialMesh")
  798. o21 = Instance.new("Sound")
  799. o22 = Instance.new("Part")
  800. o23 = Instance.new("BlockMesh")
  801. o24 = Instance.new("Part")
  802. o25 = Instance.new("SpecialMesh")
  803. o26 = Instance.new("Part")
  804. o27 = Instance.new("BlockMesh")
  805. o28 = Instance.new("Part")
  806. o29 = Instance.new("SpecialMesh")
  807. o30 = Instance.new("Part")
  808. o31 = Instance.new("BlockMesh")
  809. o32 = Instance.new("Part")
  810. o33 = Instance.new("BlockMesh")
  811. o34 = Instance.new("Part")
  812. o35 = Instance.new("BlockMesh")
  813. o36 = Instance.new("Part")
  814. o37 = Instance.new("BlockMesh")
  815. o38 = Instance.new("Part")
  816. o39 = Instance.new("Part")
  817. o40 = Instance.new("BlockMesh")
  818. o41 = Instance.new("Part")
  819. o42 = Instance.new("BlockMesh")
  820. o43 = Instance.new("Part")
  821. o44 = Instance.new("BlockMesh")
  822. o45 = Instance.new("Part")
  823. o46 = Instance.new("SpecialMesh")
  824. o47 = Instance.new("Part")
  825. o48 = Instance.new("BlockMesh")
  826. o49 = Instance.new("Part")
  827. o50 = Instance.new("BlockMesh")
  828. o51 = Instance.new("Part")
  829. o52 = Instance.new("BlockMesh")
  830. o53 = Instance.new("Part")
  831. o54 = Instance.new("SpecialMesh")
  832. o55 = Instance.new("Part")
  833. o56 = Instance.new("SpecialMesh")
  834. o57 = Instance.new("Part")
  835. o58 = Instance.new("BlockMesh")
  836. o59 = Instance.new("Part")
  837. o60 = Instance.new("BlockMesh")
  838. o61 = Instance.new("Part")
  839. o62 = Instance.new("BlockMesh")
  840. o63 = Instance.new("Part")
  841. o64 = Instance.new("Part")
  842. o65 = Instance.new("Part")
  843. o66 = Instance.new("BlockMesh")
  844. o67 = Instance.new("Part")
  845. o68 = Instance.new("BlockMesh")
  846. o69 = Instance.new("Part")
  847. o70 = Instance.new("BlockMesh")
  848. o71 = Instance.new("Part")
  849. o72 = Instance.new("BlockMesh")
  850. o73 = Instance.new("Part")
  851. o74 = Instance.new("SpecialMesh")
  852. o75 = Instance.new("Decal")
  853. o76 = Instance.new("Part")
  854. o77 = Instance.new("Part")
  855. o78 = Instance.new("BlockMesh")
  856. o79 = Instance.new("Part")
  857. o80 = Instance.new("SpecialMesh")
  858. o81 = Instance.new("Decal")
  859. o82 = Instance.new("Part")
  860. o83 = Instance.new("SpecialMesh")
  861. o84 = Instance.new("Humanoid")
  862. o85 = Instance.new("Part")
  863. o86 = Instance.new("Part")
  864. o87 = Instance.new("Part")
  865. o88 = Instance.new("Decal")
  866. o89 = Instance.new("Motor6D")
  867. o90 = Instance.new("Motor6D")
  868. o91 = Instance.new("Motor6D")
  869. o92 = Instance.new("Motor6D")
  870. o93 = Instance.new("Motor6D")
  871. o94 = Instance.new("Part")
  872. o95 = Instance.new("Part")
  873. o96 = Instance.new("Part")
  874. o97 = Instance.new("Part")
  875. o98 = Instance.new("Part")
  876. o99 = Instance.new("Decal")
  877. o100 = Instance.new("Motor6D")
  878. o101 = Instance.new("Motor6D")
  879. o102 = Instance.new("Motor6D")
  880. o103 = Instance.new("Part")
  881. o104 = Instance.new("Part")
  882. o105 = Instance.new("Part")
  883. o106 = Instance.new("Part")
  884. o107 = Instance.new("Part")
  885. o108 = Instance.new("CylinderMesh")
  886. o109 = Instance.new("Part")
  887. o110 = Instance.new("CylinderMesh")
  888. o111 = Instance.new("Part")
  889. o112 = Instance.new("CylinderMesh")
  890. o113 = Instance.new("Part")
  891. o114 = Instance.new("CylinderMesh")
  892. o115 = Instance.new("Part")
  893. o116 = Instance.new("CylinderMesh")
  894. o117 = Instance.new("Part")
  895. o118 = Instance.new("CylinderMesh")
  896. o119 = Instance.new("Part")
  897. o120 = Instance.new("CylinderMesh")
  898. o121 = Instance.new("Part")
  899. o122 = Instance.new("SpecialMesh")
  900. o123 = Instance.new("Part")
  901. o124 = Instance.new("Decal")
  902. o1.Name = " "
  903. o1.Parent = workspace
  904. o2.Parent = o1
  905. o2.Position = Vector3.new(95.3486252, 1.50001001, 18.4564877)
  906. o2.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  907. o2.Anchored = true
  908. o2.FormFactor = Enum.FormFactor.Symmetric
  909. o2.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  910. 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)
  911. o3.Parent = o2
  912. o4.Parent = o1
  913. o4.BrickColor = BrickColor.new("Institutional white")
  914. o4.Position = Vector3.new(96.3181839, 7.00000668, 9.31151104)
  915. o4.Rotation = Vector3.new(90, 89.9314728, -90)
  916. o4.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  917. o4.Velocity = Vector3.new(-0.000346515269, 0.00201798417, -0.00195027643)
  918. o4.Anchored = true
  919. o4.FormFactor = Enum.FormFactor.Plate
  920. o4.Size = Vector3.new(1, 2.4000001, 2)
  921. o4.CFrame = CFrame.new(96.3181839, 7.00000668, 9.31151104, 0, 3.96052044e-008, 0.999999285, 0, 1, -3.97634246e-008, -1, 0, 0)
  922. o4.BackSurface = Enum.SurfaceType.Weld
  923. o4.BottomSurface = Enum.SurfaceType.Weld
  924. o4.LeftSurface = Enum.SurfaceType.Weld
  925. o4.TopSurface = Enum.SurfaceType.Weld
  926. o4.Color = Color3.new(0.972549, 0.972549, 0.972549)
  927. o5.Parent = o4
  928. o5.MeshType = Enum.MeshType.Wedge
  929. o6.Parent = o1
  930. o6.Material = Enum.Material.SmoothPlastic
  931. o6.BrickColor = BrickColor.new("Really black")
  932. o6.Transparency = 0.5
  933. o6.Position = Vector3.new(96.3181839, 7.00000668, 13.8115101)
  934. o6.Rotation = Vector3.new(90, 89.9440536, -90)
  935. o6.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  936. o6.Velocity = Vector3.new(0.000965324172, 0.00135755131, -0.00195027643)
  937. o6.Anchored = true
  938. o6.FormFactor = Enum.FormFactor.Plate
  939. o6.Size = Vector3.new(8, 2.4000001, 1.99999976)
  940. o6.CFrame = CFrame.new(96.3181839, 7.00000668, 13.8115101, 0, 3.96315798e-008, 0.999999523, 0, 1, -3.97370599e-008, -1, 0, 0)
  941. o6.BackSurface = Enum.SurfaceType.Weld
  942. o6.BottomSurface = Enum.SurfaceType.Weld
  943. o6.LeftSurface = Enum.SurfaceType.Weld
  944. o6.RightSurface = Enum.SurfaceType.Weld
  945. o6.TopSurface = Enum.SurfaceType.Weld
  946. o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  947. o7.Parent = o6
  948. o7.MeshType = Enum.MeshType.Wedge
  949. o8.Parent = o1
  950. o8.BrickColor = BrickColor.new("Br. yellowish orange")
  951. o8.Position = Vector3.new(92.2182083, 4.00000715, 9.61151409)
  952. o8.Rotation = Vector3.new(-0, 0, -2.26619136e-006)
  953. o8.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  954. o8.Velocity = Vector3.new(-0.000475873821, 0.00227026758, -0.00119533995)
  955. o8.Anchored = true
  956. o8.FormFactor = Enum.FormFactor.Custom
  957. o8.Size = Vector3.new(0.200000003, 0.800000012, 0.799999714)
  958. o8.CFrame = CFrame.new(92.2182083, 4.00000715, 9.61151409, 0.999998808, 3.95524538e-008, 0, -3.98161575e-008, 1, 0, 0, 0, 1)
  959. o8.BackSurface = Enum.SurfaceType.Weld
  960. o8.BottomSurface = Enum.SurfaceType.Weld
  961. o8.FrontSurface = Enum.SurfaceType.Weld
  962. o8.LeftSurface = Enum.SurfaceType.Weld
  963. o8.RightSurface = Enum.SurfaceType.Weld
  964. o8.TopSurface = Enum.SurfaceType.Weld
  965. o8.Color = Color3.new(0.886275, 0.607843, 0.25098)
  966. o9.Parent = o8
  967. o10.Parent = o1
  968. o10.BrickColor = BrickColor.new("Institutional white")
  969. o10.Position = Vector3.new(105.317894, 8.40004158, 9.31151295)
  970. o10.Rotation = Vector3.new(-0, 0, -2.21330401e-006)
  971. o10.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  972. o10.Velocity = Vector3.new(-0.000245332019, 0.00136755884, -0.00436839834)
  973. o10.Anchored = true
  974. o10.CanCollide = false
  975. game.Players[Victim].Character.Humanoid.WalkSpeed = 0
  976. game.Players[Victim].Character.Humanoid.JumpPower = 0
  977. o10.FormFactor = Enum.FormFactor.Plate
  978. o10.Size = Vector3.new(14, 0.400000006, 1)
  979. o10.CFrame = CFrame.new(105.317894, 8.40004158, 9.31151295, 0.999999762, 3.86294303e-008, 0, -3.86821704e-008, 1, 0, 0, 0, 1)
  980. o10.BackSurface = Enum.SurfaceType.Weld
  981. o10.BottomSurface = Enum.SurfaceType.Weld
  982. o10.FrontSurface = Enum.SurfaceType.Weld
  983. o10.LeftSurface = Enum.SurfaceType.Weld
  984. o10.RightSurface = Enum.SurfaceType.Weld
  985. o10.TopSurface = Enum.SurfaceType.Weld
  986. o10.Color = Color3.new(0.972549, 0.972549, 0.972549)
  987. o11.Parent = o10
  988. o12.Name = "DOOR"
  989. o12.Parent = o1
  990. o12.BrickColor = BrickColor.new("Institutional white")
  991. o12.Position = Vector3.new(103.708466, 5.81500626, 9.31151104)
  992. o12.Rotation = Vector3.new(-0, 0, -4.43210411e-006)
  993. o12.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  994. o12.Velocity = Vector3.new(-0.000432157307, 0.00148387556, -0.00427860441)
  995. o12.Anchored = true
  996. o12.CanCollide = false
  997. o12.FormFactor = Enum.FormFactor.Plate
  998. o12.Size = Vector3.new(5.22000027, 4.82999992, 1)
  999. o12.CFrame = CFrame.new(103.708466, 5.81500626, 9.31151104, 1, 7.73548052e-008, 0, -7.73548052e-008, 1, 0, 0, 0, 1)
  1000. o12.BottomSurface = Enum.SurfaceType.Weld
  1001. o12.LeftSurface = Enum.SurfaceType.Weld
  1002. o12.RightSurface = Enum.SurfaceType.Weld
  1003. o12.TopSurface = Enum.SurfaceType.Weld
  1004. o12.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1005. o13.Parent = o1
  1006. o13.BrickColor = BrickColor.new("White")
  1007. o13.Position = Vector3.new(109.818169, 5.80000877, 9.31151104)
  1008. o13.Rotation = Vector3.new(-0, 0, -2.25410599e-006)
  1009. o13.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1010. o13.Velocity = Vector3.new(-0.00043324125, 0.00104231632, -0.006061906)
  1011. o13.Anchored = true
  1012. o13.FormFactor = Enum.FormFactor.Plate
  1013. o13.Size = Vector3.new(7, 4.80000019, 1)
  1014. o13.CFrame = CFrame.new(109.818169, 5.80000877, 9.31151104, 0.999996901, 3.9341451e-008, 0, -4.00270856e-008, 1, 0, 0, 0, 1)
  1015. o13.BackSurface = Enum.SurfaceType.Weld
  1016. o13.BottomSurface = Enum.SurfaceType.Weld
  1017. o13.FrontSurface = Enum.SurfaceType.Weld
  1018. o13.LeftSurface = Enum.SurfaceType.Weld
  1019. o13.RightSurface = Enum.SurfaceType.Weld
  1020. o13.TopSurface = Enum.SurfaceType.Weld
  1021. o13.Color = Color3.new(0.94902, 0.952941, 0.952941)
  1022. o14.Parent = o13
  1023. o15.Parent = o1
  1024. o15.BrickColor = BrickColor.new("Institutional white")
  1025. o15.Position = Vector3.new(97.817894, 8.40000725, 13.8115139)
  1026. o15.Rotation = Vector3.new(90, 89.960434, -90)
  1027. o15.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1028. o15.Velocity = Vector3.new(0.00106650498, 0.00124916411, -0.00218200427)
  1029. o15.Anchored = true
  1030. o15.CanCollide = false
  1031. o15.FormFactor = Enum.FormFactor.Plate
  1032. o15.Size = Vector3.new(10, 0.400000006, 1)
  1033. o15.CFrame = CFrame.new(97.817894, 8.40000725, 13.8115139, 0, 3.86294303e-008, 0.999999762, 0, 1, -3.86821704e-008, -1, 0, 0)
  1034. o15.BackSurface = Enum.SurfaceType.Weld
  1035. o15.BottomSurface = Enum.SurfaceType.Weld
  1036. o15.TopSurface = Enum.SurfaceType.Weld
  1037. o15.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1038. o16.Parent = o15
  1039. o16.MeshType = Enum.MeshType.Wedge
  1040. o17.Parent = o1
  1041. o17.BrickColor = BrickColor.new("Institutional white")
  1042. o17.Position = Vector3.new(96.3181839, 7.00000668, 18.3115101)
  1043. o17.Rotation = Vector3.new(90, 89.9314728, -90)
  1044. o17.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1045. o17.Velocity = Vector3.new(0.00227716356, 0.000697118347, -0.00195027643)
  1046. o17.Anchored = true
  1047. o17.FormFactor = Enum.FormFactor.Plate
  1048. o17.Size = Vector3.new(1, 2.4000001, 2)
  1049. o17.CFrame = CFrame.new(96.3181839, 7.00000668, 18.3115101, 0, 3.96052044e-008, 0.999999285, 0, 1, -3.97634246e-008, -1, 0, 0)
  1050. o17.BackSurface = Enum.SurfaceType.Weld
  1051. o17.BottomSurface = Enum.SurfaceType.Weld
  1052. o17.RightSurface = Enum.SurfaceType.Weld
  1053. o17.TopSurface = Enum.SurfaceType.Weld
  1054. o17.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1055. o18.Parent = o17
  1056. o18.MeshType = Enum.MeshType.Wedge
  1057. o19.Parent = o1
  1058. o19.BrickColor = BrickColor.new("Institutional white")
  1059. o19.Position = Vector3.new(93.8181839, 5.20000744, 13.8115101)
  1060. o19.Rotation = Vector3.new(90, 89.8573456, -90)
  1061. o19.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1062. o19.Velocity = Vector3.new(0.000835234998, 0.00153823046, -0.00148565089)
  1063. o19.Anchored = true
  1064. o19.FormFactor = Enum.FormFactor.Plate
  1065. o19.Size = Vector3.new(10, 1.20000005, 3)
  1066. o19.CFrame = CFrame.new(93.8181839, 5.20000744, 13.8115101, 0, 3.77325726e-008, 0.999996901, 0, 1, -3.84182002e-008, -1, 0, 0)
  1067. o19.BackSurface = Enum.SurfaceType.Weld
  1068. o19.BottomSurface = Enum.SurfaceType.Weld
  1069. o19.TopSurface = Enum.SurfaceType.Weld
  1070. o19.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1071. o20.Parent = o19
  1072. o20.MeshType = Enum.MeshType.Wedge
  1073. o21.Parent = o19
  1074. o21.SoundId = "rbxassetid://532147820"
  1075. o21.Looped = true
  1076. o22.Parent = o1
  1077. o22.BrickColor = BrickColor.new("Institutional white")
  1078. o22.Position = Vector3.new(96.3182907, 4.60000753, 9.31151104)
  1079. o22.Rotation = Vector3.new(-0, 0, -2.23446773e-006)
  1080. o22.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1081. o22.Velocity = Vector3.new(-0.000519967522, 0.00201797695, -0.00230253674)
  1082. o22.Anchored = true
  1083. o22.FormFactor = Enum.FormFactor.Plate
  1084. o22.Size = Vector3.new(2, 2.4000001, 1)
  1085. o22.CFrame = CFrame.new(96.3182907, 4.60000753, 9.31151104, 0.999993801, 3.8998575e-008, 0, -4.03698408e-008, 1, 0, 0, 0, 1)
  1086. o22.BackSurface = Enum.SurfaceType.Weld
  1087. o22.BottomSurface = Enum.SurfaceType.Weld
  1088. o22.FrontSurface = Enum.SurfaceType.Weld
  1089. o22.LeftSurface = Enum.SurfaceType.Weld
  1090. o22.RightSurface = Enum.SurfaceType.Weld
  1091. o22.TopSurface = Enum.SurfaceType.Weld
  1092. o22.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1093. o23.Parent = o22
  1094. o24.Parent = o1
  1095. o24.BrickColor = BrickColor.new("Institutional white")
  1096. o24.Position = Vector3.new(113.817245, 6.80000734, 18.3115101)
  1097. o24.Rotation = Vector3.new(-0, -90, 0)
  1098. o24.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1099. o24.Velocity = Vector3.new(0.00226270943, -0.000567569688, -0.00708095264)
  1100. o24.Anchored = true
  1101. o24.FormFactor = Enum.FormFactor.Plate
  1102. o24.Size = Vector3.new(1, 2.79999995, 1)
  1103. o24.CFrame = CFrame.new(113.817245, 6.80000734, 18.3115101, 0, 5.54578605e-008, -1, 0, 1, 5.54578605e-008, 1, 0, 0)
  1104. o24.BackSurface = Enum.SurfaceType.Weld
  1105. o24.BottomSurface = Enum.SurfaceType.Weld
  1106. o24.TopSurface = Enum.SurfaceType.Weld
  1107. o24.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1108. o25.Parent = o24
  1109. o25.MeshType = Enum.MeshType.Wedge
  1110. o26.Parent = o1
  1111. o26.BrickColor = BrickColor.new("Institutional white")
  1112. o26.Position = Vector3.new(93.0181885, 2.60000825, 13.8115101)
  1113. o26.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  1114. o26.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1115. o26.Velocity = Vector3.new(0.000647328445, 0.00159604801, -0.00163401756)
  1116. o26.Anchored = true
  1117. o26.FormFactor = Enum.FormFactor.Plate
  1118. o26.Size = Vector3.new(1.39999998, 1.60000002, 10)
  1119. o26.CFrame = CFrame.new(93.0181885, 2.60000825, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  1120. o26.BackSurface = Enum.SurfaceType.Weld
  1121. o26.BottomSurface = Enum.SurfaceType.Weld
  1122. o26.FrontSurface = Enum.SurfaceType.Weld
  1123. o26.LeftSurface = Enum.SurfaceType.Weld
  1124. o26.RightSurface = Enum.SurfaceType.Weld
  1125. o26.TopSurface = Enum.SurfaceType.Weld
  1126. o26.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1127. o27.Parent = o26
  1128. o28.Parent = o1
  1129. o28.BrickColor = BrickColor.new("Institutional white")
  1130. o28.Position = Vector3.new(113.818176, 6.80000877, 9.31151104)
  1131. o28.Rotation = Vector3.new(-90, -89.7982635, -90)
  1132. o28.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1133. o28.Velocity = Vector3.new(-0.000360969483, 0.000753228669, -0.00708122458)
  1134. o28.Anchored = true
  1135. o28.FormFactor = Enum.FormFactor.Plate
  1136. o28.Size = Vector3.new(1, 2.79999995, 1)
  1137. o28.CFrame = CFrame.new(113.818176, 6.80000877, 9.31151104, 0, 3.89985715e-008, -0.999993801, 0, 1, 4.03698408e-008, 1, 0, 0)
  1138. o28.BackSurface = Enum.SurfaceType.Weld
  1139. o28.BottomSurface = Enum.SurfaceType.Weld
  1140. o28.TopSurface = Enum.SurfaceType.Weld
  1141. o28.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1142. o29.Parent = o28
  1143. o29.MeshType = Enum.MeshType.Wedge
  1144. o30.Parent = o1
  1145. o30.BrickColor = BrickColor.new("Institutional white")
  1146. o30.Position = Vector3.new(96.3181992, 4.60000753, 18.3115101)
  1147. o30.Rotation = Vector3.new(-0, 0, -2.26770203e-006)
  1148. o30.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1149. o30.Velocity = Vector3.new(0.00210371148, 0.000697117415, -0.0023025109)
  1150. o30.Anchored = true
  1151. o30.FormFactor = Enum.FormFactor.Plate
  1152. o30.Size = Vector3.new(2, 2.4000001, 1)
  1153. o30.CFrame = CFrame.new(96.3181992, 4.60000753, 18.3115101, 0.999999046, 3.95788291e-008, 0, -3.97897928e-008, 1, 0, 0, 0, 1)
  1154. o30.BackSurface = Enum.SurfaceType.Weld
  1155. o30.BottomSurface = Enum.SurfaceType.Weld
  1156. o30.FrontSurface = Enum.SurfaceType.Weld
  1157. o30.LeftSurface = Enum.SurfaceType.Weld
  1158. o30.RightSurface = Enum.SurfaceType.Weld
  1159. o30.TopSurface = Enum.SurfaceType.Weld
  1160. o30.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1161. o31.Parent = o30
  1162. o32.Parent = o1
  1163. o32.BrickColor = BrickColor.new("Dark stone grey")
  1164. o32.Position = Vector3.new(95.8181839, 4.60000753, 13.8115101)
  1165. o32.Rotation = Vector3.new(90, 89.960434, -90)
  1166. o32.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1167. o32.Velocity = Vector3.new(0.000791871978, 0.00139368721, -0.00215674727)
  1168. o32.Anchored = true
  1169. o32.FormFactor = Enum.FormFactor.Plate
  1170. o32.Size = Vector3.new(8, 2.4000001, 1)
  1171. o32.CFrame = CFrame.new(95.8181839, 4.60000753, 13.8115101, 0, 3.96579551e-008, 0.999999762, 0, 1, -3.97106952e-008, -1, 0, 0)
  1172. o32.BottomSurface = Enum.SurfaceType.Weld
  1173. o32.TopSurface = Enum.SurfaceType.Weld
  1174. o32.Color = Color3.new(0.388235, 0.372549, 0.384314)
  1175. o33.Parent = o32
  1176. o33.Offset = Vector3.new(0, 0, 0.5)
  1177. o33.Scale = Vector3.new(1, 1, 2)
  1178. o34.Parent = o1
  1179. o34.BrickColor = BrickColor.new("Institutional white")
  1180. o34.Position = Vector3.new(93.8181992, 4.00000715, 13.8115101)
  1181. o34.Rotation = Vector3.new(-0, 0, -2.26770203e-006)
  1182. o34.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1183. o34.Velocity = Vector3.new(0.000748508843, 0.00153822941, -0.00166177051)
  1184. o34.Anchored = true
  1185. o34.FormFactor = Enum.FormFactor.Plate
  1186. o34.Size = Vector3.new(3, 1.20000005, 10)
  1187. o34.CFrame = CFrame.new(93.8181992, 4.00000715, 13.8115101, 0.999999046, 3.95788291e-008, 0, -3.97897928e-008, 1, 0, 0, 0, 1)
  1188. o34.BackSurface = Enum.SurfaceType.Weld
  1189. o34.BottomSurface = Enum.SurfaceType.Weld
  1190. o34.FrontSurface = Enum.SurfaceType.Weld
  1191. o34.LeftSurface = Enum.SurfaceType.Weld
  1192. o34.RightSurface = Enum.SurfaceType.Weld
  1193. o34.TopSurface = Enum.SurfaceType.Weld
  1194. o34.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1195. o35.Parent = o34
  1196. o36.Parent = o1
  1197. o36.BrickColor = BrickColor.new("Br. yellowish orange")
  1198. o36.Position = Vector3.new(92.2181854, 4.00000715, 18.211504)
  1199. o36.Rotation = Vector3.new(-0, 0, -2.2601489e-006)
  1200. o36.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1201. o36.Velocity = Vector3.new(0.00203119451, 0.00100810977, -0.00119533355)
  1202. o36.Anchored = true
  1203. o36.FormFactor = Enum.FormFactor.Custom
  1204. o36.Size = Vector3.new(0.200000003, 0.800000012, 0.799999714)
  1205. o36.CFrame = CFrame.new(92.2181854, 4.00000715, 18.211504, 0.999997854, 3.94469524e-008, 0, -3.99216233e-008, 1, 0, 0, 0, 1)
  1206. o36.BackSurface = Enum.SurfaceType.Weld
  1207. o36.BottomSurface = Enum.SurfaceType.Weld
  1208. o36.FrontSurface = Enum.SurfaceType.Weld
  1209. o36.LeftSurface = Enum.SurfaceType.Weld
  1210. o36.RightSurface = Enum.SurfaceType.Weld
  1211. o36.TopSurface = Enum.SurfaceType.Weld
  1212. o36.Color = Color3.new(0.886275, 0.607843, 0.25098)
  1213. o37.Parent = o36
  1214. o38.Parent = o1
  1215. o38.BrickColor = BrickColor.new("Institutional white")
  1216. o38.Position = Vector3.new(99.0602112, 4.60000706, 18.3115101)
  1217. o38.Rotation = Vector3.new(-0, 0, -4.84935117e-006)
  1218. o38.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1219. o38.Velocity = Vector3.new(0.00210371148, 0.000498947338, -0.0031018618)
  1220. o38.Anchored = true
  1221. o38.CanCollide = false
  1222. o38.FormFactor = Enum.FormFactor.Plate
  1223. o38.Size = Vector3.new(3.48000026, 2.4000001, 1)
  1224. o38.CFrame = CFrame.new(99.0602112, 4.60000706, 18.3115101, 1, 8.46371435e-008, 0, -8.46371435e-008, 1, 0, 0, 0, 1)
  1225. o38.BottomSurface = Enum.SurfaceType.Weld
  1226. o38.LeftSurface = Enum.SurfaceType.Weld
  1227. o38.RightSurface = Enum.SurfaceType.Weld
  1228. o38.TopSurface = Enum.SurfaceType.Weld
  1229. o38.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1230. o39.Parent = o1
  1231. o39.BrickColor = BrickColor.new("Really red")
  1232. o39.Position = Vector3.new(113.818176, 4.80000877, 9.31151104)
  1233. o39.Rotation = Vector3.new(-0, 0, -2.2344675e-006)
  1234. o39.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1235. o39.Velocity = Vector3.new(-0.000505513046, 0.000753228669, -0.00737475045)
  1236. o39.Anchored = true
  1237. o39.FormFactor = Enum.FormFactor.Plate
  1238. o39.Size = Vector3.new(1, 1.20000005, 1)
  1239. o39.CFrame = CFrame.new(113.818176, 4.80000877, 9.31151104, 0.999993801, 3.89985715e-008, 0, -4.03698408e-008, 1, 0, 0, 0, 1)
  1240. o39.BackSurface = Enum.SurfaceType.Weld
  1241. o39.BottomSurface = Enum.SurfaceType.Weld
  1242. o39.FrontSurface = Enum.SurfaceType.Weld
  1243. o39.LeftSurface = Enum.SurfaceType.Weld
  1244. o39.RightSurface = Enum.SurfaceType.Weld
  1245. o39.TopSurface = Enum.SurfaceType.Weld
  1246. o39.Color = Color3.new(1, 0, 0)
  1247. o40.Parent = o39
  1248. o41.Parent = o1
  1249. o41.BrickColor = BrickColor.new("Institutional white")
  1250. o41.Position = Vector3.new(113.818054, 3.80000734, 9.31151104)
  1251. o41.Rotation = Vector3.new(-0, 0, -2.23295706e-006)
  1252. o41.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1253. o41.Velocity = Vector3.new(-0.000577784958, 0.000753237749, -0.00752147706)
  1254. o41.Anchored = true
  1255. o41.FormFactor = Enum.FormFactor.Plate
  1256. o41.Size = Vector3.new(1, 0.800000012, 1)
  1257. o41.CFrame = CFrame.new(113.818054, 3.80000734, 9.31151104, 0.999993563, 3.89721997e-008, 0, -4.03962055e-008, 1, 0, 0, 0, 1)
  1258. o41.BackSurface = Enum.SurfaceType.Weld
  1259. o41.BottomSurface = Enum.SurfaceType.Weld
  1260. o41.FrontSurface = Enum.SurfaceType.Weld
  1261. o41.LeftSurface = Enum.SurfaceType.Weld
  1262. o41.RightSurface = Enum.SurfaceType.Weld
  1263. o41.TopSurface = Enum.SurfaceType.Weld
  1264. o41.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1265. o42.Parent = o41
  1266. o43.Parent = o1
  1267. o43.BrickColor = BrickColor.new("Institutional white")
  1268. o43.Position = Vector3.new(105.317894, 8.40000725, 13.8115139)
  1269. o43.Rotation = Vector3.new(-0, 0, -2.21481446e-006)
  1270. o43.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1271. o43.Velocity = Vector3.new(0.00106650498, 0.000707125873, -0.00436840346)
  1272. o43.Anchored = true
  1273. o43.CanCollide = false
  1274. o43.FormFactor = Enum.FormFactor.Plate
  1275. o43.Size = Vector3.new(14, 0.400000006, 8)
  1276. o43.CFrame = CFrame.new(105.317894, 8.40000725, 13.8115139, 1, 3.86558057e-008, 0, -3.86558057e-008, 1, 0, 0, 0, 1)
  1277. o43.BackSurface = Enum.SurfaceType.Weld
  1278. o43.BottomSurface = Enum.SurfaceType.Weld
  1279. o43.FrontSurface = Enum.SurfaceType.Weld
  1280. o43.LeftSurface = Enum.SurfaceType.Weld
  1281. o43.RightSurface = Enum.SurfaceType.Weld
  1282. o43.TopSurface = Enum.SurfaceType.Weld
  1283. o43.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1284. o44.Parent = o43
  1285. o45.Parent = o1
  1286. o45.BrickColor = BrickColor.new("Really black")
  1287. o45.Position = Vector3.new(113.818176, 6.80000782, 11.311511)
  1288. o45.Rotation = Vector3.new(-90, -89.9314728, -90)
  1289. o45.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1290. o45.Velocity = Vector3.new(0.000222070201, 0.000459702482, -0.00708122645)
  1291. o45.Anchored = true
  1292. o45.CanCollide = false
  1293. o45.FormFactor = Enum.FormFactor.Plate
  1294. o45.Size = Vector3.new(3, 2.79999995, 1)
  1295. o45.CFrame = CFrame.new(113.818176, 6.80000782, 11.311511, 0, 3.96052044e-008, -0.999999285, 0, 1, 3.97634281e-008, 1, 0, 0)
  1296. o45.BackSurface = Enum.SurfaceType.Weld
  1297. o45.BottomSurface = Enum.SurfaceType.Weld
  1298. o45.TopSurface = Enum.SurfaceType.Weld
  1299. o45.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1300. o46.Parent = o45
  1301. o46.MeshType = Enum.MeshType.Wedge
  1302. o47.Parent = o1
  1303. o47.BrickColor = BrickColor.new("Institutional white")
  1304. o47.Position = Vector3.new(103.118179, 2.40000772, 13.8115101)
  1305. o47.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  1306. o47.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1307. o47.Velocity = Vector3.new(0.000632874086, 0.000866103393, -0.0046077203)
  1308. o47.Anchored = true
  1309. o47.FormFactor = Enum.FormFactor.Plate
  1310. o47.Size = Vector3.new(12.3999996, 1.20000005, 10)
  1311. o47.CFrame = CFrame.new(103.118179, 2.40000772, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  1312. o47.BackSurface = Enum.SurfaceType.Weld
  1313. o47.BottomSurface = Enum.SurfaceType.Weld
  1314. o47.FrontSurface = Enum.SurfaceType.Weld
  1315. o47.LeftSurface = Enum.SurfaceType.Weld
  1316. o47.RightSurface = Enum.SurfaceType.Weld
  1317. o47.TopSurface = Enum.SurfaceType.Weld
  1318. o47.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1319. o48.Parent = o47
  1320. o49.Parent = o1
  1321. o49.BrickColor = BrickColor.new("White")
  1322. o49.Position = Vector3.new(104.018181, 3.20000815, 13.8115101)
  1323. o49.Rotation = Vector3.new(-0, 0, -2.27374471e-006)
  1324. o49.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1325. o49.Velocity = Vector3.new(0.000690691522, 0.000801058719, -0.00475267787)
  1326. o49.Anchored = true
  1327. o49.FormFactor = Enum.FormFactor.Plate
  1328. o49.Size = Vector3.new(20.6000004, 0.400000006, 10)
  1329. o49.CFrame = CFrame.new(104.018181, 3.20000815, 13.8115101, 1, 3.96843305e-008, 0, -3.96843305e-008, 1, 0, 0, 0, 1)
  1330. o49.BackSurface = Enum.SurfaceType.Weld
  1331. o49.BottomSurface = Enum.SurfaceType.Weld
  1332. o49.FrontSurface = Enum.SurfaceType.Weld
  1333. o49.LeftSurface = Enum.SurfaceType.Weld
  1334. o49.RightSurface = Enum.SurfaceType.Weld
  1335. o49.TopSurface = Enum.SurfaceType.Weld
  1336. o49.Color = Color3.new(0.94902, 0.952941, 0.952941)
  1337. o50.Parent = o49
  1338. o51.Parent = o1
  1339. o51.BrickColor = BrickColor.new("Institutional white")
  1340. o51.Position = Vector3.new(107.167747, 5.80000782, 18.3115101)
  1341. o51.Rotation = Vector3.new(-0, 0, -3.14727777e-006)
  1342. o51.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1343. o51.Velocity = Vector3.new(0.00219043763, -8.69987416e-005, -0.00528925471)
  1344. o51.Anchored = true
  1345. o51.FormFactor = Enum.FormFactor.Plate
  1346. o51.Size = Vector3.new(12.3000002, 4.80000019, 1)
  1347. o51.CFrame = CFrame.new(107.167747, 5.80000782, 18.3115101, 1, 5.49303607e-008, 0, -5.49303607e-008, 1, 0, 0, 0, 1)
  1348. o51.BackSurface = Enum.SurfaceType.Weld
  1349. o51.BottomSurface = Enum.SurfaceType.Weld
  1350. o51.FrontSurface = Enum.SurfaceType.Weld
  1351. o51.LeftSurface = Enum.SurfaceType.Weld
  1352. o51.RightSurface = Enum.SurfaceType.Weld
  1353. o51.TopSurface = Enum.SurfaceType.Weld
  1354. o51.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1355. o52.Parent = o51
  1356. o53.Parent = o1
  1357. o53.BrickColor = BrickColor.new("Institutional white")
  1358. o53.Position = Vector3.new(113.818176, 6.80000782, 13.8115101)
  1359. o53.Rotation = Vector3.new(-90, -89.9314728, -90)
  1360. o53.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1361. o53.Velocity = Vector3.new(0.000950869871, 9.27953006e-005, -0.00708122645)
  1362. o53.Anchored = true
  1363. o53.CanCollide = false
  1364. o53.FormFactor = Enum.FormFactor.Plate
  1365. o53.Size = Vector3.new(2, 2.79999995, 1)
  1366. o53.CFrame = CFrame.new(113.818176, 6.80000782, 13.8115101, 0, 3.96052044e-008, -0.999999285, 0, 1, 3.97634281e-008, 1, 0, 0)
  1367. o53.BackSurface = Enum.SurfaceType.Weld
  1368. o53.BottomSurface = Enum.SurfaceType.Weld
  1369. o53.TopSurface = Enum.SurfaceType.Weld
  1370. o53.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1371. o54.Parent = o53
  1372. o54.MeshType = Enum.MeshType.Wedge
  1373. o55.Parent = o1
  1374. o55.BrickColor = BrickColor.new("Really black")
  1375. o55.Position = Vector3.new(113.818176, 6.80000782, 16.3115101)
  1376. o55.Rotation = Vector3.new(-90, -89.9314728, -90)
  1377. o55.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1378. o55.Velocity = Vector3.new(0.0016796696, -0.000274111895, -0.00708122645)
  1379. o55.Anchored = true
  1380. o55.CanCollide = false
  1381. o55.FormFactor = Enum.FormFactor.Plate
  1382. o55.Size = Vector3.new(3, 2.79999995, 1)
  1383. o55.CFrame = CFrame.new(113.818176, 6.80000782, 16.3115101, 0, 3.96052044e-008, -0.999999285, 0, 1, 3.97634281e-008, 1, 0, 0)
  1384. o55.BackSurface = Enum.SurfaceType.Weld
  1385. o55.BottomSurface = Enum.SurfaceType.Weld
  1386. o55.TopSurface = Enum.SurfaceType.Weld
  1387. o55.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1388. o56.Parent = o55
  1389. o56.MeshType = Enum.MeshType.Wedge
  1390. o57.Parent = o1
  1391. o57.BrickColor = BrickColor.new("Institutional white")
  1392. o57.Position = Vector3.new(113.818176, 4.40000582, 13.8115101)
  1393. o57.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  1394. o57.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1395. o57.Velocity = Vector3.new(0.000777417503, 9.27956426e-005, -0.00743345637)
  1396. o57.Anchored = true
  1397. o57.CanCollide = false
  1398. o57.FormFactor = Enum.FormFactor.Plate
  1399. o57.Size = Vector3.new(1, 2, 8)
  1400. o57.CFrame = CFrame.new(113.818176, 4.40000582, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  1401. o57.BackSurface = Enum.SurfaceType.Weld
  1402. o57.BottomSurface = Enum.SurfaceType.Weld
  1403. o57.FrontSurface = Enum.SurfaceType.Weld
  1404. o57.LeftSurface = Enum.SurfaceType.Weld
  1405. o57.RightSurface = Enum.SurfaceType.Weld
  1406. o57.TopSurface = Enum.SurfaceType.Weld
  1407. o57.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1408. o58.Parent = o57
  1409. o59.Parent = o1
  1410. o59.BrickColor = BrickColor.new("Institutional white")
  1411. o59.Position = Vector3.new(113.818176, 3.80000734, 18.3115101)
  1412. o59.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  1413. o59.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1414. o59.Velocity = Vector3.new(0.00204589404, -0.000567637384, -0.00752151385)
  1415. o59.Anchored = true
  1416. o59.FormFactor = Enum.FormFactor.Plate
  1417. o59.Size = Vector3.new(1, 0.800000012, 1)
  1418. o59.CFrame = CFrame.new(113.818176, 3.80000734, 18.3115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  1419. o59.BackSurface = Enum.SurfaceType.Weld
  1420. o59.BottomSurface = Enum.SurfaceType.Weld
  1421. o59.FrontSurface = Enum.SurfaceType.Weld
  1422. o59.LeftSurface = Enum.SurfaceType.Weld
  1423. o59.RightSurface = Enum.SurfaceType.Weld
  1424. o59.TopSurface = Enum.SurfaceType.Weld
  1425. o59.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1426. o60.Parent = o59
  1427. o61.Parent = o1
  1428. o61.BrickColor = BrickColor.new("Institutional white")
  1429. o61.Position = Vector3.new(105.317894, 8.40000725, 18.3115101)
  1430. o61.Rotation = Vector3.new(-0, 0, -2.21330401e-006)
  1431. o61.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1432. o61.Velocity = Vector3.new(0.00237834454, 4.6692905e-005, -0.00436840346)
  1433. o61.Anchored = true
  1434. o61.CanCollide = false
  1435. o61.FormFactor = Enum.FormFactor.Plate
  1436. o61.Size = Vector3.new(14, 0.400000006, 1)
  1437. o61.CFrame = CFrame.new(105.317894, 8.40000725, 18.3115101, 0.999999762, 3.86294303e-008, 0, -3.86821704e-008, 1, 0, 0, 0, 1)
  1438. o61.BackSurface = Enum.SurfaceType.Weld
  1439. o61.BottomSurface = Enum.SurfaceType.Weld
  1440. o61.FrontSurface = Enum.SurfaceType.Weld
  1441. o61.LeftSurface = Enum.SurfaceType.Weld
  1442. o61.RightSurface = Enum.SurfaceType.Weld
  1443. o61.TopSurface = Enum.SurfaceType.Weld
  1444. o61.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1445. o62.Parent = o61
  1446. o63.Parent = o1
  1447. o63.BrickColor = BrickColor.new("Institutional white")
  1448. o63.Position = Vector3.new(97.8181839, 5.79500866, 9.31151104)
  1449. o63.Rotation = Vector3.new(-0, 0, -2.36894834e-006)
  1450. o63.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1451. o63.Velocity = Vector3.new(-0.000433602603, 0.00190957636, -0.00256440602)
  1452. o63.Anchored = true
  1453. o63.CanCollide = false
  1454. o63.FormFactor = Enum.FormFactor.Plate
  1455. o63.Size = Vector3.new(1, 4.80999994, 1)
  1456. o63.CFrame = CFrame.new(97.8181839, 5.79500866, 9.31151104, 1, 4.13459489e-008, 0, -4.13459489e-008, 1, 0, 0, 0, 1)
  1457. o63.BottomSurface = Enum.SurfaceType.Weld
  1458. o63.LeftSurface = Enum.SurfaceType.Weld
  1459. o63.RightSurface = Enum.SurfaceType.Weld
  1460. o63.TopSurface = Enum.SurfaceType.Weld
  1461. o63.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1462. o64.Parent = o1
  1463. o64.BrickColor = BrickColor.new("Institutional white")
  1464. o64.Position = Vector3.new(97.8178101, 7.00000858, 18.3115101)
  1465. o64.Rotation = Vector3.new(-0, 0, -2.14529973e-006)
  1466. o64.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1467. o64.Velocity = Vector3.new(0.00227716402, 0.00058873737, -0.00238744705)
  1468. o64.Anchored = true
  1469. o64.CanCollide = false
  1470. o64.FormFactor = Enum.FormFactor.Plate
  1471. o64.Size = Vector3.new(1, 2.4000001, 1)
  1472. o64.CFrame = CFrame.new(97.8178101, 7.00000858, 18.3115101, 0.999999762, 3.74425326e-008, 0, -3.74952727e-008, 1, 0, 0, 0, 1)
  1473. o64.BottomSurface = Enum.SurfaceType.Weld
  1474. o64.LeftSurface = Enum.SurfaceType.Weld
  1475. o64.RightSurface = Enum.SurfaceType.Weld
  1476. o64.TopSurface = Enum.SurfaceType.Weld
  1477. o64.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1478. o65.Parent = o1
  1479. o65.BrickColor = BrickColor.new("Institutional white")
  1480. o65.Position = Vector3.new(113.418167, 2.40000749, 13.8115101)
  1481. o65.Rotation = Vector3.new(-0, 0, -2.27223404e-006)
  1482. o65.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1483. o65.Velocity = Vector3.new(0.000632874086, 0.000121704477, -0.0076103732)
  1484. o65.Anchored = true
  1485. o65.FormFactor = Enum.FormFactor.Plate
  1486. o65.Size = Vector3.new(1.80000007, 1.20000005, 10)
  1487. o65.CFrame = CFrame.new(113.418167, 2.40000749, 13.8115101, 0.999999762, 3.96579551e-008, 0, -3.97106952e-008, 1, 0, 0, 0, 1)
  1488. o65.BackSurface = Enum.SurfaceType.Weld
  1489. o65.BottomSurface = Enum.SurfaceType.Weld
  1490. o65.FrontSurface = Enum.SurfaceType.Weld
  1491. o65.LeftSurface = Enum.SurfaceType.Weld
  1492. o65.RightSurface = Enum.SurfaceType.Weld
  1493. o65.TopSurface = Enum.SurfaceType.Weld
  1494. o65.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1495. o66.Parent = o65
  1496. o67.Parent = o1
  1497. o67.BrickColor = BrickColor.new("Really red")
  1498. o67.Position = Vector3.new(113.817245, 4.80000687, 18.3115101)
  1499. o67.Rotation = Vector3.new(-0, 0, -3.17145691e-006)
  1500. o67.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1501. o67.Velocity = Vector3.new(0.00211816584, -0.000567570096, -0.0073744799)
  1502. o67.Anchored = true
  1503. o67.FormFactor = Enum.FormFactor.Plate
  1504. o67.Size = Vector3.new(1, 1.20000005, 1)
  1505. o67.CFrame = CFrame.new(113.817245, 4.80000687, 18.3115101, 1, 5.53523627e-008, 0, -5.53523627e-008, 1, 0, 0, 0, 1)
  1506. o67.BackSurface = Enum.SurfaceType.Weld
  1507. o67.BottomSurface = Enum.SurfaceType.Weld
  1508. o67.FrontSurface = Enum.SurfaceType.Weld
  1509. o67.LeftSurface = Enum.SurfaceType.Weld
  1510. o67.RightSurface = Enum.SurfaceType.Weld
  1511. o67.TopSurface = Enum.SurfaceType.Weld
  1512. o67.Color = Color3.new(1, 0, 0)
  1513. o68.Parent = o67
  1514. o69.Parent = o1
  1515. o69.BrickColor = BrickColor.new("Institutional white")
  1516. o69.Position = Vector3.new(112.817894, 8.40000725, 13.8115139)
  1517. o69.Rotation = Vector3.new(-0, 0, -2.21330401e-006)
  1518. o69.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1519. o69.Velocity = Vector3.new(0.00106650498, 0.000165087578, -0.00655480288)
  1520. o69.Anchored = true
  1521. o69.CanCollide = false
  1522. o69.FormFactor = Enum.FormFactor.Plate
  1523. o69.Size = Vector3.new(1, 0.400000006, 10)
  1524. o69.CFrame = CFrame.new(112.817894, 8.40000725, 13.8115139, 0.999999762, 3.86294303e-008, 0, -3.86821704e-008, 1, 0, 0, 0, 1)
  1525. o69.BackSurface = Enum.SurfaceType.Weld
  1526. o69.BottomSurface = Enum.SurfaceType.Weld
  1527. o69.FrontSurface = Enum.SurfaceType.Weld
  1528. o69.LeftSurface = Enum.SurfaceType.Weld
  1529. o69.RightSurface = Enum.SurfaceType.Weld
  1530. o69.TopSurface = Enum.SurfaceType.Weld
  1531. o69.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1532. o70.Parent = o69
  1533. o71.Parent = o1
  1534. o71.BrickColor = BrickColor.new("Really black")
  1535. o71.Position = Vector3.new(92.2181854, 3.8000083, 13.8115101)
  1536. o71.Rotation = Vector3.new(-0, 0, -2.2601489e-006)
  1537. o71.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1538. o71.Velocity = Vector3.new(0.0007340546, 0.00165386556, -0.00122468593)
  1539. o71.Anchored = true
  1540. o71.FormFactor = Enum.FormFactor.Custom
  1541. o71.Size = Vector3.new(0.200000003, 0.800000012, 6)
  1542. o71.CFrame = CFrame.new(92.2181854, 3.8000083, 13.8115101, 0.999997854, 3.94469524e-008, 0, -3.99216233e-008, 1, 0, 0, 0, 1)
  1543. o71.BackSurface = Enum.SurfaceType.Weld
  1544. o71.BottomSurface = Enum.SurfaceType.Weld
  1545. o71.FrontSurface = Enum.SurfaceType.Weld
  1546. o71.LeftSurface = Enum.SurfaceType.Weld
  1547. o71.RightSurface = Enum.SurfaceType.Weld
  1548. o71.TopSurface = Enum.SurfaceType.Weld
  1549. o71.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1550. o72.Parent = o71
  1551. o73.Name = "Head"
  1552. o73.Parent = o1
  1553. o73.Material = Enum.Material.SmoothPlastic
  1554. o73.BrickColor = BrickColor.new("Institutional white")
  1555. o73.Position = Vector3.new(99.207077, 7.026577, 15.2047167)
  1556. o73.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1557. o73.Anchored = true
  1558. o73.FormFactor = Enum.FormFactor.Symmetric
  1559. o73.Size = Vector3.new(2, 1, 1)
  1560. 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)
  1561. o73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1562. o73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1563. o73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1564. o73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1565. o73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1566. o73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1567. o73.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1568. o74.Parent = o73
  1569. o74.Scale = Vector3.new(1.25, 1.25, 1.25)
  1570. o75.Name = "face"
  1571. o75.Parent = o73
  1572. o75.Texture = "rbxasset://textures/face.png"
  1573. o76.Parent = o1
  1574. o76.BrickColor = BrickColor.new("Institutional white")
  1575. o76.Position = Vector3.new(99.6954269, 5.81500673, 9.31151104)
  1576. o76.Rotation = Vector3.new(-0, 0, -8.82515178e-006)
  1577. o76.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1578. o76.Velocity = Vector3.new(-0.000432157307, 0.00177390513, -0.00310872309)
  1579. o76.Anchored = true
  1580. o76.CanCollide = false
  1581. o76.FormFactor = Enum.FormFactor.Plate
  1582. o76.Size = Vector3.new(2.76000023, 4.82999992, 1)
  1583. o76.CFrame = CFrame.new(99.6954269, 5.81500673, 9.31151104, 1, 1.54027958e-007, 0, -1.54027958e-007, 1, 0, 0, 0, 1)
  1584. o76.BottomSurface = Enum.SurfaceType.Weld
  1585. o76.LeftSurface = Enum.SurfaceType.Weld
  1586. o76.RightSurface = Enum.SurfaceType.Weld
  1587. o76.TopSurface = Enum.SurfaceType.Weld
  1588. o76.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1589. o77.Parent = o1
  1590. o77.BrickColor = BrickColor.new("Institutional white")
  1591. o77.Position = Vector3.new(100.909996, 5.80000877, 14.2915134)
  1592. o77.Rotation = Vector3.new(-0, 0, -7.89941078e-006)
  1593. o77.RotVelocity = Vector3.new(0.000146762875, 0.000291519886, -7.22717741e-005)
  1594. o77.Velocity = Vector3.new(0.0010185279, 0.000955246738, -0.00346499542)
  1595. o77.Anchored = true
  1596. o77.FormFactor = Enum.FormFactor.Plate
  1597. o77.Size = Vector3.new(0.200000003, 4.80000019, 9.0199995)
  1598. o77.CFrame = CFrame.new(100.909996, 5.80000877, 14.2915134, 1, 1.37870728e-007, 0, -1.37870728e-007, 1, 0, 0, 0, 1)
  1599. o77.BackSurface = Enum.SurfaceType.Weld
  1600. o77.BottomSurface = Enum.SurfaceType.Weld
  1601. o77.FrontSurface = Enum.SurfaceType.Weld
  1602. o77.LeftSurface = Enum.SurfaceType.Weld
  1603. o77.RightSurface = Enum.SurfaceType.Weld
  1604. o77.TopSurface = Enum.SurfaceType.Weld
  1605. o77.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1606. o78.Parent = o77
  1607. o79.Name = "Head"
  1608. o79.Parent = o1
  1609. o79.Material = Enum.Material.SmoothPlastic
  1610. o79.BrickColor = BrickColor.new("Institutional white")
  1611. o79.Position = Vector3.new(103.10894, 7.49666739, 15.2047167)
  1612. o79.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  1613. o79.Anchored = true
  1614. o79.FormFactor = Enum.FormFactor.Symmetric
  1615. o79.Size = Vector3.new(2, 1, 1)
  1616. 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)
  1617. o79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1618. o79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1619. o79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1620. o79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1621. o79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1622. o79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1623. o79.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1624. o80.Parent = o79
  1625. o80.Scale = Vector3.new(1.25, 1.25, 1.25)
  1626. o81.Name = "face"
  1627. o81.Parent = o79
  1628. o81.Texture = "rbxasset://textures/face.png"
  1629. o82.Name = "Handle"
  1630. o82.Parent = o1
  1631. o82.Material = Enum.Material.SmoothPlastic
  1632. o82.Position = Vector3.new(103.10894, 7.34666729, 15.2047167)
  1633. o82.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  1634. o82.Anchored = true
  1635. o82.CanCollide = false
  1636. o82.FormFactor = Enum.FormFactor.Symmetric
  1637. o82.Size = Vector3.new(2, 2, 2)
  1638. 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)
  1639. o82.BottomSurface = Enum.SurfaceType.Smooth
  1640. o82.TopSurface = Enum.SurfaceType.Smooth
  1641. o83.Parent = o82
  1642. o83.MeshId = "http://www.roblox.com/asset/?id=15393031"
  1643. o83.TextureId = "http://www.roblox.com/asset/?id=15393013"
  1644. o83.MeshType = Enum.MeshType.FileMesh
  1645. o84.Parent = o1
  1646. o84.NameOcclusion = Enum.NameOcclusion.NoOcclusion
  1647. o84.RightLeg = o94
  1648. o84.LeftLeg = o96
  1649. o84.Torso = o87
  1650. o84.Health = 0
  1651. o84.MaxHealth = 0
  1652. o85.Name = "TPPART"
  1653. o85.Parent = o1
  1654. o85.Transparency = 1
  1655. o85.Position = Vector3.new(104.155182, 4.24109221, 12.6003485)
  1656. o85.Rotation = Vector3.new(-0, 0, -3.5910773e-006)
  1657. o85.Anchored = true
  1658. o85.CanCollide = false
  1659. o85.Size = Vector3.new(4, 1, 2)
  1660. o85.CFrame = CFrame.new(104.155182, 4.24109221, 12.6003485, 1, 6.26761221e-008, 0, -6.26761221e-008, 1, 0, 0, 0, 1)
  1661. o86.Name = "TPPART2"
  1662. o86.Parent = o1
  1663. o86.Transparency = 1
  1664. o86.Position = Vector3.new(104.155182, 5.40188599, 6.32408237)
  1665. o86.Rotation = Vector3.new(-0, 0, -3.5910773e-006)
  1666. o86.Anchored = true
  1667. o86.CanCollide = false
  1668. o86.Size = Vector3.new(4, 1, 2)
  1669. o86.CFrame = CFrame.new(104.155182, 5.40188599, 6.32408237, 1, 6.26761221e-008, 0, -6.26761221e-008, 1, 0, 0, 0, 1)
  1670. o87.Name = "Torso"
  1671. o87.Parent = o1
  1672. o87.Material = Enum.Material.SmoothPlastic
  1673. o87.BrickColor = BrickColor.new("Navy blue")
  1674. o87.Position = Vector3.new(99.207077, 5.526577, 15.2047167)
  1675. o87.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1676. o87.Anchored = true
  1677. o87.FormFactor = Enum.FormFactor.Symmetric
  1678. o87.Size = Vector3.new(2, 2, 1)
  1679. 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)
  1680. o87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1681. o87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1682. o87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1683. o87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1684. o87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1685. o87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1686. o87.Color = Color3.new(0, 0.12549, 0.376471)
  1687. o88.Name = "roblox"
  1688. o88.Parent = o87
  1689. o89.Name = "Right Shoulder"
  1690. o89.Parent = o87
  1691. o89.C0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1692. o89.C1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1693. o89.Part0 = o87
  1694. o89.Part1 = o95
  1695. o89.DesiredAngle = -0.062025275081396
  1696. o89.MaxVelocity = 0.15000000596046
  1697. o90.Name = "Left Shoulder"
  1698. o90.Parent = o87
  1699. o90.C0 = CFrame.new(-1, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1700. o90.C1 = CFrame.new(0.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1701. o90.Part0 = o87
  1702. o90.Part1 = o97
  1703. o90.DesiredAngle = -0.062025275081396
  1704. o90.MaxVelocity = 0.15000000596046
  1705. o91.Name = "Right Hip"
  1706. o91.Parent = o87
  1707. o91.C0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1708. o91.C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1709. o91.Part0 = o87
  1710. o91.Part1 = o94
  1711. o91.DesiredAngle = 0.062025275081396
  1712. o91.MaxVelocity = 0.10000000149012
  1713. o92.Name = "Left Hip"
  1714. o92.Parent = o87
  1715. o92.C0 = CFrame.new(-1, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1716. o92.C1 = CFrame.new(-0.5, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1717. o92.Part0 = o87
  1718. o92.Part1 = o96
  1719. o92.DesiredAngle = 0.062025275081396
  1720. o92.MaxVelocity = 0.10000000149012
  1721. o93.Name = "Neck"
  1722. o93.Parent = o87
  1723. o93.C0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1724. o93.C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1725. o93.Part0 = o87
  1726. o93.Part1 = o73
  1727. o93.MaxVelocity = 0.10000000149012
  1728. o94.Name = "Right Leg"
  1729. o94.Parent = o1
  1730. o94.Material = Enum.Material.SmoothPlastic
  1731. o94.BrickColor = BrickColor.new("Navy blue")
  1732. o94.Position = Vector3.new(99.215416, 3.526577, 14.7047863)
  1733. o94.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1734. o94.Anchored = true
  1735. o94.CanCollide = false
  1736. o94.FormFactor = Enum.FormFactor.Symmetric
  1737. o94.Size = Vector3.new(1, 2, 1)
  1738. 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)
  1739. o94.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1740. o94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1741. o94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1742. o94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1743. o94.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1744. o94.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1745. o94.Color = Color3.new(0, 0.12549, 0.376471)
  1746. o95.Name = "Right Arm"
  1747. o95.Parent = o1
  1748. o95.Material = Enum.Material.SmoothPlastic
  1749. o95.BrickColor = BrickColor.new("Maroon")
  1750. o95.Position = Vector3.new(99.2321014, 5.526577, 13.7049236)
  1751. o95.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1752. o95.Anchored = true
  1753. o95.CanCollide = false
  1754. o95.FormFactor = Enum.FormFactor.Symmetric
  1755. o95.Size = Vector3.new(1, 2, 1)
  1756. 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)
  1757. o95.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1758. o95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1759. o95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1760. o95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1761. o95.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1762. o95.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1763. o95.Color = Color3.new(0.458824, 0, 0)
  1764. o96.Name = "Left Leg"
  1765. o96.Parent = o1
  1766. o96.Material = Enum.Material.SmoothPlastic
  1767. o96.BrickColor = BrickColor.new("Navy blue")
  1768. o96.Position = Vector3.new(99.1987381, 3.526577, 15.7046452)
  1769. o96.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1770. o96.Anchored = true
  1771. o96.CanCollide = false
  1772. o96.FormFactor = Enum.FormFactor.Symmetric
  1773. o96.Size = Vector3.new(1, 2, 1)
  1774. 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)
  1775. o96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1776. o96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1777. o96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1778. o96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1779. o96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1780. o96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1781. o96.Color = Color3.new(0, 0.12549, 0.376471)
  1782. o97.Name = "Left Arm"
  1783. o97.Parent = o1
  1784. o97.Material = Enum.Material.SmoothPlastic
  1785. o97.BrickColor = BrickColor.new("Maroon")
  1786. o97.Position = Vector3.new(99.1820602, 5.526577, 16.7045078)
  1787. o97.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1788. o97.Anchored = true
  1789. o97.CanCollide = false
  1790. o97.FormFactor = Enum.FormFactor.Symmetric
  1791. o97.Size = Vector3.new(1, 2, 1)
  1792. 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)
  1793. o97.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1794. o97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1795. o97.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1796. o97.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1797. o97.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1798. o97.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1799. o97.Color = Color3.new(0.458824, 0, 0)
  1800. o98.Name = "Torso"
  1801. o98.Parent = o1
  1802. o98.Material = Enum.Material.SmoothPlastic
  1803. o98.BrickColor = BrickColor.new("Navy blue")
  1804. o98.Position = Vector3.new(103.10894, 5.99666739, 15.2047167)
  1805. o98.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  1806. o98.Anchored = true
  1807. o98.FormFactor = Enum.FormFactor.Symmetric
  1808. o98.Size = Vector3.new(2, 2, 1)
  1809. 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)
  1810. o98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1811. o98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1812. o98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1813. o98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1814. o98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1815. o98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1816. o98.Color = Color3.new(0, 0.12549, 0.376471)
  1817. o99.Name = "roblox"
  1818. o99.Parent = o98
  1819. o100.Name = "Right Hip"
  1820. o100.Parent = o98
  1821. o100.C0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1822. o100.C1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
  1823. o100.Part0 = o98
  1824. o100.Part1 = o103
  1825. o100.DesiredAngle = 0.062025275081396
  1826. o100.MaxVelocity = 0.10000000149012
  1827. o101.Name = "Left Hip"
  1828. o101.Parent = o98
  1829. o101.C0 = CFrame.new(-1, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1830. o101.C1 = CFrame.new(-0.5, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
  1831. o101.Part0 = o98
  1832. o101.Part1 = o105
  1833. o101.DesiredAngle = 0.062025275081396
  1834. o101.MaxVelocity = 0.10000000149012
  1835. o102.Name = "Neck"
  1836. o102.Parent = o98
  1837. o102.C0 = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1838. o102.C1 = CFrame.new(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1839. o102.Part0 = o98
  1840. o102.Part1 = o79
  1841. o102.MaxVelocity = 0.10000000149012
  1842. o103.Name = "Right Leg"
  1843. o103.Parent = o1
  1844. o103.Material = Enum.Material.SmoothPlastic
  1845. o103.BrickColor = BrickColor.new("Really black")
  1846. o103.Position = Vector3.new(103.608864, 3.99666739, 15.2130556)
  1847. o103.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  1848. o103.Anchored = true
  1849. o103.CanCollide = false
  1850. o103.FormFactor = Enum.FormFactor.Symmetric
  1851. o103.Size = Vector3.new(1, 2, 1)
  1852. 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)
  1853. o103.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1854. o103.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1855. o103.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1856. o103.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1857. o103.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1858. o103.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1859. o103.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1860. o104.Name = "Right Arm"
  1861. o104.Parent = o1
  1862. o104.Material = Enum.Material.SmoothPlastic
  1863. o104.BrickColor = BrickColor.new("Maroon")
  1864. o104.Position = Vector3.new(104.615349, 5.89646101, 14.8330393)
  1865. o104.Rotation = Vector3.new(45.0039597, -0.675833881, 0.675880313)
  1866. o104.Anchored = true
  1867. o104.CanCollide = false
  1868. o104.FormFactor = Enum.FormFactor.Symmetric
  1869. o104.Size = Vector3.new(1, 2, 1)
  1870. 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)
  1871. o104.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1872. o104.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1873. o104.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1874. o104.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1875. o104.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1876. o104.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1877. o104.Color = Color3.new(0.458824, 0, 0)
  1878. o105.Name = "Left Leg"
  1879. o105.Parent = o1
  1880. o105.Material = Enum.Material.SmoothPlastic
  1881. o105.BrickColor = BrickColor.new("Really black")
  1882. o105.Position = Vector3.new(102.609009, 3.99666739, 15.1963739)
  1883. o105.Rotation = Vector3.new(-1.53054156e-008, -0.95580709, -1.83469444e-006)
  1884. o105.Anchored = true
  1885. o105.CanCollide = false
  1886. o105.FormFactor = Enum.FormFactor.Symmetric
  1887. o105.Size = Vector3.new(1, 2, 1)
  1888. 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)
  1889. o105.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1890. o105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1891. o105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1892. o105.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1893. o105.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1894. o105.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1895. o105.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1896. o106.Name = "Left Arm"
  1897. o106.Parent = o1
  1898. o106.Material = Enum.Material.SmoothPlastic
  1899. o106.BrickColor = BrickColor.new("Maroon")
  1900. o106.Position = Vector3.new(101.617271, 5.96075201, 14.6924496)
  1901. o106.Rotation = Vector3.new(45.0039597, -0.675833881, 0.675880313)
  1902. o106.Anchored = true
  1903. o106.CanCollide = false
  1904. o106.FormFactor = Enum.FormFactor.Symmetric
  1905. o106.Size = Vector3.new(1, 2, 1)
  1906. 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)
  1907. o106.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1908. o106.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1909. o106.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1910. o106.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1911. o106.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1912. o106.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1913. o106.Color = Color3.new(0.458824, 0, 0)
  1914. o107.Parent = o1
  1915. o107.Position = Vector3.new(110.917458, 1.50000954, 18.4564953)
  1916. o107.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  1917. o107.Anchored = true
  1918. o107.FormFactor = Enum.FormFactor.Symmetric
  1919. o107.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  1920. 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)
  1921. o108.Parent = o107
  1922. o109.Parent = o1
  1923. o109.BrickColor = BrickColor.new("Really black")
  1924. o109.Position = Vector3.new(110.917442, 1.50002527, 9.1665411)
  1925. o109.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  1926. o109.Anchored = true
  1927. o109.FormFactor = Enum.FormFactor.Symmetric
  1928. o109.Size = Vector3.new(3, 1.20000005, 3)
  1929. 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)
  1930. o109.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1931. o110.Parent = o109
  1932. o111.Parent = o1
  1933. o111.BrickColor = BrickColor.new("Really black")
  1934. o111.Position = Vector3.new(110.917458, 1.50000954, 18.4564953)
  1935. o111.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  1936. o111.Anchored = true
  1937. o111.FormFactor = Enum.FormFactor.Symmetric
  1938. o111.Size = Vector3.new(3, 1.20000005, 3)
  1939. 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)
  1940. o111.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1941. o112.Parent = o111
  1942. o113.Parent = o1
  1943. o113.Position = Vector3.new(95.3486252, 1.50002623, 9.1665411)
  1944. o113.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  1945. o113.Anchored = true
  1946. o113.FormFactor = Enum.FormFactor.Symmetric
  1947. o113.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  1948. 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)
  1949. o114.Parent = o113
  1950. o115.Parent = o1
  1951. o115.BrickColor = BrickColor.new("Really black")
  1952. o115.Position = Vector3.new(95.3486252, 1.50002623, 9.1665411)
  1953. o115.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  1954. o115.Anchored = true
  1955. o115.FormFactor = Enum.FormFactor.Symmetric
  1956. o115.Size = Vector3.new(3, 1.20000005, 3)
  1957. 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)
  1958. o115.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1959. o116.Parent = o115
  1960. o117.Parent = o1
  1961. o117.BrickColor = BrickColor.new("Really black")
  1962. o117.Position = Vector3.new(95.3486252, 1.50001001, 18.4564877)
  1963. o117.Rotation = Vector3.new(-90, 1.20620803e-006, -180)
  1964. o117.Anchored = true
  1965. o117.FormFactor = Enum.FormFactor.Symmetric
  1966. o117.Size = Vector3.new(3, 1.20000005, 3)
  1967. 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)
  1968. o117.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1969. o118.Parent = o117
  1970. o119.Parent = o1
  1971. o119.Position = Vector3.new(110.917442, 1.50002527, 9.1665411)
  1972. o119.Rotation = Vector3.new(-90, 6.45824184e-006, 2.56150702e-006)
  1973. o119.Anchored = true
  1974. o119.FormFactor = Enum.FormFactor.Symmetric
  1975. o119.Size = Vector3.new(2.39999986, 1.31000006, 2.39999986)
  1976. 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)
  1977. o120.Parent = o119
  1978. o121.Name = "Handle"
  1979. o121.Parent = o1
  1980. o121.Material = Enum.Material.SmoothPlastic
  1981. o121.Position = Vector3.new(99.207077, 6.8765769, 15.2047167)
  1982. o121.Rotation = Vector3.new(5.49961514e-005, 89.0444794, -5.50190998e-005)
  1983. o121.Anchored = true
  1984. o121.CanCollide = false
  1985. o121.FormFactor = Enum.FormFactor.Symmetric
  1986. o121.Size = Vector3.new(2, 2, 2)
  1987. 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)
  1988. o121.BottomSurface = Enum.SurfaceType.Smooth
  1989. o121.TopSurface = Enum.SurfaceType.Smooth
  1990. o122.Parent = o121
  1991. o122.MeshId = "http://www.roblox.com/asset/?id=15393031"
  1992. o122.TextureId = "http://www.roblox.com/asset/?id=15393013"
  1993. o122.MeshType = Enum.MeshType.FileMesh
  1994. o123.Name = "RPPART"
  1995. o123.Parent = o1
  1996. o123.Transparency = 1
  1997. o123.Position = Vector3.new(103.454132, 5.33460093, 13.0707426)
  1998. o123.Rotation = Vector3.new(-90, 0, -0)
  1999. o123.Anchored = true
  2000. o123.CanCollide = false
  2001. o123.Size = Vector3.new(4, 1, 2)
  2002. o123.CFrame = CFrame.new(103.454132, 5.33460093, 13.0707426, 1, 0, 0, 0, 0, 1, 0, -1, 0)
  2003. o124.Parent = o12
  2004. o124.Texture = "http://roblox.com/asset/?id=112031763"
  2005. function MoveY(model, Position)
  2006. for _,part in pairs (model:GetChildren()) do
  2007. if part.ClassName == "Part" then
  2008. part.CFrame = part.CFrame + Vector3.new(0,Position,0)
  2009. end
  2010. end
  2011. end
  2012. function MoveX(model, Position)
  2013. for _,part in pairs (model:GetChildren()) do
  2014. if part.ClassName == "Part" then
  2015. part.CFrame = part.CFrame + Vector3.new(Position,0,0)
  2016. end
  2017. end
  2018. end
  2019. function MoveSpawn(model, PLAYERPOS)
  2020. for _,part in pairs (model:GetChildren()) do
  2021. if part.ClassName == "Part" then
  2022. part.CFrame = part.CFrame + PLAYERPOS + Vector3.new(50,-2.7,-5)
  2023. end
  2024. end
  2025. end
  2026. function MoveZ(model, Position)
  2027. for _,part in pairs (model:GetChildren()) do
  2028. if part.ClassName == "Part" then
  2029. part.CFrame = part.CFrame + Vector3.new(0,0,Position)
  2030. end
  2031. end
  2032. end
  2033. function MoveZPart(Part, Position)
  2034. Part.CFrame = Part.CFrame + Vector3.new(0,0,Position)
  2035. end
  2036. function MoveXPart(Part, Position)
  2037. Part.CFrame = Part.CFrame + Vector3.new(Position,0,0)
  2038. end
  2039. game.Players[Victim].Character.HumanoidRootPart.Anchored = true
  2040. OMGCREEPY = Instance.new("Sound")
  2041. OMGCREEPY.Parent = o1
  2042. OMGCREEPY.Volume = 10
  2043. OMGCREEPY.SoundId = "rbxassetid://177775134"
  2044. for i,v in pairs (o1:GetChildren()) do
  2045. if v:IsA("Part") then
  2046. v.Material = "SmoothPlastic"
  2047. v.BackSurface = "SmoothNoOutlines"
  2048. v.FrontSurface = "SmoothNoOutlines"
  2049. v.BottomSurface = "SmoothNoOutlines"
  2050. v.LeftSurface = "SmoothNoOutlines"
  2051. v.RightSurface = "SmoothNoOutlines"
  2052. v.TopSurface = "SmoothNoOutlines"
  2053. end
  2054. end
  2055. OMGCREEPY:Play()
  2056. o21:Play()
  2057. MoveSpawn(o1,game.Players[Victim].Character.HumanoidRootPart.Position)
  2058. for i=1,51 do
  2059. MoveX(o1,-3)
  2060. wait(.05)
  2061. end
  2062. wait(.5)
  2063. MoveZPart(o12,-1)
  2064. wait(.2)
  2065. for i=1,6 do
  2066. MoveXPart(o12,1)
  2067. wait(.1)
  2068. end
  2069. wait(.5)
  2070. game.Players[Victim].Character.HumanoidRootPart.CFrame = o86.CFrame
  2071. wait(.5)
  2072. game.Players[Victim].Character.HumanoidRootPart.CFrame = o85.CFrame
  2073. wait(.5)
  2074. MoveZPart(o12,1)
  2075. wait(.2)
  2076.  
  2077. for i=1,6 do
  2078. MoveXPart(o12,-1)
  2079. wait(.1)
  2080. end
  2081. for i=1,50 do
  2082. MoveX(o1,-3)
  2083. game.Players[Victim].Character.HumanoidRootPart.CFrame = o85.CFrame
  2084. wait(.05)
  2085. end
  2086. game.Players[Victim].Character.Head.face.Texture = "rbxassetid://629925029"
  2087. game.Players[Victim].Character.HumanoidRootPart.CFrame = o123.CFrame
  2088. SCREAM = Instance.new("Sound")
  2089. SCREAM.Parent = game.Players[Victim].Character.Head
  2090. SCREAM.SoundId = "rbxassetid://138167455"
  2091. SCREAM:Play()
  2092. wait(2.5)
  2093. game.Players[Victim].Character.Head.BrickColor = BrickColor.new("Maroon")
  2094. MoveZPart(o12,-1)
  2095. wait(.2)
  2096. for i=1,6 do
  2097. MoveXPart(o12,1)
  2098. wait(.1)
  2099. end
  2100. wait(.5)
  2101. game.Players[Victim].Character.HumanoidRootPart.CFrame = o86.CFrame
  2102. wait(.5)
  2103. MoveZPart(o12,1)
  2104. wait(.2)
  2105. for i=1,6 do
  2106. MoveXPart(o12,-1)
  2107. wait(.1)
  2108. end
  2109. game.Players[Victim].Character.Humanoid.Health = 0
  2110. player = game.Players[Victim]
  2111. char = player.Character
  2112. char.Archivable = true
  2113. local rg = char:Clone()
  2114. rg.HumanoidRootPart:Destroy()
  2115. rg.Name = ""
  2116. rg.Humanoid.MaxHealth = 0
  2117. for i, v in pairs(rg.Torso:GetChildren()) do
  2118. if v:IsA("Motor6D") then
  2119. v:Destroy()
  2120. end
  2121. end
  2122.  
  2123. local n = Instance.new("Glue", rg.Torso)
  2124. n.Name = "Neck"
  2125. n.Part0 = rg.Torso
  2126. n.Part1 = rg.Head
  2127. n.C0 = CFrame.new(0, 1, 0)
  2128. n.C1 = CFrame.new(0, -0.5, 0)
  2129.  
  2130. local rs = Instance.new("Glue", rg.Torso)
  2131. rs.Name = "Right Shoulder"
  2132. rs.Part0 = rg.Torso
  2133. rs.Part1 = rg["Right Arm"]
  2134. rs.C0 = CFrame.new(1.5, 0.5, 0)
  2135. rs.C1 = CFrame.new(0, 0.5, 0)
  2136. local ls = Instance.new("Glue", rg.Torso)
  2137. ls.Name = "Left Shoulder"
  2138. ls.Part0 = rg.Torso
  2139. ls.Part1 = rg["Left Arm"]
  2140. ls.C0 = CFrame.new(-1.5, 0.5, 0)
  2141. ls.C1 = CFrame.new(0, 0.5, 0)
  2142.  
  2143. local rh = Instance.new("Glue", rg.Torso)
  2144. rh.Name = "Right Hip"
  2145. rh.Part0 = rg.Torso
  2146. rh.Part1 = rg["Right Leg"]
  2147. rh.C0 = CFrame.new(0.5, -1, 0)
  2148. rh.C1 = CFrame.new(0, 1, 0)
  2149. local lh = Instance.new("Glue", rg.Torso)
  2150. lh.Name = "Left Hip"
  2151. lh.Part0 = rg.Torso
  2152. lh.Part1 = rg["Left Leg"]
  2153. lh.C0 = CFrame.new(-0.5, -1, 0)
  2154. lh.C1 = CFrame.new(0, 1, 0)
  2155. char.Torso:Destroy()
  2156. char.Head:Destroy()
  2157. char["Left Leg"]:Destroy()
  2158. char["Left Arm"]:Destroy()
  2159. char["Right Leg"]:Destroy()
  2160. char["Right Arm"]:Destroy()
  2161. rg.Parent = game.Workspace
  2162. rg.Head.BrickColor = BrickColor.new("Maroon")
  2163. function DEATH ()
  2164. OHHNELLY = Instance.new("Part")
  2165. OHHNELLY.Parent = workspace
  2166. OHHNELLY.Anchored = false
  2167. OHHNELLY.Material = Enum.Material.SmoothPlastic
  2168. OHHNELLY.BrickColor = BrickColor.new("Maroon")
  2169. OHHNELLY.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2170. OHHNELLY.Position = rg.Head.Position
  2171. OHHNELLY.Color = Color3.new(0.458824, 0, 0)
  2172. OHHNELLY.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2173. OHHNELLY.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2174. OHHNELLY.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2175. OHHNELLY.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2176. OHHNELLY.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2177. OHHNELLY.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2178. end
  2179. for i=1,20 do
  2180. DEATH()
  2181. MoveX(o1,-3)
  2182. wait(.05)
  2183. end
  2184. o1:Destroy()
  2185. end)
  2186. end)
  2187.  
  2188. HackRobuxtroll.Name = "HackRobuxtroll"
  2189. HackRobuxtroll.Parent = ScriptFrame
  2190. HackRobuxtroll.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  2191. HackRobuxtroll.BackgroundTransparency = 1
  2192. HackRobuxtroll.BorderSizePixel = 0
  2193. HackRobuxtroll.Position = UDim2.new(0.889655173, 0, 0.911111116, 0)
  2194. HackRobuxtroll.Size = UDim2.new(0.0931034461, 0, 0.0722222254, 0)
  2195. HackRobuxtroll.Font = Enum.Font.Highway
  2196. HackRobuxtroll.Text = "Hack Robux"
  2197. HackRobuxtroll.TextColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  2198. HackRobuxtroll.TextScaled = true
  2199. HackRobuxtroll.TextSize = 14
  2200. HackRobuxtroll.TextTransparency = 0.5
  2201. HackRobuxtroll.TextWrapped = true
  2202. HackRobuxtroll.MouseButton1Down:connect(function()
  2203. ScriptFrame:TweenPosition(UDim2.new(0.206, 0, 1.825, 0), 'In', 'Quart', 1)
  2204. RobuxTrollFrame:TweenPosition(UDim2.new(0.206, 0, 0.325, 0), 'Out', 'Quart', 1)
  2205. end)
  2206.  
  2207. RobuxTrollFrame.Name = "RobuxTrollFrame"
  2208. RobuxTrollFrame.Parent = ErluxGUI
  2209. RobuxTrollFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  2210. RobuxTrollFrame.BackgroundTransparency = 0.30000001192093
  2211. RobuxTrollFrame.BorderSizePixel = 0
  2212. RobuxTrollFrame.Draggable = true
  2213. RobuxTrollFrame.Position = UDim2.new(0.206, 0, 1.825, 0)
  2214. RobuxTrollFrame.Size = UDim2.new(0.263366342, 0, 0.184655398, 0)
  2215. RobuxTrollFrame.Visible = true
  2216. RobuxTrollFrame.Active = true
  2217.  
  2218. BarTroll.Name = "BarTroll"
  2219. BarTroll.Parent = RobuxTrollFrame
  2220. BarTroll.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  2221. BarTroll.BorderSizePixel = 0
  2222. BarTroll.Position = UDim2.new(0, 0, -0.00277777785, 0)
  2223. BarTroll.Size = UDim2.new(1, 0, 0.169014081, 0)
  2224. BarTroll.Draggable = true
  2225.  
  2226. Name6.Name = "Name6"
  2227. Name6.Parent = RobuxTrollFrame
  2228. Name6.BackgroundColor3 = Color3.new(1, 1, 1)
  2229. Name6.BackgroundTransparency = 1
  2230. Name6.Position = UDim2.new(0.0150943398, 0, 0.00826446246, 0)
  2231. Name6.Size = UDim2.new(0.984962404, 0, 0.147887319, 0)
  2232. Name6.Font = Enum.Font.Highway
  2233. Name6.Text = "Erlux GUI v1.4"
  2234. Name6.TextColor3 = Color3.new(0.74902, 0, 0)
  2235. Name6.TextSize = 20
  2236. Name6.Draggable = true
  2237.  
  2238. CloseTroll.Name = "CloseTroll"
  2239. CloseTroll.Parent = RobuxTrollFrame
  2240. CloseTroll.BackgroundColor3 = Color3.new(1, 1, 1)
  2241. CloseTroll.BackgroundTransparency = 1
  2242. CloseTroll.Position = UDim2.new(0.924812019, 0, 0.00704225339, 0)
  2243. CloseTroll.Size = UDim2.new(0.0639097765, 0, 0.154929578, 0)
  2244. CloseTroll.Font = Enum.Font.Highway
  2245. CloseTroll.Text = "X"
  2246. CloseTroll.TextColor3 = Color3.new(0.74902, 0, 0)
  2247. CloseTroll.TextSize = 20
  2248. CloseTroll.MouseButton1Down:connect(function()
  2249. ScriptFrame:TweenPosition(UDim2.new(0.206, 0, 0.325, 0), 'Out', 'Quart', 1)
  2250. RobuxTrollFrame:TweenPosition(UDim2.new(0.206, 0, 1.825, 0), 'In', 'Quart', 1)
  2251. end)
  2252.  
  2253. TrollText.Name = "TrollText"
  2254. TrollText.Parent = RobuxTrollFrame
  2255. TrollText.BackgroundColor3 = Color3.new(1, 1, 1)
  2256. TrollText.BackgroundTransparency = 1
  2257. TrollText.Position = UDim2.new(0.13909775, 0, 0.161971837, 0)
  2258. TrollText.Size = UDim2.new(0, 200, 0, 50)
  2259. TrollText.Font = Enum.Font.Highway
  2260. TrollText.Text = "Seriously?"
  2261. TrollText.TextColor3 = Color3.new(0.733333, 1, 0)
  2262. TrollText.TextSize = 25
  2263.  
  2264. TrollText1.Name = "TrollText1"
  2265. TrollText1.Parent = RobuxTrollFrame
  2266. TrollText1.BackgroundColor3 = Color3.new(1, 1, 1)
  2267. TrollText1.BackgroundTransparency = 1
  2268. TrollText1.Position = UDim2.new(0.127819553, 0, 0.485915482, 0)
  2269. TrollText1.Size = UDim2.new(0, 200, 0, 50)
  2270. TrollText1.Font = Enum.Font.Highway
  2271. TrollText1.Text = "I thought you are smarter..."
  2272. TrollText1.TextColor3 = Color3.new(0.733333, 1, 0)
  2273. TrollText1.TextSize = 25
  2274.  
  2275. GamesFrame.Name = "GamesFrame"
  2276. GamesFrame.Parent = ErluxGUI
  2277. GamesFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  2278. GamesFrame.BackgroundTransparency = 0.30000001192093
  2279. GamesFrame.BorderSizePixel = 0
  2280. GamesFrame.Draggable = true
  2281. GamesFrame.Position = UDim2.new(0.206, 0, 1.825, 0)
  2282. GamesFrame.Size = UDim2.new(0, 580, 0, 360)
  2283. GamesFrame.Visible = true
  2284. GamesFrame.Active = true
  2285.  
  2286. BarGames.Name = "BarGames"
  2287. BarGames.Parent = GamesFrame
  2288. BarGames.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  2289. BarGames.BorderSizePixel = 0
  2290. BarGames.Position = UDim2.new(0, 0, -0.00277777785, 0)
  2291. BarGames.Size = UDim2.new(0, 580, 0, 40)
  2292. BarGames.Draggable = true
  2293.  
  2294. Credits7.Name = "Credits7"
  2295. Credits7.Parent = GamesFrame
  2296. Credits7.BackgroundColor3 = Color3.new(1, 1, 1)
  2297. Credits7.BackgroundTransparency = 1
  2298. Credits7.Position = UDim2.new(0.100000001, 0, 0.875, 0)
  2299. Credits7.Size = UDim2.new(0, 200, 0, 50)
  2300. Credits7.Font = Enum.Font.Highway
  2301. Credits7.Text = "Purchased By RobloxExploitz.Net"
  2302. Credits7.TextColor3 = Color3.new(0.74902, 0, 0)
  2303. Credits7.TextSize = 20
  2304.  
  2305. Name7.Name = "Name7"
  2306. Name7.Parent = GamesFrame
  2307. Name7.BackgroundColor3 = Color3.new(1, 1, 1)
  2308. Name7.BackgroundTransparency = 1
  2309. Name7.Position = UDim2.new(0.312068969, 0, -0.013888889, 0)
  2310. Name7.Size = UDim2.new(0, 200, 0, 50)
  2311. Name7.Font = Enum.Font.Highway
  2312. Name7.Text = "Erlux GUI v1.4"
  2313. Name7.TextColor3 = Color3.new(0.74902, 0, 0)
  2314. Name7.TextSize = 40
  2315. Name7.Draggable = true
  2316.  
  2317. MinersHaven.Name = "MinersHaven"
  2318. MinersHaven.Parent = GamesFrame
  2319. MinersHaven.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  2320. MinersHaven.Position = UDim2.new(0.31400001, 0, 0.666666687, 0)
  2321. MinersHaven.Size = UDim2.new(0.262068957, 0, 0.13611111, 0)
  2322. MinersHaven.Font = Enum.Font.Highway
  2323. MinersHaven.Text = "Miners Haven"
  2324. MinersHaven.TextColor3 = Color3.new(0.792157, 0.792157, 0.792157)
  2325. MinersHaven.TextScaled = true
  2326. MinersHaven.TextSize = 14
  2327. MinersHaven.TextWrapped = true
  2328. MinersHaven.MouseButton1Down:connect(function()
  2329. loadstring(game:GetObjects("rbxassetid://1329985854")[1].Source)()
  2330. end)
  2331.  
  2332. BaseWars.Name = "BaseWars"
  2333. BaseWars.Parent = GamesFrame
  2334. BaseWars.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  2335. BaseWars.Position = UDim2.new(0.312068969, 0, 0.493999988, 0)
  2336. BaseWars.Size = UDim2.new(0.262068957, 0, 0.13611111, 0)
  2337. BaseWars.Font = Enum.Font.Highway
  2338. BaseWars.Text = "Base Wars"
  2339. BaseWars.TextColor3 = Color3.new(0.792157, 0.792157, 0.792157)
  2340. BaseWars.TextScaled = true
  2341. BaseWars.TextSize = 14
  2342. BaseWars.TextWrapped = true
  2343. BaseWars.MouseButton1Down:connect(function()
  2344. local Character = game.Players.LocalPlayer.Character
  2345.  
  2346. -- Objects
  2347.  
  2348. local SkeletalsBWGUI = Instance.new("ScreenGui")
  2349. local TopBar = Instance.new("TextLabel")
  2350. local Core = Instance.new("Frame")
  2351. local YellowBasebtn = Instance.new("TextButton")
  2352. local GreenBasebtn = Instance.new("TextButton")
  2353. local RiverPassbtn = Instance.new("TextButton")
  2354. local MountainStoragebtn = Instance.new("TextButton")
  2355. local YellowFrontlineBunkerbtn = Instance.new("TextButton")
  2356. local FortifiedIslandbtn = Instance.new("TextButton")
  2357. local GreenUndergroundbtn = Instance.new("TextButton")
  2358. local GreenFrontlineBunkerbtn = Instance.new("TextButton")
  2359. local YellowUndergroundbtn = Instance.new("TextButton")
  2360. local PlayerSelect = Instance.new("TextBox")
  2361. local TeleportToPlayer = Instance.new("TextButton")
  2362. local Credits = Instance.new("TextLabel")
  2363. local Discord = Instance.new("TextLabel")
  2364. local Bighead = Instance.new("TextButton")
  2365. local ESP = Instance.new("TextButton")
  2366. local MessageSelect = Instance.new("TextBox")
  2367. local Message = Instance.new("TextButton")
  2368. local Minimize = Instance.new("TextButton")
  2369.  
  2370. -- Properties
  2371.  
  2372. SkeletalsBWGUI.Name = "Skeletals BW GUI"
  2373. SkeletalsBWGUI.Parent = game.Players.LocalPlayer.PlayerGui
  2374.  
  2375. TopBar.Name = "TopBar"
  2376. TopBar.Parent = SkeletalsBWGUI
  2377. TopBar.Active = true
  2378. TopBar.BackgroundColor3 = Color3.new(0.8, 0.8, 0.8)
  2379. TopBar.Draggable = true
  2380. TopBar.Position = UDim2.new(0, 150, 0, 250)
  2381. TopBar.Size = UDim2.new(0, 400, 0, 25)
  2382. TopBar.Font = Enum.Font.Code
  2383. TopBar.FontSize = Enum.FontSize.Size18
  2384. TopBar.Text = "Skeletal's Base Wars GUI"
  2385. TopBar.TextSize = 18
  2386.  
  2387. Core.Name = "Core"
  2388. Core.Parent = TopBar
  2389. Core.BackgroundColor3 = Color3.new(0.8, 0.8, 0.8)
  2390. Core.ClipsDescendants = true
  2391. Core.Position = UDim2.new(0, 0, 0, 30)
  2392. Core.Size = UDim2.new(0, 400, 0, 250)
  2393.  
  2394. YellowBasebtn.Name = "YellowBasebtn"
  2395. YellowBasebtn.Parent = Core
  2396. YellowBasebtn.BackgroundColor3 = Color3.new(0.8, 0.8, 0.8)
  2397. YellowBasebtn.BorderColor3 = Color3.new(0, 0, 0)
  2398. YellowBasebtn.Position = UDim2.new(0, 265, 0, 5)
  2399. YellowBasebtn.Size = UDim2.new(0, 125, 0, 30)
  2400. YellowBasebtn.Font = Enum.Font.Code
  2401. YellowBasebtn.FontSize = Enum.FontSize.Size18
  2402. YellowBasebtn.Text = "Yellow Base"
  2403. YellowBasebtn.TextColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  2404. YellowBasebtn.TextSize = 18
  2405.  
  2406. GreenBasebtn.Name = "GreenBasebtn"
  2407. GreenBasebtn.Parent = Core
  2408. GreenBasebtn.BackgroundColor3 = Color3.new(0.8, 0.8, 0.8)
  2409. GreenBasebtn.BorderColor3 = Color3.new(0, 0, 0)
  2410. GreenBasebtn.Position = UDim2.new(0, 5, 0, 5)
  2411. GreenBasebtn.Size = UDim2.new(0, 125, 0, 30)
  2412. GreenBasebtn.Font = Enum.Font.Code
  2413. GreenBasebtn.FontSize = Enum.FontSize.Size18
  2414. GreenBasebtn.Text = "Green Base"
  2415. GreenBasebtn.TextColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  2416. GreenBasebtn.TextSize = 18
  2417.  
  2418. RiverPassbtn.Name = "RiverPassbtn"
  2419. RiverPassbtn.Parent = Core
  2420. RiverPassbtn.BackgroundColor3 = Color3.new(0.8, 0.8, 0.8)
  2421. RiverPassbtn.BorderColor3 = Color3.new(0, 0, 0)
  2422. RiverPassbtn.Position = UDim2.new(0, 135, 0, 5)
  2423. RiverPassbtn.Size = UDim2.new(0, 125, 0, 30)
  2424. RiverPassbtn.Font = Enum.Font.Code
  2425. RiverPassbtn.FontSize = Enum.FontSize.Size18
  2426. RiverPassbtn.Text = "River Pass"
  2427. RiverPassbtn.TextColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  2428. RiverPassbtn.TextSize = 18
  2429.  
  2430. MountainStoragebtn.Name = "MountainStoragebtn"
  2431. MountainStoragebtn.Parent = Core
  2432. MountainStoragebtn.BackgroundColor3 = Color3.new(0.8, 0.8, 0.8)
  2433. MountainStoragebtn.BorderColor3 = Color3.new(0, 0, 0)
  2434. MountainStoragebtn.Position = UDim2.new(0, 135, 0, 40)
  2435. MountainStoragebtn.Size = UDim2.new(0, 125, 0, 30)
  2436. MountainStoragebtn.Font = Enum.Font.Code
  2437. MountainStoragebtn.FontSize = Enum.FontSize.Size14
  2438. MountainStoragebtn.Text = "Mountain Storage"
  2439. MountainStoragebtn.TextColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  2440. MountainStoragebtn.TextSize = 14
  2441.  
  2442. YellowFrontlineBunkerbtn.Name = "YellowFrontlineBunkerbtn"
  2443. YellowFrontlineBunkerbtn.Parent = Core
  2444. YellowFrontlineBunkerbtn.BackgroundColor3 = Color3.new(0.8, 0.8, 0.8)
  2445. YellowFrontlineBunkerbtn.BorderColor3 = Color3.new(0, 0, 0)
  2446. YellowFrontlineBunkerbtn.Position = UDim2.new(0, 265, 0, 40)
  2447. YellowFrontlineBunkerbtn.Size = UDim2.new(0, 125, 0, 30)
  2448. YellowFrontlineBunkerbtn.Font = Enum.Font.Code
  2449. YellowFrontlineBunkerbtn.FontSize = Enum.FontSize.Size10
  2450. YellowFrontlineBunkerbtn.Text = "Yellow Frontline Bunker"
  2451. YellowFrontlineBunkerbtn.TextColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  2452. YellowFrontlineBunkerbtn.TextSize = 10
  2453.  
  2454. FortifiedIslandbtn.Name = "FortifiedIslandbtn"
  2455. FortifiedIslandbtn.Parent = Core
  2456. FortifiedIslandbtn.BackgroundColor3 = Color3.new(0.8, 0.8, 0.8)
  2457. FortifiedIslandbtn.BorderColor3 = Color3.new(0, 0, 0)
  2458. FortifiedIslandbtn.Position = UDim2.new(0, 135, 0, 75)
  2459. FortifiedIslandbtn.Size = UDim2.new(0, 125, 0, 30)
  2460. FortifiedIslandbtn.Font = Enum.Font.Code
  2461. FortifiedIslandbtn.FontSize = Enum.FontSize.Size14
  2462. FortifiedIslandbtn.Text = "Fortified Island"
  2463. FortifiedIslandbtn.TextColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  2464. FortifiedIslandbtn.TextSize = 14
  2465.  
  2466. GreenUndergroundbtn.Name = "GreenUndergroundbtn"
  2467. GreenUndergroundbtn.Parent = Core
  2468. GreenUndergroundbtn.BackgroundColor3 = Color3.new(0.8, 0.8, 0.8)
  2469. GreenUndergroundbtn.BorderColor3 = Color3.new(0, 0, 0)
  2470. GreenUndergroundbtn.Position = UDim2.new(0, 5, 0, 75)
  2471. GreenUndergroundbtn.Size = UDim2.new(0, 125, 0, 30)
  2472. GreenUndergroundbtn.Font = Enum.Font.Code
  2473. GreenUndergroundbtn.FontSize = Enum.FontSize.Size14
  2474. GreenUndergroundbtn.Text = "Green Underground"
  2475. GreenUndergroundbtn.TextColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  2476. GreenUndergroundbtn.TextSize = 14
  2477.  
  2478. GreenFrontlineBunkerbtn.Name = "GreenFrontlineBunkerbtn"
  2479. GreenFrontlineBunkerbtn.Parent = Core
  2480. GreenFrontlineBunkerbtn.BackgroundColor3 = Color3.new(0.8, 0.8, 0.8)
  2481. GreenFrontlineBunkerbtn.BorderColor3 = Color3.new(0, 0, 0)
  2482. GreenFrontlineBunkerbtn.Position = UDim2.new(0, 5, 0, 40)
  2483. GreenFrontlineBunkerbtn.Size = UDim2.new(0, 125, 0, 30)
  2484. GreenFrontlineBunkerbtn.Font = Enum.Font.Code
  2485. GreenFrontlineBunkerbtn.FontSize = Enum.FontSize.Size10
  2486. GreenFrontlineBunkerbtn.Text = "Green Frontline Bunker"
  2487. GreenFrontlineBunkerbtn.TextColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  2488. GreenFrontlineBunkerbtn.TextSize = 10
  2489.  
  2490. YellowUndergroundbtn.Name = "YellowUndergroundbtn"
  2491. YellowUndergroundbtn.Parent = Core
  2492. YellowUndergroundbtn.BackgroundColor3 = Color3.new(0.8, 0.8, 0.8)
  2493. YellowUndergroundbtn.BorderColor3 = Color3.new(0, 0, 0)
  2494. YellowUndergroundbtn.Position = UDim2.new(0, 265, 0, 75)
  2495. YellowUndergroundbtn.Size = UDim2.new(0, 125, 0, 30)
  2496. YellowUndergroundbtn.Font = Enum.Font.Code
  2497. YellowUndergroundbtn.FontSize = Enum.FontSize.Size12
  2498. YellowUndergroundbtn.Text = "Yellow Underground"
  2499. YellowUndergroundbtn.TextColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  2500. YellowUndergroundbtn.TextSize = 12
  2501.  
  2502. PlayerSelect.Name = "PlayerSelect"
  2503. PlayerSelect.Parent = Core
  2504. PlayerSelect.Active = false
  2505. PlayerSelect.BackgroundColor3 = Color3.new(0.8, 0.8, 0.8)
  2506. PlayerSelect.BorderColor3 = Color3.new(0, 0, 0)
  2507. PlayerSelect.Position = UDim2.new(0, 5, 0, 110)
  2508. PlayerSelect.Size = UDim2.new(0, 256, 0, 30)
  2509. PlayerSelect.Font = Enum.Font.Code
  2510. PlayerSelect.FontSize = Enum.FontSize.Size14
  2511. PlayerSelect.Text = "Enter Player Name"
  2512. PlayerSelect.TextColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  2513. PlayerSelect.TextSize = 14
  2514.  
  2515. TeleportToPlayer.Name = "TeleportToPlayer"
  2516. TeleportToPlayer.Parent = Core
  2517. TeleportToPlayer.BackgroundColor3 = Color3.new(0.8, 0.8, 0.8)
  2518. TeleportToPlayer.BorderColor3 = Color3.new(0, 0, 0)
  2519. TeleportToPlayer.Position = UDim2.new(0, 265, 0, 110)
  2520. TeleportToPlayer.Size = UDim2.new(0, 125, 0, 30)
  2521. TeleportToPlayer.Font = Enum.Font.Code
  2522. TeleportToPlayer.FontSize = Enum.FontSize.Size12
  2523. TeleportToPlayer.Text = "Teleport To Player"
  2524. TeleportToPlayer.TextColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  2525. TeleportToPlayer.TextSize = 12
  2526.  
  2527. Credits.Name = "Credits"
  2528. Credits.Parent = Core
  2529. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  2530. Credits.BackgroundTransparency = 1
  2531. Credits.BorderSizePixel = 0
  2532. Credits.Position = UDim2.new(0, 100, 0, 215)
  2533. Credits.Size = UDim2.new(0, 200, 0, 50)
  2534. Credits.Font = Enum.Font.Code
  2535. Credits.FontSize = Enum.FontSize.Size10
  2536. Credits.Text = "Purchased By RobloxExploitz.Net"
  2537. Credits.TextSize = 10
  2538.  
  2539. Discord.Name = "Discord"
  2540. Discord.Parent = Core
  2541. Discord.BackgroundColor3 = Color3.new(1, 1, 1)
  2542. Discord.BackgroundTransparency = 1
  2543. Discord.BorderSizePixel = 0
  2544. Discord.Position = UDim2.new(0, 100, 0, 200)
  2545. Discord.Size = UDim2.new(0, 200, 0, 50)
  2546. Discord.Font = Enum.Font.Code
  2547. Discord.FontSize = Enum.FontSize.Size14
  2548. Discord.Text = "Discord: kssMubS"
  2549. Discord.TextSize = 14
  2550.  
  2551. Bighead.Name = "Bighead"
  2552. Bighead.Parent = Core
  2553. Bighead.BackgroundColor3 = Color3.new(0.8, 0.8, 0.8)
  2554. Bighead.BorderColor3 = Color3.new(0, 0, 0)
  2555. Bighead.Position = UDim2.new(0, 135, 0, 180)
  2556. Bighead.Size = UDim2.new(0, 125, 0, 30)
  2557. Bighead.Font = Enum.Font.Code
  2558. Bighead.FontSize = Enum.FontSize.Size24
  2559. Bighead.Text = "Bighead"
  2560. Bighead.TextColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  2561. Bighead.TextSize = 24
  2562. Bighead.TextWrapped = true
  2563.  
  2564. ESP.Name = "ESP"
  2565. ESP.Parent = Core
  2566. ESP.BackgroundColor3 = Color3.new(0.8, 0.8, 0.8)
  2567. ESP.BorderColor3 = Color3.new(0, 0, 0)
  2568. ESP.Position = UDim2.new(0, 265, 0, 180)
  2569. ESP.Size = UDim2.new(0, 125, 0, 30)
  2570. ESP.Font = Enum.Font.Code
  2571. ESP.FontSize = Enum.FontSize.Size24
  2572. ESP.Text = "ESP"
  2573. ESP.TextColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  2574. ESP.TextSize = 24
  2575. ESP.TextWrapped = true
  2576.  
  2577. MessageSelect.Name = "MessageSelect"
  2578. MessageSelect.Parent = Core
  2579. MessageSelect.Active = false
  2580. MessageSelect.BackgroundColor3 = Color3.new(0.8, 0.8, 0.8)
  2581. MessageSelect.BorderColor3 = Color3.new(0, 0, 0)
  2582. MessageSelect.Position = UDim2.new(0, 5, 0, 145)
  2583. MessageSelect.Size = UDim2.new(0, 256, 0, 30)
  2584. MessageSelect.Font = Enum.Font.Code
  2585. MessageSelect.FontSize = Enum.FontSize.Size14
  2586. MessageSelect.Text = "Enter Message"
  2587. MessageSelect.TextColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  2588. MessageSelect.TextSize = 14
  2589.  
  2590. Message.Name = "Message"
  2591. Message.Parent = Core
  2592. Message.BackgroundColor3 = Color3.new(0.8, 0.8, 0.8)
  2593. Message.BorderColor3 = Color3.new(0, 0, 0)
  2594. Message.Position = UDim2.new(0, 265, 0, 145)
  2595. Message.Size = UDim2.new(0, 125, 0, 30)
  2596. Message.Font = Enum.Font.Code
  2597. Message.FontSize = Enum.FontSize.Size12
  2598. Message.Text = "Message"
  2599. Message.TextColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  2600. Message.TextSize = 12
  2601.  
  2602. Minimize.Name = "Minimize"
  2603. Minimize.Parent = TopBar
  2604. Minimize.BackgroundColor3 = Color3.new(0.745098, 0, 0.0117647)
  2605. Minimize.BorderSizePixel = 0
  2606. Minimize.Position = UDim2.new(0, 375, 0, 0)
  2607. Minimize.Size = UDim2.new(0, 25, 1, 0)
  2608. Minimize.Font = Enum.Font.SourceSans
  2609. Minimize.FontSize = Enum.FontSize.Size18
  2610. Minimize.Text = "-"
  2611. Minimize.TextColor3 = Color3.new(1, 1, 1)
  2612. Minimize.TextSize = 18
  2613. Minimize.MouseButton1Down:connect(function()
  2614. TopBar.Visible = false
  2615. end)
  2616.  
  2617. local YellowBase = function()
  2618. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1019.84, 260.938, 38.3488)
  2619. end
  2620. YellowBasebtn.MouseButton1Down:connect(YellowBase)
  2621.  
  2622. local GreenBase = function()
  2623. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1019.99, 260.824, 7.91543)
  2624. end
  2625. GreenBasebtn.MouseButton1Down:connect(GreenBase)
  2626.  
  2627. local RiverPass = function()
  2628. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-4.43478, 214.428, -67.4713)
  2629. end
  2630. RiverPassbtn.MouseButton1Down:connect(RiverPass)
  2631.  
  2632. local MountainStorage = function()
  2633. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(4.76334, 191.438, 421.142)
  2634. end
  2635. MountainStoragebtn.MouseButton1Down:connect(MountainStorage)
  2636.  
  2637. local YellowFrontlineBunker = function()
  2638. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(668.267, 221.844, 104.438)
  2639. end
  2640. YellowFrontlineBunkerbtn.MouseButton1Down:connect(YellowFrontlineBunker)
  2641.  
  2642. local FortifiedIsland = function()
  2643. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0.386523, 241.438, -1368.63)
  2644. end
  2645. FortifiedIslandbtn.MouseButton1Down:connect(FortifiedIsland)
  2646.  
  2647. local GreenUnderground = function()
  2648. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1038.49, 193.232, 8.87813)
  2649. end
  2650. GreenUndergroundbtn.MouseButton1Down:connect(GreenUnderground)
  2651.  
  2652. local GreenFrontlineBunker = function()
  2653. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-625.969, 222.242, 92.3934)
  2654. end
  2655. GreenFrontlineBunkerbtn.MouseButton1Down:connect(GreenFrontlineBunker)
  2656.  
  2657. local YellowUnderground = function()
  2658. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1039.24, 193.278, 38.5407)
  2659. end
  2660. YellowUndergroundbtn.MouseButton1Down:connect(YellowUnderground)
  2661.  
  2662. local TeleportToPlayer1 = function()
  2663. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(game.Workspace[PlayerSelect.Text].Torso.Position)
  2664. end
  2665. TeleportToPlayer.MouseButton1Down:connect(TeleportToPlayer1)
  2666.  
  2667. local ESP1 = function()
  2668. function Create(base, team)
  2669. local bb = Instance.new('BillboardGui', game.CoreGui)
  2670. bb.Adornee = base
  2671. bb.ExtentsOffset = Vector3.new(0,1,0)
  2672. bb.AlwaysOnTop = true
  2673. bb.Size = UDim2.new(0,5,0,5)
  2674. bb.StudsOffset = Vector3.new(0,1,0)
  2675. bb.Name = 'tracker'
  2676. local frame = Instance.new('Frame',bb)
  2677. frame.ZIndex = 10
  2678. frame.BackgroundTransparency = 0.3
  2679. frame.Size = UDim2.new(1,0,1,0)
  2680. local txtlbl = Instance.new('TextLabel',bb)
  2681. txtlbl.ZIndex = 10
  2682. txtlbl.BackgroundTransparency = 1
  2683. txtlbl.Position = UDim2.new(0,0,0,-35)
  2684. txtlbl.Size = UDim2.new(1,0,10,0)
  2685. txtlbl.Font = 'ArialBold'
  2686. txtlbl.FontSize = 'Size12'
  2687. txtlbl.Text = base.Parent.Name:upper()
  2688. txtlbl.TextStrokeTransparency = 0.5
  2689. if team then
  2690. txtlbl.TextColor3 = Color3.new(0,1,1)
  2691. frame.BackgroundColor3 = Color3.new(0,1,1)
  2692. else
  2693. txtlbl.TextColor3 = Color3.new(1,0,0)
  2694. frame.BackgroundColor3 = Color3.new(1,0,0)
  2695. end
  2696. end
  2697.  
  2698. function Clear()
  2699. for _,v in pairs(game.CoreGui:children()) do
  2700. if v.Name == 'tracker' and v:isA('BillboardGui') then
  2701. v:Destroy()
  2702. end
  2703. end
  2704. end
  2705.  
  2706. function Find()
  2707. Clear()
  2708. track = true
  2709. spawn(function()
  2710. while wait(1) do
  2711. if track then
  2712. Clear()
  2713. for _,v in pairs(game.Players:players()) do
  2714. if v.TeamColor ~= game.Players.LocalPlayer.TeamColor then
  2715. if v.Character and v.Character.Head then
  2716. Create(v.Character.Head, false)
  2717. end
  2718. end
  2719. end
  2720. end
  2721. wait(1)
  2722. end
  2723. end)
  2724. end
  2725.  
  2726. Find()
  2727. end
  2728. ESP.MouseButton1Down:connect(ESP1)
  2729.  
  2730. local Bighead1 = function()
  2731. --Run Second
  2732. _G.HeadSize = 50
  2733. _G.HeadOffset = 25
  2734. _G.FEnabled = true
  2735. game:service'RunService'.Stepped:connect(function()
  2736. if _G.FEnabled then
  2737. for i,v in pairs(game:service'Players':GetPlayers()) do
  2738. if v.TeamColor ~= game:service'Players'.LocalPlayer.TeamColor then
  2739. --if v.Name ~= game:service'Players'.LocalPlayer.Name then
  2740. pcall(function()
  2741. pcall(function()v.Character.Head.Mesh:Destroy() end)
  2742. v.Character.Head.CanCollide = false
  2743. v.Character.Head.Size = Vector3.new(_G.HeadSize,_G.HeadSize,_G.HeadSize)
  2744. v.Character.Head.CFrame = v.Character.Torso.CFrame * CFrame.new(0,_G.HeadOffset,0)
  2745. end)
  2746. --end
  2747. end
  2748. end
  2749. end
  2750. end)
  2751.  
  2752. end
  2753. Bighead.MouseButton1Down:connect(Bighead1)
  2754.  
  2755. local Message1 = function()
  2756. GameMessageSet = MessageSelect.Text
  2757. game.ReplicatedStorage.EventHandlers.RequestGameMessage:FireServer(MessageSelect.Text)
  2758. end
  2759.  
  2760. Message.MouseButton1Down:connect(Message1)
  2761. end)
  2762.  
  2763. ThePlaza.Name = "ThePlaza"
  2764. ThePlaza.Parent = GamesFrame
  2765. ThePlaza.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  2766. ThePlaza.Position = UDim2.new(0.0275862068, 0, 0.169444442, 0)
  2767. ThePlaza.Size = UDim2.new(0.262068957, 0, 0.13611111, 0)
  2768. ThePlaza.Font = Enum.Font.Highway
  2769. ThePlaza.Text = "The Plaza"
  2770. ThePlaza.TextColor3 = Color3.new(0.792157, 0.792157, 0.792157)
  2771. ThePlaza.TextScaled = true
  2772. ThePlaza.TextSize = 14
  2773. ThePlaza.TextWrapped = true
  2774. ThePlaza.MouseButton1Down:connect(function()
  2775. if game.CoreGui:FindFirstChild("The Plaza Hack") then
  2776. game.CoreGui["The Plaza Hack"]:remove()
  2777. end
  2778.  
  2779. -- Objects
  2780.  
  2781. local Roblox = Instance.new("ScreenGui")
  2782. local Teleports = Instance.new("ScrollingFrame")
  2783. local Main = Instance.new("Frame")
  2784. local Title = Instance.new("Frame")
  2785. local TitleLabel = Instance.new("TextLabel")
  2786. local Close = Instance.new("TextButton")
  2787. local Open = Instance.new("TextButton")
  2788. local Login = Instance.new("Frame")
  2789. local Login_2 = Instance.new("TextButton")
  2790. local Username = Instance.new("TextLabel")
  2791. local Password = Instance.new("TextBox")
  2792. local Title_2 = Instance.new("TextLabel")
  2793. local TL = Instance.new("TextLabel")
  2794. local CG = game.CoreGui
  2795. local plr = game.Players.LocalPlayer
  2796. local Credits = Instance.new("TextLabel")
  2797. local MP = Instance.new("TextButton")
  2798. local GetMoney = Instance.new("TextButton")
  2799. local Car = Instance.new("TextButton")
  2800. local Pet = Instance.new("TextButton")
  2801. local HackSelected = Instance.new("TextLabel")
  2802.  
  2803. -- Properties
  2804.  
  2805. Roblox.Name = "The Plaza Hack"
  2806. Roblox.Parent = CG
  2807.  
  2808. local CGG = CG["The Plaza Hack"]
  2809.  
  2810.  
  2811. Main.Name = "Main"
  2812. Main.Parent = Roblox
  2813. Main.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  2814. Main.BorderColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  2815. Main.Position = UDim2.new(0, 500, 0, 150)
  2816. Main.Size = UDim2.new(0, 500, 0, 350)
  2817. Main.Visible = false
  2818. Main.Draggable = true
  2819. Main.Active = true
  2820.  
  2821. Teleports.Name = "Teleports"
  2822. Teleports.Parent = Main
  2823. Teleports.BackgroundColor3 = Color3.new(1, 0.333333, 0.345098)
  2824. Teleports.Position = UDim2.new(0, 15, 0, 125)
  2825. Teleports.Size = UDim2.new(0, 125, 0, 200)
  2826. Teleports.CanvasSize = UDim2.new(0, 0, 1, 60)
  2827. Teleports.ScrollBarThickness = 6
  2828.  
  2829. Credits.Name = "Credits"
  2830. Credits.Parent = Roblox
  2831. Credits.BackgroundColor3 = Color3.new(1, 1, 1)
  2832. Credits.BackgroundTransparency = 1
  2833. Credits.Position = UDim2.new(0, 1463, 0, 657)
  2834. Credits.Size = UDim2.new(0, 166, 0, 159)
  2835. Credits.Font = Enum.Font.SourceSans
  2836. Credits.FontSize = Enum.FontSize.Size36
  2837. Credits.Text = "Purchased By RobloxExploitz.Net"
  2838. Credits.TextColor3 = Color3.new(0.792157, 0.792157, 0.792157)
  2839. Credits.TextScaled = true
  2840. Credits.TextSize = 36
  2841. Credits.TextWrapped = true
  2842.  
  2843.  
  2844. Title.Name = "The Plaza Hack"
  2845. Title.Parent = Main
  2846. Title.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  2847. Title.Size = UDim2.new(0, 500, 0, 35)
  2848.  
  2849. TitleLabel.Name = "TitleLabel"
  2850. TitleLabel.Parent = Title
  2851. TitleLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  2852. TitleLabel.BackgroundTransparency = 1
  2853. TitleLabel.Position = UDim2.new(0, 5, 0, 0)
  2854. TitleLabel.Size = UDim2.new(0, 200, 0, 35)
  2855. TitleLabel.Font = Enum.Font.Highway
  2856. TitleLabel.FontSize = Enum.FontSize.Size18
  2857. TitleLabel.Text = "The Plaza Hack"
  2858. TitleLabel.TextColor3 = Color3.new(0.792157, 0.792157, 0.792157)
  2859. TitleLabel.TextSize = 18
  2860. TitleLabel.TextXAlignment = Enum.TextXAlignment.Left
  2861.  
  2862. Close.Name = "Close"
  2863. Close.Parent = Main
  2864. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  2865. Close.BackgroundTransparency = 1
  2866. Close.Position = UDim2.new(0, 475, 0, 8)
  2867. Close.Size = UDim2.new(0, 25, 0, 25)
  2868. Close.Font = Enum.Font.Highway
  2869. Close.FontSize = Enum.FontSize.Size18
  2870. Close.Text = "X"
  2871. Close.TextColor3 = Color3.new(0.0470588, 0.52549, 0.631373)
  2872. Close.TextSize = 18
  2873.  
  2874. Pet.Name = "Pet"
  2875. Pet.Parent = Teleports
  2876. Pet.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  2877. Pet.Position = UDim2.new(0, 0, 0, 25)
  2878. Pet.Size = UDim2.new(0, 117, 0, 30)
  2879. Pet.Font = Enum.Font.Highway
  2880. Pet.FontSize = Enum.FontSize.Size14
  2881. Pet.Text = " Get Lab Dodge"
  2882. Pet.TextSize = 14
  2883. Pet.TextXAlignment = Enum.TextXAlignment.Left
  2884.  
  2885. Car.Name = "Car"
  2886. Car.Parent = Teleports
  2887. Car.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  2888. Car.Position = UDim2.new(0, 0, 0, 50)
  2889. Car.Size = UDim2.new(0, 117, 0, 30)
  2890. Car.Font = Enum.Font.Highway
  2891. Car.FontSize = Enum.FontSize.Size14
  2892. Car.Text = " Get Monotracer"
  2893. Car.TextSize = 14
  2894. Car.TextXAlignment = Enum.TextXAlignment.Left
  2895.  
  2896. GetMoney.Name = "GetMoney"
  2897. GetMoney.Parent = Teleports
  2898. GetMoney.BackgroundColor3 = Color3.new(0.780392, 0.309804, 0.341176)
  2899. GetMoney.Position = UDim2.new(0, 0, 0, 75)
  2900. GetMoney.Size = UDim2.new(0, 117, 0, 30)
  2901. GetMoney.Font = Enum.Font.Highway
  2902. GetMoney.FontSize = Enum.FontSize.Size14
  2903. GetMoney.Text = " Get Money"
  2904. GetMoney.TextSize = 14
  2905. GetMoney.TextXAlignment = Enum.TextXAlignment.Left
  2906.  
  2907. HackSelected.Name = "HackSelected"
  2908. HackSelected.Parent = Main
  2909. HackSelected.BackgroundColor3 = Color3.new(1, 0.333333, 0.345098)
  2910. HackSelected.Position = UDim2.new(0, 15, 0, 75)
  2911. HackSelected.Size = UDim2.new(0, 125, 0, 35)
  2912. HackSelected.Font = Enum.Font.Highway
  2913. HackSelected.FontSize = Enum.FontSize.Size18
  2914. HackSelected.Text = "Hack List"
  2915. HackSelected.TextSize = 15
  2916. HackSelected.TextWrapped = true
  2917.  
  2918. Open.Name = "Open"
  2919. Open.Parent = Roblox
  2920. Open.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  2921. Open.Position = UDim2.new(0, 0, 0, 300)
  2922. Open.Size = UDim2.new(0, 50, 0, 25)
  2923. Open.Visible = false
  2924. Open.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  2925. Open.Font = Enum.Font.Highway
  2926. Open.FontSize = Enum.FontSize.Size14
  2927. Open.Text = "Open"
  2928. Open.TextColor3 = Color3.new(0.792157, 0.792157, 0.792157)
  2929. Open.TextSize = 14
  2930.  
  2931. Login.Name = "Login"
  2932. Login.Parent = Roblox
  2933. Login.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  2934. Login.BorderColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  2935. Login.Position = UDim2.new(0, 300, 0, 145)
  2936. Login.Size = UDim2.new(0, 325, 0, 250)
  2937. Login.BackgroundTransparency = 0.3
  2938. Login.Draggable = true
  2939. Login.Active = true
  2940.  
  2941. Login_2.Name = "Login"
  2942. Login_2.Parent = Login
  2943. Login_2.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  2944. Login_2.BorderSizePixel = 2
  2945. Login_2.Position = UDim2.new(0, 100, 0, 175)
  2946. Login_2.Size = UDim2.new(0, 100, 0, 25)
  2947. Login_2.Font = Enum.Font.Highway
  2948. Login_2.FontSize = Enum.FontSize.Size24
  2949. Login_2.Text = "Login"
  2950. Login_2.TextColor3 = Color3.new(0.792157, 0.792157, 0.792157)
  2951. Login_2.TextSize = 20
  2952.  
  2953. Username.Name = "Username"
  2954. Username.Parent = Login
  2955. Username.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  2956. Username.Position = UDim2.new(0, 75, 0, 75)
  2957. Username.Size = UDim2.new(0, 150, 0, 25)
  2958. Username.Font = Enum.Font.Highway
  2959. Username.FontSize = Enum.FontSize.Size14
  2960. Username.Text = "Erlux"
  2961. Username.TextSize = 14
  2962. Username.TextColor3 = Color3.new(0.792157, 0.792157, 0.792157)
  2963. Username.TextXAlignment = Enum.TextXAlignment.Left
  2964.  
  2965. Password.Name = "Password"
  2966. Password.Parent = Login
  2967. Password.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  2968. Password.Position = UDim2.new(0, 75, 0, 115)
  2969. Password.Size = UDim2.new(0, 150, 0, 25)
  2970. Password.Font = Enum.Font.Highway
  2971. Password.FontSize = Enum.FontSize.Size14
  2972. Password.Text = "Password"
  2973. Password.TextSize = 14
  2974. Password.TextColor3 = Color3.new(0.792157, 0.792157, 0.792157)
  2975. Password.TextXAlignment = Enum.TextXAlignment.Left
  2976.  
  2977. Title_2.Name = "Title"
  2978. Title_2.Parent = Login
  2979. Title_2.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  2980. Title_2.Size = UDim2.new(0, 325, 0, 25)
  2981. Title_2.Font = Enum.Font.Highway
  2982. Title_2.FontSize = Enum.FontSize.Size14
  2983. Title_2.Text = "The Plaza Hack"
  2984. Title_2.TextColor3 = Color3.new(0.792157, 0.792157, 0.792157)
  2985. Title_2.TextSize = 14
  2986.  
  2987. CGG.Login.Login.MouseButton1Down:connect(function()
  2988. CGG.Open.Visible = true
  2989. CGG.Login.Visible = false
  2990. end)
  2991.  
  2992. TL.Name = "TL"
  2993. TL.Parent = Login
  2994. TL.BackgroundColor3 = Color3.new(1, 0.180392, 0.192157)
  2995. TL.BackgroundTransparency = 1
  2996. TL.Position = UDim2.new(0, 100, 0, 35)
  2997. TL.Size = UDim2.new(0, 100, 0, 25)
  2998. TL.Font = Enum.Font.Highway
  2999. TL.FontSize = Enum.FontSize.Size14
  3000. TL.Text = "Welcome, " .. plr.Name
  3001. TL.TextColor3 = Color3.new(1, 1, 1)
  3002. TL.TextSize = 14
  3003. TL.TextStrokeColor3 = Color3.new(1, 1, 1)
  3004.  
  3005. CGG.Main.Teleports.GetMoney.MouseButton1Down:connect(function()
  3006. for i=999, 3000 do
  3007. game.ReplicatedStorage.ServerStats.ChangeMoney:FireServer(2.147e9, i);
  3008. end
  3009.  
  3010. end)
  3011.  
  3012. CGG.Main.Teleports.Pet.MouseButton1Down:connect(function()
  3013. local pet = "Lab Doge"
  3014. game.ReplicatedStorage.ServerStats.BuyPet:FireServer(pet, math.floor(math.sqrt(game.ReplicatedStorage.ServerStats.CurrentID.Value)) + 1337)
  3015. end)
  3016.  
  3017. CGG.Main.Teleports.Car.MouseButton1Down:connect(function()
  3018. local car = "Monotracer"
  3019. game.ReplicatedStorage.ServerStats.BuyVehicle:FireServer(car, math.floor(math.sqrt(game.ReplicatedStorage.ServerStats.CurrentID.Value)) + 1337)
  3020. end)
  3021.  
  3022. CGG.Open.MouseButton1Down:connect(function()
  3023. CGG.Main.Visible = true
  3024. CGG.Open.Visible = false
  3025. CGG.Main.Close.Visible = true
  3026. end)
  3027.  
  3028. CGG.Main.Close.MouseButton1Down:connect(function()
  3029. CGG.Main.Visible = false
  3030. CGG.Open.Visible = true
  3031. CGG.Main.Close.Visible = false
  3032. end)
  3033. end)
  3034.  
  3035. CloseGames.Name = "CloseGames"
  3036. CloseGames.Parent = GamesFrame
  3037. CloseGames.BackgroundColor3 = Color3.new(1, 1, 1)
  3038. CloseGames.BackgroundTransparency = 1
  3039. CloseGames.Position = UDim2.new(0.925862074, 0, 0, 0)
  3040. CloseGames.Size = UDim2.new(0.068965517, 0, 0.102777779, 0)
  3041. CloseGames.Font = Enum.Font.Highway
  3042. CloseGames.Text = "X"
  3043. CloseGames.TextColor3 = Color3.new(0.74902, 0, 0)
  3044. CloseGames.TextSize = 40
  3045. CloseGames.MouseButton1Down:connect(function()
  3046. GamesFrame:TweenPosition(UDim2.new(0.206, 0, 1.825, 0), 'In', 'Quart', 1)
  3047. ScriptFrame:TweenPosition(UDim2.new(0.206, 0, 0.325, 0), 'Out', 'Quart', 1)
  3048. end)
  3049.  
  3050. DinoS.Name = "DinoS"
  3051. DinoS.Parent = GamesFrame
  3052. DinoS.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  3053. DinoS.Position = UDim2.new(0.0258620698, 0, 0.327777773, 0)
  3054. DinoS.Size = UDim2.new(0.262068957, 0, 0.13611111, 0)
  3055. DinoS.Font = Enum.Font.Highway
  3056. DinoS.Text = "Dinosaur Simulator"
  3057. DinoS.TextColor3 = Color3.new(0.792157, 0.792157, 0.792157)
  3058. DinoS.TextScaled = true
  3059. DinoS.TextSize = 14
  3060. DinoS.TextWrapped = true
  3061. DinoS.MouseButton1Down:connect(function()
  3062. -- Objects
  3063.  
  3064. local DinoSG = Instance.new("ScreenGui")
  3065. local DinoMain = Instance.new("Frame")
  3066. local SetPoint = Instance.new("TextButton")
  3067. local Meat = Instance.new("TextButton")
  3068. local GotoToPoint = Instance.new("TextButton")
  3069. local CLOSE = Instance.new("TextButton")
  3070. local SafeZone = Instance.new("TextButton")
  3071. local TextLabel = Instance.new("TextLabel")
  3072.  
  3073. -- Properties
  3074.  
  3075. DinoSG.Name = "DinoSG"
  3076. DinoSG.Parent = game.CoreGui
  3077.  
  3078. DinoMain.Name = "DinoMain"
  3079. DinoMain.Parent = DinoSG
  3080. DinoMain.Active = true
  3081. DinoMain.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  3082. DinoMain.BackgroundTransparency = 0.30000001192093
  3083. DinoMain.Draggable = true
  3084. DinoMain.Position = UDim2.new(0.294059396, 0, 0.25357607, 0)
  3085. DinoMain.Size = UDim2.new(0.294059396, 0, 0.254876465, 0)
  3086.  
  3087. SetPoint.Name = "SetPoint"
  3088. SetPoint.Parent = DinoMain
  3089. SetPoint.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  3090. SetPoint.Position = UDim2.new(0.075000003, 0, 0.112000003, 0)
  3091. SetPoint.Size = UDim2.new(0.279000014, 0, 0.148000002, 0)
  3092. SetPoint.Font = Enum.Font.Highway
  3093. SetPoint.Text = "Set Point"
  3094. SetPoint.TextColor3 = Color3.new(0.792157, 0.792157, 0.792157)
  3095. SetPoint.TextSize = 14
  3096. SetPoint.MouseButton1Down:connect(function()
  3097. point=game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  3098. end)
  3099.  
  3100. Meat.Name = "Meat"
  3101. Meat.Parent = DinoMain
  3102. Meat.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  3103. Meat.Position = UDim2.new(0.075000003, 0, 0.407999992, 0)
  3104. Meat.Size = UDim2.new(0.279000014, 0, 0.148000002, 0)
  3105. Meat.Font = Enum.Font.Highway
  3106. Meat.Text = "Meat, Water"
  3107. Meat.TextColor3 = Color3.new(0.792157, 0.792157, 0.792157)
  3108. Meat.TextSize = 14
  3109. Meat.TextScaled = true
  3110. Meat.MouseButton1Down:connect(function()
  3111. game.Workspace.GameEvents.EatMeat:FireServer(Workspace.DeadBody)
  3112. game.Workspace.GameEvents.addThirst:FireServer(Workspace.Water)
  3113. end)
  3114.  
  3115. GotoToPoint.Name = "GotoToPoint"
  3116. GotoToPoint.Parent = DinoMain
  3117. GotoToPoint.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  3118. GotoToPoint.Position = UDim2.new(0.675000012, 0, 0.112000003, 0)
  3119. GotoToPoint.Size = UDim2.new(0.279000014, 0, 0.148000002, 0)
  3120. GotoToPoint.Font = Enum.Font.Highway
  3121. GotoToPoint.Text = "Goto To Point"
  3122. GotoToPoint.TextColor3 = Color3.new(0.792157, 0.792157, 0.792157)
  3123. GotoToPoint.TextSize = 14
  3124. GotoToPoint.MouseButton1Down:connect(function()
  3125. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(point)+Vector3.new(1,0,0)
  3126. end)
  3127.  
  3128. CLOSE.Name = "CLOSE"
  3129. CLOSE.Parent = DinoMain
  3130. CLOSE.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  3131. CLOSE.Position = UDim2.new(0.674911678, 0, 0.408163279, 0)
  3132. CLOSE.Size = UDim2.new(0.279151946, 0, 0.147959188, 0)
  3133. CLOSE.Font = Enum.Font.Highway
  3134. CLOSE.Text = "CLOSE"
  3135. CLOSE.TextColor3 = Color3.new(0.792157, 0.792157, 0.792157)
  3136. CLOSE.TextSize = 14
  3137. CLOSE.MouseButton1Down:connect(function()
  3138. DinoSG:Destroy()
  3139. end)
  3140.  
  3141. SafeZone.Name = "SafeZone"
  3142. SafeZone.Parent = DinoMain
  3143. SafeZone.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  3144. SafeZone.Position = UDim2.new(0.675000012, 0, 0.708000004, 0)
  3145. SafeZone.Size = UDim2.new(0.279000014, 0, 0.148000002, 0)
  3146. SafeZone.Font = Enum.Font.Highway
  3147. SafeZone.Text = "Safe Zone"
  3148. SafeZone.TextColor3 = Color3.new(0.792157, 0.792157, 0.792157)
  3149. SafeZone.TextSize = 14
  3150. SafeZone.MouseButton1Down:connect(function()
  3151. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=CFrame.new(-751,123,-796)+Vector3.new(1,0,0)
  3152. end)
  3153.  
  3154. TextLabel.Parent = DinoMain
  3155. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  3156. TextLabel.BackgroundTransparency = 1
  3157. TextLabel.Position = UDim2.new(0.155477032, 0, 0.362244904, 0)
  3158. TextLabel.Rotation = 90
  3159. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  3160. TextLabel.Font = Enum.Font.Highway
  3161. TextLabel.Text = "Purchased By RobloxExploitz.Net"
  3162. TextLabel.TextColor3 = Color3.new(0.792157, 0.792157, 0.792157)
  3163. TextLabel.TextSize = 18
  3164. TextLabel.TextScaled = true
  3165. end)
  3166.  
  3167. APOC.Name = "APOC"
  3168. APOC.Parent = GamesFrame
  3169. APOC.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  3170. APOC.Position = UDim2.new(0.0258620698, 0, 0.49444443, 0)
  3171. APOC.Size = UDim2.new(0.262068957, 0, 0.13611111, 0)
  3172. APOC.Font = Enum.Font.Highway
  3173. APOC.Text = "APOC"
  3174. APOC.TextColor3 = Color3.new(0.792157, 0.792157, 0.792157)
  3175. APOC.TextScaled = true
  3176. APOC.TextSize = 14
  3177. APOC.TextWrapped = true
  3178. APOC.MouseButton1Down:connect(function()
  3179. loadstring(game:GetObjects("rbxassetid://1329988573")[1].Source)()
  3180. end)
  3181.  
  3182. PhantomForces.Name = "PhantomForces"
  3183. PhantomForces.Parent = GamesFrame
  3184. PhantomForces.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  3185. PhantomForces.Position = UDim2.new(0.0258620698, 0, 0.666666687, 0)
  3186. PhantomForces.Size = UDim2.new(0.262068957, 0, 0.13611111, 0)
  3187. PhantomForces.Font = Enum.Font.Highway
  3188. PhantomForces.Text = "Phantom Forces (F9)"
  3189. PhantomForces.TextColor3 = Color3.new(0.792157, 0.792157, 0.792157)
  3190. PhantomForces.TextScaled = true
  3191. PhantomForces.TextSize = 14
  3192. PhantomForces.TextWrapped = true
  3193. PhantomForces.MouseButton1Down:connect(function()
  3194. --SETTINGS
  3195.  
  3196. local showTeammates = false -- Hide ESP on teammates?
  3197. local adorneeColor = false -- Set ESP color to team color
  3198. local onlyTorso = false -- Only show torso, can reduce quite a bit of lag
  3199.  
  3200. local keybinds = {
  3201. Tracer = '[';
  3202. ESP = ']';
  3203. }
  3204. print("Phantom Forces ESP Controls: \nTracers '['\nESP ']'")
  3205.  
  3206. --END OF SETTINGS
  3207.  
  3208. local plrs = game:GetService'Players'
  3209. local lp = plrs.LocalPlayer
  3210. local mouse = lp:GetMouse()
  3211. local ten,esen = false,true
  3212. local ph = Instance.new('Folder', plrs.LocalPlayer.PlayerGui)
  3213. function hookupChar(plr)
  3214. if esen then
  3215. if onlyTorso then
  3216. local v = plr.Character.Torso
  3217. local newAdorn = Instance.new('BoxHandleAdornment', ph)
  3218. newAdorn.Size = v.Size
  3219. newAdorn.Adornee = v
  3220. newAdorn.AlwaysOnTop = true
  3221. newAdorn.ZIndex = 1
  3222. if adorneeColor then newAdorn.Color3 = plr.TeamColor.Color end
  3223. return
  3224. end
  3225. for _,v in pairs(plr.Character:GetChildren()) do
  3226. if v:IsA'BasePart' then
  3227. local newAdorn = Instance.new('BoxHandleAdornment', ph)
  3228. newAdorn.Size = v.Size
  3229. newAdorn.Adornee = v
  3230. newAdorn.AlwaysOnTop = true
  3231. newAdorn.ZIndex = 1
  3232. if adorneeColor then newAdorn.Color3 = plr.TeamColor.Color end
  3233. end
  3234. end
  3235. end
  3236. if ten then
  3237. local newTrace = Instance.new('SelectionPartLasso', ph)
  3238. newTrace.Part = plr.Character.Head
  3239. newTrace.Humanoid = lp.Character.Humanoid
  3240. if adorneeColor then newTrace.Color3 = plr.TeamColor.Color end
  3241. end
  3242. end
  3243.  
  3244. local ngui = Instance.new('ScreenGui', lp.PlayerGui)
  3245. local traclbl = Instance.new('TextLabel', ngui)
  3246. traclbl.Text = 'ESP'
  3247. traclbl.BackgroundTransparency = 1
  3248. traclbl.TextColor3 = Color3.new(1, 1, 1)
  3249. traclbl.Size = UDim2.new(1, 0, 1, 0)
  3250. traclbl.Position = UDim2.new(0, -15, 0, -10)
  3251. traclbl.TextXAlignment = Enum.TextXAlignment.Right
  3252. traclbl.TextYAlignment = Enum.TextYAlignment.Bottom
  3253. traclbl.Font = Enum.Font.SourceSansLight
  3254. traclbl.FontSize = Enum.FontSize.Size32
  3255.  
  3256. function reload()
  3257. ph:ClearAllChildren()
  3258. if ten or esen then
  3259. for _,v in pairs(plrs:GetChildren()) do
  3260. if v.Name ~= lp.Name then
  3261. if showTeammates or v.TeamColor ~= lp.TeamColor then
  3262. hookupChar(v)
  3263. end
  3264. end
  3265. end
  3266. end
  3267. end
  3268.  
  3269. mouse.KeyDown:connect(function(key) -- lol
  3270. if key == keybinds.Tracer then
  3271. ten = not ten
  3272. reload()
  3273. elseif key == keybinds.ESP then
  3274. esen = not esen
  3275. reload()
  3276. end
  3277. if ten and esen then
  3278. traclbl.Text = 'Tracer\nESP'
  3279. elseif ten then
  3280. traclbl.Text = 'Tracer'
  3281. elseif esen then
  3282. traclbl.Text = 'ESP'
  3283. else
  3284. traclbl.Text = ''
  3285. end
  3286. end)
  3287.  
  3288. plrs.PlayerAdded:connect(function(plr)
  3289. plr.CharacterAdded:connect(reload)
  3290. end)
  3291.  
  3292. for _,v in pairs(plrs:GetChildren()) do
  3293. v.CharacterAdded:connect(reload)
  3294. end
  3295.  
  3296. wait(.25)
  3297.  
  3298. reload()
  3299. end)
  3300.  
  3301. Jailbreak.Name = "Jailbreak"
  3302. Jailbreak.Parent = GamesFrame
  3303. Jailbreak.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  3304. Jailbreak.Position = UDim2.new(0.31400001, 0, 0.49444443, 0)
  3305. Jailbreak.Size = UDim2.new(0.262068957, 0, 0.13611111, 0)
  3306. Jailbreak.Font = Enum.Font.Highway
  3307. Jailbreak.Text = "JailBreak"
  3308. Jailbreak.TextColor3 = Color3.new(0.792157, 0.792157, 0.792157)
  3309. Jailbreak.TextScaled = true
  3310. Jailbreak.TextSize = 14
  3311. Jailbreak.TextWrapped = true
  3312. Jailbreak.MouseButton1Down:connect(function()
  3313. local plr = game:GetService("Players").LocalPlayer
  3314.  
  3315. local TpMethod = 1
  3316.  
  3317. function JailbreakTp(...)
  3318. getfenv()["TpMethod" .. TpMethod](...)
  3319. end
  3320.  
  3321. function TpMethod1(...)
  3322. local char = plr.Character
  3323. local root = char.HumanoidRootPart
  3324. local args = {...}
  3325. for i=0,1,0.05 do
  3326. wait()
  3327. root.CFrame = root.CFrame:lerp(CFrame.new(unpack(args,1,3)), i)
  3328. end
  3329. end
  3330.  
  3331. function TpMethod2(...)
  3332. local args = {...}
  3333. local char = plr.Character
  3334. local target = Vector3.new(unpack(args,1,3))
  3335. local dist = (char:WaitForChild"HumanoidRootPart".Position - target).magnitude
  3336. dist = math.floor(dist / 100) + 1
  3337. for i=0,dist * 4 do
  3338. wait()
  3339. char:MoveTo(Vector3.new(...))
  3340. end
  3341. if args[#args] == true then
  3342. wait()
  3343. char:WaitForChild'HumanoidRootPart'.CFrame = CFrame.new(unpack(args,1,#args - 1))
  3344. end
  3345. end
  3346.  
  3347. function Tween(obj, t, properties)
  3348. local TweenService = game:GetService("TweenService")
  3349. local tweenInfo = TweenInfo.new(t,Enum.EasingStyle.Linear,Enum.EasingDirection.In,0,false,0)
  3350. local tween = TweenService:Create(obj,tweenInfo,properties)
  3351. tween:Play()
  3352. return tween
  3353. end
  3354.  
  3355. local Tracers = {}
  3356.  
  3357. local function AddLasso(p,team)
  3358. if not Tracers[team.Name] then return end
  3359. if p == plr then return end
  3360. spawn(function()
  3361. if p.Character then
  3362. local l = Instance.new("SelectionPartLasso")
  3363. l.Parent = p.Character
  3364. l.Humanoid = p.Character:FindFirstChildOfClass"Humanoid"
  3365. l.Part = plr.Character:WaitForChild"HumanoidRootPart"
  3366. l.Visible = true
  3367. l.Color3 = team.TeamColor.Color
  3368. for i=0,5 do
  3369. local sg = Instance.new("SurfaceGui")
  3370. sg.Face = i
  3371. sg.Parent = p.Character
  3372. sg.Adornee = p.Character:FindFirstChild"HumanoidRootPart"
  3373. sg.AlwaysOnTop = true
  3374. local f = Instance.new("Frame", sg)
  3375. f.Size = UDim2.new(1,0,1,0)
  3376. f.BorderSizePixel = 0
  3377. f.BackgroundColor3 = team.TeamColor.Color
  3378. f.BackgroundTransparency = 0.5
  3379. end
  3380. end
  3381. end)
  3382. end
  3383.  
  3384. local function RemoveLasso(p)
  3385. if not p.Character then return end
  3386. for i,v in pairs(p.Character:GetDescendants()) do
  3387. if v.ClassName:find("Selection") or v.ClassName == "SurfaceGui" then
  3388. v:Destroy()
  3389. end
  3390. end
  3391. end
  3392.  
  3393. for _,team in pairs(game:GetService("Teams"):GetChildren()) do
  3394. team.PlayerAdded:connect(function(p)
  3395. AddLasso(p,team)
  3396. end)
  3397.  
  3398. team.PlayerRemoved:connect(function(p)
  3399. RemoveLasso(p)
  3400. end)
  3401. end
  3402.  
  3403. function ToggleTracers(team, bool)
  3404. Tracers[team] = bool
  3405. local t = game:GetService("Teams"):FindFirstChild(team)
  3406. if not t then return end
  3407. for i,v in pairs(t:GetPlayers()) do
  3408. if bool then
  3409. AddLasso(v,t)
  3410. else
  3411. RemoveLasso(v)
  3412. end
  3413. end
  3414. end
  3415.  
  3416. local function CharAdded(plr, char)
  3417. if Tracers[tostring(plr.Team)] then
  3418. AddLasso(plr,plr.Team)
  3419. end
  3420. end
  3421.  
  3422. local function PlrAdded(plr)
  3423. plr.CharacterAdded:connect(function(char)
  3424. CharAdded(plr, char)
  3425. end)
  3426. if plr.Character then
  3427. CharAdded(plr, plr.Character)
  3428. end
  3429. end
  3430.  
  3431. game:GetService("Players").PlayerAdded:connect(PlrAdded)
  3432. for _,v in pairs(game:GetService("Players"):GetPlayers()) do
  3433. PlrAdded(v)
  3434. end
  3435.  
  3436. --Creating Gui--
  3437.  
  3438. local function Create(classname)
  3439. return function(t)
  3440. local ins = Instance.new(classname)
  3441. for i,v in pairs(t) do
  3442. ins[i] = v
  3443. end
  3444. return ins
  3445. end
  3446. end
  3447.  
  3448. --local parent = game:GetService("CoreGui"):WaitForChild("RobloxGui")
  3449. local main = Create "Frame" {
  3450. Active = true,
  3451. ClipsDescendants = true,
  3452. Draggable = true,
  3453. BackgroundColor3 = Color3.new(1,1,1),
  3454. BorderSizePixel = 0,
  3455. Size = UDim2.new(0,400,0,300),
  3456. Position = UDim2.new(0.5,-200,0,-300),
  3457. BackgroundTransparency = 1,
  3458. Parent = Instance.new("ScreenGui", plr.PlayerGui)--parent
  3459. }
  3460. do
  3461. local effect = Create "Frame" {
  3462. Parent = main,
  3463. Size = UDim2.new(1,0,0,50),
  3464. BackgroundColor3 = Color3.fromRGB(85,170,255),
  3465. BorderSizePixel = 0,
  3466. ClipsDescendants = true,
  3467. }
  3468. local lb = Create "TextLabel" {
  3469. Parent = effect,
  3470. Size = UDim2.new(1,0,1,0),
  3471. BackgroundTransparency = 1,
  3472. BorderSizePixel = 0,
  3473. TextSize = 30,
  3474. TextColor3 = Color3.new(1,1,1),
  3475. TextXAlignment = "Left",
  3476. Font = "SourceSansBold",
  3477. Text = "Jailbreak GUI",
  3478. ZIndex = 2,
  3479. }
  3480. local function GTween()
  3481. lb:TweenPosition(UDim2.new(1,10,0,0), nil,nil,3,true,function(ts)
  3482. if ts == Enum.TweenStatus.Completed then
  3483. lb.Position = UDim2.new(0,0 - lb.TextBounds.X - 2,0,0)
  3484. GTween()
  3485. end
  3486. end)
  3487. end
  3488. GTween()
  3489. end
  3490.  
  3491. local Menu = Create "Frame" {
  3492. BackgroundColor3 = Color3.new(1,1,1),
  3493. BorderSizePixel = 0,
  3494. Position = UDim2.new(0,0,0,50),
  3495. Size = UDim2.new(1,0,1,-50),
  3496. Parent = main,
  3497. }
  3498.  
  3499. local MenuLabel = Create "TextLabel" {
  3500. BackgroundTransparency = 1,
  3501. BorderSizePixel = 0,
  3502. TextColor3 = Color3.new(0,0,0),
  3503. TextSize = 20,
  3504. Font = "SourceSans",
  3505. Text = "Made by refrfgrtgef for v3rm\n(won't tell you my roblox name)",
  3506. TextWrapped = true,
  3507. Size = UDim2.new(1,0,0,50),
  3508. Parent = Menu
  3509. }
  3510.  
  3511. local function CreateButton(text,parent)
  3512. return Create "TextButton" {
  3513. Active = true,
  3514. AutoButtonColor = true,
  3515. BackgroundColor3 = Color3.fromRGB(0,155,232),
  3516. BorderSizePixel = 1,
  3517. Size = UDim2.new(0,100,0,30),
  3518. Font = "SourceSansBold",
  3519. TextColor3 = Color3.new(1,1,0),
  3520. TextSize = 20,
  3521. Text = text,
  3522. Parent = parent
  3523. }
  3524. end
  3525.  
  3526. local function CreateFrame(name)
  3527. local f = Create "Frame" {
  3528. BackgroundColor3 = Color3.new(1,1,1),
  3529. BorderSizePixel = 0,
  3530. Position = UDim2.new(0,0,0,50),
  3531. Size = UDim2.new(1,0,1,-50),
  3532. Visible = false,
  3533. }
  3534. local lb = Create "TextLabel" {
  3535. BackgroundTransparency = 1,
  3536. BorderSizePixel = 0,
  3537. TextSize = 20,
  3538. TextColor3 = Color3.new(1,1,0),
  3539. Position = UDim2.new(0,0,0,5),
  3540. Text = name,
  3541. Parent = f,
  3542. TextXAlignment = "Center",
  3543. TextYAlignment = "Center",
  3544. Size = UDim2.new(1,0,0,30),
  3545. }
  3546. local exit = CreateButton("Back", f)
  3547. exit.Position = UDim2.new(0.5,-50,1,-45)
  3548. exit.MouseButton1Click:connect(function()
  3549. Menu.Visible = true
  3550. f.Visible = false
  3551. ActiveFrame = Menu
  3552. end)
  3553. return f
  3554. end
  3555.  
  3556. ActiveFrame = Menu
  3557.  
  3558. local TeleportsFrame = CreateFrame("Teleports")
  3559. TeleportsFrame.Parent = main
  3560.  
  3561. local BankIn = CreateButton("Bank (In)", TeleportsFrame)
  3562. BankIn.Position = UDim2.new(0,15,0,40)
  3563. BankIn.Size = UDim2.new(0,80,0,30)
  3564. BankIn.MouseButton1Click:connect(function()
  3565. JailbreakTp(32,0.715,814, true)
  3566. end)
  3567.  
  3568. local BankOut = CreateButton("Bank (Out)", TeleportsFrame)
  3569. BankOut.Position = UDim2.new(0,105,0,40)
  3570. BankOut.MouseButton1Click:connect(function()
  3571. JailbreakTp(10, 18, 784)
  3572. end)
  3573.  
  3574. local JailIn = CreateButton("Jail (In)", TeleportsFrame)
  3575. JailIn.Position = UDim2.new(0,215,0,40)
  3576. JailIn.Size = UDim2.new(0,80,0,30)
  3577. JailIn.MouseButton1Click:connect(function()
  3578. JailbreakTp(-1310, 18, -1658)
  3579. end)
  3580.  
  3581. local JailOut = CreateButton("Jail (Out)", TeleportsFrame)
  3582. JailOut.Position = UDim2.new(0,305,0,40)
  3583. JailOut.Size = UDim2.new(0,80,0,30)
  3584. JailOut.MouseButton1Click:connect(function()
  3585. JailbreakTp(-1133, 18, -1355)
  3586. end)
  3587.  
  3588. local Garage = CreateButton("Garage", TeleportsFrame)
  3589. Garage.Position = UDim2.new(0,335,0,120)--UDim2.new(0,10,0,80)
  3590. Garage.Size = UDim2.new(0,60,0,30)
  3591. Garage.MouseButton1Click:connect(function()
  3592. JailbreakTp(-352, 23, 1175)
  3593. end)
  3594.  
  3595. local JewelIn = CreateButton("Jewelry (In)", TeleportsFrame)
  3596. JewelIn.Position = UDim2.new(0,25,0,80)
  3597. JewelIn.MouseButton1Click:connect(function()
  3598. JailbreakTp(133, 18, 1320, true)
  3599. end)
  3600.  
  3601. local JewelOut = CreateButton("Jewelry (Out)", TeleportsFrame)
  3602. JewelOut.Position = UDim2.new(0,135,0,80)
  3603. JewelOut.Size = UDim2.new(0,115,0,30)
  3604. JewelOut.MouseButton1Click:connect(function()
  3605. JailbreakTp(142, 18, 1365)
  3606. end)
  3607.  
  3608. local Crim1 = CreateButton("Crim base 1", TeleportsFrame)
  3609. Crim1.Position = UDim2.new(0,5,0,120)
  3610. Crim1.MouseButton1Click:connect(function()
  3611. JailbreakTp(-226, 18, 1590, true)
  3612. end)
  3613.  
  3614. local Crim2 = CreateButton("Crim base 2", TeleportsFrame)
  3615. Crim2.Position = UDim2.new(0,115,0,120)
  3616. Crim2.MouseButton1Click:connect(function()
  3617. JailbreakTp(true, 1637, 50, -1768, true)
  3618. end)
  3619.  
  3620. local Donut = CreateButton("Donut Shop", TeleportsFrame)
  3621. Donut.Position = UDim2.new(0,225,0,120)
  3622. Donut.MouseButton1Click:connect(function()
  3623. JailbreakTp(268, 18, -1760, true)
  3624. end)
  3625.  
  3626. local Gas = CreateButton("Gas Station", TeleportsFrame)
  3627. Gas.Position = UDim2.new(0,260,0,80)
  3628. Gas.MouseButton1Click:connect(function()
  3629. JailbreakTp(-1583, 18, 724, true)
  3630. end)
  3631.  
  3632. local TeleportsBtn = CreateButton("Teleports", MenuLabel)
  3633. TeleportsBtn.Position = UDim2.new(0.5,-50,0,60)
  3634. TeleportsBtn.MouseButton1Click:connect(function()
  3635. TeleportsFrame.Visible = true
  3636. Menu.Visible = false
  3637. ActiveFrame = TeleportsFrame
  3638. end)
  3639.  
  3640. local StuffFrame = CreateFrame("Stuff")
  3641. StuffFrame.Parent = main
  3642.  
  3643. local StuffBtn = CreateButton("Stuff", MenuLabel)
  3644. StuffBtn.Position = TeleportsBtn.Position + UDim2.new(0,0,0,40)
  3645. StuffBtn.MouseButton1Click:connect(function()
  3646. StuffFrame.Visible = true
  3647. Menu.Visible = false
  3648. ActiveFrame = StuffFrame
  3649. end)
  3650.  
  3651. local RemoveDoors = CreateButton("Remove Doors", StuffFrame)
  3652. RemoveDoors.Size = UDim2.new(0,120,0,30)
  3653. RemoveDoors.Position = UDim2.new(0,10,0,50)
  3654. RemoveDoors.MouseButton1Click:connect(function()
  3655. local doors = workspace:FindFirstChild("Doors")
  3656. if not doors then return end
  3657. for i,v in pairs(doors:GetChildren()) do
  3658. v:Destroy()
  3659. end
  3660. end)
  3661.  
  3662. local Platform = CreateButton("Platform", StuffFrame)
  3663. Platform.Position = UDim2.new(0.5,-60,0,50)
  3664. Platform.MouseButton1Click:connect(function()
  3665. local p = Instance.new("Part", workspace)
  3666. p.Size = Vector3.new(30,0.5,30)
  3667. p.Anchored = true
  3668. p.Position = plr.Character.HumanoidRootPart.Position + Vector3.new(0,15,0)
  3669. plr.Character:MoveTo(p.Position + Vector3.new(0,1,0))
  3670. spawn(function()
  3671. while p.Parent do
  3672. wait(1)
  3673. if (plr.Character.HumanoidRootPart.Position - p.Position).magnitude > 20 then
  3674. p:Destroy()
  3675. end
  3676. end
  3677. end)
  3678. end)
  3679.  
  3680. local Tracers = CreateButton("Tracers: None", StuffFrame)
  3681. Tracers.Size = UDim2.new(0,140,0,30)
  3682. Tracers.Position = UDim2.new(1,-150,0,50)
  3683. Tracers.MouseButton1Click:connect(function()
  3684. local curr = Tracers.Text:sub(10)
  3685. if curr ~= "None" then
  3686. ToggleTracers(curr, false)
  3687. end
  3688. local teams = {"None", "Police", "Criminal", "Prisoner"}
  3689. local new = ""
  3690. for i,v in pairs(teams) do
  3691. if v == curr then
  3692. new = teams[i + 1] or teams[1]
  3693. end
  3694. end
  3695. if new ~= "None" then
  3696. ToggleTracers(new, true)
  3697. end
  3698. Tracers.Text = "Tracers: " .. new
  3699. end)
  3700.  
  3701. local BtoolActive = false
  3702. local m = plr:GetMouse()
  3703.  
  3704. local Btool = CreateButton("Btool: Off", StuffFrame)
  3705. Btool.Position = UDim2.new(0,10,0,90)
  3706. Btool.MouseButton1Click:connect(function()
  3707. spawn(function()
  3708. local status = Btool.Text:sub(8)
  3709. local newstatus = status == "On" and "Off" or status == "Off" and "On"
  3710. Btool.Text = "Btool: " .. newstatus
  3711. BtoolActive = newstatus == "On" and true or newstatus == "Off" and false
  3712. if BtoolActive then
  3713. local sb = Instance.new("SelectionBox", workspace.CurrentCamera)
  3714. local ev = m.Button1Down:connect(function()
  3715. if m.Target then
  3716. m.Target:Destroy()
  3717. end
  3718. end)
  3719. while BtoolActive do
  3720. wait()
  3721. if m.Target then
  3722. sb.Adornee = m.Target
  3723. end
  3724. end
  3725. ev:Disconnect()
  3726. else
  3727. local sb = workspace.CurrentCamera:FindFirstChildOfClass("SelectionBox")
  3728. if sb then sb:Destroy() end
  3729. end
  3730. end)
  3731. end)
  3732.  
  3733. local ClickTpEnabled = false
  3734. m.Button1Down:connect(function()
  3735. if ClickTpEnabled and m.Target then
  3736. plr.Character:MoveTo(m.Hit.p)
  3737. end
  3738. end)
  3739.  
  3740. local ClickTp = CreateButton("ClickTp: Off", StuffFrame)
  3741. ClickTp.Position = UDim2.new(0,120,0,90)
  3742. ClickTp.MouseButton1Click:connect(function()
  3743. spawn(function()
  3744. local status = ClickTp.Text:sub(10)
  3745. local newstatus = status == "Off" and "On" or status == "On" and "Off"
  3746. ClickTpEnabled = newstatus == "On" and true or newstatus == "Off" and false
  3747. ClickTp.Text = "ClickTp: " .. newstatus
  3748. local ind = Create "Part" {
  3749. Anchored = true,
  3750. CanCollide = false,
  3751. Transparency = 0.3,
  3752. Size = Vector3.new(1.2,0.3,1.2),
  3753. BrickColor = BrickColor.Green(),
  3754. Parent = workspace
  3755. }
  3756. Instance.new("CylinderMesh", ind)
  3757. m.TargetFilter = ind
  3758. local beam = Create "Part" {
  3759. Anchored = true,
  3760. CanCollide = false,
  3761. Transparency = 0.3,
  3762. BrickColor = BrickColor.Green(),
  3763. TopSurface = "Smooth",
  3764. BottomSurface = "Smooth",
  3765. Size = Vector3.new(0.3,0.3,1),
  3766. Parent = workspace
  3767.  
  3768. }
  3769. while ClickTpEnabled do
  3770. wait()
  3771. ind.CFrame = CFrame.new(m.Hit.p)
  3772. local humrootpos = plr.Character:WaitForChild'HumanoidRootPart'.Position
  3773. local dist = (Vector3.new(m.Hit.p.X,0,m.Hit.p.Z) - Vector3.new(humrootpos.X,0,humrootpos.Z)).magnitude
  3774. if dist > 150 then
  3775. ind.BrickColor,beam.BrickColor = BrickColor.Red(),BrickColor.Red()
  3776. else
  3777. ind.BrickColor,beam.BrickColor = BrickColor.Green(),BrickColor.Green()
  3778. end
  3779. beam.Size = Vector3.new(0.3,0.3,dist - 0.5)
  3780. beam.CFrame = CFrame.new(plr.Character:WaitForChild'HumanoidRootPart'.Position, m.Hit.p) * CFrame.new(0,0,-dist/2 + 0.5)
  3781. end
  3782. ind:Destroy()
  3783. beam:Destroy()
  3784. end)
  3785. end)
  3786.  
  3787. local Gravity = CreateButton("Low Gravity", StuffFrame)
  3788. Gravity.Position = UDim2.new(0,230,0,90)
  3789. Gravity.Size = UDim2.new(0,130,0,30)
  3790. Gravity.MouseButton1Click:connect(function()
  3791. local t = Gravity.Text == "Low Gravity" and true or false
  3792. workspace.Gravity = t and 50 or 196.2
  3793. Gravity.Text = t and "Normal Gravity" or "Low Gravity"
  3794. end)
  3795.  
  3796. local InfiniteJumpEnabled = false
  3797. game:GetService("UserInputService").JumpRequest:connect(function()
  3798. if InfiniteJumpEnabled then
  3799. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  3800. end
  3801. end)
  3802. local InfiniteJump = CreateButton("Infinite Jump: Off", StuffFrame)
  3803. InfiniteJump.Position = UDim2.new(0,10,0,130)
  3804. InfiniteJump.Size = UDim2.new(0,150,0,30)
  3805. InfiniteJump.MouseButton1Click:connect(function()
  3806. local state = InfiniteJump.Text:sub(string.len("Infinite Jump: ") + 1) --too lazy to count lol
  3807. local new = state == "Off" and "On" or state == "On" and "Off"
  3808. InfiniteJumpEnabled = new == "On"
  3809. InfiniteJump.Text = "Infinite Jump: " .. new
  3810. end)
  3811.  
  3812. local Giver = nil
  3813. local ItemsGiver = CreateButton("Items Giver", StuffFrame)
  3814. ItemsGiver.Position = UDim2.new(0,170,0,130)
  3815. ItemsGiver.MouseButton1Click:connect(function()
  3816. if not workspace:FindFirstChild("Givers") then return end
  3817. if Giver then
  3818. for i,v in pairs(Giver) do
  3819. v.ClickDetector.Parent = v.OriginalParent
  3820. v.Event:Disconnect()
  3821. end
  3822. getmetatable(Giver):Destroy()
  3823. end
  3824. Giver = {}
  3825. local g = Giver
  3826. local p = Instance.new("Part", workspace)
  3827. p.Anchored = true
  3828. p.CanCollide = false
  3829. p.CFrame = plr.Character:WaitForChild"HumanoidRootPart".CFrame
  3830. setmetatable(Giver, {__metatable = p})
  3831. for i,v in pairs(workspace.Givers:GetChildren()) do
  3832. local cd = v:FindFirstChildOfClass"ClickDetector"
  3833. if cd then
  3834. local newt = {}
  3835. newt.ClickDetector = cd
  3836. newt.OriginalParent = v
  3837. cd.Parent = p
  3838. newt.Event = cd.MouseClick:connect(function()
  3839. cd.Parent = v
  3840. end)
  3841. table.insert(Giver, newt)
  3842. end
  3843. end
  3844. spawn(function()
  3845. wait(10)
  3846. if Giver == g then
  3847. Giver = nil
  3848. for i,v in pairs(g) do
  3849. v.ClickDetector.Parent = v.OriginalParent
  3850. v.Event:Disconnect()
  3851. end
  3852. getmetatable(g):Destroy()
  3853. end
  3854. end)
  3855. end)
  3856.  
  3857. local BankAutoRobBtn = CreateButton("Bank AutoRob", StuffFrame)
  3858. BankAutoRobBtn.Position = UDim2.new(0,280,0,130)
  3859. BankAutoRobBtn.Size = UDim2.new(0,115,0,30)
  3860. BankAutoRobBtn.BackgroundColor3 = Color3.new(1,0,0)
  3861. BankAutoRobBtn.MouseButton1Click:connect(function()
  3862. local Bank = workspace:FindFirstChild("Banks"):GetChildren()[1]
  3863. local Info = Bank.Extra.Sign
  3864. if Info.Decal.Transparency == 0 then
  3865. game:GetService("StarterGui"):SetCore("SendNotification",{
  3866. Title = "Bank is closed!",
  3867. Text = "You need to wait for the bank to open!",
  3868. Duration = 7,
  3869. Button1 = "Dismiss",
  3870. })
  3871. return
  3872. end
  3873. local bankpos = Vector3.new(Info.Position.X,0,Info.Position.Z)
  3874. local root = plr.Character.HumanoidRootPart
  3875. local plrpos = Vector3.new(root.Position.X,0,root.Position.Z)
  3876.  
  3877. if (bankpos - plrpos).magnitude > 150 then
  3878. local cb = Instance.new"BindableFunction"
  3879.  
  3880. cb.OnInvoke = function(arg)
  3881. if arg == "Teleport" then
  3882. JailbreakTp(10, 18, 784)
  3883. end
  3884. end
  3885.  
  3886. game:GetService("StarterGui"):SetCore("SendNotification",{
  3887. Title = "You are too far!",
  3888. Text = "You need to get closer to the bank (use tp)",
  3889. Duration = 7,
  3890. Button1 = "Dismiss",
  3891. Button2 = "Teleport",
  3892. Callback = cb
  3893. })
  3894. else
  3895. RobTheBank()
  3896. end
  3897. end)
  3898.  
  3899. local SettingsFrame = CreateFrame("Settings")
  3900. SettingsFrame.Parent = main
  3901.  
  3902. local Settingsbtn = CreateButton("Settings", MenuLabel)
  3903. Settingsbtn.Position = StuffBtn.Position + UDim2.new(0,0,0,40)
  3904. Settingsbtn.MouseButton1Click:connect(function()
  3905. SettingsFrame.Visible = true
  3906. Menu.Visible = false
  3907. ActiveFrame = SettingsFrame
  3908. end)
  3909.  
  3910. local TpMethodBtn = CreateButton("Teleport Method: 1", SettingsFrame)
  3911. TpMethodBtn.Position = UDim2.new(0,10,0,50)
  3912. TpMethodBtn.Size = UDim2.new(0,160,0,30)
  3913. TpMethodBtn.MouseButton1Click:connect(function()
  3914. local curr = TpMethodBtn.Text:sub(string.len("Teleport Method: ") + 1)
  3915. curr = tonumber(curr)
  3916. local new = curr == 1 and 2 or curr == 2 and 1
  3917. TpMethod = new
  3918. TpMethodBtn.Text = "Teleport Method: " .. new
  3919. end)
  3920.  
  3921. local ExitBtn = CreateButton("Exit", MenuLabel)
  3922. ExitBtn.Position = Settingsbtn.Position + UDim2.new(0,0,0,40)
  3923. ExitBtn.MouseButton1Click:connect(function()
  3924. main:Destroy()
  3925. script.Disabled = true
  3926. script:Destroy()
  3927. end)
  3928.  
  3929. local BankJewelStatus = Create "TextLabel" {
  3930. BackgroundTransparency = 1,
  3931. TextSize = 8,
  3932. TextColor3 = Color3.new(0,0,0),
  3933. Font = "Legacy",
  3934. TextXAlignment = "Left",
  3935. TextYAlignment = "Top",
  3936. Size = UDim2.new(0,100,0,100),
  3937. Position = UDim2.new(0,10,0,220),
  3938. Text = "Bank:\nJewelry:",
  3939. Parent = Menu
  3940. }
  3941.  
  3942. local BankStatus = BankJewelStatus:Clone()
  3943. BankStatus.Text = "Unknown"
  3944. BankStatus.Size = UDim2.new(0,100,0,100)
  3945. BankStatus.Position = UDim2.new(0,46,0,220)
  3946. BankStatus.Parent = Menu
  3947. BankStatus.TextColor3 = Color3.new(1,0,0)
  3948.  
  3949. local JewelryStatus = BankStatus:Clone()
  3950. JewelryStatus.Text = "Unknown"
  3951. JewelryStatus.Size = UDim2.new(0,100,0,100)
  3952. JewelryStatus.Position = UDim2.new(0,59,0,232)
  3953. JewelryStatus.Parent = Menu
  3954. JewelryStatus.TextColor3 = Color3.new(1,0,0)
  3955.  
  3956. main:TweenPosition(UDim2.new(0.5,-200,0.5,-150))
  3957.  
  3958. local TransparencyTweens = {}
  3959. main.MouseLeave:connect(function()
  3960. spawn(function()
  3961. local bool = false
  3962. local ev = main.MouseEnter:connect(function()
  3963. bool = true
  3964. end)
  3965. wait(1)
  3966. ev:Disconnect()
  3967. if bool then return end
  3968. for i,v in pairs(TransparencyTweens) do
  3969. v:Pause()
  3970. end
  3971. TransparencyTweens = {}
  3972. for i,v in pairs(main:GetDescendants()) do
  3973. if v.Visible then
  3974. local totween = {}
  3975. if v.ClassName:sub(1,4) == "Text" then
  3976. totween.TextTransparency = 0.7
  3977. end
  3978. if v.BackgroundTransparency ~= 1 then
  3979. totween.BackgroundTransparency = 0.7
  3980. end
  3981. TransparencyTweens[#TransparencyTweens + 1] = Tween(v, 0.5, totween)
  3982. end
  3983. end
  3984. main:TweenSize(UDim2.new(0,400,0,50),nil,nil,nil,true)
  3985. end)
  3986. end)
  3987. main.MouseEnter:connect(function()
  3988. for i,v in pairs(TransparencyTweens) do
  3989. v:Pause()
  3990. end
  3991. TransparencyTweens = {}
  3992. for i,v in pairs(main:GetDescendants()) do
  3993. if v.Visible then
  3994. local totween = {}
  3995. if v.ClassName:sub(1,4) == "Text" then
  3996. totween.TextTransparency = 0
  3997. end
  3998. if v.BackgroundTransparency ~= 1 then
  3999. totween.BackgroundTransparency = 0
  4000. end
  4001. TransparencyTweens[#TransparencyTweens + 1] = Tween(v, 0.5, totween)
  4002. end
  4003. end
  4004. main:TweenSize(UDim2.new(0,400,0,300),nil,nil,nil,true)
  4005. end)
  4006.  
  4007. --AutoRob stuff--
  4008. local DuffelBag = game:GetService("MarketplaceService"):PlayerOwnsAsset(plr, 2219040)
  4009. local BankAutoRob = {
  4010. {
  4011. Pos = {51, 18.06, 856.5},
  4012. Yield = 2,
  4013. Status = "Starting the robbery"
  4014. },
  4015. {
  4016. Pos = {29.71, 0.73, 815.25},
  4017. Yield = 15,
  4018. Status = "Opening the vault"
  4019. },
  4020. {
  4021. Pos = {18.37, 0.7659, 822.25},
  4022. Yield = DuffelBag and 50 or 25,
  4023. Status = "Collecting $$$"
  4024. },
  4025. {
  4026. Pos = {10, 18, 784},
  4027. Status = "Finishing the robbery"
  4028. }
  4029. }
  4030.  
  4031. local function Tp(...)
  4032. local char = plr.Character
  4033. for i=1,2 do
  4034. wait()
  4035. char:WaitForChild'HumanoidRootPart'.CFrame = CFrame.new(...)
  4036. end
  4037. end
  4038.  
  4039. function RobTheBank()
  4040. for _,v in pairs(BankAutoRob) do
  4041. Tp(unpack(v.Pos))
  4042. wait(v.Yield)
  4043. end
  4044. end
  4045.  
  4046. --Bank notification--
  4047. pcall(function()
  4048. local Bank = workspace:FindFirstChild("Banks"):GetChildren()[1]
  4049. local Info = Bank.Extra.Sign.Decal
  4050. Info:GetPropertyChangedSignal("Transparency"):Connect(function()
  4051. if Info.Transparency ~= 0 then
  4052. BankStatus.Text = "Open"
  4053. BankStatus.TextColor3 = Color3.new(0,1,0)
  4054. BankAutoRobBtn.BackgroundColor3 = Color3.new(0,1,0)
  4055. local cb = Instance.new("BindableFunction")
  4056. cb.OnInvoke = function(arg)
  4057. if arg == "Teleport" then
  4058. JailbreakTp(10, 18, 784)
  4059. elseif arg == "AutoRob" then
  4060. RobTheBank()
  4061. end
  4062. end
  4063. game:GetService("StarterGui"):SetCore("SendNotification",{
  4064. Title = "Bank is ready!",
  4065. Text = "Bank is ready!",
  4066. Duration = 15,
  4067. Button1 = "Dismiss",
  4068. Button2 = (Vector3.new(Info.Parent.Position.X,0,Info.Parent.Position.Z) - Vector3.new(plr.Character.HumanoidRootPart.Position.X,0,plr.Character.HumanoidRootPart.Position.Z)).magnitude < 150 and "AutoRob" or "Teleport",
  4069. Callback = cb
  4070. })
  4071. else
  4072. BankStatus.Text = "Closed"
  4073. BankStatus.TextColor3 = Color3.new(1,0,0)
  4074. BankAutoRobBtn.BackgroundColor3 = Color3.new(1,0,0)
  4075. end
  4076. end)
  4077. BankStatus.Text = Info.Transparency == 0 and "Closed" or "Open"
  4078. BankStatus.TextColor3 = Info.Transparency == 0 and Color3.new(1,0,0) or Color3.new(0,1,0)
  4079. BankAutoRobBtn.BackgroundColor3 = Info.Transparency == 0 and Color3.new(1,0,0) or Color3.new(0,1,0)
  4080. end)
  4081. --Jewelry notification--
  4082. pcall(function()
  4083. local Jewelry = workspace:FindFirstChild("Jewelrys"):GetChildren()[1]
  4084. local Info = Jewelry.Extra.Sign.Decal
  4085. Info:GetPropertyChangedSignal("Transparency"):Connect(function()
  4086. if Info.Transparency ~= 0 then
  4087. JewelryStatus.Text = "Open"
  4088. JewelryStatus.TextColor3 = Color3.new(0,1,0)
  4089. BankStatus.TextColor3 = Color3.new(0,1,0)
  4090. local cb = Instance.new("BindableFunction")
  4091. cb.OnInvoke = function(arg)
  4092. if arg == "Teleport" then
  4093. JailbreakTp(142, 18, 1365)
  4094. end
  4095. end
  4096. game:GetService("StarterGui"):SetCore("SendNotification",{
  4097. Title = "Jewelry is ready!",
  4098. Text = "Jewelry is ready!",
  4099. Duration = 15,
  4100. Button1 = "Dismiss",
  4101. Button2 = "Teleport",
  4102. Callback = cb
  4103. })
  4104. else
  4105. JewelryStatus.Text = "Closed"
  4106. JewelryStatus.TextColor3 = Color3.new(1,0,0)
  4107. end
  4108. end)
  4109. JewelryStatus.Text = Info.Transparency == 0 and "Closed" or "Open"
  4110. JewelryStatus.TextColor3 = Info.Transparency == 0 and Color3.new(1,0,0) or Color3.new(0,1,0)
  4111. end)
  4112. end)
  4113.  
  4114. VehicleSim.Name = "VehicleSim"
  4115. VehicleSim.Parent = GamesFrame
  4116. VehicleSim.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  4117. VehicleSim.Position = UDim2.new(0.312068969, 0, 0.169444442, 0)
  4118. VehicleSim.Size = UDim2.new(0.262068957, 0, 0.13611111, 0)
  4119. VehicleSim.Font = Enum.Font.Highway
  4120. VehicleSim.Text = "Vehicle Simulator"
  4121. VehicleSim.TextColor3 = Color3.new(0.792157, 0.792157, 0.792157)
  4122. VehicleSim.TextScaled = true
  4123. VehicleSim.TextSize = 14
  4124. VehicleSim.TextWrapped = true
  4125. VehicleSim.Visible = true
  4126. VehicleSim.MouseButton1Down:connect(function()
  4127. loadstring(Game:GetObjects("rbxassetid://1329992898")[1].Source)()
  4128. end)
  4129.  
  4130. LumberTycoon.Name = "LumberTycoon"
  4131. LumberTycoon.Parent = GamesFrame
  4132. LumberTycoon.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  4133. LumberTycoon.Position = UDim2.new(0.313793093, 0, 0.327777773, 0)
  4134. LumberTycoon.Size = UDim2.new(0.262068957, 0, 0.13611111, 0)
  4135. LumberTycoon.Font = Enum.Font.Highway
  4136. LumberTycoon.Text = "Lumber Tycoon"
  4137. LumberTycoon.TextColor3 = Color3.new(0.792157, 0.792157, 0.792157)
  4138. LumberTycoon.TextScaled = true
  4139. LumberTycoon.TextSize = 14
  4140. LumberTycoon.TextWrapped = true
  4141. LumberTycoon.MouseButton1Down:connect(function()
  4142.  
  4143. local LumberTycoon2 = Instance.new("ScreenGui")
  4144. local TopBar = Instance.new("Frame")
  4145. local Background = Instance.new("Frame")
  4146. local Title = Instance.new("Frame")
  4147. local ImageLabel = Instance.new("ImageLabel")
  4148. local Credits = Instance.new("Frame")
  4149. local TitleCredits = Instance.new("TextLabel")
  4150. local Broto = Instance.new("TextLabel")
  4151. local Code = Instance.new("TextLabel")
  4152. local Broto_2 = Instance.new("TextLabel")
  4153. local PlotTP = Instance.new("TextButton")
  4154. local SpawnTP = Instance.new("TextButton")
  4155. local BringWood = Instance.new("TextButton")
  4156. local Line1 = Instance.new("Frame")
  4157. local Line2 = Instance.new("Frame")
  4158. local Line3 = Instance.new("Frame")
  4159. local PalmIsland = Instance.new("TextLabel")
  4160. local Teleport7 = Instance.new("TextButton")
  4161. local OrangeLine = Instance.new("Frame")
  4162. local WoodQuality = Instance.new("TextLabel")
  4163. local Rating = Instance.new("TextLabel")
  4164. local Cave = Instance.new("TextLabel")
  4165. local Teleport3 = Instance.new("TextButton")
  4166. local OrangeLine_2 = Instance.new("Frame")
  4167. local WoodQuality_2 = Instance.new("TextLabel")
  4168. local Rating_2 = Instance.new("TextLabel")
  4169. local Volcano = Instance.new("TextLabel")
  4170. local Teleport9 = Instance.new("TextButton")
  4171. local OrangeLine_3 = Instance.new("Frame")
  4172. local WoodQuality_3 = Instance.new("TextLabel")
  4173. local Rating_3 = Instance.new("TextLabel")
  4174. local Swamp = Instance.new("TextLabel")
  4175. local Teleport8 = Instance.new("TextButton")
  4176. local OrangeLine_4 = Instance.new("Frame")
  4177. local WoodQuality_4 = Instance.new("TextLabel")
  4178. local Rating_4 = Instance.new("TextLabel")
  4179. local BobsShack = Instance.new("TextLabel")
  4180. local Teleport = Instance.new("TextButton")
  4181. local OrangeLine_5 = Instance.new("Frame")
  4182. local WoodQuality_5 = Instance.new("TextLabel")
  4183. local Rating_5 = Instance.new("TextLabel")
  4184. local LinksLogic = Instance.new("TextLabel")
  4185. local Teleport6 = Instance.new("TextButton")
  4186. local OrangeLine_6 = Instance.new("Frame")
  4187. local WoodQuality_6 = Instance.new("TextLabel")
  4188. local Rating_6 = Instance.new("TextLabel")
  4189. local WoodRUs = Instance.new("TextLabel")
  4190. local Teleport10 = Instance.new("TextButton")
  4191. local OrangeLine_7 = Instance.new("Frame")
  4192. local WoodQuality_7 = Instance.new("TextLabel")
  4193. local Rating_7 = Instance.new("TextLabel")
  4194. local LandStore = Instance.new("TextLabel")
  4195. local Teleport5 = Instance.new("TextButton")
  4196. local OrangeLine_8 = Instance.new("Frame")
  4197. local WoodQuality_8 = Instance.new("TextLabel")
  4198. local Rating_8 = Instance.new("TextLabel")
  4199. local Dock = Instance.new("TextLabel")
  4200. local Teleport4 = Instance.new("TextButton")
  4201. local OrangeLine_9 = Instance.new("Frame")
  4202. local WoodQuality_9 = Instance.new("TextLabel")
  4203. local Rating_9 = Instance.new("TextLabel")
  4204. local BoxedCars = Instance.new("TextLabel")
  4205. local Teleport2 = Instance.new("TextButton")
  4206. local OrangeLine_10 = Instance.new("Frame")
  4207. local WoodQuality_10 = Instance.new("TextLabel")
  4208. local Rating_10 = Instance.new("TextLabel")
  4209. local Exit = Instance.new("TextButton")
  4210. local Open = Instance.new("TextButton")
  4211.  
  4212. -- Properties
  4213.  
  4214. LumberTycoon2.Name = "LumberTycoon2"
  4215. LumberTycoon2.Parent = game.CoreGui
  4216.  
  4217. TopBar.Name = "TopBar"
  4218. TopBar.Parent = LumberTycoon2
  4219. TopBar.Active = true
  4220. TopBar.BackgroundColor3 = Color3.new(0.14902, 0.45098, 0.866667)
  4221. TopBar.BorderSizePixel = 0
  4222. TopBar.Draggable = true
  4223. TopBar.Position = UDim2.new(0.19869706, 0, 0.172371641, 0)
  4224. TopBar.Selectable = true
  4225. TopBar.Size = UDim2.new(0, 739, 0, 17)
  4226. TopBar.Visible = false
  4227.  
  4228. Background.Name = "Background"
  4229. Background.Parent = TopBar
  4230. Background.BackgroundColor3 = Color3.new(0.105882, 0.133333, 0.156863)
  4231. Background.BorderSizePixel = 0
  4232. Background.Position = UDim2.new(4.90248203e-05, 0, 1.01668346, 0)
  4233. Background.Size = UDim2.new(0, 739, 0, 544)
  4234.  
  4235. Title.Name = "Title"
  4236. Title.Parent = Background
  4237. Title.BackgroundColor3 = Color3.new(0.14902, 0.45098, 0.866667)
  4238. Title.BorderSizePixel = 0
  4239. Title.Position = UDim2.new(0.00872512162, 0, 0.0105350167, 0)
  4240. Title.Size = UDim2.new(0, 585, 0, 63)
  4241.  
  4242. ImageLabel.Parent = Title
  4243. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  4244. ImageLabel.Size = UDim2.new(0, 585, 0, 63)
  4245. ImageLabel.Image = "rbxassetid://972607194"
  4246.  
  4247. Credits.Name = "Credits"
  4248. Credits.Parent = Background
  4249. Credits.BackgroundColor3 = Color3.new(0.14902, 0.45098, 0.866667)
  4250. Credits.BorderSizePixel = 0
  4251. Credits.Position = UDim2.new(0.809621572, 0, 0.0105350167, 0)
  4252. Credits.Size = UDim2.new(0, 133, 0, 530)
  4253.  
  4254. TitleCredits.Name = "TitleCredits"
  4255. TitleCredits.Parent = Credits
  4256. TitleCredits.BackgroundColor3 = Color3.new(1, 1, 1)
  4257. TitleCredits.BackgroundTransparency = 1
  4258. TitleCredits.BorderSizePixel = 0
  4259. TitleCredits.Size = UDim2.new(0, 133, 0, 29)
  4260. TitleCredits.Font = Enum.Font.Arial
  4261. TitleCredits.FontSize = Enum.FontSize.Size18
  4262. TitleCredits.Text = "Credits Below"
  4263. TitleCredits.TextColor3 = Color3.new(1, 1, 1)
  4264. TitleCredits.TextSize = 18
  4265.  
  4266. Broto.Name = "Broto"
  4267. Broto.Parent = Credits
  4268. Broto.BackgroundColor3 = Color3.new(1, 1, 1)
  4269. Broto.BackgroundTransparency = 1
  4270. Broto.BorderSizePixel = 0
  4271. Broto.Position = UDim2.new(0, 0, 0.0622641519, 0)
  4272. Broto.Size = UDim2.new(0, 133, 0, 36)
  4273. Broto.Font = Enum.Font.Arial
  4274. Broto.FontSize = Enum.FontSize.Size14
  4275. Broto.Text = "Purchased By RobloxExploitz.Net"
  4276. Broto.TextColor3 = Color3.new(1, 1, 1)
  4277. Broto.TextSize = 14
  4278. Broto.TextWrapped = true
  4279.  
  4280. Code.Name = "Code"
  4281. Code.Parent = Credits
  4282. Code.BackgroundColor3 = Color3.new(1, 1, 1)
  4283. Code.BackgroundTransparency = 1
  4284. Code.BorderSizePixel = 0
  4285. Code.Position = UDim2.new(0, 0, 0.137735844, 0)
  4286. Code.Size = UDim2.new(0, 133, 0, 35)
  4287. Code.Font = Enum.Font.Arial
  4288. Code.FontSize = Enum.FontSize.Size14
  4289. Code.Text = " Purchased By RobloxExploitz.Net"
  4290. Code.TextColor3 = Color3.new(1, 1, 1)
  4291. Code.TextSize = 14
  4292. Code.TextWrapped = true
  4293.  
  4294. Broto_2.Name = "Broto"
  4295. Broto_2.Parent = Credits
  4296. Broto_2.BackgroundColor3 = Color3.new(0.14902, 0.45098, 0.866667)
  4297. Broto_2.BorderSizePixel = 0
  4298. Broto_2.Position = UDim2.new(-4.45488739, 0, 0.883018851, 0)
  4299. Broto_2.Size = UDim2.new(0, 585, 0, 22)
  4300. Broto_2.Font = Enum.Font.Arial
  4301. Broto_2.FontSize = Enum.FontSize.Size18
  4302. Broto_2.Text = "(Specially Made for RobloxExploitz.Net!)"
  4303. Broto_2.TextColor3 = Color3.new(1, 1, 1)
  4304. Broto_2.TextSize = 16
  4305. Broto_2.TextWrapped = true
  4306.  
  4307. PlotTP.Name = "PlotTP"
  4308. PlotTP.Parent = Background
  4309. PlotTP.BackgroundColor3 = Color3.new(0.14902, 0.45098, 0.866667)
  4310. PlotTP.BorderSizePixel = 0
  4311. PlotTP.Position = UDim2.new(0.00811908022, 0, 0.92463237, 0)
  4312. PlotTP.Size = UDim2.new(0, 208, 0, 33)
  4313. PlotTP.Font = Enum.Font.Arial
  4314. PlotTP.FontSize = Enum.FontSize.Size18
  4315. PlotTP.Text = "Teleport to your plot"
  4316. PlotTP.TextColor3 = Color3.new(1, 1, 1)
  4317. PlotTP.TextSize = 18
  4318.  
  4319. SpawnTP.Name = "SpawnTP"
  4320. SpawnTP.Parent = Background
  4321. SpawnTP.BackgroundColor3 = Color3.new(0.14902, 0.45098, 0.866667)
  4322. SpawnTP.BorderSizePixel = 0
  4323. SpawnTP.Position = UDim2.new(0.51826793, 0, 0.92463237, 0)
  4324. SpawnTP.Size = UDim2.new(0, 208, 0, 33)
  4325. SpawnTP.Font = Enum.Font.Arial
  4326. SpawnTP.FontSize = Enum.FontSize.Size18
  4327. SpawnTP.Text = "Teleport to Spawn"
  4328. SpawnTP.TextColor3 = Color3.new(1, 1, 1)
  4329. SpawnTP.TextSize = 18
  4330.  
  4331. BringWood.Name = "BringWood"
  4332. BringWood.Parent = Background
  4333. BringWood.BackgroundColor3 = Color3.new(0.14902, 0.45098, 0.866667)
  4334. BringWood.BorderSizePixel = 0
  4335. BringWood.Position = UDim2.new(0.2976996, 0, 0.92463237, 0)
  4336. BringWood.Size = UDim2.new(0, 157, 0, 33)
  4337. BringWood.Font = Enum.Font.Arial
  4338. BringWood.FontSize = Enum.FontSize.Size18
  4339. BringWood.Text = "Bring Wood"
  4340. BringWood.TextColor3 = Color3.new(1, 1, 1)
  4341. BringWood.TextSize = 18
  4342.  
  4343. Line1.Name = "Line1"
  4344. Line1.Parent = Background
  4345. Line1.BackgroundColor3 = Color3.new(0.145098, 0.415686, 0.768628)
  4346. Line1.BorderSizePixel = 0
  4347. Line1.Position = UDim2.new(0.808945, 0, 0.0638438389, 0)
  4348. Line1.Size = UDim2.new(0, 133, 0, 4)
  4349.  
  4350. Line2.Name = "Line2"
  4351. Line2.Parent = Background
  4352. Line2.BackgroundColor3 = Color3.new(0.145098, 0.415686, 0.768628)
  4353. Line2.BorderSizePixel = 0
  4354. Line2.Position = UDim2.new(0.809621572, 0, 0.137373239, 0)
  4355. Line2.Size = UDim2.new(0, 133, 0, 4)
  4356.  
  4357. Line3.Name = "Line3"
  4358. Line3.Parent = Background
  4359. Line3.BackgroundColor3 = Color3.new(0.145098, 0.415686, 0.768628)
  4360. Line3.BorderSizePixel = 0
  4361. Line3.Position = UDim2.new(0.808945, 0, 0.209064424, 0)
  4362. Line3.Size = UDim2.new(0, 133, 0, 4)
  4363.  
  4364. PalmIsland.Name = "PalmIsland"
  4365. PalmIsland.Parent = Background
  4366. PalmIsland.BackgroundColor3 = Color3.new(0.145098, 0.415686, 0.768628)
  4367. PalmIsland.Position = UDim2.new(0.00811908022, 0, 0.137867644, 0)
  4368. PalmIsland.Size = UDim2.new(0, 193, 0, 34)
  4369. PalmIsland.Font = Enum.Font.Arial
  4370. PalmIsland.FontSize = Enum.FontSize.Size18
  4371. PalmIsland.Text = "Palm Island"
  4372. PalmIsland.TextColor3 = Color3.new(1, 1, 1)
  4373. PalmIsland.TextSize = 18
  4374.  
  4375. Teleport7.Name = "Teleport7"
  4376. Teleport7.Parent = PalmIsland
  4377. Teleport7.BackgroundColor3 = Color3.new(0, 0.290196, 0.662745)
  4378. Teleport7.BorderSizePixel = 0
  4379. Teleport7.Position = UDim2.new(1.03626943, 0, 0, 0)
  4380. Teleport7.Size = UDim2.new(0, 76, 0, 34)
  4381. Teleport7.Font = Enum.Font.Arial
  4382. Teleport7.FontSize = Enum.FontSize.Size18
  4383. Teleport7.Text = "Teleport"
  4384. Teleport7.TextColor3 = Color3.new(1, 1, 1)
  4385. Teleport7.TextSize = 18
  4386.  
  4387. OrangeLine.Name = "OrangeLine"
  4388. OrangeLine.Parent = PalmIsland
  4389. OrangeLine.BackgroundColor3 = Color3.new(1, 0.584314, 0.0431373)
  4390. OrangeLine.BorderSizePixel = 0
  4391. OrangeLine.Position = UDim2.new(1.46113992, 0, 0.852941155, 0)
  4392. OrangeLine.Size = UDim2.new(0, 224, 0, 5)
  4393.  
  4394. WoodQuality.Name = "WoodQuality"
  4395. WoodQuality.Parent = PalmIsland
  4396. WoodQuality.BackgroundColor3 = Color3.new(0.152941, 0.172549, 0.196078)
  4397. WoodQuality.BorderSizePixel = 0
  4398. WoodQuality.Position = UDim2.new(1.46099997, 0, -0.0149999997, 0)
  4399. WoodQuality.Size = UDim2.new(0, 224, 0, 29)
  4400. WoodQuality.Font = Enum.Font.Arial
  4401. WoodQuality.FontSize = Enum.FontSize.Size18
  4402. WoodQuality.Text = "Wood Quality: 65"
  4403. WoodQuality.TextColor3 = Color3.new(1, 1, 1)
  4404. WoodQuality.TextSize = 16
  4405.  
  4406. Rating.Name = "Rating"
  4407. Rating.Parent = PalmIsland
  4408. Rating.BackgroundColor3 = Color3.new(0.152941, 0.172549, 0.196078)
  4409. Rating.BorderSizePixel = 0
  4410. Rating.Position = UDim2.new(2.64752841, 0, -0.0149998665, 0)
  4411. Rating.Size = UDim2.new(0, 74, 0, 35)
  4412. Rating.Font = Enum.Font.Arial
  4413. Rating.FontSize = Enum.FontSize.Size18
  4414. Rating.Text = "Decent"
  4415. Rating.TextColor3 = Color3.new(1, 1, 1)
  4416. Rating.TextSize = 16
  4417.  
  4418. Cave.Name = "Cave"
  4419. Cave.Parent = Background
  4420. Cave.BackgroundColor3 = Color3.new(0.145098, 0.415686, 0.768628)
  4421. Cave.Position = UDim2.new(0.00811908022, 0, 0.209558815, 0)
  4422. Cave.Size = UDim2.new(0, 193, 0, 34)
  4423. Cave.Font = Enum.Font.Arial
  4424. Cave.FontSize = Enum.FontSize.Size18
  4425. Cave.Text = "Cave"
  4426. Cave.TextColor3 = Color3.new(1, 1, 1)
  4427. Cave.TextSize = 18
  4428.  
  4429. Teleport3.Name = "Teleport3"
  4430. Teleport3.Parent = Cave
  4431. Teleport3.BackgroundColor3 = Color3.new(0, 0.290196, 0.662745)
  4432. Teleport3.BorderSizePixel = 0
  4433. Teleport3.Position = UDim2.new(1.03626943, 0, 0, 0)
  4434. Teleport3.Size = UDim2.new(0, 76, 0, 34)
  4435. Teleport3.Font = Enum.Font.Arial
  4436. Teleport3.FontSize = Enum.FontSize.Size18
  4437. Teleport3.Text = "Teleport"
  4438. Teleport3.TextColor3 = Color3.new(1, 1, 1)
  4439. Teleport3.TextSize = 18
  4440.  
  4441. OrangeLine_2.Name = "OrangeLine"
  4442. OrangeLine_2.Parent = Cave
  4443. OrangeLine_2.BackgroundColor3 = Color3.new(1, 0.584314, 0.0431373)
  4444. OrangeLine_2.BorderSizePixel = 0
  4445. OrangeLine_2.Position = UDim2.new(1.46113992, 0, 0.852941155, 0)
  4446. OrangeLine_2.Size = UDim2.new(0, 224, 0, 5)
  4447.  
  4448. WoodQuality_2.Name = "WoodQuality"
  4449. WoodQuality_2.Parent = Cave
  4450. WoodQuality_2.BackgroundColor3 = Color3.new(0.152941, 0.172549, 0.196078)
  4451. WoodQuality_2.BorderSizePixel = 0
  4452. WoodQuality_2.Position = UDim2.new(1.46099997, 0, -0.0149999997, 0)
  4453. WoodQuality_2.Size = UDim2.new(0, 224, 0, 29)
  4454. WoodQuality_2.Font = Enum.Font.Arial
  4455. WoodQuality_2.FontSize = Enum.FontSize.Size18
  4456. WoodQuality_2.Text = "Wood Quality: 90"
  4457. WoodQuality_2.TextColor3 = Color3.new(1, 1, 1)
  4458. WoodQuality_2.TextSize = 16
  4459.  
  4460. Rating_2.Name = "Rating"
  4461. Rating_2.Parent = Cave
  4462. Rating_2.BackgroundColor3 = Color3.new(0.152941, 0.172549, 0.196078)
  4463. Rating_2.BorderSizePixel = 0
  4464. Rating_2.Position = UDim2.new(2.64752841, 0, -0.0149998665, 0)
  4465. Rating_2.Size = UDim2.new(0, 74, 0, 35)
  4466. Rating_2.Font = Enum.Font.Arial
  4467. Rating_2.FontSize = Enum.FontSize.Size18
  4468. Rating_2.Text = "Good"
  4469. Rating_2.TextColor3 = Color3.new(1, 1, 1)
  4470. Rating_2.TextSize = 16
  4471.  
  4472. Volcano.Name = "Volcano"
  4473. Volcano.Parent = Background
  4474. Volcano.BackgroundColor3 = Color3.new(0.145098, 0.415686, 0.768628)
  4475. Volcano.Position = UDim2.new(0.0074424902, 0, 0.28125, 0)
  4476. Volcano.Size = UDim2.new(0, 193, 0, 34)
  4477. Volcano.Font = Enum.Font.Arial
  4478. Volcano.FontSize = Enum.FontSize.Size18
  4479. Volcano.Text = "Volcano"
  4480. Volcano.TextColor3 = Color3.new(1, 1, 1)
  4481. Volcano.TextSize = 18
  4482.  
  4483. Teleport9.Name = "Teleport9"
  4484. Teleport9.Parent = Volcano
  4485. Teleport9.BackgroundColor3 = Color3.new(0, 0.290196, 0.662745)
  4486. Teleport9.BorderSizePixel = 0
  4487. Teleport9.Position = UDim2.new(1.03626943, 0, 0, 0)
  4488. Teleport9.Size = UDim2.new(0, 76, 0, 34)
  4489. Teleport9.Font = Enum.Font.Arial
  4490. Teleport9.FontSize = Enum.FontSize.Size18
  4491. Teleport9.Text = "Teleport"
  4492. Teleport9.TextColor3 = Color3.new(1, 1, 1)
  4493. Teleport9.TextSize = 18
  4494.  
  4495. OrangeLine_3.Name = "OrangeLine"
  4496. OrangeLine_3.Parent = Volcano
  4497. OrangeLine_3.BackgroundColor3 = Color3.new(1, 0.584314, 0.0431373)
  4498. OrangeLine_3.BorderSizePixel = 0
  4499. OrangeLine_3.Position = UDim2.new(1.46113992, 0, 0.852941155, 0)
  4500. OrangeLine_3.Size = UDim2.new(0, 224, 0, 5)
  4501.  
  4502. WoodQuality_3.Name = "WoodQuality"
  4503. WoodQuality_3.Parent = Volcano
  4504. WoodQuality_3.BackgroundColor3 = Color3.new(0.152941, 0.172549, 0.196078)
  4505. WoodQuality_3.BorderSizePixel = 0
  4506. WoodQuality_3.Position = UDim2.new(1.46099997, 0, -0.0149999997, 0)
  4507. WoodQuality_3.Size = UDim2.new(0, 224, 0, 29)
  4508. WoodQuality_3.Font = Enum.Font.Arial
  4509. WoodQuality_3.FontSize = Enum.FontSize.Size18
  4510. WoodQuality_3.Text = "Wood Quality: 86"
  4511. WoodQuality_3.TextColor3 = Color3.new(1, 1, 1)
  4512. WoodQuality_3.TextSize = 16
  4513.  
  4514. Rating_3.Name = "Rating"
  4515. Rating_3.Parent = Volcano
  4516. Rating_3.BackgroundColor3 = Color3.new(0.152941, 0.172549, 0.196078)
  4517. Rating_3.BorderSizePixel = 0
  4518. Rating_3.Position = UDim2.new(2.64752841, 0, -0.0149998665, 0)
  4519. Rating_3.Size = UDim2.new(0, 74, 0, 35)
  4520. Rating_3.Font = Enum.Font.Arial
  4521. Rating_3.FontSize = Enum.FontSize.Size18
  4522. Rating_3.Text = "Good"
  4523. Rating_3.TextColor3 = Color3.new(1, 1, 1)
  4524. Rating_3.TextSize = 16
  4525.  
  4526. Swamp.Name = "Swamp"
  4527. Swamp.Parent = Background
  4528. Swamp.BackgroundColor3 = Color3.new(0.145098, 0.415686, 0.768628)
  4529. Swamp.Position = UDim2.new(0.0074424902, 0, 0.352941155, 0)
  4530. Swamp.Size = UDim2.new(0, 193, 0, 34)
  4531. Swamp.Font = Enum.Font.Arial
  4532. Swamp.FontSize = Enum.FontSize.Size18
  4533. Swamp.Text = "Swamp"
  4534. Swamp.TextColor3 = Color3.new(1, 1, 1)
  4535. Swamp.TextSize = 18
  4536.  
  4537. Teleport8.Name = "Teleport8"
  4538. Teleport8.Parent = Swamp
  4539. Teleport8.BackgroundColor3 = Color3.new(0, 0.290196, 0.662745)
  4540. Teleport8.BorderSizePixel = 0
  4541. Teleport8.Position = UDim2.new(1.03626943, 0, 0, 0)
  4542. Teleport8.Size = UDim2.new(0, 76, 0, 34)
  4543. Teleport8.Font = Enum.Font.Arial
  4544. Teleport8.FontSize = Enum.FontSize.Size18
  4545. Teleport8.Text = "Teleport"
  4546. Teleport8.TextColor3 = Color3.new(1, 1, 1)
  4547. Teleport8.TextSize = 18
  4548.  
  4549. OrangeLine_4.Name = "OrangeLine"
  4550. OrangeLine_4.Parent = Swamp
  4551. OrangeLine_4.BackgroundColor3 = Color3.new(1, 0.584314, 0.0431373)
  4552. OrangeLine_4.BorderSizePixel = 0
  4553. OrangeLine_4.Position = UDim2.new(1.46113992, 0, 0.852941155, 0)
  4554. OrangeLine_4.Size = UDim2.new(0, 224, 0, 5)
  4555.  
  4556. WoodQuality_4.Name = "WoodQuality"
  4557. WoodQuality_4.Parent = Swamp
  4558. WoodQuality_4.BackgroundColor3 = Color3.new(0.152941, 0.172549, 0.196078)
  4559. WoodQuality_4.BorderSizePixel = 0
  4560. WoodQuality_4.Position = UDim2.new(1.46099997, 0, -0.0149999997, 0)
  4561. WoodQuality_4.Size = UDim2.new(0, 224, 0, 29)
  4562. WoodQuality_4.Font = Enum.Font.Arial
  4563. WoodQuality_4.FontSize = Enum.FontSize.Size18
  4564. WoodQuality_4.Text = "Wood Quality: 60"
  4565. WoodQuality_4.TextColor3 = Color3.new(1, 1, 1)
  4566. WoodQuality_4.TextSize = 16
  4567.  
  4568. Rating_4.Name = "Rating"
  4569. Rating_4.Parent = Swamp
  4570. Rating_4.BackgroundColor3 = Color3.new(0.152941, 0.172549, 0.196078)
  4571. Rating_4.BorderSizePixel = 0
  4572. Rating_4.Position = UDim2.new(2.64752841, 0, -0.0149998665, 0)
  4573. Rating_4.Size = UDim2.new(0, 74, 0, 35)
  4574. Rating_4.Font = Enum.Font.Arial
  4575. Rating_4.FontSize = Enum.FontSize.Size18
  4576. Rating_4.Text = "Decent"
  4577. Rating_4.TextColor3 = Color3.new(1, 1, 1)
  4578. Rating_4.TextSize = 16
  4579.  
  4580. BobsShack.Name = "BobsShack"
  4581. BobsShack.Parent = Background
  4582. BobsShack.BackgroundColor3 = Color3.new(0.145098, 0.415686, 0.768628)
  4583. BobsShack.Position = UDim2.new(0.0074424902, 0, 0.424632341, 0)
  4584. BobsShack.Size = UDim2.new(0, 193, 0, 34)
  4585. BobsShack.Font = Enum.Font.Arial
  4586. BobsShack.FontSize = Enum.FontSize.Size18
  4587. BobsShack.Text = "Bob's Shack"
  4588. BobsShack.TextColor3 = Color3.new(1, 1, 1)
  4589. BobsShack.TextSize = 18
  4590.  
  4591. Teleport.Name = "Teleport"
  4592. Teleport.Parent = BobsShack
  4593. Teleport.BackgroundColor3 = Color3.new(0, 0.290196, 0.662745)
  4594. Teleport.BorderSizePixel = 0
  4595. Teleport.Position = UDim2.new(1.03626943, 0, 0, 0)
  4596. Teleport.Size = UDim2.new(0, 76, 0, 34)
  4597. Teleport.Font = Enum.Font.Arial
  4598. Teleport.FontSize = Enum.FontSize.Size18
  4599. Teleport.Text = "Teleport"
  4600. Teleport.TextColor3 = Color3.new(1, 1, 1)
  4601. Teleport.TextSize = 18
  4602.  
  4603. OrangeLine_5.Name = "OrangeLine"
  4604. OrangeLine_5.Parent = BobsShack
  4605. OrangeLine_5.BackgroundColor3 = Color3.new(0.364706, 0.705882, 0.364706)
  4606. OrangeLine_5.BorderSizePixel = 0
  4607. OrangeLine_5.Position = UDim2.new(1.46113992, 0, 0.852941155, 0)
  4608. OrangeLine_5.Size = UDim2.new(0, 224, 0, 5)
  4609.  
  4610. WoodQuality_5.Name = "WoodQuality"
  4611. WoodQuality_5.Parent = BobsShack
  4612. WoodQuality_5.BackgroundColor3 = Color3.new(0.152941, 0.172549, 0.196078)
  4613. WoodQuality_5.BorderSizePixel = 0
  4614. WoodQuality_5.Position = UDim2.new(1.46099997, 0, -0.0149999997, 0)
  4615. WoodQuality_5.Size = UDim2.new(0, 224, 0, 29)
  4616. WoodQuality_5.Font = Enum.Font.Arial
  4617. WoodQuality_5.FontSize = Enum.FontSize.Size18
  4618. WoodQuality_5.Text = "Recipe Items"
  4619. WoodQuality_5.TextColor3 = Color3.new(1, 1, 1)
  4620. WoodQuality_5.TextSize = 16
  4621.  
  4622. Rating_5.Name = "Rating"
  4623. Rating_5.Parent = BobsShack
  4624. Rating_5.BackgroundColor3 = Color3.new(0.152941, 0.172549, 0.196078)
  4625. Rating_5.BorderSizePixel = 0
  4626. Rating_5.Position = UDim2.new(2.64752841, 0, -0.0149998665, 0)
  4627. Rating_5.Size = UDim2.new(0, 74, 0, 35)
  4628. Rating_5.Font = Enum.Font.Arial
  4629. Rating_5.FontSize = Enum.FontSize.Size18
  4630. Rating_5.Text = "Good"
  4631. Rating_5.TextColor3 = Color3.new(1, 1, 1)
  4632. Rating_5.TextSize = 16
  4633.  
  4634. LinksLogic.Name = "LinksLogic"
  4635. LinksLogic.Parent = Background
  4636. LinksLogic.BackgroundColor3 = Color3.new(0.145098, 0.415686, 0.768628)
  4637. LinksLogic.Position = UDim2.new(0.0074424902, 0, 0.496323496, 0)
  4638. LinksLogic.Size = UDim2.new(0, 193, 0, 34)
  4639. LinksLogic.Font = Enum.Font.Arial
  4640. LinksLogic.FontSize = Enum.FontSize.Size18
  4641. LinksLogic.Text = "Link's Logic"
  4642. LinksLogic.TextColor3 = Color3.new(1, 1, 1)
  4643. LinksLogic.TextSize = 18
  4644.  
  4645. Teleport6.Name = "Teleport6"
  4646. Teleport6.Parent = LinksLogic
  4647. Teleport6.BackgroundColor3 = Color3.new(0, 0.290196, 0.662745)
  4648. Teleport6.BorderSizePixel = 0
  4649. Teleport6.Position = UDim2.new(1.03626943, 0, 0, 0)
  4650. Teleport6.Size = UDim2.new(0, 76, 0, 34)
  4651. Teleport6.Font = Enum.Font.Arial
  4652. Teleport6.FontSize = Enum.FontSize.Size18
  4653. Teleport6.Text = "Teleport"
  4654. Teleport6.TextColor3 = Color3.new(1, 1, 1)
  4655. Teleport6.TextSize = 18
  4656.  
  4657. OrangeLine_6.Name = "OrangeLine"
  4658. OrangeLine_6.Parent = LinksLogic
  4659. OrangeLine_6.BackgroundColor3 = Color3.new(0.364706, 0.705882, 0.364706)
  4660. OrangeLine_6.BorderSizePixel = 0
  4661. OrangeLine_6.Position = UDim2.new(1.46113992, 0, 0.852941155, 0)
  4662. OrangeLine_6.Size = UDim2.new(0, 224, 0, 5)
  4663.  
  4664. WoodQuality_6.Name = "WoodQuality"
  4665. WoodQuality_6.Parent = LinksLogic
  4666. WoodQuality_6.BackgroundColor3 = Color3.new(0.152941, 0.172549, 0.196078)
  4667. WoodQuality_6.BorderSizePixel = 0
  4668. WoodQuality_6.Position = UDim2.new(1.46099997, 0, -0.0149999997, 0)
  4669. WoodQuality_6.Size = UDim2.new(0, 224, 0, 29)
  4670. WoodQuality_6.Font = Enum.Font.Arial
  4671. WoodQuality_6.FontSize = Enum.FontSize.Size18
  4672. WoodQuality_6.Text = "Recipe Items"
  4673. WoodQuality_6.TextColor3 = Color3.new(1, 1, 1)
  4674. WoodQuality_6.TextSize = 16
  4675.  
  4676. Rating_6.Name = "Rating"
  4677. Rating_6.Parent = LinksLogic
  4678. Rating_6.BackgroundColor3 = Color3.new(0.152941, 0.172549, 0.196078)
  4679. Rating_6.BorderSizePixel = 0
  4680. Rating_6.Position = UDim2.new(2.64752841, 0, -0.0149998665, 0)
  4681. Rating_6.Size = UDim2.new(0, 74, 0, 35)
  4682. Rating_6.Font = Enum.Font.Arial
  4683. Rating_6.FontSize = Enum.FontSize.Size18
  4684. Rating_6.Text = "Good"
  4685. Rating_6.TextColor3 = Color3.new(1, 1, 1)
  4686. Rating_6.TextSize = 16
  4687.  
  4688. WoodRUs.Name = "WoodRUs"
  4689. WoodRUs.Parent = Background
  4690. WoodRUs.BackgroundColor3 = Color3.new(0.145098, 0.415686, 0.768628)
  4691. WoodRUs.Position = UDim2.new(0.00811908022, 0, 0.568014681, 0)
  4692. WoodRUs.Size = UDim2.new(0, 193, 0, 34)
  4693. WoodRUs.Font = Enum.Font.Arial
  4694. WoodRUs.FontSize = Enum.FontSize.Size18
  4695. WoodRUs.Text = "Wood R Us"
  4696. WoodRUs.TextColor3 = Color3.new(1, 1, 1)
  4697. WoodRUs.TextSize = 18
  4698.  
  4699. Teleport10.Name = "Teleport10"
  4700. Teleport10.Parent = WoodRUs
  4701. Teleport10.BackgroundColor3 = Color3.new(0, 0.290196, 0.662745)
  4702. Teleport10.BorderSizePixel = 0
  4703. Teleport10.Position = UDim2.new(1.03626943, 0, 0, 0)
  4704. Teleport10.Size = UDim2.new(0, 76, 0, 34)
  4705. Teleport10.Font = Enum.Font.Arial
  4706. Teleport10.FontSize = Enum.FontSize.Size18
  4707. Teleport10.Text = "Teleport"
  4708. Teleport10.TextColor3 = Color3.new(1, 1, 1)
  4709. Teleport10.TextSize = 18
  4710.  
  4711. OrangeLine_7.Name = "OrangeLine"
  4712. OrangeLine_7.Parent = WoodRUs
  4713. OrangeLine_7.BackgroundColor3 = Color3.new(0.364706, 0.705882, 0.364706)
  4714. OrangeLine_7.BorderSizePixel = 0
  4715. OrangeLine_7.Position = UDim2.new(1.46113992, 0, 0.852941155, 0)
  4716. OrangeLine_7.Size = UDim2.new(0, 224, 0, 5)
  4717.  
  4718. WoodQuality_7.Name = "WoodQuality"
  4719. WoodQuality_7.Parent = WoodRUs
  4720. WoodQuality_7.BackgroundColor3 = Color3.new(0.152941, 0.172549, 0.196078)
  4721. WoodQuality_7.BorderSizePixel = 0
  4722. WoodQuality_7.Position = UDim2.new(1.46099997, 0, -0.0149999997, 0)
  4723. WoodQuality_7.Size = UDim2.new(0, 224, 0, 29)
  4724. WoodQuality_7.Font = Enum.Font.Arial
  4725. WoodQuality_7.FontSize = Enum.FontSize.Size18
  4726. WoodQuality_7.Text = "Recipe Items"
  4727. WoodQuality_7.TextColor3 = Color3.new(1, 1, 1)
  4728. WoodQuality_7.TextSize = 16
  4729.  
  4730. Rating_7.Name = "Rating"
  4731. Rating_7.Parent = WoodRUs
  4732. Rating_7.BackgroundColor3 = Color3.new(0.152941, 0.172549, 0.196078)
  4733. Rating_7.BorderSizePixel = 0
  4734. Rating_7.Position = UDim2.new(2.64752841, 0, -0.0149998665, 0)
  4735. Rating_7.Size = UDim2.new(0, 74, 0, 35)
  4736. Rating_7.Font = Enum.Font.Arial
  4737. Rating_7.FontSize = Enum.FontSize.Size18
  4738. Rating_7.Text = "Good"
  4739. Rating_7.TextColor3 = Color3.new(1, 1, 1)
  4740. Rating_7.TextSize = 16
  4741.  
  4742. LandStore.Name = "LandStore"
  4743. LandStore.Parent = Background
  4744. LandStore.BackgroundColor3 = Color3.new(0.145098, 0.415686, 0.768628)
  4745. LandStore.Position = UDim2.new(0.00811908022, 0, 0.639705837, 0)
  4746. LandStore.Size = UDim2.new(0, 193, 0, 34)
  4747. LandStore.Font = Enum.Font.Arial
  4748. LandStore.FontSize = Enum.FontSize.Size18
  4749. LandStore.Text = "Land Store"
  4750. LandStore.TextColor3 = Color3.new(1, 1, 1)
  4751. LandStore.TextSize = 18
  4752.  
  4753. Teleport5.Name = "Teleport5"
  4754. Teleport5.Parent = LandStore
  4755. Teleport5.BackgroundColor3 = Color3.new(0, 0.290196, 0.662745)
  4756. Teleport5.BorderSizePixel = 0
  4757. Teleport5.Position = UDim2.new(1.03626943, 0, 0, 0)
  4758. Teleport5.Size = UDim2.new(0, 76, 0, 34)
  4759. Teleport5.Font = Enum.Font.Arial
  4760. Teleport5.FontSize = Enum.FontSize.Size18
  4761. Teleport5.Text = "Teleport"
  4762. Teleport5.TextColor3 = Color3.new(1, 1, 1)
  4763. Teleport5.TextSize = 18
  4764.  
  4765. OrangeLine_8.Name = "OrangeLine"
  4766. OrangeLine_8.Parent = LandStore
  4767. OrangeLine_8.BackgroundColor3 = Color3.new(0.364706, 0.705882, 0.364706)
  4768. OrangeLine_8.BorderSizePixel = 0
  4769. OrangeLine_8.Position = UDim2.new(1.46113992, 0, 0.852941155, 0)
  4770. OrangeLine_8.Size = UDim2.new(0, 224, 0, 5)
  4771.  
  4772. WoodQuality_8.Name = "WoodQuality"
  4773. WoodQuality_8.Parent = LandStore
  4774. WoodQuality_8.BackgroundColor3 = Color3.new(0.152941, 0.172549, 0.196078)
  4775. WoodQuality_8.BorderSizePixel = 0
  4776. WoodQuality_8.Position = UDim2.new(1.46099997, 0, -0.0149999997, 0)
  4777. WoodQuality_8.Size = UDim2.new(0, 224, 0, 29)
  4778. WoodQuality_8.Font = Enum.Font.Arial
  4779. WoodQuality_8.FontSize = Enum.FontSize.Size18
  4780. WoodQuality_8.Text = "Recipe Items"
  4781. WoodQuality_8.TextColor3 = Color3.new(1, 1, 1)
  4782. WoodQuality_8.TextSize = 16
  4783.  
  4784. Rating_8.Name = "Rating"
  4785. Rating_8.Parent = LandStore
  4786. Rating_8.BackgroundColor3 = Color3.new(0.152941, 0.172549, 0.196078)
  4787. Rating_8.BorderSizePixel = 0
  4788. Rating_8.Position = UDim2.new(2.64752841, 0, -0.0149998665, 0)
  4789. Rating_8.Size = UDim2.new(0, 74, 0, 35)
  4790. Rating_8.Font = Enum.Font.Arial
  4791. Rating_8.FontSize = Enum.FontSize.Size18
  4792. Rating_8.Text = "Good"
  4793. Rating_8.TextColor3 = Color3.new(1, 1, 1)
  4794. Rating_8.TextSize = 16
  4795.  
  4796. Dock.Name = "Dock"
  4797. Dock.Parent = Background
  4798. Dock.BackgroundColor3 = Color3.new(0.145098, 0.415686, 0.768628)
  4799. Dock.Position = UDim2.new(0.00800000038, 0, 0.711000025, 0)
  4800. Dock.Size = UDim2.new(0, 193, 0, 34)
  4801. Dock.Font = Enum.Font.Arial
  4802. Dock.FontSize = Enum.FontSize.Size18
  4803. Dock.Text = "Dock"
  4804. Dock.TextColor3 = Color3.new(1, 1, 1)
  4805. Dock.TextSize = 18
  4806.  
  4807. Teleport4.Name = "Teleport4"
  4808. Teleport4.Parent = Dock
  4809. Teleport4.BackgroundColor3 = Color3.new(0, 0.290196, 0.662745)
  4810. Teleport4.BorderSizePixel = 0
  4811. Teleport4.Position = UDim2.new(1.03626943, 0, 0, 0)
  4812. Teleport4.Size = UDim2.new(0, 76, 0, 34)
  4813. Teleport4.Font = Enum.Font.Arial
  4814. Teleport4.FontSize = Enum.FontSize.Size18
  4815. Teleport4.Text = "Teleport"
  4816. Teleport4.TextColor3 = Color3.new(1, 1, 1)
  4817. Teleport4.TextSize = 18
  4818.  
  4819. OrangeLine_9.Name = "OrangeLine"
  4820. OrangeLine_9.Parent = Dock
  4821. OrangeLine_9.BackgroundColor3 = Color3.new(0.364706, 0.705882, 0.364706)
  4822. OrangeLine_9.BorderSizePixel = 0
  4823. OrangeLine_9.Position = UDim2.new(1.46113992, 0, 0.852941155, 0)
  4824. OrangeLine_9.Size = UDim2.new(0, 224, 0, 5)
  4825.  
  4826. WoodQuality_9.Name = "WoodQuality"
  4827. WoodQuality_9.Parent = Dock
  4828. WoodQuality_9.BackgroundColor3 = Color3.new(0.152941, 0.172549, 0.196078)
  4829. WoodQuality_9.BorderSizePixel = 0
  4830. WoodQuality_9.Position = UDim2.new(1.46099997, 0, -0.0149999997, 0)
  4831. WoodQuality_9.Size = UDim2.new(0, 224, 0, 29)
  4832. WoodQuality_9.Font = Enum.Font.Arial
  4833. WoodQuality_9.FontSize = Enum.FontSize.Size18
  4834. WoodQuality_9.Text = "Vessel Items"
  4835. WoodQuality_9.TextColor3 = Color3.new(1, 1, 1)
  4836. WoodQuality_9.TextSize = 16
  4837.  
  4838. Rating_9.Name = "Rating"
  4839. Rating_9.Parent = Dock
  4840. Rating_9.BackgroundColor3 = Color3.new(0.152941, 0.172549, 0.196078)
  4841. Rating_9.BorderSizePixel = 0
  4842. Rating_9.Position = UDim2.new(2.64752841, 0, -0.0149998665, 0)
  4843. Rating_9.Size = UDim2.new(0, 74, 0, 35)
  4844. Rating_9.Font = Enum.Font.Arial
  4845. Rating_9.FontSize = Enum.FontSize.Size18
  4846. Rating_9.Text = "Good"
  4847. Rating_9.TextColor3 = Color3.new(1, 1, 1)
  4848. Rating_9.TextSize = 16
  4849.  
  4850. BoxedCars.Name = "BoxedCars"
  4851. BoxedCars.Parent = Background
  4852. BoxedCars.BackgroundColor3 = Color3.new(0.145098, 0.415686, 0.768628)
  4853. BoxedCars.Position = UDim2.new(0.00800000038, 0, 0.782000005, 0)
  4854. BoxedCars.Size = UDim2.new(0, 193, 0, 34)
  4855. BoxedCars.Font = Enum.Font.Arial
  4856. BoxedCars.FontSize = Enum.FontSize.Size18
  4857. BoxedCars.Text = "Boxed Cars"
  4858. BoxedCars.TextColor3 = Color3.new(1, 1, 1)
  4859. BoxedCars.TextSize = 18
  4860.  
  4861. Teleport2.Name = "Teleport2"
  4862. Teleport2.Parent = BoxedCars
  4863. Teleport2.BackgroundColor3 = Color3.new(0, 0.290196, 0.662745)
  4864. Teleport2.BorderSizePixel = 0
  4865. Teleport2.Position = UDim2.new(1.03626943, 0, 0, 0)
  4866. Teleport2.Size = UDim2.new(0, 76, 0, 34)
  4867. Teleport2.Font = Enum.Font.Arial
  4868. Teleport2.FontSize = Enum.FontSize.Size18
  4869. Teleport2.Text = "Teleport"
  4870. Teleport2.TextColor3 = Color3.new(1, 1, 1)
  4871. Teleport2.TextSize = 18
  4872.  
  4873. OrangeLine_10.Name = "OrangeLine"
  4874. OrangeLine_10.Parent = BoxedCars
  4875. OrangeLine_10.BackgroundColor3 = Color3.new(0.364706, 0.705882, 0.364706)
  4876. OrangeLine_10.BorderSizePixel = 0
  4877. OrangeLine_10.Position = UDim2.new(1.46113992, 0, 0.852941155, 0)
  4878. OrangeLine_10.Size = UDim2.new(0, 224, 0, 5)
  4879.  
  4880. WoodQuality_10.Name = "WoodQuality"
  4881. WoodQuality_10.Parent = BoxedCars
  4882. WoodQuality_10.BackgroundColor3 = Color3.new(0.152941, 0.172549, 0.196078)
  4883. WoodQuality_10.BorderSizePixel = 0
  4884. WoodQuality_10.Position = UDim2.new(1.46099997, 0, -0.0149999997, 0)
  4885. WoodQuality_10.Size = UDim2.new(0, 224, 0, 29)
  4886. WoodQuality_10.Font = Enum.Font.Arial
  4887. WoodQuality_10.FontSize = Enum.FontSize.Size18
  4888. WoodQuality_10.Text = "Vehicle Items"
  4889. WoodQuality_10.TextColor3 = Color3.new(1, 1, 1)
  4890. WoodQuality_10.TextSize = 16
  4891.  
  4892. Rating_10.Name = "Rating"
  4893. Rating_10.Parent = BoxedCars
  4894. Rating_10.BackgroundColor3 = Color3.new(0.152941, 0.172549, 0.196078)
  4895. Rating_10.BorderSizePixel = 0
  4896. Rating_10.Position = UDim2.new(2.64752841, 0, -0.0149998665, 0)
  4897. Rating_10.Size = UDim2.new(0, 74, 0, 35)
  4898. Rating_10.Font = Enum.Font.Arial
  4899. Rating_10.FontSize = Enum.FontSize.Size18
  4900. Rating_10.Text = "Good"
  4901. Rating_10.TextColor3 = Color3.new(1, 1, 1)
  4902. Rating_10.TextSize = 16
  4903.  
  4904. Exit.Name = "Exit"
  4905. Exit.Parent = TopBar
  4906. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  4907. Exit.BackgroundTransparency = 1
  4908. Exit.BorderSizePixel = 0
  4909. Exit.Position = UDim2.new(0.976995945, 0, 0, 0)
  4910. Exit.Size = UDim2.new(0, 17, 0, 17)
  4911. Exit.Font = Enum.Font.Arial
  4912. Exit.FontSize = Enum.FontSize.Size14
  4913. Exit.Text = "X"
  4914. Exit.TextColor3 = Color3.new(1, 1, 1)
  4915. Exit.TextSize = 14
  4916.  
  4917. Open.Name = "Open"
  4918. Open.Parent = LumberTycoon2
  4919. Open.BackgroundColor3 = Color3.new(0.556863, 1, 0.419608)
  4920. Open.BackgroundTransparency = 0.5
  4921. Open.BorderSizePixel = 0
  4922. Open.Position = UDim2.new(0, 0, 0.57011795, 0)
  4923. Open.Size = UDim2.new(0, 56, 0, 30)
  4924. Open.Font = Enum.Font.Arial
  4925. Open.FontSize = Enum.FontSize.Size14
  4926. Open.Text = "Open"
  4927. Open.TextColor3 = Color3.new(1, 1, 1)
  4928. Open.TextSize = 14
  4929.  
  4930. Exit.MouseButton1Down:connect(function()
  4931. TopBar.Visible = false
  4932. Open.Visible = true
  4933. end)
  4934.  
  4935. Open.MouseButton1Down:connect(function()
  4936. TopBar.Visible = true
  4937. Open.Visible = false
  4938. end)
  4939.  
  4940. BringWood.MouseButton1Down:connect(function()
  4941. for _, Log in pairs(game.Workspace.LogModels:GetChildren()) do
  4942. if Log.Name:sub(1, 6) == "Loose_" and Log:findFirstChild("Owner") and Log.Owner.Value == game.Players.LocalPlayer then
  4943. Log:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(0, 10, 0))
  4944. end
  4945. end
  4946. end)
  4947.  
  4948. PlotTP.MouseButton1Down:connect(function()
  4949. for i, v in pairs(game.Workspace.Properties:GetChildren()) do
  4950. if v.Owner.Value == game.Players.LocalPlayer then
  4951. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.OriginSquare.CFrame
  4952. end
  4953. end
  4954. end)
  4955.  
  4956. SpawnTP.MouseButton1Down:connect(function()
  4957. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(155, 3, 74))
  4958. end)
  4959.  
  4960. Teleport.MouseButton1Down:connect(function()
  4961. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(260, 8, -2542))
  4962. end)
  4963.  
  4964. Teleport2.MouseButton1Down:connect(function()
  4965. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(509, 3, -1463))
  4966. end)
  4967.  
  4968. Teleport3.MouseButton1Down:connect(function()
  4969. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(3581, -179, 430))
  4970. end)
  4971.  
  4972. Teleport4.MouseButton1Down:connect(function()
  4973. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(1114, -1, -197))
  4974. end)
  4975.  
  4976. Teleport5.MouseButton1Down:connect(function()
  4977. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(258, 3, -99))
  4978. end)
  4979.  
  4980. Teleport6.MouseButton1Down:connect(function()
  4981. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(4605, 3, -727))
  4982. end)
  4983.  
  4984. Teleport7.MouseButton1Down:connect(function()
  4985. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(2549, -5, -42))
  4986. end)
  4987.  
  4988. Teleport8.MouseButton1Down:connect(function()
  4989. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1209, 132, -801))
  4990. end)
  4991.  
  4992. Teleport9.MouseButton1Down:connect(function()
  4993. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-1585, 622, 1140))
  4994. end)
  4995.  
  4996. Teleport10.MouseButton1Down:connect(function()
  4997. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(265, 3, 57))
  4998. end)
  4999. end)
  5000.  
  5001. SettingsFrame.Name = "SettingsFrame"
  5002. SettingsFrame.Parent = ErluxGUI
  5003. SettingsFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  5004. SettingsFrame.BackgroundTransparency = 0.30000001192093
  5005. SettingsFrame.BorderSizePixel = 0
  5006. SettingsFrame.Draggable = true
  5007. SettingsFrame.Position = UDim2.new(0.206, 0, 1.825, 0)
  5008. SettingsFrame.Size = UDim2.new(0, 580, 0, 360)
  5009. SettingsFrame.Visible = true
  5010. SettingsFrame.Active = true
  5011.  
  5012. BarSettings.Name = "BarSettings"
  5013. BarSettings.Parent = SettingsFrame
  5014. BarSettings.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  5015. BarSettings.BorderSizePixel = 0
  5016. BarSettings.Draggable = true
  5017. BarSettings.Position = UDim2.new(0, 0, -0.00277777785, 0)
  5018. BarSettings.Size = UDim2.new(0, 580, 0, 40)
  5019. BarSettings.Draggable = true
  5020.  
  5021. Name9.Name = "Name9"
  5022. Name9.Parent = SettingsFrame
  5023. Name9.BackgroundColor3 = Color3.new(1, 1, 1)
  5024. Name9.BackgroundTransparency = 1
  5025. Name9.Position = UDim2.new(0.312068969, 0, -0.013888889, 0)
  5026. Name9.Size = UDim2.new(0, 200, 0, 50)
  5027. Name9.Font = Enum.Font.Highway
  5028. Name9.Text = "Erlux GUI v1.4"
  5029. Name9.TextColor3 = Color3.new(0.74902, 0, 0)
  5030. Name9.TextSize = 40
  5031. Name9.Draggable = true
  5032.  
  5033. CloseSettings.Name = "CloseSettings"
  5034. CloseSettings.Parent = SettingsFrame
  5035. CloseSettings.BackgroundColor3 = Color3.new(1, 1, 1)
  5036. CloseSettings.BackgroundTransparency = 1
  5037. CloseSettings.Position = UDim2.new(0.925862074, 0, 0, 0)
  5038. CloseSettings.Size = UDim2.new(0.068965517, 0, 0.102777779, 0)
  5039. CloseSettings.Font = Enum.Font.Highway
  5040. CloseSettings.Text = "X"
  5041. CloseSettings.TextColor3 = Color3.new(0.74902, 0, 0)
  5042. CloseSettings.TextSize = 40
  5043. CloseSettings.MouseButton1Down:connect(function()
  5044. SettingsFrame:TweenPosition(UDim2.new(0.206, 0, 1.825, 0), 'In', 'Quart', 1)
  5045. MainFrame:TweenPosition(UDim2.new(0.206, 0, 0.325, 0), 'Out', 'Quart', 1)
  5046. end)
  5047.  
  5048. Themes.Name = "Themes"
  5049. Themes.Parent = SettingsFrame
  5050. Themes.BackgroundColor3 = Color3.new(1, 1, 1)
  5051. Themes.BackgroundTransparency = 1
  5052. Themes.Position = UDim2.new(-0.0655172393, 0, 0.122222222, 0)
  5053. Themes.Size = UDim2.new(0, 200, 0, 50)
  5054. Themes.Font = Enum.Font.Highway
  5055. Themes.Text = "Themes"
  5056. Themes.TextColor3 = Color3.new(0.792157, 0.792157, 0.792157)
  5057. Themes.TextSize = 30
  5058.  
  5059. Orange.Name = "Orange"
  5060. Orange.Parent = SettingsFrame
  5061. Orange.BackgroundColor3 = Color3.new(1, 0.533333, 0)
  5062. Orange.Position = UDim2.new(0.0344827585, 0, 0.277777791, 0)
  5063. Orange.Size = UDim2.new(0.217241377, 0, 0.125, 0)
  5064. Orange.Font = Enum.Font.Highway
  5065. Orange.Text = "Orange"
  5066. Orange.TextColor3 = Color3.new(0.792157, 0.792157, 0.792157)
  5067. Orange.TextSize = 14
  5068. Orange.MouseButton1Down:connect(function()
  5069. MainFrame.BackgroundColor3 = Color3.new(1, 0.533333, 0)
  5070. ScriptFrame.BackgroundColor3 = Color3.new(1, 0.533333, 0)
  5071. GamesFrame.BackgroundColor3 = Color3.new(1, 0.533333, 0)
  5072. ExecuteFrame.BackgroundColor3 = Color3.new(1, 0.533333, 0)
  5073. SettingsFrame.BackgroundColor3 = Color3.new(1, 0.533333, 0)
  5074. RobuxTrollFrame.BackgroundColor3 = Color3.new(1, 0.533333, 0)
  5075. OpenGUI.BackgroundColor3 = Color3.new(1, 0.533333, 0)
  5076. end)
  5077.  
  5078. Green.Name = "Green"
  5079. Green.Parent = SettingsFrame
  5080. Green.BackgroundColor3 = Color3.new(0.0823529, 0.45098, 0)
  5081. Green.Position = UDim2.new(0.275862068, 0, 0.277777791, 0)
  5082. Green.Size = UDim2.new(0.217241377, 0, 0.125, 0)
  5083. Green.Font = Enum.Font.Highway
  5084. Green.Text = "Green"
  5085. Green.TextColor3 = Color3.new(0.792157, 0.792157, 0.792157)
  5086. Green.TextSize = 14
  5087. Green.MouseButton1Down:connect(function()
  5088. MainFrame.BackgroundColor3 = Color3.new(0.0823529, 0.45098, 0)
  5089. ScriptFrame.BackgroundColor3 = Color3.new(0.0823529, 0.45098, 0)
  5090. GamesFrame.BackgroundColor3 = Color3.new(0.0823529, 0.45098, 0)
  5091. ExecuteFrame.BackgroundColor3 = Color3.new(0.0823529, 0.45098, 0)
  5092. SettingsFrame.BackgroundColor3 = Color3.new(0.0823529, 0.45098, 0)
  5093. RobuxTrollFrame.BackgroundColor3 = Color3.new(0.0823529, 0.45098, 0)
  5094. OpenGUI.BackgroundColor3 = Color3.new(0.0823529, 0.45098, 0)
  5095. end)
  5096.  
  5097. Purple.Name = "Purple"
  5098. Purple.Parent = SettingsFrame
  5099. Purple.BackgroundColor3 = Color3.new(0.45098, 0.0117647, 0.415686)
  5100. Purple.Position = UDim2.new(0.524137914, 0, 0.277777791, 0)
  5101. Purple.Size = UDim2.new(0.217241377, 0, 0.125, 0)
  5102. Purple.Font = Enum.Font.Highway
  5103. Purple.Text = "Purple"
  5104. Purple.TextColor3 = Color3.new(0.792157, 0.792157, 0.792157)
  5105. Purple.TextSize = 14
  5106. Purple.MouseButton1Down:connect(function()
  5107. MainFrame.BackgroundColor3 = Color3.new(0.45098, 0.0117647, 0.415686)
  5108. ScriptFrame.BackgroundColor3 = Color3.new(0.45098, 0.0117647, 0.415686)
  5109. GamesFrame.BackgroundColor3 = Color3.new(0.45098, 0.0117647, 0.415686)
  5110. ExecuteFrame.BackgroundColor3 = Color3.new(0.45098, 0.0117647, 0.415686)
  5111. SettingsFrame.BackgroundColor3 = Color3.new(0.45098, 0.0117647, 0.415686)
  5112. RobuxTrollFrame.BackgroundColor3 = Color3.new(0.45098, 0.0117647, 0.415686)
  5113. OpenGUI.BackgroundColor3 = Color3.new(0.45098, 0.0117647, 0.415686)
  5114. end)
  5115.  
  5116. Gray.Name = "Gray"
  5117. Gray.Parent = SettingsFrame
  5118. Gray.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  5119. Gray.Position = UDim2.new(0.774137914, 0, 0.277777791, 0)
  5120. Gray.Size = UDim2.new(0.217241377, 0, 0.125, 0)
  5121. Gray.Font = Enum.Font.Highway
  5122. Gray.Text = "Gray"
  5123. Gray.TextColor3 = Color3.new(0.792157, 0.792157, 0.792157)
  5124. Gray.TextSize = 14
  5125. Gray.MouseButton1Down:connect(function()
  5126. MainFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  5127. ScriptFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  5128. GamesFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  5129. ExecuteFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  5130. SettingsFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  5131. RobuxTrollFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  5132. OpenGUI.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  5133. end)
  5134.  
  5135. Transparency.Name = "Transparency"
  5136. Transparency.Parent = SettingsFrame
  5137. Transparency.BackgroundColor3 = Color3.new(1, 1, 1)
  5138. Transparency.BackgroundTransparency = 1
  5139. Transparency.Position = UDim2.new(-0.00862068962, 0, 0.436111122, 0)
  5140. Transparency.Size = UDim2.new(0, 200, 0, 50)
  5141. Transparency.Font = Enum.Font.Highway
  5142. Transparency.Text = "Transparency"
  5143. Transparency.TextColor3 = Color3.new(0.792157, 0.792157, 0.792157)
  5144. Transparency.TextSize = 30
  5145.  
  5146. _10.Name = "10%"
  5147. _10.Parent = SettingsFrame
  5148. _10.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  5149. _10.Position = UDim2.new(0.0344827585, 0, 0.561111093, 0)
  5150. _10.Size = UDim2.new(0.217241377, 0, 0.125, 0)
  5151. _10.Font = Enum.Font.Highway
  5152. _10.Text = "10%"
  5153. _10.TextColor3 = Color3.new(0.792157, 0.792157, 0.792157)
  5154. _10.TextSize = 14
  5155. _10.MouseButton1Down:connect(function()
  5156. MainFrame.BackgroundTransparency = 0.1
  5157. ScriptFrame.BackgroundTransparency = 0.1
  5158. GamesFrame.BackgroundTransparency = 0.1
  5159. ExecuteFrame.BackgroundTransparency = 0.1
  5160. SettingsFrame.BackgroundTransparency = 0.1
  5161. RobuxTrollFrame.BackgroundTransparency = 0.1
  5162. OpenGUI.BackgroundTransparency = 0.1
  5163. end)
  5164.  
  5165. _30.Name = "30%"
  5166. _30.Parent = SettingsFrame
  5167. _30.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  5168. _30.Position = UDim2.new(0.279310346, 0, 0.561111093, 0)
  5169. _30.Size = UDim2.new(0.217241377, 0, 0.125, 0)
  5170. _30.Font = Enum.Font.Highway
  5171. _30.Text = "30%"
  5172. _30.TextColor3 = Color3.new(0.792157, 0.792157, 0.792157)
  5173. _30.TextSize = 14
  5174. _30.MouseButton1Down:connect(function()
  5175. MainFrame.BackgroundTransparency = 0.3
  5176. ScriptFrame.BackgroundTransparency = 0.3
  5177. GamesFrame.BackgroundTransparency = 0.3
  5178. ExecuteFrame.BackgroundTransparency = 0.3
  5179. SettingsFrame.BackgroundTransparency = 0.3
  5180. RobuxTrollFrame.BackgroundTransparency = 0.3
  5181. OpenGUI.BackgroundTransparency = 0.3
  5182. end)
  5183.  
  5184. _50.Name = "50%"
  5185. _50.Parent = SettingsFrame
  5186. _50.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  5187. _50.Position = UDim2.new(0.524137914, 0, 0.561111093, 0)
  5188. _50.Size = UDim2.new(0.217241377, 0, 0.125, 0)
  5189. _50.Font = Enum.Font.Highway
  5190. _50.Text = "50%"
  5191. _50.TextColor3 = Color3.new(0.792157, 0.792157, 0.792157)
  5192. _50.TextSize = 14
  5193. _50.MouseButton1Down:connect(function()
  5194. MainFrame.BackgroundTransparency = 0.5
  5195. ScriptFrame.BackgroundTransparency = 0.5
  5196. GamesFrame.BackgroundTransparency = 0.5
  5197. ExecuteFrame.BackgroundTransparency = 0.5
  5198. SettingsFrame.BackgroundTransparency = 0.5
  5199. RobuxTrollFrame.BackgroundTransparency = 0.5
  5200. OpenGUI.BackgroundTransparency = 0.5
  5201. end)
  5202.  
  5203. _70.Name = "70%"
  5204. _70.Parent = SettingsFrame
  5205. _70.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  5206. _70.Position = UDim2.new(0.0344827585, 0, 0.716666639, 0)
  5207. _70.Size = UDim2.new(0.217241377, 0, 0.125, 0)
  5208. _70.Font = Enum.Font.Highway
  5209. _70.Text = "70%"
  5210. _70.TextColor3 = Color3.new(0.792157, 0.792157, 0.792157)
  5211. _70.TextSize = 14
  5212. _70.MouseButton1Down:connect(function()
  5213. MainFrame.BackgroundTransparency = 0.7
  5214. ScriptFrame.BackgroundTransparency = 0.7
  5215. GamesFrame.BackgroundTransparency = 0.7
  5216. ExecuteFrame.BackgroundTransparency = 0.7
  5217. SettingsFrame.BackgroundTransparency = 0.7
  5218. RobuxTrollFrame.BackgroundTransparency = 0.7
  5219. OpenGUI.BackgroundTransparency = 0.7
  5220. end)
  5221.  
  5222. _90.Name = "90%"
  5223. _90.Parent = SettingsFrame
  5224. _90.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  5225. _90.Position = UDim2.new(0.279310346, 0, 0.716666639, 0)
  5226. _90.Size = UDim2.new(0.217241377, 0, 0.125, 0)
  5227. _90.Font = Enum.Font.Highway
  5228. _90.Text = "90%"
  5229. _90.TextColor3 = Color3.new(0.792157, 0.792157, 0.792157)
  5230. _90.TextSize = 14
  5231. _90.MouseButton1Down:connect(function()
  5232. MainFrame.BackgroundTransparency = 0.9
  5233. ScriptFrame.BackgroundTransparency = 0.9
  5234. GamesFrame.BackgroundTransparency = 0.9
  5235. ExecuteFrame.BackgroundTransparency = 0.9
  5236. SettingsFrame.BackgroundTransparency = 0.9
  5237. RobuxTrollFrame.BackgroundTransparency = 0.9
  5238. OpenGUI.BackgroundTransparency = 0.9
  5239. end)
  5240.  
  5241. Credits8.Name = "Credits8"
  5242. Credits8.Parent = SettingsFrame
  5243. Credits8.BackgroundColor3 = Color3.new(1, 1, 1)
  5244. Credits8.BackgroundTransparency = 1
  5245. Credits8.Position = UDim2.new(0.100000001, 0, 0.875, 0)
  5246. Credits8.Size = UDim2.new(0, 200, 0, 50)
  5247. Credits8.Font = Enum.Font.Highway
  5248. Credits8.Text = "Purchased By RobloxExploitz.Net"
  5249. Credits8.TextColor3 = Color3.new(0.74902, 0, 0)
  5250. Credits8.TextSize = 20
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement