You are on page 1of 1

local kavoUi = loadstring(game:HttpGet("https://pastebin.

com/raw/vff1bQ9F"))()
local window = kavoUi.CreateLib("JN Project Smash V2","Midnight")

---Tabs

local Tab1 = window:NewTab("Main")


local Tab1Section = Tab1:NewSection("Main")
local Tab2 = window:NewTab("Credits")
local Tab2Section = Tab2:NewSection("Subscribe to JN HH Gaming")

---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)

Tab1Section:NewButton("Fly V3","Increase speed",function()


loadstring(game:HttpGet('https://pastebin.com/raw/YSL3xKYU'))()
end)

Tab1Section:NewButton("Anti - Void","Anti - Void",function()


loadstring(game:HttpGet("https://raw.githubusercontent.com/zephyr10101/AntiFall/
main/Script"))()
end)

game.StarterGui:SetCore("SendNotification", {
Title = "Project Smash";
Text = "Made by JN HH Gaming. Subscribe him on youtube";
Icon = "15596526950";
Duration = 10;
})

You might also like