Search found 105 matches

by V for Vendetta
02 Dec 2016, 11:29
Forum: Off-topic Discussion
Topic: Can you please calm down "nnnik" The Great Admin and make him change his mind?
Replies: 12
Views: 3751

Re: Can you please calm down "nnnik" The Great Admin and make him change his mind?

If I may speak so for myself I am pretty calm. I have thought it over a lot of times and I still come to the conclusion that the "tutorial" you posted is not actually anything of that sort. I told you how to change that. If you do not change it the next logical step is moving your post to the corre...
by V for Vendetta
02 Dec 2016, 10:48
Forum: Ask for Help (v1)
Topic: Uppersace/Lowersace Swap Script? Topic is solved
Replies: 12
Views: 2670

Re: Uppersace/Lowersace Swap Script? Topic is solved

MaxAstro wrote:(Alternatively, is there an easy way to loop through the string letter by letter?)
try this:

Code: Select all

text = just a test

loop, parse, text
msgbox, %A_LoopField%
by V for Vendetta
01 Dec 2016, 20:16
Forum: Off-topic Discussion
Topic: Can you please calm down "nnnik" The Great Admin and make him change his mind?
Replies: 12
Views: 3751

Re: Can you please calm down "nnnik" The Great Admin and make him change his mind?

I think you'll find that most reasonable people would agree with nnnik. I know I do. If we can't see the value in your posts, perhaps you're wasting your time by posting them. I suggest you find something better to do with your time. Haha! The same for you! (Please Great Admins, approve this post o...
by V for Vendetta
01 Dec 2016, 16:02
Forum: Gaming Help (v1)
Topic: Battlefield 1 rapidfire script
Replies: 12
Views: 7622

Re: Battlefield 1 rapidfire script

Synkro wrote: No problem, thank you! :)
You are welcome my friend!
by V for Vendetta
01 Dec 2016, 12:28
Forum: Off-topic Discussion
Topic: Can you please calm down "nnnik" The Great Admin and make him change his mind?
Replies: 12
Views: 3751

Re: Can you please calm down "nnnik" The Great Admin and make him change his mind?

If I may speak so for myself I am pretty calm. I have thought it over a lot of times and I still come to the conclusion that the "tutorial" you posted is not actually anything of that sort. I told you how to change that. If you do not change it the next logical step is moving your post to the corre...
by V for Vendetta
01 Dec 2016, 12:15
Forum: Ask for Help (v1)
Topic: Avoid declaring Global Variables Inside functions by declaring Static Variables instead
Replies: 35
Views: 7597

Re: Avoid declaring Global Variables Inside functions by declaring Static Variables instead

nnnik wrote:Thank you for your opinion.
Are you still mad at me, mister Great Admin?
by V for Vendetta
01 Dec 2016, 11:45
Forum: Gaming Help (v1)
Topic: Help Please :D
Replies: 6
Views: 1870

Re: Help Please :D

i have made script in game name crossfire the script works well aslo the left button in mouse didn't work in the game but work in the desktop and i can't change the left click .. how to make it work in the game ? My friend, if you run the game as Administrator, just run the script as Administrator ...
by V for Vendetta
01 Dec 2016, 11:11
Forum: Gaming Help (v1)
Topic: Help Please :D
Replies: 6
Views: 1870

Re: Help Please :D

i have made script in game name crossfire the script works well aslo the left button in mouse didn't work in the game but work in the desktop and i can't change the left click .. how to make it work in the game ? If you run the game as Administrator, you should run the "Script" as Administrator too...
by V for Vendetta
01 Dec 2016, 11:01
Forum: Gaming Help (v1)
Topic: Battlefield 1 rapidfire script
Replies: 12
Views: 7622

Re: Battlefield 1 rapidfire script

Sorry for the late reply, ISP had some issues last night. Running the game as admin and the script not as admin didnt work, running both the game and the script as admin did work. With my previous reply I ment that by running the autohotkey.exe process as admin it would suffice for any script to be...
by V for Vendetta
30 Nov 2016, 19:58
Forum: Gaming Help (v1)
Topic: Battlefield 1 rapidfire script
Replies: 12
Views: 7622

Re: Battlefield 1 rapidfire script

Synkro wrote: This made it work, thought running ahk as admin would suffice but i was wrong, thank you so much!
Just clarify me this:

Running the game as Administrator and the script as Administrator did not work?

but

Running the game not as Administrator and the script not as Administrator did work?
by V for Vendetta
30 Nov 2016, 19:41
Forum: Gaming Help (v1)
Topic: Battlefield 1 rapidfire script
Replies: 12
Views: 7622

Re: Battlefield 1 rapidfire script

Synkro wrote:
V for Vendetta wrote:
Synkro wrote:Both didnt seem to work either :(
Do you run the game as Administrator?
I always do.
Do you run the script as Administrator?
by V for Vendetta
30 Nov 2016, 19:40
Forum: Gaming Help (v1)
Topic: Help Please :D
Replies: 6
Views: 1870

Re: Help Please :D

Do you run the game as administrator?
by V for Vendetta
30 Nov 2016, 19:28
Forum: Gaming Help (v1)
Topic: Battlefield 1 rapidfire script
Replies: 12
Views: 7622

Re: Battlefield 1 rapidfire script

Synkro wrote:Both didnt seem to work either :(
Do you run the game as Administrator?
by V for Vendetta
30 Nov 2016, 17:00
Forum: Ask for Help (v1)
Topic: Avoid declaring Global Variables Inside functions by declaring Static Variables instead
Replies: 35
Views: 7597

Re: Avoid declaring Global Variables Inside functions by declaring Static Variables instead

Correction (you are the funny Guy here! Remember?): just_me = rather funny! LolLolLolLolLolLolLolLolLolLolLolLol...! Test() ;these variables from the main script are all blank except 'just_me' msgbox, 0, Global scope, % Addition "`n`n" Test "`n`n" Auto "`n`n" Code "`n`n" Lol "`n`n" just_me ;these va...
by V for Vendetta
30 Nov 2016, 16:34
Forum: Forum Issues
Topic: Ignore User?
Replies: 3
Views: 3214

Re: Ignore User?

guest3456 wrote:another user showed me:

User Control Panel > Friends & Foes > Manage Foes

ahhh beautiful
Thanks God such a feature exists! Thanks "guest3456"! You are my Hero! :lol:
by V for Vendetta
30 Nov 2016, 16:18
Forum: Ask for Help (v1)
Topic: Enter key to press button based on which editbox has focus Topic is solved
Replies: 4
Views: 1995

Re: Enter key to press button based on which editbox has focus Topic is solved

Works like a charm. I modified it of course to fit my needs ;removed as it was causing issues with my hotkeys and I didn't want to spend a lot of time taking existing things apart #IfWinActive #IfWinActive ahk_group AllScriptGuiWindows ;added so NumPadEnter can also be used Enter:: NumPadEnter:: Wo...
by V for Vendetta
30 Nov 2016, 16:09
Forum: Ask for Help (v1)
Topic: Avoid declaring Global Variables Inside functions by declaring Static Variables instead
Replies: 35
Views: 7597

Re: Avoid declaring Global Variables Inside functions by declaring Static Variables instead

People have troubles accepting this as tutorial because compared to other tutorials it doesn't have that much content or doesn't cover a very general use case. If you compare this tutorial to others within this section ( e.g. take my !42 tutorial) you will see what I mean. This kinda makes me want ...
by V for Vendetta
30 Nov 2016, 16:04
Forum: Ask for Help (v1)
Topic: Avoid declaring Global Variables Inside functions by declaring Static Variables instead
Replies: 35
Views: 7597

Re: Avoid declaring Global Variables Inside functions by declaring Static Variables instead

If you would be so kind as to add more text then everyone would be happy. Nah, everybody is happy here! You are the only one unhappy! People have troubles accepting this as tutorial because compared to other tutorials it doesn't have that much content or doesn't cover a very general use case. If yo...
by V for Vendetta
30 Nov 2016, 11:21
Forum: Ask for Help (v1)
Topic: Avoid declaring Global Variables Inside functions by declaring Static Variables instead
Replies: 35
Views: 7597

Re: Avoid declaring Global Variables Inside functions by declaring Static Variables instead

If you would be so kind as to add more text then everyone would be happy. Nah, everybody is happy here! You are the only one unhappy! As it is now nobody understands that much anyways. Not everybody has problems in understanding things as you have! You can't even understand such a simple script as ...

Go to advanced search