Categories > Exploiting > Scripts >

mega noob simulator scripts

Posts: 16

Threads: 6

Joined: Aug, 2021

Reputation: 0

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

  • 0

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )