LoucoExploitYT

SKYWARS ROBLOX GUI - FREE MEGA VIP

Jun 23rd, 2019
467
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.34 KB | None | 0 0
  1. -- by Yukari Yakumo
  2.  
  3. -- Instances:
  4. local SkywarsGui = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local TextButton1 = Instance.new("TextButton")
  7. local TextButton2 = Instance.new("TextButton")
  8. local TextButton10 = Instance.new("TextButton")
  9. local TextLabel = Instance.new("TextLabel")
  10. local TextLabel2 = Instance.new("TextLabel")
  11. --Properties:
  12. SkywarsGui.Name = "SkywarsGui"
  13. SkywarsGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  14.  
  15. Frame.Parent = SkywarsGui
  16. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  17. Frame.BorderColor3 = Color3.new(1, 0, 0.784314)
  18. Frame.BorderSizePixel = 10
  19. Frame.Position = UDim2.new(0.00729927002, 0, 0.132411063, 0)
  20. Frame.Size = UDim2.new(0, 211, 0, 191)
  21.  
  22. TextButton1.Name = "TextButton1"
  23. TextButton1.Parent = Frame
  24. TextButton1.BackgroundColor3 = Color3.new(0, 0, 0)
  25. TextButton1.BackgroundTransparency = 0.80000001192093
  26. TextButton1.Position = UDim2.new(0.0189573467, 0, 0.211428568, 0)
  27. TextButton1.Size = UDim2.new(0, 200, 0, 29)
  28. TextButton1.Font = Enum.Font.SciFi
  29. TextButton1.Text = "Teleport to VIP Room"
  30. TextButton1.TextColor3 = Color3.new(0, 0, 0)
  31. TextButton1.TextSize = 14
  32. TextButton1.MouseButton1Down:connect(function()
  33. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0.324219227, 264, -69.9828949)
  34. end)
  35.  
  36. TextButton2.Name = "TextButton2"
  37. TextButton2.Parent = Frame
  38. TextButton2.BackgroundColor3 = Color3.new(0, 0, 0)
  39. TextButton2.BackgroundTransparency = 0.80000001192093
  40. TextButton2.Position = UDim2.new(0.0189573467, 0, 0.428571433, 0)
  41. TextButton2.Size = UDim2.new(0, 200, 0, 28)
  42. TextButton2.Font = Enum.Font.SciFi
  43. TextButton2.Text = "Teleport to MEGA VIP Room"
  44. TextButton2.TextColor3 = Color3.new(0, 0, 0)
  45. TextButton2.TextSize = 14
  46. TextButton2.MouseButton1Down:connect(function()
  47. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1.06104672, 264, 72.2138901)
  48. end)
  49.  
  50. TextButton10.Name = "TextButton10"
  51. TextButton10.Parent = Frame
  52. TextButton10.BackgroundColor3 = Color3.new(0, 0, 0)
  53. TextButton10.BackgroundTransparency = 0.80000001192093
  54. TextButton10.Position = UDim2.new(0.0236966833, 0, 0.639999986, 0)
  55. TextButton10.Size = UDim2.new(0, 200, 0, 28)
  56. TextButton10.Font = Enum.Font.SciFi
  57. TextButton10.Text = "Teleport to Lobby"
  58. TextButton10.TextColor3 = Color3.new(0.0313726, 0, 1)
  59. TextButton10.TextSize = 20
  60. TextButton10.MouseButton1Down:connect(function()
  61. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-0.0351245105, 264, 22.2895088)
  62. end)
  63.  
  64. TextLabel.Parent = Frame
  65. TextLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  66. TextLabel.BackgroundTransparency = 1
  67. TextLabel.BorderColor3 = Color3.new(1, 1, 1)
  68. TextLabel.Position = UDim2.new(-0.00200819597, 0, -0.0400529802, 0)
  69. TextLabel.Size = UDim2.new(0, 209, 0, 50)
  70. TextLabel.Font = Enum.Font.Fantasy
  71. TextLabel.Text = "Skywars Gui"
  72. TextLabel.TextColor3 = Color3.new(1, 0, 0)
  73. TextLabel.TextSize = 20
  74.  
  75. TextLabel2.Name = "TextLabel2"
  76. TextLabel2.Parent = Frame
  77. TextLabel2.BackgroundColor3 = Color3.new(0, 0, 0)
  78. TextLabel2.BackgroundTransparency = 1
  79. TextLabel2.BorderColor3 = Color3.new(1, 1, 1)
  80. TextLabel2.Position = UDim2.new(0.0331753567, 0, 0.801047146, 0)
  81. TextLabel2.Size = UDim2.new(0, 204, 0, 32)
  82. TextLabel2.Text = "by Yukari Yakumo"
  83. TextLabel2.TextColor3 = Color3.new(0.933333, 0.172549, 1)
  84. TextLabel2.TextSize = 17
Add Comment
Please, Sign In to add comment