• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Need C# Help ;)

    Discussion in 'Archives' started by Mess1337, Jan 31, 2010.

    1. Mess1337

      Mess1337 Active Member

      Joined:
      Jan 15, 2010
      Messages:
      1,385
      Likes Received:
      23
      Trophy Points:
      38
      Hello everyone!

      I?m about to make a relogger for WoW, and I?m in need since I?m kinda newb :D

      I want to send the data in textBox1 and textBox2 to WoW.

      TextBox1 is Username, and TextBox2 is Password.
       
    2. erenion

      erenion DEVELOPER Buddy Core Dev

      Joined:
      Jan 15, 2010
      Messages:
      321
      Likes Received:
      6
      Trophy Points:
      0
      Calculate where to click? Or use the knowledge that you can as soon as wow starts type in the text boxes and use tab to switch etc. I'm going to assume you are NOT reading the memory so those are your options.
       
    3. Mess1337

      Mess1337 Active Member

      Joined:
      Jan 15, 2010
      Messages:
      1,385
      Likes Received:
      23
      Trophy Points:
      38
      loginuy.jpg

      I want to use the data from Username and password to login to WoW. I just need to fill those in.
       
    4. lepton17

      lepton17 New Member

      Joined:
      Jan 15, 2010
      Messages:
      149
      Likes Received:
      1
      Trophy Points:
      0
    5. Mess1337

      Mess1337 Active Member

      Joined:
      Jan 15, 2010
      Messages:
      1,385
      Likes Received:
      23
      Trophy Points:
      38
      Still need it to aim the message at the WoW window.
       
    6. lepton17

      lepton17 New Member

      Joined:
      Jan 15, 2010
      Messages:
      149
      Likes Received:
      1
      Trophy Points:
      0
      Process[] p = Process.GetProcessesByName("Wow");
       
    7. Mess1337

      Mess1337 Active Member

      Joined:
      Jan 15, 2010
      Messages:
      1,385
      Likes Received:
      23
      Trophy Points:
      38
      So:
      Process[] p = Process.GetProcessesByName("Wow");
      [return: MarshalAs(UnmanagedType.Bool)]
      [DllImport("user32.dll", SetLastError = true)]
      static extern bool PostMessage(IntPtr hWnd, uint Msg, IntPtr wParam, IntPtr lParam);

      ?
       
    8. Mess1337

      Mess1337 Active Member

      Joined:
      Jan 15, 2010
      Messages:
      1,385
      Likes Received:
      23
      Trophy Points:
      38
      Doesn?t work.
       
    9. lepton17

      lepton17 New Member

      Joined:
      Jan 15, 2010
      Messages:
      149
      Likes Received:
      1
      Trophy Points:
      0
      I sent you a PM.
       
    10. Mess1337

      Mess1337 Active Member

      Joined:
      Jan 15, 2010
      Messages:
      1,385
      Likes Received:
      23
      Trophy Points:
      38
      I love you!

      Gonna see if I can get anything out of it.
       
    11. Keanu

      Keanu Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      871
      Likes Received:
      15
      Trophy Points:
      18
      Why are you all answering this guy?
      He has no idea what the hell he is doing. Seriously, go read some books and then ask questions. Epic fail until now.
       
    12. Mess1337

      Mess1337 Active Member

      Joined:
      Jan 15, 2010
      Messages:
      1,385
      Likes Received:
      23
      Trophy Points:
      38
      It?s called being helpful. You should try it sometime.
       
    13. Budden

      Budden New Member

      Joined:
      Jan 15, 2010
      Messages:
      21
      Likes Received:
      1
      Trophy Points:
      0
      I guess. But you arent really going to learn anything this way.
       
    14. Keanu

      Keanu Member Buddy Store Developer

      Joined:
      Jan 15, 2010
      Messages:
      871
      Likes Received:
      15
      Trophy Points:
      18
      They are not helping you. You are not thinking by yourself and just copy&pasting code without understanding it? What is the point of it?
       
    15. Endersama

      Endersama New Member

      Joined:
      Jan 15, 2010
      Messages:
      63
      Likes Received:
      1
      Trophy Points:
      0
      figured i'd comment... i learned a lot of things by being given code first and analyzing it from there. may not be the case here, but figured he might deserve the benefit of the doubt
       
    16. king

      king Member

      Joined:
      Jan 15, 2010
      Messages:
      463
      Likes Received:
      1
      Trophy Points:
      18
      lol Thats what I'm doing till my laptop returns from the shop. 2 more days Yes!
       
    17. xvii

      xvii New Member

      Joined:
      Jan 15, 2010
      Messages:
      174
      Likes Received:
      1
      Trophy Points:
      0
      Think you could send a copy of that PM my way?
       

    Share This Page