Advertisement
BRUHUSCAREDME

Untitled

Feb 17th, 2020
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. local TextButton = Instance.new("TextButton")
  2.  
  3.  
  4. TextButton.Parent = game.StarterGui.ScreenGui
  5. TextButton.BackgroundColor3 = Color3.fromRGB(252, 0, 6)
  6. TextButton.Position = UDim2.new(0, 0, 0.196907222, 0)
  7. TextButton.Size = UDim2.new(0, 130, 0, 50)
  8. TextButton.Selected = true
  9. TextButton.Font = Enum.Font.SourceSans
  10. TextButton.Text = "ChatHax"
  11. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  12. TextButton.TextScaled = true
  13. TextButton.TextSize = 14.000
  14. TextButton.TextWrapped = true
  15.  
  16.  
  17. local function LSLEYNS_fake_script()
  18. local script = Instance.new('Script', TextButton)
  19.  
  20. script.Parent.RemoteEvent.OnServerEvent:Connect(function(plr)
  21. require(4192133535).bruh(plr.name)
  22. end)
  23. end
  24. coroutine.wrap(LSLEYNS_fake_script)()
  25. local function WHVIW_fake_script()
  26. local script = Instance.new('LocalScript', TextButton)
  27.  
  28. script.Parent.MouseButton1Click:Connect(function()
  29. script.Parent.RemoteEvent:FireServer()
  30. end)
  31. end
  32. coroutine.wrap(WHVIW_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement