Advertisement
HURRYUPKAREN

Project Smash roblox fe script

Jan 21st, 2024 (edited)
1,166
2
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 2 0
  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; })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement