Search found 12 matches

by Girlgamer
19 Aug 2014, 03:32
Forum: Off-topic Discussion
Topic: Poss DOS attack on the other AHK Server or server crapped.
Replies: 2
Views: 2019

Re: Poss DOS attack on the other AHK Server or server crappe

Hmmm. he's coming in from a broken IP address so I guess a flood isn't going to find him so it might be necessary to blackhole his posts if possible. Just have to wait now til the other server comes back up. If it comes back up.
by Girlgamer
19 Aug 2014, 03:18
Forum: Off-topic Discussion
Topic: Poss DOS attack on the other AHK Server or server crapped.
Replies: 2
Views: 2019

Poss DOS attack on the other AHK Server or server crapped.

Looks like we either got a server down issue on the other board or our Egyptian spammer friends just provoked a dos attack on the server. Site went down almost immediately after i flagged the "westing" spammer so they couldn't post. been like 10 minutes now so I'm suspecting they did a flood on the ...
by Girlgamer
12 Jul 2014, 04:59
Forum: SciTE4AutoHotkey
Topic: sciteautohotkey toolbar doesn't show line 222 error
Replies: 20
Views: 9719

Re: sciteautohotkey toolbar doesn't show line 222 error

As far as i'm concerned the thing works as "fixed". I no longer need to engage in a discussion of the "proper" way to run my stuff or whether UAC is the next best thing to peanut butter. Thank you for your work, fincs. I appreciate all your effort.
by Girlgamer
11 Jul 2014, 21:50
Forum: SciTE4AutoHotkey
Topic: sciteautohotkey toolbar doesn't show line 222 error
Replies: 20
Views: 9719

Re: sciteautohotkey toolbar doesn't show line 222 error

UAC is off on mine. No edits on any of the files before this one. Everything runs in Administrator mode and i use my Admin account for most everything EXCEPT downloading stuff from the internet. So when running stuff after checking all execs with 4 diff antivirus products it all runs with admin priv...
by Girlgamer
11 Jul 2014, 15:11
Forum: SciTE4AutoHotkey
Topic: sciteautohotkey toolbar doesn't show line 222 error
Replies: 20
Views: 9719

Re: sciteautohotkey toolbar doesn't show line 222 error

Win 7. Home premium 64-bit with Service Pack 1 SciTE4AutoHotkey Version 3.0.05.01 - Based on SciTE 3.4.1 Compiled on Apr 4 2014 22:45:28 by fincs - Original SciTE by Neil Hodgson AHK version 1.1.15.02 And please don't lecture me about altering files. If you don't want people messing with your "stuff...
by Girlgamer
11 Jul 2014, 13:59
Forum: SciTE4AutoHotkey
Topic: sciteautohotkey toolbar doesn't show line 222 error
Replies: 20
Views: 9719

Re: sciteautohotkey toolbar doesn't show line 222 error

found the answer actually thanks to Oldman on the other AutoHotkey board. step one for me was to go into the toolbar directory and alter the x%x% in line 222 to read Gui, Show, x600 y-2 w%guiw% h%guih% NoActivate then brought up task manager and killed the 2 running internalAHK.exe (32) files that w...
by Girlgamer
11 Jul 2014, 07:37
Forum: SciTE4AutoHotkey
Topic: sciteautohotkey toolbar doesn't show line 222 error
Replies: 20
Views: 9719

Re: sciteautohotkey toolbar doesn't show line 222 error

hmmm, okey-dokey! well i don't use it either, although i did at the very beginning. What was particularly curious was that i recently installed the newest SciTEAutoHotkey editor and the first time it ran i got the toolbar. It was fine and it worked. It was only once it was shut down and relaunched t...
by Girlgamer
11 Jul 2014, 01:46
Forum: SciTE4AutoHotkey
Topic: sciteautohotkey toolbar doesn't show line 222 error
Replies: 20
Views: 9719

sciteautohotkey toolbar doesn't show line 222 error

Need some help with an SciTEAutoHotkey editor issue. Seems like the extended toolbar stuff won't show up. Line 222 gives an error "Gui,Show x%x%..."<-- fails because the x param never gets set from the previous ControlGet command. Anyone seen this issue before and what's the fix?
by Girlgamer
14 Jun 2014, 07:12
Forum: Ask for Help (v1)
Topic: Simple Subtraction needs to return 2 digits
Replies: 2
Views: 1428

Re: Simple Subtraction needs to return 2 digits

Code: Select all

PrependZero:
  l := StrLen(output2)
  If (l < 1)
  {  output2 = 0%output2%
  }
  Msgbox, %output2%
  return
Use this subroutine when you want to handle the zero thing
by Girlgamer
14 Jun 2014, 06:40
Forum: Gaming Help (v1)
Topic: help with autohotkey with a game
Replies: 4
Views: 4559

Re: help with autohotkey with a game

If the version of Ragnarok you're playing has a hackshield that may cause problems also if the game is run in True Fullscreen mode (you can tell if there is no top border) that can also be problematic. If you have hotkeys that conflict with in-game keybindings, that can be an issue as well. And, if ...
by Girlgamer
04 Jun 2014, 03:17
Forum: Gaming Help (v1)
Topic: AHK Scripting in War of the Roses (The F Keys)
Replies: 6
Views: 5466

Re: AHK Scripting in War of the Roses (The F Keys)

Keep in mind that the f1 through f12 keys often have ingame functions that could be interfered with if you remap it using a hotkey. It's important to check to see which F keys are being used by the game and which are not. You can also use the shift, alt, and control modifiers to the F hotkey as well...
by Girlgamer
04 Jun 2014, 03:08
Forum: Gaming Help (v1)
Topic: Need help Maping Number Pad Key
Replies: 6
Views: 5231

Re: Need help Maping Number Pad Key

Since the numpad keys have essentially two states, one when the numlock key is on and one when it's off, it's important to remember that there are two separate names for each key. If the numlock is on the 5 key is {numpad5} but when the numlock is off the same key is named {numpadclear}. Also some g...

Go to advanced search