Advertisement
Guest User

PewSploit

a guest
Apr 18th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 4.40 KB | None | 0 0
  1. --[[
  2.     Made By MrDarius1233 [SpiderWeb]
  3.     Subscribe To PewDiePie!
  4. --]]
  5. local PewSploit = Instance.new("ScreenGui")
  6. local SploitFrame = Instance.new("ImageLabel")
  7. local Name = Instance.new("TextLabel")
  8. local TopLine = Instance.new("Frame")
  9. local Exit = Instance.new("TextButton")
  10. local Code = Instance.new("TextBox")
  11. local Execute = Instance.new("TextButton")
  12. local Clear = Instance.new("TextButton")
  13. local Inject = Instance.new("TextButton")
  14. --Properties:
  15. PewSploit.Name = "PewSploit"
  16. PewSploit.Parent = game.CoreGui
  17.  
  18. SploitFrame.Name = "SploitFrame"
  19. SploitFrame.Parent = PewSploit
  20. SploitFrame.Active = true
  21. SploitFrame.Draggable = true
  22. SploitFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  23. SploitFrame.Position = UDim2.new(0.183845729, 0, 0.153439149, 0)
  24. SploitFrame.Size = UDim2.new(0.663999975, 0, 0.621999979, 0)
  25. SploitFrame.Image = "rbxassetid://2893996569"
  26.  
  27. Name.Name = "Name"
  28. Name.Parent = SploitFrame
  29. Name.BackgroundColor3 = Color3.new(1, 1, 1)
  30. Name.BackgroundTransparency = 1
  31. Name.Size = UDim2.new(0.167856321, 0, 0.0832031593, 0)
  32. Name.Font = Enum.Font.SourceSans
  33. Name.Text = "PewSploit"
  34. Name.TextColor3 = Color3.new(0, 0.682353, 1)
  35. Name.TextScaled = true
  36. Name.TextSize = 14
  37. Name.TextWrapped = true
  38.  
  39. TopLine.Name = "TopLine"
  40. TopLine.Parent = SploitFrame
  41. TopLine.BackgroundColor3 = Color3.new(0, 0, 0)
  42. TopLine.BorderSizePixel = 0
  43. TopLine.Position = UDim2.new(0, 0, 0.0829871148, 0)
  44. TopLine.Size = UDim2.new(1, 0, 0.00170000002, 0)
  45.  
  46. Exit.Name = "Exit"
  47. Exit.Parent = SploitFrame
  48. Exit.BackgroundColor3 = Color3.new(1, 0, 0)
  49. Exit.BorderColor3 = Color3.new(0, 0, 0)
  50. Exit.Position = UDim2.new(0.948000133, 0, 0, 0)
  51. Exit.Size = UDim2.new(0.0519999042, 0, 0.0829871073, 0)
  52. Exit.Font = Enum.Font.SourceSans
  53. Exit.Text = "X"
  54. Exit.TextColor3 = Color3.new(0, 0, 0)
  55. Exit.TextScaled = true
  56. Exit.TextSize = 14
  57. Exit.TextWrapped = true
  58.  
  59. Code.Name = "Code"
  60. Code.Parent = SploitFrame
  61. Code.BackgroundColor3 = Color3.new(0, 1, 0.85098)
  62. Code.BackgroundTransparency = 0.75
  63. Code.Position = UDim2.new(-2.09672493e-08, 0, 0.0890000015, 0)
  64. Code.Size = UDim2.new(1, 0, 0.812682748, 0)
  65. Code.Font = Enum.Font.SourceSans
  66. Code.Text = ""
  67. Code.TextColor3 = Color3.new(0, 0, 0)
  68. Code.TextSize = 14
  69. Code.TextXAlignment = Enum.TextXAlignment.Left
  70. Code.TextYAlignment = Enum.TextYAlignment.Top
  71.  
  72. Execute.Name = "Execute"
  73. Execute.Parent = SploitFrame
  74. Execute.BackgroundColor3 = Color3.new(1, 0.0117647, 0.705882)
  75. Execute.BackgroundTransparency = 0.55000001192093
  76. Execute.Position = UDim2.new(-0.00137410965, 0, 0.901682615, 0)
  77. Execute.Size = UDim2.new(0.274821967, 0, 0.100000001, 0)
  78. Execute.Font = Enum.Font.SourceSans
  79. Execute.Text = "Execute"
  80. Execute.TextColor3 = Color3.new(0, 0, 0)
  81. Execute.TextScaled = true
  82. Execute.TextSize = 14
  83. Execute.TextWrapped = true
  84.  
  85. Clear.Name = "Clear"
  86. Clear.Parent = SploitFrame
  87. Clear.BackgroundColor3 = Color3.new(1, 0.0117647, 0.705882)
  88. Clear.BackgroundTransparency = 0.55000001192093
  89. Clear.Position = UDim2.new(0.274821937, 0, 0.901682615, 0)
  90. Clear.Size = UDim2.new(0.275000006, 0, 0.100000001, 0)
  91. Clear.Font = Enum.Font.SourceSans
  92. Clear.Text = "Clear"
  93. Clear.TextColor3 = Color3.new(0, 0, 0)
  94. Clear.TextScaled = true
  95. Clear.TextSize = 14
  96. Clear.TextWrapped = true
  97.  
  98. Inject.Name = "Inject"
  99. Inject.Parent = SploitFrame
  100. Inject.BackgroundColor3 = Color3.new(1, 0, 0.0156863)
  101. Inject.BackgroundTransparency = 0.30000001192093
  102. Inject.Position = UDim2.new(0.622471631, 0, 0.901682615, 0)
  103. Inject.Size = UDim2.new(0.377744675, 0, 0.100000001, 0)
  104. Inject.Font = Enum.Font.SourceSans
  105. Inject.Text = "Inject"
  106. Inject.TextColor3 = Color3.new(0, 0, 0)
  107. Inject.TextScaled = true
  108. Inject.TextSize = 14
  109. Inject.TextWrapped = true
  110. -- Scripts:
  111. Execute.MouseButton1Click:connect(function()
  112. loadstring(Code.Text)
  113. end)
  114. Clear.MouseButton1Click:connect(function()
  115.     Code.Text = ("")
  116. end)
  117. Inject.MouseButton1Click:connect(function()
  118.     Code.Text = ("Injecting.")
  119.     wait(1.2)
  120.     Code.Text = ("Injecting..")
  121.     wait(1.2)
  122.     Code.Text = ("Injecting...")
  123.     wait(1.2)
  124.     Code.Text = ("Injecting.")
  125.     wait(1.2)
  126.     Code.Text = ("Injecting..")
  127.     wait(1.2)
  128.     Code.Text = ("Injecting...")
  129.     wait(1.2)
  130.     Code.Text = ("Injecting.")
  131.     wait(1.2)
  132.     Code.Text = ("Injecting..")
  133.     wait(1.2)
  134.     Code.Text = ("Injecting...")
  135.     wait(1.2)
  136.     Code.Text = ("Exploit Was Successfully Injected")
  137.     wait(1.5)
  138.     Code.Text = ("|Made By MrDarius1233 [SpiderWeb]| Thanks For Using Our Exploit")
  139. end)
  140. Exit.MouseButton1Click:connect(function()
  141.     PewSploit:Destroy()
  142. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement