<waypoints><!-- MountSpeedhack  -->
   <onLoad>
   RoMScript("DEFAULT_CHAT_FRAME:AddMessage('|cffffff00MountSpeedhack: " ..player.Name.. " Press key.CTRL to ACTIVATE! or DEactivate.|r')")
   repeat
      while not keyPressedLocal(key.VK_CONTROL) do yrest(100); end;
	  MountSpeedHack();
	  RoMScript("DEFAULT_CHAT_FRAME:AddMessage('|cffffff00MountSpeedhack: ACTIVATED!|r')")
	  yrest(1500);
      
      while not keyPressedLocal(key.VK_CONTROL) do yrest(100); end;
	  MountSpeedoff();
	  RoMScript("DEFAULT_CHAT_FRAME:AddMessage('|cffffff00MountSpeedhack: DEactivated.|r')")
	  yrest(1500);
   until  false
   </onLoad>
</waypoints>