cleanbuddy
Account Details
SteamID64 76561198129391202
SteamID3 [U:1:169125474]
SteamID32 STEAM_0:0:84562737
Country Ecuador
Signed Up July 6, 2014
Last Posted September 11, 2024 at 10:55 AM
Posts 2193 (0.6 per day)
Game Settings
In-game Sensitivity
Windows Sensitivity
Raw Input 1
DPI
 
Resolution
 
Refresh Rate
 
Hardware Peripherals
Mouse  
Keyboard  
Mousepad  
Headphones  
Monitor  
1 ⋅⋅ 79 80 81 82 83 84 85 ⋅⋅ 145
#2 Sims 4 Gaming Mouse in Hardware

ROFL

posted about 8 years ago
#4 School & TF2 in TF2 General Discussion

what i did for the longest time was do my hw after i had scrims/ matches which was really dumb. just start getting in the habit of doing your homework when you get home, it helps a lot

posted about 8 years ago
#892 ESEA-IM S23 Happenings/Discussion in TF2 General Discussion

u caught me Dx

posted about 8 years ago
#28 help me with my coding hw in Off Topic

o god

posted about 8 years ago
#884 ESEA-IM S23 Happenings/Discussion in TF2 General Discussion

u guys are dumb!!!
these are the real best players
https://play.esea.net/index.php?s=stats&d=overall

posted about 8 years ago
#1370 stream highlights in Videos

https://clips.twitch.tv/b4nny/DeadAnteaterMingLee

posted about 8 years ago
#1 help me with my coding hw in Off Topic

c++, using visual studio pro
supposed to make a simple hangman code only using IF, loops, switch, and string

#include <iostream>
#include <iomanip>
#include <cmath>
#include <string>

using namespace std;
using::std::string;

int main()
{
	string secret = "hi";
	string answer = "__";
	char letter;
	int incorrect=7;

	cout << "enter a letter." << endl;
	cout << answer << endl;
	cin >> letter;
	switch (letter)
	{
	case 'h':
		for (letter;letter='h';letter){
		cout << "correct!" << endl;
			answer.erase (1,1);
			answer.replace (1,1,"h");
		}while (letter='h');
			cout << "please guess again." << endl;
			cin >> letter;

	case 'i':
		for  (letter;letter='i';letter){
		cout << "correct!" << endl;
			answer.erase (2,1);
			answer.replace (2,1,"i");
	}while (letter='i');
			cout << "please guess again." << endl;
			cin >> letter;

	default:
		for (letter;letter!='h'&&'i';letter){
		cout << "incorrect!" << endl;
		cout << "You have " << incorrect << " more guesses left." << endl;
		incorrect--;
	}while (letter!='h'&&'i' && incorrect>0);
		cout << "please guess again." << endl;
		cin >> letter;
	}
	switch (incorrect)
	{
		case 0:
			cout << "you lose!" << endl;
	}
		system ("pause");
		return(0);

}

full instructions:

Show Content
1. Create a string variable for the secret word
2. Create a string variable for the answer
3. Create a char variable for the letter the user will guess
4. Ask the user to enter a letter
5. Place this in a loop so the user can enter another letter
6. Use Replace command to replace correct letter guessed with letters of secret word.
7. Stop the program and “hang” the user after 7 incorrect guesses or win
when the user guesses the correct word

thx

posted about 8 years ago
#4 how do i go off the grid? in Off Topic

https://en.m.wikipedia.org/wiki/Christopher_McCandless

posted about 8 years ago
#785 Donald Trump in World Events

damn u guys got a lot of free time

posted about 8 years ago
#736 ESEA-O S23 Happenings/Discussion in TF2 General Discussion

https://www.youtube.com/watch?v=WBJWEU7yt0E

posted about 8 years ago
#232 Personality Types in Off Topic

https://gyazo.com/5ce5baee63cdfce3a2f59e508dedd336.png

posted about 8 years ago
#9 Daf lft in Recruitment (looking for team)

needs to stop removing people...

posted about 8 years ago
#2 wat is your biggest regret in Off Topic

living

posted about 8 years ago
#3 LFP in Europe, Skill-level open, 6v6 in Recruitment (looking for players)

hello i would be very interested, add me http://steamcommunity.com/profiles/76561198071785065

posted about 8 years ago
#68 How's your team faired so far this season? in TF2 General Discussion

tbh tho its been meh to bad to good. at the start of the season we knew we were going to be a playoffs team and we did really well in scrims and 5-0d our first match against yarn m, which at the time was a predicted playoffs team. unfortunately indecency left the team for ISSA KNIFE and i had to play demo for badlands, sunshine, and one granary game. this is where things were going downhill. i wasnt the best demo and usually got caught out and wasnt a good experience for the entire team as we were all tilted, even in the sunshine match where we won 5-0. i think after our match vs weeb noises team morale went down super hard. we were struggling to find a demo and i simply wasnt doing well on the class. Luckily reero came down from the heavens and joined our team. it still seemed that we were still not doing well and team morale didnt go up. then we fiund out reero needed to pay open fees and i ended up having to play demo. we ended up getting rolled and at this point people were doubting the teams existence. We got through grany and metalworks, taking one ffw and one ffl. 30 minutes before our match against Squad Fam eSports we cut RainofLight for blaine_. we didnt have our medic during that game as well tho so we fucked around 5v6. Then we were going up against blanc light and once again we fucked ourselves over due to bad communication and had to forfeit. but after this we came back strong. with our roster finalized and including 4players from last season we finally were a team to be reckoned with. we won both of our process games and 4-0'd a team with a better rank than us on product. we look strong and i predict we will roll the next 3 teams and finish the season 12-4. good luck in playoffs everyone :)

posted about 8 years ago
1 ⋅⋅ 79 80 81 82 83 84 85 ⋅⋅ 145