Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- game.Players.LocalPlayer:GetMouse().KeyDown:Connect(function(key)
- if key == "e" then --Change it to whatever you want
- print("ZploitKing is cool") --Change it to whatever you want it to do
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement