Code:try { HOME: do { Play(“World of Warcraft”); } while (!asleep); Thread.Sleep(12 * 60 * 60 * 1000); WakeUp(coffee); if (you_still_give_a_shit()) goto WORK; else goto OUT; WORK: do { if (got_something_to_do()) { LookAtTheMonitor(); Press_Some_Keys(new string[] { “Ctrl+C”, “Ctrl+V” }); } Browse(“vengfull.com”); Browse(“ownedcore.com”); Browse(“youtube.com”); Have_a_Break(); Have_a_Kitkat(); } while (DateTime.Now.Hour < 5); if (DateTime.Now.Day == 1) { // at least GetSomeCash(3000); } OUT: switch (mood) { case Mood.Horny: ChaseChicks(“hot!”); break; case Mood.Dull: SmokeSomeStuff(new Stuff[] { “Grass”, “Serious Stuff” }); break; default: DrinkBeer(5); break; } goto HOME; } catch (HealthException x) { SeeTheDoctor(x); } catch (NoMoneyException) { ShitHappens(); }
That is all