ScriptBlox is undergoing maintenance, so downtime is possible. Sorry for the inconvenience!
[🌔] Immortal Cultivation
3.9k Views

ESP HERBS and (added manuals ESP upd.)

[🌔] Immortal CultivationUploaded by
6 months ago
Please login to perform these actions:

Description

ESP Herbs Ginseng Jade Marrow Grass Soothing Soul Root HeartLotus Sorrowful Poison Drip For Now. F1 = Show/Hide Control Panel F2 = Refresh ESP¨ F3 = Toggle ESP Display ESP MANUALS F4: Show/Hide Manuals GUI F5: Refresh Manuals ESP F6: Toggle Manuals Display Worked on Xeno Executor.

View Raw
Edited By: SecretImmortal Download


Comments
7
User profile picture
hansacorfu 6 months ago
hi... i need script help if u want to help discord is humanidades !
User profile picture
RaterSSS 6 months ago
local player = game.Players.LocalPlayer local char = player.Character or player.CharacterAdded:Wait() local hrp = char:WaitForChild("HumanoidRootPart") local niga = workspace.Map.Spawn for _, v in ipairs(niga:GetDescendants()) do if v:IsA("ProximityPrompt") then hrp.CFrame = v.Parent.Parent.CFrame task.wait(1) fireproximityprompt(v) task.wait(1) end end
User profile picture
RaterSSS 6 months ago
this is for auto collect herbs btw dont change numbers so u dont lag
User profile picture
RaterSSS 6 months ago
wait no this script is for the alpha one
User profile picture
SecretImmortal 6 months ago
Update: i have ESP that highlights herbs: local herbsFolder = workspace:WaitForChild("Herbs") local function highlightModel(model) -- Create highlight local highlight = Instance.new("Highlight") highlight.Parent = model highlight.FillColor = Color3.fromRGB(0, 255, 0) highlight.OutlineColor = Color3.fromRGB(255, 255, 255) end for _, herb in ipairs(herbsFolder:GetChildren()) do -- If it is a Model, highlight the whole model if herb:IsA("Model") then highlightModel(herb) end -- If it's a Part directly, highlight the part if herb:IsA("BasePart") then local highlight = Instance.new("Highlight") highlight.Parent = herb highlight.FillColor = Color3.fromRGB(0, 255, 0) highlight.OutlineColor = Color3.fromRGB(255, 255, 255) end end
SecretImmortal's profile pictureSecretImmortalUpdate: i have ESP that highlights herbs: local he...
User profile picture
Yukey 6 months ago
@SecretImmortal how to use this
User profile picture
Yukey 6 months ago
need auto collect herbs manuals kill aura
Please Login to add a comment.