Need some ideas for free bot/bots!

i_code

Junior Member
Joined
Sep 30, 2016
Messages
123
Reaction score
32
As the title says i need some ideas for a bot i plan to release for free here at BHW! I have been lurking for a while and have learned a lot had some great success,Its time to give back! I considered to do a "bot a day" but not too sure i can keep up with that. The bots will be created in C#. Ideas?
 
Youtube autocomment based on keywords in the title. It may have a spintax and It must accept proxies. Basically you choose the keyword(s) and write the comment, the bot spintax It and place It under the videos. It should also have a limiter, timer and randomness.

Hope you'll do well with your developing!
 
Youtube autocomment based on keywords in the title. It may have a spintax and It must accept proxies. Basically you choose the keyword(s) and write the comment, the bot spintax It and place It under the videos. It should also have a limiter, timer and randomness.

Hope you'll do well with your developing!

Very Doable,I like it! Keep the ideas coming!
 
website bot with automated scripts,autotype sequenz, automated framework in selenium browser.
 
website bot with automated scripts,autotype sequenz, automated framework in selenium browser.

Good stuff! Any website in particular? Also i prefer HttpWebrequests over browsers / headless browsers.
 
I started a Reddit account creator i plan to release for free as soon as its done.
 
Some more information on this Reddit account creator? I've been into 'bot' making for very long time and i can assure you that you are on right way when it comes to language pick. While you progress into development, you will start combining it with different languages and frameworks.
 
Try to make software that keeps YouTube viewers on online stream.
Make it multithreaded, with proxy support.
 
Oh gosh, OP. I believe you are a total noob. All these sites that local dudes want you to automate have an incredible anti-fraud system. You won’t beat it
 
Oh gosh, OP. I believe you are a total noob. All these sites that local dudes want you to automate have an incredible anti-fraud system. You won’t beat it
Yes, they are strong. If you are a total noob - it might take just more time. Before that - you can try a few little tasks, like:
- make a URL-shorterer via online services
- make a Luhn-card validator (it's a good practice with algo-s, and, also it's interesting)
- make a proxy checker (single-\multi- threaded).

It's a good practice. Very good practice. Even if there will be something unworking, still - it's a good practice.

Also, you can use mobile user-agent to see much lighter requests to send.
And there is alot of other 'secrets' that you may find if you will keep searching.
Or ask me, for example :)
 
Yes, they are strong. If you are a total noob - it might take just more time. Before that - you can try a few little tasks, like:
- make a URL-shorterer via online services
- make a Luhn-card validator (it's a good practice with algo-s, and, also it's interesting)
- make a proxy checker (single-\multi- threaded).

It's a good practice. Very good practice. Even if there will be something unworking, still - it's a good practice.

Also, you can use mobile user-agent to see much lighter requests to send.
And there is alot of other 'secrets' that you may find if you will keep searching.
Or ask me, for example :)
You must be kidding.
There are plenty of browser-related things you can not spoof: TCP/IP, audio, canvas, webgl fingerprints etc. It may be OK to ignore them if you are planning to automate 1-5 accs, but one needs to run 1000s of accs today in order to earn miserable pennies.
The only scalable option is to reverse-engineer mobile api of the service but it is a different story, unreachable for such noob as you and me either
 
Good stuff! Any website in particular? Also i prefer HttpWebrequests over browsers / headless browsers.
????? its totaly different things.
webrequest is... for request
selenium, puppeteer and etc is for automation and human behavior reproduction.
 
You must be kidding.
There are plenty of browser-related things you can not spoof: TCP/IP, audio, canvas, webgl fingerprints etc. It may be OK to ignore them if you are planning to automate 1-5 accs, but one needs to run 1000s of accs today in order to earn miserable pennies.
The only scalable option is to reverse-engineer mobile api of the service but it is a different story, unreachable for such noob as you and me either
my friend its doable and tcod3r gave a valuable information that im using myself. And you can run 1000's of acc if you properly build your bots. If you fool security with 1 account the same process will work with 1000's. The problems with much operation running its the software and the machine itself as it eat alottttt of rams.

If you can assign the good ip with the good account, u tried and coded any eventuality, you generating random thread sleep, mouse movement, you write each things letters by letters instead of "sendkeys", simulate useragent, simulate lang, simulate plugins AND your code is perfectly set asynchronously, u'll do it.
 
You must be kidding.
There are plenty of browser-related things you can not spoof: TCP/IP, audio, canvas, webgl fingerprints etc. It may be OK to ignore them if you are planning to automate 1-5 accs, but one needs to run 1000s of accs today in order to earn miserable pennies.
The only scalable option is to reverse-engineer mobile api of the service but it is a different story, unreachable for such noob as you and me either
No i am not.
Surely, there is webgl, audio canvas, and alot of other anti-bot stuff.
But if you will waste enough time researching it - you may find alot of interesting things.

If you don't know how it can be done - that not means that some else doesn't know.
 
Back
Top