Zin
Expert
- Joined
- Aug 1, 2013
- Messages
- 1,734
- Solutions
- 2
- Reaction score
- 117
Ello ugbase today we will be making a dos tool because DDOS is multiple computers but this is 1 computer so its DoS :challenge_completed:
Ok to make it you will need 2 programs.
1. Notepad
2. Auto Hotkey
First you wanna open up notepad and make sure you got a new thing on.
Now you wanna start off with this :
Now, where it says "(NUMBERS)" replace that with any number make it large so that you don't get pop-ups saying "You spammed 50 hotkeys because you set maxhotkeysperinterval to 50"
Ok now you want to put this :
Some of you might need to add FN replace "(KEYYOUWANT)" with the key you want like J as an example.
Save the script under which name ever you want, make sure you set it to all files and put .ahk at the end
Ok to use it you need to go to the page and hold the key you selected.
How it works?
The end.
Ok to make it you will need 2 programs.
1. Notepad
2. Auto Hotkey
First you wanna open up notepad and make sure you got a new thing on.
Now you wanna start off with this :
Code:
#MaxHotkeysPerInterval (NUMBERS)
Now, where it says "(NUMBERS)" replace that with any number make it large so that you don't get pop-ups saying "You spammed 50 hotkeys because you set maxhotkeysperinterval to 50"
Ok now you want to put this :
Code:
(KEYYOUWANT)::
SetKeyDelay, -1
{
Send, {F5}
}
return
Some of you might need to add FN replace "(KEYYOUWANT)" with the key you want like J as an example.
Save the script under which name ever you want, make sure you set it to all files and put .ahk at the end
Ok to use it you need to go to the page and hold the key you selected.
How it works?
![f5.jpg](http://3.bp.blogspot.com/-DRVRX2em7bE/UFX9ZHWUfPI/AAAAAAAADBU/saMkpDN5S5E/s1600/f5.jpg)
The end.