What's new
Heapleak - Scripthub

Get the most out of HeapLeak by creating a free account! Once signed in, you’ll gain full access to restricted content, be able to share your own scripts, and participate in our member-only discussions.

rusty planes script!!! KEYLESS! 2026 (UPD)

Version / Update: v1.0.0
Download / Script Link
local uis = game:GetService("UserInputService")

local mobile = "https://raw.githubusercontent.com/xaviersupreme/rustware/refs/heads/main/main/rustwaremobile"
local pc = "https://raw.githubusercontent.com/xaviersupreme/rustware/refs/heads/main/main/rustware.lua"

local url = (uis.TouchEnabled and not uis.KeyboardEnabled) and mobile or pc

local success, result
local attempts = 0

repeat
attempts += 1

success, result = pcall(function()
return loadstring(game:HttpGet(url))()
end)

if not success then
warn(result)
task.wait(3)
end

until success or attempts == 5
[ View More ]
521408bd-f0e5-418e-8276-30b7623ffdc2.webp


i dont know if its supported for mobile. if not lmk ill use a diff library contains;fix lightsfix firesfix holesfix navigationfix windowsinstant interactiontp to gastp to generatortp to pilot seatteleport to midtp to jetsother things i forgotequip classes for free!!!
 
Back
Top