Categories > Exploiting > Scripts >

(REQ) pet simulator gui or coins hack

Posts: 5

Threads: 3

Joined: Aug, 2018

Reputation: 0

Posted

please can someone find one i tryed findinng one all it did was give my computer a virus
  • 0

Posts: 11

Threads: 5

Joined: May, 2018

Reputation: 0

Replied

this one auto mines:
local amount = 1000 
local coins = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Coins")
local save = game.Workspace:WaitForChild("__REMOTES"):WaitForChild("Get Other Stats"):InvokeServer()
local plr = game:GetService("Players").LocalPlayer
local petids = {}
local pets = game:GetService("Workspace")["__REMOTES"].Pets
local a = #save[plr.Name]["Save"]["Pets"]
local done = "lol meme"
function random(t)
   local keys = {}
   for key, value in pairs(t) do
       keys[#keys+1] = key
   end
   index = keys[math.random(1, #keys)]
   return t[index]
end
for i=1,a do
   if(save[plr.Name]["Save"]["Pets"][a].e == true) then
       table.insert(petids, save[plr.Name]["Save"]["Pets"][a].id)
   end
   a = a - 1
end
function co(b)
   local done = b
   print("Mining coin: " .. b.Name)
   while(b:FindFirstChild"Health" ~= nil and b:FindFirstChild"Health".Value > 0) do
       warn(b.Name .. "- Health: " .. b.Health.Value)
       wait(0.2)
       coins:FireServer("Mine",b.Name, amount, random(petids))
   end
end
for _,b in next, workspace.__THINGS.Coins:GetChildren() do
   if(done ~= b) then
       coroutine.wrap(function()co(b)end)()
   end
end



  • 0

Added

and this one should unlock the next level:

local p = game.Players.LocalPlayer
local c = p.Character
local rootpart = c.HumanoidRootPart
rootpart.CFrame = rootpart.CFrame * CFrame.new(0,0,-20)


  • 0

Posts: 5

Threads: 3

Joined: Jun, 2018

Reputation: 0

Replied

booboo they both not working



  • 0

Posts: 12

Threads: 8

Joined: Jun, 2018

Reputation: 0

Replied

You have to put your name and pet name in there before injecting a script check if you need to do something like add name or something and if you can't check everything again if it still doesn't work get a better injecter or maybe buy a good one.
  • 0

Posts: 11

Threads: 5

Joined: May, 2018

Reputation: 0

Replied

you need a better exploit and also update at the beginning this part :

local amount = 1000 

you can change the 1000 to this :

equip all your pets equipped, take the lowest agility of them and multiply by 5, then subtract by 1. Replace 1000 with the number you get

  • 0

Posts: 5

Threads: 3

Joined: Aug, 2018

Reputation: 0

Replied

thanks for your help guys i really appreciate it
  • 0

Users viewing this thread:

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