Advertisement
Guest User

Spoofing Sploit

a guest
May 25th, 2020
2,486
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.19 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Body = Instance.new("Frame")
  8. local Title = Instance.new("TextLabel")
  9. local Lowgrav = Instance.new("TextButton")
  10. local Highwalkspeed = Instance.new("TextButton")
  11. local Servercrasher = Instance.new("TextButton")
  12. local Pingspoofer = Instance.new("TextButton")
  13. local Spawnpart = Instance.new("TextButton")
  14. local TextButton = Instance.new("TextButton")
  15.  
  16. --Properties:
  17.  
  18. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  19. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  20.  
  21. Body.Name = "Body"
  22. Body.Parent = ScreenGui
  23. Body.BackgroundColor3 = Color3.fromRGB(255, 255, 0)
  24. Body.Position = UDim2.new(0.0905882269, 0, 0.65950495, 0)
  25. Body.Selectable = true
  26. Body.Size = UDim2.new(0, 354, 0, 163)
  27.  
  28. Title.Name = "Title"
  29. Title.Parent = Body
  30. Title.BackgroundColor3 = Color3.fromRGB(255, 170, 0)
  31. Title.BorderSizePixel = 2
  32. Title.Position = UDim2.new(-0.000749532133, 0, -0.25947389, 0)
  33. Title.Size = UDim2.new(0, 354, 0, 50)
  34. Title.Font = Enum.Font.Highway
  35. Title.Text = "Spoofing Sploit"
  36. Title.TextColor3 = Color3.fromRGB(0, 0, 0)
  37. Title.TextScaled = true
  38. Title.TextSize = 14.000
  39. Title.TextWrapped = true
  40.  
  41. Lowgrav.Name = "Low grav"
  42. Lowgrav.Parent = Body
  43. Lowgrav.BackgroundColor3 = Color3.fromRGB(255, 170, 0)
  44. Lowgrav.Position = UDim2.new(0.327683628, 0, 0.128834352, 0)
  45. Lowgrav.Size = UDim2.new(0, 116, 0, 21)
  46. Lowgrav.Font = Enum.Font.SourceSans
  47. Lowgrav.Text = "Low grav"
  48. Lowgrav.TextColor3 = Color3.fromRGB(0, 0, 0)
  49. Lowgrav.TextSize = 14.000
  50.  
  51. Highwalkspeed.Name = "High walkspeed"
  52. Highwalkspeed.Parent = Body
  53. Highwalkspeed.BackgroundColor3 = Color3.fromRGB(255, 170, 0)
  54. Highwalkspeed.Position = UDim2.new(0.655367255, 0, 0.128834367, 0)
  55. Highwalkspeed.Size = UDim2.new(0, 99, 0, 21)
  56. Highwalkspeed.Font = Enum.Font.SourceSans
  57. Highwalkspeed.Text = "High walkspeed"
  58. Highwalkspeed.TextColor3 = Color3.fromRGB(0, 0, 0)
  59. Highwalkspeed.TextSize = 14.000
  60.  
  61. Servercrasher.Name = "Server crasher"
  62. Servercrasher.Parent = Body
  63. Servercrasher.BackgroundColor3 = Color3.fromRGB(255, 170, 0)
  64. Servercrasher.Position = UDim2.new(0.0790960416, 0, 0.785276055, 0)
  65. Servercrasher.Size = UDim2.new(0, 298, 0, 35)
  66. Servercrasher.Font = Enum.Font.SourceSans
  67. Servercrasher.Text = "Server crasher"
  68. Servercrasher.TextColor3 = Color3.fromRGB(0, 0, 0)
  69. Servercrasher.TextSize = 14.000
  70.  
  71. Pingspoofer.Name = "Ping spoofer"
  72. Pingspoofer.Parent = Body
  73. Pingspoofer.BackgroundColor3 = Color3.fromRGB(255, 170, 0)
  74. Pingspoofer.Position = UDim2.new(0.0706214681, 0, 0.134969354, 0)
  75. Pingspoofer.Size = UDim2.new(0, 91, 0, 20)
  76. Pingspoofer.Font = Enum.Font.SourceSans
  77. Pingspoofer.Text = "Ping Spoofer"
  78. Pingspoofer.TextColor3 = Color3.fromRGB(0, 0, 0)
  79. Pingspoofer.TextSize = 14.000
  80.  
  81. Spawnpart.Name = "Spawn part"
  82. Spawnpart.Parent = Body
  83. Spawnpart.BackgroundColor3 = Color3.fromRGB(255, 170, 0)
  84. Spawnpart.Position = UDim2.new(0.0706214681, 0, 0.257668704, 0)
  85. Spawnpart.Size = UDim2.new(0, 306, 0, 35)
  86. Spawnpart.Font = Enum.Font.SourceSans
  87. Spawnpart.Text = "Spawn part (lags the server after 1000 clicks)"
  88. Spawnpart.TextColor3 = Color3.fromRGB(0, 0, 0)
  89. Spawnpart.TextSize = 14.000
  90.  
  91. TextButton.Parent = Body
  92. TextButton.BackgroundColor3 = Color3.fromRGB(255, 170, 0)
  93. TextButton.Position = UDim2.new(0.0706214681, 0, 0.478527606, 0)
  94. TextButton.Size = UDim2.new(0, 306, 0, 50)
  95. TextButton.Font = Enum.Font.SourceSans
  96. TextButton.Text = "God FE"
  97. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  98. TextButton.TextSize = 14.000
  99.  
  100. -- Scripts:
  101.  
  102. local function PJFIK_fake_script() -- Lowgrav.LocalScript
  103. local script = Instance.new('LocalScript', Lowgrav)
  104.  
  105. script.Parent.MouseButton1Click:connect(function()
  106. print ("Workspace Gravity Set to Very High")
  107. game.Workspace.Gravity = 30
  108.  
  109. end)
  110.  
  111.  
  112. end
  113. coroutine.wrap(PJFIK_fake_script)()
  114. local function NTTZF_fake_script() -- Highwalkspeed.LocalScript
  115. local script = Instance.new('LocalScript', Highwalkspeed)
  116.  
  117. script.Parent.MouseButton1Click:Connect(function()
  118. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 200
  119.  
  120. end)
  121. end
  122. coroutine.wrap(NTTZF_fake_script)()
  123. local function FGZMCAO_fake_script() -- Servercrasher.Script
  124. local script = Instance.new('Script', Servercrasher)
  125.  
  126. function leftClick()
  127. local myPart = Instance.new("Part")
  128. myPart.Position = Vector3.new(5,3,5)
  129. myPart.Parent = game.Workspace
  130. wait(0.5)
  131. repeat until nil
  132. end
  133.  
  134.  
  135. script.Parent.MouseButton1Click:Connect(leftClick)
  136. end
  137. coroutine.wrap(FGZMCAO_fake_script)()
  138. local function BOFZE_fake_script() -- Pingspoofer.Script
  139. local script = Instance.new('Script', Pingspoofer)
  140.  
  141. function leftClick()
  142. local myPart = Instance.new("Part")
  143. myPart.Position = Vector3.new(5,3,5)
  144. myPart.Parent = game.Workspace
  145. repeat until nil
  146.  
  147. end
  148.  
  149.  
  150. script.Parent.MouseButton1Click:Connect(leftClick)
  151. end
  152. coroutine.wrap(BOFZE_fake_script)()
  153. local function JZEMWAN_fake_script() -- Spawnpart.Script
  154. local script = Instance.new('Script', Spawnpart)
  155.  
  156. function leftClick()
  157. local myPart = Instance.new("Part")
  158. myPart.Position = Vector3.new(5,3,5)
  159. myPart.Parent = game.Workspace
  160.  
  161. end
  162.  
  163.  
  164. script.Parent.MouseButton1Click:Connect(leftClick)
  165. end
  166. coroutine.wrap(JZEMWAN_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement