ADVERTISEMENTREMOVE ADS
Game icon

By Poke (CREDITS TO AURA!!!)

Plane Simulator
8 months ago
Script preview thumbnail
Script Preview

Description

CREDITS TO AURA FOR MAKING THIS SCRIPT!!!!

Note: if a Admin Rejects it (Example: Maanaaaa) i will be angry!!! < Dentored

Fun Fact: Use Auto ∞ Coins And Auto Rebirth To Get 1 Rebirth Per Second Like it's Auto Farm Rebirths!

Features:

  • AUTO ∞ COINS!!!
  • AUTO REBIRTH!!
  • GET ROBUX PLANE!!! (100% Legit)
  • Execute Infinite Yield... 🤫
ADVERTISEMENTREMOVE ADS
103 Lines • 2.5 KiB
Raw
local library = loadstring(game:HttpGet("https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/0x"))()
local w1 = library:Window("By Poke")
local remoteEvent = game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("ClientToServerToClient"):WaitForChild("claimRewardFunction")
local rebirthEvent = game:GetService("ReplicatedStorage"):WaitForChild("Events"):WaitForChild("ClientToServerToClient"):WaitForChild("rebirthFunction")
local firingCoins = false
local autoRebirth = false
local function startFiringCoins()
firingCoins = true
spawn(function()
while firingCoins do
remoteEvent:InvokeServer("inf Coins", 1)
wait(0.1)
end
end)
end
local function stopFiringCoins()
firingCoins = false
end
local function startAutoRebirth()
autoRebirth = true
spawn(function()
while autoRebirth do
rebirthEvent:InvokeServer()
wait(0.1)
end
end)
end
local function stopAutoRebirth()
autoRebirth = false
end
w1:Toggle(
"AUTO ∞ COINS!!",
"fireEvent",
false,
function(toggled)
if toggled then
startFiringCoins()
else
stopFiringCoins()
end
end
)
w1:Toggle(
"TOGGLE TO AUTO REBIRTH!",
"autoRebirth",
false,
function(toggled)
if toggled then
startAutoRebirth()
else
stopAutoRebirth()
end
end
)
w1:Button(
"GET ROBUX PLANE! (100% Legit)",
function()
local player = game:GetService("Players").LocalPlayer
local dataFolder = player:FindFirstChild("dataFolder")
if dataFolder and dataFolder:FindFirstChild("activePlaneId") then
dataFolder.activePlaneId.Value = 12
end
end
)
w1:Button(
"Destroy Gui... (Execute Again)",
function()
for i, v in pairs(game.CoreGui:GetChildren()) do
if v:FindFirstChild("Top") then
v:Destroy()
end
end
end
)
w1:Button(
"Execute Infinite Yield!",
function()
loadstring(game:HttpGet("https://raw.githubusercontent.com/EdgeIY/infiniteyield/refs/heads/master/source", true))()
game:GetService("StarterGui"):SetCore("SendNotification", {
Title = "Success!",
Text = "https://github.com/EdgeIY",
Icon = "rbxassetid://8663907599"
})
end
)
--[[
ADMINS!!! i dont want this script be REJECTED! i want everyone want to see this script!!!
]]
ADVERTISEMENTREMOVE ADS

Comments

3 comments
to add a comment
Po

stupid @Maanaaaa ...

0
0
Ma

@tampermonkey watch your language.

0
0
Co

Is this work? How to use it no i have an executor ok?

0
0
ADVERTISEMENTREMOVE ADS