loadstring(game:HttpGet("https://pastebin.com/raw/GWxPqtBa", true))() ---r6 version with no keybind ---r15 version with keybind local player = game.Players.LocalPlayer local mouse = player:GetMouse() mouse.KeyDown:connect(function(key) if key == "z" then loadstring(game:HttpGet("https://pastebin.com/raw/mkYPzSHq", true))() end end)