Register for your free account! | Forgot your password?

Go Back   elitepvpers > Coders Den > .NET Languages
You last visited: Today at 15:20

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



VB 2008 Bot // Noob need Help

Discussion on VB 2008 Bot // Noob need Help within the .NET Languages forum part of the Coders Den category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jun 2008
Posts: 21
Received Thanks: 1
Unhappy VB 2008 Bot // Noob need Help

Hey guys

i create a VB bot for silkroad. Its a simple SendKeys bot.
But the bot dont work ingame! only work on windows like a flooder...
know anyone what i forgot?


( Im a noob i know! dont say it ) xD
combat99 is offline  
Old 11/10/2008, 12:41   #2
 
syntex's Avatar
 
elite*gold: 46
Join Date: Mar 2006
Posts: 2,589
Received Thanks: 1,198
1. Find the Window (ex. FindWindow look at msdn)
2. Simply use PostMessage to send keys to the client and not SendKeys.

First try it on your own, if you wont succed, I help you with some snippets.
syntex is offline  
Old 11/10/2008, 15:43   #3
 
elite*gold: 0
Join Date: Jun 2008
Posts: 21
Received Thanks: 1
k ich hab voll kein plan!
hilfe wäre doch schon net schlecht!
combat99 is offline  
Old 11/10/2008, 16:58   #4
 
syntex's Avatar
 
elite*gold: 46
Join Date: Mar 2006
Posts: 2,589
Received Thanks: 1,198
Wo liegt den das problem?

dein projekt musst du schon selber auf die beine stellen, mit den nötigen checks usw.

aber FindWindow reicht für PostMessage, und klappt bei jedem Spiel (sogut wie).

kannst sowas machen

HWND SilkroadWND = FindWindow( NULL, "Silkroad Online" );
if( SilkroadWND != NULL ) printf( "[Info] Silkroad Window found.!\n" ); else printf( "[Info] Please open Silkroad first!\n" );

um erstmal zu gucken ob du das fenster findest (ist für ne konsolen anwendung)
syntex is offline  
Old 11/12/2008, 07:22   #5
 
EXTEЯNAL's Avatar
 
elite*gold: 105
Join Date: Jul 2007
Posts: 737
Received Thanks: 114
vb 08 message bot?

SendKeys.Send("IHRGENDWAS BLABLA" & "{ENTER}")
EXTEЯNAL is offline  
Reply


Similar Threads Similar Threads
C++ in V C++ 2008 ?
08/08/2010 - WarRock Trading - 3 Replies
Hi Leute, sorry, das hier poste, aber: 1. ich habe leider keinen anderen Ort gefunden 2. nichts in Google bis jetzt gefunden. ... Wie programmiere ich mit C++ in Visual C++ 2008? also, ich meine: cout << "Bla bla"; usw...
noob question from noob player
06/03/2010 - Archlord - 14 Replies
How much XP does a limpit (lv89) give at lv98 ? Because a friend of mine killed deathmute (lv79) when he was arround 89 or 90 and he only got 1000XP is this the same for the limpits? or still getting 100K xp for them at least? Kind regards and hfffffffff in game all
im new im noob im noob hacker plez heelp me
09/30/2009 - Lineage 2 - 5 Replies
hallo i play server im not donatore my weapon +6 and arma +6 donadore kill me donatore have weapon +35 etc.......... pleaaaas i need msn god hacher fore guise me pleeaaaaaaaaas veery tnx
How can i compile (Noob Question but i am noob at this)
08/04/2009 - CO2 Private Server - 6 Replies
Hello all i got this problem that when i changed something in source it doesnt changes inside how do i compile ;) please help :)



All times are GMT +2. The time now is 15:20.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.