Son Oyuncu sunucusundaki hesapların geçerli olup olmadığını test eden bir araç.
- SonOyuncu Web Site
- Eğitim amaçlı yapılmıştır.
- Kötü amaçlar veya saldırı amacıyla kullanmak suçtur.
- Sadece bir site üzerinde eğitim ve test amaçlı yapılmıştır.
- Kod eğitim ve test amaçlı yapıldığı için kötüye kullanımda herhangi bir sorumluluk kabul etmiyorum.
- Bu aracın çalınması veya paylaşılması yasadışıdır ve yasal işlem başlatılacaktır.
- Bigisayarınıza Python indirin ve kurun. Python.
- Projeyi Zip olarak bilgisayarınıza indirin ve çıkarın.
- Zip'ten çıkardığınız klasöre girin ve terminali o klasörün bulunduğu yere açarak aşağıdaki komutları girin.
pip install -r requirements.txt
- Modüller yüklendikten sonra,
http_proxy_auth_plugin
klasörü içindekibackground.js
dosyasına girip, host ve port alanlarını doldurarak proxy'i ekliyoruz.. - Ardından,
accounts.txt
veproxies.txt
dosyalarının içeriklerini dolduruyoruz. Bu konuda gerekli bilgiler Kullanım kısmında yer almaktadır..
- Kodu çalıştırmadan önce doldurmanız ve sahip olmanız gereken bazı şeyler var.
- Kodda Selenium kullanıldığı için,
Chrome
veyaChromeDriver'ın
yüklü olması kesinlikle gerekmektedir. - SonOyuncu sunucusu için denemek istediğiniz hesapları
accounts.txt
dosyasına yazacaksınız. Formatlarıusername:password
olmak zorundadır. - Ardından, satın aldığınız sağlam çalışan proxy bilgilerinizi
proxies.txt
dosyasına girmeniz gerekmektedir. - Kodun içindeki dosya uzantılarını kontrol edip doğruluğunu onayladıktan sonra kodu çalıştırabiliriz.
- Komut istemcisini açarak
python main.py
yazarak kodu çalıştırabilirsiniz. - Ve artık kodunuz çalışıyor geçerli&çalışan hesapları
checked.txt
'ye kayıt edecektir.
NOT: YUKARIDA DA BELİRTTİĞİM ÜZERE KOD HİÇBİR YASA DIŞI, KURALLARA AYKIRI, İLLEGAL (KÖTÜ HİZMET) BAKIMINDAN YAPILMAMIŞTIR. KOD TAMAMEN EĞİTİM AMAÇLI YAPILMIŞTIR. KODUN KÖTÜYE KULLANIMINDAN BEN SORUMLU DEĞİLİMDİR. KİŞİ SORUMLUDUR.
A tool that tests whether accounts on the Son Oyuncu server are valid or not.
- SonOyuncu Web Site
- It was made for educational purposes.
- It is a crime to use it for malicious or attack purposes.
- It has been done for educational & testing purposes on one site.
- Since the code is made for testing and educational purposes, I do not accept any responsibility for misuse.
- Any theft or sharing of this tool is illegal and will result in legal action.
- Download and install Python on your computer.
- Download the project as Zip to your computer and unzip it.
- Enter the folder you extracted from the zip and open a terminal to the location of that folder, then enter the following commands.
pip install -r requirements.txt
- After installing the modules, we enter the
background.js
file inside thehttp_proxy_auth_plugin
folder and add the proxy by filling in the host and port fields. - Then, we fill in the contents of
accounts.txt
andproxies.txt.
The necessary information about these can be found in the Usage section.
- There are some things you need to fill out & have before starting the code.
- Since Selenium is used in the code, it is absolutely necessary to have
Chrome
orChromeDriver
installed. - You will write the accounts you want to try for the Sonoyuncu server in
accounts.txt.
Their format must beusername:password.
- Then, you need to enter the reliable, working proxies you have purchased into
proxies.txt.
- After checking the file extensions inside the code and confirming that they are correct, we can run the code.
- You can open the command prompt and run the code by typing python
main.py.
NOTE: AS MENTIONED ABOVE, THE CODE HAS NOT BEEN MADE FOR ANY ILLEGAL, RULE-BREAKING, OR HARMFUL PURPOSES. IT HAS BEEN DEVELOPED SOLELY FOR EDUCATIONAL PURPOSES. I AM NOT RESPONSIBLE FOR ANY MISUSE OF THE CODE. THE INDIVIDUAL IS SOLELY RESPONSIBLE.
- ⚖️ The code is entirely mine. I am taking ownership of its license. In case it is shared anywhere, a notification will be made to the relevant authorities, and legal action will be taken. In the event of misuse, you can contact me via the communication address I mentioned above, and I will initiate legal proceedings.