local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/TwiRwal/TwiWare/main/uilib.lua"))() local Window = Library.CreateLib("OldMan Clash 1.6.2 Classic", "Midnight") local Tab = Window:NewTab("Script") local Section = Tab:NewSection("Clash Classie") local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/TwiRwal/TwiWare/main/uilib.lua"))() Section:NewButton("Jeffrey Clash", "ButtonInfo", function() local args = { [1] = game:GetService("Players").LocalPlayer } game:GetService("Players").LocalPlayer.Character.Jeffrey.ChaseOn:FireServer(unpack(args)) local args = { [1] = game:GetService("Players").LocalPlayer } game:GetService("Players").LocalPlayer.Character.Jeffrey.ChaseOff:FireServer(unpack(args)) end) Section:NewButton("Anakin Clash On", "ButtonInfo", function() local args = { [1] = game:GetService("Players").LocalPlayer } game:GetService("ReplicatedStorage").Characters.Anakin.Remotes.ChargeStart:FireServer(unpack(args)) end) Section:NewButton("Anakin Clash Off", "ButtonInfo", function() local args = { [1] = game:GetService("Players").LocalPlayer } game:GetService("Players").LocalPlayer.Character.Anakin.Release:FireServer(unpack(args)) end) Section:NewButton("Zodiac Clash", "ButtonInfo", function() game:GetService("Players").LocalPlayer.Character.Zodiac.MoveFour:FireServer() game:GetService("Players").LocalPlayer.Character.Zodiac.Stomp:FireServer() game:GetService("ReplicatedStorage").Characters.Zodiac.Remotes.Stomp:FireServer() game:GetService("Players").LocalPlayer.Character.Zodiac.Kick:FireServer() game:GetService("ReplicatedStorage").Characters.Zodiac.Remotes.Kick:FireServer() end) Section:NewButton("Iris Clash", "ButtonInfo", function() game:GetService("ReplicatedStorage").Characters.Iris.Remotes.MoveOne:FireServer() end) Section:NewButton("Batman Clash", "ButtonInfo", function() local args = { [1] = game:GetService("Players").LocalPlayer } game:GetService("ReplicatedStorage").Characters.TheBatman.Remotes.MoveOne:FireServer(unpack(args)) end) Section:NewButton("Steve H Clash", "ButtonInfo", function() local args = { [1] = game:GetService("Players").LocalPlayer } game:GetService("Players").LocalPlayer.Character.Steve_H.Spin:FireServer(unpack(args)) local args = { [1] = game:GetService("Players").LocalPlayer } game:GetService("Players").LocalPlayer.Character.Steve_H.SpinRelease:FireServer(unpack(args)) game:GetService("ReplicatedStorage").Characters.Steve_H.Remotes.Homerun:FireServer() end) Section:NewButton("Wednesday Clash", "ButtonInfo", function() local args = { [1] = game:GetService("Players").LocalPlayer } game:GetService("ReplicatedStorage").Characters.Wednesday.Remotes.FlipKick:FireServer(unpack(args)) end) Section:NewButton("Darth Vader Clash", "ButtonInfo", function() local args = { [1] = game:GetService("Players").LocalPlayer } game:GetService("Players").LocalPlayer.Character.DarthVader.HeavyStrike:FireServer(unpack(args)) end) Section:NewButton("Michael Clash", "ButtonInfo", function() local args = { [1] = game:GetService("Players").LocalPlayer } game:GetService("Players").LocalPlayer.Character.Michael.Billie:FireServer(unpack(args)) local args = { [1] = game:GetService("Players").LocalPlayer } game:GetService("Players").LocalPlayer.Character.Michael.KickStart:FireServer(unpack(args)) local args = { [1] = game:GetService("Players").LocalPlayer } game:GetService("Players").LocalPlayer.Character.Michael.Kick:FireServer(unpack(args)) local args = { [1] = game:GetService("Players").LocalPlayer } game:GetService("ReplicatedStorage").Characters.Michael.Remotes.KickHit:FireServer(unpack(args)) end) Section:NewButton("Pibby Clash", "ButtonInfo", function() -- Script generated by SimpleSpy - credits to exx#9394 game:GetService("Players").LocalPlayer.Character.Pibby.Rush:FireServer() -- Script generated by SimpleSpy - credits to exx#9394 game:GetService("Players").LocalPlayer.Character.Pibby.RushOff:FireServer() end) Section:NewButton("Ghost Face Clash", "ButtonInfo", function() -- Script generated by SimpleSpy - credits to exx#9394 local args = { [1] = game:GetService("Players").LocalPlayer } game:GetService("Players").LocalPlayer.Character.Ghostface.ChaseOn:FireServer(unpack(args)) -- Script generated by SimpleSpy - credits to exx#9394 local args = { [1] = game:GetService("Players").LocalPlayer } game:GetService("Players").LocalPlayer.Character.Ghostface.ChaseOff:FireServer(unpack(args)) end) Section:NewButton("Sonic Clash", "ButtonInfo", function() game:GetService("ReplicatedStorage").Characters.Sonic.Remotes.RollEffectEven:FireServer() end) Section:NewButton("Myers Clash", "ButtonInfo", function() local args = { [1] = game:GetService("Players").LocalPlayer } game:GetService("ReplicatedStorage").Characters.Myers.Remotes.ThroatSlash:FireServer(unpack(args)) end) Section:NewButton("Lyle Clash", "ButtonInfo", function() game:GetService("ReplicatedStorage").Characters.Lyle.Remotes.EscapePlan:FireServer() end) Section:NewButton("Dexter Clash", "ButtonInfo", function() game:GetService("ReplicatedStorage").Characters.Dexter.Remotes.Harpoon:FireServer() end) Section:NewButton("Joe Clash New", "ButtonInfo", function() local args = { [1] = game:GetService("Players").LocalPlayer } game:GetService("Players").LocalPlayer.Character.Joe.ChaseOn:FireServer(unpack(args)) game:GetService("ReplicatedStorage").Characters.Joe.Remotes.BugsSlam:FireServer() local args = { [1] = game:GetService("Players").LocalPlayer } game:GetService("Players").LocalPlayer.Character.Joe.ChaseOff:FireServer(unpack(args)) end) Section:NewButton("Deep Clash", "ButtonInfo", function() game:GetService("ReplicatedStorage").Characters.Deep.Remotes.Slam:FireServer() end) Section:NewButton("001 Clash", "ButtonInfo", function() -- Script generated by SimpleSpy - credits to exx#9394 game:GetService("ReplicatedStorage").Characters.FrontMan.Remotes.Shove:FireServer() end) Section:NewButton("Paul Clash", "ButtonInfo", function() -- Script generated by SimpleSpy - credits to exx#9394 local args = { [1] = game:GetService("Players").LocalPlayer } game:GetService("Players").LocalPlayer.Character.Paul.KSwing:FireServer(unpack(args)) end) Section:NewButton("Spider-Man Clash", "ButtonInfo", function() local args = { [1] = game:GetService("Players").LocalPlayer } game:GetService("ReplicatedStorage").Characters.SpiderMan.Remotes.UpperCut:FireServer(unpack(args)) end) Section:NewButton("Wanda Clash", "ButtonInfo", function() local args = { [1] = game:GetService("Players").LocalPlayer } game:GetService("ReplicatedStorage").Characters.Wanda.Remotes.Torture:FireServer(unpack(args)) end)