BBot - The best bot of the world
how to set "exani hur up" on Pg Up(keyboard key) - Printable Version

+- BBot - The best bot of the world (https://forums.bmega.net)
+-- Forum: Support (https://forums.bmega.net/forum-6.html)
+--- Forum: Support & Help (https://forums.bmega.net/forum-8.html)
+--- Thread: how to set "exani hur up" on Pg Up(keyboard key) (/thread-19774.html)



how to set "exani hur up" on Pg Up(keyboard key) - pablobrogca - 04-14-2016

i dont know how to create a macro that can help me doing that, i need some help, please Blush


RE: how to set "exani hur up" on Pg Up(keyboard key) - MegaNo0body - 04-14-2016

[macro]100 {Exani Hur Up} VK_KEYUP:=33 Tibia.IsKeyDown(!VK_KEYUP!)==1 Self.Say(exani hur up) HUD.Display(BBot Rocks)[/macro]

[macro]100 {Exani Hur Down} VK_KEYDOWN:=34 Tibia.IsKeyDown(!VK_KEYDOWN!)==1 Self.Say(exani hur down) HUD.Display(BBot Rocks)[/macro]

I'm rust on Macros, test it carefully.


RE: how to set "exani hur up" on Pg Up(keyboard key) - pablobrogca - 04-14-2016

(04-14-2016, 04:15 PM)MegaNo0body Wrote: [macro]100 {Exani Hur Up} VK_KEYUP:=33 Tibia.IsKeyDown(!VK_KEYUP!) Self.Say(exani hur up) HUD.Display(BBot Rocks)[/macro]

[macro]100 {Exani Hur Down} VK_KEYDOWN:=34 Tibia.IsKeyDown(!VK_KEYDOWN!) Self.Say(exani hur down) HUD.Display(BBot Rocks)[/macro]

I'm rust on Macros, test it carefully.

thanks you, but its not working for me D: how can i know the number of "vk_keyup" of my keyboard?


RE: how to set "exani hur up" on Pg Up(keyboard key) - Catar - 04-14-2016

(04-14-2016, 04:58 PM)pablobrogca Wrote: how can i know the number of "vk_keyup" of my keyboard?



http://wiki.bmega.net/doku.php?id=virtual_key_codes

U have to look at Decimal value

If i were you, i would use AutoHotkey.

I have my keyboard rebind with it, to walk WASD, use skills 1234 qerftgzxc etc.
Also have it on and off on my scroll lock ;d


RE: how to set "exani hur up" on Pg Up(keyboard key) - MegaNo0body - 04-14-2016

Try now, I forgot "==1"