BrowserAutomationStudio. Create multi-threaded applications for free without any programming skills.

Status
Not open for further replies.
Please check my pm buddy. Still waiting how it is done. Thanks
 
No sorry - when I download and install your traffic bot. All I get is the frame of the window, a green link back to your website and a black screen, no buttons, nothing just a black filled window

This is rendering problem, try to install newest version of videodriver, if this won't help, expect fix in several days.

Please check my pm buddy. Still waiting how it is done. Thanks

Answered to you.
 
This is rendering problem, try to install newest version of videodriver, if this won't help, expect fix in several days.


All updated etc - Not sure what else I can do as it looked useful but if it doesn't work, it doesn't work
 
All updated etc - Not sure what else I can do as it looked useful but if it doesn't work, it doesn't work

It is problem with rendering on your PC of shop application. You can wait for update or run SiteVisitor script from BAS directly
 
Can you tell me how to make an instagram account creator with using proxies?
 
Hi,
Example I have a txt file of twitter accounts with format username,password,proxy:
username1,password1,proxy1
username2,password2,proxy2
username3,password3,proxy3
Each account will need to follow one user then stop.
Is there an option read the txt file and link it to three variables: username, password and proxy? And also an option to delete line after used...
Thanks!
 
can the software support Jquery or even Node.js? also can I send post/get requests without problem using javascript? Can I switch between chrome profiles?
 
Hi,
Example I have a txt file of twitter accounts with format username,password,proxy:
username1,password1,proxy1
username2,password2,proxy2
username3,password3,proxy3
Each account will need to follow one user then stop.
Is there an option read the txt file and link it to three variables: username, password and proxy? And also an option to delete line after used...
Thanks!

Yes, it is like a basic functionality, key idea is to use resource with type "LinesFromFile" and use action "Parse Line" to extract proxies, username and paswords.
And I also added multithreading, you can see it on video:
https://www.dropbox.com/s/5mumxrrwncamlsk/Rec687.mp4?dl=0


can the software support Jquery or even Node.js?

It can support all npm packages which can be run on client side(can work with browserify). BAS has its own module system, which allows to add new actions and a lot of functionality is written this way. Take a look.
https://github.com/bablosoft/BAS/tree/master/Modules
Modules can add code to browser or script environment.
There is also tool planned, which converts arbitrary npm package to BAS module.

Can I switch between chrome profiles?
There is no profile in BAS, because of things like evercookies, sites may detect you through cache or other things. So everything is kept in memory and cleared on thread restart. But you can save and load cookies to implement autologin.

also can I send post/get requests without problem using javascript?

Yes, you can. There is http client, and it doesn't use XmlHttpReqeust class, which is limited with same origin policy.

Docs: http://wiki.bablosoft.com/doku.php#http_client_faq
 
Last edited:
Any tutorial how to upload videos or photos? Thanks!
 
mhm, how stable is it? most apps like this are very slow and instabil
 
Seems very powerfull if you understand it. Question: is it possible to create a bot where it would visit a html5 webpage with about 500 proxies and stay there until the action is canceled?
If so, how?
 
mhm, how stable is it? most apps like this are very slow and instabil
I created a big commercial application with BAS and test it on hundreds of users, it is stable.
Also it has architecture, where every thread is started in separate process(like chrome), and if there will be exception in one thread, it will just restart and main thread will continue to work.


Seems very powerfull if you understand it. Question: is it possible to create a bot where it would visit a html5 webpage with about 500 proxies and stay there until the action is canceled?
If so, how?

If I understand you right, you need browser to stay on page for some time. In that case, you just need to call 3 actions sequentially: proxy, load and infinite sleep. There is also an example script - site visitor, which does ppretty much the same, but also optionally clicks on random links on page. Check it out by clicking on Site Visitor link on start page:

2EOltom
 
Happy to announce new BAS module, which allows to change browser fingerprint. Check it out here https://fingerprints.bablosoft.com
It generates unique fingerprints from real one.
It is still beta, for now following browser properties are emulated:
  • User agent
  • Window screen resolution, available width and height
  • Plugins.
  • All navigator properties.
  • Installed fonts.
Easy to use in BAS with "Get fingerprint" and "Apply fingerprint" actions.
Right now it is free, and always be free for windows chrome fingerprints.

Still in beta stage, so there could be bugs and not many fingerprints in database.

You can see, that plugin list, screen resolution and navigator properties are emulated:

KBizPmz


This picture demonstartes, that even window.navigator.connection is emulated and gives correct values, despite that all connection property is available only on mobile browsers:

iiRDvd9


Font list is changed:

eohBhCA
 
Status
Not open for further replies.
Back
Top