All pastes #2127316 Raw Edit

im gay

public lua v1 · immutable
#2127316 ·published 2012-03-12 13:41 UTC
rendered paste body
concommand.Add("+imgay",function()	hook.Add("Think","hook",function()		RunConsoleCommand((LocalPlayer():IsOnGround() and "+" or "-").."jump")	end)end)concommand.Add("-imgay",function()	RunConsoleCommand("-jump")	hook.Remove("Think","hook")end)