Results 1 to 6 of 6

Thread: API from another program

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2006
    Posts
    4

    API from another program

    hmm.. let me explain, say i made a game on aol 5 back in the day, but dont have the code anymore, is there a way to make my own program have the same API as aol 5, so i can have the api calls to the texboxes sent to the program instead?

  2. #2
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: API from another program

    The answer is probably no, but you need to explain a little further, and also where does AOL 5 fit into anything, and how did you make a game on it?

  3. #3

    Thread Starter
    New Member
    Join Date
    Aug 2006
    Posts
    4

    Re: API from another program

    was a chat room game, set up a character like a mage or a warrior,
    you have a password with all your information/exp

    send the host the pw, and he can put it in the chat displays

    wigen: lvl 10: warrior: hp 500: mp 10: do you confirm
    type /yes or /no

    you would type /yes in chat and you start a battle with the other person or multiple people.

    youd level up and get xp and whatnot, and an encrypted pw so you can lvl up a character whenever.

    the program would send the text to the chatroom through windows api, would also pick up whats being said.


    so the question is, is there a way to create a chatroom through vb with the same api names as aol5? so when it searches for aol5's normal api it goes through this program instead?

  4. #4
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: API from another program

    That really all depends on how the original program was written.. if it was written using simple APIs like finding the chat window by its title, then its possible, but if its was finding the chat window through more complicated APIs, like finding the chat window by its class type, or by the AOL exe itself, or whatever then it would be either impossible, or similar to looking for a needle in a haystack...

    It would most likely be easier to write a new program from scratch.

  5. #5

    Thread Starter
    New Member
    Join Date
    Aug 2006
    Posts
    4

    Re: API from another program

    i am pretty sure it was found by window class type,
    _aolchild_ or whatnot.

  6. #6

    Thread Starter
    New Member
    Join Date
    Aug 2006
    Posts
    4

    Re: API from another program

    it was a huge program not something that can be remade easily thats why i even ask this. 10 types of character classes, each with 15 something moves/abilites + 100 or so abilites everyone has, about 200 items/equipment.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width