Bas alternative ?

Alpha1404

Senior Member
Jr. VIP
Joined
Mar 21, 2021
Messages
1,032
Reaction score
832
I'm learning to use BAS (Browser Automation Studio) and, even if it's not bad, there are some details that bother me.
What do you advise me if I want to create a bot by myself?
 
WinAutomation or Automatic Mouse and Keyboard
I used automatic mouse and keyboard more, plus you are not limited to just browser and open many more options I made everything I wanted in it. Never used BAS but it looks very limited to few actions like sign up etc... with those 2 you can click ,type text anywhere or find image click on it by this you can make bots insanely fast. I made traffic exchange bots,reddit spammer that worked with proxies scheduled on RDP just using this. You can convert whole script to .exe as well.
Its paid but well.... when you google it first page is them, look those pages under
 
Hello,
thank you very much for your answer :)
Regarding BAS, I made a very simple script last night. It connects, it posts, it turns off the browser. My goal is to make a bot that will post for me on different sites, to create good backlinks.
First difficulty: I didn't understand how to tell the robot that it had to type such and such a line in the database I had created.
As a result, I coded my credentials in “hard” which is a very bad practice.
But, let's say I don't market my magic script.
Second difficulty: I didn't understand at all how to tell him that he had to type in such and such a directory to add an image. Now, we ALL know that a content without a nice image is less clicked than a content with a nice illustration.
But let's continue. I'm doing my script. I compile.
I run the .exe.
No lie, the launcher took 10 minutes to start up (yes, I timed it).
If the launcher takes 10 minutes to start for a script with 8 actions, what can it be on a script with 30 actions?
Finally, after clicking on the .exe and running the script, the executable disappeared from the folder!
Incidentally, I'm still trying to figure out how to copy and paste a URL into BAS. The idea of my script is that it gets the URL from the post it created.​
 
Hello,
thank you very much for your answer :)
Regarding BAS, I made a very simple script last night. It connects, it posts, it turns off the browser. My goal is to make a bot that will post for me on different sites, to create good backlinks.
First difficulty: I didn't understand how to tell the robot that it had to type such and such a line in the database I had created.
As a result, I coded my credentials in “hard” which is a very bad practice.
But, let's say I don't market my magic script.
Second difficulty: I didn't understand at all how to tell him that he had to type in such and such a directory to add an image. Now, we ALL know that a content without a nice image is less clicked than a content with a nice illustration.
But let's continue. I'm doing my script. I compile.
I run the .exe.
No lie, the launcher took 10 minutes to start up (yes, I timed it).
If the launcher takes 10 minutes to start for a script with 8 actions, what can it be on a script with 30 actions?
Finally, after clicking on the .exe and running the script, the executable disappeared from the folder!
Incidentally, I'm still trying to figure out how to copy and paste a URL into BAS. The idea of my script is that it gets the URL from the post it created.​
Sorry i never used BAS. I had the thing you mentioned in my reddit spammer, when it got deleted immediately it filled out box in excell with red color if it was posted succesfully it copied and pasted URL into excel sheet just using IF and ELSE is enough. And btw what program you talk about that starts 10 minutes and dissapear ?
 
@Beldo the script that I created with BAS. After one execution, it disappears.
@entio hhmmmm... maybe. I will have a look. Thanks :)
 
You can use ZennoPoster or uBot as a BAS alternative. But you have very simple problems. I think you are missing the algorithm. We have prepared a lot of programs using BAS and its alternatives. In addition, advanced programs can be made with python. Something much higher can be done with Node,js and javascript. But if you want to do simple and basic things, you don't need any coding knowledge.
 
uBot is too expensive.
And if I could code with Python, I will do it.
 
You can use this lesser-known Javascript library to automate browser tasks: https://debugjs.net/

I coded a small C# application that uses this and cefsharp to automate tasks :)
Does this library allows automation testing in case I want to switch between a couple of websites within 1 test case?
 
I'm learning to use BAS (Browser Automation Studio) and, even if it's not bad, there are some details that bother me.
What do you advise me if I want to create a bot by myself?
Just be thankful that It's FREE :)

Most of the well-known alternatives are expensive! Some have even shifted to a monthly subscription model, I believe. :mad:
 
WinAutomation or Automatic Mouse and Keyboard
I used automatic mouse and keyboard more, plus you are not limited to just browser and open many more options I made everything I wanted in it. Never used BAS but it looks very limited to few actions like sign up etc... with those 2 you can click ,type text anywhere or find image click on it by this you can make bots insanely fast. I made traffic exchange bots,reddit spammer that worked with proxies scheduled on RDP just using this. You can convert whole script to .exe as well.
Its paid but well.... when you google it first page is them, look those pages under

I also use Automatic Mouse and Keyboard, but haven't produce any bots for browser-side automation yet. I've only used it for automating Windows chores, which it seems to do better than others like AutoIT and Auto HotKey. What type of browser bots were you able to create with Automatic M and K? Were you able to get it to solve Catcha requests? cause it doesn't have any built-in function to do that.

BAS is awesome, much more than just sign-ups and auto-fill.
 
bas is generally king of most bot creation software but from what it sounds like you have very little understanding of the real scope of bas and all it can do.
 
I also use Automatic Mouse and Keyboard, but haven't produce any bots for browser-side automation yet. I've only used it for automating Windows chores, which it seems to do better than others like AutoIT and Auto HotKey. What type of browser bots were you able to create with Automatic M and K? Were you able to get it to solve Catcha requests? cause it doesn't have any built-in function to do that.

BAS is awesome, much more than just sign-ups and auto-fill.
Reddit spammer, traffic exchange site bots, YT uploader, vidIQ KW score checker (coz free version can only check one at the time) its not so effective but it do what it has to and doesnt require much skill. With captcha I make it wait or use another proxy, usually it only apperar afrer many requests
 
Back
Top