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.
loadstring(game:HttpGet('https://rawscripts.net/raw/NEW-Immortal-Cultivation-Request-Script-71999'))()Techniques
loadstring(game:HttpGet('https://rawscripts.net/raw/Immortal-Cultivation-got-bored-73303'))()1# Autofarm herbs
-- 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)
endKimochi Z
loadstring(game:HttpGet("https://gist.githubusercontent.com/MinhHienZzz/c1c04c2729d40dcd68858538835f6b39/raw/v1.lua"))()Vichian Hub
loadstring(game:HttpGet("https://api.junkie-development.de/api/v1/luascripts/public/de2294cd9ea87fe860be7dba73e3d84c232fe8722ebba963c8bc13583cf6fcd9/download"))()StarStream hub
loadstring(game:HttpGet("https://raw.githubusercontent.com/starstreamowner/StarStream/refs/heads/main/Hub"))()Disabled Hub
loadstring(game:HttpGet("https://raw.githubusercontent.com/CEN-Isme/DISABLEDHUB/refs/heads/main/main.lua"))()
Robscript hub
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.
