local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))() _G.Name = false local function otobob() while _G.Name do game.Players.LocalPlayer.Character:SetPrimaryPartCFrame(CFrame.new(-910.162292, 329.900879, 3.9865303)) wait(1) game.ReplicatedStorage.Duplicate:FireServer(true) wait(0.5) game.Players.LocalPlayer.Character.Humanoid.Health = 0 wait(5) -- Burada 1 saniye bekliyoruz, süreyi ihtiyacınıza göre değiştirebilirsiniz end end local Window = Rayfield:CreateWindow({ Name = "Slap Battles | Gojo Hub", Icon = 0, LoadingTitle = "GOJO HUB", LoadingSubtitle = "by XdcxX24", Theme = "Ocean", DisableRayfieldPrompts = false, DisableBuildWarnings = false, ConfigurationSaving = { Enabled = true, FolderName = nil, FileName = "Big Hub" }, Discord = { Enabled = true, Invite = "", RememberJoins = true }, KeySystem = true, KeySettings = { Title = "KEY", Subtitle = "Key System", Note = "Join Discord", FileName = "https://paste.tc/raw/key1-15861", SaveKey = true, GrabKeyFromSite = true, Key = {"https://paste.tc/raw/key1-15861"} } }) Rayfield:Notify({ Title = "Good Games", Content = "Made By Gojo", Duration = 6.5, Image = 4483362458, }) local MainTab = Window:CreateTab("Main", 4483362458) local othersTab = Window:CreateTab("Others", 4483362458) local Slider = othersTab:CreateSlider({ Name = "WalkSpeed", Range = {20, 100}, Increment = 20, Suffix = "Speed", CurrentValue = 20, Flag = "Speed", Callback = function(Value) game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = Value end, }) local Slider = othersTab:CreateSlider({ Name = "Jump Power", Range = {50, 100}, Increment = 10, Suffix = "Power", CurrentValue = 10, Flag = "Power", Callback = function(Value) game.Players.LocalPlayer.Character.Humanoid.JumpPower = Value end, }) local Toggle = MainTab:CreateToggle({ Name = "Oto Bob (You Need Replica)", CurrentValue = false, Flag = "Toggle1", Callback = function(Value) _G.Name = Value if Value then otobob() wait(1) end end, })