...Re-learning the Workshop

So in OW1 Workshop, there was a…Glitch? or exploit where you could “Alter” the firing rate of certain heros. Had something to do with messing with the firing animation.
Anyways, what Used to work for Me, was a simple Loop:

actions { Set Ammo(Event Player, 0, 20 * 1); While(Ammo(Event Player, 0) > 0 && Is Button Held(Event Player, Button(Primary Fire)) && Is Button Held(Event Player, Button( Crouch))); Set Projectile Speed(Event Player, 100); Wait(0.240, Ignore Condition); End; }

Basically, by setting the Projectile Speed over & over again, this would cause Lucio to endless fire his Primary Fire instead of the 4 round burst he normally does. (so long as you didn’t run out of ammo, which with the Set Ammo action, you could give me 100’s of rounds.)
However, this no longer seems to work… Anyone else try to re-create this exploit? Thanks…

1 Like

Ye it’s just patched

1 Like