Categories > Exploiting > Roblox >
Roblox [Korea Hack]
Posted
Korea Hack
안녕하세요?
대부분 스크립트 핵들은 해외에서 개발 되었더라고요
그래서 제가 대한민국에서 만든 핵을 공유 해볼까 합니다
기능은 점점 추가 될 예정 입니다
잘 써주세요!
local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
local Window = Rayfield:CreateWindow({
Name = "🇰🇷 Korea Hack",
Icon = 0, -- Icon in Topbar. Can use Lucide Icons (string) or Roblox Image (number). 0 to use no icon (default).
LoadingTitle = "로딩 중...",
LoadingSubtitle = "시작",
Theme = "Default", -- Check https://docs.sirius.menu/rayfield/configuration/themes
ToggleUIKeybind = "K", -- The keybind to toggle the UI visibility (string like "K" or Enum.KeyCode)
DisableRayfieldPrompts = false,
DisableBuildWarnings = false, -- Prevents Rayfield from warning when the script has a version mismatch with the interface
ConfigurationSaving = {
Enabled = false,
FolderName = nil, -- Create a custom folder for your hub/game
FileName = "Big Hub"
},
Discord = {
Enabled = true, -- Prompt the user to join your Discord server if their executor supports it
Invite = "https://discord.gg/GxVbhvm6Pc", -- The Discord invite code, do not include discord.gg/. E.g. discord.gg/ ABCD would be ABCD
RememberJoins = true -- Set this to false to make them join the discord every time they load it up
},
KeySystem = true, -- Set this to true to use our key system
KeySettings = {
Title = "Korea Hack ㅣ Key 🔒",
Subtitle = "디스코드로 오세요 ㅣ https://discord.gg/GxVbhvm6Pc",
Note = "join my discord", -- Use this to tell the user how to get a key
FileName = "Key", -- It is recommended to use something unique as other scripts using Rayfield may overwrite your key file
SaveKey = true, -- The user's key will be saved, but if you change the key, they will be unable to use your script
GrabKeyFromSite = true, -- If this is true, set Key below to the RAW site you would like Rayfield to get the key from
Key = {"https://pastebin.com/raw/U7iHib0J"} -- List of keys that will be accepted by the system, can be RAW file links (pastebin, github etc) or simple strings ("hello","key22")
}
})
local MainTab = Window:CreateTab("메인 메뉴 🌏", nil) -- Title, Image
local MainSection = MainTab:CreateSection("메인")
Rayfield:Notify({
Title = "스크립트가 실행 되었습니다",
Content = "즐거운 게임 되세요!",
Duration = 6.5,
Image = nil,
})
local Button = MainTab:CreateButton({
Name = "Speed",
Callback = function()
getgenv().Enabled = true -- change to false then execute again to turn off
getgenv().Speed = 40 -- change speed to the number you want
loadstring(game:HttpGet("https://raw.githubusercontent.com/eclipsology/SimpleSpeed/main/SimpleSpeed.lua"))()
end,
})
local Button = MainTab:CreateButton({
Name = "Spin",
Callback = function()
-- Spin script
power = 455 -- change this to make it more or less powerful
game:GetService('RunService').Stepped:connect(function()
game.Players.LocalPlayer.Character.Head.CanCollide = false
game.Players.LocalPlayer.Character.UpperTorso.CanCollide = false
game.Players.LocalPlayer.Character.LowerTorso.CanCollide = false
game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = false
end)
wait(.1)
local bambam = Instance.new("BodyThrust")
bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
bambam.Force = Vector3.new(power,0,power)
bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
end,
})
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post