
HardHackz
Active Members-
Posts
87 -
Joined
-
Last visited
Everything posted by HardHackz
-
HotKeySet()
-
LOL! Why is the price going up? He wants someone to code it for him, you have to make it for him. It should go down...
-
Bump!
-
To do this, the pixels have to be the same every time, so you would have to change your code every time.
-
Sorry, I meant GUICtrlCreateList and GUICtrlCreateListView
-
Just a few questions. Coordinates/Memory.
HardHackz replied to SoW's topic in AutoIt General Help and Support
The help file did not contain _ReadProcessMemory. -
I believe this would be correct if you were using AutoHotKeys, here is the syntax for this: Random ( [Min [, Max [, Flag]]] )oÝ÷ Øw«{ljw±jjey«¢+ÙI¹½´ ÌÀÀÀÀ°ØÀÀÀÀ¤oÝ÷ Øw«z+-ç±jjeyúèØ^éi~)^jëh×6;Flip of coin If Random() < 0.5 Then ; Returns a value between 0 and 1. $msg = "Heads. 50% Win" Else $msg = "Tails. 50% Loss" Endif MsgBox(0,"Coin toss", $msg ) ;Roll of a die msgBox(0, "Roll of die", "You rolled a " & Random(1, 6, 1) ) $StockPrice = 98 ;In the middle of a stock market simulation game $StockPriceChange = Random(-10, 10, 1) ; generate an integer between -10 and 10 $StockPrice = $StockPrice + $StockPriceChange If $StockPriceChange < 0 Then MsgBox(4096, "Stock Change", "Your stock dropped to $" & $StockPrice) ElseIf $StockPriceChange > 0 Then MsgBox(4096, "Stock Change", "Your stock rose to $" & $StockPrice) Else MsgBox(4096, "Stock Change", "Your stock stayed at $" & $StockPrice) Endif ;Random letter If Random() < 0.5 Then ;Capitals $Letter = Chr(Random(Asc("A"), Asc("Z"), 1)) Else ;Lower case $Letter = Chr(Random(Asc("a"), Asc("z"), 1)) Endif
-
I have this: Dim $speak = ObjCreate("sapi.spvoice") Func Sound($what2say, $volume, $rate) $speak.Speak($what2say) $speak.Volume = $volume $speak.Rate = $rate EndFunc Sound("Testing, testing, 1, 2, 3.",100,1) But I cant figure out how to do the voice of the person like Microsoft Mary, is it possible? Thanks in advance, .::HardHackz::.
-
right click on system tray icon
HardHackz replied to thebarneycrew's topic in AutoIt General Help and Support
If you can get the dimensions that will be the same every time you can do... MouseClick("right",x,y) MouseClick("left",x,y) -
Two questions: WinPcap and Extract
HardHackz replied to HardHackz's topic in AutoIt General Help and Support
Thanks, but I want to make an installer that extracts the files. -
Two questions: WinPcap and Extract
HardHackz replied to HardHackz's topic in AutoIt General Help and Support
I'll add a question, I want to do a speak thing, but can I do it so that it has a different voice than microsoft sam? This is my code: Dim $speak = ObjCreate("sapi.spvoice") Func Sound($what2say, $volume, $rate, $name) $speak.rate = $rate $speak.volume = $volume $speak.speak($what2say) $speak.voice($name) EndFunc Sound("Testing, testing, 1, 2, 3.",100,1,"Microsoft mary") -
Is it possible to extract a zip, tar, rar, tgz, gz, etc. with AutoIt3? Does anyone know how you can install WinPcap with AutoIt3? I downloaded the developers version, and apparently I have to compile two .dll files and run a .bat file. I know how to run the .bat file but not the .dll, but then I got confused because where is it going to install to? Thanks in advance, .::HardHackz::.
-
Is it possible to do a WinSetTrans on a process? Like firefox.exe?
-
Thanks guys, and I do try that, but I'm a total n00b, trust me, I'm not posting all my questions... To avoid spamming, I'll use this same post for another question. I now have this: ; Thanks SmOke_N and anib! #include <GUIConstants.au3> #include <Sound.au3> Opt("GUIOnEventMode", 1) $sound = "C:\Documents and Settings\Compaq_Owner\Desktop\John\John's Music\BassHunter - I'm your basscreator.mp3" $sound = _SoundOpen($sound, "Sound") HotKeySet("^+S", "_play") HotKeySet("{ESC}", "_terminate") HotKeySet("{F7}", "_pause") HotKeySet("{F8}", "_stop") $GUI = GUICreate("Music GUI", 500, 500, -1, -1) GUISetOnEvent($GUI_EVENT_CLOSE, "_terminate") $Button1 = GUICtrlCreateButton("Play", 8, 48, 75, 25, 0) GUICtrlSetOnEvent(-1, "_play") $Button2 = GUICtrlCreateButton("Pause", 8, 112, 75, 25, 0) GUICtrlSetOnEvent(-1, "_pause") $Button3 = GUICtrlCreateButton("Stop", 8, 80, 75, 25, 0) GUICtrlSetOnEvent(-1, "_stop") GUISetState(@SW_SHOW) While 1 Sleep(100) WEnd Func _terminate() Exit EndFunc Func _play() _SoundPlay("Sound") EndFunc Func _pause() _SoundPause("Sound") EndFunc Func _stop() _SoundStop("Sound") EndFunc I now want to setup a list that has all the .mp3s and .wavs in a certain directory. I know I'm going to be using GUICtrlCreateListView and GUICtrlCreateListViewItem I don't really understand how or what the difference is between these two or how to use them. I DID look in the documentation and didn't really understand it. Thanks in advance, .::HardHackz::.
-
if i do, it closes right away
-
I'm using this function along with a couple others to make a media player type thing. The problem I'm having is this: The hotkeys work fine but the buttons don't do anything, if I don't have the While 1 Sleep(1000) WEnd oÝ÷ Ú+±«¢fÆ¥!Þè¬'îW(uæ®¶s`¢6æ6ÇVFRfÇCµ6÷VæBæS2fwC° ¢b33c·6÷VæBÒgV÷C¶æ6ÇVFRb3#¶×W62æ×2gV÷C°¢b33c·6÷VæBÒõ6÷VæD÷Vâb33c·6÷VæBÂgV÷Cµ6÷VæBgV÷C²¤uT7&VFRgV÷C´uT3gV÷C²ÃSÃS¤uT6WE7FFR5uõ4õr¢b33c¶'WGFöãÔuT7G&Ä7&VFT'WGFöâgV÷CµÆgV÷C²ÂÓÂÓ¢b33c¶'WGFöã#ÔuT7G&Ä7&VFT'WGFöâgV÷CµW6RgV÷C²ÂÓÂÓ¢b33c¶'WGFöã3ÔuT7G&Ä7&VFT'WGFöâgV÷Cµ7F÷gV÷C²ÂÓÂÓ¢b33c¶'WGFöãCÔuT7G&Ä7&VFT'WGFöâgV÷Cµ&W7VÖRgV÷C²ÂÓÂÓ¤÷D¶W6WBgV÷Cµâµ2gV÷C²ÂgV÷Cµ÷ÆgV÷C²¤÷D¶W6WBgV÷C·´U47ÒgV÷C²ÂgV÷Cµ÷FW&ÖæFRgV÷C²¤÷D¶W6WBgV÷C·´cwÒgV÷C²ÂgV÷Cµ÷W6RgV÷C²¤÷D¶W6WBgV÷C·´cÒgV÷C²ÂgV÷Cµ÷7F÷gV÷C²¤÷D¶W6WBgV÷C·´cÒgV÷C²ÂgV÷Cµ÷&W7VÖRgV÷C²¥vÆR 6ÆVW¥tVæ@¥vÆR¢b33c¶×6sÔuTvWD×6r¢6VÆV7@¢66Rb33c¶×6sÒb33c´uTôUdTåEô4Äõ4P¢WDÆö÷¢66Rb33c¶×6sÒb33c¶'WGFöã õ6÷VæEÆgV÷Cµ6÷VæBgV÷C²¢66Rb33c¶×6sÒb33c¶'WGFöã ¢õ6÷VæEW6RgV÷Cµ6÷VæBgV÷C² 66Rb33c¶×6sÒb33c¶'WGFöã0 õ6÷VæE7F÷gV÷Cµ6÷VæBgV÷C² 66Rb33c¶×6sÒb33c¶'WGFöã@ õ6÷VæE&W7VÖRgV÷Cµ6÷VæBgV÷C² ¢VæE6VÆV7@¥tVæ@¤gVæ2÷FW&ÖæFR W@¤VæDgVæ0¤gVæ2÷Æ õ6÷VæEÆgV÷Cµ6÷VæBgV÷C²¤VæDgVæ0¤gVæ2÷W6R õ6÷VæEW6RgV÷Cµ6÷VæBgV÷C²¤VæDgVæ0¤gVæ2÷7F÷ õ6÷VæE7F÷gV÷Cµ6÷VæBgV÷C²¤VæDgVæ0¤gVæ2÷&W7VÖR õ6÷VæE&W7VÖRgV÷Cµ6÷VæBgV÷C²¤VæDgVæ0
-
Sorry, I wanted to click the GUI, my mistake. Please delete.
-
I'm using this function along with a couple others to make a media player type thing. The problem I'm having is this: The hotkeys work fine but the buttons don't do anything, if I don't have the While 1 Sleep(1000) WEnd oÝ÷ Ú+±«¢fÆ¥!Þè¬'îW(uæ®¶s`¢6æ6ÇVFRfÇCµ6÷VæBæS2fwC° ¢b33c·6÷VæBÒgV÷C¶æ6ÇVFRb3#¶×W62æ×2gV÷C°¢b33c·6÷VæBÒõ6÷VæD÷Vâb33c·6÷VæBÂgV÷Cµ6÷VæBgV÷C²¤uT7&VFRgV÷C´uT3gV÷C²ÃSÃS¤uT6WE7FFR5uõ4õr¢b33c¶'WGFöãÔuT7G&Ä7&VFT'WGFöâgV÷CµÆgV÷C²ÂÓÂÓ¢b33c¶'WGFöã#ÔuT7G&Ä7&VFT'WGFöâgV÷CµW6RgV÷C²ÂÓÂÓ¢b33c¶'WGFöã3ÔuT7G&Ä7&VFT'WGFöâgV÷Cµ7F÷gV÷C²ÂÓÂÓ¢b33c¶'WGFöãCÔuT7G&Ä7&VFT'WGFöâgV÷Cµ&W7VÖRgV÷C²ÂÓÂÓ¤÷D¶W6WBgV÷Cµâµ2gV÷C²ÂgV÷Cµ÷ÆgV÷C²¤÷D¶W6WBgV÷C·´U47ÒgV÷C²ÂgV÷Cµ÷FW&ÖæFRgV÷C²¤÷D¶W6WBgV÷C·´cwÒgV÷C²ÂgV÷Cµ÷W6RgV÷C²¤÷D¶W6WBgV÷C·´cÒgV÷C²ÂgV÷Cµ÷7F÷gV÷C²¤÷D¶W6WBgV÷C·´cÒgV÷C²ÂgV÷Cµ÷&W7VÖRgV÷C²¥vÆR 6ÆVW¥tVæ@¥vÆR¢b33c¶×6sÔuTvWD×6r¢6VÆV7@¢66Rb33c¶×6sÒb33c´uTôUdTåEô4Äõ4P¢WDÆö÷¢66Rb33c¶×6sÒb33c¶'WGFöã õ6÷VæEÆgV÷Cµ6÷VæBgV÷C²¢66Rb33c¶×6sÒb33c¶'WGFöã ¢õ6÷VæEW6RgV÷Cµ6÷VæBgV÷C² 66Rb33c¶×6sÒb33c¶'WGFöã0 õ6÷VæE7F÷gV÷Cµ6÷VæBgV÷C² 66Rb33c¶×6sÒb33c¶'WGFöã@ õ6÷VæE&W7VÖRgV÷Cµ6÷VæBgV÷C² ¢VæE6VÆV7@¥tVæ@¤gVæ2÷FW&ÖæFR W@¤VæDgVæ0¤gVæ2÷Æ õ6÷VæEÆgV÷Cµ6÷VæBgV÷C²¤VæDgVæ0¤gVæ2÷W6R õ6÷VæEW6RgV÷Cµ6÷VæBgV÷C²¤VæDgVæ0¤gVæ2÷7F÷ õ6÷VæE7F÷gV÷Cµ6÷VæBgV÷C²¤VæDgVæ0¤gVæ2÷&W7VÖR õ6÷VæE&W7VÖRgV÷Cµ6÷VæBgV÷C²¤VæDgVæ0
-
MOVED TO GUI SUPPORT, PLEASE DELETE. THANKS. =]
-
Oh, I got it, it has to be the full link, is there any way to make it so it doesn't have to be the full link? EDIT: I got that too, the slash at the beginning should be taken away, mods please delete this.
-
GUICreate("GUI #1",500,500) GUISetState(@SW_SHOW) $menu1=GUICtrlCreateMenu("Hello") $menu2=GUICtrlCreateMenu("Hiiii",$menu1) $item1=GUICtrlCreateMenuItem("helllllloo",$menu1) $pic1=GUICtrlCreatePic("\includes\pic.jpg",-1,-1) HotKeySet("{ESC}","_terminate") While 1 Sleep(400000000000000) WEnd Func _terminate() Exit EndFunc The picture won't show up! Help!
-
Edit All Firefox Windows...
HardHackz replied to HardHackz's topic in AutoIt General Help and Support
Okay, I found it. You can just do Mozilla Firefox and it will do all the things that have that name in them. -
Edit All Firefox Windows...
HardHackz replied to HardHackz's topic in AutoIt General Help and Support
Thank you, I know how that works, I just want to be able to set multiple windows that way. P.S. Add ROT13 to your sig. Here's a translator I made: zenpets.org/encrypt (a couple) -
Yes, as I said, UPX is a semi-popular packer, which many MALICIOUS hackers or CRACKERS use. Or just plain malicious coders. Anyways, McAfee and Norton get this in their system, along with about 200 other. They then think that packed with UPX programs are evil. Send a couple anti-viruses your code, etc.
-
Say I want to set transparency to all the firefox windows which is: TITLE - Mozilla Firefox I tried to do WinSetTransparency(* & "Mozilla Firefox"... But that didn't work, does anyone know how to do this?