I couldn't find the source code for the Garena regions.Please select manually the service folder, inside the BnS Garena installation folder.
We can't say where it is, as the path can be different from pc to pc.
However, you can try this, to find the path:
Other - [Autoit] Find BnS path (source code)
Support for all region (maybe XD) #include 'File.au3' Global Const $sValueTypes[12] = ["REG_NONE", "REG_SZ", "REG_EXPAND_SZ", "REG_BINARY", "REG_DWORD", "REG_DWORD_BIG_ENDIAN", "REG_LINK", "REG_MULTI_SZ", "REG_RECookedPC_LIST", "REG_FULL_RECookedPC_DESCRIPTOR"...www.bnsbuddy.com
I couldn't find the source code for the Garena regions.
thats exactly what i couldnt findThe autoit script searches the MUI cache for the /bin/client.exe folder.
Then, it "extracts" the part with the service folder, and that's the path where it is installed, supposedly.
thats exactly what i couldnt find
Func _FindBnS($iMode)
.got it. gonna add that to bns buddy (obviously re-written in c#)It's all in theFunc _FindBnS($iMode)
.
The code is ugly (it looks like Visual Basic, so, can't expect better), but aparently may work.