Thread: MapleStoryBOT

Results 1 to 15 of 15
  1. #1
    loufight's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    MapleStoryBOT

    #include <Windows.h>
    #include <stdio.h>
    #include <string.h>
    #include <wininet.h>
    #include <stdio.h>
    #include <stdlib.h>
    #include <iostream>
    #define VK_DOWN 0x40

    extern "C" __declspec(dllexport) int main()
    {
    HWND hWnd;
    hWnd = FindWindow(NULL,TEXT("MapleStory"));

    PostMessage(hWnd, WM_KEYDOWN, VK_DOWN, 0);
    PostMessage(hWnd, WM_KEYUP, VK_DOWN, 0);

    }

    THIS C++ CODE IS NOT WORKING .............

    WHY....?

  2. #2
    Dreamer's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Seattle
    Posts
    8,745
    Reputation
    393
    Thanks
    1,481
    My Mood
    Bitchy
    Because:
    1. You copied and paste.
    2.If anyone had a coding experience we can see why.
    3.All your doing is linking hotkeys by posting...
    4.Overall a fail hack. "Script"
    Resource Team: Feb/5/2012 - May/5/2012
    Middleman: April/25/2012 - September/16/12


  3. The Following 2 Users Say Thank You to Dreamer For This Useful Post:

    ownsterchief (03-17-2012),Sketchy (10-17-2011)

  4. #3
    Sketchy's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    4,876
    Reputation
    515
    Thanks
    663
    My Mood
    Inspired
    Quote Originally Posted by Dreamer View Post
    Because:
    1. You copied and paste.
    2.If anyone had a coding experience we can see why.
    3.All your doing is linking hotkeys by posting...
    4.Overall a fail hack. "Script"
    /diss

  5. #4
    Dreamer's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Seattle
    Posts
    8,745
    Reputation
    393
    Thanks
    1,481
    My Mood
    Bitchy
    Quote Originally Posted by Sketchy View Post

    /diss
    Nuff said. Obviously he doesnt know what to do.

    @loufight
    What was this suppose to do anyways?
    Resource Team: Feb/5/2012 - May/5/2012
    Middleman: April/25/2012 - September/16/12


  6. #5
    jbm1337's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    21
    Reputation
    10
    Thanks
    0
    My Mood
    Amused
    Why are you including <stdio.h> twice? It's an input/output lib you only need to have that once right? I'm getting started with c++(after vb) and that doesn't look right to me.

  7. #6
    Dreamer's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Seattle
    Posts
    8,745
    Reputation
    393
    Thanks
    1,481
    My Mood
    Bitchy
    Quote Originally Posted by jbm1337 View Post
    Why are you including <stdio.h> twice? It's an input/output lib you only need to have that once right? I'm getting started with c++(after vb) and that doesn't look right to me.
    Correct.
    Very good. Even though you started you caught a error.
    Resource Team: Feb/5/2012 - May/5/2012
    Middleman: April/25/2012 - September/16/12


  8. #7
    Dreamer's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Seattle
    Posts
    8,745
    Reputation
    393
    Thanks
    1,481
    My Mood
    Bitchy
    Quote Originally Posted by oneye5555 View Post
    okok i get it ....0
    What do you get? Theres nothing to understand.
    Resource Team: Feb/5/2012 - May/5/2012
    Middleman: April/25/2012 - September/16/12


  9. #8
    freedompeace's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Posts
    3,033
    Reputation
    340
    Thanks
    2,792
    My Mood
    Sad
    It does work 0.o

  10. #9
    Dreamer's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Seattle
    Posts
    8,745
    Reputation
    393
    Thanks
    1,481
    My Mood
    Bitchy
    Quote Originally Posted by freedompeace View Post
    It does work 0.o
    Its not suppose to do anything D:
    Resource Team: Feb/5/2012 - May/5/2012
    Middleman: April/25/2012 - September/16/12


  11. #10
    freedompeace's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Posts
    3,033
    Reputation
    340
    Thanks
    2,792
    My Mood
    Sad
    Quote Originally Posted by Dreamer View Post
    Its not suppose to do anything D:
    Huh? What do you mean? If you don't want it to do anything, then delete the code ...

  12. #11
    Dreamer's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Seattle
    Posts
    8,745
    Reputation
    393
    Thanks
    1,481
    My Mood
    Bitchy
    Beats me. I didnt post it lmao.
    Resource Team: Feb/5/2012 - May/5/2012
    Middleman: April/25/2012 - September/16/12


  13. #12
    Sketchy's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    4,876
    Reputation
    515
    Thanks
    663
    My Mood
    Inspired
    @Dreamer
    Freedompeace knows all.

  14. #13
    Dreamer's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    Seattle
    Posts
    8,745
    Reputation
    393
    Thanks
    1,481
    My Mood
    Bitchy
    Quote Originally Posted by Sketchy View Post
    @Dreamer
    Freedompeace knows all.
    Already know
    Resource Team: Feb/5/2012 - May/5/2012
    Middleman: April/25/2012 - September/16/12


  15. #14
    lanofie's Avatar
    Join Date
    Aug 2010
    Gender
    male
    Location
    onatario
    Posts
    4
    Reputation
    10
    Thanks
    0
    i saw this somewhere.....

  16. #15
    mitch1490's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Posts
    105
    Reputation
    10
    Thanks
    2
    My Mood
    Happy
    you didnt used any offsets to hack something with.