Darckalan Posted October 2, 2010 Share Posted October 2, 2010 I am trying to make a Launcher to execute the game and AutoIt seems perfect to do so. I have done this before, but now that the game updated, AutoIt is blocked... I want to know if there is a way for me to write an AutoIt script and compile with Visual Studio, so that I can finish my project. PS: This is not a hack/macro it's just a simple Launcher that I made to connect to the server. The old Launcher is written in Chinese, which I cannot read, and bothers me. Link to comment Share on other sites More sharing options...
JohnOne Posted October 3, 2010 Share Posted October 3, 2010 I'm close to 100% certain you cannot compile autoit in visual studio. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
Kalin Posted October 3, 2010 Share Posted October 3, 2010 I'm sure 100% certain you cannot compile autoit in visual studio.Fixed. Link to comment Share on other sites More sharing options...
Darckalan Posted October 3, 2010 Author Share Posted October 3, 2010 Obviously that you cannot compile AutoIt in VS, but is there a plug-in that allows it to do so? That is what I meant, sorry if it wasn't clear. Link to comment Share on other sites More sharing options...
JohnOne Posted October 3, 2010 Share Posted October 3, 2010 I'm uncertain as to what you need, but pehaps Autoit3X.dll is what you are looking for. Their are a ton of native autoit functions in it that you can use in other lanuages. Take a look at the help in the Autoit install folder. pauleffect 1 AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
whim Posted October 3, 2010 Share Posted October 3, 2010 Autoit3X.dll is what you are looking for.that's what occurred to me too, but since OP says:...I have done this before, but now that the game updated, AutoIt is blocked...it seems doubtfull that that will help much ...whim Link to comment Share on other sites More sharing options...
JohnOne Posted October 3, 2010 Share Posted October 3, 2010 that's what occurred to me too, but since OP says:it seems doubtfull that that will help much ...whimNo because AutoiX dosent use the interpreter, so autoit wouldnt be detected.Saying that, only games block autoit because of people botting them AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
whim Posted October 3, 2010 Share Posted October 3, 2010 @JohnOne True, but AutoItX is digitally signed, wouldn't that make it equally detectable ? whim Link to comment Share on other sites More sharing options...
JohnOne Posted October 3, 2010 Share Posted October 3, 2010 I doubt it because its just a component of the program which is being ran. I've been known to be wrong though AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
jaberwacky Posted October 3, 2010 Share Posted October 3, 2010 (edited) Darckalan, game automation or botting is not to be discussed in these forums in any capacity. See: (http://www.autoitscript.com/forum/index.php?showannouncement=12&f=2) Dem's da rules. Edited October 3, 2010 by jaberwocky6669 Helpful Posts and Websites: AutoIt3 Variables and Function Parameters MHz | AutoIt Wiki | Using the GUIToolTip UDF BrewManNH | Can't find what you're looking for on the Forum? Link to comment Share on other sites More sharing options...
Darckalan Posted October 4, 2010 Author Share Posted October 4, 2010 Sir, I am not trying to make a bot, nor macro, or anything related to game automation. I am working on a launcher, to execute the game(My Server) since the original launcher is in Chinese. If you want I can provide you with me server's website, client, or whatever else you need. Please read carefully before you post something like that again. Link to comment Share on other sites More sharing options...
enaiman Posted October 4, 2010 Share Posted October 4, 2010 Please read carefully before you post something like that again.Not very wise to argue with users who had been around for a long while - they tend to be usually "right".If you had read that announcement you could have realised that this type of discussion is no longer tolerated in this forum.... piece of advice - do not try to argue against the announcement - many tried and all failed. SNMP_UDF ... for SNMPv1 and v2c so far, GetBulk and a new example script wannabe "Unbeatable" Tic-Tac-Toe Paper-Scissor-Rock ... try to beat it anyway :) Link to comment Share on other sites More sharing options...
AdmiralAlkex Posted October 4, 2010 Share Posted October 4, 2010 Sir, I am not trying to make a bot, nor macro, or anything related to game automation.I am working on a launcher, to execute the game(My Server) since the original launcher is in Chinese.If you want I can provide you with me server's website, client, or whatever else you need.Please read carefully before you post something like that again.That does not matter, your original question makes no sense so you're not gonna get any answer. What does the editor have to do with anything? .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface Link to comment Share on other sites More sharing options...
Richard Robertson Posted October 4, 2010 Share Posted October 4, 2010 I've attempted adding AutoIt to Visual Studio before but the language tools are not easy to use. The tools are free for anyone to try with. Link to comment Share on other sites More sharing options...
jaberwacky Posted October 4, 2010 Share Posted October 4, 2010 (edited) Well, actually I think he is right. I do believe I posted in the wrong thread anyways although I don't know how it may have happened. I'll go through and see. I specifically remember reading a post that said something about automating a game. Ok, no, I believe my justification was that if they updated the game to block autoit then no, you shouldn't use autoit to do anything with the game that they dont want you to do with it. Edited October 4, 2010 by jaberwocky6669 Helpful Posts and Websites: AutoIt3 Variables and Function Parameters MHz | AutoIt Wiki | Using the GUIToolTip UDF BrewManNH | Can't find what you're looking for on the Forum? Link to comment Share on other sites More sharing options...
czardas Posted October 4, 2010 Share Posted October 4, 2010 It sounds to me like it would be easier to learn Chinese than to compile AutoIt in VS. I once downloaded a World Champion Shogi Engine. It had a very nice GUI which was all in Japanese. Didn't have a clue! operator64 ArrayWorkshop Link to comment Share on other sites More sharing options...
Richard Robertson Posted October 4, 2010 Share Posted October 4, 2010 It sounds to me like it would be easier to learn Chinese than to compile AutoIt in VS. I once downloaded a World Champion Shogi Engine. It had a very nice GUI which was all in Japanese. Didn't have a clue! I'm sorry, were those two things related? Link to comment Share on other sites More sharing options...
czardas Posted October 4, 2010 Share Posted October 4, 2010 I thought so, vaguely in the sense of not being able to interpret the controls. operator64 ArrayWorkshop Link to comment Share on other sites More sharing options...
Richard Robertson Posted October 4, 2010 Share Posted October 4, 2010 But first you talk about learning Chinese (which isn't terribly difficult mind you) and then you talk about downloading something in Japanese. Link to comment Share on other sites More sharing options...
czardas Posted October 4, 2010 Share Posted October 4, 2010 (edited) It's all in the Far East. Although there is probably a great deal of difference, the symbols and characters look quite similar from my perspective.I also downloaded Xiangqi Edited October 4, 2010 by czardas operator64 ArrayWorkshop 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