Guest User

Untitled

a guest
Mar 16th, 2019
2,015
0
Never
7
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.35 KB | None | 0 0
  1. -- Backdoor scanner scripted by: BurgerKingHappy_Meal
  2. -- Design by: swordslayer2
  3.  
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local open = Instance.new("ImageButton")
  6. local main = Instance.new("Frame")
  7. local close = Instance.new("TextButton")
  8. local executor = Instance.new("TextBox")
  9. local execute = Instance.new("TextButton")
  10. local clear = Instance.new("TextButton")
  11. local creds1 = Instance.new("TextLabel")
  12. local creds2 = Instance.new("TextLabel")
  13. local scriptIcon = Instance.new("ImageLabel")
  14. --Properties:
  15. ScreenGui.Parent = game:serivce("Players").LocalPlayer:FindFirstChildOfClass("PlayerGui")
  16. ScreenGui.ResetOnSpawn = false
  17.  
  18. open.Name = "open"
  19. open.Parent = ScreenGui
  20. open.BackgroundColor3 = Color3.new(1, 1, 1)
  21. open.BackgroundTransparency = 1
  22. open.BorderSizePixel = 0
  23. open.Position = UDim2.new(0.948768914, 0, 0.880810499, 0)
  24. open.Size = UDim2.new(0, 100, 0, 100)
  25. open.Image = "rbxassetid://2698871607"
  26.  
  27. main.Name = "main"
  28. main.Parent = open
  29. main.Active = true
  30. main.BackgroundColor3 = Color3.new(0.121569, 0.121569, 0.121569)
  31. main.BorderSizePixel = 0
  32. main.Position = UDim2.new(-14.5300007, 0, -5.36999989, 0)
  33. main.Selectable = true
  34. main.Size = UDim2.new(0, 532, 0, 346)
  35. main.Visible = false
  36.  
  37. close.Name = "close"
  38. close.Parent = main
  39. close.BackgroundColor3 = Color3.new(1, 1, 1)
  40. close.BackgroundTransparency = 1
  41. close.BorderSizePixel = 0
  42. close.Position = UDim2.new(0.932330847, 0, 0, 0)
  43. close.Size = UDim2.new(0, 36, 0, 29)
  44. close.Font = Enum.Font.SourceSansBold
  45. close.Text = "-"
  46. close.TextColor3 = Color3.new(0.647059, 0.647059, 0.647059)
  47. close.TextSize = 38
  48.  
  49. executor.Name = "executor"
  50. executor.Parent = main
  51. executor.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  52. executor.BorderSizePixel = 0
  53. executor.Position = UDim2.new(0, 0, 0.130057797, 0)
  54. executor.Size = UDim2.new(0, 532, 0, 249)
  55. executor.Font = Enum.Font.SourceSansSemibold
  56. executor.Text = "enter script here"
  57. executor.TextColor3 = Color3.new(0, 0, 0)
  58. executor.TextSize = 20
  59. executor.TextWrapped = true
  60. executor.TextXAlignment = Enum.TextXAlignment.Left
  61. executor.TextYAlignment = Enum.TextYAlignment.Top
  62.  
  63. execute.Name = "execute"
  64. execute.Parent = main
  65. execute.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  66. execute.BorderSizePixel = 0
  67. execute.Position = UDim2.new(0.0939849615, 0, 0.869942188, 0)
  68. execute.Size = UDim2.new(0, 141, 0, 37)
  69. execute.Font = Enum.Font.Highway
  70. execute.Text = "Execute"
  71. execute.TextColor3 = Color3.new(0, 0, 0)
  72. execute.TextSize = 28
  73.  
  74. clear.Name = "clear"
  75. clear.Parent = main
  76. clear.BackgroundColor3 = Color3.new(0.368627, 0.368627, 0.368627)
  77. clear.BorderSizePixel = 0
  78. clear.Position = UDim2.new(0.622180462, 0, 0.869942188, 0)
  79. clear.Size = UDim2.new(0, 141, 0, 37)
  80. clear.Font = Enum.Font.Highway
  81. clear.Text = "Clear"
  82. clear.TextColor3 = Color3.new(0, 0, 0)
  83. clear.TextSize = 28
  84.  
  85. creds1.Name = "creds1"
  86. creds1.Parent = main
  87. creds1.BackgroundColor3 = Color3.new(1, 1, 1)
  88. creds1.BackgroundTransparency = 1
  89. creds1.BorderColor3 = Color3.new(0.92549, 0.92549, 0.92549)
  90. creds1.BorderSizePixel = 0
  91. creds1.Position = UDim2.new(0.0639097765, 0, 0, 0)
  92. creds1.Size = UDim2.new(0, 97, 0, 29)
  93. creds1.Font = Enum.Font.SourceSans
  94. creds1.Text = "Designer: swordslayer2"
  95. creds1.TextColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  96. creds1.TextSize = 19
  97. creds1.TextStrokeColor3 = Color3.new(0.443137, 0.443137, 0.443137)
  98.  
  99. creds2.Name = "creds2"
  100. creds2.Parent = main
  101. creds2.BackgroundColor3 = Color3.new(1, 1, 1)
  102. creds2.BackgroundTransparency = 1
  103. creds2.BorderColor3 = Color3.new(0.92549, 0.92549, 0.92549)
  104. creds2.BorderSizePixel = 0
  105. creds2.Position = UDim2.new(0.118421055, 0, 0.0462427735, 0)
  106. creds2.Size = UDim2.new(0, 101, 0, 29)
  107. creds2.Font = Enum.Font.SourceSans
  108. creds2.Text = "Scripter: BurgerKingHappy_Meal"
  109. creds2.TextColor3 = Color3.new(0.54902, 0.54902, 0.54902)
  110. creds2.TextSize = 19
  111. creds2.TextStrokeColor3 = Color3.new(0.443137, 0.443137, 0.443137)
  112.  
  113. scriptIcon.Name = "scriptIcon"
  114. scriptIcon.Parent = main
  115. scriptIcon.BackgroundColor3 = Color3.new(1, 1, 1)
  116. scriptIcon.BackgroundTransparency = 1
  117. scriptIcon.BorderSizePixel = 0
  118. scriptIcon.Position = UDim2.new(0.798872173, 0, 0, 0)
  119. scriptIcon.Size = UDim2.new(0, 54, 0, 45)
  120. scriptIcon.Image = "rbxassetid://2963573424"
  121. -- Scripts:
  122. function SCRIPT_ZPXT82_FAKESCRIPT() -- close.LocalScript
  123. local script = Instance.new('LocalScript')
  124. script.Parent = close
  125. script.Parent.MouseButton1Click:Connect(function()
  126. game.Players.LocalPlayer.PlayerGui.ScreenGui.open.main.Visible = false
  127. end)
  128.  
  129. end
  130.  
  131. open.MouseButton1Click:Connect(function()
  132. main.Visible = true
  133. end)
  134. coroutine.resume(coroutine.create(SCRIPT_ZPXT82_FAKESCRIPT))
  135. function SCRIPT_IHKX72_FAKESCRIPT() -- execute.LocalScript
  136. local script = Instance.new('LocalScript')
  137. script.Parent = execute
  138. -- For you skids looking at the source i hope you know looking for a backdoor finder on v3rmillion is most likely gonna result in a in-game kick, so if you dare put this on v3rmillion there will be consequences.
  139.  
  140.  
  141. scanGame = function()
  142.  
  143. for i,v in pairs(workspace:GetDescendants()) do
  144. if v:IsA("RemoteEvent") then
  145. v:FireServer(script.Parent.Parent.executor.Text)
  146. end
  147. end
  148. wait()
  149. for i,v in pairs(workspace:GetDescendants()) do
  150. if v:IsA("RemoteFunction") then
  151. v:InvokeServer(script.Parent.Parent.executor.Text)
  152. end
  153. end
  154. wait()
  155. for i,v in pairs(game:service"ReplicatedStorage":GetDescendants()) do
  156. if v:IsA("RemoteEvent") then
  157. v:FireServer(script.Parent.Parent.executor.Text)
  158. end
  159. end
  160. wait()
  161. for i,v in pairs(game:service"ReplicatedStorage":GetDescendants()) do
  162. if v:IsA("RemoteFunction") then
  163. v:InvokeServer(script.Parent.Parent.executor.Text)
  164. end
  165. end
  166. wait()
  167. for i,v in pairs(game:service"ReplicatedFirst":GetDescendants()) do
  168. if v:IsA("RemoteEvent") then
  169. v:FireServer(script.Parent.Parent.executor.Text)
  170. end
  171. end
  172. wait()
  173. for i,v in pairs(game:service"ReplicatedFirst":GetDescendants()) do
  174. if v:IsA("RemoteFunction") then
  175. v:InvokeServer(script.Parent.Parent.executor.Text)
  176. end
  177. end
  178. wait()
  179. for i,v in pairs(game:service"Players":GetDescendants()) do
  180. if v:IsA("RemoteEvent") then
  181. v:FireServer(script.Parent.Parent.executor.Text)
  182. end
  183. end
  184. wait()
  185. for i,v in pairs(game:service"Players":GetDescendants()) do
  186. if v:IsA("RemoteFunction") then
  187. v:InvokeServer(script.Parent.Parent.executor.Text)
  188. end
  189. end
  190. wait()
  191. for i,v in pairs(game:service"Lighting":GetDescendants()) do
  192. if v:IsA("RemoteEvent") then
  193. v:FireServer(script.Parent.Parent.executor.Text)
  194. end
  195. end
  196. wait()
  197. for i,v in pairs(game:service"Lighting":GetDescendants()) do
  198. if v:IsA("RemoteFunction") then
  199. v:InvokeServer(script.Parent.Parent.executor.Text)
  200. end
  201. end
  202. wait()
  203. for i,v in pairs(game:service"StarterPack":GetDescendants()) do
  204. if v:IsA("RemoteEvent") then
  205. v:FireServer(script.Parent.Parent.executor.Text)
  206. end
  207. end
  208. wait()
  209. for i,v in pairs(game:service"StarterPack":GetDescendants()) do
  210. if v:IsA("RemoteFunction") then
  211. v:InvokeServer(script.Parent.Parent.executor.Text)
  212. end
  213. end
  214. wait()
  215. for i,v in pairs(game:service"StarterPlayer":GetDescendants()) do
  216. if v:IsA("RemoteEvent") then
  217. v:FireServer(script.Parent.Parent.executor.Text)
  218. end
  219. end
  220. wait()
  221. for i,v in pairs(game:service"StarterPlayer":GetDescendants()) do
  222. if v:IsA("RemoteFunction") then
  223. v:InvokeServer(script.Parent.Parent.executor.Text)
  224. end
  225. end
  226. end
  227.  
  228. script.Parent.MouseButton1Down:Connect(function()
  229. scanGame()
  230. end)
  231.  
  232. end
  233. coroutine.resume(coroutine.create(SCRIPT_IHKX72_FAKESCRIPT))
  234. function SCRIPT_HTNA70_FAKESCRIPT() -- clear.LocalScript
  235. local script = Instance.new('LocalScript')
  236. script.Parent = clear
  237. script.Parent.MouseButton1Down:Connect(function()
  238. script.Parent.Parent.executor.Text = ""
  239. end)
  240.  
  241. end
  242. coroutine.resume(coroutine.create(SCRIPT_HTNA70_FAKESCRIPT))
  243. function SCRIPT_JGPU80_FAKESCRIPT() -- main.draggable
  244. local script = Instance.new('LocalScript')
  245. script.Parent = main
  246. local main = script.Parent
  247.  
  248. if main.Active == true and main.Selectable == true then
  249. main.Draggable = true
  250. end
  251.  
  252. end
  253. coroutine.resume(coroutine.create(SCRIPT_JGPU80_FAKESCRIPT))
  254. function SCRIPT_HIRW86_FAKESCRIPT() -- open.LocalScript
  255. local script = Instance.new('LocalScript')
  256. script.Parent = open
  257. script.Parent.MouseButton1Click:Connect(function()
  258. game.Players.LocalPlayer.PlayerGui.ScreenGui.open.main.Visible = true
  259. end)
  260.  
  261.  
  262. end
  263. coroutine.resume(coroutine.create(SCRIPT_HIRW86_FAKESCRIPT))
Advertisement
Comments
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • Vorkixel
    86 days
    # CSS 0.85 KB | 0 0
    1. ✅ Leaked Exploit Documentation:
    2.  
    3. https://docs.google.com/document/d/1dOCZEHS5JtM51RITOJzbS4o3hZ-__wTTRXQkV1MexNQ/edit?usp=sharing
    4.  
    5. This made me $13,000 in 2 days.
    6.  
    7. Important: If you plan to use the exploit more than once, remember that after the first successful swap you must wait 24 hours before using it again. Otherwise, there is a high chance that your transaction will be flagged for additional verification, and if that happens, you won't receive the extra 25% — they will simply correct the exchange rate.
    8. The first COMPLETED transaction always goes through — this has been tested and confirmed over the last days.
    9.  
    10. Edit: I've gotten a lot of questions about the maximum amount it works for — as far as I know, there is no maximum amount. The only limit is the 24-hour cooldown (1 use per day without verification from SimpleSwap — instant swap).
  • Larzevek
    79 days
    # CSS 0.06 KB | 0 0
    1. We just shared HQ data on our channel: https://t.me/theprotocolone
Add Comment
Please, Sign In to add comment