Hacking to the Next LEVEL
Please Register Here to Get Full Access

Rameez Ajmeri

Join the forum, it's quick and easy

Hacking to the Next LEVEL
Please Register Here to Get Full Access

Rameez Ajmeri
Hacking to the Next LEVEL
Would you like to react to this message? Create an account in a few clicks or log in to continue.

MAKE OTHERS CLICK YOUR ADF.LY LINKS USING JUST A BATCH FILE!

2 posters

Go down

MAKE OTHERS CLICK YOUR ADF.LY LINKS USING JUST A BATCH FILE! Empty MAKE OTHERS CLICK YOUR ADF.LY LINKS USING JUST A BATCH FILE!

Post by LiF3 H4CK3R Tue Mar 08, 2011 10:57 am

HOW TO MAKE OTHERS CLICK YOUR ADF.LY LINKS USING A BATCH FILE!

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!
LiF3 H4CK3R
LiF3 H4CK3R
Rameez (ADMIN)
Rameez (ADMIN)

Posts : 36
Points : 103
Join date : 2011-01-22
Age : 35
Location : H3LL

https://alternate-reality.4umer.com

Back to top Go down

MAKE OTHERS CLICK YOUR ADF.LY LINKS USING JUST A BATCH FILE! Empty Re: MAKE OTHERS CLICK YOUR ADF.LY LINKS USING JUST A BATCH FILE!

Post by Crim3R Fri May 11, 2012 7:35 pm

nice tut thanks ... Wink

Crim3R

Posts : 2
Points : 2
Join date : 2012-05-11
Location : 34RTH

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum