Project Smash Best Script
Project Smash Best Script
Project Smash Best Script
com/raw/vff1bQ9F"))()
local window = kavoUi.CreateLib("JN Project Smash V2","Midnight")
---Tabs
---Buttons
Tab1Section:NewButton("Speed","Increase speed",function()
function isNumber(str)
if tonumber(str) ~= nil or str == 'inf' then
return true
end
end
local tspeed = 1
local hb = game:GetService("RunService").Heartbeat
local tpwalking = true
local player = game:GetService("Players")
local lplr = player.LocalPlayer
local chr = lplr.Character
local hum = chr and chr:FindFirstChildWhichIsA("Humanoid")
while tpwalking and hb:Wait() and chr and hum and hum.Parent do
if hum.MoveDirection.Magnitude > 0 then
if tspeed and isNumber(tspeed) then
chr:TranslateBy(hum.MoveDirection * tonumber(tspeed))
else
chr:TranslateBy(hum.MoveDirection)
end
end
end
end)
game.StarterGui:SetCore("SendNotification", {
Title = "Project Smash";
Text = "Made by JN HH Gaming. Subscribe him on youtube";
Icon = "15596526950";
Duration = 10;
})