@to-nice said in Is making a Java click suspicious?:
Better an open URL with [[CURRENT_URL]] as referrer?
spoiler
@johnbat09 said in How to make a module:
Hello, I want to create a module on BAS. Where can I find documentation or instructions?
Thanks
@johnbat09 said in How to make a module:
Hello, I want to create a module on BAS. Where can I find documentation or instructions?
Thanks
Well, this is a poorly documented thing. I have spent a lot of time trying to understand how it works and have a few scripts for post-processing after the module is created.
I use post-processing modules because BAS shares their variables for the whole thread, and if a module has some variables that are the same as those in the user script, the module will replace them.
You might have found my message where I talked about it with @Fox.
I create modules very often because it is SOLID, and I am able to create tests for each module. I am also able to develop some logic that I will use in a few of my scripts.
But you should know that if you are using a module with a BAS script and using the premium feature to upload it to the BAS server, your script will be shipped with the source code of the module, similar to NodeJS code. You can't hide it from the end-user.