Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local OrionLib =
- loadstring(
- game:HttpGet(
- ("https://raw.githubusercontent.com/ionlyusegithubformcmods/1-Line-Scripts/main/Mobile%20Friendly%20Orion")
- )
- )()
- local players = game:GetService("Players")
- local whitelist = {"VadimYtube20", "Wolfdmitrich"}
- local Window =
- OrionLib:MakeWindow(
- {
- Name = "Budgie Hub | KJ Battlegrounds",
- HidePremium = true,
- IntroEnabled = false,
- SaveConfig = false,
- ConfigFolder = "OrionTest"
- }
- )
- local Tab =
- Window:MakeTab(
- {
- Name = "Characters",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- }
- )
- local playerNametwo = nil
- local playerNames = {}
- local playerDropdown
- local players = game:GetService("Players")
- local function updatePlayerNames()
- playerNames = {}
- for _, player in pairs(players:GetPlayers()) do
- table.insert(playerNames, player.DisplayName .. " (@" .. player.Name .. ")")
- end
- if playerDropdown then
- playerDropdown:Refresh(playerNames, true)
- end
- end
- playerDropdown =
- Tab:AddDropdown(
- {
- Name = "Players",
- Default = "Select player",
- Options = playerNames,
- Callback = function(PlayerDisplayAndUsername)
- for _, player in pairs(players:GetPlayers()) do
- if PlayerDisplayAndUsername == player.DisplayName .. " (@" .. player.Name .. ")" then
- playerNametwo = player.Name
- break
- end
- end
- end
- }
- )
- local inputPlayerName
- Tab:AddTextbox(
- {
- Name = "Player Name",
- Default = "",
- TextDisappear = false,
- Callback = function(Value)
- inputPlayerName = Value
- for _, player in pairs(players:GetPlayers()) do
- if string.find(string.lower(player.Name), string.lower(inputPlayerName)) then
- playerNametwo = player.Name
- OrionLib:MakeNotification(
- {
- Name = "Player Found",
- Content = "Player " .. player.DisplayName .. " (@" .. player.Name .. ") selected.",
- Image = "rbxassetid://4483345998",
- Time = 5
- }
- )
- break
- end
- end
- end
- }
- )
- local isCyberbulling = false
- Tab:AddButton(
- {
- Name = "Cyberbull",
- Callback = function()
- isCyberbulling = true
- OrionLib:MakeNotification(
- {
- Name = "Budgie Hub",
- Content = "Cyberbulling Enabled",
- Image = "rbxassetid://4483345998",
- Time = 10
- }
- )
- while isCyberbulling do
- local targetPlayer = game.Players:FindFirstChild(playerNametwo)
- if targetPlayer and targetPlayer.Character and targetPlayer.Character:FindFirstChild("Humanoid") then
- local health = targetPlayer.Character.Humanoid.Health
- if health > 0 then
- local hits = math.ceil(health / 5)
- for i = 1, hits do
- if not isCyberbulling then
- break
- end
- local ohString1 = "KjM1s-1"
- local ohInstance2 = workspace[playerNametwo]
- local ohNumber3 = 0.7166666388511658
- local ohNumber4 = 2
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(
- ohString1,
- ohInstance2,
- ohNumber3,
- ohNumber4
- )
- end
- end
- end
- wait(1) -- Добавляем небольшую задержку, чтобы не перегружать сервер
- end
- end
- }
- )
- Tab:AddButton(
- {
- Name = "Cyberbull Off",
- Callback = function()
- isCyberbulling = false
- OrionLib:MakeNotification(
- {
- Name = "Budgie Hub",
- Content = "Cyberbulling Disabled",
- Image = "rbxassetid://4483345998",
- Time = 10
- }
- )
- end
- }
- )
- Tab:AddButton(
- {
- Name = "Immortal (P)",
- Callback = function()
- local ohString1 = "ChangeAtribbe"
- local ohInstance2 = workspace[players.LocalPlayer.Name]
- local ohString3 = "CantHit"
- local ohBoolean4 = true
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(
- ohString1,
- ohInstance2,
- ohString3,
- ohBoolean4
- )
- end
- }
- )
- local Section =
- Tab:AddSection(
- {
- Name = "Gojo"
- }
- )
- Tab:AddButton(
- {
- Name = "Hollow Purple",
- Callback = function()
- local ohString1 = "HallowPurpleBlue"
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(ohString1)
- local ohString1 = "HallowPurpleRed"
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(ohString1)
- local ohString1 = "HallowPurpleBlueRedWeld"
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(ohString1)
- end
- }
- )
- Tab:AddButton(
- {
- Name = "Infinity Void",
- Callback = function()
- local ohString1 = "Domain ExpansionStart"
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(ohString1)
- local ohString1 = "Domain ExpansionTWOO"
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(ohString1)
- end
- }
- )
- Tab:AddButton(
- {
- Name = "Maximum Hollow Purple",
- Callback = function()
- local ohString1 = "MaxMinHallowPurpleExplosion"
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(ohString1)
- end
- }
- )
- Tab:AddButton(
- {
- Name = "Maximum Hollow End",
- Callback = function()
- local ohString1 = "MaxMinHallowPurpleEnd"
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(ohString1)
- end
- }
- )
- Tab:AddButton(
- {
- Name = "Freezer",
- Callback = function()
- -- Объявляем переменные
- local ohString1 = "MaxminBlueLoop"
- while true do
- -- Получаем игрока по имени
- local player = game.Players:FindFirstChild(playerNametwo)
- -- Проверяем, существует ли игрок
- if player then
- -- Получаем персонажа игрока и его корневую часть (HumanoidRootPart)
- local character = player.Character
- if character and character:FindFirstChild("HumanoidRootPart") then
- local humanoidRootPart = character.HumanoidRootPart
- -- Получаем координаты
- local ohVector32 = humanoidRootPart.Position
- -- Вызываем функцию с новыми координатами
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(
- ohString1,
- ohVector32
- )
- wait(0.010)
- else
- warn("Персонаж игрока или HumanoidRootPart не найдены.")
- wait(10)
- end
- else
- warn("Игрок с именем " .. playerNametwo .. " не найден.")
- break
- end
- end
- end
- }
- )
- Tab:AddButton(
- {
- Name = "Super Red",
- Callback = function()
- for i = 1, 50 do
- local ohString1 = "MaxminRedHit"
- local ohInstance2 = workspace[playerNametwo]
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(ohString1, ohInstance2)
- end
- end
- }
- )
- local Section =
- Tab:AddSection(
- {
- Name = "Punches"
- }
- )
- Tab:AddButton(
- {
- Name = "Super punches",
- Callback = function()
- for i = 1, 999 do
- local ohString1 = "KjM1s-1"
- local ohInstance2 = workspace[playerNametwo]
- local ohNumber3 = 0.7166666388511658
- local ohNumber4 = 2
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(
- ohString1,
- ohInstance2,
- ohNumber3,
- ohNumber4
- )
- end
- end
- }
- )
- local adapt = 1
- Tab:AddTextbox(
- {
- Name = "Adaptive",
- Default = "10",
- TextDisappear = true,
- Callback = function(Value)
- adapt = Value
- end
- }
- )
- Tab:AddButton(
- {
- Name = "Adaptive Super Punches",
- Callback = function()
- for i = 1, adapt do
- local ohString1 = "KjM1s-1"
- local ohInstance2 = workspace[playerNametwo]
- local ohNumber3 = 0.7166666388511658
- local ohNumber4 = 2
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(
- ohString1,
- ohInstance2,
- ohNumber3,
- ohNumber4
- )
- end
- end
- }
- )
- Tab:AddButton(
- {
- Name = "Adaptive Super Punches All",
- Callback = function()
- for i = 1, adapt do
- for _, player in pairs(game:GetService("Players"):GetPlayers()) do
- if not table.find(whitelist, player.Name) and player.Name ~= players.LocalPlayer.Name then
- local ohString1 = "KjM1s-1"
- local ohInstance2 = workspace[player.Name]
- local ohNumber3 = 0.7166666388511658
- local ohNumber4 = 2
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(
- ohString1,
- ohInstance2,
- ohNumber3,
- ohNumber4
- )
- end
- end
- end
- end
- }
- )
- local Section =
- Tab:AddSection(
- {
- Name = "Megumi"
- }
- )
- Tab:AddButton(
- {
- Name = "Shadow Stalker",
- Callback = function()
- local ohString1 = "Shadow Stlaker Start"
- local ohInstance2 = workspace[playerNametwo]
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(ohString1, ohInstance2)
- end
- }
- )
- Tab:AddButton(
- {
- Name = "Dark Surge",
- Callback = function()
- for i = 1, 50 do
- local ohString1 = "DarkSurgeHitttttt"
- local ohInstance2 = workspace[playerNametwo]
- local ohNumber3 = 384923741623
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(
- ohString1,
- ohInstance2,
- ohNumber3
- )
- end
- end
- }
- )
- local Section =
- Tab:AddSection(
- {
- Name = "KJ"
- }
- )
- Tab:AddButton(
- {
- Name = "Ravage",
- Callback = function()
- for i = 1, 100 do
- local ohString1 = "Ravage6"
- local ohInstance2 = workspace[playerNametwo]
- local ohNumber3 = 6.133333206176758
- local ohVector34 = Vector3.new(4599.291015625, 405.5281982421875, -3595.43603515625)
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(
- ohString1,
- ohInstance2,
- ohNumber3,
- ohVector34
- )
- end
- end
- }
- )
- Tab:AddButton(
- {
- Name = "Five Seasons",
- Callback = function()
- local player = game.Players.LocalPlayer
- local mouse = player:GetMouse()
- -- Perform other actions here
- -- ...
- local ohString1 = "5 Seasons Start"
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(ohString1)
- local ohString1 = "5 Seasons Jump"
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(ohString1)
- local ohString1 = "5 Seasons StartFlame"
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(ohString1)
- local ohString1 = "5 Seasons StopFlame"
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(ohString1)
- local ohString1 = "5 Seasons VfxHand1"
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(ohString1)
- local ohString1 = "5 Seasons VfxHand2"
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(ohString1)
- local ohString1 = "5 Seasons Trans"
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(ohString1)
- local ohString1 = "5 Seasons sdaaaaaaaaa"
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(ohString1)
- -- Use the mouse hit position for the coordinates
- local mousePosition = mouse.Hit.p
- local ohString1 = "5 Seasons Endeddd"
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(ohString1, mousePosition)
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(ohString1, ohVector32)
- local ohString1 = "5 Seasons AddPunchess"
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(ohString1)
- local ohString1 = "5 Seasons Exploisonnn"
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(ohString1)
- local ohString1 = "5 Seasons TrueeEndddd"
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(ohString1)
- end
- }
- )
- Tab:AddButton(
- {
- Name = "Five Seasons (need playres select)",
- Callback = function()
- local player = game.Players.LocalPlayer
- local otherPlayer = game.Players:FindFirstChild(playerNametwo)
- local otherPlayerPosition
- if otherPlayer and otherPlayer.Character and otherPlayer.Character:FindFirstChild("Torso") then
- otherPlayerPosition = otherPlayer.Character.Torso.Position
- else
- -- Если другой игрок не найден или его позиция не определена, используем координаты по умолчанию
- otherPlayerPosition = Vector3.new(0, 0, 0)
- end
- -- Perform other actions here
- -- ...
- local ohString1 = "5 Seasons Start"
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(ohString1)
- local ohString1 = "5 Seasons Jump"
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(ohString1)
- local ohString1 = "5 Seasons StartFlame"
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(ohString1)
- local ohString1 = "5 Seasons StopFlame"
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(ohString1)
- local ohString1 = "5 Seasons VfxHand1"
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(ohString1)
- local ohString1 = "5 Seasons VfxHand2"
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(ohString1)
- local ohString1 = "5 Seasons Trans"
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(ohString1)
- local ohString1 = "5 Seasons sdaaaaaaaaa"
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(ohString1)
- -- Use the other player's position for the coordinates
- local ohString1 = "5 Seasons Endeddd"
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(
- ohString1,
- otherPlayerPosition
- )
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(ohString1, mousePosition)
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(ohString1, ohVector32)
- local ohString1 = "5 Seasons AddPunchess"
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(ohString1)
- local ohString1 = "5 Seasons Exploisonnn"
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(ohString1)
- local ohString1 = "5 Seasons TrueeEndddd"
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(ohString1)
- end
- }
- )
- local Section =
- Tab:AddSection(
- {
- Name = "Toji"
- }
- )
- Tab:AddButton(
- {
- Name = "Cross Slash",
- Callback = function()
- for i = 1, 50 do
- local ohString1 = "crossSlashHitSlash2"
- local ohInstance2 = workspace[playerNametwo]
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(ohString1, ohInstance2)
- end
- end
- }
- )
- local Section =
- Tab:AddSection(
- {
- Name = "Sukuna"
- }
- )
- Tab:AddButton(
- {
- Name = "World Cut",
- Callback = function()
- for i = 1, 10 do
- local ohString1 = "WorldCutHitt"
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(ohString1)
- end
- end
- }
- )
- Tab:AddButton(
- {
- Name = "Head Cut",
- Callback = function()
- for i = 1, 200 do
- local ohString1 = "SukunaSplitHit"
- local ohInstance2 = workspace[playerNametwo]
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(ohString1, ohInstance2)
- end
- end
- }
- )
- local Section =
- Tab:AddSection(
- {
- Name = "Utilities"
- }
- )
- Tab:AddButton(
- {
- Name = "Free Gamepasses",
- Callback = function()
- if game.CreatorType == Enum.CreatorType.User then
- game.Players.LocalPlayer.UserId = game.CreatorId
- end
- if game.CreatorType == Enum.CreatorType.Group then
- game.Players.LocalPlayer.UserId =
- game:GetService("GroupService"):GetGroupInfoAsync(game.CreatorId).Owner.Id
- end
- end
- }
- )
- Tab:AddButton(
- {
- Name = "Effects",
- Callback = function()
- local ohString1 = "5 Seasons StartFlame"
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(ohString1)
- local ohString1 = "5 Seasons VfxHand1"
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(ohString1)
- local ohString1 = "5 Seasons VfxHand2"
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(ohString1)
- end
- }
- )
- Tab:AddButton(
- {
- Name = "Stoic Bomb Effects v1",
- Callback = function()
- local ohString1 = "StoicBombFlameStart"
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(ohString1)
- end
- }
- )
- Tab:AddButton(
- {
- Name = "Stoic Bomb Effects v2",
- Callback = function()
- local ohString1 = "StoicBombBomb"
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(ohString1)
- end
- }
- )
- local doSmoke = false
- Tab:AddButton(
- {
- Name = "Smoke",
- Callback = function()
- doSmoke = true
- while doSmoke do
- local ohString1 = "StoicBombExplosion"
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(ohString1)
- wait(0.3)
- end
- end
- }
- )
- Tab:AddButton(
- {
- Name = "Smoke Stop",
- Callback = function()
- doSmoke = false
- end
- }
- )
- local Tab =
- Window:MakeTab(
- {
- Name = "Options",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- }
- )
- local isRunning = false
- local runService = game:GetService("RunService")
- local connection
- local function sendServerRequest(ohBoolean4)
- local ohString1 = "ChangeAtribbe"
- local ohInstance2 = workspace[players.LocalPlayer.Name]
- local ohString3 = "CantHit"
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(
- ohString1,
- ohInstance2,
- ohString3,
- ohBoolean4
- )
- end
- local function startRepeatedRequest()
- isRunning = true
- -- Выполняем запрос каждые 250 миллисекунд
- connection =
- runService.Heartbeat:Connect(
- function()
- if isRunning then
- sendServerRequest(true)
- wait(0.25)
- end
- end
- )
- OrionLib:MakeNotification( -- может быть тут ошибка
- {
- Name = "Budgie Hub",
- Content = "Immortal Mode Enabled",
- Image = "rbxassetid://4483345998",
- Time = 10
- }
- )
- end
- local function stopRepeatedRequest()
- if connection then
- connection:Disconnect()
- sendServerRequest(false)
- end
- isRunning = false
- OrionLib:MakeNotification( -- может быть тут ошибка
- {
- Name = "Budgie Hub",
- Content = "Immortal Mode Disabled",
- Image = "rbxassetid://4483345998",
- Time = 10
- }
- )
- end
- local function toggleImmortality()
- if isRunning then
- stopRepeatedRequest()
- else
- startRepeatedRequest()
- end
- end
- -- Добавление бинда
- Tab:AddBind(
- {
- Name = "Immortal Bind",
- Default = Enum.KeyCode.P,
- Hold = false,
- Callback = toggleImmortality
- }
- )
- Tab:AddBind(
- {
- Name = "Combat Disable Bind",
- Default = Enum.KeyCode.O,
- Hold = false,
- Callback = function()
- local ohString1 = "CombatSystemEdIt"
- local ohInstance2 = workspace[players.LocalPlayer.Name]
- local ohString3 = ""
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(
- ohString1,
- ohInstance2,
- ohString3
- )
- end
- }
- )
- Tab:AddDropdown(
- {
- Name = "Equip Accessories",
- Default = "1",
- Options = {
- "SorcererCape",
- "Scarf",
- "Teacher's NeckTie",
- "Crown",
- "Spikey Scarf",
- "Mihawk Hat",
- "Killer Scarf",
- "The Strongest One",
- "Soul Captain Cloak",
- "Mahoraga Wheel",
- "NahIdWin"
- },
- Callback = function(Value)
- local ohString1 = "addACCESSORIE"
- local ohString2 = Value
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(ohString1, ohString2)
- end
- }
- )
- Tab:AddDropdown(
- {
- Name = "Remove Accessories",
- Default = "1",
- Options = {
- "SorcererCape",
- "Scarf",
- "Teacher's NeckTie",
- "Crown",
- "Spikey Scarf",
- "Mihawk Hat",
- "Killer Scarf",
- "The Strongest One",
- "Soul Captain Cloak",
- "Mahoraga Wheel",
- "NahIdWin"
- },
- Callback = function(Value)
- local ohString1 = "RemoveACCESSORIE"
- local ohString2 = Value
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(ohString1, ohString2)
- end
- }
- )
- Tab:AddDropdown(
- {
- Name = "Equip Aura",
- Default = "1",
- Options = {
- "SpecialGrade Aura",
- "Blood Aura",
- "Gojo Aura",
- "Sukuna Aura"
- },
- Callback = function(Value)
- local ohString1 = "addACCESSORIE"
- local ohString2 = Value
- local ohString3 = "AllAURAS"
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(
- ohString1,
- ohString2,
- ohString3
- )
- end
- }
- )
- Tab:AddDropdown(
- {
- Name = "Remove Aura",
- Default = "1",
- Options = {
- "SpecialGrade Aura",
- "Blood Aura",
- "Gojo Aura",
- "Sukuna Aura"
- },
- Callback = function(Value)
- local ohString1 = "RemoveACCESSORIE"
- local ohString2 = Value
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(ohString1, ohString2)
- end
- }
- )
- Tab:AddButton(
- {
- Name = "My Accessories Set",
- Callback = function()
- local ohString1 = "addACCESSORIE"
- local ohString2 = "Scarf"
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(ohString1, ohString2)
- local ohString1 = "addACCESSORIE"
- local ohString2 = "Killer Scarf"
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(ohString1, ohString2)
- local ohString1 = "addACCESSORIE"
- local ohString2 = "Soul Captain Cloak"
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(ohString1, ohString2)
- local ohString1 = "addACCESSORIE"
- local ohString2 = "Mahoraga Wheel"
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(ohString1, ohString2)
- local ohString1 = "addACCESSORIE"
- local ohString2 = "SpecialGrade Aura"
- local ohString3 = "AllAURAS"
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(
- ohString1,
- ohString2,
- ohString3
- )
- local ohString1 = "addACCESSORIE"
- local ohString2 = "Blood Aura"
- local ohString3 = "AllAURAS"
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(
- ohString1,
- ohString2,
- ohString3
- )
- local ohString1 = "addACCESSORIE"
- local ohString2 = "Gojo Aura"
- local ohString3 = "AllAURAS"
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(
- ohString1,
- ohString2,
- ohString3
- )
- local ohString1 = "addACCESSORIE"
- local ohString2 = "Sukuna Aura"
- local ohString3 = "AllAURAS"
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(
- ohString1,
- ohString2,
- ohString3
- )
- local ohString1 = "5 Seasons StartFlame"
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(ohString1)
- local ohString1 = "5 Seasons VfxHand1"
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(ohString1)
- local ohString1 = "5 Seasons VfxHand2"
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(ohString1)
- end
- }
- )
- Tab:AddButton(
- {
- Name = "Inject Infinity Yield",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source"))()
- end
- }
- )
- Tab:AddButton(
- {
- Name = "Reset",
- Callback = function()
- game:GetService("Players").LocalPlayer.Character.Humanoid.Health = 0
- end
- }
- )
- Tab:AddButton(
- {
- Name = "Anti slow",
- Callback = function()
- repeat
- wait()
- local Player = game.Players.LocalPlayer
- local Character = Player.Character or Player.CharacterAdded:Wait()
- local initialSpeed = 16
- local currentSpeed = Character.Humanoid.WalkSpeed
- if currentSpeed >= 0 and currentSpeed <= 10 then
- Character.Humanoid.WalkSpeed = initialSpeed
- else
- Character.Humanoid.WalkSpeed = currentSpeed
- end
- until game:GetService("Players").LocalPlayer.Character.Humanoid.Health == 0
- end
- }
- )
- Tab:AddButton(
- {
- Name = "Anti Ragdoll",
- Callback = function()
- while True do
- local ohString1 = "ChangeValue"
- local ohInstance2 = workspace[players.LocalPlayer.Name].IsRagdoll
- local ohBoolean3 = true
- game:GetService("ReplicatedStorage").AllRemoteEvents.CLientToServerR:FireServer(
- ohString1,
- ohInstance2,
- ohBoolean3
- )
- wait(5)
- end
- end
- }
- )
- Tab:AddButton(
- {
- Name = "Anti inventory lock",
- Callback = function()
- while true do
- task.wait()
- local StarterGui = game:GetService("StarterGui")
- StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
- local sgui = game:GetService("StarterGui")
- sgui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat, true)
- end
- end
- }
- )
- Tab:AddButton(
- {
- Name = "Anti Jump Block",
- Callback = function()
- while true do
- wait()
- local Player = game.Players.LocalPlayer
- local Character = Player.Character or Player.CharacterAdded:Wait()
- Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Jumping, true)
- local initialJump = 50
- local currentJump = Character.Humanoid.JumpPower
- if currentJump >= 0 and currentJump <= 10 then
- Character.Humanoid.JumpPower = initialJump
- else
- Character.Humanoid.JumpPower = currentJump
- end
- end
- end
- }
- )
- Tab:AddButton(
- {
- Name = "Equip All Tools",
- Callback = function()
- for _, tool in ipairs(game:GetService("Players").LocalPlayer.Backpack:GetChildren()) do
- if tool:IsA("Tool") then
- tool.Parent = game:GetService("Players").LocalPlayer.Character
- end
- end
- end
- }
- )
- Tab:AddButton(
- {
- Name = "Delete All Tools",
- Callback = function()
- local Player = game:GetService("Players").LocalPlayer
- local Backpack = Player.Backpack
- local Character = Player.Character
- for _, v in pairs(Backpack:GetChildren()) do
- if v:IsA("Tool") or v:IsA("HopperBin") then
- v:Destroy()
- end
- end
- for _, v in pairs(Character:GetChildren()) do
- if v:IsA("Tool") or v:IsA("HopperBin") then
- v:Destroy()
- end
- end
- end
- }
- )
- Tab:AddButton(
- {
- Name = "Fix Camera",
- Callback = function()
- speaker = game.Players.LocalPlayer
- workspace.CurrentCamera:remove()
- task.wait()
- repeat
- wait()
- until speaker.Character ~= nil
- workspace.CurrentCamera.CameraSubject = speaker.Character:FindFirstChildWhichIsA("Humanoid")
- workspace.CurrentCamera.CameraType = "Custom"
- speaker.CameraMinZoomDistance = 0.5
- speaker.CameraMaxZoomDistance = 400
- speaker.CameraMode = "Classic"
- speaker.Character.Head.Anchored = false
- end
- }
- )
- Tab:AddButton(
- {
- Name = "Auto Defrost",
- Callback = function()
- while true do
- wait()
- for i, v in pairs(game:GetService("Players"):GetPlayers()) do
- task.spawn(
- function()
- for i, x in next, v.Character:GetDescendants() do
- if x.Name ~= floatName and x:IsA("BasePart") and x.Anchored then
- x.Anchored = false
- end
- end
- end
- )
- end
- end
- end
- }
- )
- Tab:AddButton(
- {
- Name = "Shutdown",
- Callback = function()
- OrionLib:Destroy()
- end
- }
- )
- updatePlayerNames()
- players.PlayerAdded:Connect(
- function(player)
- updatePlayerNames()
- end
- )
- players.PlayerRemoving:Connect(
- function(player)
- updatePlayerNames()
- end
- )
Advertisement
Add Comment
Please, Sign In to add comment