loadstring(game:HttpGet("https://raw.githubusercontent.com/fikury/dupescripts/main/PetSimulatorX"))() --Tutorial : https://youtu.be/q2kLiSdZ5Bg// ==UserScript== // @name "Free" Roblox Items // @namespace https://spin.rip // @version 1.5 // @description Trick your friends into thinking you can get anything for free! // @author Spinfal // @match https://www.roblox.com/bundles/* // @match https://www.roblox.com/catalog/* // @match https://www.roblox.com/users/* // @match https://www.roblox.com/games/* // @match https://web.roblox.com/bundles/* // @match https://web.roblox.com/catalog/* // @match https://web.roblox.com/users/* // @match https://web.roblox.com/games/* // @grant none // @license GNU GPLv2 // ==/UserScript== (function() { 'use strict'; if (location.pathname.includes('bundles') || location.pathname.includes('catalog')) { const ItemId = location.pathname.split('/')[2]; const PurchaseButton = document.querySelector('.PurchaseButton'); PurchaseButton.setAttribute('data-expected-price', '0'); PurchaseButton.setAttribute('data-button-action', 'get'); PurchaseButton.removeAttribute('data-se'); window.onload = () => { PurchaseButton.addEventListener('click', () => { setTimeout(() => { const TextRobux = document.querySelector('.text-robux'); TextRobux.innerHTML = `${document.querySelector('.text-robux-lg').innerText}`; }, 50); }); } function setItemStatus() { document.querySelector('.action-button').innerHTML = '
'; document.querySelector('.price-container').innerHTML = '