Advertisement
0Omar_Gaming0

CTRL delete

Feb 6th, 2020
1,013
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. --Hold CLTR and click to delete parts (you need to rejoin if you delete something wrong!! W/ <3 plemrbx<3
  2. local Plr = game:GetService("Players").LocalPlayer
  3. local Mouse = Plr:GetMouse()
  4.  
  5. Mouse.Button1Down:connect(function()
  6. if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftControl) then return end
  7. if not Mouse.Target then return end
  8. Mouse.Target:Destroy()
  9. end)
  10.  
  11. wait(.1)
  12. game:GetService("StarterGui"):SetCore("SendNotification", {
  13. Title = "Fega Case Exploit";
  14. Text = "Ctrl + Click Delete Activated";
  15. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement