Trev Posted January 4, 2012 Share Posted January 4, 2012 I'll be fiddling around with SCAR and Guildwars this next week before classes start. A lot of people are farming to get titles for the game before the release of Guildwars2. With the use of Texmod, I'll be able to modify in game graphics without breaking the rules of the game and should therefore make it quite simple to write a bot for Guildwars. I believe this part along with re-learning how to use Pascal will take up the most time. (Texmod info: visit http://wiki.guildwars.com/wiki/Guide_to_modifying_in-game_graphics). If anyone has delved into this already let me know. I'll post my status on this little project as I go along. -- [Jan 3rd, 2011] The only requirement I have this bot is to NOT use the mouse or keyboard. I don't mind if Guildwars isn't minimized, but it must not interfere with anything but Guildwars. I read that "Silent" mouse will be implemented in SCAR v4, so for now I am limited to keyboard interaction only. Just started. Modifying GW graphics so they can be easily used within SCAR using Texmod Compass Make the colors for "North" "S" E" W" on the compass bold & different. May implement something like... This will allow for somewhat accurate indication of where your character is looking. Walking is something I'm figuring out how to go about. [*]Removing transparency behind text (tooltips, character names, etc) Will allow for bitmaps to be taken easily of text / character names / etc. Quote Link to comment Share on other sites More sharing options...
Bixby Sayz Posted January 4, 2012 Share Posted January 4, 2012 Wow haven't played GW in forever. Used to hooked on that game. Quote Link to comment Share on other sites More sharing options...
Trev Posted January 4, 2012 Author Share Posted January 4, 2012 Can you link me an article explaining for specifically how to use hooks? I haven't found any good source yet. I'm also having difficulty sending keys to the client. It seems to only accept them when the chat box is active and accepting input for the user to type a message. Key presses related to character movement however fail to work. If I can't figure this out it's a show stopper. EDIT: or a vague resource is fine. I know what hooks are used for I'm just interested in if I can write this in Java or some other language besides well. Pascal. SCAR was the first thing that came to mind considering it was easy to use when I was... 5 years younger and inexperienced. Quote Link to comment Share on other sites More sharing options...
FHannes Posted January 4, 2012 Share Posted January 4, 2012 He means he used to be hooked to the game, he used to play it a lot... Doesn't GuildWars have built-int protection against cheating? Quote Link to comment Share on other sites More sharing options...
Bixby Sayz Posted January 4, 2012 Share Posted January 4, 2012 Dunno, but it has always been plagued with farming bots. Their detection can't be any better than RS. Quote Link to comment Share on other sites More sharing options...
Trev Posted January 4, 2012 Author Share Posted January 4, 2012 I think they do have built in protection against hooks... or I should say "packet sniffing" after a few google searches on it. I was just curious how it worked. Example, http://www.youtube.com/watch?v=4RprHYNZtTA Quote Link to comment Share on other sites More sharing options...