What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Need C# Help ;)

Mess1337

Active Member
Joined
Jan 15, 2010
Messages
1,385
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.
 
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.
 
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.
loginuy.webp

I want to use the data from Username and password to login to WoW. I just need to fill those in.
 
Process[] p = Process.GetProcessesByName("Wow");
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);

?
 
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.
 
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.
It?s called being helpful. You should try it sometime.
 
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?
 
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
 
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.

lol Thats what I'm doing till my laptop returns from the shop. 2 more days Yes!
 
Back
Top