Created by Septex#2195
Features:
- DATA ROLLBACK / DUPE
- BAG TELEPORT
- spamming will ban you, I recommend doing it once or twice and changing servers
- HOW TO DUPE:
- 1. Execute script
- 2. Everything you do in the server will be reset to what it was when you joined
- so you can trade bags and skins and you will still have it after rejoining
- 3. Server hop to rollback
- rejoining the same server not gonna work
SCRIPTS: [2]
BAG TELEPORT:
local WantedBag = "Legendary" -- change this to whatever bag u want
for i,v in pairs(workspace:GetChildren()) do
if v:FindFirstChild("Rarity") and v.Rarity.Value == WantedBag then
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.Main.CFrame
return
end
end
DUPE:
loadstring(game:HttpGet(('https://raw.githubusercontent.com/XTheMasterX/Scripts/Main/ParkourRollback'),true))()