Advertisement
ZKCMCheats

[FE] Block Spam

Mar 20th, 2019
2,712
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.78 KB | None | 0 0
  1. function gay()
  2.     getfenv().script = Instance.new('LocalScript', ScreenGui)
  3.  
  4.     for _,v in ipairs(script.Parent:GetDescendants()) do
  5.     if not v:IsA("LocalScript") then
  6.     v.Draggable = true
  7.     end
  8.     end
  9.  
  10. end
  11. coroutine.resume(coroutine.create(gay))
  12.  
  13. Toogle.MouseButton1Click:connect(function()
  14.     for i = 1, Amount.Text do
  15. local arg =
  16. {
  17.    [1] = "Wear",
  18.    [2] = "15857936",
  19.    [3] = "Hats"
  20. }
  21. local Event = game:GetService("ReplicatedStorage").WearItem
  22. Event:FireServer(arg)
  23. wait(0.1)
  24. for index, child in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  25. if child.ClassName == "Hat" or child.ClassName == "Accessory" then
  26. if child.Handle:FindFirstChild("Mesh") then
  27. child.Handle.Mesh.Parent = nil
  28. child.Parent = game.Workspace
  29. end
  30. end
  31. end
  32. end
  33. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement