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 ?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.
Nice !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?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![]()
Just be thankful that It's FREEI'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
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 requestsI 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.