5 Epic Survive on a Raft Scripts – Auto Farm, Auto Collect & Kill Aura

5 Epic Survive on a Raft Scripts

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.

FeatureWhat it does
Auto FarmCollects resources and boxes automatically
Kill AuraAttacks nearby enemies automatically
TeleportQuick move to important locations
FlyEnables controlled flying
Mobile FriendlyWorks 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.

FeatureHow it helps
Auto CollectGrabs boxes and items automatically
Teleport To RaftFast return to your raft (spawn button action)
Infinite JumpKeeps you airborne to reach items
WalkSpeedFaster travel across map
KeylessNo 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.

OptionQuick note
Auto CollectRetrieves boxes and loot automatically
ESPShows items and players through walls
HitBoxExpands hitboxes for easier hits
DLL SupportOptional native modules (advanced users)
Key Configgetgenv().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.

FeatureBenefit
Auto CollectRuns a compact auto-collect routine
Async FetchLoads code from a paste/raw host
Quick ExecuteMinimal steps to run
Low OverheadSmall 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.

FeatureShort note
Auto CollectFinds and interacts with ProximityPrompts
GUI ToggleOn/off button in your PlayerGui
Keeps PositionReturns you to your saved position when off
LightweightMinimal code, low performance impact
Webhook ReadyOptional 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

  1. Start Survive on a Raft and join a server.
  2. Open your trusted executor (KRNL, Synapse X, Fluxus, Delta, etc.).
  3. Copy the loadstring or Lua code block for the script you want.
  4. Paste it into the executor while the game is running.
  5. Execute and wait for the script GUI or toggles to appear—test features in a quiet area first.
  6. 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.

Leave a Comment

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

bloxtrends.com
Scroll to Top