Search found 368 matches

by SnowFlake
11 Apr 2017, 15:22
Forum: Ask for Help (v1)
Topic: Add script compiled exe path to system %PATH% / get working dir when run?
Replies: 2
Views: 1245

Re: Add script compiled exe path to system %PATH% / get working dir when run?

hello, i'm sorry but i don't really understand what you are trying to do
by SnowFlake
11 Apr 2017, 15:22
Forum: Pulovers Macro Creator
Topic: remote desktop don't work
Replies: 3
Views: 3720

Re: remote desktop don't work

can you plz post the script/macro here?
by SnowFlake
11 Apr 2017, 15:20
Forum: Ask for Help (v1)
Topic: Req: Script for typing
Replies: 4
Views: 1291

Re: Req: Script for typing

try this,


IfnotExist, contents.txt
{
MsgBox Error cant find contents.txt!
}

IfExist, contents.txt
{
FileRead, code, contents.txt
Sleep, 200
send, %code%
}
by SnowFlake
11 Apr 2017, 15:14
Forum: Ask for Help (v1)
Topic: Blat Email dll
Replies: 1
Views: 1560

Re: Blat Email dll

You don't need blat to send email anymore with ahk, you can use ahk itself to send emails, https://autohotkey.com/boards/viewtopic.php?t=7736 https://autohotkey.com/board/topic/79360-how-to-send-email-using-ahk-blat/ https://autohotkey.com/board/topic/81162-simplest-way-for-ahk-to-send-email-from-gm...
by SnowFlake
11 Apr 2017, 15:13
Forum: Gaming Scripts (v1)
Topic: ME:A dash
Replies: 1
Views: 1558

Re: ME:A dash

you posted in the wrong forum
by SnowFlake
11 Apr 2017, 14:36
Forum: Wish List
Topic: Is there an online compiler?
Replies: 33
Views: 26548

Re: Is there an online compiler?

Any updates to this?

some info on how the old page looked:
https://web.archive.org/web/20120630192 ... udahk.com/#

https://i.imgur.com/gNkrF.jpg

this might also be good info?
https://web.archive.org/web/20170326053 ... jaxorg/ace
by SnowFlake
08 Apr 2017, 13:49
Forum: Gaming Help (v1)
Topic: Script, that works in the background
Replies: 2
Views: 1094

Re: Script, that works in the background

Try running the script as administrator and try to use controlsend instead of normal send command
by SnowFlake
05 Apr 2017, 10:51
Forum: Off-topic Discussion
Topic: « What's on your mind? » Topic is solved
Replies: 4904
Views: 1436192

Re: « What's on your mind? » Topic is solved

can someone change the Autohtokey logo with the snowflake in it to a better one with flowers or something? thank you! :D


https://autohotkey.com/boards/styles/si ... s/logo.png
by SnowFlake
04 Apr 2017, 11:56
Forum: Gaming Help (v1)
Topic: I need a script for mobile strike auto farming Topic is solved
Replies: 1
Views: 597

Re: I need a script for mobile strike auto farming Topic is solved

please search, this question have been asked a LOT
by SnowFlake
03 Apr 2017, 13:01
Forum: Tutorials (v1)
Topic: AHK's original tutorial
Replies: 6
Views: 8534

Re: AHK's original tutorial

Great find tidbit keep up the good work <3
by SnowFlake
28 Mar 2017, 12:33
Forum: Gaming Help (v1)
Topic: find base address of a process Topic is solved
Replies: 7
Views: 2861

Re: find base address of a process Topic is solved

IF NOT A_IsAdmin { Run *RunAs "%A_ScriptFullPath%" ExitApp } setSeDebugPrivilege(enable := True) #SingleInstance Force #include %a_scriptdir%/classMemory.ahk Game := new _ClassMemory("ahk_exe AQ3D.exe") if !isObject(Game) msgbox failed to open a handle baseAddress := Game.getModuleBaseAddress("mono...
by SnowFlake
27 Mar 2017, 12:38
Forum: Off-topic Discussion
Topic: « What's on your mind? » Topic is solved
Replies: 4904
Views: 1436192

Re: « What's on your mind? » Topic is solved

xZomBie wrote:
What's on your mind?
Blank
how many steps per hour do your zombie Avatar/picture take?
by SnowFlake
27 Mar 2017, 11:44
Forum: Off-topic Discussion
Topic: « What's on your mind? » Topic is solved
Replies: 4904
Views: 1436192

Re: « What's on your mind? » Topic is solved

"has some nifty things like <SendPC 192.168.1.103> which will make the following commands go to that connected pc (or something like that)." :O

Go to advanced search