Advertisement
Guest User

Untitled

a guest
Feb 25th, 2020
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.85 KB | None | 0 0
  1. local MadGUI2 = game.CoreGui.MadGUI2
  2. local teleportsframe = Instance.new("Frame")
  3. local mainteleport = Instance.new("Frame")
  4. local Frame4 = Instance.new("Frame")
  5. local criminalbase = Instance.new("TextButton")
  6. local policebase = Instance.new("TextButton")
  7. local herobase = Instance.new("TextButton")
  8. local villanbase = Instance.new("TextButton")
  9. local airport = Instance.new("TextButton")
  10. local bank = Instance.new("TextButton")
  11. local jewelry = Instance.new("TextButton")
  12. local club = Instance.new("TextButton")
  13. local pyramid = Instance.new("TextButton")
  14. local ship = Instance.new("TextButton")
  15. local casino = Instance.new("TextButton")
  16. local freehouse = Instance.new("TextButton")
  17. local utopiatowers = Instance.new("TextButton")
  18. local carshop = Instance.new("TextButton")
  19. local boatshop = Instance.new("TextButton")
  20. local gunshop = Instance.new("TextButton")
  21. local electronicshop = Instance.new("TextButton")
  22. local teleporttstitle = Instance.new("TextLabel")
  23. local yard = Instance.new("TextButton")
  24. local plrbox = Instance.new("TextBox")
  25. local gastation = Instance.new("TextButton")
  26. local militarybase = Instance.new("TextButton")
  27. local monstartruck = Instance.new("TextButton")
  28. local player = Instance.new("TextButton")
  29. local plrs = game.Players
  30. local plr = plrs.LocalPlayer
  31. local char = plr.Character
  32. local hum = char.HumanoidRootPart
  33. local tweens = game:GetService('TweenService')
  34.  
  35.  
  36. teleportsframe.Name = "teleportsframe"
  37. teleportsframe.Parent = MadGUI2
  38. teleportsframe.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  39. teleportsframe.BorderSizePixel = 0
  40. teleportsframe.ClipsDescendants = true
  41. teleportsframe.Position = UDim2.new(0.0239583254, 0, 0.0515222475, 0)
  42. teleportsframe.Size = UDim2.new(0, 194, 0, 488)
  43. teleportsframe.Visible = false
  44.  
  45. mainteleport.Name = "mainteleport"
  46. mainteleport.Parent = teleportsframe
  47. mainteleport.BackgroundColor3 = Color3.fromRGB(48, 48, 48)
  48. mainteleport.BackgroundTransparency = 1.000
  49. mainteleport.Size = UDim2.new(0, 194, 0, 368)
  50.  
  51. Frame4.Name = "Frame4"
  52. Frame4.Parent = mainteleport
  53. Frame4.BackgroundColor3 = Color3.fromRGB(255, 102, 0)
  54. Frame4.BorderSizePixel = 0
  55. Frame4.Position = UDim2.new(0, 0, 0.0664473847, 0)
  56. Frame4.Size = UDim2.new(0, 194, 0, 1)
  57.  
  58. criminalbase.Name = "criminalbase"
  59. criminalbase.Parent = mainteleport
  60. criminalbase.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  61. criminalbase.BackgroundTransparency = 1.000
  62. criminalbase.Position = UDim2.new(0, 0, 0.0679347813, 0)
  63. criminalbase.Size = UDim2.new(0, 194, 0, 20)
  64. criminalbase.Font = Enum.Font.SourceSansBold
  65. criminalbase.Text = "Criminal Base"
  66. criminalbase.TextColor3 = Color3.fromRGB(255, 255, 255)
  67. criminalbase.TextSize = 18.000
  68. criminalbase.MouseButton1Click:connect(function()
  69. criminalbase.TextColor3 = Color3.fromRGB(255, 102, 0)
  70. local INFO_CRIMINAL_BASE = TweenInfo.new(
  71. 1,
  72. Enum.EasingStyle.Linear,
  73. Enum.EasingDirection.Out,
  74. 0,
  75. false,
  76. 0
  77. )
  78. local GOALS_CRIMINAL_BASE = {
  79. Position = Vector3.new(2143.81226, 25.6119041, 452.861938)
  80. }
  81. local CRIMINAL_BASE = tweens:Create(game.Players.LocalPlayer.Character.HumanoidRootPart,INFO_CRIMINAL_BASE,GOALS_CRIMINAL_BASE)
  82. CRIMINAL_BASE:Play()
  83. wait(0.5)
  84. criminalbase.TextColor3 = Color3.fromRGB(255, 255, 255)
  85. end)
  86.  
  87. policebase.Name = "policebase"
  88. policebase.Parent = mainteleport
  89. policebase.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  90. policebase.BackgroundTransparency = 1.000
  91. policebase.Position = UDim2.new(0, 0, 0.122282609, 0)
  92. policebase.Size = UDim2.new(0, 194, 0, 20)
  93. policebase.Font = Enum.Font.SourceSansBold
  94. policebase.Text = "Police Base"
  95. policebase.TextColor3 = Color3.fromRGB(255, 255, 255)
  96. policebase.TextSize = 18.000
  97. policebase.MouseButton1Click:connect(function()
  98. policebase.TextColor3 = Color3.fromRGB(255, 102, 0)
  99. local INFO_POLICE_BASE = TweenInfo.new(
  100. 1,
  101. Enum.EasingStyle.Linear,
  102. Enum.EasingDirection.Out,
  103. 0,
  104. false,
  105. 0
  106. )
  107. local GOALS_POLICE_BASE = {
  108. Position = Vector3.new(-947.900024, 53.0803604, -2949.30005)
  109. }
  110. local POLICE_BASE = tweens:Create(game.Players.LocalPlayer.Character.HumanoidRootPart,INFO_POLICE_BASE,GOALS_POLICE_BASE)
  111. POLICE_BASE:Play()
  112. wait(0.5)
  113. policebase.TextColor3 = Color3.fromRGB(255, 255, 255)
  114. end)
  115.  
  116. herobase.Name = "herobase"
  117. herobase.Parent = mainteleport
  118. herobase.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  119. herobase.BackgroundTransparency = 1.000
  120. herobase.Position = UDim2.new(0, 0, 0.176630437, 0)
  121. herobase.Size = UDim2.new(0, 194, 0, 20)
  122. herobase.Font = Enum.Font.SourceSansBold
  123. herobase.Text = "Hero Base"
  124. herobase.TextColor3 = Color3.fromRGB(255, 255, 255)
  125. herobase.TextSize = 18.000
  126. herobase.MouseButton1Click:connect(function()
  127. herobase.TextColor3 = Color3.fromRGB(255, 102, 0)
  128. local INFO_HERO_BASE = TweenInfo.new(
  129. 1,
  130. Enum.EasingStyle.Linear,
  131. Enum.EasingDirection.Out,
  132. 0,
  133. false,
  134. 0
  135. )
  136. local GOALS_HERO_BASE = {
  137. Position = Vector3.new(-821.164307, 346.375702, 809.846069)
  138. }
  139. local HERO_BASE = tweens:Create(game.Players.LocalPlayer.Character.HumanoidRootPart,INFO_HERO_BASE,GOALS_HERO_BASE)
  140. HERO_BASE:Play()
  141. wait(0.5)
  142. herobase.TextColor3 = Color3.fromRGB(255, 255, 255)
  143. end)
  144.  
  145. villanbase.Name = "villanbase"
  146. villanbase.Parent = mainteleport
  147. villanbase.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  148. villanbase.BackgroundTransparency = 1.000
  149. villanbase.Position = UDim2.new(0, 0, 0.230978265, 0)
  150. villanbase.Size = UDim2.new(0, 194, 0, 20)
  151. villanbase.Font = Enum.Font.SourceSansBold
  152. villanbase.Text = "Villan Base"
  153. villanbase.TextColor3 = Color3.fromRGB(255, 255, 255)
  154. villanbase.TextSize = 18.000
  155. villanbase.MouseButton1Click:connect(function()
  156. villanbase.TextColor3 = Color3.fromRGB(255, 102, 0)
  157. local INFO_VILLAN_BASE = TweenInfo.new(
  158. 1,
  159. Enum.EasingStyle.Linear,
  160. Enum.EasingDirection.Out,
  161. 0,
  162. false,
  163. 0
  164. )
  165. local GOALS_VILLAN_BASE = {
  166. Position = Vector3.new(-1432.99475, 21.1004524, 1289.40906)
  167. }
  168. local VILLAN_BASE = tweens:Create(game.Players.LocalPlayer.Character.HumanoidRootPart,INFO_VILLAN_BASE,GOALS_VILLAN_BASE)
  169. VILLAN_BASE:Play()
  170. wait(0.5)
  171. villanbase.TextColor3 = Color3.fromRGB(255, 255, 255)
  172. end)
  173.  
  174. airport.Name = "airport"
  175. airport.Parent = mainteleport
  176. airport.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  177. airport.BackgroundTransparency = 1.000
  178. airport.Position = UDim2.new(0, 0, 0.285326093, 0)
  179. airport.Size = UDim2.new(0, 194, 0, 20)
  180. airport.Font = Enum.Font.SourceSansBold
  181. airport.Text = "Airport"
  182. airport.TextColor3 = Color3.fromRGB(255, 255, 255)
  183. airport.TextSize = 18.000
  184. airport.MouseButton1Click:connect(function()
  185. airport.TextColor3 = Color3.fromRGB(255, 102, 0)
  186. local INFO_AIRPORT = TweenInfo.new(
  187. 1,
  188. Enum.EasingStyle.Linear,
  189. Enum.EasingDirection.Out,
  190. 0,
  191. false,
  192. 0
  193. )
  194. local GOALS_AIRPORT = {
  195. Position = Vector3.new(-2415, 25.2689934, -1406.30005)
  196. }
  197. local AIRPORT = tweens:Create(game.Players.LocalPlayer.Character.HumanoidRootPart,INFO_AIRPORT,GOALS_AIRPORT)
  198. AIRPORT:Play()
  199. wait(0.5)
  200. airport.TextColor3 = Color3.fromRGB(255, 255, 255)
  201. end)
  202.  
  203. bank.Name = "bank"
  204. bank.Parent = mainteleport
  205. bank.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  206. bank.BackgroundTransparency = 1.000
  207. bank.Position = UDim2.new(0, 0, 0.339673907, 0)
  208. bank.Size = UDim2.new(0, 194, 0, 20)
  209. bank.Font = Enum.Font.SourceSansBold
  210. bank.Text = "Bank"
  211. bank.TextColor3 = Color3.fromRGB(255, 255, 255)
  212. bank.TextSize = 18.000
  213. bank.MouseButton1Click:connect(function()
  214. bank.TextColor3 = Color3.fromRGB(255, 102, 0)
  215. local INFO_BANK = TweenInfo.new(
  216. 1,
  217. Enum.EasingStyle.Linear,
  218. Enum.EasingDirection.Out,
  219. 0,
  220. false,
  221. 0
  222. )
  223. local GOALS_BANK = {
  224. Position = Vector3.new(636.217407, 25.3781185, 533.649475)
  225. }
  226. local BANK = tweens:Create(game.Players.LocalPlayer.Character.HumanoidRootPart,INFO_BANK,GOALS_BANK)
  227. BANK:Play()
  228. wait(0.5)
  229. bank.TextColor3 = Color3.fromRGB(255, 255, 255)
  230. end)
  231.  
  232. jewelry.Name = "jewelry"
  233. jewelry.Parent = mainteleport
  234. jewelry.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  235. jewelry.BackgroundTransparency = 1.000
  236. jewelry.Position = UDim2.new(0, 0, 0.39402172, 0)
  237. jewelry.Size = UDim2.new(0, 194, 0, 20)
  238. jewelry.Font = Enum.Font.SourceSansBold
  239. jewelry.Text = "Jewelry"
  240. jewelry.TextColor3 = Color3.fromRGB(255, 255, 255)
  241. jewelry.TextSize = 18.000
  242. jewelry.MouseButton1Click:connect(function()
  243. jewelry.TextColor3 = Color3.fromRGB(255, 102, 0)
  244. local INFO_JEWELRY = TweenInfo.new(
  245. 1,
  246. Enum.EasingStyle.Linear,
  247. Enum.EasingDirection.Out,
  248. 0,
  249. false,
  250. 0
  251. )
  252. local GOALS_JEWELRY = {
  253. Position = Vector3.new(-77.0835724, 86.6779785, 819.858398)
  254. }
  255. local JEWELRY = tweens:Create(game.Players.LocalPlayer.Character.HumanoidRootPart,INFO_JEWELRY,GOALS_JEWELRY)
  256. JEWELRY:Play()
  257. wait(0.5)
  258. jewelry.TextColor3 = Color3.fromRGB(255, 255, 255)
  259. end)
  260.  
  261. club.Name = "club"
  262. club.Parent = mainteleport
  263. club.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  264. club.BackgroundTransparency = 1.000
  265. club.Position = UDim2.new(0, 0, 0.448369533, 0)
  266. club.Size = UDim2.new(0, 194, 0, 20)
  267. club.Font = Enum.Font.SourceSansBold
  268. club.Text = "Club"
  269. club.TextColor3 = Color3.fromRGB(255, 255, 255)
  270. club.TextSize = 18.000
  271. club.MouseButton1Click:connect(function()
  272. club.TextColor3 = Color3.fromRGB(255, 102, 0)
  273. local INFO_CLUB = TweenInfo.new(
  274. 1,
  275. Enum.EasingStyle.Linear,
  276. Enum.EasingDirection.Out,
  277. 0,
  278. false,
  279. 0
  280. )
  281. local GOALS_CLUB = {
  282. Position = Vector3.new(1359.78906, 44.2169647, -146.555435)
  283. }
  284. local CLUB = tweens:Create(game.Players.LocalPlayer.Character.HumanoidRootPart,INFO_CLUB,GOALS_CLUB)
  285. CLUB:Play()
  286. wait(0.5)
  287. club.TextColor3 = Color3.fromRGB(255, 255, 255)
  288. end)
  289.  
  290. pyramid.Name = "pyramid"
  291. pyramid.Parent = mainteleport
  292. pyramid.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  293. pyramid.BackgroundTransparency = 1.000
  294. pyramid.Position = UDim2.new(0, 0, 0.502717376, 0)
  295. pyramid.Size = UDim2.new(0, 194, 0, 20)
  296. pyramid.Font = Enum.Font.SourceSansBold
  297. pyramid.Text = "Pyramid"
  298. pyramid.TextColor3 = Color3.fromRGB(255, 255, 255)
  299. pyramid.TextSize = 18.000
  300. pyramid.MouseButton1Click:connect(function()
  301. pyramid.TextColor3 = Color3.fromRGB(255, 102, 0)
  302. local INFO_PYRAMID = TweenInfo.new(
  303. 1,
  304. Enum.EasingStyle.Linear,
  305. Enum.EasingDirection.Out,
  306. 0,
  307. false,
  308. 0
  309. )
  310. local GOALS_PYRAMID = {
  311. Position = Vector3.new(-1043.98047, 17.9145851, -500.099243)
  312. }
  313. local PYRAMID = tweens:Create(game.Players.LocalPlayer.Character.HumanoidRootPart,INFO_PYRAMID,GOALS_PYRAMID)
  314. PYRAMID:Play()
  315. wait(0.5)
  316. pyramid.TextColor3 = Color3.fromRGB(255, 255, 255)
  317. end)
  318.  
  319. ship.Name = "ship"
  320. ship.Parent = mainteleport
  321. ship.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  322. ship.BackgroundTransparency = 1.000
  323. ship.Position = UDim2.new(0, 0, 0.557065189, 0)
  324. ship.Size = UDim2.new(0, 194, 0, 20)
  325. ship.Font = Enum.Font.SourceSansBold
  326. ship.Text = "Ship"
  327. ship.TextColor3 = Color3.fromRGB(255, 255, 255)
  328. ship.TextSize = 18.000
  329. ship.MouseButton1Click:connect(function()
  330. ship.TextColor3 = Color3.fromRGB(255, 102, 0)
  331. local INFO_SHIP = TweenInfo.new(
  332. 1,
  333. Enum.EasingStyle.Linear,
  334. Enum.EasingDirection.Out,
  335. 0,
  336. false,
  337. 0
  338. )
  339. local GOALS_SHIP = {
  340. Position = Vector3.new(2468.08374, 34.7043686, 269.751526)
  341. }
  342. local SHIP = tweens:Create(game.Players.LocalPlayer.Character.HumanoidRootPart,INFO_SHIP,GOALS_SHIP)
  343. SHIP:Play()
  344. wait(0.5)
  345. ship.TextColor3 = Color3.fromRGB(255, 255, 255)
  346. end)
  347.  
  348. casino.Name = "casino"
  349. casino.Parent = mainteleport
  350. casino.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  351. casino.BackgroundTransparency = 1.000
  352. casino.Position = UDim2.new(0, 0, 0.611413002, 0)
  353. casino.Size = UDim2.new(0, 194, 0, 20)
  354. casino.Font = Enum.Font.SourceSansBold
  355. casino.Text = "Casino"
  356. casino.TextColor3 = Color3.fromRGB(255, 255, 255)
  357. casino.TextSize = 18.000
  358. casino.MouseButton1Click:connect(function()
  359. casino.TextColor3 = Color3.fromRGB(255, 102, 0)
  360. local INFO_CASINO = TweenInfo.new(
  361. 1,
  362. Enum.EasingStyle.Linear,
  363. Enum.EasingDirection.Out,
  364. 0,
  365. false,
  366. 0
  367. )
  368. local GOALS_CASINO = {
  369. Position = Vector3.new(1696.83105, 37.7780762, 753.836243)
  370. }
  371. local CASINO = tweens:Create(game.Players.LocalPlayer.Character.HumanoidRootPart,INFO_CASINO,GOALS_CASINO)
  372. CASINO:Play()
  373. wait(0.5)
  374. casino.TextColor3 = Color3.fromRGB(255, 255, 255)
  375. end)
  376.  
  377. freehouse.Name = "freehouse"
  378. freehouse.Parent = mainteleport
  379. freehouse.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  380. freehouse.BackgroundTransparency = 1.000
  381. freehouse.Position = UDim2.new(0, 0, 0.665760815, 0)
  382. freehouse.Size = UDim2.new(0, 194, 0, 20)
  383. freehouse.Font = Enum.Font.SourceSansBold
  384. freehouse.Text = "Free House"
  385. freehouse.TextColor3 = Color3.fromRGB(255, 255, 255)
  386. freehouse.TextSize = 18.000
  387. freehouse.MouseButton1Click:connect(function()
  388. freehouse.TextColor3 = Color3.fromRGB(255, 102, 0)
  389. local INFO_FREE_HOUSE = TweenInfo.new(
  390. 1,
  391. Enum.EasingStyle.Linear,
  392. Enum.EasingDirection.Out,
  393. 0,
  394. false,
  395. 0
  396. )
  397. local GOALS_FREE_HOUSE = {
  398. Position = Vector3.new(1045.4585, 25.6136475, 1272.07422)
  399. }
  400. local FREE_HOUSE = tweens:Create(game.Players.LocalPlayer.Character.HumanoidRootPart,INFO_FREE_HOUSE,GOALS_FREE_HOUSE)
  401. FREE_HOUSE:Play()
  402. wait(0.5)
  403. freehouse.TextColor3 = Color3.fromRGB(255, 255, 255)
  404. end)
  405.  
  406. utopiatowers.Name = "utopiatowers"
  407. utopiatowers.Parent = mainteleport
  408. utopiatowers.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  409. utopiatowers.BackgroundTransparency = 1.000
  410. utopiatowers.Position = UDim2.new(0, 0, 0.720108628, 0)
  411. utopiatowers.Size = UDim2.new(0, 194, 0, 20)
  412. utopiatowers.Font = Enum.Font.SourceSansBold
  413. utopiatowers.Text = "Utopia Towers"
  414. utopiatowers.TextColor3 = Color3.fromRGB(255, 255, 255)
  415. utopiatowers.TextSize = 18.000
  416. utopiatowers.MouseButton1Click:connect(function()
  417. utopiatowers.TextColor3 = Color3.fromRGB(255, 102, 0)
  418. local INFO_UTOPIA_TOWERS = TweenInfo.new(
  419. 1,
  420. Enum.EasingStyle.Linear,
  421. Enum.EasingDirection.Out,
  422. 0,
  423. false,
  424. 0
  425. )
  426. local GOALS_UTOPIA_TOWERS = {
  427. Position = Vector3.new(701.521545, 35.7252579, -111.544617)
  428. }
  429. local UTOPIA_TOWERS = tweens:Create(game.Players.LocalPlayer.Character.HumanoidRootPart,INFO_UTOPIA_TOWERS,GOALS_UTOPIA_TOWERS)
  430. UTOPIA_TOWERS:Play()
  431. wait(0.5)
  432. utopiatowers.TextColor3 = Color3.fromRGB(255, 255, 255)
  433. end)
  434.  
  435. carshop.Name = "carshop"
  436. carshop.Parent = mainteleport
  437. carshop.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  438. carshop.BackgroundTransparency = 1.000
  439. carshop.Position = UDim2.new(0, 0, 0.774456441, 0)
  440. carshop.Size = UDim2.new(0, 194, 0, 20)
  441. carshop.Font = Enum.Font.SourceSansBold
  442. carshop.Text = "Car Shop"
  443. carshop.TextColor3 = Color3.fromRGB(255, 255, 255)
  444. carshop.TextSize = 18.000
  445. carshop.MouseButton1Click:connect(function()
  446. carshop.TextColor3 = Color3.fromRGB(255, 102, 0)
  447. local INFO_CAR_SHOP = TweenInfo.new(
  448. 1,
  449. Enum.EasingStyle.Linear,
  450. Enum.EasingDirection.Out,
  451. 0,
  452. false,
  453. 0
  454. )
  455. local GOALS_CAR_SHOP = {
  456. Position = Vector3.new(216.354019, 25.4312515, -603.742004)
  457. }
  458. local CAR_SHOP = tweens:Create(game.Players.LocalPlayer.Character.HumanoidRootPart,INFO_CAR_SHOP,GOALS_CAR_SHOP)
  459. CAR_SHOP:Play()
  460. wait(0.5)
  461. carshop.TextColor3 = Color3.fromRGB(255, 255, 255)
  462. end)
  463.  
  464. boatshop.Name = "boatshop"
  465. boatshop.Parent = mainteleport
  466. boatshop.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  467. boatshop.BackgroundTransparency = 1.000
  468. boatshop.Position = UDim2.new(0, 0, 0.828804255, 0)
  469. boatshop.Size = UDim2.new(0, 194, 0, 20)
  470. boatshop.Font = Enum.Font.SourceSansBold
  471. boatshop.Text = "Boat Shop"
  472. boatshop.TextColor3 = Color3.fromRGB(255, 255, 255)
  473. boatshop.TextSize = 18.000
  474. boatshop.MouseButton1Click:connect(function()
  475. boatshop.TextColor3 = Color3.fromRGB(255, 102, 0)
  476. local INFO_BOAT_SHOP = TweenInfo.new(
  477. 1,
  478. Enum.EasingStyle.Linear,
  479. Enum.EasingDirection.Out,
  480. 0,
  481. false,
  482. 0
  483. )
  484. local GOALS_BOAT_SHOP = {
  485. Position = Vector3.new(-176.431656, 35.3261032, 302.712494)
  486. }
  487. local BOAT_SHOP = tweens:Create(game.Players.LocalPlayer.Character.HumanoidRootPart,INFO_BOAT_SHOP,GOALS_BOAT_SHOP)
  488. BOAT_SHOP:Play()
  489. wait(0.5)
  490. boatshop.TextColor3 = Color3.fromRGB(255, 255, 255)
  491. end)
  492.  
  493. gunshop.Name = "gunshop"
  494. gunshop.Parent = mainteleport
  495. gunshop.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  496. gunshop.BackgroundTransparency = 1.000
  497. gunshop.Position = UDim2.new(0, 0, 0.883152068, 0)
  498. gunshop.Size = UDim2.new(0, 194, 0, 20)
  499. gunshop.Font = Enum.Font.SourceSansBold
  500. gunshop.Text = "Gun Shop"
  501. gunshop.TextColor3 = Color3.fromRGB(255, 255, 255)
  502. gunshop.TextSize = 18.000
  503. gunshop.MouseButton1Click:connect(function()
  504. gunshop.TextColor3 = Color3.fromRGB(255, 102, 0)
  505. local INFO_GUN_SHOP = TweenInfo.new(
  506. 1,
  507. Enum.EasingStyle.Linear,
  508. Enum.EasingDirection.Out,
  509. 0,
  510. false,
  511. 0
  512. )
  513. local GOALS_GUN_SHOP = {
  514. Position = Vector3.new(-1643.69299, 42.7887802, 681.217773)
  515. }
  516. local GUN_SHOP = tweens:Create(game.Players.LocalPlayer.Character.HumanoidRootPart,INFO_GUN_SHOP,GOALS_GUN_SHOP)
  517. GUN_SHOP:Play()
  518. wait(0.5)
  519. gunshop.TextColor3 = Color3.fromRGB(255, 255, 255)
  520. end)
  521.  
  522. electronicshop.Name = "electronicshop"
  523. electronicshop.Parent = mainteleport
  524. electronicshop.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  525. electronicshop.BackgroundTransparency = 1.000
  526. electronicshop.Position = UDim2.new(0, 0, 0.937499881, 0)
  527. electronicshop.Size = UDim2.new(0, 194, 0, 20)
  528. electronicshop.Font = Enum.Font.SourceSansBold
  529. electronicshop.Text = "Electronics Shop"
  530. electronicshop.TextColor3 = Color3.fromRGB(255, 255, 255)
  531. electronicshop.TextSize = 18.000
  532. electronicshop.MouseButton1Click:connect(function()
  533. electronicshop.TextColor3 = Color3.fromRGB(255, 102, 0)
  534. local INFO_ELECTRONIC_SHOP = TweenInfo.new(
  535. 1,
  536. Enum.EasingStyle.Linear,
  537. Enum.EasingDirection.Out,
  538. 0,
  539. false,
  540. 0
  541. )
  542. local GOALS_ELECTRONIC_SHOP = {
  543. Position = Vector3.new(952.934753, 25.522522, 89.8989029)
  544. }
  545. local ELECTRONIC_SHOP = tweens:Create(game.Players.LocalPlayer.Character.HumanoidRootPart,INFO_ELECTRONIC_SHOP,GOALS_ELECTRONIC_SHOP)
  546. ELECTRONIC_SHOP:Play()
  547. wait(0.5)
  548. electronicshop.TextColor3 = Color3.fromRGB(255, 255, 255)
  549. end)
  550.  
  551. teleporttstitle.Name = "teleporttstitle"
  552. teleporttstitle.Parent = mainteleport
  553. teleporttstitle.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  554. teleporttstitle.BackgroundTransparency = 1.000
  555. teleporttstitle.Size = UDim2.new(0, 194, 0, 25)
  556. teleporttstitle.Font = Enum.Font.SourceSansBold
  557. teleporttstitle.Text = "Teleports"
  558. teleporttstitle.TextColor3 = Color3.fromRGB(255, 255, 255)
  559. teleporttstitle.TextSize = 24.000
  560.  
  561. yard.Name = "yard"
  562. yard.Parent = mainteleport
  563. yard.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  564. yard.BackgroundTransparency = 1.000
  565. yard.Position = UDim2.new(0, 0, 0.991847694, 0)
  566. yard.Size = UDim2.new(0, 194, 0, 20)
  567. yard.Font = Enum.Font.SourceSansBold
  568. yard.Text = "Yard"
  569. yard.TextColor3 = Color3.fromRGB(255, 255, 255)
  570. yard.TextSize = 18.000
  571. yard.MouseButton1Click:connect(function()
  572. yard.TextColor3 = Color3.fromRGB(255, 102, 0)
  573. local INFO_YARD = TweenInfo.new(
  574. 1,
  575. Enum.EasingStyle.Linear,
  576. Enum.EasingDirection.Out,
  577. 0,
  578. false,
  579. 0
  580. )
  581. local GOALS_YARD = {
  582. Position = Vector3.new(-1054.17078, 53.0554581, -3083.8313)
  583. }
  584. local YARD = tweens:Create(game.Players.LocalPlayer.Character.HumanoidRootPart,INFO_YARD,GOALS_YARD)
  585. YARD:Play()
  586. wait(0.5)
  587. yard.TextColor3 = Color3.fromRGB(255, 255, 255)
  588. end)
  589.  
  590. plrbox.Name = "plrbox"
  591. plrbox.Parent = mainteleport
  592. plrbox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  593. plrbox.BackgroundTransparency = 1.000
  594. plrbox.Position = UDim2.new(0, 0, 1.25815225, 0)
  595. plrbox.Size = UDim2.new(0, 194, 0, 20)
  596. plrbox.Font = Enum.Font.SourceSansBold
  597. plrbox.PlaceholderColor3 = Color3.fromRGB(188, 188, 188)
  598. plrbox.PlaceholderText = "Select a Player"
  599. plrbox.Text = ""
  600. plrbox.TextColor3 = Color3.fromRGB(188, 188, 188)
  601. plrbox.TextSize = 18.000
  602.  
  603. gastation.Name = "gastation"
  604. gastation.Parent = mainteleport
  605. gastation.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  606. gastation.BackgroundTransparency = 1.000
  607. gastation.Position = UDim2.new(0, 0, 1.15217376, 0)
  608. gastation.Size = UDim2.new(0, 194, 0, 20)
  609. gastation.Font = Enum.Font.SourceSansBold
  610. gastation.Text = "Gas Station"
  611. gastation.TextColor3 = Color3.fromRGB(255, 255, 255)
  612. gastation.TextSize = 18.000
  613. gastation.MouseButton1Click:connect(function()
  614. gastation.TextColor3 = Color3.fromRGB(255, 102, 0)
  615. local INFO_GAS_STATION = TweenInfo.new(
  616. 1,
  617. Enum.EasingStyle.Linear,
  618. Enum.EasingDirection.Out,
  619. 0,
  620. false,
  621. 0
  622. )
  623. local GOALS_GAS_STATION = {
  624. Position = Vector3.new(2143.81226, 25.6119041, 452.861938)
  625. }
  626. local GAS_STATION = tweens:Create(game.Players.LocalPlayer.Character.HumanoidRootPart,INFO_GAS_STATION,GOALS_GAS_STATION)
  627. GAS_STATION:Play()
  628. wait(0.5)
  629. gastation.TextColor3 = Color3.fromRGB(255, 255, 255)
  630. end)
  631.  
  632. militarybase.Name = "militarybase"
  633. militarybase.Parent = mainteleport
  634. militarybase.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  635. militarybase.BackgroundTransparency = 1.000
  636. militarybase.Position = UDim2.new(0, 0, 1.097826, 0)
  637. militarybase.Size = UDim2.new(0, 194, 0, 20)
  638. militarybase.Font = Enum.Font.SourceSansBold
  639. militarybase.Text = "Military Base"
  640. militarybase.TextColor3 = Color3.fromRGB(255, 255, 255)
  641. militarybase.TextSize = 18.000
  642. militarybase.MouseButton1Click:connect(function()
  643. militarybase.TextColor3 = Color3.fromRGB(255, 102, 0)
  644. local INFO_MILITARY_BASE = TweenInfo.new(
  645. 1,
  646. Enum.EasingStyle.Linear,
  647. Enum.EasingDirection.Out,
  648. 0,
  649. false,
  650. 0
  651. )
  652. local GOALS_MILITARY_BASE = {
  653. Position = Vector3.new(2143.81226, 25.6119041, 452.861938)
  654. }
  655. local MILITARY_BASE = tweens:Create(game.Players.LocalPlayer.Character.HumanoidRootPart,INFO_MILITARY_BASE,GOALS_MILITARY_BASE)
  656. MILITARY_BASE:Play()
  657. wait(0.5)
  658. militarybase.TextColor3 = Color3.fromRGB(255, 255, 255)
  659. end)
  660.  
  661. monstartruck.Name = "monstartruck"
  662. monstartruck.Parent = mainteleport
  663. monstartruck.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  664. monstartruck.BackgroundTransparency = 1.000
  665. monstartruck.Position = UDim2.new(0, 0, 1.04347813, 0)
  666. monstartruck.Size = UDim2.new(0, 194, 0, 20)
  667. monstartruck.Font = Enum.Font.SourceSansBold
  668. monstartruck.Text = "Monster Truck"
  669. monstartruck.TextColor3 = Color3.fromRGB(255, 255, 255)
  670. monstartruck.TextSize = 18.000
  671. monstartruck.MouseButton1Click:connect(function()
  672. monstartruck.TextColor3 = Color3.fromRGB(255, 102, 0)
  673. local INFO_MONSTTER_TRUCK = TweenInfo.new(
  674. 1,
  675. Enum.EasingStyle.Linear,
  676. Enum.EasingDirection.Out,
  677. 0,
  678. false,
  679. 0
  680. )
  681. local GOALS_MONSTTER_TRUCK = {
  682. Position = Vector3.new(-2060.59204, 40.9511185, -866.997009)
  683. }
  684. local MONSTTER_TRUCK = tweens:Create(game.Players.LocalPlayer.Character.HumanoidRootPart,INFO_MONSTTER_TRUCK,GOALS_MONSTTER_TRUCK)
  685. MONSTTER_TRUCK:Play()
  686. wait(0.5)
  687. monstartruck.TextColor3 = Color3.fromRGB(255, 255, 255)
  688. end)
  689.  
  690. player.Name = "player"
  691. player.Parent = mainteleport
  692. player.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  693. player.BackgroundTransparency = 1.000
  694. player.Position = UDim2.new(0, 0, 1.20652163, 0)
  695. player.Size = UDim2.new(0, 194, 0, 20)
  696. player.Font = Enum.Font.SourceSansBold
  697. player.Text = "Player"
  698. player.TextColor3 = Color3.fromRGB(255, 255, 255)
  699. player.TextSize = 18.000
  700. player.MouseButton1Click:connect(function()
  701. player.TextColor3 = Color3.fromRGB(255, 102, 0)
  702. local Remote = game.ReplicatedStorage['Event']
  703.  
  704. local Arguments = {
  705. [1] = "Dialogue",
  706. [2] = {
  707. [1] = {
  708. ["Delay"] = 0.2,
  709. ["Text"] = "Coming Soon"
  710. }
  711. }
  712. }
  713.  
  714. Remote:FireServer(unpack(Arguments))
  715. wait(0.5)
  716. player.TextColor3 = Color3.fromRGB(255, 255, 255)
  717. end)
  718.  
  719. local function YLMVFJ_fake_script() -- mainteleport.shortplr
  720. local script = Instance.new('LocalScript', mainteleport)
  721.  
  722. plrbox.FocusLost:connect(function()
  723. for i,v in pairs(game.Players:GetChildren()) do
  724. if (string.sub(string.lower(v.Name),1,string.len(plrbox.Text))) == string.lower(plrbox.Text) then
  725. plrbox.Text = v.Name
  726. end
  727. end
  728. end)
  729. end
  730. coroutine.wrap(YLMVFJ_fake_script)()
  731. local function CLKCT_fake_script() -- teleportsframe.dragteleports
  732. local script = Instance.new('LocalScript', teleportsframe)
  733.  
  734. print("Hello world!")
  735. local UserInputService = game:GetService("UserInputService")
  736.  
  737. local gui = script.Parent
  738.  
  739. local dragging
  740. local dragInput
  741. local dragStart
  742. local startPos
  743.  
  744. local function update(input)
  745. local delta = input.Position - dragStart
  746. gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  747. end
  748.  
  749. gui.InputBegan:Connect(function(input)
  750. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  751. dragging = true
  752. dragStart = input.Position
  753. startPos = gui.Position
  754.  
  755. input.Changed:Connect(function()
  756. if input.UserInputState == Enum.UserInputState.End then
  757. dragging = false
  758. end
  759. end)
  760. end
  761. end)
  762.  
  763. gui.InputChanged:Connect(function(input)
  764. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  765. dragInput = input
  766. end
  767. end)
  768.  
  769. UserInputService.InputChanged:Connect(function(input)
  770. if input == dragInput and dragging then
  771. update(input)
  772. end
  773. end)
  774. end
  775. coroutine.wrap(CLKCT_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement