Jump to content

CoderDunn

Active Members
  • Posts

    336
  • Joined

  • Last visited

Everything posted by CoderDunn

  1. Can I send to hotmail with this? I'm retarded when it comes to internet functions.
  2. Well you could make it self extract easy with FileInstall(). Just compile a modified version of your decripter and the encripted file using file install.
  3. I have a noob question i've been wondering for a while ... I know nothing of tcp stuff and iv'e been trying to make my own chat thing but what does the port # do exactly? And also, how do I know what to use as a port number or does it matter? Thanks, Hallman
  4. I made this awhile ago to level my character... before I knew about "PixelCoordMode" . I thought since many people are posting macros for games (but this one) I'd post one too Open Data.botdat in a text editor. Adding monsters is pretty much self explanitory. Use "Get Info.au3" to get the monsters color instead of the autoit window info because it freezes up with conquer. To get the "Map" key run the bot and click "Set map coord". I would have fixed this script up but since I don't play conquer anymore so I didn't feel like doing it The Auto heal option doesn't seem to work. At least not for me ... Features: Run around, Attack monsters Will stay in the area you pick by using the button "Set Map Coord" Can pick up gold Log back in if disconnect Auto Heal (Broken)
  5. You need to have the map file in the same folder as the script. If you do, I don't know what the problem is ...
  6. Wow I've been waiting for something like this for a while. Really cool.
  7. I started making a editor yesterday. I like Game Maker 6 except It's more fun (at least for me) to make it in AutoIt
  8. Well I made this quick script to make all 30 X 30 tiles grass. Then I edited the ones that I wanted to have boulders and such manualy. Still took awhile even doing that
  9. I noticed that too ... not sure why though
  10. Here is a simple test I made to see how I could make a grid RPG with tiles and how to load the next area when you go out a door (Move character to top left on checkered tile). Reason for the grid is it's real easy collision detection. I put some notes in the map file. Sorry for my bad art skills
  11. It's nice good job! I don't have much to say on improvments except how about making it automatically pause when the GUI is not activated? Hallman
  12. Well thats quite a bit better than my way .... I will add that thanks. I would have replied sooner if my internet wasn't broken from Sunday to today. It's hard to upload my scripts with a school computer Hallman
  13. If I wasn't at school I'd provide a example but here are some pointers. 1. You could just put all the controls on the same GUI and hide/unhide those with GuiCtrlSetState() 2. Instead of using GuiSwitch() so much you could do for example, GUISetState(@SW_SHOW,$Firstwindow) Hallman
  14. Done. Also fixed a error I just found
  15. ok ... and i'm curious what exactly does that do? You need to tell the compiler of plugins?
  16. The captplugin.dll is used to take a screen shot of the screen. The reason is to make ur computer look the same but acually be showing a GUI with the picture. Just put the file in the same folder as script and it will work One more thing ... to make the input box apear to enter your password all u gotta do is click the primary mouse button anywhere on the screen. If after 10 seconds you havn't clicked again or entered the the password it rehides the password input box.
  17. Ill change it if it's a big deal for reg write I just did that instead of saving in a file because it's easier for someone to edit a text file than find it in the registry.
  18. I was bored and thought it would be cool to have a PC lock that doesn't look like it's locked until u try to click somtin. So here is my attempt at a PC Lock. I got a few ideas from Valuater's PC lock like the recorded entries. 5/8/06 Added "#compiler_plugin_funcs = CaptureScreen" to the top 5/10/06 added "Dim $Label" to stop warning and fixed a error of mine that made the script crash if you clicked the start up GUI where there isn't a control. (Line 90 "Case $msg = $GUI_EVENT_PRIMARYUP" added "And $Lock = 1" to the end of it) 5/25/06 Changed it so instead of screen shots the window is transparent. Works ALOT better now and no longer needs the plugin. (Thanks to marfdaman) Comp_Lock.au3
  19. yeah but I'd either have to record each note or somehow be able to play MIDI notes ...
  20. Thanks
  21. Thx guys really wasn't that hard. And I do find that makin scripts is more fun that playing games most of the time.
  22. Here is a fun little script I made trying to make music with the Beep function. I made 6 songs already as examples. To write a song: First create your song file (text file) with a .AutSong extension. Each note is separated with pipe "|". A note has 3 parts. For example: AN1 1 The A is the note name, "N" stands for natural. Also, "S" is for sharp and "B" is for flat. Next is the 1, it's to tell for example what "A" note to play, because in music it goes A - G then starts over at A again. Finally, the last number is how many beats long the note is. White spaces are ignored, so AN11 and AN1 1 is the same thing. Open Notes Staff.txt for the note numbers. 0.25 = 16th note 0.5 = 8th note 1 = quarter note 1.5 = dotted quarter note 2 = Half note 4 = whole note etc... So a example song is: AN1 1|BN1 0.5|CN1 0.5|DN1 2 You can do a rest like "rest 1". The 1 is again the counts to wait. Lets see some of your masterpieces! Hallman AutoIt_Music.zip
  23. ok cool. g2g to bed dad kickin me off comp.
  24. Ok kool Post it hehe My pic is ugly ... xD
  25. idk, dont ask me I dont have any problems with it. The color is white to start with then changes to red . Maybe somtin with that? :\
×
×
  • Create New...