Anti Push - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html) +--- Forum: Requests (https://forums.bmega.net/forum-17.html) +--- Thread: Anti Push (/thread-6295.html) |
Anti Push - kratosgdw - 12-31-2012 Hi, i want antipush, when i press "DEL" throw gold/worms etc below me to make antipush plz help ? RE: Anti Push - spiff26 - 12-31-2012 This will throw the three types of vial, gold and worm [macro]100 {Anti Push} X:=Self.X() Y:=Self.Y() Z:=Self.Z() Tibia.KeyDown(46)==1 Map.HasID(3031, !X!, !Y!, !Z!)<>1 Map.Thrown(3031, 2, !X!, !Y!, !Z!)<>1 Map.HasID(3492, !X!, !Y!, !Z!)<>1 Map.Thrown(3492, 2, !X!, !Y!, !Z!)<>1 Map.HasID(283, !X!, !Y!, !Z!)<>1 Map.Thrown(283, 2, !X!, !Y!, !Z!)<>1 Map.HasID(284, !X!, !Y!, !Z!)<>1 Map.Thrown(284, 2, !X!, !Y!, !Z!)<>1 Map.HasID(285, !X!, !Y!, !Z!)<>1 Map.Thrown(285, 2, !X!, !Y!, !Z!)<>1[/macro] To change the key u need change the 46 in Tibia.KeyDown(46) to the number representing the other key here it shows http://wiki.bmega.net/doku.php?id=virtual_key_codes |