슬랩 배틀 스크립트

  • 12:14, 16.02.2026

슬랩 배틀 스크립트

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/
LifeTogether RP 스크립트: 자동 수집, 차량 바운서, ESP, 트롤 메뉴 등
LifeTogether RP 스크립트: 자동 수집, 차량 바운서, ESP, 트롤 메뉴 등   
Article
어제

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

Slap Battles 스크립트는 자동 농장, 보스 전투 가이드, 킬스트릭 모드, 슬랩 농장, 풀 마스터리, 다양한 배지(자동, Bob, Pillow, Giver), Rob (Eternal, Auto, Boss, Mastery, Instant Free), 모든 장갑 등 다양한 기능을 제공하며, 모바일과 PC 모두에서 호환됩니다. 추가 기능도 많이 포함되어 있습니다.

[KEYLESS] 작동 중! Slap Battles Script by rb_Code - 우회, 슬랩 오라, 안티 래그돌, 안티 보이드, 무한 점프
loadstring(game:HttpGet("https://raw.githubusercontent.com/xxxrrxsds-art/losehubs/refs/heads/main/sbp.lua"))()
[KEYLESS] Slap Battles [킬 오라, 랜덤 플레이어 킬, 모든 아이템 획득]
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( "디스코드 링크 복사 - 업데이트를 위해", function() setclipboard(tostring("https://discord.gg/HKJx3eQXxu")) game.StarterGui:SetCore( "SendNotification", { Title = "Discord", Text = "복사됨!" } ) end ) Home:addToggle( "랜덤 사람 죽이기 aka 무료 승리 (버그 있음)", 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( "산성 구덩이 제거 (사람 죽이기와 함께 사용)", 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( "랩 제거 (아이템은 여전히 남아 있음)", function() spawn( function() game:GetService("Workspace").Map.OriginOffice:Destroy() end ) end ) Items:addButton( "모든 아이템 획득 (폭탄 사용 금지)", 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( "학교", 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( "사막", 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( "들판", 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( "할로우 힐스", 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( "맵 아래", 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( "동굴", 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( "미니 마켓", 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 메인 게임 스크립트
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 - 보스 전투, 인스턴트 Dave, 인스턴트 Mortis, 킬스트릭 농장
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 - 모든 배지 장갑 획득
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 - 자동 슬랩 Bob, 자동 클릭 타이쿤, 모든 미니언 슬랩
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 - 자동 슬랩, 안티 킥, 자동 농장
loadstring(game:HttpGet("https://api.junkie-development.de/api/v1/luascripts/public/8b5174946c76ba81d5c374bd4a69f7694d10c837e37522a04c91b2b32991e20e/download"))()
Slap Battles Script PC, Mobile Forge Hub - 슬랩 오라, 모든 배지 장갑 제공
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와 같은 다른 대안을 선택할 수도 있습니다.

1단계

아래 링크의 "지금 다운로드" 버튼을 클릭하여 Xeno Executor를 컴퓨터 또는 모바일 기기에 다운로드하세요:

  • xeno-executor.com/download/
Xeno Download Button
Xeno Download Button
Anime Fighting Simulator Endless 에르자 퀘스트 가이드
Anime Fighting Simulator Endless 에르자 퀘스트 가이드   
Guides
어제

2단계

다운로드한 압축 파일을 풀고, Xeno.exe 파일을 실행하세요.

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

Launching Xeno.exe
Launching Xeno.exe

3단계

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

Attach Button in Xeno Executor
Attach Button in Xeno Executor

4단계

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

Execute Button in Xeno Executor
Execute Button in Xeno Executor
Roblox Knockout에서 Calana Cat 스킨 얻는 방법
Roblox Knockout에서 Calana Cat 스킨 얻는 방법   1
Article
어제

5단계

Slap Battles 스크립트 메뉴가 로드될 때까지 기다리세요. 인터페이스가 화면에 나타나면 원하는 대로 치트와 해킹 기능을 맞춤 설정할 수 있습니다.

Slap Battles Script Interface
Slap Battles Script Interface

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

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

  • Slap Battle은 자주 업데이트되며, 새로운 패치가 나온 후 일부 스크립트는 최신 게임 버전에서 작동하지 않을 수 있습니다. 스크립트를 실행해도 아무 일이 일어나지 않으면 더 이상 지원되지 않는 것입니다. 이 경우 목록에서 새로운 Slap Battles 스크립트를 찾아야 합니다.
로블록스 Evade 스크립트
로블록스 Evade 스크립트   
Article

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

  • 실행기마다 스크립트와의 호환성이 다릅니다. 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 기능 목록
Highway Legends 코드 (2026년 2월)
Highway Legends 코드 (2026년 2월)   1
Article

자주 묻는 질문: Slap Battles 스크립트

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

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

Slap Battles에서 스크립트를 사용하면 계정 정지 위험이 있나요?

매우 명백한 스크립트를 사용하고 부주의하다면, 플레이어는 계정 정지나 다른 게임 내 제재를 받을 수 있습니다.

Murderer vs Sheriff 스크립트
Murderer vs Sheriff 스크립트   4
Article

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

목록의 모든 스크립트가 키를 필요로 하지는 않으며, 대부분은 키가 필요하지 않고 목록에 적절히 표시되어 있습니다.

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