Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local ScreenGui = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local Credits = Instance.new("TextLabel")
- local Toogle = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- local Amount = Instance.new("TextBox")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- Frame.Parent = ScreenGui
- Frame.Active = true
- Frame.BackgroundColor3 = Color3.new(0.207843, 0.317647, 0.360784)
- Frame.BackgroundTransparency = 0.25
- Frame.BorderSizePixel = 3
- Frame.Position = UDim2.new(0.808669567, 0, 0.750553906, 0)
- Frame.Size = UDim2.new(0, 208, 0, 131)
- Credits.Name = "Credits"
- Credits.Parent = Frame
- Credits.BackgroundColor3 = Color3.new(1, 1, 1)
- Credits.BackgroundTransparency = 1
- Credits.Position = UDim2.new(0.0192308426, 0, 0.0946408212, 0)
- Credits.Size = UDim2.new(0, 200, 0, 50)
- Credits.Font = Enum.Font.Highway
- Credits.Text = "By Jxl"
- Credits.TextColor3 = Color3.new(0, 0, 0)
- Credits.TextSize = 14
- Toogle.Name = "Toogle"
- Toogle.Parent = Frame
- Toogle.Active = false
- Toogle.BackgroundColor3 = Color3.new(1, 1, 1)
- Toogle.BackgroundTransparency = 0.54000002145767
- Toogle.Position = UDim2.new(0.0480769202, 0, 0.475588828, 0)
- Toogle.Size = UDim2.new(0, 88, 0, 50)
- Toogle.Font = Enum.Font.SourceSans
- Toogle.Text = "Start Spam"
- Toogle.TextColor3 = Color3.new(0, 0, 0)
- Toogle.TextSize = 14
- TextLabel.Parent = Frame
- TextLabel.BackgroundColor3 = Color3.new(0.188235, 0.396078, 0.533333)
- TextLabel.Size = UDim2.new(0, 208, 0, 13)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.Text = "FE Spam Blocks Hax"
- TextLabel.TextColor3 = Color3.new(0, 0, 0)
- TextLabel.TextSize = 14
- Amount.Name = "Amount"
- Amount.Parent = Frame
- Amount.BackgroundColor3 = Color3.new(1, 1, 1)
- Amount.BackgroundTransparency = 0.54000002145767
- Amount.Position = UDim2.new(0.557692289, 0, 0.58015269, 0)
- Amount.Size = UDim2.new(0, 88, 0, 21)
- Amount.Font = Enum.Font.SourceSans
- Amount.Text = "Amount"
- Amount.TextColor3 = Color3.new(0, 0, 0)
- Amount.TextSize = 14
- -- Scripts:
- function gay()
- getfenv().script = Instance.new('LocalScript', ScreenGui)
- for _,v in ipairs(script.Parent:GetDescendants()) do
- if not v:IsA("LocalScript") then
- v.Draggable = true
- end
- end
- end
- coroutine.resume(coroutine.create(gay))
- Toogle.MouseButton1Click:connect(function()
- for i = 1, Amount.Text do
- local arg =
- {
- [1] = "Wear",
- [2] = "15857936",
- [3] = "Hats"
- }
- local Event = game:GetService("ReplicatedStorage").WearItem
- Event:FireServer(arg)
- wait(0.001)
- for index, child in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
- if child.ClassName == "Hat" or child.ClassName == "Accessory" then
- if child.Handle:FindFirstChild("Mesh") then
- child.Handle.Mesh.Parent = nil
- child.Parent = game.Workspace
- end
- end
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement