Comment Frenzy

Xd so true lmao

2 Likes

GG Lvl 123 Only PvE :yes:

Screenshot_20250413_134947_Chrome

3 Likes

Screenshot 2025-04-13 113807
SOMEONE GET ME 6k DP SO I CAN GET THAT /startwind PLEASE I BEG :pleading_face:

2 Likes


my normal btd6 game be looking like this :solarkek:

5 Likes

No topic activity since the past two days? )’o


(I am so sorry i just wanted to post this somewhere.)

2 Likes

Give me a sec to load another btd6 game…

2 Likes

insert MonkeyMeadows.MP3 here

2 Likes

nah, i prefer Resort.MP3

2 Likes

Oh wait actually that one is great :b

2 Likes

I made this thing out of boredom
Its a simple script made in js/html that redirects you to a random post in the forum

<HTML>
<HEAD>
Random Forum forwader
</HEAD>
<Body>
<script>


function GoSomewhere() { 
	var lastPost=  document.getElementById("lastPost").value;
	var urlToGo= "https://forum.dark-gaming.com/t/" + GetRandomPost(lastPost);
	console.log(urlToGo);
	window.open(urlToGo,"_blank");
};

function GetRandomPost(lastPost) {
		var topicId= Math.floor(Math.random() * lastPost);
	return  topicId;
}
</script>
<br>
<input type="text" value="40000" id="lastPost">upper limit when searching for a topic </input><br>
<button onclick="GoSomewhere()"> Let's Go! </Button><br>
</Body>
</HTML>

Just paste it into an .html file and open it

4 Likes

somehow gets sent back to comment frenzy

bro :oskull:

2 Likes

IMG_20250420_192102
:duck:

1 Like