Love your works malu!![]()
Love your works malu!![]()
Last edited by Cypher; 08-22-2009 at 12:36 AM.
C# + XNA == 10000 lines of autoit code just became 50 lines of C#.
Don't believe everything you think.
I still disagree, there's a lot more to a 'language' than just the syntax.
There are concepts and idioms that go with it, key language feature differences, standard library differences, implementation differences, compiler differences, etc.
For example C and C++ share a very similar syntax for the most part, but they are VERY different languages to work in and if you think just because you have the C++ syntax down that you can program effectively in C then you're fooling yourself.
Syntax is just one very minor aspect of a language.
iLoL / Bill's bounding box is off because I was testing interpolation.
![]()
WMO, M2 and OBB (Oriented Bounding Boxes)
and kewl holemaps!
Rawr!
[16:15:41] Cypher: caus the CPU is a dick
[16:16:07] kynox: CPU is mad
[16:16:15] Cypher: CPU is all like
[16:16:16] Cypher: whatever, i do what i want
my automated xyzhack in vid (I'm not sure I can post vid here but 'zut')
[YT]<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/x_FWEv9uKQ8&hl=en&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/x_FWEv9uKQ8&hl=en&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>[/YT]
Last edited by Sel3n; 08-23-2009 at 06:03 PM.
Got ground textures working now (not pictured), just gotta set up alpha blending. Yes, the textures on objects is off, its only using the first texture for each object atm. Aspect ratio on my window is off (window is square) so it looks a little off.
![]()
hiho im creating(try to create^^) my first auto it programm
it should read the PID of any process but the problem is that is only read from his PID o.O
you type in the process name click ok and then go
heres a screens
is an programm like this useful????
Well, it could but...Windows Taskmanager just pwns it.is an programm like this useful????
here is my insert thing...can anyone help me
how i can type in the process name and then when i click start how the programm can get this what i inserted in the box? here is my insert Code maybe some one can help me
Code:Case $Start $PID = WinGetProcess(FileReadLine("Log.txt", 1)) _Runit() Case $ok $Choose = GUICtrlRead($eChoose, 1) $Edit = FileOpen("Log.txt", 1) FileWriteLine($Edit, $Choose) FileClose($Edit)
****ed double posting due to lag ...
Last edited by Sel3n; 08-31-2009 at 01:42 PM.