Article

Immortal Cultivation Scripts – Herb Farm & Teleport Tools

Views: 560
Game status: Low activity Update frequency: Rare

This game currently has low activity on Roblox. This page is kept as a script archive for players who still search for scripts. Some scripts or functions may be outdated, and updates may be less frequent than for scripts for active Roblox games.

Reviewed by RobScript Team Source status checked

Immortal cultivation scripts - no key

This page has Immortal Cultivation scripts with herb ESP, herb autofarm, technique teleports, farming tools, and other useful features. If you still play Immortal Cultivation or just need an old working script, you can check the options below.

This game is not checked as often as bigger Roblox games, so some scripts can be outdated or stop working after Roblox, executor, or game updates.

Game link: Immortal Cultivation

Видео


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"))()
Robscript hub

Robscript hub

Script
Created
11/28/2025
Updated
04/13/2026
Developer
robscript.com
Functions
  • A universal script with support for 350+ places!
Details
Access
KEY SYSTEM
Tags
PC MOBILE
Languages
English
Compatibility
Delta Solara Arceus X Fluxus Codex KRNL
Change history
  • Nov 28th 2025 – Created!
  • Dec 10th 2025 – Update and added more scripts
  • Jan 21st 2026 – Update and Added More scripts + Bug Fix with loading scripts with key
  • Feb 27th 2026 – Update and Added More scripts
  • Apr 13th 2026 – Update and Added More scripts + Design Rework
Show script
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.