Xibalba 1 Posted July 16, 2010 I'd like to dig a bit deeper to understand what those functions really are doing, or rather how they are doing it.Do they use any API:s and, if so, which ones? Are they completely self-written?Let's say I've made a little game (bejeweled, four-in-a-row, battleship or whatever) in C++ or C# offering a high score list (an .exe running client-side).Now I want to make sure no one is cheating with, say AutoIT. Is there any way to tell if a user is moving his "real" mouse or if the MouseMove() is doing it? Same with PixelSearch() - any way to discover if this function is "in the works" each second or so, when my game is active?I've not found any real info on this, so enlightenment or url is appreciated. Also a working link to AutoIT:s source code is of great interest, since I couldn't find any at the downloads myself. Share this post Link to post Share on other sites
JohnOne 1,603 Posted July 16, 2010 http://msdn.microsoft.com/en-us/library/ms646260%28VS.85%29.aspx AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Share this post Link to post Share on other sites
trancexx 1,013 Posted July 16, 2010 @JohnOne, you posted a link to a porn site. ♡♡♡ . eMyvnE Share this post Link to post Share on other sites
JohnOne 1,603 Posted July 16, 2010 I doubt it, my ticker couldnt handle that sort of thing, unless its been modified in some fashion. You're having me on arnt you? at least I hope so. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Share this post Link to post Share on other sites
AndyG 49 Posted July 16, 2010 enlightenment or url is appreciated. Also a working link to AutoIT:s source code is of great interest,You may ask this guy to help you with your problem! And I am really sure that he will "enlighten" you.... Share this post Link to post Share on other sites
trancexx 1,013 Posted July 16, 2010 I doubt it, my ticker couldnt handle that sort of thing, unless its been modified in some fashion.You're having me on arnt you? at least I hope so.This is strange. Every time I clicked that link it lead me to http://www.flytube.com/videos/round-ass-jayna-3995.html(don't click that) ♡♡♡ . eMyvnE Share this post Link to post Share on other sites
kaotkbliss 146 Posted July 16, 2010 This is strange. Every time I clicked that link it lead me to http://www.flytube.com/videos/round-ass-jayna-3995.html(don't click that)Sounds like you got your browser hijacked...spending too much time on porn sites? LOL 010101000110100001101001011100110010000001101001011100110010000001101101011110010010000001110011011010010110011100100001My Android cat and mouse gamehttps://play.google.com/store/apps/details?id=com.KaosVisions.WhiskersNSqueekWe're gonna need another Timmy! Share this post Link to post Share on other sites
AdmiralAlkex 125 Posted July 16, 2010 (edited) Also a working link to AutoIT:s source code is of great interest, since I couldn't find any at the downloads myself.Look for the file "autoit-v3.1.0-src.exe" (it's an sfx) in the archive.Just remember that the source is like 5 years old so there's no guarantee that the current version look anything like that.Edit: And get some new glasses for next time, the archive is right down there at the bottom of the download page, "Previous versions archive" (again, remember it's many years old) Edited July 16, 2010 by AdmiralAlkex .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 Share this post Link to post Share on other sites