Categories > Exploiting > Scripts >
mega noob simulator scripts
Posted
auto exchange heads:
local times = 0.1 --the delay
while true do
wait(times)
-- Script generated by SimpleSpy - credits to exx#9394
local args = {
[1] = 2000000 --how many heads to exchange
}
game:GetService("ReplicatedStorage").Remotes.ExchangeHeads:FireServer(unpack(args))
end
auto rebirth:
local times = 0.1 --the delay
while true do
wait(times)
-- Script generated by SimpleSpy - credits to exx#9394
game:GetService("ReplicatedStorage").Remotes.Rebirth:FireServer()
end
auto-upgrade damage:
local times = 0.1 --the delay
while true do
wait(times)
-- Script generated by SimpleSpy - credits to exx#9394
local args = {
[1] = "Buy Max Upgrades",
[2] = "Damage"
}
game:GetService("ReplicatedStorage").Remotes.Buy:FireServer(unpack(args))
end
how to disable it?
rejoin
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post