Pet Simulator X Data Scraper and Crash Bot
Pet Simulator X Data Scraper and Crash Bot
--set that to true if you want to save logs of every player they have traded to,
its a bunch of data though
petNet:waitForLoad()
local localPlayer = players.LocalPlayer
local hugeIds =
{157,225,239,266,274,291,292,307,308,309,316,317,329,330,331,351,352,353}
filteredData = {
MostOpenedEgg = {mostOpenedEgg, eggNumber},
Diamonds = diamonds
}
if saveTradeHistory then
filteredData["TradeHistory"] = tradeHistory
end
if hugeAmount then
filteredData["AmountOfHuges"] = hugeAmount
end
if robuxSpent then
filteredData["RobuxSpent"] = robuxSpent
end
if twitterUsername then
filteredData["TwitterHandle"] = twitterUsername
end
return filteredData
end
end
writefile("psxdata.txt",encode(dataTable))