A brand new, awakened version of the old Spammer-Grab. Spammer-Grab is a script used to spam Grab Activation Code or GAC to a phone number.
Nothing really new here. I rewritten the whole script and refactored them. The code is pretty neat compared to the previous one (no more bytecodes). Also, I managed to leave Python 2, now the code only supports Python 3.7 and later.
This project was actually here since the June 2017. This is one of my first project in GitHub. Back then, it works really well. Few months later, it turned out to be not working (because of an unknown thing :/). Then, I deleted this repository at the beginning of this year. Again, few months later, I heard that someone has been making a patch for the issue (using someone's fork of the old version of this repo). It is so complex (lots of forking made me confused) that I don't even know who made the patch. At the end of the day, here is the new Spammer-Grab for those who wants to use it :).
There are some people who contacts me, they said that they want a new working version of this project. That's why I made this, this is only for people who needs it.
You need at least Python 3.7 to run this new Spammer-Grab. First of all, you need to clone this repository.
git clone https://github.com/p4kl0nc4t/Spammer-Grab
Install all the required modules using pip
.
pip install -r REQUIREMENTS
Usage: spammer.py [OPTIONS] PHONE_NUM
This script will repeatedly send Grab Activation Code (GAC) to PHONE_NUM.
PHONE_NUM must be a phone number in international format (example:
6281323323232 with 62 prefix as the country code)
Options:
-dl, --delay INTEGER delay between each request wave
-li, --limit INTEGER amount of request to send
-cc, --country_code TEXT phone number country code
--help Show this message and exit.
This project is licensed with MIT License.
Feel free to contribute to this project. Any kind of contribution is really appreciated.