Advertisement
Guest User

Untitled

a guest
Jan 26th, 2020
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.55 KB | None | 0 0
  1. local Main = Instance.new("ScreenGui")
  2. local Frame = Instance.new("Frame")
  3. local Frame2 = Instance.new("Frame")
  4.  
  5. local ha = Instance.new("Frame")
  6. local Blue = Instance.new("Frame")
  7. local Title = Instance.new("TextLabel")
  8. local madeby = Instance.new("TextLabel")
  9. local Jewelry = Instance.new("TextButton")
  10. local closebuttonx = Instance.new("TextButton")
  11. local minimizebutton = Instance.new("TextButton")
  12. local cityGarage = Instance.new("TextButton")
  13. local Bank = Instance.new("TextButton")
  14. local powerPlant = Instance.new("TextButton")
  15. local museumx = Instance.new("TextButton")
  16. local donutxc = Instance.new("TextButton")
  17. local gastaxc = Instance.new("TextButton")
  18. local airdroptp = Instance.new("TextButton")
  19. local tp2player = Instance.new("TextButton")
  20. local playerXname = Instance.new("TextBox")
  21. local oldPosb
  22. local ismini = false
  23.  
  24.  
  25. local jetpackpos = Instance.new("TextButton")
  26. local prisonpos = Instance.new("TextButton")
  27. local milipos = Instance.new("TextButton")
  28. local volcanopos = Instance.new("TextButton")
  29. local citycrimpos = Instance.new("TextButton")
  30.  
  31. -- Properties
  32.  
  33. Main.Name = "Main"
  34. Main.Parent = game.CoreGui
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41. Frame.Parent = Main
  42. Frame.Active = true
  43. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  44. Frame.BackgroundTransparency = 0.40000001192093
  45. Frame.BorderColor3 = Color3.new(0, 0, 0)
  46. Frame.BorderSizePixel = 0
  47. Frame.Position = UDim2.new(0, 0, 0.272616148, 0)
  48. Frame.Selectable = true
  49. Frame.Size = UDim2.new(0, 135, 0, 479)
  50. Frame.Draggable = true
  51. Frame2.Parent = Frame
  52. Frame2.Active = true
  53. Frame2.BackgroundColor3 = Color3.new(0, 0, 0)
  54. Frame2.BackgroundTransparency = 1
  55. Frame2.BorderColor3 = Color3.new(0, 0, 0)
  56. Frame2.BorderSizePixel = 0
  57. Frame2.Position = UDim2.new(0, 0, 0.272616148, 0)
  58.  
  59. Frame2.Size = UDim2.new(0, 20, 0, 20)
  60.  
  61. ha.Name = "ha"
  62. ha.Parent = Frame
  63. ha.Active = true
  64. ha.BackgroundColor3 = Color3.new(1, 1, 1)
  65. ha.BackgroundTransparency = 1
  66. ha.ClipsDescendants = true
  67. ha.Position = UDim2.new(0, 0, 0, 0)
  68. ha.Selectable = true
  69. ha.Size = UDim2.new(0, 135,0,20)
  70.  
  71. Blue.Name = "Blue"
  72. Blue.Parent = Frame
  73. Blue.Active = true
  74. Blue.BackgroundColor3 = Color3.new(0.04, 0.4, 0.7)
  75. Blue.BorderSizePixel = 0
  76. Blue.Selectable = true
  77. Blue.Size = UDim2.new(0, 135, 0, 20)
  78.  
  79.  
  80. minimizebutton.Name = "minimizebutton"
  81. minimizebutton.Parent = Frame
  82. minimizebutton.BackgroundColor3 = Color3.new(0.0, 0.0,0.2)
  83. minimizebutton.BorderColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  84. minimizebutton.Position = UDim2.new(0, 95, 0, 0)
  85. minimizebutton.Size = UDim2.new(0, 20, 0, 20)
  86. minimizebutton.Font = Enum.Font.SourceSansBold
  87. minimizebutton.Text = "_"
  88. minimizebutton.TextColor3 = Color3.new(1, 1, 1)
  89. minimizebutton.TextSize = 16
  90. minimizebutton.Transparency = 0.3
  91.  
  92. minimizebutton.MouseButton1Down:connect(function()
  93. for i=1,1 do
  94.  
  95. if ismini == true then
  96. Frame.Visible = true
  97. minimizebutton.Parent = Frame
  98. Frame2.Parent = Frame
  99. minimizebutton.Text = "_"
  100. ismini = false
  101. else
  102. Frame.Visible = false
  103. minimizebutton.Text = "+"
  104. Frame2.Parent = Main
  105. Frame2.Position = Frame.Position
  106. minimizebutton.Parent = Frame2
  107. ismini = true
  108. end
  109. end
  110. end)
  111.  
  112.  
  113.  
  114. Title.Name = "Title"
  115. Title.Parent = Frame
  116. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  117. Title.BackgroundTransparency = 1
  118. Title.Position = UDim2.new(0, 0, 0, 0)
  119. Title.Size = UDim2.new(0, 115, 0, 20)
  120. Title.Font = Enum.Font.SourceSansBold
  121. Title.Text = "Volt TP"
  122. Title.TextColor3 = Color3.new(0, 0, 0)
  123. Title.TextSize = 24
  124. Title.TextXAlignment = Enum.TextXAlignment.Center
  125.  
  126.  
  127. madeby.Name = "madeby"
  128. madeby.Parent = Frame
  129. madeby.BackgroundColor3 = Color3.new(1, 1, 1)
  130. madeby.BackgroundTransparency = 1
  131. madeby.Position = UDim2.new(0, 0, 0, 464)
  132. madeby.Size = UDim2.new(0, 135, 0, 13)
  133. madeby.Font = Enum.Font.SourceSansBold
  134. madeby.Text = "JBrokenAF v4.3c"
  135. madeby.TextColor3 = Color3.new(0.5, 0.5, 0.5)
  136. madeby.TextSize = 16
  137. madeby.TextXAlignment = Enum.TextXAlignment.Center
  138.  
  139.  
  140.  
  141. closebuttonx.Name = "closebuttonx"
  142. closebuttonx.Parent = Frame
  143. closebuttonx.BackgroundColor3 = Color3.new(0.7, 0.1,0.1)
  144. closebuttonx.BorderColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  145. closebuttonx.Position = UDim2.new(0, 115, 0, 0)
  146. closebuttonx.Size = UDim2.new(0, 20, 0, 20)
  147. closebuttonx.Font = Enum.Font.SourceSansBold
  148. closebuttonx.Text = "x"
  149. closebuttonx.TextColor3 = Color3.new(1, 1, 1)
  150. closebuttonx.TextSize = 16
  151. closebuttonx.Transparency = 0.3
  152.  
  153. closebuttonx.MouseButton1Down:connect(function()
  154. for i=1,1 do
  155.  
  156. Main:Destroy()
  157. end
  158. end)
  159.  
  160.  
  161.  
  162.  
  163. Jewelry.Name = "Jewelry"
  164. Jewelry.Parent = Frame
  165. Jewelry.BackgroundColor3 = Color3.new(0, 0.3,0.6)
  166. Jewelry.BorderColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  167. Jewelry.Position = UDim2.new(0, 3, 0, 25)
  168. Jewelry.Size = UDim2.new(0, 129, 0, 25)
  169. Jewelry.Font = Enum.Font.SourceSansBold
  170. Jewelry.Text = "Jewelry"
  171. Jewelry.TextColor3 = Color3.new(1, 1, 1)
  172. Jewelry.TextSize = 14
  173. Jewelry.Transparency = 0.3
  174.  
  175. Jewelry.MouseButton1Down:connect(function()
  176. for i=1,1 do
  177.  
  178. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(166.66, 17.9, 1355)
  179. end
  180. end)
  181.  
  182.  
  183.  
  184. Bank.Name = "Bank"
  185. Bank.Parent = Frame
  186. Bank.BackgroundColor3 = Color3.new(0, 0.3,0.6)
  187. Bank.BorderColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  188. Bank.Position = UDim2.new(0, 3, 0, 55)
  189. Bank.Size = UDim2.new(0, 129, 0, 25)
  190. Bank.Font = Enum.Font.SourceSansBold
  191. Bank.Text = "Bank"
  192. Bank.TextColor3 = Color3.new(1, 1, 1)
  193. Bank.TextSize = 14
  194. Bank.Transparency = 0.3
  195.  
  196. Bank.MouseButton1Down:connect(function()
  197. for i=1,1 do
  198.  
  199. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(11.704, 17.9, 782.961)
  200. end
  201. end)
  202.  
  203. museumx.Name = "museumx"
  204. museumx.Parent = Frame
  205. museumx.BackgroundColor3 = Color3.new(0, 0.3,0.6)
  206. museumx.BorderColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  207. museumx.Position = UDim2.new(0, 3, 0, 85)
  208. museumx.Size = UDim2.new(0, 129, 0, 25)
  209. museumx.Font = Enum.Font.SourceSansBold
  210. museumx.Text = "Museum"
  211. museumx.TextColor3 = Color3.new(1, 1, 1)
  212. museumx.TextSize = 14
  213. museumx.Transparency = 0.3
  214.  
  215. museumx.MouseButton1Down:connect(function()
  216. for i=1,1 do
  217.  
  218. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1027.71216, 133.360458, 1231.91797)
  219. end
  220. end)
  221.  
  222.  
  223. powerPlant.Name = "powerPlant"
  224. powerPlant.Parent = Frame
  225. powerPlant.BackgroundColor3 = Color3.new(0, 0.3,0.6)
  226. powerPlant.BorderColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  227. powerPlant.Position = UDim2.new(0, 3, 0, 115)
  228. powerPlant.Size = UDim2.new(0, 129, 0, 25)
  229. powerPlant.Font = Enum.Font.SourceSansBold
  230. powerPlant.Text = "Power Plant"
  231. powerPlant.TextColor3 = Color3.new(1, 1, 1)
  232. powerPlant.TextSize = 14
  233. powerPlant.Transparency = 0.3
  234. powerPlant.MouseButton1Down:connect(function()
  235. for i=1,1 do
  236.  
  237. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(630.845337, 36.7789726, 2422.48022)
  238. end
  239. end)
  240.  
  241.  
  242. donutxc.Name = "donutxc"
  243. donutxc.Parent = Frame
  244. donutxc.BackgroundColor3 = Color3.new(0, 0.3,0.6)
  245. donutxc.BorderColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  246. donutxc.Position = UDim2.new(0, 3, 0, 145)
  247. donutxc.Size = UDim2.new(0, 129, 0, 25)
  248. donutxc.Font = Enum.Font.SourceSansBold
  249. donutxc.Text = "Donut Shop"
  250. donutxc.TextColor3 = Color3.new(1, 1, 1)
  251. donutxc.TextSize = 14
  252. donutxc.Transparency = 0.3
  253. donutxc.MouseButton1Down:connect(function()
  254. for i=1,1 do
  255.  
  256. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(261.627411, 17.5987015, -1791.01428)
  257. end
  258. end)
  259.  
  260.  
  261. gastaxc.Name = "gastaxc"
  262. gastaxc.Parent = Frame
  263. gastaxc.BackgroundColor3 = Color3.new(0, 0.3,0.6)
  264. gastaxc.BorderColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  265. gastaxc.Position = UDim2.new(0, 3, 0, 175)
  266. gastaxc.Size = UDim2.new(0, 129, 0, 25)
  267. gastaxc.Font = Enum.Font.SourceSansBold
  268. gastaxc.Text = "Gas Station"
  269. gastaxc.TextColor3 = Color3.new(1, 1, 1)
  270. gastaxc.TextSize = 14
  271. gastaxc.Transparency = 0.3
  272. gastaxc.MouseButton1Down:connect(function()
  273. for i=1,1 do
  274.  
  275. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1556.11157, 17.7297306, 663.076172)
  276. end
  277. end)
  278.  
  279.  
  280. cityGarage.Name = "cityGarage"
  281. cityGarage.Parent = Frame
  282. cityGarage.BackgroundColor3 = Color3.new(0, 0.3,0.6)
  283. cityGarage.BorderColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  284. cityGarage.Position = UDim2.new(0, 3, 0, 205)
  285. cityGarage.Size = UDim2.new(0, 129, 0, 25)
  286. cityGarage.Font = Enum.Font.SourceSansBold
  287. cityGarage.Text = "City Garage"
  288. cityGarage.TextColor3 = Color3.new(1, 1, 1)
  289. cityGarage.TextSize = 14
  290. cityGarage.Transparency = 0.3
  291. cityGarage.MouseButton1Down:connect(function()
  292. for i=1,1 do
  293.  
  294. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-232.113724, 17.5864544, 1136.51819)
  295. end
  296. end)
  297.  
  298.  
  299. jetpackpos.Name = "jetpackpos"
  300. jetpackpos.Parent = Frame
  301. jetpackpos.BackgroundColor3 = Color3.new(0, 0.3,0.6)
  302. jetpackpos.BorderColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  303. jetpackpos.Position = UDim2.new(0, 3, 0, 235)
  304. jetpackpos.Size = UDim2.new(0, 129, 0, 25)
  305. jetpackpos.Font = Enum.Font.SourceSansBold
  306. jetpackpos.Text = "Jet Pack"
  307. jetpackpos.TextColor3 = Color3.new(1, 1, 1)
  308. jetpackpos.TextSize = 14
  309. jetpackpos.Transparency = 0.3
  310. jetpackpos.MouseButton1Down:connect(function()
  311. for i=1,1 do
  312.  
  313. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1385.97925, 167.71019, 2598.22144)
  314. end
  315. end)
  316.  
  317.  
  318.  
  319. prisonpos.Name = "prisonpos"
  320. prisonpos.Parent = Frame
  321. prisonpos.BackgroundColor3 = Color3.new(0, 0.3,0.6)
  322. prisonpos.BorderColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  323. prisonpos.Position = UDim2.new(0, 3, 0, 265)
  324. prisonpos.Size = UDim2.new(0, 129, 0, 25)
  325. prisonpos.Font = Enum.Font.SourceSansBold
  326. prisonpos.Text = "Prison Yard"
  327. prisonpos.TextColor3 = Color3.new(1, 1, 1)
  328. prisonpos.TextSize = 14
  329. prisonpos.Transparency = 0.3
  330. prisonpos.MouseButton1Down:connect(function()
  331. for i=1,1 do
  332.  
  333. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1224.46643, 17.9283619, -1761.8927)
  334. end
  335. end)
  336.  
  337.  
  338. milipos.Name = "milipos"
  339. milipos.Parent = Frame
  340. milipos.BackgroundColor3 = Color3.new(0, 0.3,0.6)
  341. milipos.BorderColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  342. milipos.Position = UDim2.new(0, 3, 0, 295)
  343. milipos.Size = UDim2.new(0, 129, 0, 25)
  344. milipos.Font = Enum.Font.SourceSansBold
  345. milipos.Text = "Military"
  346. milipos.TextColor3 = Color3.new(1, 1, 1)
  347. milipos.TextSize = 14
  348. milipos.Transparency = 0.3
  349. milipos.MouseButton1Down:connect(function()
  350. for i=1,1 do
  351.  
  352. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(741.49054, 17.7324486, -324.519745)
  353. end
  354. end)
  355.  
  356.  
  357.  
  358. volcanopos.Name = "volcanopos"
  359. volcanopos.Parent = Frame
  360. volcanopos.BackgroundColor3 = Color3.new(0, 0.3,0.6)
  361. volcanopos.BorderColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  362. volcanopos.Position = UDim2.new(0, 3, 0, 325)
  363. volcanopos.Size = UDim2.new(0, 129, 0, 25)
  364. volcanopos.Font = Enum.Font.SourceSansBold
  365. volcanopos.Text = "Volcano"
  366. volcanopos.TextColor3 = Color3.new(1, 1, 1)
  367. volcanopos.TextSize = 14
  368. volcanopos.Transparency = 0.3
  369. volcanopos.MouseButton1Down:connect(function()
  370. for i=1,1 do
  371.  
  372. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1645.75037, 49.8480644, -1766.50769)
  373. end
  374. end)
  375.  
  376.  
  377. citycrimpos.Name = "citycrimpos"
  378. citycrimpos.Parent = Frame
  379. citycrimpos.BackgroundColor3 = Color3.new(0, 0.3,0.6)
  380. citycrimpos.BorderColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  381. citycrimpos.Position = UDim2.new(0, 3, 0, 355)
  382. citycrimpos.Size = UDim2.new(0, 129, 0, 25)
  383. citycrimpos.Font = Enum.Font.SourceSansBold
  384. citycrimpos.Text = "City Base"
  385. citycrimpos.TextColor3 = Color3.new(1, 1, 1)
  386. citycrimpos.TextSize = 14
  387. citycrimpos.Transparency = 0.3
  388. citycrimpos.MouseButton1Down:connect(function()
  389. for i=1,1 do
  390.  
  391. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-227.938477, 17.5950069, 1622.18164)
  392. end
  393. end)
  394.  
  395.  
  396.  
  397. airdroptp.Name = "airdroptp"
  398. airdroptp.Parent = Frame
  399. airdroptp.BackgroundColor3 = Color3.new(0, 0.3,0.6)
  400. airdroptp.BorderColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  401. airdroptp.Position = UDim2.new(0, 3, 0, 385)
  402. airdroptp.Size = UDim2.new(0, 129, 0, 25)
  403. airdroptp.Font = Enum.Font.SourceSansBold
  404. airdroptp.Text = "Airdrop"
  405. airdroptp.TextColor3 = Color3.new(1, 1, 1)
  406. airdroptp.TextSize = 14
  407. airdroptp.Transparency = 0.3
  408. airdroptp.MouseButton1Down:connect(function()
  409. for i=1,1 do
  410.  
  411. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(workspace.Drop.Briefcase.Position)
  412. end
  413. end)
  414.  
  415.  
  416.  
  417. playerXname.Name = "playerXname"
  418. playerXname.Parent = Frame
  419. playerXname.Position = UDim2.new(0, 3, 0, 415)
  420. playerXname.Size = UDim2.new(0, 129, 0, 15)
  421. playerXname.Text = "enter name"
  422. playerXname.Transparency = 0.3
  423. playerXname.TextColor3 = Color3.new(0,0,0)
  424.  
  425.  
  426.  
  427. tp2player.Name = "tp2player"
  428. tp2player.Parent = Frame
  429. tp2player.BackgroundColor3 = Color3.new(0, 0.3,0.6)
  430. tp2player.BorderColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  431. tp2player.Position = UDim2.new(0, 3, 0, 435)
  432. tp2player.Size = UDim2.new(0, 129, 0, 25)
  433. tp2player.Font = Enum.Font.SourceSansBold
  434. tp2player.Text = "Teleport"
  435. tp2player.TextColor3 = Color3.new(1, 1, 1)
  436. tp2player.TextSize = 14
  437. tp2player.Transparency = 0.3
  438. tp2player.MouseButton1Down:connect(function()
  439. for i=1,1 do
  440.  
  441. game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(game:GetService("Workspace"):FindFirstChild(playerXname.Text).HumanoidRootPart.Position)
  442. end
  443. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement