View previous topic :: View next topic |
Author |
Message |
squrrilslayer Master Cheater
Reputation: 0
Joined: 26 Dec 2006 Posts: 323
|
Posted: Thu Nov 22, 2007 5:25 am Post subject: [VB 2005] Finding a file number |
|
|
For attempting to make a bot in VB for MS, send key is blocked.
Could this work instead?
Code: | PrintLine(Filenum, "Whatever needs inputting") |
if so, we need the filenumber of maplestory when its open... so how on earth do we achieve that?
however, if the above would not work, how do you bypass sendkey? or is there another method i havent seen yet?
i found this: http://forum.cheatengine.org/viewtopic.php?p=675994&highlight=&sid=e2dc9cd0b553a2cce21f203f565697fb
it kind of worries me because all that mentioned in that topic is far beyond my reach atm.
(anyone willing to write uber VB tuts? noob to pro in 1 tut )
_________________
|
|
Back to top |
|
 |
Blagg How do I cheat?
Reputation: 0
Joined: 13 Jul 2007 Posts: 4
|
Posted: Sat Nov 24, 2007 4:18 am Post subject: ms bot |
|
|
I dont think so (not sure)
but you could also try keybd_event() to send keys
cant send strings though....
--- blagg -----
|
|
Back to top |
|
 |
squrrilslayer Master Cheater
Reputation: 0
Joined: 26 Dec 2006 Posts: 323
|
Posted: Sat Nov 24, 2007 7:28 pm Post subject: |
|
|
thanks for the response. i though no one would ever answer.
Even if Printline wont work, ide still like to know how to obtain the file numbers of active programs.
btw, ill try playing with the keybd_event........
_________________
|
|
Back to top |
|
 |
rapion124 Grandmaster Cheater Supreme
Reputation: 0
Joined: 25 Mar 2007 Posts: 1095
|
Posted: Sat Nov 24, 2007 8:21 pm Post subject: |
|
|
The above wouldn't work. PrintLine simply overwrites the file. You need to use SendKey or PostMessage.
|
|
Back to top |
|
 |
sponge I'm a spammer
Reputation: 1
Joined: 07 Nov 2006 Posts: 6009
|
Posted: Sat Nov 24, 2007 8:23 pm Post subject: |
|
|
You don't ever send "strings" to applications. It's probably a wrapper function that loops through the string and converts it into multiple messages.
_________________
|
|
Back to top |
|
 |
squrrilslayer Master Cheater
Reputation: 0
Joined: 26 Dec 2006 Posts: 323
|
Posted: Sat Nov 24, 2007 8:36 pm Post subject: |
|
|
its quite fustrating. im trying to teach myself of internet resources but they are all really.... i dont know how to describe them.
they tell me functions, sometime the syntax but in a different language (i mean seriously, i search on MSDN of VB2005 and the syntax it gives me is either No syntax or in C++....).
ill keep trying though.
can hex be sent into a program? i dont know how that will help but...
_________________
|
|
Back to top |
|
 |
|