Slap Battles 스크립트 - 자동 슬랩, 글러브 획득, 스피드핵

  • 12:46, 22.06.2026

  • 1

Slap Battles 스크립트 - 자동 슬랩, 글러브 획득, 스피드핵

Roblox Slap Battles에서 다양한 장갑은 각기 다른 능력을 제공합니다—텔레포트, 속도 감소, 회전, 강력한 타격 등. 하지만 Slap Battles 스크립트를 사용하면 더욱 놀라운 가능성을 열 수 있습니다. 이 게임은 끊임없이 재미있는 상황과 예상치 못한 공격을 선사합니다. 다양한 장갑을 통해 플레이어는 숨겨진 스킬을 발견하고 새로운 메커니즘을 해제할 수 있습니다.

무료 Slap Battles 키리스 스크립트를 사용하면 더 많은 장갑을 해제하고, 자동 공격을 설정하며, 불멸을 얻는 등 다양한 기능을 활용할 수 있습니다. 이 자료에서는 PC와 모바일 기기 모두에 적합한 Slap Battles 스크립트 모음을 찾을 수 있습니다.

목차

Slap Battles Script
Slap Battles Script

Slap Battles 스크립트 Roblox 다운로드 방법

참고: 스크립트를 별도로 다운로드할 필요가 없습니다! 이 글에서 필요한 Slap Battles Lua 스크립트를 복사하여 실행기에 붙여 넣으십시오.

Roblox Slap Battles 스크립트를 사용하려면 실행기가 필요합니다. 이는 애플리케이션 버전에 따라 컴퓨터와 휴대폰 모두에서 사용할 수 있습니다. 어떤 실행기를 선택할지는 여러분의 몫입니다: 무료 및 유료 버전이 있으며, 안정성, 기능 세트, 플랫폼 호환성에 따라 다릅니다.

실행기
지원 플랫폼
단점
링크
Windows PC
Android 및 iOS 버전 없음. 약하고 일부 스크립트를 지원하지 않을 수 있음
https://xeno-executor.com
Android, iOS, PC
Roblox 패치 후 수동 업데이트 필요
https://delta-executor.com/
KRNL Executor
Android 및 iOS
Windows PC 지원하지 않음
https://krnlexecutor.com/
Arceus X Neo
Android 및 iOS
Windows PC 지원하지 않음
https://arceusx.com/
Adopt Me!에서 관리자 권한 남용은 언제 시작될까
Adopt Me!에서 관리자 권한 남용은 언제 시작될까   12
Guides
어제

모든 Slap Battles 스크립트 (PC & 모바일) 2026

Slap Battles 스크립트는 자동 농장, 보스 전투 가이드, 킬스트릭 모드, 슬랩 농장, 완전 숙달, 다양한 배지(자동, Bob, Pillow, Giver), Rob(영원, 자동, 보스, 숙달, 즉시 무료), 모든 장갑을 포함하며 모바일과 PC 모두에서 호환되는 다양한 기능을 제공합니다.

[KEYLESS] WORKING! Slap Battles Script by rb_Code - Bypass, Slap Aura, Anti Ragdoll, Anti Void, Inf Jump
loadstring(game:HttpGet("https://raw.githubusercontent.com/xxxrrxsds-art/losehubs/refs/heads/main/sbp.lua"))()
[KEYLESS] Slap Battles [Kill Aura, Kill Random player, Get All Items]
local userinputservice = game:GetService("UserInputService") local LocalPlayer = game.Players.LocalPlayer.Name Player = game.Players.LocalPlayer.Character.Name local plr = game.Players.LocalPlayer local GUI = loadstring(game:HttpGet("https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/aaaa"))() local UI = GUI:CreateWindow("Slap royale", "By Ok.") local Home = UI:addPage("Combat", 1, true, 6) local Items = UI:addPage("Items", 1, true, 6) local Teleports = UI:addPage("Teleports", 1, true, 6) local Discord = UI:addPage("Discord", 1, true, 6) Home:addToggle( "Slap aura", function(SlapAura) if SlapAura == true then getgenv().SlapAura = true spawn( function() while getgenv().SlapAura do for _, ok in ipairs(workspace:GetChildren()) do if ok:FindFirstChild("Humanoid") then game:GetService("ReplicatedStorage").Events.Slap:FireServer(ok.Torso) wait(0.01) end end end end ) else getgenv().SlapAura = false end end ) Home:addToggle("Reach",function(SlapAura) if SlapAura == true then spawn(function() getgenv().Reach = true userinputservice.InputBegan:Connect(function(input, gameProcessedEvent) local inputType = input.UserInputType if inputType == Enum.UserInputType.MouseButton1 then if getgenv().Reach then for _, ok in ipairs(workspace:GetChildren()) do if ok:FindFirstChild("Humanoid") then game:GetService("ReplicatedStorage").Events.Slap:FireServer(ok.Torso); wait(0.01) end end end end end) end) else getgenv().Reach = false end end) Discord:addButton( "Copy link to discord - for updates", function() setclipboard(tostring("https://discord.gg/HKJx3eQXxu")) game.StarterGui:SetCore( "SendNotification", { Title = "Discord", Text = "Coppied!" } ) end ) Home:addToggle( "Kill random people aka free win (buggy)", function(SlapAura) if SlapAura == true then getgenv().KILLPEOPLE = true spawn( function() workspace[Player].Head:Destroy() end ) spawn( function() while getgenv().KILLPEOPLE do for _, ok in ipairs(workspace:GetChildren()) do if ok:FindFirstChild("Humanoid") then game:GetService("ReplicatedStorage").Events.Slap:FireServer(ok.Torso) wait(0.01) end end end end ) while getgenv().KILLPEOPLE do for _, v in pairs(game.Players:GetPlayers()) do if v ~= game.Players.LocalPlayer and v.Character and v.Character:FindFirstChild("Humanoid") then while v.Character:IsDescendantOf(workspace) and v.Character.Humanoid.Health > 1 do wait(0.1) tweenService, tweenInfo = game:GetService("TweenService"), TweenInfo.new(.5, Enum.EasingStyle.Linear) tween = tweenService:Create( game:GetService("Players")["LocalPlayer"].Character.HumanoidRootPart, tweenInfo, {CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 5, 0)} ) tween:Play() Wait(0.2) end end end end else getgenv().KILLPEOPLE = false end end ) Home:addButton( "Destroy acid pits (use with kill people)", function() spawn( function() game:GetService("Workspace").Map.AcidAbnormality.Acid:Destroy() game:GetService("Workspace").Map.AcidAbnormality.Acid:Destroy() game:GetService("Workspace").Map.AcidAbnormality.Acid:Destroy() end ) end ) Home:addButton( "Destroy lab (items still remain)", function() spawn( function() game:GetService("Workspace").Map.OriginOffice:Destroy() end ) end ) Items:addButton( "Get all items (DONT USE BOMBS)", function() spawn( function() local charac = game.Players.LocalPlayer.Character for i,v in pairs(workspace:GetChildren()) do if v:IsA("Tool") then wait(.1) tweenService, tweenInfo = game:GetService("TweenService"), TweenInfo.new(1.5, Enum.EasingStyle.Linear) tween = tweenService:Create(game:GetService("Players")["LocalPlayer"].Character.HumanoidRootPart, tweenInfo, {CFrame = v.Handle.CFrame}) tween:Play() wait(.2) charac.Humanoid:EquipTool(v) end end end ) end ) Teleports:addButton( "School", function() local players = game:GetService("Players") local plr = players.LocalPlayer local tween = game:GetService("TweenService") local humroot = plr.Character:WaitForChild("HumanoidRootPart") local startTween = tween:Create( humroot, TweenInfo.new(4, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), { CFrame = CFrame.new( 508.355164, 51.9435844, -369.250031, -0.0291695595, 0.696763933, 0.71670723, -0.998238981, 0.0167474151, -0.0569090843, -0.0516551733, -0.717105031, 0.695048273 ) } ) startTween:Play() startTween.Completed:Wait() end ) Teleports:addButton( "Desert", function() local players = game:GetService("Players") local plr = players.LocalPlayer local tween = game:GetService("TweenService") local humroot = plr.Character:WaitForChild("HumanoidRootPart") local startTween = tween:Create( humroot, TweenInfo.new(4, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), {CFrame = CFrame.new(-642, 15.1884031, -93.6500015, 1, 0, 0, 0, 1, 0, 0, 0, 1)} ) startTween:Play() startTween.Completed:Wait() end ) Teleports:addButton( "Field", function() local players = game:GetService("Players") local plr = players.LocalPlayer local tween = game:GetService("TweenService") local humroot = plr.Character:WaitForChild("HumanoidRootPart") local startTween = tween:Create( humroot, TweenInfo.new(4, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), {CFrame = CFrame.new(469.94043, 89.8776321, 385.162689, 1, 0, 0, 0, 1, 0, 0, 0, 1)} ) startTween:Play() startTween.Completed:Wait() end ) Teleports:addButton( "Hallow Hills", function() local players = game:GetService("Players") local plr = players.LocalPlayer local tween = game:GetService("TweenService") local humroot = plr.Character:WaitForChild("HumanoidRootPart") local startTween = tween:Create( humroot, TweenInfo.new(4, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), { CFrame = CFrame.new( -129.338455, 103.993027, 357.294373, -0.998822331, 0.0428290665, 0.0228018295, 0.041174911, 0.996791124, -0.0686445013, -0.0256686416, -0.067624785, -0.997380614 ) } ) startTween:Play() startTween.Completed:Wait() end ) Teleports:addButton( "Under Map", function() local players = game:GetService("Players") local plr = players.LocalPlayer local tween = game:GetService("TweenService") local humroot = plr.Character:WaitForChild("HumanoidRootPart") local startTween = tween:Create( humroot, TweenInfo.new(4, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), {CFrame = CFrame.new()} ) startTween:Play() startTween.Completed:Wait() end ) Teleports:addButton( "Caves", function() local players = game:GetService("Players") local plr = players.LocalPlayer local tween = game:GetService("TweenService") local humroot = plr.Character:WaitForChild("HumanoidRootPart") local startTween = tween:Create( humroot, TweenInfo.new(4, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), { CFrame = CFrame.new( 542.96228, -43.080822, -209.350006, 0.193205729, -0.0219757352, 0.980912149, -0.974057674, 0.115763538, 0.194449127, -0.117827021, -0.993033648, 0.000960545964 ) } ) startTween:Play() startTween.Completed:Wait() end ) Teleports:addButton( "Mini Market", function() local players = game:GetService("Players") local plr = players.LocalPlayer local tween = game:GetService("TweenService") local humroot = plr.Character:WaitForChild("HumanoidRootPart") local startTween = tween:Create( humroot, TweenInfo.new(4, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), { CFrame = CFrame.new( -568.477661, 15.0554562, -490.663818, -0.735443711, -0.15264675, 0.660167813, 0.0225285366, 0.968246698, 0.248979419, -0.677211165, 0.197982967, -0.708652139 ) } ) startTween:Play() startTween.Completed:Wait() end )
[KEYLESS] Slap Battles, Vinq hub, #1 keyless SB main game script
loadstring(game:HttpGet('https://raw.githubusercontent.com/vinqDevelops/erwwefqweqewqwe/refs/heads/main/lol.txt'))()
[KEYLESS] Mastery script slap battles No Key
loadstring(game:HttpGet('https://raw.githubusercontent.com/Pro666Pro/MasteryFarmGui/refs/heads/main/main.lua'))()
[KEYLESS] Slap Battle Script Mobile No Key - Boss Fight, Instant Dave, Instant Mortis, KillStreak Farm
loadstring(game:HttpGet("https://pastebin.com/raw/CAQxq0SX", true))()
Get Script Kykyryz Hub Slap Battles Mobile Pastebin
loadstring(game:HttpGet("https://pastebin.com/raw/Zjwbi81T"))()
Slap Battles Script No Key - Get All Badge Gloves
loadstring(game:HttpGet("https://raw.githubusercontent.com/TRICK-HUBB/TrickHub/refs/heads/main/Game%20Launcher"))()
Slap Battle Instant Dave Script
loadstring(game:HttpGet("https://raw.githubusercontent.com/IncognitoScripts/SlapBattles/main/InstantDave", true))()
Slap Battles Instant Mortis Script
loadstring(game:HttpGet("https://raw.githubusercontent.com/IncognitoScripts/SlapBattles/main/InstantMortis", true))()
Slap Battles Guide Boss Fight Script
loadstring(game:HttpGet("https://raw.githubusercontent.com/Donjosx/SBS/main/The-Guide-Boss.lua"))();
Slap Battles Badge Gloves Script
loadstring(game:HttpGet("https://raw.githubusercontent.com/IncognitoScripts/SlapBattles/main/EquipAnyBadgeGloves", true))()
Slap Battles Slap Farm, Instant Badges & Custom Gloves
loadstring(game:HttpGet("https://raw.githubusercontent.com/Scripter-Coder/Scripter-Coder/refs/heads/main/Slap%20Battles/Slap%20Battles%20Hub%20OP%20V.%201"))()
Slap Battles Script Auto Farm, Anti Ragdoll, ESP
loadstring(game:HttpGet("https://raw.githubusercontent.com/FOGOTY/slap-god/main/script"))()
Script Slap Battles No Key - Inf Lawnmower
loadstring(game:HttpGet("https://pastefy.app/l92CLbw1/raw"))()
VINQ HUB – Keyless Slap Battles Script
loadstring(game:HttpGet('https://raw.githubusercontent.com/vinqDevelops/erwwefqweqewqwe/refs/heads/main/lol.txt'))()
[KEYLESS] Detla Executor Script Slap Battles - Auto slap Bob, Auto click tycoon, Slap all minions
loadstring(game:HttpGet("https://raw.githubusercontent.com/Dusty1234567890/Rob/main/Rob"))()
Auto Slasher Script
loadstring(game:HttpGet("https://raw.githubusercontent.com/IncognitoScripts/SlapBattles/main/AutoSlasher", true))()
[KEYLESS] Badges Slap Battles Script Hub
loadstring(game:HttpGet("https://raw.githubusercontent.com/IncognitoScripts/SlapBattles/main/BadgesHub", true))()
Edgelord Script Slap Battles
loadstring(game:HttpGet("https://raw.githubusercontent.com/IncognitoScripts/SlapBattles/main/Edgelord", true))()
GodHuman Script
loadstring(game:HttpGet("https://raw.githubusercontent.com/IncognitoScripts/SlapBattles/main/GodHuman", true))()
GodMode Script
loadstring(game:HttpGet("https://raw.githubusercontent.com/IncognitoScripts/SlapBattles/main/GodMode", true))()
Instant Car Keys Script
loadstring(game:HttpGet("https://raw.githubusercontent.com/IncognitoScripts/SlapBattles/main/InstantCarKeys", true))()
Instant Gloves Script
loadstring(game:HttpGet("https://raw.githubusercontent.com/IncognitoScripts/SlapBattles/main/InstantGloves", true))()
[KEYLESS] Killstreak Farm Script
loadstring(game:HttpGet("https://raw.githubusercontent.com/IncognitoScripts/SlapBattles/main/KillstreakFarm", true))()
No Cooldown Script
loadstring(game:HttpGet("https://raw.githubusercontent.com/IncognitoScripts/SlapBattles/main/NoCooldown", true))()
Server Destroyer Script
loadstring(game:HttpGet("https://raw.githubusercontent.com/IncognitoScripts/SlapBattles/main/ServerDestroyer", true))()
Snow Farm Script Slap Battle
loadstring(game:HttpGet("https://raw.githubusercontent.com/IncognitoScripts/SlapBattles/main/SnowFarm", true))()
Tycoon Clicker Script
loadstring(game:HttpGet("https://raw.githubusercontent.com/IncognitoScripts/SlapBattles/main/TycoonClicker", true))()
Instant Reflect Slap Battle Script
loadstring(game:HttpGet("https://raw.githubusercontent.com/IncognitoScripts/SlapBattles/main/InstantReflect", true))()
Slap Battles Script - Slam, Fling, Invisibility
loadstring(game:HttpGet("https://raw.githubusercontent.com/joyfulpizza/Admin-glove/refs/heads/main/Adminscriptmain.lua"))()
[NEED KEY] Slap Battles Script GUI 2026 Project Yoda - Auto Slap, Anti Kick, Auto Farm
loadstring(game:HttpGet("https://api.junkie-development.de/api/v1/luascripts/public/8b5174946c76ba81d5c374bd4a69f7694d10c837e37522a04c91b2b32991e20e/download"))()
Slap Battles Script PC, Mobile Forge Hub - Slap Aura, Give All Badge Gloves
loadstring(game:HttpGet("https://raw.githubusercontent.com/Skzuppy/forge-hub/main/loader.lua"))()
Get MultiHack Mobile Slap Battles Scripts
loadstring(game:HttpGet("https://raw.githubusercontent.com/Giangplay/Slap_Battles/main/Slap_Battles.lua"))()
Slap Battles Mobile Script AutoFarm
loadstring(game:HttpGet("https://rawscripts.net/raw/Slap-Battles-Open-source-for-9484", true))()
Roblox OP Slap Battles Admin Panel Script Hack
loadstring(game:HttpGet(("https://raw.githubusercontent.com/kviks/SB-Script/main/script")))()

Slap Battles 스크립트 실행 및 사용 방법

Slap Battle에서 스크립트를 실행하려면 먼저 실행기가 필요합니다. 이 예에서는 Roblox용 Xeno Executor를 사용합니다—간단한 인터페이스와 사용 용이성으로 유명한 무료 프로그램입니다. 스크립트 실행에 문제가 있는 경우 Delta 또는 Arceus X Neo와 같은 다른 대안을 선택할 수도 있습니다.

Step 1

다음 링크에서 "Download Now" 버튼을 클릭하여 Xeno Executor를 컴퓨터 또는 모바일 기기에 다운로드하십시오:

  • xeno-executor.com/download/
Xeno Download Button
Xeno Download Button
BedWars 스크립트 (2026) — 킬 오라, ESP, 체스트 스틸러 & 더 많은 기능
BedWars 스크립트 (2026) — 킬 오라, ESP, 체스트 스틸러 & 더 많은 기능   
Article
어제

Step 2

다운로드한 압축 파일을 해제한 후 Xeno.exe 파일을 실행하십시오.

참고: 첫 실행 시, 유틸리티가 .NET SDKVisual C++ Runtime 구성 요소 설치 또는 업데이트를 요청할 수 있습니다. 동의하는 것이 좋습니다—이것은 Slap Battle에서 스크립트가 올바르게 작동하는 데 필요합니다.

Launching Xeno.exe
Launching Xeno.exe

Step 3

게임 Slap Battles를 실행하고 Xeno Executor를 동시에 실행하십시오. 프로그램에서 Attach 버튼을 클릭하십시오. 모든 것이 순조롭게 진행되면, Roblox 화면 하단에 Attached Ingame! 메시지가 나타납니다.

Attach Button in Xeno Executor
Attach Button in Xeno Executor

Step 4

제공된 목록에서 원하는 Slap Battle 스크립트를 복사하여 실행기의 필드에 붙여 넣으십시오. 그런 다음 Execute를 클릭하여 게임에서 스크립트를 활성화하십시오.

Execute Button in Xeno Executor
Execute Button in Xeno Executor
축구 트레이닝 코드 (2026년 6월) – 무료 에그와 브레인로트
축구 트레이닝 코드 (2026년 6월) – 무료 에그와 브레인로트   
Article
어제

Step 5

Slap Battles 스크립트 메뉴가 로드될 때까지 기다리십시오. 인터페이스가 화면에 나타나면, 원하는 대로 치트 및 해킹 기능을 사용자 지정할 수 있습니다.

Slap Battles Script Interface
Slap Battles Script Interface

Slap Battles 스크립트가 작동하지 않을 수 있는 이유

오래된/지원되지 않는 스크립트

  • Slap Battle은 자주 업데이트되며, 새 패치 후 일부 스크립트는 최신 게임 버전에서 작동을 멈출 수 있습니다. 스크립트를 실행해도 아무 일이 일어나지 않으면, 더 이상 지원되지 않는 것입니다. 이 경우 목록에서 새로운 Slap Battles 스크립트를 찾아야 합니다.
Brookhaven RP 스크립트와 핵 (2026) — 키 없이, PC & 모바일!
Brookhaven RP 스크립트와 핵 (2026) — 키 없이, PC & 모바일!   2
Guides
어제

실행기가 스크립트를 지원하지 않음

  • 각 실행기는 프로그램의 "강도"에 따라 스크립트와의 호환성이 다릅니다. Xeno나 SOLAR와 같은 일부는 특정 스크립트와 제대로 작동하지 않을 수 있으며, "약하다"고 간주됩니다. 이러한 실행기를 사용할 때 오류가 발생하거나 기능이 실행되지 않으면, 다른 도구로 동일한 스크립트를 확인하는 것이 좋습니다.

서버에서 강제 퇴장

  • 활성화 즉시 다양한 오류와 함께 서버에서 연결이 끊기면, 일반적으로 안티 치트가 외부 간섭을 감지했거나 스크립트에 치명적인 오류가 있다는 것을 의미합니다. 이 경우 사용을 중지하고 게임의 보안 시스템과 충돌하지 않는 대안을 찾는 것이 좋습니다.
Error Running Slap Battles Script
Error Running Slap Battles Script

Slap Battles 스크립트와 해킹의 인기 기능

Slap Battles의 스크립트는 장갑의 힘을 최대한 활용하여 승리할 수 있는 흥미롭고 실용적인 기능을 제공합니다.

또한, 다른 플레이어들이 접근할 수 없는 다양한 가능성을 열거나 일반적인 조건보다 훨씬 빠르게 흥미로운 장소에 도달할 수 있습니다.

가장 뛰어난 스크립트 중 하나는 Auto Slap Battles 스크립트로, 다른 플레이어가 가까이 오면 자동으로 공격할 수 있게 해줍니다. 그러나 Slap Battles 스크립트에는 추가적인 기능도 많이 있습니다:

기능
설명
God Mode
무적 상태 부여
Auto Slap
범위 내 적을 자동으로 때림
Slap Aura
근처 모든 적에게 피해를 줌
Remove Slap Cooldown
공격이나 능력의 쿨타임 제거
Get Gloves Skin
장갑의 스킨과 종류 잠금 해제
Teleport
지정된 위치로 플레이어를 순간 이동
Auto Badges
자동으로 배지를 획득
Speedhack
플레이어의 이동 속도 조절
Jumphack
플레이어의 점프 높이 조절
Potion
플레이어에게 포션 제공
Infinite Yield
관리자 메뉴 Infinite Yield 열기
Slap Battles 기능 목록
Slap Battles 기능 목록
+1 스피드 키보드 탈출 스크립트 (키 없음) — 자동 농사, 자동 승리, No Clip
+1 스피드 키보드 탈출 스크립트 (키 없음) — 자동 농사, 자동 승리, No Clip   1
Article
어제

FAQ: Slap Battles 스크립트

Slap Battles 스크립트는 모바일에서 작동하나요?

네, Android나 iOS에서도 목록의 스크립트를 사용할 수 있지만, 이를 위해 적절한 실행기가 필요합니다.

Slap Battles에서 스크립트를 사용하면 밴될 수 있나요?

너무 눈에 띄는 스크립트를 사용하고 부주의할 경우, 플레이어는 밴되거나 게임 내에서 다른 제재를 받을 수 있습니다.

킹 레거시 스크립트 2026: 무키, 모바일 & PC — 자동 농장, 자동 레벨
킹 레거시 스크립트 2026: 무키, 모바일 & PC — 자동 농장, 자동 레벨   1
Article
어제

Slap Battles 스크립트에 키가 필요한가요?

목록의 모든 스크립트가 키를 요구하지는 않으며, 대부분은 키가 필요 없으며 목록에 그렇게 표시되어 있습니다.

추가 콘텐츠 이용 가능
Twitter bo3.gg로 이동하세요
댓글1
날짜별 

아직 스크립트 다 안 써졌어

00
답글