A couple of Ubuntu general questions. menu

Shout-Out

User Tag List

Results 1 to 10 of 10
  1. #1
    Krillere's Avatar Contributor
    Reputation
    112
    Join Date
    Nov 2007
    Posts
    668
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    A couple of Ubuntu general questions.

    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

    A couple of Ubuntu general questions.
  2. #2
    Viter's Avatar Elite User
    Reputation
    410
    Join Date
    Aug 2007
    Posts
    2,153
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    if you want to game/write programs/bot why on earth did you install ubuntu?



  3. #3
    Krillere's Avatar Contributor
    Reputation
    112
    Join Date
    Nov 2007
    Posts
    668
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Isnt it doable on Ubuntu? And WoW Infinity isnt important.. its just nice

  4. #4
    Link34543's Avatar Member
    Reputation
    4
    Join Date
    Apr 2007
    Posts
    53
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ubuntu Forums - View Single Post - How to start programming - guides and links for many languages
    For the question on c++

    As for bots...I'm not sure on that one, you could try using wine with it?
    Can't guarantee results with that, if I remember right, Crossover supports it.

    Disregard that, I just remembered Java can be used to make bots, see post below.
    Last edited by Link34543; 06-29-2009 at 11:37 PM.

  5. #5
    Viter's Avatar Elite User
    Reputation
    410
    Join Date
    Aug 2007
    Posts
    2,153
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Krillere View Post
    Isnt it doable on Ubuntu? And WoW Infinity isnt important.. its just nice
    It's possible (most of the time) But it isn't stable, it takes hell alot of time to set up, and it doesn't work like it's supposed to (most of the time).
    If you want to do stuff like your doing, install Windows.



  6. #6
    Krillere's Avatar Contributor
    Reputation
    112
    Join Date
    Nov 2007
    Posts
    668
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Oh well.. But programming in C++ cant be that much of a problem. Can it? :S

  7. #7
    Link34543's Avatar Member
    Reputation
    4
    Join Date
    Apr 2007
    Posts
    53
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Programming in ubuntu is fine, the programs you make can be unstable if you're not used to programming in ubuntu, there are a few differences from Windows. Anyways, if you want to bot, I'd recommend you take a look at this.
    http://www.mmowned.com/forums/java/2...bot-class.html
    Since java is cross-platform, you can make your own bots with this, and they won't be scanned for since the bot you make is your own private bot. On top of that, if you make a bot outside of wine, warden won't be able to detect it.

    So, botting in linux is better than in windows...IF you can program.
    /shameless linux recruitment OFF
    Last edited by Link34543; 06-30-2009 at 03:36 AM.

  8. #8
    Krillere's Avatar Contributor
    Reputation
    112
    Join Date
    Nov 2007
    Posts
    668
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok. I dont want to make wow bots just yet, i just want to know how to do the things i did in the code box, because obviously #include <winodws.h> wont work on Ubuntu.

  9. #9
    digitaldgs's Avatar Member
    Reputation
    1
    Join Date
    Jun 2009
    Posts
    0
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Id recommend trying Wine to run Wow Infinity. I've never ran Wow infinity in Ubuntu so I'm not sure of success. (if you get it working let me know kinda interested myself)
    I have ubuntu as a dual boot on my notebook and I've been using Wine to run Wow in it with great success.
    Another Suggestion If your looking for the Advantages of Linux and the Luxury of Windows would be to look into VMWare and run Windows in a virtual machine inside of Ubuntu.

  10. #10
    Krillere's Avatar Contributor
    Reputation
    112
    Join Date
    Nov 2007
    Posts
    668
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ok. I dont care about WoW Infinity, it would just be a plus. The only thing i really care about is how i do the coding things on Ubuntu. I tried a million things but nothing works.

Similar Threads

  1. Couple General Questions
    By tim0n in forum WoW Memory Editing
    Replies: 2
    Last Post: 03-28-2011, 02:25 AM
  2. Lua script help and general questions from beginner
    By WinKIller0 in forum World of Warcraft Emulator Servers
    Replies: 1
    Last Post: 02-23-2008, 04:38 AM
  3. [Question]General question about editing
    By Razorfever in forum WoW ME Questions and Requests
    Replies: 0
    Last Post: 01-22-2008, 09:13 AM
  4. General Question
    By BBQbob in forum WoW ME Questions and Requests
    Replies: 2
    Last Post: 01-07-2008, 11:00 AM
  5. Couple of Antrix/Ascent questions
    By stealthpyro in forum World of Warcraft Emulator Servers
    Replies: 9
    Last Post: 09-19-2007, 08:59 PM
All times are GMT -5. The time now is 11:04 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search