DashaBars

Dominus Tycoon

Jan 23rd, 2021 (edited)
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. local player = game.Players.LocalPlayer
  2. local library = loadstring(game:HttpGet('https://pastebin.com/raw/Cz1cDh3Y',true))()
  3. library.options.underlinecolor = 'rainbow'
  4.  
  5. local Teleports = library:CreateWindow('KOTH')
  6.  
  7. local a1 = Teleports:Button('KOTH 1', function()
  8. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new (77, 119, -180)
  9. end)
  10. local a2 = Teleports:Button('KOTH 2', function()
  11. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new (370, 119, 313)
  12. end)
  13.  
  14. local Teleports = library:CreateWindow('Flag')
  15.  
  16. local a1 = Teleports:Button('Infernus Flag', function()
  17. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new (230, 93, 285)
  18. end)
  19. local a2 = Teleports:Button('Messor Flag', function()
  20. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new (93, 93, -57)
  21. end)
  22. local a3 = Teleports:Button('Astra Flag', function()
  23. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new (372, 93, -59)
  24. end)
  25. local a4 = Teleports:Button('Aureus Flag', function()
  26. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new (377, 93, 200)
  27. end)
  28. local a5 = Teleports:Button('Empyreus Flag', function()
  29. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new (92, 93, 200)
  30. end)
  31. local a6 = Teleports:Button('Frigidus Flag', function()
  32. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new (228, 93, -143)
  33. end)
  34. local a7 = Teleports:Button('Spawn', function()
  35. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new (235, 96, 51)
  36. end)
Add Comment
Please, Sign In to add comment