AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 17 matches
AutoHotkey Community Forum Index
Author Message
  Topic: XInput - Xbox 360 Controller API
mtgtopdeck

Replies: 33
Views: 15845

PostForum: Scripts & Functions   Posted: Fri May 29, 2009 6:26 pm   Subject: XInput - Xbox 360 Controller API
There is a community of xbox users that might find this very useful.
If you get the time could you post about this script on the forums at xim360.com?
thank you
  Topic: Send
mtgtopdeck

Replies: 6
Views: 620

PostForum: Ask for Help   Posted: Fri May 01, 2009 10:07 am   Subject: Send
have you tried sendinput? just a thought
  Topic: Mouse scrolling and/or infinate screen size
mtgtopdeck

Replies: 1
Views: 277

PostForum: Ask for Help   Posted: Tue Apr 28, 2009 7:49 pm   Subject: Mouse scrolling and/or infinate screen size
I've been looking for a script that would simulate a screen of infinite size to the mouse. In other words if the mouse reaches the right side of the screen it would teleport to the left side of the sc ...
  Topic: Macro for game
mtgtopdeck

Replies: 11
Views: 1943

PostForum: Ask for Help   Posted: Tue Apr 28, 2009 7:43 pm   Subject: Macro for game
Rapid firing space key script with a slider GUI so you can find the correct speed for the rapid fire. once you find the correct speed you can get rid of the gui if you want

#NoEnv
#NoTrayIcon
#Si ...
  Topic: Loop, FilePattern [, IncludeFolders?, Recurse?]
mtgtopdeck

Replies: 7
Views: 535

PostForum: Ask for Help   Posted: Fri Apr 10, 2009 6:49 pm   Subject: Re: Loop, FilePattern [, IncludeFolders?, Recurse?]
@mtgtopdeck cool down will you, he gave the correct answer, it really is fileappend, you can either use it directly in the loop or build a var first and save it outside the loop. Just read the FileApp ...
  Topic: Loop, FilePattern [, IncludeFolders?, Recurse?]
mtgtopdeck

Replies: 7
Views: 535

PostForum: Ask for Help   Posted: Fri Apr 10, 2009 10:38 am   Subject: Loop, FilePattern [, IncludeFolders?, Recurse?]
How about this?

Read the documentation for FileAppend

how about this?

how is FileAppend going to save each file name found on a separate line in the saved file. and how is it going to save al ...
  Topic: Loop, FilePattern [, IncludeFolders?, Recurse?]
mtgtopdeck

Replies: 7
Views: 535

PostForum: Ask for Help   Posted: Fri Apr 10, 2009 7:54 am   Subject: Loop, FilePattern [, IncludeFolders?, Recurse?]
FileAppend

thanks for the 1 word response *sarcasm*
  Topic: Loop, FilePattern [, IncludeFolders?, Recurse?]
mtgtopdeck

Replies: 7
Views: 535

PostForum: Ask for Help   Posted: Wed Apr 08, 2009 10:51 pm   Subject: Loop, FilePattern [, IncludeFolders?, Recurse?]
I need to retrieve all files in the working directory with the file extension .xim

Then save the file names to ABC.txt with 1 file name per line.

I can't figure out how to save the "retriev ...
  Topic: Need help writing some very simple calculator equations
mtgtopdeck

Replies: 10
Views: 446

PostForum: Ask for Help   Posted: Thu Apr 02, 2009 5:35 pm   Subject: Need help writing some very simple calculator equations
still need some help
  Topic: Need help writing some very simple calculator equations
mtgtopdeck

Replies: 10
Views: 446

PostForum: Ask for Help   Posted: Wed Apr 01, 2009 3:32 am   Subject: Need help writing some very simple calculator equations
bump
  Topic: Need help writing some very simple calculator equations
mtgtopdeck

Replies: 10
Views: 446

PostForum: Ask for Help   Posted: Tue Mar 31, 2009 1:27 am   Subject: Need help writing some very simple calculator equations
Kills=53741
Deaths=26081
Assists=6429
HeadShots=5325
/*
once you hit calculate it should display:
Kill/Death ratio - 2.0605
Assists/Kills ratio - .1196
Head Shots/Kills ratio - .0991
Kill ...
  Topic: Need help writing some very simple calculator equations
mtgtopdeck

Replies: 10
Views: 446

PostForum: Ask for Help   Posted: Mon Mar 30, 2009 8:25 am   Subject: Need help writing some very simple calculator equations
It seems that 0.01% is a very low threshold to cross, I have to obtain a wide difference in numbers to obtain an increase greater than 1. Could you post some sample statistics so I can get a better i ...
  Topic: Need help writing some very simple calculator equations
mtgtopdeck

Replies: 10
Views: 446

PostForum: Ask for Help   Posted: Sun Mar 29, 2009 10:07 pm   Subject: Need help writing some very simple calculator equations
Is the 0.01% increase to be a reflection of a rounded ratio or only when the ratio itself will actually be equal to or greater than 0.01%?

either way would be fine. if it turns out that it will sho ...
  Topic: Remap keys to do ctrl+shift+leftarrow/rightarrow
mtgtopdeck

Replies: 4
Views: 430

PostForum: Ask for Help   Posted: Sun Mar 29, 2009 6:34 pm   Subject: Remap keys to do ctrl+shift+leftarrow/rightarrow
Nm i figured it out
AppsKey & x::SendInput {Ctrl down}{Shift down}{Left}{Ctrl up}{Shift up}
AppsKey & c::SendInput {Ctr ...
  Topic: Need help writing some very simple calculator equations
mtgtopdeck

Replies: 10
Views: 446

PostForum: Ask for Help   Posted: Sun Mar 29, 2009 6:16 pm   Subject: Need help writing some very simple calculator equations
Right now all I really have is a GUI. The calculator is meant to be used to find out a persons kill ratios in a first person shooter game or other game. There are 4 edit fields for Kills, Deaths, Head ...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group