Help Combining

Posts 12 of 2 · Page 1 of 1
Help Combining
So mason hack has a amazing aimbot but very little features and pony hack has it all but it fucks with my fav gamemode.. and mason hack allows you to put ur own buttons in easily just the code's im trying to put in dont seem to work.. any help?

Pony hacks amazing bhop :

pony.addhook("CreateMove", "bhop", function(cmd)

if !vars["misc.bhop"] then return end

if me:IsOnGround() and input.IsKeyDown( KEY_SPACE ) then
RunConsoleCommand("+jump")
else
RunConsoleCommand("-jump")
end

end)

Im trying to put it into mason hack cause i cannot fix the glitches pony hack does with my fav gamemode

I tryed this script but bhop still didnt work help plz?

hook.Add("CreateMove", "bhop", function()

if defcon.Settings["misc_bhop"] then return end
if me:IsOnGround() and input.IsKeyDown(KEY_SPACE) then
RunConsoleCommand("+jump")
else
RunConsoleCommand("-jump")
end

end)

even tho i put that and told it from defcon it doesnt work. also i tryed everything please help. I know very little about coding still learning.
that bhop is insanely bad

i've never looked through ponyhack but omg do not bother using that please do me that favor
Posts 12 of 2 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?