Advertisement
Pro_Pastebin_Person1

Untitled

Mar 25th, 2020
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.05 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5. local API = loadstring(game:HttpGet("https://pastebin.com/raw/xKuLuK1D"))()
  6. local NewAPI = API:Load()
  7.  
  8. local amypassed = Instance.new("ScreenGui")
  9. local Main = Instance.new("Frame")
  10. local TextLabel = Instance.new("TextLabel")
  11. local TextLabel_2 = Instance.new("TextLabel")
  12. local TextLabel_3 = Instance.new("TextLabel")
  13. local TextLabel_4 = Instance.new("TextLabel")
  14. local rainbow = Instance.new("Frame")
  15. local Frame = Instance.new("Frame")
  16. local Close = Instance.new("TextButton")
  17.  
  18. --Properties:
  19.  
  20. amypassed.Name = "amypassed"
  21. amypassed.Parent = game.CoreGui
  22.  
  23. Main.Name = "Main"
  24. Main.Parent = amypassed
  25. Main.BackgroundColor3 = Color3.fromRGB(28, 164, 255)
  26. Main.BorderSizePixel = 0
  27. Main.Position = UDim2.new(0.5, -206, 0.5, -145)
  28. Main.Size = UDim2.new(0, 413, 0, 291)
  29.  
  30. NewAPI:CustomDrag(Main, 0)
  31.  
  32. TextLabel.Parent = Main
  33. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  34. TextLabel.BackgroundTransparency = 1.000
  35. TextLabel.BorderSizePixel = 0
  36. TextLabel.Position = UDim2.new(0.22276029, 0, 0.0171821304, 0)
  37. TextLabel.Size = UDim2.new(0, 108, 0, 43)
  38. TextLabel.Font = Enum.Font.GothamSemibold
  39. TextLabel.Text = "Amy"
  40. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  41. TextLabel.TextScaled = true
  42. TextLabel.TextSize = 14.000
  43. TextLabel.TextWrapped = true
  44.  
  45. TextLabel_2.Parent = Main
  46. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  47. TextLabel_2.BackgroundTransparency = 1.000
  48. TextLabel_2.BorderSizePixel = 0
  49. TextLabel_2.Position = UDim2.new(0.484261513, 0, 0, 0)
  50. TextLabel_2.Size = UDim2.new(0, 121, 0, 53)
  51. TextLabel_2.Font = Enum.Font.GothamSemibold
  52. TextLabel_2.Text = "Passed"
  53. TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  54. TextLabel_2.TextScaled = true
  55. TextLabel_2.TextSize = 14.000
  56. TextLabel_2.TextWrapped = true
  57.  
  58. TextLabel_3.Parent = Main
  59. TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  60. TextLabel_3.BackgroundTransparency = 1.000
  61. TextLabel_3.BorderColor3 = Color3.fromRGB(77, 121, 152)
  62. TextLabel_3.BorderSizePixel = 0
  63. TextLabel_3.Position = UDim2.new(0.251815975, 0, 0.164948449, 0)
  64. TextLabel_3.Size = UDim2.new(0, 204, 0, 53)
  65. TextLabel_3.Font = Enum.Font.GothamSemibold
  66. TextLabel_3.Text = "Her Driving Test!"
  67. TextLabel_3.TextColor3 = Color3.fromRGB(94, 94, 94)
  68. TextLabel_3.TextScaled = true
  69. TextLabel_3.TextSize = 14.000
  70. TextLabel_3.TextWrapped = true
  71.  
  72. TextLabel_4.Parent = Main
  73. TextLabel_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  74. TextLabel_4.BackgroundTransparency = 1.000
  75. TextLabel_4.BorderColor3 = Color3.fromRGB(77, 121, 152)
  76. TextLabel_4.BorderSizePixel = 0
  77. TextLabel_4.Position = UDim2.new(0.213075072, 0, 0.440549791, 0)
  78. TextLabel_4.Size = UDim2.new(0, 236, 0, 107)
  79. TextLabel_4.Font = Enum.Font.GothamSemibold
  80. TextLabel_4.Text = "YAY!"
  81. TextLabel_4.TextColor3 = Color3.fromRGB(94, 94, 94)
  82. TextLabel_4.TextSize = 100.000
  83. TextLabel_4.TextWrapped = true
  84.  
  85. rainbow.Name = "rainbow"
  86. rainbow.Parent = Main
  87. rainbow.BackgroundColor3 = Color3.fromRGB(156, 156, 156)
  88. rainbow.BorderSizePixel = 0
  89. rainbow.Position = UDim2.new(0.000525295734, 0, 0.161890194, 0)
  90. rainbow.Size = UDim2.new(0, 412, 0, 9)
  91. spawn(function()
  92. while wait() do
  93. local r = (math.sin(workspace.DistributedGameTime/2)/2)+0.5
  94. local g = (math.sin(workspace.DistributedGameTime)/2)+0.5
  95. local b = (math.sin(workspace.DistributedGameTime*1.5)/2)+0.5
  96.  
  97. rainbow.BackgroundColor3 = Color3.new(r, g, b)
  98. end
  99. end)
  100.  
  101. Frame.Parent = Main
  102. Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  103. Frame.BorderSizePixel = 0
  104. Frame.Position = UDim2.new(-0.00189601188, 0, 0.331292331, 0)
  105. Frame.Size = UDim2.new(0, 412, 0, 9)
  106.  
  107. Close.Name = "Close"
  108. Close.Parent = Main
  109. Close.BackgroundColor3 = Color3.fromRGB(223, 0, 0)
  110. Close.BorderSizePixel = 0
  111. Close.Position = UDim2.new(0.90569824, 0, -0.00135630183, 0)
  112. Close.Size = UDim2.new(0, 38, 0, 30)
  113. Close.Font = Enum.Font.SourceSans
  114. Close.Text = "x"
  115. Close.TextColor3 = Color3.fromRGB(255, 255, 255)
  116. Close.TextScaled = true
  117. Close.TextSize = 14.000
  118. Close.TextWrapped = true
  119. Close.MouseButton1Down:connect(function()
  120. Main.Visible = false
  121. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement