Version / Update: v1.0.0
- Download / Script Link
- --[[
HUMANOID PREMIUM: MM2 ULTIMATE V14 (ULTRA FULL VERSION)
Fix: Noclip Collision Logic - No Cuts
]]
-- [CORE LIBRARY & SERVICES]
local _0x1 = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
local _0x2 = game:GetService("Players")
local _0x3 = game:GetService("RunService")
local _0x4 = game:GetService("TweenService")
local _0x5 = game:GetService("UserInputService")
local _0x6 = _0x2.LocalPlayer
local _0x7 = workspace.CurrentCamera
local _0x8 = game:GetService("HttpService")
-- [STATE MANAGEMENT]
_G.v1 = false; _G.v2 = false; _G.v3 = false; _G.v4 = false; _G.v5 = 16
_G.v6 = false; _G.v7 = true; _G.v8 = false; _G.v9 = 50; _G.v10 = true
_G.kb = Enum.UserInputType.MouseButton2
-- [COLOR TABLE]
local _0xR = {
M = Color3.fromRGB(255, 0, 0),
S = Color3.fromRGB(0, 0, 255),
I = Color3.fromRGB(0, 255, 0),
G = Color3.fromRGB(255, 255, 0),
W = Color3.fromRGB(255, 255, 255)
}
-- [EXTENDED ROLE DETECTION]
local function _0xGR(P)
if not P or not P.Parent then return "I" end
local char = P.Character
local bp = P.Backpack
if char then
if char:FindFirstChild("Knife") or char:FindFirstChild("Slasher") or char:FindFirstChild("Saw") or (bp and (bp:FindFirstChild("Knife") or bp:FindFirstChild("Slasher") or bp:FindFirstChild("Saw"))) then
return "M"
end
if char:FindFirstChild("Gun") or char:FindFirstChild("Revolver") or char:FindFirstChild("Luger") or (bp and (bp:FindFirstChild("Gun") or bp:FindFirstChild("Revolver") or bp:FindFirstChild("Luger"))) then
return "S"
end
end
return "I"
end
-- [FULL ESP RENDERING]
local function _0xUV(P)
if not P.Character or not P.Character:FindFirstChild("Head") then return end
local char = P.Character
local h = char.Head
local r = _0xGR(P)
local col = _0xR[r]
local hi = char:FindFirstChild("Hum_High") or Instance.new("Highlight", char)
hi.Name = "Hum_High"
hi.Enabled = _G.v1
hi.FillColor = col
hi.OutlineColor = _0xR.W
hi.FillTransparency = 0.5
local bill = h:FindFirstChild("Hum_Tag") or Instance.new("BillboardGui", h)
bill.Name = "Hum_Tag"
bill.Size = UDim2.new(0, 100, 0, 50)
bill.AlwaysOnTop = true
bill.ExtentsOffset = Vector3.new(0, 3, 0)
local lab = bill:FindFirstChild("Label") or Instance.new("TextLabel", bill)
lab.Name = "Label"
lab.BackgroundTransparency = 1
lab.Size = UDim2.new(1,0,1,0)
lab.Font = Enum.Font.GothamBold
lab.TextSize = 14
if _G.v1 then
local dText = ""
if _G.v3 and _0x6.Character and char:FindFirstChild("HumanoidRootPart") then
local d = (char.HumanoidRootPart.Position - _0x6.Character.HumanoidRootPart.Position).Magnitude
dText = " [" .. math.floor(d) .. "m]"
end
lab.Text = (_G.v2 and P.Name or "") .. dText
lab.TextColor3 = col
lab.Visible = true
else
lab.Visible = false
end
end
-- [WINDOW CREATION]
local _0xW = _0x1:CreateWindow({
Name = "HUMANOID PREMIUM | MM2 ULTIMATE V14",
LoadingTitle = "Initializing System...",
LoadingSubtitle = "Full Power V14",
Theme = "Dark"
})
local T1 = _0xW:CreateTab("Visuals")
local T2 = _0xW:CreateTab("Combat")
local T3 = _0xW:CreateTab("Movement")
-- [VISUALS CONFIGURATION]
T1:CreateSection("Visual Enhancements")
T1:CreateToggle({Name = "Master ESP", CurrentValue = false, Callback = function(v) _G.v1 = v end})
T1:CreateToggle({Name = "Display Names", CurrentValue = false, Callback = function(v) _G.v2 = v end})
T1:CreateToggle({Name = "Distance Tracker", CurrentValue = false, Callback = function(v) _G.v3 = v end})
T1:CreateSection("Item Tracking")
T1:CreateToggle({Name = "Dropped Gun ESP", CurrentValue = true, Callback = function(v) _G.v7 = v end})
-- [COMBAT CONFIGURATION]
T2:CreateSection("Aimbot Systems")
T2:CreateToggle({Name = "Murderer Lock", CurrentValue = false, Callback = function(v) _G.v4 = v end})
T2:CreateKeybind({Name = "Aimbot Key", CurrentKeybind = "MouseButton2", Callback = function(k) _G.kb = k end})
T2:CreateSection("Tactical Teleports")
T2:CreateButton({Name = "TP to Dropped Gun", Callback = function()
local g = workspace:FindFirstChild("GunDrop") or workspace:FindFirstChild("RevolverDrop")
if g and _0x6.Character then
_0x6.Character.HumanoidRootPart.CFrame = g.CFrame * CFrame.new(0, 3, 0)
else
_0x1:Notify({Title = "System", Content = "Gun not found on ground!", Duration = 3})
end
end})
-- [MOVEMENT CONFIGURATION]
T3:CreateSection("Physical Modifications")
T3:CreateSlider({Name = "WalkSpeed", Range = {16, 250}, Increment = 1, CurrentValue = 16, Callback = function(v) _G.v5 = v end})
T3:CreateSlider({Name = "JumpPower", Range = {50, 500}, Increment = 1, CurrentValue = 50, Callback = function(v) _G.v9 = v end})
T3:CreateToggle({Name = "Noclip", CurrentValue = false, Callback = function(v) _G.v6 = v end})
T3:CreateToggle({Name = "Infinite Jump", CurrentValue = false, Callback = function(v) _G.v8 = v end})
-- [CORE LOOP: PHYSICS & TRACKING]
_0x3.Heartbeat:Connect(function()
pcall(function()
if _0x6.Character and _0x6.Character:FindFirstChild("Humanoid") then
_0x6.Character.Humanoid.WalkSpeed = _G.v5
_0x6.Character.Humanoid.JumpPower = _G.v9
_0x6.Character.Humanoid.UseJumpPower = true
end
local dG = workspace:FindFirstChild("GunDrop") or workspace:FindFirstChild("RevolverDrop")
if dG and _G.v7 then
if not dG:FindFirstChild("Visual") then
local h = Instance.new("Highlight", dG); h.Name = "Visual"; h.FillColor = _0xR.G
local b = Instance.new("BillboardGui", dG); b.Size = UDim2.new(0,100,0,50); b.AlwaysOnTop = true
local l = Instance.new("TextLabel", b); l.Size = UDim2.new(1,0,1,0); l.Text = "SİLAH BURADA"; l.TextColor3 = _0xR.G; l.BackgroundTransparency = 1; l.Font = "GothamBold"; l.TextSize = 18
end
end
for _, p in pairs(_0x2:GetPlayers()) do
if p ~= _0x6 and p.Character then _0xUV(p) end
end
end)
end)
-- [FIXED NOCLIP SYSTEM]
_0x3.Stepped:Connect(function()
if _G.v6 and _0x6.Character then
for _, part in pairs(_0x6.Character:GetDescendants()) do
if part:IsA("BasePart") then
part.CanCollide = false
end
end
end
end)
-- [INPUT PROCESSING]
local _active = false
_0x5.InputBegan:Connect(function(i) if i.UserInputType == _G.kb or i.KeyCode == _G.kb then _active = true end end)
_0x5.InputEnded:Connect(function(i) if i.UserInputType == _G.kb or i.KeyCode == _G.kb then _active = false end end)
_0x5.JumpRequest:Connect(function()
if _G.v8 and _0x6.Character and _0x6.Character:FindFirstChildOfClass("Humanoid") then
_0x6.Character:FindFirstChildOfClass("Humanoid"):ChangeState("Jumping")
end
end)
-- [AIMBOT RENDERING]
_0x3.RenderStepped:Connect(function()
if _active and _G.v4 then
for _, p in pairs(_0x2:GetPlayers()) do
if _0xGR(p) == "M" and p.Character and p.Character:FindFirstChild("Head") then
_0x7.CFrame = CFrame.new(_0x7.CFrame.Position, p.Character.Head.Position)
end
end
end
end)
_0x1:Notify({Title = "V14 LOADED", Content = "Full Script Deployed Successfully", Duration = 5})[ View More ]
ESPAİMBOTSHERİFF ESPMURDER ESPFLYSPEEDTELEPORT
- Works on mobile
- Yes