|
On January 23 2011 18:06 HazMat wrote:Show nested quote +On January 23 2011 17:51 LoCicero wrote: I've decided to start playing Morg again. I think people know me for my Pantheon, but Morgana was actually my original main. After she got buffed and everyone cried OP I stopped playing her. I've just recently started playing her, man I have missed her =). I remeber when you used to stream Morg on clg, back when it was on livestream ^_^ same, i saw LoCi's stream and was like "fuck Morg so OP" so i bought her.
never looked back.
|
On January 23 2011 19:41 nyxnyxnyx wrote: Fuck I never thought of that. Rylai + Malzahar ult omfg........do they get sucked towards you?
I heard once you finish rylai's on malzahar you turn into a invulnerable voidling.
|
On January 24 2011 02:52 mrgerry wrote:Show nested quote +On January 23 2011 19:41 nyxnyxnyx wrote: Fuck I never thought of that. Rylai + Malzahar ult omfg........do they get sucked towards you? I heard once you finish rylai's on malzahar you turn into a invulnerable voidling.
O_O isn't that chogath
|
Why would chogath turn into a voidling after malzahar finishes rylai's? This doesn't even make sense
|
Lvl 30 smurf! People at low elo are so nice. Well, expect an 0-10 Malphite that cried about how op pantheon is and how he wishes my home burned down and my family died, lol.
|
Pissed off AFK-farmer: RAAAAAAGE RICER!
|
On January 24 2011 00:19 Vlanitak wrote:so you joined Feuruer? Nice good luck
We got fucked
|
On January 24 2011 01:20 Chrispy wrote: WTF Neo why is your win/loss for normals so high? Mine is like +130 or some shit. Anyways of course you won that you had pdiz.
That was from my account. Yeah, it's ok to not be as good as me chrispy, don't worry about it.
|
MF'ing elo hell.
|
Something I've noticed this patch: At the endgame chat you had the 9 people you played with on the right. Now instead, 1 of them on your team is missing and you're there instead. Why would Riot change something like that? lol Was never like that before.
|
On January 24 2011 06:06 BlackPaladin wrote: Something I've noticed this patch: At the endgame chat you had the 9 people you played with on the right. Now instead, 1 of them on your team is missing and you're there instead. Why would Riot change something like that? lol Was never like that before. Don't report that guy, report yourself!
|
On January 24 2011 06:01 HazMat wrote:MF'ing elo hell. ![[image loading]](http://img146.imageshack.us/img146/2269/83018566.png) cos nid takes skill rite
|
On January 24 2011 06:01 HazMat wrote:MF'ing elo hell. ![[image loading]](http://img146.imageshack.us/img146/2269/83018566.png)
Hey Shake you should carry me to 1900 kthnx
|
On January 24 2011 06:01 HazMat wrote:MF'ing elo hell. ![[image loading]](http://img146.imageshack.us/img146/2269/83018566.png) Tell me you won that against team all tears and boots
|
ya 18-0. Felt like hotshotgg, throwing spears and shit. Too fun.
|
After raging hardcore getting ganked while typing a MIA and accidentally blowing summoners trying to type, I present to you the MIA Call Macro Program!
EDIT: It seems to have stopped working all of a sudden on me. Call it a failure. + Show Spoiler + #include <windows.h>
#define VK_A 0x41 #define VK_B 0x42 #define VK_C 0x43 #define VK_D 0x44 #define VK_E 0x45 #define VK_F 0x46 #define VK_G 0x47 #define VK_H 0x48 #define VK_I 0x49 #define VK_J 0x4A #define VK_K 0x4B #define VK_L 0x4C #define VK_M 0x4D #define VK_N 0x4E #define VK_O 0x4F #define VK_P 0x50 #define VK_Q 0x51 #define VK_R 0x52 #define VK_S 0x53 #define VK_T 0x54 #define VK_U 0x55 #define VK_V 0x56 #define VK_W 0x57 #define VK_X 0x58 #define VK_Y 0x59 #define VK_Z 0x5B
using namespace std;
void key(DWORD vk_key); int main() { while(true) { if (GetAsyncKeyState(VK_F12)) { key(VK_RETURN); key(VK_R); key(VK_E); key(VK_RETURN); Sleep(500); } else if (GetAsyncKeyState(VK_F11)) { key(VK_RETURN); key(VK_B); key(VK_O); key(VK_T); key(VK_T); key(VK_SPACE); key(VK_M); key(VK_I); key(VK_A); key(VK_RETURN); Sleep(500); } else if (GetAsyncKeyState(VK_F10)) { key(VK_RETURN); key(VK_M); key(VK_I); key(VK_D); key(VK_SPACE); key(VK_M); key(VK_I); key(VK_A); key(VK_RETURN); Sleep(500); } else if (GetAsyncKeyState(VK_F9)) { key(VK_RETURN); key(VK_T); key(VK_O); key(VK_P); key(VK_SPACE); key(VK_M); key(VK_I); key(VK_A); key(VK_RETURN); Sleep(500); } } } void key(DWORD vk_key) { keybd_event( vk_key, vk_key, KEYEVENTF_EXTENDEDKEY | 0, 0 );
keybd_event( vk_key, vk_key, KEYEVENTF_EXTENDEDKEY | KEYEVENTF_KEYUP, 0); }
Compile with the C++ compiler of your choice. (I used DEV C++). By pressing F9-F12, it will type Top, Mid, Bot mia or RE. Run it and leave it running in the background.
This is basically a ghetto macro system. As far as ethics, this advantage is comparable to using Vent, but to a lesser extent, so I would definitely not consider it cheating. Cheating would be pressing one button to smartcast all spells as Ryze.
|
Meepo poof macro was op as shit
|
United States37500 Posts
On January 24 2011 01:20 Chrispy wrote: WTF Neo why is your win/loss for normals so high? Mine is like +130 or some shit. Anyways of course you won that you had pdiz.
Shake demoted, Neo #1 normal superstar.
lol, Joug #1. I'm +130-140 too.
|
On January 24 2011 10:02 NeoIllusions wrote:Show nested quote +On January 24 2011 01:20 Chrispy wrote: WTF Neo why is your win/loss for normals so high? Mine is like +130 or some shit. Anyways of course you won that you had pdiz.
Shake demoted, Neo #1 normal superstar. lol, Joug #1. I'm +130-140 too. Joug #1 tryhard normals imo.
|
United States37500 Posts
On January 24 2011 10:27 HazMat wrote:Show nested quote +On January 24 2011 10:02 NeoIllusions wrote:On January 24 2011 01:20 Chrispy wrote: WTF Neo why is your win/loss for normals so high? Mine is like +130 or some shit. Anyways of course you won that you had pdiz.
Shake demoted, Neo #1 normal superstar. lol, Joug #1. I'm +130-140 too. Joug #1 tryhard normals imo.
not all of us can troll nid in normals
|
|
|
|