SofaKingWeTardEd Posted June 8, 2008 Share Posted June 8, 2008 Just a quick question & wonder... On this FPS game I am playing (Enemy Territory: Quake Wars if you must know) - I am trying to move the Crosshair and the MouseMove command isn't working. There seem's to be no movement whatsoever. I can make it shoot, walk/run/sprint to wherever, but not move the crosshair/mouse. I know the Mouse cursor ID is '2'. I am just using the ordinary command to move the mouse, is there any variant of how I could move the crosshair? Would be very much appreciated if I got a reply Link to comment Share on other sites More sharing options...
SofaKingWeTardEd Posted June 8, 2008 Author Share Posted June 8, 2008 Bump Link to comment Share on other sites More sharing options...
SofaKingWeTardEd Posted June 11, 2008 Author Share Posted June 11, 2008 Guess nobody feels the need to help then Link to comment Share on other sites More sharing options...
Bert Posted June 11, 2008 Share Posted June 11, 2008 can you show what code you have tried? The Vollatran project  My blog: http://www.vollysinterestingshit.com/ Link to comment Share on other sites More sharing options...
SofaKingWeTardEd Posted June 12, 2008 Author Share Posted June 12, 2008 (edited) Nothing amazing to be honest... Here's a quick look at it, as I'm writing this up as I am posting. Opt("MouseCoordMode",2) HotKeySet ("{F1}","_Move") HotKeySet ("{F2}","_End") While 1 Sleep (1) WEnd Func _Move() MouseMove (200,200,0) EndFunc Func _End() Exit EndFunc Still trying to understand AutoIt. I've also tried various mouse speeds, none of them work. Edited June 12, 2008 by SofaKingWeTardEd Link to comment Share on other sites More sharing options...
Bert Posted June 12, 2008 Share Posted June 12, 2008 ummm, you need to show us what you tried in the game, not what you made up on the spot to post. The Vollatran project  My blog: http://www.vollysinterestingshit.com/ Link to comment Share on other sites More sharing options...
SofaKingWeTardEd Posted June 12, 2008 Author Share Posted June 12, 2008 ummm, you need to show us what you tried in the game, not what you made up on the spot to post.That is what I tried. I eventually found the .au3 and it was exact lol Link to comment Share on other sites More sharing options...
PartyPooper Posted June 12, 2008 Share Posted June 12, 2008 AutoIt doesn't work as an aimbot for most FPS games so you're better off learning and using C or some other language if that's you're intent. I can't remember ever seeing a script on here that would work with ET or the like so I'm not sure what you mean by your last post. Link to comment Share on other sites More sharing options...
SofaKingWeTardEd Posted June 13, 2008 Author Share Posted June 13, 2008 AutoIt doesn't work as an aimbot for most FPS games so you're better off learning and using C or some other language if that's you're intent. I can't remember ever seeing a script on here that would work with ET or the like so I'm not sure what you mean by your last post.Thanks mate Looks like I should just carry on playing the game properly. I don't really have much time to learn C++ or any other language just to cheat on a game.My last post was for Volly, about what I wrote up on the spot, was exactly the same as the script he asked for. I guess this thread is over now Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now