Advertisement
Guest User

TEST

a guest
Dec 24th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.75 KB | None | 0 0
  1. -- TPYICAL_RBLX
  2.  
  3.  
  4. --ENJOY MORE GUI COMING SOON
  5.  
  6. --MERRY CHRISTMAS!!
  7.  
  8.  
  9. local UNIVERSALGUIV10 = Instance.new("ScreenGui")
  10. local logingui = Instance.new("Frame")
  11. local bar = Instance.new("Frame")
  12. local X = Instance.new("TextButton")
  13. local TITLE = Instance.new("TextLabel")
  14. local SUBMIT = Instance.new("TextButton")
  15. local USER = Instance.new("TextBox")
  16. local PASS = Instance.new("TextBox")
  17. local opengui = Instance.new("Frame")
  18. local TextButton = Instance.new("TextButton")
  19. local maingui = Instance.new("Frame")
  20. local bar_2 = Instance.new("Frame")
  21. local X2 = Instance.new("TextButton")
  22. local TITLE_2 = Instance.new("TextLabel")
  23. local VS = Instance.new("TextButton")
  24. local PWS = Instance.new("TextButton")
  25. local PL = Instance.new("TextButton")
  26. local PS = Instance.new("TextButton")
  27. local CREDITS = Instance.new("TextButton")
  28. local VSGUI = Instance.new("Frame")
  29. local bar_3 = Instance.new("Frame")
  30. local X3 = Instance.new("TextButton")
  31. local TITLE_3 = Instance.new("TextLabel")
  32. local ON = Instance.new("TextButton")
  33. local CREDITS_2 = Instance.new("TextButton")
  34. local PWSGUI = Instance.new("Frame")
  35. local bar_4 = Instance.new("Frame")
  36. local X4 = Instance.new("TextButton")
  37. local TITLE_4 = Instance.new("TextLabel")
  38. local PRESENTS = Instance.new("TextButton")
  39. local CREDITS_3 = Instance.new("TextButton")
  40. local CANDY = Instance.new("TextButton")
  41. local ANTILAG = Instance.new("TextButton")
  42. local PLGUI = Instance.new("Frame")
  43. local bar_5 = Instance.new("Frame")
  44. local X2_2 = Instance.new("TextButton")
  45. local TITLE_5 = Instance.new("TextLabel")
  46. local VS_2 = Instance.new("TextButton")
  47. local CREDITS_4 = Instance.new("TextButton")
  48. local PSGUI = Instance.new("Frame")
  49. local bar_6 = Instance.new("Frame")
  50. local X2_3 = Instance.new("TextButton")
  51. local TITLE_6 = Instance.new("TextLabel")
  52. local PLACE1 = Instance.new("TextButton")
  53. local CREDITS_5 = Instance.new("TextButton")
  54. local PLACE2 = Instance.new("TextButton")
  55. local PLACE3 = Instance.new("TextButton")
  56. local PLACE4 = Instance.new("TextButton")
  57. local PLACE5 = Instance.new("TextButton")
  58. local PLACE6 = Instance.new("TextButton")
  59. local STORE = Instance.new("TextButton")
  60. local SPAWN = Instance.new("TextButton")
  61.  
  62. --Properties:
  63. UNIVERSALGUIV10.Name = "UNIVERSALGUIV1.0"
  64. UNIVERSALGUIV10.Parent = game.CoreGui
  65.  
  66. logingui.Name = "logingui"
  67. logingui.Parent = UNIVERSALGUIV10
  68. logingui.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  69. logingui.BorderSizePixel = 0
  70. logingui.Position = UDim2.new(0.435013235, 0, 0.206060588, 0)
  71. logingui.Size = UDim2.new(0, 193, 0, 194)
  72. logingui.Visible = false
  73. logingui.Active = true
  74. logingui.Draggable = true
  75.  
  76. bar.Name = "bar"
  77. bar.Parent = logingui
  78. bar.BackgroundColor3 = Color3.new(0, 0, 0)
  79. bar.Position = UDim2.new(0, 0, 0.116213612, 0)
  80. bar.Size = UDim2.new(0, 192, 0, 5)
  81.  
  82. X.Name = "X"
  83. X.Parent = logingui
  84. X.BackgroundColor3 = Color3.new(1, 1, 1)
  85. X.BackgroundTransparency = 1
  86. X.Position = UDim2.new(0.859601974, 0, 0.000791490718, 0)
  87. X.Size = UDim2.new(0, 26, 0, 22)
  88. X.Font = Enum.Font.Code
  89. X.Text = "X"
  90. X.TextColor3 = Color3.new(1, 0, 0)
  91. X.TextScaled = true
  92. X.TextSize = 14
  93. X.TextWrapped = true
  94. X.MouseButton1Down:connect(function()
  95. logingui.Visible = false
  96. opengui.Visible = true
  97. end)
  98.  
  99. TITLE.Name = "TITLE"
  100. TITLE.Parent = logingui
  101. TITLE.BackgroundColor3 = Color3.new(1, 1, 1)
  102. TITLE.BackgroundTransparency = 1
  103. TITLE.Position = UDim2.new(-0.00477592181, 0, 0.000791490718, 0)
  104. TITLE.Size = UDim2.new(0, 167, 0, 22)
  105. TITLE.Font = Enum.Font.Code
  106. TITLE.Text = "UNIVERSAL GUI"
  107. TITLE.TextColor3 = Color3.new(1, 0, 0)
  108. TITLE.TextScaled = true
  109. TITLE.TextSize = 14
  110. TITLE.TextStrokeColor3 = Color3.new(1, 0, 0)
  111. TITLE.TextWrapped = true
  112.  
  113. SUBMIT.Name = "SUBMIT"
  114. SUBMIT.Parent = logingui
  115. SUBMIT.BackgroundColor3 = Color3.new(0, 0, 0)
  116. SUBMIT.Position = UDim2.new(0.279291123, 0, 0.639966905, 0)
  117. SUBMIT.Size = UDim2.new(0, 83, 0, 22)
  118. SUBMIT.Font = Enum.Font.Code
  119. SUBMIT.Text = "SUBMIT"
  120. SUBMIT.TextColor3 = Color3.new(1, 0, 0)
  121. SUBMIT.TextScaled = true
  122. SUBMIT.TextSize = 14
  123. SUBMIT.TextWrapped = true
  124. SUBMIT.MouseButton1Down:connect(function()
  125. if USER.Text == "UNIVERSAL" and PASS.Text == "GUIROBLOX " then
  126. logingui.Visible = false
  127. opengui.Visible = true
  128. end
  129. end)
  130.  
  131. USER.Name = "USER"
  132. USER.Parent = logingui
  133. USER.BackgroundColor3 = Color3.new(0, 0, 0)
  134. USER.BorderSizePixel = 0
  135. USER.Position = UDim2.new(0.0673575103, 0, 0.283505142, 0)
  136. USER.Size = UDim2.new(0, 166, 0, 25)
  137. USER.Font = Enum.Font.SourceSans
  138. USER.PlaceholderColor3 = Color3.new(1, 0, 0)
  139. USER.PlaceholderText = "USER"
  140. USER.Text = ""
  141. USER.TextColor3 = Color3.new(1, 0, 0)
  142. USER.TextScaled = true
  143. USER.TextSize = 14
  144. USER.TextWrapped = true
  145.  
  146. PASS.Name = "PASS"
  147. PASS.Parent = logingui
  148. PASS.BackgroundColor3 = Color3.new(0, 0, 0)
  149. PASS.BorderSizePixel = 0
  150. PASS.Position = UDim2.new(0.0673575103, 0, 0.479381412, 0)
  151. PASS.Size = UDim2.new(0, 166, 0, 25)
  152. PASS.Font = Enum.Font.SourceSans
  153. PASS.PlaceholderColor3 = Color3.new(1, 0, 0)
  154. PASS.PlaceholderText = "PASS"
  155. PASS.Text = ""
  156. PASS.TextColor3 = Color3.new(1, 0, 0)
  157. PASS.TextScaled = true
  158. PASS.TextSize = 14
  159. PASS.TextWrapped = true
  160.  
  161. opengui.Name = "opengui"
  162. opengui.Parent = UNIVERSALGUIV10
  163. opengui.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  164. opengui.BackgroundTransparency = 1
  165. opengui.BorderSizePixel = 0
  166. opengui.Position = UDim2.new(-1.49011612e-08, 0, 0, 0)
  167. opengui.Size = UDim2.new(0, 53, 0, 20)
  168. opengui.Visible = false
  169. opengui.Active = true
  170. opengui.Draggable = true
  171.  
  172.  
  173.  
  174. TextButton.Name = ">"
  175. TextButton.Parent = opengui
  176. TextButton.BackgroundColor3 = Color3.new(0, 0, 0)
  177. TextButton.Position = UDim2.new(-0.00372774899, 0, 10.0899677, 0)
  178. TextButton.Size = UDim2.new(0, 29, 0, 22)
  179. TextButton.Font = Enum.Font.Code
  180. TextButton.Text = ">"
  181. TextButton.TextColor3 = Color3.new(1, 0, 0)
  182. TextButton.TextScaled = true
  183. TextButton.TextSize = 14
  184. TextButton.TextWrapped = true
  185. TextButton.MouseButton1Down:connect(function()
  186. logingui.Visible = true
  187. opengui.Visible = false
  188. end)
  189.  
  190. maingui.Name = "maingui"
  191. maingui.Parent = UNIVERSALGUIV10
  192. maingui.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  193. maingui.BorderSizePixel = 0
  194. maingui.Position = UDim2.new(0.144562334, 0, 0.359595954, 0)
  195. maingui.Size = UDim2.new(0, 590, 0, 210)
  196. maingui.Visible = false
  197. maingui.Active = true
  198. maingui.Draggable = true
  199.  
  200. bar_2.Name = "bar"
  201. bar_2.Parent = maingui
  202. bar_2.BackgroundColor3 = Color3.new(0, 0, 0)
  203. bar_2.Position = UDim2.new(0, 0, 0.144649625, 0)
  204. bar_2.Size = UDim2.new(0, 589, 0, 5)
  205.  
  206. X2.Name = "X2"
  207. X2.Parent = maingui
  208. X2.BackgroundColor3 = Color3.new(1, 1, 1)
  209. X2.BackgroundTransparency = 1
  210. X2.Position = UDim2.new(0.954517245, 0, 0.000791490718, 0)
  211. X2.Size = UDim2.new(0, 26, 0, 22)
  212. X2.Font = Enum.Font.Code
  213. X2.Text = "X"
  214. X2.TextColor3 = Color3.new(1, 0, 0)
  215. X2.TextScaled = true
  216. X2.TextSize = 14
  217. X2.TextWrapped = true
  218. X2.MouseButton1Down:connect(function()
  219. maingui.Visible = false
  220. logingui.Visible = true
  221. end)
  222.  
  223. TITLE_2.Name = "TITLE"
  224. TITLE_2.Parent = maingui
  225. TITLE_2.BackgroundColor3 = Color3.new(1, 1, 1)
  226. TITLE_2.BackgroundTransparency = 1
  227. TITLE_2.Position = UDim2.new(0, 0, -0.00394783262, 0)
  228. TITLE_2.Size = UDim2.new(0, 556, 0, 29)
  229. TITLE_2.Font = Enum.Font.Code
  230. TITLE_2.Text = "UNIVERSAL GUI V1.0"
  231. TITLE_2.TextColor3 = Color3.new(1, 0, 0)
  232. TITLE_2.TextScaled = true
  233. TITLE_2.TextSize = 14
  234. TITLE_2.TextStrokeColor3 = Color3.new(1, 0, 0)
  235. TITLE_2.TextWrapped = true
  236.  
  237. VS.Name = "VS"
  238. VS.Parent = maingui
  239. VS.BackgroundColor3 = Color3.new(0, 0, 0)
  240. VS.Position = UDim2.new(0.0199690983, 0, 0.227644622, 0)
  241. VS.Size = UDim2.new(0, 99, 0, 55)
  242. VS.Font = Enum.Font.Code
  243. VS.Text = "VEHICLE SIMULATOR"
  244. VS.TextColor3 = Color3.new(1, 0, 0)
  245. VS.TextScaled = true
  246. VS.TextSize = 14
  247. VS.TextWrapped = true
  248. VS.MouseButton1Down:connect(function()
  249. VSGUI.Visible = true
  250. end)
  251.  
  252. PWS.Name = "PWS"
  253. PWS.Parent = maingui
  254. PWS.BackgroundColor3 = Color3.new(0, 0, 0)
  255. PWS.Position = UDim2.new(0.221664026, 0, 0.227644622, 0)
  256. PWS.Size = UDim2.new(0, 99, 0, 55)
  257. PWS.Font = Enum.Font.Code
  258. PWS.Text = "PRESENT WRAPPING SIMULATRO"
  259. PWS.TextColor3 = Color3.new(1, 0, 0)
  260. PWS.TextScaled = true
  261. PWS.TextSize = 14
  262. PWS.TextWrapped = true
  263. PWS.MouseButton1Down:connect(function()
  264. PWSGUI.Visible = true
  265. end)
  266.  
  267. PL.Name = "PL"
  268. PL.Parent = maingui
  269. PL.BackgroundColor3 = Color3.new(0, 0, 0)
  270. PL.Position = UDim2.new(0.599630058, 0, 0.227644622, 0)
  271. PL.Size = UDim2.new(0, 99, 0, 55)
  272. PL.Font = Enum.Font.Code
  273. PL.Text = "PRISON LIFE"
  274. PL.TextColor3 = Color3.new(1, 0, 0)
  275. PL.TextScaled = true
  276. PL.TextSize = 14
  277. PL.TextWrapped = true
  278. PL.MouseButton1Down:connect(function()
  279. PLGUI.Visible = true
  280. end)
  281.  
  282. PS.Name = "PS"
  283. PS.Parent = maingui
  284. PS.BackgroundColor3 = Color3.new(0, 0, 0)
  285. PS.Position = UDim2.new(0.806409776, 0, 0.227644622, 0)
  286. PS.Size = UDim2.new(0, 99, 0, 55)
  287. PS.Font = Enum.Font.Code
  288. PS.Text = "PET SIMULATOR"
  289. PS.TextColor3 = Color3.new(1, 0, 0)
  290. PS.TextScaled = true
  291. PS.TextSize = 14
  292. PS.TextWrapped = true
  293. PS.MouseButton1Down:connect(function()
  294. PSGUI.Visible = true
  295. end)
  296.  
  297. CREDITS.Name = "CREDITS"
  298. CREDITS.Parent = maingui
  299. CREDITS.BackgroundColor3 = Color3.new(0, 0, 0)
  300. CREDITS.Position = UDim2.new(0, 0, 0.913358867, 0)
  301. CREDITS.Size = UDim2.new(0, 590, 0, 18)
  302. CREDITS.Font = Enum.Font.Code
  303. CREDITS.Text = "CREATED BY TYPICALRBLX"
  304. CREDITS.TextColor3 = Color3.new(1, 0, 0)
  305. CREDITS.TextScaled = true
  306. CREDITS.TextSize = 14
  307. CREDITS.TextWrapped = true
  308.  
  309.  
  310. VSGUI.Name = "VSGUI"
  311. VSGUI.Parent = UNIVERSALGUIV10
  312. VSGUI.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  313. VSGUI.BorderSizePixel = 0
  314. VSGUI.Position = UDim2.new(0.0371352807, 0, 0.00606060028, 0)
  315. VSGUI.Size = UDim2.new(0, 194, 0, 210)
  316. VSGUI.Visible = false
  317.  
  318. bar_3.Name = "bar"
  319. bar_3.Parent = VSGUI
  320. bar_3.BackgroundColor3 = Color3.new(0, 0, 0)
  321. bar_3.Position = UDim2.new(0, 0, 0.134147391, 0)
  322. bar_3.Size = UDim2.new(0, 194, 0, 8)
  323.  
  324. X3.Name = "X3"
  325. X3.Parent = VSGUI
  326. X3.BackgroundColor3 = Color3.new(1, 1, 1)
  327. X3.BackgroundTransparency = 1
  328. X3.Position = UDim2.new(0.882921517, 0, 0.0007914952, 0)
  329. X3.Size = UDim2.new(0, 21, 0, 30)
  330. X3.Font = Enum.Font.Code
  331. X3.Text = "X"
  332. X3.TextColor3 = Color3.new(1, 0, 0)
  333. X3.TextScaled = true
  334. X3.TextSize = 14
  335. X3.TextWrapped = true
  336. X3.MouseButton1Down:connect(function()
  337. VSGUI.Visible = false
  338. end)
  339.  
  340. TITLE_3.Name = "TITLE"
  341. TITLE_3.Parent = VSGUI
  342. TITLE_3.BackgroundColor3 = Color3.new(1, 1, 1)
  343. TITLE_3.BackgroundTransparency = 1
  344. TITLE_3.Position = UDim2.new(0, 0, -0.00394784845, 0)
  345. TITLE_3.Size = UDim2.new(0, 171, 0, 29)
  346. TITLE_3.Font = Enum.Font.Code
  347. TITLE_3.Text = "VEHICLE SIMULATOR"
  348. TITLE_3.TextColor3 = Color3.new(1, 0, 0)
  349. TITLE_3.TextScaled = true
  350. TITLE_3.TextSize = 14
  351. TITLE_3.TextStrokeColor3 = Color3.new(1, 0, 0)
  352. TITLE_3.TextWrapped = true
  353.  
  354. ON.Name = "ON"
  355. ON.Parent = VSGUI
  356. ON.BackgroundColor3 = Color3.new(0, 0, 0)
  357. ON.Position = UDim2.new(0.0919302702, 0, 0.318120837, 0)
  358. ON.Size = UDim2.new(0, 158, 0, 76)
  359. ON.Font = Enum.Font.Code
  360. ON.Text = "ON"
  361. ON.TextColor3 = Color3.new(1, 0, 0)
  362. ON.TextScaled = true
  363. ON.TextSize = 14
  364. ON.TextWrapped = true
  365.  
  366. CREDITS_2.Name = "CREDITS"
  367. CREDITS_2.Parent = VSGUI
  368. CREDITS_2.BackgroundColor3 = Color3.new(0, 0, 0)
  369. CREDITS_2.Position = UDim2.new(-0.010309278, 0, 0.913358867, 0)
  370. CREDITS_2.Size = UDim2.new(0, 194, 0, 18)
  371. CREDITS_2.Font = Enum.Font.Code
  372. CREDITS_2.Text = "CREATED BY TYPICALRBLX"
  373. CREDITS_2.TextColor3 = Color3.new(1, 0, 0)
  374. CREDITS_2.TextScaled = true
  375. CREDITS_2.TextSize = 14
  376. CREDITS_2.TextWrapped = true
  377.  
  378. PWSGUI.Name = "PWSGUI"
  379. PWSGUI.Parent = UNIVERSALGUIV10
  380. PWSGUI.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  381. PWSGUI.BorderSizePixel = 0
  382. PWSGUI.Position = UDim2.new(0.74137938, 0, 0.0303030312, 0)
  383. PWSGUI.Size = UDim2.new(0, 194, 0, 210)
  384. PWSGUI.Visible = false
  385.  
  386. bar_4.Name = "bar"
  387. bar_4.Parent = PWSGUI
  388. bar_4.BackgroundColor3 = Color3.new(0, 0, 0)
  389. bar_4.Position = UDim2.new(0, 0, 0.134147391, 0)
  390. bar_4.Size = UDim2.new(0, 194, 0, 8)
  391.  
  392. X4.Name = "X4"
  393. X4.Parent = PWSGUI
  394. X4.BackgroundColor3 = Color3.new(1, 1, 1)
  395. X4.BackgroundTransparency = 1
  396. X4.Position = UDim2.new(0.882921517, 0, 0.0007914952, 0)
  397. X4.Size = UDim2.new(0, 21, 0, 30)
  398. X4.Font = Enum.Font.Code
  399. X4.Text = "X"
  400. X4.TextColor3 = Color3.new(1, 0, 0)
  401. X4.TextScaled = true
  402. X4.TextSize = 14
  403. X4.TextWrapped = true
  404. X4.MouseButton1Down:connect(function()
  405. PWSGUI.Visible = false
  406. end)
  407.  
  408. TITLE_4.Name = "TITLE"
  409. TITLE_4.Parent = PWSGUI
  410. TITLE_4.BackgroundColor3 = Color3.new(1, 1, 1)
  411. TITLE_4.BackgroundTransparency = 1
  412. TITLE_4.Position = UDim2.new(0, 0, -0.00394784845, 0)
  413. TITLE_4.Size = UDim2.new(0, 171, 0, 29)
  414. TITLE_4.Font = Enum.Font.Code
  415. TITLE_4.Text = "PRESENT WRAPPING SIMULATOR"
  416. TITLE_4.TextColor3 = Color3.new(1, 0, 0)
  417. TITLE_4.TextScaled = true
  418. TITLE_4.TextSize = 14
  419. TITLE_4.TextStrokeColor3 = Color3.new(1, 0, 0)
  420. TITLE_4.TextWrapped = true
  421.  
  422. PRESENTS.Name = "PRESENTS"
  423. PRESENTS.Parent = PWSGUI
  424. PRESENTS.BackgroundColor3 = Color3.new(0, 0, 0)
  425. PRESENTS.Position = UDim2.new(0.0919302702, 0, 0.241930276, 0)
  426. PRESENTS.Size = UDim2.new(0, 158, 0, 29)
  427. PRESENTS.Font = Enum.Font.Code
  428. PRESENTS.Text = "PRESENTS"
  429. PRESENTS.TextColor3 = Color3.new(1, 0, 0)
  430. PRESENTS.TextScaled = true
  431. PRESENTS.TextSize = 14
  432. PRESENTS.TextWrapped = true
  433.  
  434. CREDITS_3.Name = "CREDITS"
  435. CREDITS_3.Parent = PWSGUI
  436. CREDITS_3.BackgroundColor3 = Color3.new(0, 0, 0)
  437. CREDITS_3.Position = UDim2.new(-0.010309278, 0, 0.913358867, 0)
  438. CREDITS_3.Size = UDim2.new(0, 194, 0, 18)
  439. CREDITS_3.Font = Enum.Font.Code
  440. CREDITS_3.Text = "CREATED BY TYPICALRBLX"
  441. CREDITS_3.TextColor3 = Color3.new(1, 0, 0)
  442. CREDITS_3.TextScaled = true
  443. CREDITS_3.TextSize = 14
  444. CREDITS_3.TextWrapped = true
  445.  
  446. CANDY.Name = "CANDY"
  447. CANDY.Parent = PWSGUI
  448. CANDY.BackgroundColor3 = Color3.new(0, 0, 0)
  449. CANDY.Position = UDim2.new(0.0919302702, 0, 0.427644551, 0)
  450. CANDY.Size = UDim2.new(0, 158, 0, 29)
  451. CANDY.Font = Enum.Font.Code
  452. CANDY.Text = "CANDY"
  453. CANDY.TextColor3 = Color3.new(1, 0, 0)
  454. CANDY.TextScaled = true
  455. CANDY.TextSize = 14
  456. CANDY.TextWrapped = true
  457.  
  458. ANTILAG.Name = "ANTILAG"
  459. ANTILAG.Parent = PWSGUI
  460. ANTILAG.BackgroundColor3 = Color3.new(0, 0, 0)
  461. ANTILAG.Position = UDim2.new(0.0919302702, 0, 0.599073112, 0)
  462. ANTILAG.Size = UDim2.new(0, 158, 0, 29)
  463. ANTILAG.Font = Enum.Font.Code
  464. ANTILAG.Text = "ANTI LAG"
  465. ANTILAG.TextColor3 = Color3.new(1, 0, 0)
  466. ANTILAG.TextScaled = true
  467. ANTILAG.TextSize = 14
  468. ANTILAG.TextWrapped = true
  469.  
  470. PLGUI.Name = "PLGUI"
  471. PLGUI.Parent = UNIVERSALGUIV10
  472. PLGUI.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  473. PLGUI.BorderSizePixel = 0
  474. PLGUI.Position = UDim2.new(0.0371352807, 0, 0.555555522, 0)
  475. PLGUI.Size = UDim2.new(0, 194, 0, 210)
  476. PLGUI.Visible = false
  477.  
  478. bar_5.Name = "bar"
  479. bar_5.Parent = PLGUI
  480. bar_5.BackgroundColor3 = Color3.new(0, 0, 0)
  481. bar_5.Position = UDim2.new(0, 0, 0.134147391, 0)
  482. bar_5.Size = UDim2.new(0, 194, 0, 8)
  483.  
  484. X2_2.Name = "X2"
  485. X2_2.Parent = PLGUI
  486. X2_2.BackgroundColor3 = Color3.new(1, 1, 1)
  487. X2_2.BackgroundTransparency = 1
  488. X2_2.Position = UDim2.new(0.882921517, 0, 0.0007914952, 0)
  489. X2_2.Size = UDim2.new(0, 21, 0, 30)
  490. X2_2.Font = Enum.Font.Code
  491. X2_2.Text = "X"
  492. X2_2.TextColor3 = Color3.new(1, 0, 0)
  493. X2_2.TextScaled = true
  494. X2_2.TextSize = 14
  495. X2_2.TextWrapped = true
  496. X2_2.MouseButton1Down:connect(function()
  497. PLGUI.Visible = false
  498. end
  499.  
  500. TITLE_5.Name = "TITLE"
  501. TITLE_5.Parent = PLGUI
  502. TITLE_5.BackgroundColor3 = Color3.new(1, 1, 1)
  503. TITLE_5.BackgroundTransparency = 1
  504. TITLE_5.Position = UDim2.new(0, 0, -0.00394784845, 0)
  505. TITLE_5.Size = UDim2.new(0, 171, 0, 29)
  506. TITLE_5.Font = Enum.Font.Code
  507. TITLE_5.Text = "PRISON LIFE"
  508. TITLE_5.TextColor3 = Color3.new(1, 0, 0)
  509. TITLE_5.TextScaled = true
  510. TITLE_5.TextSize = 14
  511. TITLE_5.TextStrokeColor3 = Color3.new(1, 0, 0)
  512. TITLE_5.TextWrapped = true
  513.  
  514. VS_2.Name = "VS"
  515. VS_2.Parent = PLGUI
  516. VS_2.BackgroundColor3 = Color3.new(0, 0, 0)
  517. VS_2.Position = UDim2.new(0.0919302702, 0, 0.318120837, 0)
  518. VS_2.Size = UDim2.new(0, 158, 0, 76)
  519. VS_2.Font = Enum.Font.Code
  520. VS_2.Text = "ON"
  521. VS_2.TextColor3 = Color3.new(1, 0, 0)
  522. VS_2.TextScaled = true
  523. VS_2.TextSize = 14
  524. VS_2.TextWrapped = true
  525.  
  526. CREDITS_4.Name = "CREDITS"
  527. CREDITS_4.Parent = PLGUI
  528. CREDITS_4.BackgroundColor3 = Color3.new(0, 0, 0)
  529. CREDITS_4.Position = UDim2.new(-0.010309278, 0, 0.913358867, 0)
  530. CREDITS_4.Size = UDim2.new(0, 194, 0, 18)
  531. CREDITS_4.Font = Enum.Font.Code
  532. CREDITS_4.Text = "CREATED BY TYPICALRBLX"
  533. CREDITS_4.TextColor3 = Color3.new(1, 0, 0)
  534. CREDITS_4.TextScaled = true
  535. CREDITS_4.TextSize = 14
  536. CREDITS_4.TextWrapped = true
  537.  
  538. PSGUI.Name = "PSGUI"
  539. PSGUI.Parent = UNIVERSALGUIV10
  540. PSGUI.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  541. PSGUI.BorderSizePixel = 0
  542. PSGUI.Position = UDim2.new(0.742705584, 0, 0.555555582, 0)
  543. PSGUI.Size = UDim2.new(0, 194, 0, 210)
  544. PSGUI.Visible = false
  545.  
  546. bar_6.Name = "bar"
  547. bar_6.Parent = PSGUI
  548. bar_6.BackgroundColor3 = Color3.new(0, 0, 0)
  549. bar_6.Position = UDim2.new(0, 0, 0.134147391, 0)
  550. bar_6.Size = UDim2.new(0, 194, 0, 8)
  551.  
  552. X2_3.Name = "X2"
  553. X2_3.Parent = PSGUI
  554. X2_3.BackgroundColor3 = Color3.new(1, 1, 1)
  555. X2_3.BackgroundTransparency = 1
  556. X2_3.Position = UDim2.new(0.882921517, 0, 0.0007914952, 0)
  557. X2_3.Size = UDim2.new(0, 21, 0, 30)
  558. X2_3.Font = Enum.Font.Code
  559. X2_3.Text = "X"
  560. X2_3.TextColor3 = Color3.new(1, 0, 0)
  561. X2_3.TextScaled = true
  562. X2_3.TextSize = 14
  563. X2_3.TextWrapped = true
  564. X2_3.MouseButton1Down:connect(function()
  565. PWSGUI.Visible = false
  566. end
  567.  
  568. TITLE_6.Name = "TITLE"
  569. TITLE_6.Parent = PSGUI
  570. TITLE_6.BackgroundColor3 = Color3.new(1, 1, 1)
  571. TITLE_6.BackgroundTransparency = 1
  572. TITLE_6.Position = UDim2.new(0, 0, -0.00394784845, 0)
  573. TITLE_6.Size = UDim2.new(0, 171, 0, 29)
  574. TITLE_6.Font = Enum.Font.Code
  575. TITLE_6.Text = "PETSIMULATOR"
  576. TITLE_6.TextColor3 = Color3.new(1, 0, 0)
  577. TITLE_6.TextScaled = true
  578. TITLE_6.TextSize = 14
  579. TITLE_6.TextStrokeColor3 = Color3.new(1, 0, 0)
  580. TITLE_6.TextWrapped = true
  581.  
  582. PLACE1.Name = "PLACE1"
  583. PLACE1.Parent = PSGUI
  584. PLACE1.BackgroundColor3 = Color3.new(0, 0, 0)
  585. PLACE1.Position = UDim2.new(-0.000853233039, 0, 0.20383504, 0)
  586. PLACE1.Size = UDim2.new(0, 89, 0, 22)
  587. PLACE1.Font = Enum.Font.Code
  588. PLACE1.Text = "PLACE1"
  589. PLACE1.TextColor3 = Color3.new(1, 0, 0)
  590. PLACE1.TextScaled = true
  591. PLACE1.TextSize = 14
  592. PLACE1.TextWrapped = true
  593.  
  594. CREDITS_5.Name = "CREDITS"
  595. CREDITS_5.Parent = PSGUI
  596. CREDITS_5.BackgroundColor3 = Color3.new(0, 0, 0)
  597. CREDITS_5.Position = UDim2.new(-0.010309278, 0, 0.913358867, 0)
  598. CREDITS_5.Size = UDim2.new(0, 194, 0, 18)
  599. CREDITS_5.Font = Enum.Font.Code
  600. CREDITS_5.Text = "CREATED BY TYPICALRBLX"
  601. CREDITS_5.TextColor3 = Color3.new(1, 0, 0)
  602. CREDITS_5.TextScaled = true
  603. CREDITS_5.TextSize = 14
  604. CREDITS_5.TextWrapped = true
  605.  
  606. PLACE2.Name = "PLACE2"
  607. PLACE2.Parent = PSGUI
  608. PLACE2.BackgroundColor3 = Color3.new(0, 0, 0)
  609. PLACE2.Position = UDim2.new(-0.000853233039, 0, 0.351454079, 0)
  610. PLACE2.Size = UDim2.new(0, 89, 0, 22)
  611. PLACE2.Font = Enum.Font.Code
  612. PLACE2.Text = "PLACE2"
  613. PLACE2.TextColor3 = Color3.new(1, 0, 0)
  614. PLACE2.TextScaled = true
  615. PLACE2.TextSize = 14
  616. PLACE2.TextWrapped = true
  617.  
  618. PLACE3.Name = "PLACE3"
  619. PLACE3.Parent = PSGUI
  620. PLACE3.BackgroundColor3 = Color3.new(0, 0, 0)
  621. PLACE3.Position = UDim2.new(-0.000853233039, 0, 0.499073148, 0)
  622. PLACE3.Size = UDim2.new(0, 89, 0, 22)
  623. PLACE3.Font = Enum.Font.Code
  624. PLACE3.Text = "PLACE3"
  625. PLACE3.TextColor3 = Color3.new(1, 0, 0)
  626. PLACE3.TextScaled = true
  627. PLACE3.TextSize = 14
  628. PLACE3.TextWrapped = true
  629.  
  630. PLACE4.Name = "PLACE4"
  631. PLACE4.Parent = PSGUI
  632. PLACE4.BackgroundColor3 = Color3.new(0, 0, 0)
  633. PLACE4.Position = UDim2.new(0.540383875, 0, 0.20383504, 0)
  634. PLACE4.Size = UDim2.new(0, 89, 0, 22)
  635. PLACE4.Font = Enum.Font.Code
  636. PLACE4.Text = "PLACE4"
  637. PLACE4.TextColor3 = Color3.new(1, 0, 0)
  638. PLACE4.TextScaled = true
  639. PLACE4.TextSize = 14
  640. PLACE4.TextWrapped = true
  641.  
  642. PLACE5.Name = "PLACE5"
  643. PLACE5.Parent = PSGUI
  644. PLACE5.BackgroundColor3 = Color3.new(0, 0, 0)
  645. PLACE5.Position = UDim2.new(0.530074596, 0, 0.351454079, 0)
  646. PLACE5.Size = UDim2.new(0, 89, 0, 22)
  647. PLACE5.Font = Enum.Font.Code
  648. PLACE5.Text = "PLACE5"
  649. PLACE5.TextColor3 = Color3.new(1, 0, 0)
  650. PLACE5.TextScaled = true
  651. PLACE5.TextSize = 14
  652. PLACE5.TextWrapped = true
  653.  
  654. PLACE6.Name = "PLACE6"
  655. PLACE6.Parent = PSGUI
  656. PLACE6.BackgroundColor3 = Color3.new(0, 0, 0)
  657. PLACE6.Position = UDim2.new(0.530074596, 0, 0.499073148, 0)
  658. PLACE6.Size = UDim2.new(0, 89, 0, 22)
  659. PLACE6.Font = Enum.Font.Code
  660. PLACE6.Text = "PLACE6"
  661. PLACE6.TextColor3 = Color3.new(1, 0, 0)
  662. PLACE6.TextScaled = true
  663. PLACE6.TextSize = 14
  664. PLACE6.TextWrapped = true
  665.  
  666. STORE.Name = "STORE"
  667. STORE.Parent = PSGUI
  668. STORE.BackgroundColor3 = Color3.new(0, 0, 0)
  669. STORE.Position = UDim2.new(-0.000853236765, 0, 0.637168407, 0)
  670. STORE.Size = UDim2.new(0, 89, 0, 22)
  671. STORE.Font = Enum.Font.Code
  672. STORE.Text = "STORE"
  673. STORE.TextColor3 = Color3.new(1, 0, 0)
  674. STORE.TextScaled = true
  675. STORE.TextSize = 14
  676. STORE.TextWrapped = true
  677.  
  678. SPAWN.Name = "SPAWN"
  679. SPAWN.Parent = PSGUI
  680. SPAWN.BackgroundColor3 = Color3.new(0, 0, 0)
  681. SPAWN.Position = UDim2.new(0.530074596, 0, 0.637168407, 0)
  682. SPAWN.Size = UDim2.new(0, 89, 0, 22)
  683. SPAWN.Font = Enum.Font.Code
  684. SPAWN.Text = "SPAWN"
  685. SPAWN.TextColor3 = Color3.new(1, 0, 0)
  686. SPAWN.TextScaled = true
  687. SPAWN.TextSize = 14
  688. SPAWN.TextWrapped = true
  689.  
  690. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement