BDO and Lua Scripts

09/16/2018 07:08 brahina#1
I've made a script for the game but the mouse movements doesnt seem to be working in game (It works perfectly on windows) how can i make my scripts work in game?
09/16/2018 07:26 ruikangzhu1990#2
u need the games state, not creating a newstate
09/16/2018 07:40 Seskahin#3
Quote:
0x20000, // LMB
0x40000, // RMB
0x1, // Q
0x4, // E
0x100, // F
0x2, // W
0x40, // S
0x20, // A
0x80, // D
0x2000, // TAB
0x4000, // Shift
0x200, // Z
0x400, // X
0x800, // C
0x1000, // V
0x10000 // Jump

???
09/16/2018 12:03 brahina#4
t. For Logitech gaming software, it's a simple clicker.
09/16/2018 13:28 ruikangzhu1990#5
run it in admin
09/16/2018 14:00 brahina#6
Quote:
Originally Posted by ruikangzhu1990 View Post
run it in admin
Run Logitech software or Blackdesert.exe as admin?
09/16/2018 15:30 ruikangzhu1990#7
Logitech software
09/16/2018 22:09 brahina#8
Quote:
Originally Posted by ruikangzhu1990 View Post
Logitech software
Its working now thank you ^^