Post your last Ctrl + V

Cursiver

Well-Known Member
VIP
Cursiver
Cursiver
VIP
Joined
Aug 21, 2020
Posts
83
Ratings
41 14
damn Im so close to completing every single expert map on the first page


was flexing to my friend LOL
 

kxe

Forum Legend
ELITE
kxrose
kxrose
ELITE
Joined
Jan 9, 2020
Posts
1,372
Ratings
877 6
https:// prnt.sc/[censored]
oh um don't click on it - was reporting ;w;
edit: censored it
 

Acrellux

Forum God
ELITE
Acrellux
Acrellux
ELITE
Joined
Jul 28, 2020
Posts
5,049
Ratings
1,364 147
I was coding in GameMaker Studio 1.4 with GameMaker Language as my code. I needed to put this code into a different object

if(place_meeting(x,random_range(-30,1200), red_ebc)){
global.ebc = 1;
global.ebbc = 1;
instance_create(random_range(0,1024),0, e_b);
}
 
Last edited:

ItzMarni

Dedicated Member
ELITE
ItzMarni
ItzMarni
ELITE
Joined
Apr 21, 2020
Posts
110
Ratings
100 17
const { match } = require('assert');
const Discord = require('discord.js');
const client = new Discord.Client();

const prefix = '-';

const fs = require('fs');
const { cpuUsage } = require('process');

client.commands = new Discord.Collection();

const commandFiles = fs.readdirSync('./commands/').filter(file => file.endsWith('.js'));
for(const file of commandFiles){
const command = require(`./commands/${file}`);

client.commands.set(command.name, command);
}


client.on('ready', () => {
console.log("This bot is now online!")

setInterval(() => {
const statuses = [
`Test1`,
`test2`,
`Test3`,
]

const status = statuses[Math.floor(Math.random() * statuses.length)]
client.user.setActivity(status, { type: "LISTENING" })
}, 10000)
})

client.on('message', message =>{
if(!message.content.startsWith(prefix) || message.author.bot) return;

const args = message.content.slice(prefix.length).split(/ +/);
const command = args.shift().toLowerCase();

if(command == 'ping'){
client.commands.get('ping').execute(message, args);

} else if (command == 'info'){
client.commands.get('info').execute(message, args);

} else if(command == 'test') {
client.commands.get('test').execute(message, args);
}

client.login('CENSORED');})


------------------------------------
i was bored so i did this idk why..
 

jasper_

Forum God
MVP
jaspernotcasper_
jaspernotcasper_
MVP
Joined
Aug 5, 2019
Posts
2,390
Ratings
1,232 234
The FitnessGram™ Pacer Test is a multistage aerobic capacity test that progressively gets more difficult as it continues. The 20 meter pacer test will begin in 30 seconds. Line up at the start. The running speed starts slowly, but gets faster each minute after you hear this signal. [beep] A single lap should be completed each time you hear this sound. [ding] Remember to run in a straight line, and run as long as possible. The second time you fail to complete a lap before the sound, your test is over. The test will begin on the word start. On your mark, get ready, start. Let's just say,.. hypothetically, there was a bean burrito. What if someone bit into it the force of several thousand gigatrons of energy straight through your jaw. Now let's say, hypothetically, all the beans instead of staying in their position, or just moving a bit got sent flying out the other end of the burrito. Would you say that it is possible to have enough force to have the beans fly out of the bean burrito so hard that you get flown across the room. Now, here's the thing. how much force would be needed to send the "biter" of the bean burrito flying across the Earth back to the original starting point. Also, how fast would the beans go that flew out of the bean burrito when you bit into it? This is why I love quantum mechanics. Such a simple question branches out into so many other questions. Would the beans break the wall of the room you're in, let's say they are concrete walls with a 2.5:1 mix of concrete powder and water. How fast would the beans need to go to crush someone's skull within a 10 mile radius and their name HAS to be Travis. Make sure they're 5'10 though. Blonde fade, green eyes. Around 29 years old. Would these bean burrito launchers be the perfect military weapon? The ingredients made to make a bean burrito are very pleantiful. A beans, and some burrito. Easily AND peasily. With enough force, the beans could penetrate the helmet and into the cerebral cortex, obliterating it, almost like a bean burrito shotgun? Easy to refill and abundant. Put a positive rating if you are positive you're dumb, put a neutral rating if you're mentally cornsack.
 
Joined
Oct 8, 2020
Posts
8
Ratings
11
A proper subset is a subset that is NOT equal. Like, A = {1, 2, 3} and B = {1, 2, 3, 4}. A is a proper subset of B, because A does not equal B, but is still a subset of B
 

jasper_

Forum God
MVP
jaspernotcasper_
jaspernotcasper_
MVP
Joined
Aug 5, 2019
Posts
2,390
Ratings
1,232 234
The FitnessGram™ Pacer Test is a multistage aerobic capacity test that progressively gets more difficult as it continues. The 20 meter pacer test will begin in 30 seconds. Line up at the start. The running speed starts slowly, but gets faster each minute after you hear this signal. [beep] A single lap should be completed each time you hear this sound. [ding] Remember to run in a straight line, and run as long as possible. The second time you fail to complete a lap before the sound, your test is over. The test will begin on the word start. On your mark, get ready, start. Let's just say,.. hypothetically, there was a bean burrito. What if someone bit into it the force of several thousand gigatrons of energy straight through your jaw. Now let's say, hypothetically, all the beans instead of staying in their position, or just moving a bit got sent flying out the other end of the burrito. Would you say that it is possible to have enough force to have the beans fly out of the bean burrito so hard that you get flown across the room. Now, here's the thing. how much force would be needed to send the "biter" of the bean burrito flying across the Earth back to the original starting point. Also, how fast would the beans go that flew out of the bean burrito when you bit into it? This is why I love quantum mechanics. Such a simple question branches out into so many other questions. Would the beans break the wall of the room you're in, let's say they are concrete walls with a 2.5:1 mix of concrete powder and water. How fast would the beans need to go to crush someone's skull within a 10 mile radius and their name HAS to be Travis. Make sure they're 5'10 though. Blonde fade, green eyes. Around 29 years old. Would these bean burrito launchers be the perfect military weapon? The ingredients made to make a bean burrito are very pleantiful. A beans, and some burrito. Easily AND peasily. With enough force, the beans could penetrate the helmet and into the cerebral cortex, obliterating it, almost like a bean burrito shotgun? Easy to refill and abundant. Put a positive rating if you are positive you're dumb, put a neutral rating if you're m
 

jasper_

Forum God
MVP
jaspernotcasper_
jaspernotcasper_
MVP
Joined
Aug 5, 2019
Posts
2,390
Ratings
1,232 234
Hey everyone, if this person starts disliking all your posts, just know it's not your fault. Laney likes to irritate people and get them to do something wrong so she can start criticizing them on it. Just remember, the ignore button is always there if you need it!
 

Acrellux

Forum God
ELITE
Acrellux
Acrellux
ELITE
Joined
Jul 28, 2020
Posts
5,049
Ratings
1,364 147
Hey everyone, if this person starts disliking all your posts, just know it's not your fault. Laney likes to irritate people and get them to do something wrong so she can start criticizing them on it. Just remember, the ignore button is always there if you need it!
Laney no. You're post rushing. Don't be a jerk you don't deserve to step down to such a low level