What's new
Heapleak - Scripthub

Get the most out of HeapLeak by creating a free account! Once signed in, you’ll gain full access to restricted content, be able to share your own scripts, and participate in our member-only discussions.

Fast Attack Open Src

Version / Update: v1.0.0
Download / Script Link
local v1 = game:GetService("Players")
local v2 = game:GetService("ReplicatedStorage")
local v3 = game:GetService("RunService")
local v4 = game:GetService("Workspace")
local v5 = v1.LocalPlayer

local v6 = v2:FindFirstChild("ByteNetReliable")
local v7 = buffer.fromstring("\t\004\001")
local v8 = {}

getgenv().AutoAttack = true
getgenv().FireCount = 75
getgenv().tickStep = 0.0001
getgenv().MAX_QUEUE = 75

if getgenv().__ByteNetReliableConn then
pcall(
function()
getgenv().__ByteNetReliableConn:Disconnect()
end
)
getgenv().__ByteNetReliableConn = nil
end

local function v9()
local v10 = v4:GetServerTimeNow()
local v11 = math.clamp(getgenv().FireCount or 0, 0, 20)
for v12 = 1, v11 do
if #v8 >= getgenv().MAX_QUEUE then
break
end
table.insert(v8, v10 + (v12 * getgenv().tickStep))
end
end

getgenv().__ByteNetReliableConn =
v3.Heartbeat:Connect(
function()
if not v6 or not getgenv().AutoAttack then
return
end

if #v8 < getgenv().MAX_QUEUE then
v9()
end

if #v8 > 0 then
local v13 = table.remove(v8, 1)
v6:FireServer(v7, {v13})
end
end
)
[ View More ]
1d86492d-6b4f-4299-88d9-29dd77e6d9fc.webp


Since the game is dead might as well leak a semi working fast attack script -- pauses sometimes then continues
 
Back
Top