1.5k Views
Description
Made by me, fully open source and not patched!
Comments
7

Offline
lucasggggbr953 1 month ago
good
lucasggggbr953good
Offline
cx85 1 month ago
@lucasggggbr953 ty!
Offline
*latjeruk69 1 month ago
first i got a billion but after that i lose a billion, idk..
*latjeruk69first i got a billion but after that i lose a bill...
Offline
cx85@*latjeruk69 its auto rebirth it can get you to th...
Offline
*latjeruk69 1 month ago - Edited
@cx85 ohh i see oke thanks, maybe u can make it opsional so not auto rebrith
*latjeruk69@cx85 ohh i see oke thanks, maybe u can make it op...
Offline
cx85 1 month ago
@*latjeruk69 hmm, i will try and see
Offline
DerekMenelex 1 month ago
local replicatedstorage = game:GetService("ReplicatedStorage")
local streamingevent = replicatedstorage:WaitForChild("StreamingEvent")
local segmentcount = 1000 -- higher the more money and lag
local secondsToRun = 30 -- seconds to get money
local startstream = { "startStream" }
local segmentstreamed = { "segmentStreamed" }
local endstream = { "endStream" }
local starttime = tick()
pcall(function()
game:GetService("Players").LocalPlayer.PlayerGui.Notifications.Summary:Destroy()
end)
task.spawn(function()
while tick() - starttime < secondsToRun do
streamingevent:FireServer(unpack(startstream))
for i = 1, segmentcount do
streamingevent:FireServer(unpack(segmentstreamed))
end
streamingevent:FireServer(unpack(endstream))
task.wait(1)
game:GetService("ReplicatedStorage"):WaitForChild("GetMailBox"):FireServer()
end
end)
script without auto rebirth
![[🎉 RELEASE] Anime Astral Simulator](/images/script/113236157544232-1780333729144.png)
Voxle Hub
