Cách Hack Murder Mystery 2 krnl!!
Bài viết Cách Hack Murder Mystery 2 krnl!! thuộc chủ đề về Mẹo hay đang được rất nhiều bạn lưu tâm đúng không nào !! Hôm nay, Hãy cùng Moki.vn tìm hiểu Cách Hack Murder Mystery 2 krnl!! trong bài viết hôm nay nha !
Xem clip hướng dẫn về Cách Hack Murder Mystery 2 krnl!!
Clíp với chủ đề về “Cách Hack Murder Mystery 2 krnl!!” RẤT NHIỀU BẠN QUAN TÂM:- PHẦN MỀM HACK ROBLOX KHÔNG CẦN KEY MỚI NHẤT 2022 TỐT HƠN KRNL (HỖ TRỢ TẤT CẢ MÁY)
- Roblox | Hưỡng Dẫn Hack Blox Fruit Arceus X V2.1.1 ( Auto Farm, Auto Devil Fruit )
- Cách hack BLOX FRUIT Update 17 part 2 trên máy tính!!!!!
- Cách HACK MAX Tất Cả Mọi Thứ trong Blox Fruits Chỉ Với 1 Bước Làm! – Dành Cho Người Mới Chơi
- Chia sẻ Script Hack Blox Fruit Xịn Và Cách Tải Bản Hack Krnl | ROBLOX
- Hướng Dẫn Hack Auto Farm Blox Fruits – Tấn Đạt GLX
- Hướng Dẫn Hack Auto Farm Blox Fruit Mới Nhất Hiện Nay
- Cách Hack Blox Fruits 17.2 Và Tải Arceus X 2.0.10 Update Trên Điện Thoại
Hình Ảnh Về Cách Hack Murder Mystery 2 krnl!!

Ảnh minh hoạ cho Cách Hack Murder Mystery 2 krnl!!
hiện tại mm2 vừa update bản mới nên ae đừng dùng hack này nha có thể bị ban đó (chủ video ghim nha)
local function hider()
local me = game.Players.LocalPlayer
local char = me.Character
local players = game.Players:GetChildren()
local mechar = me.Character
for i,v in pairs(game.Workspace.GameObjects:GetChildren()) do
wait(.15)
mechar.HumanoidRootPart.CFrame = v.CFrame
end
char.Humanoid.WalkSpeed = 100
char.Humanoid.JumpPower = 250
for i,v in pairs(players)do
wait(.5)
local billboard = Instance.new("BillboardGui",v.Character.Head)
billboard.Size = UDim2.new (0,200,0,50)
billboard.ExtentsOffset = Vector3.new(0,2.5,0)
billboard.AlwaysOnTop = true
wait(.1)
local textbox = Instance.new ("TextBox",billboard)
textbox.Size = UDim2.new (0, 200,0, 50)
textbox.Name = "textbox"
wait(.1)
textbox.TextColor3 = Color3.fromRGB(0,0,255)
textbox.TextSize = 20
textbox.BackgroundTransparency = 1
if v.PlayerData.It.Value == true then
textbox.Text = "It"
textbox.TextColor3 = Color3.fromRGB(255,0,0)
else
textbox.Text = "Hider"
end
end
end
local function seeker()
local map = game.Workspace.Map.Map
local mapchildren = map:GetChildren()
local me = game.Players.LocalPlayer
for i,v in pairs(game.Workspace.GameObjects:GetChildren()) do
wait(.15)
me.Character.HumanoidRootPart.CFrame = v.CFrame
end
wait(5)
local players = game.Players:GetChildren()
local me = game.Players.LocalPlayer
local mechar = me.Character
wait(1)
for i,v in pairs(players) do
wait(.1)
mechar.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame
end
end
local player = game.Players.LocalPlayer
local plrchar = player.Character
local guiopen = Instance.new("ScreenGui",player.PlayerGui)
guiopen.Name = "openhack"
local openbutton = Instance.new("TextButton",guiopen)
openbutton.Name = "openbutton"
openbutton.BackgroundColor3 = Color3.fromRGB(255,255,255)
openbutton.TextColor3 = Color3.fromRGB(1,1,1)
openbutton.Size = UDim2.new(.05,0,.05,0)
openbutton.Text = "Open"
openbutton.Style = Enum.ButtonStyle.RobloxRoundButton
openbutton.Position = UDim2.new(0.475,0,0.9,0)
local gui1 = Instance.new("ScreenGui",player.PlayerGui)
gui1.Enabled = false
gui1.Name = "HackGui"
local frame1 = Instance.new("Frame",gui1)
frame1.Name = "frame1"
frame1.Size = UDim2.new(.3,0,.3,0)
frame1.Active = true
frame1.Selectable = true
frame1.Draggable = true
frame1.BackgroundColor3 = Color3.fromRGB(50,0,205)
frame1.BorderColor3 = Color3.fromRGB(205,0,50)
frame1.BorderSizePixel = 3
frame1.Position = UDim2.new(0.35,0,0.35,0)
local hiderbutton = Instance.new("TextButton",frame1)
hiderbutton.Name = "hider"
hiderbutton.Size = UDim2.new(.3,0,.3,0)
hiderbutton.Position = UDim2.new(.35,0,0,0)
hiderbutton.BackgroundColor3 = Color3.fromRGB(205,0,50)
hiderbutton.BorderSizePixel = 0
hiderbutton.Text = "Hider"
local seekerbutton = Instance.new("TextButton",frame1)
seekerbutton.Name = "seeker"
seekerbutton.Size = UDim2.new(.3,0,.3,0)
seekerbutton.Position = UDim2.new(.35,0,.7,0)
seekerbutton.BackgroundColor3 = Color3.fromRGB(205,0,50)
seekerbutton.BorderSizePixel = 0
seekerbutton.Text = "Seeker"
local creditlabel = Instance.new("TextLabel",frame1)
creditlabel.Text = "Click one of the buttons each round depending on what you are! -(Made By ALİ EGEMEN KİNİK)"
creditlabel.Size = UDim2.new(1,0,.3,0)
creditlabel.TextScaled = true
creditlabel.TextColor3 = Color3.fromRGB(0,0,0)
creditlabel.BackgroundTransparency = 1
creditlabel.Position = UDim2.new(0,0,.35,0)
openbutton.Activated:connect(function()
if gui1.Enabled == true then
openbutton.Text = "Open"
gui1.Enabled = false
elseif gui1.Enabled == false then
openbutton.Text = "Close"
gui1.Enabled = true
end
end)
seekerbutton.Activated:connect(function()
seeker()
end)
hiderbutton.Activated:connect(function()
hider()
end)
anh ơi có hack bang electron k anh ơi
tải cái đó ko d
mu đờ mát tịt hai =))))
hiện tại script của a để dưới mô tả á em ấn vào thì nó lại dài còn của a thì ngắn e mong a sửa lại để cho m.n chs đc ạ (mong anh rep)
ok
làm sao có cái krnlv2.0.11y vậy
xin luôn cái script ko link bn oi
copy het o trong pastebin ha ?
ACC em bay rồi
Bạn hack vậy bạn có kill teamer ko ?
Ai có codes hack trong roblox ko cho mình xin codes
Anh có codes hack đó ko
ah có thể gửi scipt vô đây lun đc ko chứ em bật vô nó ko có
Thôi là bị ban vĩnh viễn đó anh
Anh đừng hack nữa dc ko
mà bạn ơi nếu thoát game thì còn hiệt hack ko
Làm đc trên điện thoại ko anh
hack auto farm coin có bị ban ko anh
làm sao để có bản hack vậy ạ
krnlkey
ê bấm phím gì vậy
ủa ảo thật đấy tui vô thấy nguyên 1 tràng chứ mà ko thấy chứ load string game nên bạn cho tui scrpit luôn chứ đừng bắt vô link nx og gửi luôn script cho tui nhá
Ê CHO TÔI HỎI TẢI TRÊN ĐIỀN THOẠI ĐC KO CHỈ VỚI
anh ơi anh có thể cách làm đên giản có dc ko mông anh làm anh. Anh ra tập đên gian là em kêu máy bạn em đăng ký xặm nhà anh luôn :))
mik nhập key vào thì nó để là Incorrect làm sao dể khác phục v bạn?