![]() |
I need to generate fake views to a thread - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: General (https://sinister.ly/Forum-General) +--- Forum: The Lounge (https://sinister.ly/Forum-The-Lounge) +--- Thread: I need to generate fake views to a thread (/Thread-I-need-to-generate-fake-views-to-a-thread) |
I need to generate fake views to a thread - Badgateway504 - 08-22-2021 How do I generate fake view in a thread using maybe an app that refreshes every 3secs to generate new views. RE: I need to generate fake views to a thread - mothered - 08-23-2021 Is this related to monetizing In any way? RE: I need to generate fake views to a thread - Badgateway504 - 08-25-2021 (08-23-2021, 05:35 AM)mothered Wrote: Is this related to monetizing In any way?no RE: I need to generate fake views to a thread - SCARIO - 08-25-2021 https://github.com/Und3rf10w/kali-anonsurf RE: I need to generate fake views to a thread - mothered - 08-26-2021 (08-25-2021, 08:39 PM)Badgateway504 Wrote:Then you've posted In the Incorrect forum. Moved from Monetizing to The Lounge. RE: I need to generate fake views to a thread - DedSpace - 08-26-2021 I would download TorGhost and do something like this: Code: sudo torghost -s; for i in {1..1000}; do curl [url to your thread]; sudo torghost -r; done This should visit your URL 1000 times from different IP addresses via Tor |