1
loadstring(game:HttpGet("https://pastebin.com/raw/AvUMz1N9", true))()
2
loadstring(game:HttpGet("https://raw.githubusercontent.com/bunnynwy/games/main/petrift"))()
3
loadstring(game:HttpGet("https://raw.githubusercontent.com/sinret/rbxscript.com-scripts-reuploads-/main/prift", true))()
4
_G.Active = true -- toggle on/off
while _G.Active do
wait(0.1)
for i,v in pairs(game:GetService("Workspace").Trefles:GetChildren())do
if v:IsA("MeshPart") then
workspace[game:GetService("Players").LocalPlayer.Name].HumanoidRootPart.CFrame = v.CFrame
end
end
end