Our Discord Channel Our Telegram

Script Description

A very cool script that will help you move to the top of the mountain without any difficulties, because now you will not fall or die.

Key Functions

2 listed functions

✓ inf health (godmode) ✓ anti ragdoll

Script Code

21 lines · 648 B · Lua

Review the code before running it. Use scripts responsibly and only with tools you trust.

local Players = game:GetService("Players")
local ReplicatedStorage = game:GetService("ReplicatedStorage")

local LocalPlayer = Players.LocalPlayer
local RemoteRagdoll = ReplicatedStorage:WaitForChild("RemoteRagdoll")

local old
old = hookmetamethod(game, "__namecall", function(self, ...)
    local method = getnamecallmethod()

    if self == RemoteRagdoll and method == "FireServer" then
        warn("Blocked RemoteRagdoll")
        return nil
    end

    return old(self, ...)
end)

local char = LocalPlayer.Character or LocalPlayer.CharacterAdded:Wait()
local hum = char:WaitForChild("Humanoid")
hum:TakeDamage(-math.huge)

FAQ

Is this K2 CLIMBING SIMULATION script keyless?

This script is currently marked as NO KEY.

What features does this script include?

inf health (godmode) anti ragdoll

How do I use this script?

Copy the Lua code from the Script Code section and review it before running it in your preferred Roblox script executor.

Comments

0

No comments yet.