instead of browser screenshots. how to show original BAS browser?
if you post sample code or the project would be better i didn't understand what i read on wiki
Hey morpheus93 thanks for your answer in this forum too :D It works !
Im learning this software now. I hope it is more undetectable in account creation process than zp
@NickyOktavian said in New to BAS please HELP about PROXY BIND:
@stephenperry18
You can follow this on your resource http://prntscr.com/j5uefv
Max used and Max simultaneus (optional)
Regards
thank you! :)
@yourfriendkarol said in why specifically my pc lags with bas apps? my resources usage are low. Are bots that didnt reset for long, lagging?:
im doing A LOT of HTTP client 'get' and browser pages loading, scraping too, as you said.
"browser pages" - this could be the cause due to writing the data if you're using profiles. I will run some test later this week and check on the I/O with [ X ] threads, browsers w & w/o profiles and report back since my laptop
spoiler
The HTTP Requests are never stored (only Cookies) on the disk, only memory which can increase by x2 if you're calling the content to a variable. HOST C++ Variables (which will be managed the best it will be) <- TO -> JS Variable which (Is an unknown how it's done to me since C++ isn't my cup of tea) is only memory related, converted down to C++ (Is my Guess! - Don't hold me to it).