Find any script for Roblox

Enter the name of the game or script.

Might be interesting:

Immortal Cultivation scripts – NO KEY (March 2026)

Immortal cultivation scripts - no key

Script Views: 472

LAST UPDATE: 3/23/2026

Ascend to godhood with our powerful automation. Our scripts feature ESP for Herbs and Teleports to Techniques for easy access to rare skills. Autofarm Herbs endlessly to fuel your breakthrough. Available as both NO KEY and KEY REQUIRED versions for ultimate cultivation.

Game link: Immortal Cultivation

Видео

Table of Contents


    List of working Immortal Cultivation scripts:

    KEYLESS Immortal Cultivation script


    Script functions:

    • ESP: Herbs – Highlights all medicinal herbs through terrain.
    • Teleports to Techniques – Instantly warps to locations containing cultivation techniques.
    • Autofarm Herbs – Automatically gathers all nearby herbs for pill concoction.
    NO KEY
    loadstring(game:HttpGet('https://rawscripts.net/raw/NEW-Immortal-Cultivation-Request-Script-71999'))()

    Techniques

    NO KEY
    loadstring(game:HttpGet('https://rawscripts.net/raw/Immortal-Cultivation-got-bored-73303'))()

    1# Autofarm herbs

    NO KEY
    -- AUTO HERB FARM BOt
    
    local player = game.Players.LocalPlayer
    local char = player.Character or player.CharacterAdded:Wait()
    local hrp = char:WaitForChild("HumanoidRootPart")
    local TweenService = game:GetService("TweenService")
    local workspace = game:GetService("Workspace")
    
    local HerbsFolder = workspace:WaitForChild("Herbs")
    
    
    local anti = char:FindFirstChild("AntiNoclip")
    if anti then
        anti:Destroy()
    end
    
    
    hrp.CanCollide = false
    
    
    
    local Blacklist = {
        ["Soul Berries"] = true,
        ["Extreme Yin Growth"] = true
    }
    
    
    
    local function moveTo(pos)
        local distance = (pos - hrp.Position).Magnitude
        local duration = distance / 80
    
        local tweenInfo = TweenInfo.new(duration, Enum.EasingStyle.Linear)
        local tween = TweenService:Create(hrp, tweenInfo, { CFrame = CFrame.new(pos) })
    
        tween:Play()
        task.wait(duration)
    end
    
    
    
    local function harvest(prompt)
        local plant = prompt.Parent
        if not plant or not plant:IsA("BasePart") then return end
    
      
        if Blacklist[plant.Name] then
            return
        end
        
       
        moveTo(plant.Position)
    
       
        fireproximityprompt(prompt, 1)
    
        task.wait(0.8)
    end
    
    
    
    while true do
        for _, obj in ipairs(HerbsFolder:GetDescendants()) do
            if obj:IsA("ProximityPrompt") then
                harvest(obj)
            end
        end
    
    
        task.wait(1)
    end

    Kimochi Z

    KEY SYSTEM
    loadstring(game:HttpGet("https://gist.githubusercontent.com/MinhHienZzz/c1c04c2729d40dcd68858538835f6b39/raw/v1.lua"))()

    Vichian Hub

    KEY SYSTEM
    loadstring(game:HttpGet("https://api.junkie-development.de/api/v1/luascripts/public/de2294cd9ea87fe860be7dba73e3d84c232fe8722ebba963c8bc13583cf6fcd9/download"))()

    StarStream hub

    KEY SYSTEM
    loadstring(game:HttpGet("https://raw.githubusercontent.com/starstreamowner/StarStream/refs/heads/main/Hub"))()

    Disabled Hub

    KEY SYSTEM
    loadstring(game:HttpGet("https://raw.githubusercontent.com/CEN-Isme/DISABLEDHUB/refs/heads/main/main.lua"))()

    Rob Hub

    KEY SYSTEM
    loadstring(game:HttpGet('https://raw.githubusercontent.com/artas01/robscript/refs/heads/main/loader.lua'))()

    How to use scripts?

    • Copy the script and paste it into any executor. (Delta, Solara, Arceus X, Fluxus, Synapse X)
    • Click execute.
    • The script is working!

    Warning:

    • Use the script on alt accounts.
    • We are not responsible for your use of scripts.
    • You should be prepared that the script may not work.

    FREQUENTLY ASKED QUESTIONS:

    Do I need to buy scripts?

    No, all scripts are either completely free or have a light key system with ads.

    The script is not working, what should I do?

    We update and check the scripts every week. Try using a different script.


    Leave a Comment

    Your email address will not be published. Required fields are marked *