Jump to content

iHonda

Active Members
  • Posts

    272
  • Joined

  • Last visited

Everything posted by iHonda

  1. Just a few questions... the _7zip_Exec that you reference in your example does not exist. So I figured "ok I'll just use _7zip_Add" but when I was reading the documentation for it it says its for extracting files from the archive rather than creating an archive..... is this just a documentation error or am I crazy?
  2. ah ok ill take a look at that any ideas when that beta will be out?
  3. Ok I must be a noob but I've got no idea of how to use this. I get what its supposed to do but uhh yeah how would i use this?
  4. Just a thought but if you know what the button label would be, couldnt you set up a thing to check the window every so often to see if the button showed up. I'll come up with an example and let you know I need to stop taking these breaks when I come back I have nice ideas but cant remember most of anything lol
  5. Roman I can set up a forum on the hosting im letting you use if you need it
  6. I've taken a short break from this and well everything haha for a little while I will begin work on a new version of Hikaku thats comepletely redesigned and simpler to use, as well as including more script security. Ill let you know when its out
  7. haha yey! new update! and no prob about the hosting ^^ im working on getting some new server software to manage your downloads better.
  8. game guard should actually be blocking against any autoit script however i wasnt aware that they were also blocking compiled scripts..
  9. you dont know till you try so go ahead and give it a try
  10. mm u could unplug it? and just watch the thing for your self? most laptops come with software to do this built in though
  11. sounds cool im downloading now ill test it later
  12. thats kinda weird... the _ADGetGroupMembers function doesnt conflict with any internal functions that i know of... oh and to answer your question.. you only defined the name of the function not what it does.. or where it ends. but why your getting the error, you may have already created that function somewhere else in your script no way to tell till we can see it.
  13. if im correct just leave out the dimensions and it should re size im not sure never tried it
  14. #include <Excel.au3> $oExcel = _ExcelBookOpen("path") $val = _ExcelReadCell($oExcel, Row, Column) If $val = 1 then ;Stuff to do ElseIf $val = 2 Then ;Stuff to do ElseIf $val = 3 Then ;Stuff to do ElseIf $val = 4 Then ;Stuff to do EndIf
  15. if ur gonna ignore it why not just get rid of it?
  16. mm ur eyes? but know actually when u run a script with scite it shows u problem spots and what not as for infinite loops u just gotta spot that for your self
  17. try #include <resources.au3>
  18. mm when you say animation.. what do you mean?? sorry bout the stupid question
  19. Now now guys lets be nice, considering ive used parts of lockn in hikaku as an extra measure to keep things locked i find that its turning into more of a problem than a blessing, I found 1 major bug in the last 3 days of testing and thats if you end process Hikaku while the lock is engaged it doesn't bring back your start menu, task bar, or desktop so im thinking of removing the lockn bits from Hikaku since my other ways seem to work enough.
  20. actually when ME came out there was such a dislike of it that windows actually allowed downgrades to be done by the merchants lol, and vista has come a long way i remember when i first started it up i wanted to throw it out my window, but with their updates and this and that its actually working decently not as good as xp did but it works i dont see why they couldnt just add more fixes to vista
  21. mm just relized that SMF is a copyright or trademark or w/e its called of Simple Machines LLC soooo.. yeah.. just lettin u know
  22. over 400 views and only 2 downloads? mm somethings not right... Come on guys give it a download and let me know what you think. I know theres a lot left to do and I've actually decided to start making this a team effort so special thanks to Firefox and RomanK for jumpin on the team and helping out ^^ Peace iHonda ps... i need a better sig thingy the Peace ihonda is gettin lame
  23. downloading it now ill give it a try in the morning
  24. First Official version of Hikaku released! see original post for more details and download. please let me know what you think. and report any bugs found
  25. what commands file?? we dont have a commands file we have a help file lol if theres a commands file i want to know about it there is a MouseMove(x,y,speed) also there is a MouseClick("button", x, y, clicks, speed)
×
×
  • Create New...