Hi,
I've put something regarding this in another section but that part of the forum seems to be dead.
Basically I've been running a CMD file to boost views on YouTube, whilst running a proxy program.
For about an hour today it was working fine. The video in the code below isnt mine, but i gave it around 100 views over that hour
Now im not sure if there is something wrong with my pc, or theres something i can change in the code but its no longer working correctly.
One of two things now happen, 1st is it will load the page and thats it. It wont close the page and loop..
Then the 2nd thing it sometimes does is work as it should but then it gets stuck on the 3rd loop
There is an image at the bottom of this post just to show where for some reason when it decides to work it stops
Like i said, im not sure if something is wrong on my pc or with the code but if someone could help that would be great.
Heres the cmd code

I've put something regarding this in another section but that part of the forum seems to be dead.
Basically I've been running a CMD file to boost views on YouTube, whilst running a proxy program.
For about an hour today it was working fine. The video in the code below isnt mine, but i gave it around 100 views over that hour
Now im not sure if there is something wrong with my pc, or theres something i can change in the code but its no longer working correctly.
One of two things now happen, 1st is it will load the page and thats it. It wont close the page and loop..
Then the 2nd thing it sometimes does is work as it should but then it gets stuck on the 3rd loop
There is an image at the bottom of this post just to show where for some reason when it decides to work it stops
Like i said, im not sure if something is wrong on my pc or with the code but if someone could help that would be great.
Heres the cmd code
Code:
@echo off:loop
start http://www.refblock.com?http://www.youtube.com/watch?v=FPQHexwKX20
set /a number=%number% + 1
echo total views %number%
ping -n 15 127.0.0.0>nu1
taskkill /f /im iexplore.exe
ping -n 5 127.0.0.0>nu1
goto loop

Last edited: