Advertisement
BruhExecutor

EEEE

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