ALERT!
Click here to register with a few steps and explore all our cool stuff we have to offer!
Tutorials, Guides, Ebooks, etc.

Write a checker for any service using ChatGPT

Submitted by Manfruity at 10-02-2025, 11:05 PM


Write a checker for any service using ChatGPT
1.067 Views
Manfruity's Avatar'
Manfruity
Offline
#1
In this guide I will teach you how to write a simple checker for any service with chatgpt, without coding knowledge.

[ Hidden Content! ]

  1. Create a folder with the files proxy.txt and accounts.txt

  2. Copy this basic prompt
    https://telegra.ph/Prompt-02-10-165

  3. 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)

  4. Now chatgpt writes you a python selenium script most likely, make a new checker.py in the same folder

  5. Download webdriver https://googlechromelabs.github.io/chrome-for-testing/ for selenium and change the path in the generated code

  6. If you added a captcha service add your captcha key in the code

  7. 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.

  8. 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.
[Image: signature.webp]
2
Reply


Messages In This Thread
Write a checker for any service using ChatGPT - by Manfruity - 10-02-2025, 11:05 PM


Users browsing this thread: