abusabIe

v2jbgui

May 27th, 2019
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.74 KB | None | 0 0
  1. -- Objects
  2. local player = game.Players.LocalPlayer
  3. local mouse = player:GetMouse()
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Window = Instance.new("Frame")
  6. local Bank = Instance.new("TextButton")
  7. local Circle = Instance.new("ImageLabel")
  8. local Jewelry = Instance.new("TextButton")
  9. local Circle_2 = Instance.new("ImageLabel")
  10. local JLRY = Instance.new("Frame")
  11. local Top = Instance.new("TextButton")
  12. local Bottom = Instance.new("TextButton")
  13. local Frame = Instance.new("Frame")
  14. local TextLabel = Instance.new("TextLabel")
  15. local Frame_2 = Instance.new("Frame")
  16. local TextLabel_2 = Instance.new("TextLabel")
  17. local Helicopter = Instance.new("TextButton")
  18. local Circle_3 = Instance.new("ImageLabel")
  19. local Heli = Instance.new("Frame")
  20. local Base2 = Instance.new("TextButton")
  21. local Base1 = Instance.new("TextButton")
  22. local Ban = Instance.new("Frame")
  23. local Vault = Instance.new("TextButton")
  24. local Top2 = Instance.new("TextButton")
  25. local Prison = Instance.new("TextButton")
  26. local Circle_4 = Instance.new("ImageLabel")
  27. local Priso = Instance.new("Frame")
  28. local Cars = Instance.new("TextButton")
  29. local Field = Instance.new("TextButton")
  30. local Front = Instance.new("TextButton")
  31. local Other = Instance.new("TextButton")
  32. local Circle_5 = Instance.new("ImageLabel")
  33. local Othe = Instance.new("Frame")
  34. local Cave = Instance.new("TextButton")
  35. local SR = Instance.new("TextButton")
  36. local DOnut = Instance.new("TextButton")
  37.  
  38. -- Properties
  39.  
  40. ScreenGui.Parent = game.CoreGui
  41.  
  42. Window.Name = "Window"
  43. Window.Parent = ScreenGui
  44. Window.BackgroundColor3 = Color3.new(1, 1, 1)
  45. Window.BorderSizePixel = 0
  46. Window.Position = UDim2.new(0, 0, 0.25, 0)
  47. Window.Size = UDim2.new(0.150000006, 0, 0.5, 0)
  48.  
  49. Bank.Name = "Bank"
  50. Bank.Parent = Window
  51. Bank.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  52. Bank.BorderSizePixel = 0
  53. Bank.ClipsDescendants = true
  54. Bank.Position = UDim2.new(0, 20, 0, 50)
  55. Bank.Size = UDim2.new(0, 80, 0, 50)
  56. Bank.Font = Enum.Font.SourceSansBold
  57. Bank.FontSize = Enum.FontSize.Size24
  58. Bank.Text = "Bank"
  59. Bank.TextColor3 = Color3.new(1, 1, 1)
  60. Bank.TextSize = 20
  61. Bank.TextWrapped = true
  62.  
  63. Circle.Name = "Circle"
  64. Circle.Parent = Bank
  65. Circle.BackgroundColor3 = Color3.new(1, 1, 1)
  66. Circle.BackgroundTransparency = 1
  67. Circle.Position = UDim2.new(0, 32, 0, 20)
  68. Circle.Image = "rbxassetid://232918622"
  69. Circle.ImageColor3 = Color3.new(0, 0, 0)
  70.  
  71. Jewelry.Name = "Jewelry"
  72. Jewelry.Parent = Window
  73. Jewelry.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  74. Jewelry.BorderSizePixel = 0
  75. Jewelry.ClipsDescendants = true
  76. Jewelry.Position = UDim2.new(0, 20, 0, 110)
  77. Jewelry.Size = UDim2.new(0, 80, 0, 50)
  78. Jewelry.Font = Enum.Font.SourceSansBold
  79. Jewelry.FontSize = Enum.FontSize.Size24
  80. Jewelry.Text = "Jewelry"
  81. Jewelry.TextColor3 = Color3.new(1, 1, 1)
  82. Jewelry.TextSize = 20
  83. Jewelry.TextWrapped = true
  84.  
  85. Circle_2.Name = "Circle"
  86. Circle_2.Parent = Jewelry
  87. Circle_2.BackgroundColor3 = Color3.new(1, 1, 1)
  88. Circle_2.BackgroundTransparency = 1
  89. Circle_2.Position = UDim2.new(0, 32, 0, 20)
  90. Circle_2.Image = "rbxassetid://232918622"
  91. Circle_2.ImageColor3 = Color3.new(0, 0, 0)
  92.  
  93. JLRY.Name = "JLRY"
  94. JLRY.Parent = Window
  95. JLRY.BackgroundColor3 = Color3.new(1, 0, 0)
  96. JLRY.BorderSizePixel = 0
  97. JLRY.Position = UDim2.new(0, 100, 0, 110)
  98. JLRY.Size = UDim2.new(0, 80, 0, 50)
  99. JLRY.Visible = false
  100.  
  101. Top.Name = "Top"
  102. Top.Parent = JLRY
  103. Top.BackgroundColor3 = Color3.new(1, 0, 0)
  104. Top.BorderSizePixel = 0
  105. Top.ClipsDescendants = true
  106. Top.Size = UDim2.new(0, 80, 0, 25)
  107. Top.Font = Enum.Font.SourceSansBold
  108. Top.FontSize = Enum.FontSize.Size24
  109. Top.Text = "Top"
  110. Top.TextColor3 = Color3.new(1, 1, 1)
  111. Top.TextSize = 20
  112. Top.TextWrapped = true
  113.  
  114. Bottom.Name = "Bottom"
  115. Bottom.Parent = JLRY
  116. Bottom.BackgroundColor3 = Color3.new(0, 0, 1)
  117. Bottom.BorderSizePixel = 0
  118. Bottom.ClipsDescendants = true
  119. Bottom.Position = UDim2.new(0, 0, 0, 25)
  120. Bottom.Size = UDim2.new(0, 80, 0, 25)
  121. Bottom.Font = Enum.Font.SourceSansBold
  122. Bottom.FontSize = Enum.FontSize.Size24
  123. Bottom.Text = "Bottom"
  124. Bottom.TextColor3 = Color3.new(1, 1, 1)
  125. Bottom.TextSize = 20
  126. Bottom.TextWrapped = true
  127.  
  128. Frame.Parent = Window
  129. Frame.BackgroundColor3 = Color3.new(0.784314, 0, 0)
  130. Frame.BorderSizePixel = 0
  131. Frame.Size = UDim2.new(1, 0, 0, 20)
  132.  
  133. TextLabel.Parent = Frame
  134. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  135. TextLabel.BackgroundTransparency = 1
  136. TextLabel.Size = UDim2.new(1, 0, 1, 0)
  137. TextLabel.Font = Enum.Font.SourceSansBold
  138. TextLabel.FontSize = Enum.FontSize.Size14
  139. TextLabel.Text = "Jailbreak GUI made by dogew121"
  140. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  141. TextLabel.TextScaled = true
  142. TextLabel.TextSize = 14
  143. TextLabel.TextWrapped = true
  144. TextLabel.TextXAlignment = Enum.TextXAlignment.Right
  145.  
  146. Frame_2.Parent = Window
  147. Frame_2.BackgroundColor3 = Color3.new(1, 0, 0)
  148. Frame_2.BorderSizePixel = 0
  149. Frame_2.Position = UDim2.new(0, 0, 0, 20)
  150. Frame_2.Size = UDim2.new(1, 0, 0, 20)
  151.  
  152. TextLabel_2.Parent = Frame_2
  153. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  154. TextLabel_2.BackgroundTransparency = 1
  155. TextLabel_2.Size = UDim2.new(1, 0, 1, 0)
  156. TextLabel_2.Font = Enum.Font.SourceSansBold
  157. TextLabel_2.FontSize = Enum.FontSize.Size14
  158. TextLabel_2.Text = "N to close M to open"
  159. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  160. TextLabel_2.TextScaled = true
  161. TextLabel_2.TextSize = 14
  162. TextLabel_2.TextWrapped = true
  163. TextLabel_2.TextXAlignment = Enum.TextXAlignment.Right
  164.  
  165. Helicopter.Name = "Helicopter"
  166. Helicopter.Parent = Window
  167. Helicopter.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  168. Helicopter.BorderSizePixel = 0
  169. Helicopter.ClipsDescendants = true
  170. Helicopter.Position = UDim2.new(0, 20, 0, 170)
  171. Helicopter.Size = UDim2.new(0, 80, 0, 50)
  172. Helicopter.Font = Enum.Font.SourceSansBold
  173. Helicopter.FontSize = Enum.FontSize.Size24
  174. Helicopter.Text = "Helicopter"
  175. Helicopter.TextColor3 = Color3.new(1, 1, 1)
  176. Helicopter.TextSize = 20
  177. Helicopter.TextWrapped = true
  178.  
  179. Circle_3.Name = "Circle"
  180. Circle_3.Parent = Helicopter
  181. Circle_3.BackgroundColor3 = Color3.new(1, 1, 1)
  182. Circle_3.BackgroundTransparency = 1
  183. Circle_3.Position = UDim2.new(0, 32, 0, 20)
  184. Circle_3.Image = "rbxassetid://232918622"
  185. Circle_3.ImageColor3 = Color3.new(0, 0, 0)
  186.  
  187. Heli.Name = "Heli"
  188. Heli.Parent = Window
  189. Heli.BackgroundColor3 = Color3.new(1, 0, 0)
  190. Heli.BorderSizePixel = 0
  191. Heli.Position = UDim2.new(0, 100, 0, 170)
  192. Heli.Size = UDim2.new(0, 80, 0, 50)
  193. Heli.Visible = false
  194.  
  195. Base2.Name = "Base2"
  196. Base2.Parent = Heli
  197. Base2.BackgroundColor3 = Color3.new(0, 0, 1)
  198. Base2.BorderSizePixel = 0
  199. Base2.ClipsDescendants = true
  200. Base2.Position = UDim2.new(0, 0, 0, 25)
  201. Base2.Size = UDim2.new(0, 80, 0, 25)
  202. Base2.Font = Enum.Font.SourceSansBold
  203. Base2.FontSize = Enum.FontSize.Size24
  204. Base2.Text = "2nd Base"
  205. Base2.TextColor3 = Color3.new(1, 1, 1)
  206. Base2.TextSize = 20
  207. Base2.TextWrapped = true
  208.  
  209. Base1.Name = "Base1"
  210. Base1.Parent = Heli
  211. Base1.BackgroundColor3 = Color3.new(1, 0, 0)
  212. Base1.BorderSizePixel = 0
  213. Base1.ClipsDescendants = true
  214. Base1.Size = UDim2.new(0, 80, 0, 25)
  215. Base1.Font = Enum.Font.SourceSansBold
  216. Base1.FontSize = Enum.FontSize.Size24
  217. Base1.Text = "1st Base"
  218. Base1.TextColor3 = Color3.new(1, 1, 1)
  219. Base1.TextSize = 20
  220. Base1.TextWrapped = true
  221.  
  222. Ban.Name = "Ban"
  223. Ban.Parent = Window
  224. Ban.BackgroundColor3 = Color3.new(1, 0, 0)
  225. Ban.BorderSizePixel = 0
  226. Ban.Position = UDim2.new(0, 100, 0, 50)
  227. Ban.Size = UDim2.new(0, 80, 0, 50)
  228. Ban.Visible = false
  229.  
  230. Vault.Name = "Vault"
  231. Vault.Parent = Ban
  232. Vault.BackgroundColor3 = Color3.new(0, 0, 1)
  233. Vault.BorderSizePixel = 0
  234. Vault.ClipsDescendants = true
  235. Vault.Position = UDim2.new(0, 0, 0, 25)
  236. Vault.Size = UDim2.new(0, 80, 0, 25)
  237. Vault.Font = Enum.Font.SourceSansBold
  238. Vault.FontSize = Enum.FontSize.Size24
  239. Vault.Text = "Vault"
  240. Vault.TextColor3 = Color3.new(1, 1, 1)
  241. Vault.TextSize = 20
  242. Vault.TextWrapped = true
  243.  
  244. Top2.Name = "Top2"
  245. Top2.Parent = Ban
  246. Top2.BackgroundColor3 = Color3.new(1, 0, 0)
  247. Top2.BorderSizePixel = 0
  248. Top2.ClipsDescendants = true
  249. Top2.Size = UDim2.new(0, 80, 0, 25)
  250. Top2.Font = Enum.Font.SourceSansBold
  251. Top2.FontSize = Enum.FontSize.Size24
  252. Top2.Text = "Top"
  253. Top2.TextColor3 = Color3.new(1, 1, 1)
  254. Top2.TextSize = 20
  255. Top2.TextWrapped = true
  256.  
  257. Prison.Name = "Prison"
  258. Prison.Parent = Window
  259. Prison.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  260. Prison.BorderSizePixel = 0
  261. Prison.ClipsDescendants = true
  262. Prison.Position = UDim2.new(0, 20, 0, 230)
  263. Prison.Size = UDim2.new(0, 80, 0, 50)
  264. Prison.Font = Enum.Font.SourceSansBold
  265. Prison.FontSize = Enum.FontSize.Size24
  266. Prison.Text = "Prison"
  267. Prison.TextColor3 = Color3.new(1, 1, 1)
  268. Prison.TextSize = 20
  269. Prison.TextWrapped = true
  270.  
  271. Circle_4.Name = "Circle"
  272. Circle_4.Parent = Prison
  273. Circle_4.BackgroundColor3 = Color3.new(1, 1, 1)
  274. Circle_4.BackgroundTransparency = 1
  275. Circle_4.Position = UDim2.new(0, 32, 0, 20)
  276. Circle_4.Image = "rbxassetid://232918622"
  277. Circle_4.ImageColor3 = Color3.new(0, 0, 0)
  278.  
  279. Priso.Name = "Priso"
  280. Priso.Parent = Window
  281. Priso.BackgroundColor3 = Color3.new(1, 0, 0)
  282. Priso.BorderSizePixel = 0
  283. Priso.Position = UDim2.new(0, 100, 0, 230)
  284. Priso.Size = UDim2.new(0, 80, 0, 50)
  285. Priso.Visible = false
  286.  
  287. Cars.Name = "Cars"
  288. Cars.Parent = Priso
  289. Cars.BackgroundColor3 = Color3.new(0, 0, 1)
  290. Cars.BorderSizePixel = 0
  291. Cars.ClipsDescendants = true
  292. Cars.Position = UDim2.new(0, 0, 0, 25)
  293. Cars.Size = UDim2.new(0, 80, 0, 25)
  294. Cars.Font = Enum.Font.SourceSansBold
  295. Cars.FontSize = Enum.FontSize.Size24
  296. Cars.Text = "Cars"
  297. Cars.TextColor3 = Color3.new(1, 1, 1)
  298. Cars.TextSize = 20
  299. Cars.TextWrapped = true
  300.  
  301. Field.Name = "Field"
  302. Field.Parent = Priso
  303. Field.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  304. Field.BorderSizePixel = 0
  305. Field.ClipsDescendants = true
  306. Field.Position = UDim2.new(0, 80, 0, 0)
  307. Field.Size = UDim2.new(0, 25, 0, 50)
  308. Field.Font = Enum.Font.SourceSansBold
  309. Field.FontSize = Enum.FontSize.Size24
  310. Field.Text = "Field"
  311. Field.TextColor3 = Color3.new(1, 1, 1)
  312. Field.TextSize = 20
  313. Field.TextWrapped = true
  314.  
  315. Front.Name = "Front"
  316. Front.Parent = Priso
  317. Front.BackgroundColor3 = Color3.new(1, 0, 0)
  318. Front.BorderSizePixel = 0
  319. Front.ClipsDescendants = true
  320. Front.Size = UDim2.new(0, 80, 0, 25)
  321. Front.Font = Enum.Font.SourceSansBold
  322. Front.FontSize = Enum.FontSize.Size24
  323. Front.Text = "Front"
  324. Front.TextColor3 = Color3.new(1, 1, 1)
  325. Front.TextSize = 20
  326. Front.TextWrapped = true
  327.  
  328. Other.Name = "Other"
  329. Other.Parent = Window
  330. Other.BackgroundColor3 = Color3.new(0, 0.333333, 1)
  331. Other.BorderSizePixel = 0
  332. Other.ClipsDescendants = true
  333. Other.Position = UDim2.new(0, 20, 0, 290)
  334. Other.Size = UDim2.new(0, 80, 0, 50)
  335. Other.Font = Enum.Font.SourceSansBold
  336. Other.FontSize = Enum.FontSize.Size24
  337. Other.Text = "Other"
  338. Other.TextColor3 = Color3.new(1, 1, 1)
  339. Other.TextSize = 20
  340. Other.TextWrapped = true
  341.  
  342. Circle_5.Name = "Circle"
  343. Circle_5.Parent = Other
  344. Circle_5.BackgroundColor3 = Color3.new(1, 1, 1)
  345. Circle_5.BackgroundTransparency = 1
  346. Circle_5.Position = UDim2.new(0, 32, 0, 20)
  347. Circle_5.Image = "rbxassetid://232918622"
  348. Circle_5.ImageColor3 = Color3.new(0, 0, 0)
  349.  
  350. Othe.Name = "Othe"
  351. Othe.Parent = Window
  352. Othe.BackgroundColor3 = Color3.new(1, 0, 0)
  353. Othe.BorderSizePixel = 0
  354. Othe.Position = UDim2.new(0, 100, 0, 290)
  355. Othe.Size = UDim2.new(0, 80, 0, 50)
  356. Othe.Visible = false
  357.  
  358. Cave.Name = "Cave"
  359. Cave.Parent = Othe
  360. Cave.BackgroundColor3 = Color3.new(0, 0, 1)
  361. Cave.BorderSizePixel = 0
  362. Cave.ClipsDescendants = true
  363. Cave.Position = UDim2.new(0, 0, 0, 25)
  364. Cave.Size = UDim2.new(0, 80, 0, 25)
  365. Cave.Font = Enum.Font.SourceSansBold
  366. Cave.FontSize = Enum.FontSize.Size24
  367. Cave.Text = "Cave"
  368. Cave.TextColor3 = Color3.new(1, 1, 1)
  369. Cave.TextSize = 20
  370. Cave.TextWrapped = true
  371.  
  372. SR.Name = "SR"
  373. SR.Parent = Othe
  374. SR.BackgroundColor3 = Color3.new(1, 0, 0)
  375. SR.BorderSizePixel = 0
  376. SR.ClipsDescendants = true
  377. SR.Size = UDim2.new(0, 80, 0, 25)
  378. SR.Font = Enum.Font.SourceSansBold
  379. SR.FontSize = Enum.FontSize.Size24
  380. SR.Text = "Shooting Range"
  381. SR.TextColor3 = Color3.new(1, 1, 1)
  382. SR.TextScaled = true
  383. SR.TextSize = 20
  384. SR.TextWrapped = true
  385.  
  386. DOnut.Name = "DOnut"
  387. DOnut.Parent = Othe
  388. DOnut.BackgroundColor3 = Color3.new(0.666667, 0, 1)
  389. DOnut.BorderSizePixel = 0
  390. DOnut.ClipsDescendants = true
  391. DOnut.Position = UDim2.new(0, 80, 0, 0)
  392. DOnut.Size = UDim2.new(0, 80, 0, 25)
  393. DOnut.Font = Enum.Font.SourceSansBold
  394. DOnut.FontSize = Enum.FontSize.Size24
  395. DOnut.Text = "Donut"
  396. DOnut.TextColor3 = Color3.new(1, 1, 1)
  397. DOnut.TextSize = 20
  398. DOnut.TextWrapped = true
  399.  
  400. -- SCRIPTS
  401. --Open
  402. Prison.MouseButton1Click:connect(function()
  403. Priso.Visible = true
  404. Circle_4:TweenSize(UDim2.new(3, 0, 3, 0), "Out", "Quad", 0.1, true)
  405. Circle_4:TweenPosition(UDim2.new(-1,0,-1,0), "Out", "Quad", 0.1, true)
  406. Circle_4.ImageTransparency = 0.01
  407. wait(0.01)
  408. Circle_4.ImageTransparency = 0.2
  409. wait(0.01)
  410. Circle_4.ImageTransparency = 0.3
  411. wait(0.01)
  412. Circle_4.ImageTransparency = 0.4
  413. wait(0.01)
  414. Circle_4.ImageTransparency = 0.5
  415. wait(0.01)
  416. Circle_4.ImageTransparency = 0.6
  417. wait(0.01)
  418. Circle_4.ImageTransparency = 0.7
  419. wait(0.01)
  420. Circle_4.ImageTransparency = 0.8
  421. wait(0.01)
  422. Circle_4.ImageTransparency = 0.9
  423. wait(0.01)
  424. Circle_4.ImageTransparency = 1
  425. wait(0.01)
  426. Circle_4.ImageTransparency = 0
  427. Circle_4:TweenPosition(UDim2.new(0,32,0,20), "Out", "Quad", 0.1, true)
  428. Circle_4:TweenSize(UDim2.new(0, 0, 0, 0), "Out", "Quad", 0, true)
  429. end)
  430. Jewelry.MouseButton1Click:connect(function()
  431. JLRY.Visible = true
  432. Circle_2:TweenSize(UDim2.new(3, 0, 3, 0), "Out", "Quad", 0.1, true)
  433. Circle_2:TweenPosition(UDim2.new(-1,0,-1,0), "Out", "Quad", 0.1, true)
  434. Circle_2.ImageTransparency = 0.01
  435. wait(0.01)
  436. Circle_2.ImageTransparency = 0.2
  437. wait(0.01)
  438. Circle_2.ImageTransparency = 0.3
  439. wait(0.01)
  440. Circle_2.ImageTransparency = 0.4
  441. wait(0.01)
  442. Circle_2.ImageTransparency = 0.5
  443. wait(0.01)
  444. Circle_2.ImageTransparency = 0.6
  445. wait(0.01)
  446. Circle_2.ImageTransparency = 0.7
  447. wait(0.01)
  448. Circle_2.ImageTransparency = 0.8
  449. wait(0.01)
  450. Circle_2.ImageTransparency = 0.9
  451. wait(0.01)
  452. Circle_2.ImageTransparency = 1
  453. wait(0.01)
  454. Circle_2.ImageTransparency = 0
  455. Circle_2:TweenPosition(UDim2.new(0,32,0,20), "Out", "Quad", 0.1, true)
  456. Circle_2:TweenSize(UDim2.new(0, 0, 0, 0), "Out", "Quad", 0, true)
  457. end)
  458. Helicopter.MouseButton1Click:connect(function()
  459. Heli.Visible = true
  460. Circle_3:TweenSize(UDim2.new(3, 0, 3, 0), "Out", "Quad", 0.1, true)
  461. Circle_3:TweenPosition(UDim2.new(-1,0,-1,0), "Out", "Quad", 0.1, true)
  462. Circle_3.ImageTransparency = 0.01
  463. wait(0.01)
  464. Circle_3.ImageTransparency = 0.2
  465. wait(0.01)
  466. Circle_3.ImageTransparency = 0.3
  467. wait(0.01)
  468. Circle_3.ImageTransparency = 0.4
  469. wait(0.01)
  470. Circle_3.ImageTransparency = 0.5
  471. wait(0.01)
  472. Circle_3.ImageTransparency = 0.6
  473. wait(0.01)
  474. Circle_3.ImageTransparency = 0.7
  475. wait(0.01)
  476. Circle_3.ImageTransparency = 0.8
  477. wait(0.01)
  478. Circle_3.ImageTransparency = 0.9
  479. wait(0.01)
  480. Circle_3.ImageTransparency = 1
  481. wait(0.01)
  482. Circle_3.ImageTransparency = 0
  483. Circle_3:TweenPosition(UDim2.new(0,32,0,20), "Out", "Quad", 0.1, true)
  484. Circle_3:TweenSize(UDim2.new(0, 0, 0, 0), "Out", "Quad", 0, true)
  485. end)
  486. Bank.MouseButton1Click:connect(function()
  487. Ban.Visible = true
  488. Circle:TweenSize(UDim2.new(3, 0, 3, 0), "Out", "Quad", 0.1, true)
  489. Circle:TweenPosition(UDim2.new(-1,0,-1,0), "Out", "Quad", 0.1, true)
  490. Circle.ImageTransparency = 0.01
  491. wait(0.01)
  492. Circle.ImageTransparency = 0.2
  493. wait(0.01)
  494. Circle.ImageTransparency = 0.3
  495. wait(0.01)
  496. Circle.ImageTransparency = 0.4
  497. wait(0.01)
  498. Circle.ImageTransparency = 0.5
  499. wait(0.01)
  500. Circle.ImageTransparency = 0.6
  501. wait(0.01)
  502. Circle.ImageTransparency = 0.7
  503. wait(0.01)
  504. Circle.ImageTransparency = 0.8
  505. wait(0.01)
  506. Circle.ImageTransparency = 0.9
  507. wait(0.01)
  508. Circle.ImageTransparency = 1
  509. wait(0.01)
  510. Circle.ImageTransparency = 0
  511. Circle:TweenPosition(UDim2.new(0,32,0,20), "Out", "Quad", 0.1, true)
  512. Circle:TweenSize(UDim2.new(0, 0, 0, 0), "Out", "Quad", 0, true)
  513. end)
  514. Other.MouseButton1Click:connect(function()
  515. Othe.Visible = true
  516. Circle_5:TweenSize(UDim2.new(3, 0, 3, 0), "Out", "Quad", 0.1, true)
  517. Circle_5:TweenPosition(UDim2.new(-1,0,-1,0), "Out", "Quad", 0.1, true)
  518. Circle_5.ImageTransparency = 0.01
  519. wait(0.01)
  520. Circle_5.ImageTransparency = 0.2
  521. wait(0.01)
  522. Circle_5.ImageTransparency = 0.3
  523. wait(0.01)
  524. Circle_5.ImageTransparency = 0.4
  525. wait(0.01)
  526. Circle_5.ImageTransparency = 0.5
  527. wait(0.01)
  528. Circle_5.ImageTransparency = 0.6
  529. wait(0.01)
  530. Circle_5.ImageTransparency = 0.7
  531. wait(0.01)
  532. Circle_5.ImageTransparency = 0.8
  533. wait(0.01)
  534. Circle_5.ImageTransparency = 0.9
  535. wait(0.01)
  536. Circle_5.ImageTransparency = 1
  537. wait(0.01)
  538. Circle_5.ImageTransparency = 0
  539. Circle_5:TweenPosition(UDim2.new(0,32,0,20), "Out", "Quad", 0.1, true)
  540. Circle_5:TweenSize(UDim2.new(0, 0, 0, 0), "Out", "Quad", 0, true)
  541. end)
  542. -- Bank
  543. Vault.MouseButton1Click:connect(function()
  544. Ban.Visible = false
  545. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(35.4850616, 0.715307713, 809.113647) + Vector3.new(1,0,0)
  546. end)
  547. Top2.MouseButton1Click:connect(function()
  548. Ban.Visible = false
  549. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(11.18, 17.9, 788.27) + Vector3.new(1,0,0)
  550. end)
  551.  
  552. -- Jewelry
  553. Bottom.MouseButton1Click:connect(function()
  554. JLRY.Visible = false
  555. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(137.325, 17.878, 1320.123) + Vector3.new(1,0,0)
  556. end)
  557. Top.MouseButton1Click:connect(function()
  558. JLRY.Visible = false
  559. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(109.72, 98.65, 1304.22) + Vector3.new(1,0,0)
  560. end)
  561.  
  562. -- Others
  563. SR.MouseButton1Click:connect(function()
  564. Othe.Visible = false
  565. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-22.68, 17.81, -1758.71) + Vector3.new(1,0,0)
  566. end)
  567. DOnut.MouseButton1Click:connect(function()
  568. Othe.Visible = false
  569. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(245.92, 17.81, -1756.59) + Vector3.new(1,0,0)
  570. end)
  571. Cave.MouseButton1Click:connect(function()
  572. Othe.Visible = false
  573. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1642.32, 49.77, -1736.75) + Vector3.new(1,0,0)
  574. end)
  575.  
  576. -- Prison
  577. Field.MouseButton1Click:connect(function()
  578. Priso.Visible = false
  579. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1219.61, 17.79, -1760.19) + Vector3.new(1,0,0)
  580. end)
  581. Front.MouseButton1Click:connect(function()
  582. Priso.Visible = false
  583. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1138.66, 18.009, -1430.01) + Vector3.new(1,0,0)
  584. end)
  585. Cars.MouseButton1Click:connect(function()
  586. Priso.Visible = false
  587. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1100.4469, 17.7500038, -1493.18286) + Vector3.new(1,0,0)
  588. end)
  589.  
  590. -- Heli
  591. Base1.MouseButton1Click:connect(function()
  592. Heli.Visible = false
  593. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1176.4231, 59.7911148, -1572.6908) + Vector3.new(1,0,0)
  594. end)
  595. Base2.MouseButton1Click:connect(function()
  596. Heli.Visible = false
  597. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(751.44,69.52,1124.96) + Vector3.new(1,0,0)
  598. end)
  599.  
  600. mouse.KeyDown:connect(function(key)
  601. if key == "n" then
  602. ScreenGui.Enabled = false
  603. elseif key == "m" then
  604. ScreenGui.Enabled = true
  605. end
  606. end)
Advertisement
Add Comment
Please, Sign In to add comment