[GUIDE] Reverse engineering bot software

TwitchPro

BANNED
Joined
Jun 30, 2020
Messages
156
Reaction score
50
I have seen so many bot tools that are all Windows based, written in .NET. Why do people write bots and not allow the user to automate them?

This is the WHOLE reason most Smm Panels are not instantaneous. They rely on a user to input the order. It is primitive.

My simple tip for any programmers out there is to use an application called Postman.

In Postman (like wireshark) you can capture traffic. The unique advantage to Postman is that you can set a proxy on the localhost. You then simply use that proxy (localhost:5555) inside your bot application and record the requests. You can edit the variables in the request to understand what is happening in order to replicate it.

Simply export all of the requests you want captured and code it up in a web friendly language that you can open an API for. That or hire a freelancer.

Not much of a guide but, Lets Make Bots Great Again.
 
Do non-technical people pay website developers to make them websites? Yes. If you want a bot made for yourself, with this a non technical person can at least show a developer EXACTLY what to do.
 
Do non-technical people pay website developers to make them websites? Yes. If you want a bot made for yourself, with this a non technical person can at least show a developer EXACTLY what to do.
Good point, I shouldn't have spoken for everyone. It is just me I guess.
I enjoy coding, almost all the time I code the bots/scripts I want.
 
Good point, I shouldn't have spoken for everyone. It is just me I guess.
I enjoy coding, almost all the time I code the bots/scripts I want.
So do I but I post this because I was up against funcaptcha and there was a bot that bypassed it as the security on the site was immense. So I sniffed one packet and saved countless dollars on a VC to do funcaptcha.
 
So do I but I post this because I was up against funcaptcha and there was a bot that bypassed it as the security on the site was immense. So I sniffed one packet and saved countless dollars on a VC to do funcaptcha.
Unrelated, I mostly use https://anti-captcha.com/ for all my captcha stuff. Well documented and very cheap.
 
Unrelated, I mostly use https://anti-captcha.com/ for all my captcha stuff. Well documented and very cheap.
I use them too. I just have the extension in my selenium profiles and it's great. Sadly funcaptcha can be set to require access to your proxy by AC/2C but the sites using it have the option to make bypass services not work at all. Support at both companies said it is an unsolvable issue for some sites lol. FkCaptcha.
 
for a nom-techie, non-coder like me, this was inscrutable
 
for a nom-techie, non-coder like me, this was inscrutable
ill make an edit. basically, postman intercepts your traffic. if you use bots you know about proxies, it creates a proxy so you can analyse what a bot does. you can then send those requests/converted code to a developer to remake the bot (or alter it).
 
I have seen so many bot tools that are all Windows based, written in .NET. Why do people write bots and not allow the user to automate them?

This is the WHOLE reason most Smm Panels are not instantaneous. They rely on a user to input the order. It is primitive.

My simple tip for any programmers out there is to use an application called Postman.

In Postman (like wireshark) you can capture traffic. The unique advantage to Postman is that you can set a proxy on the localhost. You then simply use that proxy (localhost:5555) inside your bot application and record the requests. You can edit the variables in the request to understand what is happening in order to replicate it.

Simply export all of the requests you want captured and code it up in a web friendly language that you can open an API for. That or hire a freelancer.

Not much of a guide but, Lets Make Bots Great Again.
Hey can you make tiktok likes bot?
 
Back
Top