Advertisement
Guest User

zsad

a guest
Nov 17th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.02 KB | None | 0 0
  1. -- Way Up
  2. -- We Go!
  3.  
  4. -- Instances:
  5.  
  6. local UI = Instance.new("ScreenGui")
  7. local WhitelistFrame = Instance.new("Frame")
  8. local TextBox = Instance.new("TextBox")
  9. local imageLabel = Instance.new("ImageLabel")
  10. local TextLabel = Instance.new("TextLabel")
  11. local Frame = Instance.new("Frame")
  12. local TextButton = Instance.new("TextButton")
  13. local ExploitFrame = Instance.new("Frame")
  14. local DestroyThisAirline = Instance.new("Frame")
  15. local Frame_2 = Instance.new("Frame")
  16. local InfiniteYieldUse = Instance.new("TextButton")
  17. local InfiniteYIeld = Instance.new("TextLabel")
  18. local ShatterVastUse = Instance.new("TextButton")
  19. local ShatterVast = Instance.new("TextLabel")
  20. local TextButton_2 = Instance.new("TextButton")
  21. local Credits = Instance.new("Frame")
  22. local Frame_3 = Instance.new("Frame")
  23. local TextButton_3 = Instance.new("TextButton")
  24. local TextLabel_2 = Instance.new("TextLabel")
  25.  
  26. --Properties:
  27.  
  28. UI.Name = "UI"
  29. UI.Parent = game.Workspace
  30. UI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  31. UI.Active = true
  32. UI.Draggable = true
  33.  
  34. WhitelistFrame.Name = "WhitelistFrame"
  35. WhitelistFrame.Parent = UI
  36. WhitelistFrame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  37. WhitelistFrame.BorderSizePixel = 0
  38. WhitelistFrame.Position = UDim2.new(0.283165783, 0, 0.375368029, 0)
  39. WhitelistFrame.Size = UDim2.new(0, 556, 0, 201)
  40.  
  41. TextBox.Parent = WhitelistFrame
  42. TextBox.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  43. TextBox.BorderSizePixel = 0
  44. TextBox.Position = UDim2.new(0.188848913, 0, 0.74129355, 0)
  45. TextBox.Size = UDim2.new(0, 352, 0, 30)
  46. TextBox.Font = Enum.Font.GothamBold
  47. TextBox.PlaceholderColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  48. TextBox.PlaceholderText = "Paste Key Here"
  49. TextBox.Text = ""
  50. TextBox.TextColor3 = Color3.new(1, 1, 1)
  51. TextBox.TextSize = 14
  52. TextBox.TextXAlignment = Enum.TextXAlignment.Left
  53.  
  54. imageLabel.Name = "imageLabel"
  55. imageLabel.Parent = WhitelistFrame
  56. imageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  57. imageLabel.Position = UDim2.new(0.188848913, 0, 0.164179102, 0)
  58. imageLabel.Size = UDim2.new(0, 100, 0, 100)
  59. imageLabel.Image = "rbxasset://textures/ui/GuiImagePlaceholder.png"
  60.  
  61. TextLabel.Parent = WhitelistFrame
  62. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  63. TextLabel.BackgroundTransparency = 1
  64. TextLabel.BorderSizePixel = 0
  65. TextLabel.Position = UDim2.new(0.379496425, 0, 0.288557231, 0)
  66. TextLabel.Size = UDim2.new(0, 239, 0, 50)
  67. TextLabel.Font = Enum.Font.GothamBold
  68. TextLabel.Text = "Welcome!"
  69. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  70. TextLabel.TextScaled = true
  71. TextLabel.TextSize = 14
  72. TextLabel.TextWrapped = true
  73.  
  74. Frame.Parent = WhitelistFrame
  75. Frame.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  76. Frame.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  77. Frame.BorderSizePixel = 0
  78. Frame.Size = UDim2.new(0, 556, 0, 23)
  79.  
  80. TextButton.Parent = WhitelistFrame
  81. TextButton.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  82. TextButton.BorderSizePixel = 0
  83. TextButton.Position = UDim2.new(0.850719452, 0, 0.74129355, 0)
  84. TextButton.Size = UDim2.new(0, 71, 0, 30)
  85. TextButton.Font = Enum.Font.GothamBold
  86. TextButton.Text = "Submit"
  87. TextButton.TextColor3 = Color3.new(1, 1, 1)
  88. TextButton.TextSize = 14
  89. TextButton.MouseButton1Down:connect(function()
  90. if TextBox.Text == "AirlinesAreGay" then
  91. WhitelistFrame.Visible = false
  92. ExploitFrame.Visible = true
  93. end
  94. end)
  95.  
  96. ExploitFrame.Name = "ExploitFrame"
  97. ExploitFrame.Parent = UI
  98. ExploitFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  99. ExploitFrame.BackgroundTransparency = 1
  100. ExploitFrame.BorderSizePixel = 0
  101. ExploitFrame.Size = UDim2.new(0, 100, 0, 100)
  102. ExploitFrame.Visible = false
  103.  
  104. DestroyThisAirline.Name = "Destroy This Airline"
  105. DestroyThisAirline.Parent = ExploitFrame
  106. DestroyThisAirline.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  107. DestroyThisAirline.Position = UDim2.new(0.0839393586, 0, 0.0885610953, 0)
  108. DestroyThisAirline.Size = UDim2.new(0, 193, 0, 21)
  109.  
  110. Frame_2.Parent = DestroyThisAirline
  111. Frame_2.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  112. Frame_2.Position = UDim2.new(0, 0, 1, 0)
  113. Frame_2.Size = UDim2.new(0, 193, 0, 243)
  114.  
  115. InfiniteYieldUse.Name = "InfiniteYieldUse"
  116. InfiniteYieldUse.Parent = Frame_2
  117. InfiniteYieldUse.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  118. InfiniteYieldUse.BorderSizePixel = 0
  119. InfiniteYieldUse.Position = UDim2.new(0.658031046, 0, 0.0658436194, 0)
  120. InfiniteYieldUse.Size = UDim2.new(0, 51, 0, 27)
  121. InfiniteYieldUse.Font = Enum.Font.GothamBold
  122. InfiniteYieldUse.Text = "Use"
  123. InfiniteYieldUse.TextColor3 = Color3.new(1, 1, 1)
  124. InfiniteYieldUse.TextSize = 14
  125. ShatterVastUse.MouseButton1Click:Connect(function()
  126. loadstring(game:HttpGet(('https://pastebin.com/raw/tzTXmYf2'),true))()
  127.  
  128. print("InfiniteYield Used.")
  129.  
  130.  
  131. --bruh
  132. end)
  133.  
  134.  
  135. InfiniteYIeld.Name = "InfiniteYIeld"
  136. InfiniteYIeld.Parent = Frame_2
  137. InfiniteYIeld.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  138. InfiniteYIeld.Position = UDim2.new(0.0414507762, 0, 0.0658436194, 0)
  139. InfiniteYIeld.Size = UDim2.new(0, 111, 0, 27)
  140. InfiniteYIeld.Font = Enum.Font.GothamBold
  141. InfiniteYIeld.Text = "InfiniteYield"
  142. InfiniteYIeld.TextColor3 = Color3.new(1, 1, 1)
  143. InfiniteYIeld.TextScaled = true
  144. InfiniteYIeld.TextSize = 14
  145. InfiniteYIeld.TextWrapped = true
  146.  
  147. ShatterVastUse.Name = "ShatterVastUse"
  148. ShatterVastUse.Parent = Frame_2
  149. ShatterVastUse.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  150. ShatterVastUse.BorderSizePixel = 0
  151. ShatterVastUse.Position = UDim2.new(0.658031046, 0, 0.246913582, 0)
  152. ShatterVastUse.Size = UDim2.new(0, 51, 0, 27)
  153. ShatterVastUse.Font = Enum.Font.GothamBold
  154. ShatterVastUse.Text = "Use"
  155. ShatterVastUse.TextColor3 = Color3.new(1, 1, 1)
  156. ShatterVastUse.TextSize = 14
  157. ShatterVastUse.MouseButton1Click:Connect(function()
  158. loadstring(game:HttpGet('https://pastebin.com/raw/4cEiWZRk',true))()
  159.  
  160. print("ShatterVast Loaded.")
  161.  
  162.  
  163. --bruh
  164. end)
  165.  
  166.  
  167. ShatterVast.Name = "ShatterVast"
  168. ShatterVast.Parent = Frame_2
  169. ShatterVast.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  170. ShatterVast.Position = UDim2.new(0.0414507762, 0, 0.246913582, 0)
  171. ShatterVast.Size = UDim2.new(0, 111, 0, 27)
  172. ShatterVast.Font = Enum.Font.GothamBold
  173. ShatterVast.Text = "ShatterVast"
  174. ShatterVast.TextColor3 = Color3.new(1, 1, 1)
  175. ShatterVast.TextScaled = true
  176. ShatterVast.TextSize = 14
  177. ShatterVast.TextWrapped = true
  178.  
  179. TextButton_2.Parent = DestroyThisAirline
  180. TextButton_2.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  181. TextButton_2.BorderSizePixel = 0
  182. TextButton_2.Position = UDim2.new(0, 0, -0.0864197537, 0)
  183. TextButton_2.Size = UDim2.new(0, 193, 0, 22)
  184. TextButton_2.Font = Enum.Font.SourceSans
  185. TextButton_2.Text = "- "
  186. TextButton_2.TextColor3 = Color3.new(1, 1, 1)
  187. TextButton_2.TextScaled = true
  188. TextButton_2.TextSize = 14
  189. TextButton_2.TextWrapped = true
  190. TextButton_2.TextXAlignment = Enum.TextXAlignment.Right
  191.  
  192. Credits.Name = "Credits"
  193. Credits.Parent = ExploitFrame
  194. Credits.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  195. Credits.Position = UDim2.new(2.11214113, 0, 0.0885610953, 0)
  196. Credits.Size = UDim2.new(0, 193, 0, 81)
  197.  
  198. Frame_3.Parent = Credits
  199. Frame_3.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  200. Frame_3.BackgroundTransparency = 1
  201. Frame_3.BorderSizePixel = 0
  202. Frame_3.Size = UDim2.new(0, 193, 0, 28)
  203.  
  204. TextButton_3.Parent = Frame_3
  205. TextButton_3.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  206. TextButton_3.BorderSizePixel = 0
  207. TextButton_3.Size = UDim2.new(0, 193, 0, 22)
  208. TextButton_3.Font = Enum.Font.SourceSans
  209. TextButton_3.Text = "- "
  210. TextButton_3.TextColor3 = Color3.new(1, 1, 1)
  211. TextButton_3.TextScaled = true
  212. TextButton_3.TextSize = 14
  213. TextButton_3.TextWrapped = true
  214. TextButton_3.TextXAlignment = Enum.TextXAlignment.Right
  215.  
  216. TextLabel_2.Parent = Credits
  217. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  218. TextLabel_2.BackgroundTransparency = 1
  219. TextLabel_2.BorderSizePixel = 0
  220. TextLabel_2.Position = UDim2.new(0, 0, 0.356247306, 0)
  221. TextLabel_2.Size = UDim2.new(0, 193, 0, 36)
  222. TextLabel_2.Font = Enum.Font.GothamBold
  223. TextLabel_2.Text = "Made by Pleat... Again."
  224. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  225. TextLabel_2.TextSize = 14
  226.  
  227. -- Scripts:
  228.  
  229. local function TUNK_fake_script() -- imageLabel.LocalScript
  230. local script = Instance.new('LocalScript', imageLabel)
  231.  
  232. local Players = game:GetService("Players")
  233.  
  234. local player = Players.LocalPlayer
  235.  
  236. -- Fetch the thumbnail
  237. local userId = player.UserId
  238. local thumbType = Enum.ThumbnailType.HeadShot
  239. local thumbSize = Enum.ThumbnailSize.Size100x100
  240. local content, isReady = Players:GetUserThumbnailAsync(userId, thumbType, thumbSize)
  241.  
  242. -- Set the ImageLabel's content to the user thumbnail
  243. local imageLabel = script.Parent
  244. imageLabel.Image = content
  245. imageLabel.Size = UDim2.new(0, 100, 0, 100)
  246. end
  247. coroutine.wrap(TUNK_fake_script)()
  248. local function VYTLLQF_fake_script() -- TextLabel.LocalScript
  249. local script = Instance.new('LocalScript', TextLabel)
  250.  
  251. --Local Script
  252. local plr = game.Players.LocalPlayer
  253. local TextLabel = plr.PlayerGui.UI.WhitelistFrame.TextLabel
  254.  
  255. TextLabel.Text = plr.Name
  256. end
  257. coroutine.wrap(VYTLLQF_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement