I finally got WoW Working on Ubuntu, and thats good! But now i got a few questions 
1. Can i run WoW Infinity on Ubuntu? I downloaded it and it tells me that no special Windows program was set to run it.. ?!
2. How do i program C++ on Ubuntu? In windows i could just write something like this:
Code:
#include <windows.h>
#include <iostream>
using namespace std;
int main() {
HWND hWnd = FindWindow(NULL,"WindowLol");
cout<<"Hello!";
SetForegroundWindow(hWnd);
SetCursorPos(100,100);
mouse_event(MOUSEEVENTF_RIGHTDOWN,0,0,0,0);
mouse_event(MOUSEEVENTF_RIGHTUP,0,0,0,0);
and i got myself a nice little bot, how in gods name do i do this on Ubuntu?!
If theres more questions ill just update or something. Thanks!
- Krillere