I can , but I won't because simply I made mine when I started Autoit.
Keep on studing C++! It need some time but you will be able to make programms like this for sure at the future!!
Originally Posted by ZiM0
Teach me how to make a macro on AutoIT, i already tried @_Anonymous_ Macro Source Code, can someone help me?
there's a missing code in the wrap code there
check your inbox
Originally Posted by ZiM0
Teach me how to make a macro on AutoIT, i already tried @_Anonymous_ Macro Source Code, can someone help me?
"currently leanring C++ Problem??"
Well. If you are learning it make it yourself buddy not leach
well c++ is the best to start with.
AutoIT is coming after
Originally Posted by ragengine
well c++ is the best to start with.
AutoIT is coming after
Totally wrong kid. Learn AutoIT and then C# before you learn C++ or you will not fully understand how C++ string works for dll hacks.
Originally Posted by Riddick
Totally wrong kid. Learn AutoIT and then C# before you learn C++ or you will not fully understand how C++ string works for dll hacks.
First of all im not a kid , then i find c++ more easy than autoit because i experienced VB.NET.
Love.
Originally Posted by ragengine
First of all im not a kid , then i find c++ more easy than autoit because i experienced VB.NET.
Love.
And what?
I was telling you the right way to learn which enables a better understanding in the long run. It's my opinion and I don't see anything wrong with that kid.
As long i respect your opinion, respect mine.
I quit.
Originally Posted by ragengine
well c++ is the best to start with.
AutoIT is coming after
AutoIT is the best to start from.
Simple tap autoit macro :
$dll = DllOpen("user32.dll")
While 1
if _ispressed("01", $dll) then
MouseClick("Middle")
Sleep(22) ;delay between clicks
endif
wend
But all autoit programs (macros too) are detected for me.