Do You Want To Spam A Forum?

rottentwinkie

Moderator
Moderator
Joined
Apr 4, 2014
Messages
608
Reaction score
3
1. Make sure the forum have a chatbox
2.Download AutoHotkey. Make sure you've downloaded AutoHotkey from ahkscript.org
3. Create a script, and copy this script, save it.

Code:
#NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn  ; Enable warnings to assist with detecting common errors.
SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.
^!s:: ; Ctrl+Alt+S becomes a hotkey to type a signature:
Send fuck this forum{Enter}fuck this forum{Enter}fuck this forum{Enter}fuck this forum{Enter}fuck this forum{Enter}fuck this forum{Enter}fuck this forum{Enter}fuck this forum{Enter}fuck this forum{Enter}fuck this forum{Enter}fuck this forum{Enter}fuck this forum{Enter}fuck this forum{Enter}fuck this forum{Enter}fuck this forum{Enter}fuck this forum{Enter}fuck this forum{Enter}fuck this forum{Enter}fuck this forum{Enter}fuck this forum{Enter}fuck this forum{Enter}fuck this forum{Enter}fuck this forum{Enter}fuck this forum{Enter}fuck this forum{Enter}fuck this forum{Enter}fuck this forum{Enter}fuck this forum{Enter}fuck this forum{Enter}fuck this forum{Enter}fuck this forum{Enter}fuck this forum{Enter}fuck this forum{Enter}fuck this forum{Enter}fuck this forum{Enter}fuck this forum{Enter}fuck this forum{Enter}fuck this forum{Enter}fuck this forum{Enter}fuck this forum{Enter}
return

3. Press Ctrl + Alt + S at the Chatbox, it'll spam "fuck this forum" you can edit it for yourself.
4. Have phun crashing other people chatbox :trollface:  :ppffh:  :eek:h_stop_it_u:
5. Make sure the owner of the forum will look like this:  :sadpepe:

Don't do it on this forum, unless 0x688 will rip your spine  :eek:mg_run:
 

Crayder

Active member
Joined
Mar 6, 2014
Messages
148
Reaction score
0
No, no... NO!

That's not how you make an AHK Forum Spam Script.

Here's my version:
Code:
~!ScrollLock::
	while(GetKeyState("ScrollLock", "T"))
	{
		SendInput, Fuck this forum. {Enter}
		Sleep, 10
	}
	return

I chose ScrollLock because it is an abandoned key, and there is a really high chance that you are not going to use it for anything else. Now, just press Alt + ScrollLock. To stop the spamming just turn ScrollLock off! It's really that easy...

Also, I have a really fun AHK script to torture people. Just run this on someones computer when they are not looking and watch the fun. Also, no, it's not harmful in any way!
Code:
~CapsLock::
	while(GetKeyState("CapsLock", "T"))
	{
		Random, rand, 1, 10000
		SoundBeep, rand, 10
		Sleep, 8
	}
	return

~Tab::
~Shift::
~BackSpace::
~Ctrl::
~Alt::
~Up::
~Down::
~Left::
~Right::
~Enter::
~Escape::
~MButton::
~WheelDown::	
~WheelUp::	
~LButton::	
~RButton::	
	if(!GetKeyState("ScrollLock", "T"))
		return
		
	Random, rand, 1, 10000
	SoundBeep, rand, 10
	if(rand < 100)
	{
		Drive, Eject
		if (A_TimeSinceThisHotkey < 1000)
			Drive, Eject,, 1
	}
	if(100 < rand && rand < 200)
	{
		Random, rand2, 1, 4
		if(rand2 == 1)
			MouseMove, 0, 100, 5, R
		if(rand2 == 2)
			MouseMove, 0, -100, 5, R
		if(rand2 == 3)
			MouseMove, 100, 0, 5, R
		if(rand2 == 4)
			MouseMove, -100, 0, 5, R
	}
	if(200 < rand && rand < 266)
		SendInput, {CapsLock}
	if(266 < rand && rand < 333)
		SendInput, {NumLock}
	if(333 < rand && rand < 400)
		SendInput, {ScrollLock}
	if(400 < rand && rand < 500)
		SendInput, !{Tab}
	if(500 < rand && rand < 600)
	{
		WinExist("A")
		WinSetTitle, %rand%%rand%%rand%%rand%%rand%%rand%%rand%%rand%%rand%%rand%%rand%%rand%
	}
	if(600 < rand && rand < 700)
	{
		Random, rand2, 0, 640
		Random, rand3, 0, 480
		WinExist("A")
		WinMove, rand2, rand3
	}
	if(700 < rand && rand < 800)
	{
		WinExist("A")
	;	WinSet, TransColor, White, 150
		WinRestore
	}
	; Add more stuff here!
	return



To close this reply, I'll just show you this:
Fuck this forum.
Fuck this forum.
Fuck this forum.
Fuck this forum.
Fuck this forum.
Fuck this forum.
Fuck this forum.
Fuck this forum.
Fuck this forum.
Fuck this forum.
Fuck this forum.
Fuck this forum.
Fuck this forum.
Fuck this forum.
Fuck this forum.
Fuck this forum.
Fuck this forum.
Fuck this forum.
Fuck this forum.
Fuck this forum.
Fuck this forum.
Fuck this forum.
Fuck this forum.
Fuck this forum.
Fuck this forum.
Fuck this forum.
Fuck this forum.
Fuck this forum.
Fuck this forum.
Fuck this forum.
Fuck this forum.
Fuck this forum.
Fuck this forum.
Fuck this forum.
Fuck this forum.
Fuck this forum.
Fuck this forum.
Fuck this forum.
Fuck this forum.
Fuck this forum.
Fuck this forum.
Fuck this forum.
Fuck this forum.
Fuck this forum.
Fuck this forum.
Fuck this forum.
Fuck this forum.
Fuck this forum.
Fuck this forum.
Fuck this forum.
Fuck this forum.
Fuck this forum.
Fuck this forum.
Fuck this forum.
Fuck this forum.
Fuck this forum.
Fuck this forum.
Fuck this forum.
Fuck this forum.
Fuck this forum.
Fuck this forum.
Fuck this forum.
Fuck this forum.
Fuck this forum.
Fuck this forum.
Fuck this forum.
That was like 2 seconds, your turn!
 
Top