Make a Hit Counter Booster
Make a Hit Counter Booster
Make a Hit Counter Booster By BlackAce227
This short tutorial will help you learn how to make a program that will boost any site counter. This is especially useful if you want to make it appear that you are generating a substantial amount of traffic. This is very easy to do and all it requires is notepad and your brain.
First off, open notepad. Once opened, you are going to put in the code for your Site Counter Booster. Enter the following code into notepad as shown:
CODE START
Echo off cls Echo Website Hit Counter Booster Echo by BlackAce227 :getHit Start http://siteyouwantboosted.com goto getHit
END OF CODE
Now go to file ->save as and then label it Hitbooster.bat. Make sure you put the .bat at the end or it will not work. Now you�re finished. You can edit the code and enter a different site by right clicking on the .bat file and clicking on edit.
Now let�s understand the following code. What we did was we told the computer to go get the website that you wanted. Then we told it to loop back and do the same thing over again. This will continue until you close the .bat file. I hope you enjoyed this article as much as I enjoyed writing it! Good Luck and happy Boosting!
BLACKACE227
Submitted by BlackAce227 on December 19 2004 - 00:11:51
ghost 19 years ago
lol yes. this was my first program i made by the way. it was my first experiment with .bats. as u know, i had to ctr alt del alot lol
ghost 18 years ago
i tried this using the website:
http://www.freewebs.com/setctor/main.html but the counter only went up 1. why is that? thanks adam
ghost 17 years ago
you just need to make it so that before the loop is over it closes the first window that way only one window is opend at at a time.
Night_Stalker 17 years ago
ya if u run that itl open lots of windows dude replace ":getHit Start http://siteyouwantboosted.com goto getHit " with "Start http://siteyouwantboosted.com start hitbooster.bat exit" but without the ""'s
ghost 15 years ago
lol, this wil just keep opening the code, till you kill the batch or your pc dies XD
you need to add some line of code that kills the internetexplorer/frefox and have some kind of pause between it, that way it wont kill your pc and youll get a lot of hits;)