View difference between Paste ID: Kb2c6RTF and UXjqtuRb
SHOW: | | - or go back to the newest paste.
1-
loadstring(game:HttpGet("https://realzzhub.xyz/script.lua"))()
1+
_G.Active = true -- toggle on/off
2-
2+
while _G.Active do
3
  wait(0.1)
4
for i,v in pairs(game:GetService("Workspace").Trefles:GetChildren())do
5
if v:IsA("MeshPart") then
6
workspace[game:GetService("Players").LocalPlayer.Name].HumanoidRootPart.CFrame = v.CFrame
7
end
8
end
9
end