Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if not game:IsLoaded() then game.Loaded:Wait() end
- local function missing(t, f, fallback)
- if type(f) == t then return f end
- return fallback
- end
- cloneref = missing("function", cloneref, function(...) return ... end)
- sethidden = missing("function", sethiddenproperty or set_hidden_property or set_hidden_prop)
- gethidden = missing("function", gethiddenproperty or get_hidden_property or get_hidden_prop)
- queueteleport = missing("function", queue_on_teleport or (syn and syn.queue_on_teleport) or (fluxus and fluxus.queue_on_teleport))
- httprequest = missing("function", request or http_request or (syn and syn.request) or (http and http.request) or (fluxus and fluxus.request))
- everyClipboard = missing("function", setclipboard or toclipboard or set_clipboard or (Clipboard and Clipboard.set))
- firetouchinterest = missing("function", firetouchinterest)
- waxwritefile, waxreadfile = writefile, readfile
- writefile = missing("function", waxwritefile) and function(file, data, safe)
- if safe == true then return pcall(waxwritefile, file, data) end
- waxwritefile(file, data)
- end
- readfile = missing("function", waxreadfile) and function(file, safe)
- if safe == true then return pcall(waxreadfile, file) end
- return waxreadfile(file)
- end
- isfile = missing("function", isfile, readfile and function(file)
- local success, result = pcall(function()
- return readfile(file)
- end)
- return success and result ~= nil and result ~= ""
- end)
- makefolder = missing("function", makefolder)
- isfolder = missing("function", isfolder)
- waxgetcustomasset = missing("function", getcustomasset or getsynasset)
- hookfunction = missing("function", hookfunction)
- hookmetamethod = missing("function", hookmetamethod)
- getnamecallmethod = missing("function", getnamecallmethod or get_namecall_method)
- checkcaller = missing("function", checkcaller, function() return false end)
- newcclosure = missing("function", newcclosure or newlclosure or wrapclosure, function(f) return f end)
- getgc = missing("function", getgc or get_gc_objects)
- setthreadidentity = missing("function", setthreadidentity or (syn and syn.set_thread_identity) or syn_context_set or setthreadcontext)
- firesignal = missing("function", firesignal)
- replicatesignal = missing("function", replicatesignal)
- getconnections = missing("function", getconnections or get_signal_cons)
- Services = setmetatable({}, {
- __index = function(self, name)
- local success, cache = pcall(function()
- return cloneref(game:GetService(name))
- end)
- if success then
- rawset(self, name, cache)
- return cache
- else
- error("Invalid Service: " .. tostring(name))
- end
- end
- })
- local function getcustomasset(asset)
- if waxgetcustomasset then
- local success, result = pcall(function()
- return waxgetcustomasset(asset)
- end)
- if success and result ~= nil and result ~= "" then
- return result
- end
- end
- end
- function randomString()
- local length = math.random(10,20)
- local array = {}
- for i = 1, length do
- array[i] = string.char(math.random(32, 126))
- end
- return table.concat(array)
- end
- PARENT = nil
- MAX_DISPLAY_ORDER = 2147483647
- COREGUI = Services.CoreGui
- if get_hidden_gui or gethui then
- local hiddenUI = get_hidden_gui or gethui
- local Main = Instance.new("ScreenGui")
- Main.Name = randomString()
- Main.ResetOnSpawn = false
- Main.DisplayOrder = MAX_DISPLAY_ORDER
- Main.Parent = hiddenUI()
- PARENT = Main
- elseif (not is_sirhurt_closure) and (syn and syn.protect_gui) then
- local Main = Instance.new("ScreenGui")
- Main.Name = randomString()
- Main.ResetOnSpawn = false
- Main.DisplayOrder = MAX_DISPLAY_ORDER
- syn.protect_gui(Main)
- Main.Parent = COREGUI
- PARENT = Main
- elseif COREGUI:FindFirstChild("RobloxGui") then
- PARENT = COREGUI.RobloxGui
- else
- local Main = Instance.new("ScreenGui")
- Main.Name = randomString()
- Main.ResetOnSpawn = false
- Main.DisplayOrder = MAX_DISPLAY_ORDER
- local success = pcall(function()
- Main.Parent = COREGUI
- end)
- if success then
- PARENT = Main
- else
- Main.Parent = Services.Players.LocalPlayer:WaitForChild("PlayerGui")
- PARENT = Main
- end
- end
- local Workspace = Services.Workspace
- local ReplicatedStorage = Services.ReplicatedStorage
- local Players = Services.Players
- local RunService = Services.RunService
- local StarterGui = Services.StarterGui
- local TweenService = Services.TweenService
- local Debris = Services.Debris
- local Lighting = Services.Lighting
- local UserInputService = Services.UserInputService
- local thrownFolder = Workspace:FindFirstChild("Thrown")
- if not thrownFolder then
- thrownFolder = Instance.new("Folder")
- thrownFolder.Name = "Thrown"
- thrownFolder.Parent = Workspace
- end
- local function downloadFile(path, url)
- if not isfile(path) then
- writefile(path, game:HttpGet(url))
- end
- end
- local localFileName = "RobTop"
- local githubRawUrl = "https://raw.githubusercontent.com/NetlessScripter/Game-Setup/refs/heads/main/bad.rbxm"
- downloadFile(localFileName, githubRawUrl)
- local model = game:GetObjects(getcustomasset(localFileName))[1]
- model.Name = "blobtop"
- local resourcesFolder = ReplicatedStorage:FindFirstChild("Resources")
- if not resourcesFolder then
- resourcesFolder = Instance.new("Folder")
- resourcesFolder.Name = "Resources"
- resourcesFolder.Parent = ReplicatedStorage
- end
- model.Parent = resourcesFolder
- localFileName = "startup2"
- githubRawUrl = "https://raw.githubusercontent.com/NetlessScripter/BEST-TSB-MOVESET/refs/heads/main/startup.rbxm"
- downloadFile(localFileName, githubRawUrl)
- model = game:GetObjects(getcustomasset(localFileName))[1]
- model.Name = "startup2"
- model.Parent = resourcesFolder
- localFileName = "ready5"
- githubRawUrl = "https://raw.githubusercontent.com/NetlessScripter/BEST-TSB-MOVESET/refs/heads/main/ready.rbxm"
- downloadFile(localFileName, githubRawUrl)
- model = game:GetObjects(getcustomasset(localFileName))[1]
- model.Name = "ready5"
- model.Parent = resourcesFolder
- localFileName = "GhostBusters"
- githubRawUrl = "https://raw.githubusercontent.com/NetlessScripter/Game-Setup/refs/heads/main/Imported_Animation_Clip.rbxm"
- downloadFile(localFileName, githubRawUrl)
- model = game:GetObjects(getcustomasset(localFileName))[1]
- model.Name = "GhostBusters"
- model.Parent = resourcesFolder
- local mapFolder = Workspace:FindFirstChild("Map")
- if not mapFolder then
- mapFolder = Instance.new("Folder")
- mapFolder.Name = "Map"
- mapFolder.Parent = Workspace
- end
- localFileName = "BlockAnimation"
- githubRawUrl = "https://raw.githubusercontent.com/NetlessScripter/LightningMax/refs/heads/main/BlockAnimation.rbxm"
- downloadFile(localFileName, githubRawUrl)
- model = game:GetObjects(getcustomasset(localFileName))[1]
- model.Name = "Blocking88"
- model.Parent = resourcesFolder
- localFileName = "DCNew"
- githubRawUrl = "https://raw.githubusercontent.com/NetlessScripter/TSB-TO-ANY-GAME/refs/heads/main/DC.rbxm"
- downloadFile(localFileName, githubRawUrl)
- model = game:GetObjects(getcustomasset(localFileName))[1]
- model.Name = "ExtraAnims"
- model.Parent = resourcesFolder
- local a = game:GetObjects("rbxassetid://90416990661717")[1]
- a.Parent = ReplicatedStorage
- StarterGui:SetCore("SendNotification", {
- Title = "Limb Reanim V2",
- Text = "ENJOY!",
- Icon = "rbxthumb://type=Asset&id=13775452736&w=150&h=150",
- Duration = 15
- })
- local settings = _G
- settings["Use default animations"] = true
- settings["Fake character transparency level"] = 1
- settings["Disable character scripts"] = true
- settings["Fake character should collide"] = true
- settings["Parent real character to fake character"] = false
- settings["Respawn character"] = false
- settings["Instant respawn"] = false
- settings["Hide HumanoidRootPart"] = false
- settings["PermaDeath fake character"] = false
- settings["Names to exclude from transparency"] = {}
- (function() if getgenv then return getgenv() else return _G end end)().fling = nil
- local finished = false
- task.spawn(function()
- loadstring(game:HttpGet("https://gist.githubusercontent.com/lolidkwhy678/1f92d0894e3304be9882126819d54a6d/raw/bd10c958192386ea7db0f8711c865f6fb7faf8c1/CA%2520testing"))()
- StarterGui:SetCore("SendNotification", {
- Title = "Infinite Studios",
- Text = "Enjoy!",
- Icon = "rbxthumb://type=Asset&id=126389658690593&w=150&h=150",
- Duration = 15
- })
- local Player = Players.LocalPlayer
- local Character = Player.Character
- local Humanoid = Character:FindFirstChildOfClass("Humanoid")
- local RootPart = Character:WaitForChild("HumanoidRootPart")
- local CF = CFrame.new
- local Camera = Workspace.CurrentCamera
- local IsR6 = (Humanoid.RigType == Enum.HumanoidRigType.R6)
- local Head = Character:WaitForChild('Head')
- local Torso = IsR6 and Character:WaitForChild('Torso') or Character:WaitForChild('UpperTorso')
- RunService.RenderStepped:Connect(function(deltaTime)
- local function Alpha(n)
- return math.clamp(n * deltaTime * 60, 0, 1)
- end
- Humanoid.CameraOffset = Humanoid.CameraOffset:Lerp(
- (RootPart.CFrame * CF(0, 1.5, 0)):PointToObjectSpace(Head.Position),
- Alpha(0.15)
- )
- end)
- if not getgenv().Animator6D then
- loadstring(game:HttpGet("https://raw.githubusercontent.com/gObl00x/Stuff/refs/heads/main/Animator6D.lua"))()
- end
- local bb = game:GetObjects("rbxassetid://18864217452")[1]
- bb.Parent = ReplicatedStorage
- local dropkickAnim = ReplicatedStorage["FULL KJ ANIMS"].AnimSaves:FindFirstChild("Ravage Start")
- local RavageSuccess = ReplicatedStorage["FULL KJ ANIMS"].AnimSaves:FindFirstChild("Ravage Succsess")
- local KJSpawn = ReplicatedStorage["FULL KJ ANIMS"].AnimSaves["KJ Spawn"]
- local SwiftSweep = ReplicatedStorage["FULL KJ ANIMS"].AnimSaves.Sweep_Kick
- local Collat = ReplicatedStorage.Resources.blobtop
- local Startup = ReplicatedStorage.Resources.startup2
- local Ready = ReplicatedStorage.Resources.ready5
- local Dash = ReplicatedStorage["FULL KJ ANIMS"].AnimSaves.FrontDash
- local Run = ReplicatedStorage.Resources.GhostBusters
- local Blocking88 = ReplicatedStorage.Resources.Blocking88
- local Awakening = ReplicatedStorage["KJ anims"].AnimSaves["KJ awakening"]
- finished = true
- local asset = game:GetObjects("rbxassetid://90459108159873")[1]
- asset.Parent = Player:WaitForChild("PlayerGui")
- local ui = Player.PlayerGui:WaitForChild("TSB UI (Working Hotbar)")
- local ultimateButton = ui:WaitForChild("UltimateBar"):WaitForChild("ImageLabel"):WaitForChild("TextButton")
- ultimateButton.Text = "20 SERIES"
- for _, child in pairs(ultimateButton:GetDescendants()) do
- if child:IsA("TextLabel") or child:IsA("TextButton") then
- child.Text = "20 SERIES"
- end
- end
- local ultimateImageLabel = ui:WaitForChild("UltimateBar"):WaitForChild("ImageLabel")
- if ultimateImageLabel:FindFirstChild("TextLabel") then
- ultimateImageLabel.TextLabel:Destroy()
- end
- if ultimateImageLabel:FindFirstChild("TextLabel2") then
- ultimateImageLabel.TextLabel2:Destroy()
- end
- local hotbar = Player.PlayerGui["TSB UI (Working Hotbar)"].Hotbar.Backpack.Hotbar
- hotbar["1"].ToolName.Text = "Ravage"
- hotbar["2"].ToolName.Text = "Swift Sweep"
- hotbar["3"].ToolName.Text = "Collateral Ruin"
- hotbar["4"].ToolName.Text = "Five Seasons"
- localFileName = "tariiscute"
- githubRawUrl = "https://raw.githubusercontent.com/NetlessScripter/TSB-TO-ANY-GAME/refs/heads/main/TsbResources.rbxm"
- downloadFile(localFileName, githubRawUrl)
- model = game:GetObjects(getcustomasset(localFileName))[1]
- model.Parent = resourcesFolder
- local tsbResources = resourcesFolder:FindFirstChild("TsbResources")
- if tsbResources then
- for _, child in ipairs(tsbResources:GetChildren()) do
- child.Parent = resourcesFolder
- end
- tsbResources:Destroy()
- end
- local nestedResources = resourcesFolder:FindFirstChild("resources")
- if nestedResources then
- for _, child in ipairs(nestedResources:GetChildren()) do
- child.Parent = resourcesFolder
- end
- nestedResources:Destroy()
- end
- local buttons = {"1", "2", "3", "4", "5"}
- Humanoid.WalkSpeed = 25
- local EEBC = game:GetObjects("rbxassetid://18524790561")[1]
- EEBC.Parent = ReplicatedStorage
- local M1 = ReplicatedStorage["KJ Wall Combo + M1s"].AnimSaves["punch 1"]
- local M2 = ReplicatedStorage["KJ Wall Combo + M1s"].AnimSaves["punch 2"]
- local M3 = ReplicatedStorage["KJ Wall Combo + M1s"].AnimSaves["punch 3"]
- local M4 = ReplicatedStorage["KJ Wall Combo + M1s"].AnimSaves["punch 4"]
- local Block88 = ReplicatedStorage.Resources.Blocking88
- if Character and dropkickAnim then
- getgenv().Animator6D(KJSpawn, 1, false)
- end
- local function playSound(id, parent, volume)
- local s = Instance.new("Sound")
- s.SoundId = id
- s.Volume = volume or 1
- s.Parent = parent or Workspace
- s:Play()
- Debris:AddItem(s, 3)
- return s
- end
- Humanoid.StateChanged:Connect(function(_, newState)
- if newState == Enum.HumanoidStateType.Jumping then
- playSound("rbxassetid://7005105940", RootPart, 0.3)
- elseif newState == Enum.HumanoidStateType.Landed then
- playSound("rbxassetid://7005105964", RootPart, 0.3)
- end
- end)
- playSound("rbxassetid://76501364530453", Workspace, 1)
- local g = Instance.new("ScreenGui")
- g.Name = "TouchGui"
- local f = Instance.new("Frame")
- f.Name = "TouchControlFrame"
- f.Size = UDim2.new(1, 0, 1, 0)
- f.BackgroundTransparency = 1
- f.Parent = g
- local jb = Instance.new("ImageButton")
- jb.Name = "JumpButton"
- jb.Size = UDim2.new(0, 70, 0, 70)
- jb.Position = UDim2.new(1, -95, 1, -90)
- jb.BackgroundTransparency = 1
- jb.ImageTransparency = 1
- jb.Parent = f
- local function btn(n, y, i)
- local b = Instance.new("ImageButton")
- b.Name = n
- b.Size = UDim2.new(0, 54, 0, 54)
- b.Position = UDim2.new(0.5, 0, 0.5, y)
- b.AnchorPoint = Vector2.new(0.5, 0.5)
- b.BackgroundTransparency = 1
- b.Image = i
- b.ImageColor3 = Color3.new(1, 1, 1)
- b.ImageTransparency = 0
- b.Parent = jb
- return b
- end
- local blockBtn = btn("BlockButton", -198, "rbxassetid://12252418253")
- local punchBtn = btn("PunchButton", -134, "rbxassetid://12252402662")
- local dashBtn = btn("DashButton", -70, "rbxassetid://12252434969")
- local shiftBtn = btn("ShiftLockButton", -262, "rbxassetid://79605996519245")
- local shiftLock = false
- local function toggleShiftLock()
- shiftLock = not shiftLock
- Player.DevEnableMouseLock = shiftLock
- Player.DevComputerMovementMode = shiftLock and Enum.DevComputerMovementMode.Scriptable or Enum.DevComputerMovementMode.UserChoice
- shiftBtn.ImageColor3 = shiftLock and Color3.fromRGB(27, 42, 53) or Color3.new(1, 1, 1)
- end
- RunService.RenderStepped:Connect(function()
- if shiftLock and Player.Character and Player.Character:FindFirstChild("HumanoidRootPart") then
- local hrp = Player.Character.HumanoidRootPart
- local cam = Workspace.CurrentCamera
- local lv = Vector3.new(cam.CFrame.LookVector.X, 0, cam.CFrame.LookVector.Z)
- if lv.Magnitude > 0 then
- hrp.CFrame = CFrame.new(hrp.Position, hrp.Position + lv.Unit)
- end
- end
- end)
- local comboStep = 0
- local canPunch = true
- local punchDelay = false
- local comboResetThread
- local d1, d2, d3, d4 = 0.5, 0.3, 0.4, 0.6
- local comboResetTime = 2
- local comboCooldown = 2
- local char = Player.Character or Player.CharacterAdded:Wait()
- local hum = char:WaitForChild("Humanoid")
- local hrp = char:WaitForChild("HumanoidRootPart")
- local function p1()
- hum.WalkSpeed = 8
- playSound("rbxassetid://93102011218945", Workspace, 1)
- if char and dropkickAnim then getgenv().Animator6D(M1, 1, false) end
- task.wait(d1)
- hum.WalkSpeed = 25
- end
- local function p2()
- hum.WalkSpeed = 8
- playSound("rbxassetid://119268338332839", Workspace, 1)
- if char and dropkickAnim then getgenv().Animator6D(M2, 1, false) end
- task.wait(d2)
- hum.WalkSpeed = 25
- end
- local function p3()
- hum.WalkSpeed = 8
- playSound("rbxassetid://94287427538964", Workspace, 1)
- if char and dropkickAnim then getgenv().Animator6D(M3, 1, false) end
- task.wait(d3)
- hum.WalkSpeed = 25
- end
- local function p4()
- hum.WalkSpeed = 8
- playSound("rbxassetid://83840600851136", Workspace, 1)
- if char and dropkickAnim then getgenv().Animator6D(M4, 1, false) end
- task.wait(d4)
- hum.WalkSpeed = 25
- end
- local function resetCombo()
- if comboResetThread then task.cancel(comboResetThread) comboResetThread = nil end
- comboStep = 0
- canPunch = true
- end
- local function startComboResetTimer()
- if comboResetThread then task.cancel(comboResetThread) end
- comboResetThread = task.delay(comboResetTime, resetCombo)
- end
- local function applyInputDelay(delayTime)
- punchDelay = true
- task.delay(delayTime, function() punchDelay = false end)
- end
- local function applyCooldown()
- canPunch = false
- punchDelay = true
- task.delay(comboCooldown, function()
- canPunch = true
- punchDelay = false
- comboStep = 0
- end)
- end
- local function punch()
- if not canPunch or punchDelay then return end
- comboStep = comboStep + 1
- if comboStep > 4 then comboStep = 1 end
- if comboStep == 1 then p1() applyInputDelay(d1) startComboResetTimer()
- elseif comboStep == 2 then p2() applyInputDelay(d2) startComboResetTimer()
- elseif comboStep == 3 then p3() applyInputDelay(d3) startComboResetTimer()
- elseif comboStep == 4 then p4() applyCooldown()
- end
- end
- local holding = false
- local autoPunchThread
- local function autoPunch()
- if autoPunchThread then task.cancel(autoPunchThread) end
- autoPunchThread = task.spawn(function()
- while holding and comboStep < 4 do
- if canPunch and not punchDelay then punch() end
- task.wait(0.05)
- end
- if holding and comboStep == 4 then punch() end
- end)
- end
- punchBtn.MouseButton1Down:Connect(function()
- holding = true
- punchBtn.ImageTransparency = 1
- task.wait(0.1)
- punchBtn.ImageTransparency = 0
- if canPunch and not punchDelay then punch() end
- autoPunch()
- end)
- punchBtn.MouseButton1Up:Connect(function()
- holding = false
- punchBtn.ImageTransparency = 0
- end)
- local runEnabled = true
- local function toggleRunAnimation(state)
- runEnabled = state
- if not runEnabled then
- getgenv().Animator6D(Run, 1, false)
- end
- end
- local blocking = false
- blockBtn.MouseButton1Down:Connect(function()
- toggleRunAnimation(false)
- hum.WalkSpeed = 8
- playSound("rbxassetid://7406698101", Workspace, 0.5)
- if char and dropkickAnim then
- getgenv().Animator6D(Block88, 1, true)
- end
- blocking = true
- end)
- blockBtn.MouseButton1Up:Connect(function()
- toggleRunAnimation(true)
- hum.WalkSpeed = 25
- if char and dropkickAnim then
- getgenv().Animator6D(Block88, 1, false)
- end
- playSound("rbxassetid://7406697981", Workspace, 0.5)
- blocking = false
- end)
- local dashCooldown = false
- dashBtn.MouseButton1Click:Connect(function()
- if dashCooldown then return end
- dashCooldown = true
- toggleRunAnimation(false)
- task.wait(0.1)
- playSound("rbxassetid://104671284040984", Workspace, 1)
- if char and dropkickAnim then getgenv().Animator6D(Dash, 0.5, false) end
- local bv = Instance.new("BodyVelocity")
- bv.MaxForce = Vector3.new(1e5, 0, 1e5)
- bv.Parent = hrp
- local speed = 100
- local elapsed = 0
- local done = false
- local con
- con = RunService.Heartbeat:Connect(function(dt)
- if not hrp or not hrp.Parent then con:Disconnect() return end
- local dir = hrp.CFrame.LookVector
- dir = Vector3.new(dir.X, 0, dir.Z).Unit
- bv.Velocity = dir * speed
- elapsed = elapsed + dt
- if not done and elapsed >= 0.3 then
- speed = 40
- done = true
- end
- end)
- task.delay(0.5, function()
- local st = 0
- local tm = 0.3
- local init = speed
- while st < tm do
- task.wait(0.02)
- st = st + 0.02
- speed = init * (1 - st / tm)
- end
- end)
- task.delay(0.9, function()
- if con then con:Disconnect() end
- bv:Destroy()
- task.wait(0.1)
- toggleRunAnimation(true)
- end)
- task.delay(2, function()
- dashCooldown = false
- end)
- end)
- shiftBtn.MouseButton1Click:Connect(toggleShiftLock)
- g.Parent = Player.PlayerGui
- local function button1Function()
- if Character and dropkickAnim then
- getgenv().Animator6D(dropkickAnim, 1, false)
- end
- Humanoid.WalkSpeed = 0
- playSound("rbxassetid://112035527459586", Workspace, 1)
- task.wait(0.7)
- if Character and dropkickAnim then
- getgenv().Animator6D(RavageSuccess, 1, false)
- end
- playSound("rbxassetid://139431216486875", Workspace, 1)
- task.wait(5)
- Humanoid.WalkSpeed = 25
- end
- local function button2Function()
- playSound("rbxassetid://132889926530295", Workspace, 1)
- task.delay(0.4, function()
- playSound("rbxassetid://117598004566129", Workspace, 1)
- end)
- if Character and dropkickAnim then
- getgenv().Animator6D(SwiftSweep, 1, false)
- end
- end
- local function button3Function()
- local s = playSound("rbxassetid://18546337378", Workspace, 1)
- s.TimePosition = 0.6
- if Character and dropkickAnim then
- getgenv().Animator6D(Collat, 1, false)
- end
- end
- local function button4Function()
- local u = "https://raw.githubusercontent.com/NetlessScripter/LightningMax/refs/heads/main/copy_CE3EAEDA-589A-4725-AE6B-DE4EDD178FB0.mp3"
- local f = "LightningMaxSound.mp3"
- if not isfile(f) then writefile(f, game:HttpGet(u)) end
- local g = waxgetcustomasset or getcustomasset
- local s = Instance.new("Sound")
- s.Name = "LightningMaxSound"
- s.SoundId = g(f)
- s.Volume = 2
- s.Parent = Workspace
- s:Play()
- toggleRunAnimation(false)
- if Character and dropkickAnim then
- getgenv().Animator6D(Startup, 1, false)
- end
- task.wait(8)
- if Character and dropkickAnim then
- getgenv().Animator6D(Ready, 1, false)
- end
- local u2 = "https://us-east.storage.cloudconvert.com/tasks/baa7be71-3aa4-438b-b1c3-d66ea97351c0/copy_937554C6-5865-4039-B3F5-F7C13749D6D0.mp3"
- local f2 = "CloudConvertSound.mp3"
- if not isfile(f2) then writefile(f2, game:HttpGet(u2)) end
- local s2 = Instance.new("Sound")
- s2.Name = "CloudConvertSound"
- s2.SoundId = g(f2)
- s2.Volume = 2
- s2.Parent = Workspace
- s2:Play()
- task.wait(5)
- toggleRunAnimation(true)
- Humanoid.WalkSpeed = 25
- end
- Player.PlayerGui:WaitForChild("TSB UI (Working Hotbar)"):WaitForChild("UltimateBar"):WaitForChild("ImageLabel"):Destroy()
- local RippedBarGui = Instance.new("ScreenGui")
- RippedBarGui.Name = "Bar"
- local MagicHealth = Instance.new("Frame")
- MagicHealth.Name = "MagicHealth"
- MagicHealth.Size = UDim2.new(0, 397, 0, 25)
- MagicHealth.Position = UDim2.new(0.5, 0, 1, -150)
- MagicHealth.AnchorPoint = Vector2.new(0.5, 0.5)
- MagicHealth.BackgroundTransparency = 1
- MagicHealth.Parent = RippedBarGui
- local HealthFrame = Instance.new("Frame")
- HealthFrame.Name = "Health"
- HealthFrame.Size = UDim2.new(1, 0, 1, 0)
- HealthFrame.BackgroundTransparency = 1
- HealthFrame.Parent = MagicHealth
- local BarImage = Instance.new("ImageLabel")
- BarImage.Name = "Bar"
- BarImage.Size = UDim2.new(1, 0, 0, 25)
- BarImage.Position = UDim2.new(0, 0, 1, -25)
- BarImage.BackgroundTransparency = 1
- BarImage.Image = "rbxassetid://7884720727"
- BarImage.ImageColor3 = Color3.new(1, 0.341176, 0.341176)
- BarImage.ImageTransparency = 1
- BarImage.Parent = HealthFrame
- local BarFill = Instance.new("ImageLabel")
- BarFill.Size = UDim2.new(0, 397, 0, 25)
- BarFill.Position = UDim2.new(0, 0, 1, -25)
- BarFill.BackgroundTransparency = 1
- BarFill.Image = "rbxassetid://7884720727"
- BarFill.ImageColor3 = Color3.new(1, 0.341176, 0.341176)
- BarFill.Parent = BarImage
- local Gradient = Instance.new("UIGradient")
- Gradient.Rotation = -90
- Gradient.Color = ColorSequence.new({
- ColorSequenceKeypoint.new(0, Color3.new(0.784314, 0.784314, 0.784314)),
- ColorSequenceKeypoint.new(1, Color3.new(1, 1, 1))
- })
- Gradient.Parent = BarFill
- local Glow = Instance.new("ImageLabel")
- Glow.Size = UDim2.new(0, 397, 0, 25)
- Glow.BackgroundTransparency = 1
- Glow.Image = "rbxassetid://7885533165"
- Glow.ImageColor3 = Color3.new(0, 0, 0)
- Glow.ImageTransparency = 0.5
- Glow.Parent = HealthFrame
- local LabelFont = Font.new("rbxasset://fonts/families/Balthazar.json", Enum.FontWeight.Bold, Enum.FontStyle.Italic)
- local Title = Instance.new("TextLabel")
- Title.Size = UDim2.new(0, 163, 0, 25)
- Title.Position = UDim2.new(0.5, 0, -0.84, 10)
- Title.AnchorPoint = Vector2.new(0.5, 0)
- Title.BackgroundTransparency = 1
- Title.Text = "20 SERIES"
- Title.TextColor3 = Color3.new(1, 1, 1)
- Title.TextStrokeColor3 = Color3.new(0, 0, 0)
- Title.TextStrokeTransparency = 0.75
- Title.TextSize = 22
- Title.FontFace = LabelFont
- Title.Parent = MagicHealth
- local Ult = Instance.new("TextLabel")
- Ult.Size = UDim2.new(0, 163, 0, 27)
- Ult.Position = UDim2.new(0.5, 0, -0.84, 29)
- Ult.AnchorPoint = Vector2.new(0.5, 0)
- Ult.BackgroundTransparency = 1
- Ult.Text = "[G]"
- Ult.TextColor3 = Color3.new(1, 1, 1)
- Ult.TextSize = 18
- Ult.FontFace = LabelFont
- Ult.Parent = MagicHealth
- local Click = Instance.new("ImageButton")
- Click.Size = UDim2.new(1, 0, 1, 0)
- Click.BackgroundTransparency = 1
- Click.ImageTransparency = 1
- Click.Parent = MagicHealth
- local Scale = Instance.new("UIScale")
- Scale.Scale = 0.6
- Scale.Parent = RippedBarGui
- RippedBarGui.Parent = Player:WaitForChild("PlayerGui")
- local function triggerAwakening()
- Humanoid.WalkSpeed = 0
- if dropkickAnim then
- getgenv().Animator6D(Awakening, 1, false)
- end
- local u = "https://us-east.storage.cloudconvert.com/tasks/baa7be71-3aa4-438b-b1c3-d66ea97351c0/copy_937554C6-5865-4039-B3F5-F7C13749D6D0.mp3"
- local f = "MySound.mp3"
- if not isfile(f) then writefile(f, game:HttpGet(u)) end
- local g = waxgetcustomasset or getcustomasset
- local s = Instance.new("Sound")
- s.SoundId = g(f)
- s.Volume = 2
- s.Parent = Workspace
- s:Play()
- task.delay(8, function()
- Humanoid.WalkSpeed = 25
- end)
- end
- Click.MouseButton1Click:Connect(triggerAwakening)
- UserInputService.InputBegan:Connect(function(input, gameProcessed)
- if gameProcessed then return end
- if input.UserInputType == Enum.UserInputType.Keyboard and input.KeyCode == Enum.KeyCode.G then
- triggerAwakening()
- end
- end)
- for _, name in ipairs(buttons) do
- local button = hotbar:WaitForChild(name)
- local overlay = button:WaitForChild("Overlay")
- button.InputBegan:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.Touch or input.UserInputType == Enum.UserInputType.MouseButton1 then
- overlay.ImageTransparency = 0
- if name == "1" then
- button1Function()
- elseif name == "2" then
- button2Function()
- elseif name == "3" then
- button3Function()
- elseif name == "4" then
- button4Function()
- end
- end
- end)
- button.InputEnded:Connect(function(input)
- if input.UserInputType == Enum.UserInputType.Touch or input.UserInputType == Enum.UserInputType.MouseButton1 then
- overlay.ImageTransparency = 1
- end
- end)
- end
- hum.Running:Connect(function(speed)
- if dropkickAnim and runEnabled then
- local state = hum:GetState()
- local bv = hrp:FindFirstChildOfClass("BodyVelocity")
- if state ~= Enum.HumanoidStateType.Freefall and not bv then
- if speed > 0 then
- getgenv().Animator6D(Run, 1, true)
- else
- getgenv().Animator6D(Run, 1, false)
- end
- else
- getgenv().Animator6D(Run, 1, false)
- end
- end
- end)
- local Footsteps = {
- Grass = {
- "rbxassetid://7456850767",
- "rbxassetid://7456850856",
- "rbxassetid://7456850976"
- },
- Concrete = {
- "rbxassetid://7455224144",
- "rbxassetid://7455246815",
- "rbxassetid://7455224490"
- }
- }
- local footstepCooldown = false
- local function playFootstep(material)
- if footstepCooldown or not Footsteps[material] then return end
- footstepCooldown = true
- local soundId = Footsteps[material][math.random(1, #Footsteps[material])]
- playSound(soundId, hrp, 0.3)
- task.delay(0.25, function()
- footstepCooldown = false
- end)
- end
- task.spawn(function()
- while char.Parent do
- if hum.MoveDirection.Magnitude > 0 then
- local rayParams = RaycastParams.new()
- rayParams.FilterDescendantsInstances = {char}
- rayParams.FilterType = Enum.RaycastFilterType.Blacklist
- local result = Workspace:Raycast(hrp.Position, Vector3.new(0, -5, 0), rayParams)
- if result and result.Instance then
- local mat = result.Material
- if mat == Enum.Material.Grass then
- playFootstep("Grass")
- elseif mat == Enum.Material.Concrete then
- playFootstep("Concrete")
- end
- end
- end
- task.wait(0.05)
- end
- end)
- end)
Advertisement
Add Comment
Please, Sign In to add comment