OP Posted at 10-02-2025, 11:05 PM
(This post was last modified: 10-02-2025, 11:19 PM by Manfruity.)
In this guide I will teach you how to write a simple checker for any service with chatgpt, without coding knowledge.
[ Hidden Content! ]
- Create a folder with the files proxy.txt and accounts.txt
- Copy this basic prompt
https://telegra.ph/Prompt-02-10-165
- Now replace each part in the prompt with specifics of your need/service
[login page of the site] -> Link to the page where the login fields are
[login element] -> Inspect element and copy the login input field element
[password element] -> Inspect element and copy the password input field element
[button element] -> Inspect element and copy the button element that submits the login
[validity factor] -> The element to check for if account is valid (for example "balance" element appears etc)
[service name] -> The captcha service you want to use (Optional, if there is no captcha you can remove this line from the prompt, even if there is no captcha on the login check for cloudflare or similar this may still need captcha)
[required proxy type] -> Type of proxies you are using (Optional, remove the line from prompt if not using proxies)
- Now chatgpt writes you a python selenium script most likely, make a new checker.py in the same folder
- Download webdriver https://googlechromelabs.github.io/chrome-for-testing/ for selenium and change the path in the generated code
- If you added a captcha service add your captcha key in the code
- Ready to run, test the checker, if there is an error, copy the error send it back to chatgpt and wait for it to fix it, and then update with the new code until its working.
- Done, you now have a simple checker, you can even build on it and improve it by asking chatgpt to check another page, elements, values afterwards and save it in another format etc
Not ratedThis leak has not been rated yet, be careful when downloading.