local mode = 3--1 bloxycola lag 2 message lag 3 bloxycola spam
local bloxycola = 1
local messages = 9999
local lp = cloneref(game:GetService('Players').LocalPlayer)
local bp = lp.Backpack or lp:WaitForChild('Backpack')
local hb = game:GetService('RunService')['Heartbeat']
local char = lp.Character or lp.CharacterAdded:wait()
local hrp = char:FindFirstChild('HumanoidRootPart')
local hum = char:FindFirstChildOfClass('Humanoid')
local shittyevent = workspace['Script_chatik'].ChatMessage
local spam = false
local ppcola = false
local usesimrad = true
local function resetnet(part)
part.CanCollide = false
part.Velocity = Vector3.new(0,30,0)
part.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
if part.ReceiveAge then
pcall(function()
part.ReceiveAge = 0
end)
end
end
local function setsimrad(value, method)
if method=='default' then
lp.SimulationRadius = value
lp.MaximumSimulationRadius = value
elseif method=='sethiddenprop' then
sethiddenproperty(lp,'SimulationRadius',value)
sethiddenproperty(lp,'MaximumSimulationRadius',value)
elseif method=='setsimrad' then
setsimulationradius(value,value)
end
end
if ppcola==true then
if workspace.BloxyCola then
spawn(function()
while task.wait() do
task.spawn(function()
if isnetworkowner(workspace.BloxyCola.Interactive) then
workspace.BloxyCola.Interactive.CFrame = hrp.CFrame * CFrame.new(0,-0.5,0)
else
hrp.CFrame = workspace.BloxyCola.Interactive.CFrame
end
workspace.BloxyCola.Interactive.CanCollide = false
workspace.BloxyCola.Interactive.Velocity = Vector3.new(0,30,0)
workspace.BloxyCola.Interactive.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
pcall(function()
lp.SimulationRadius = 9999
end)
end)
end
end)
end
end
if (mode==1) or mode=='1' then
if workspace.BloxyCola then
task.spawn(function()
for i = 1, bloxycola do
fireclickdetector(workspace.BloxyCola.Interactive.ClickDetector)
end
end)
while game do
for _,t in ipairs(bp:GetChildren()) do
if t:IsA('Tool') then
t.Parent = char
t.GripPos = Vector3.new(0, -9999, 0)
t:Activate()
end
end
for _,t in ipairs(char:GetChildren()) do
if t:IsA('Tool') then
t.GripPos = Vector3.new(0, 9999, 0)
t.Parent = bp
end
end
hb:wait()
end
end
elseif (mode==2) or mode=='2' then
if shittyevent then
while shittyevent do
for i=1,messages do
shittyevent:FireServer('⛓⛓⛓⛓⛓⛓⛓⛓⛓⛓')
shittyevent:FireServer('⛓⛓⛓⛓⛓⛓⛓⛓⛓⛓')
end
hb:wait()
end
end
elseif (mode==3) or mode=='3' then
local CoreGui = game:GetService("CoreGui")
local screenGui = Instance.new("ScreenGui", CoreGui)
screenGui.Name = "DraggableButtonGui"
local udd = Instance.new('UIDragDetector', screenGui)
local button = Instance.new("TextButton")
button.Name = "DragButton"
button.Size = UDim2.new(0, 100, 0, 40)
button.Position = UDim2.new(0.5, -50, 0.1, 0)
button.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
button.TextColor3 = Color3.fromRGB(255, 255, 255)
button.Text = "OFF"
button.Font = Enum.Font.SourceSansBold
button.TextSize = 18
button.Parent = screenGui
local corner = Instance.new("UICorner", button)
corner.CornerRadius = UDim.new(0, 8)
local shadow = Instance.new("UIStroke", button)
shadow.Color = Color3.fromRGB(0, 0, 0)
shadow.Thickness = 2
button.MouseButton1Click:Connect(function()
if button.Text=="OFF" then
button.Text = "ON"
spam = true
button.BackgroundColor3 = Color3.fromRGB(0, 200, 0)
shadow.Color = Color3.fromRGB(0, 150, 0)
elseif button.Text== "ON" then
button.Text = "OFF"
spam = false
button.BackgroundColor3 = Color3.fromRGB(200, 0, 0)
shadow.Color = Color3.fromRGB(150, 0, 0)end
end)
while true do
if spam==true then
for i = 1, bloxycola do
fireclickdetector(workspace.BloxyCola.Interactive.ClickDetector)
task.wait()
end
for _,t in ipairs(bp:GetChildren()) do
if t:IsA('Tool') and t.Name=='BloxyCola' then
t.Parent = char
t.Parent = workspace
end
end
end
hb:wait()
end
end