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 50 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Help? Complicated hooks and willing to pay
SMOKE 1990

Replies: 0
Views: 212

PostForum: Ask for Help   Posted: Mon Jul 21, 2008 6:01 pm   Subject: Help? Complicated hooks and willing to pay
I am sure that most of you know what Cheat Engine is. I used to use it for my game but only the speed hack portion I never got into the memory editing and what not. I have a pretty decent bot that I w ...
  Topic: Decompile (Exe2Ahk) option in Explorer context menu
SMOKE 1990

Replies: 7
Views: 6358

PostForum: Scripts & Functions   Posted: Sun Jul 20, 2008 5:59 pm   Subject: Decompile (Exe2Ahk) option in Explorer context menu
I dont understand how to make this work. I am not that very computer literate and am learning AHK and lost my source but still have the exe. How do i use this to decompile it.
  Topic: PixelGetColor Coordinates and Color HELP!
SMOKE 1990

Replies: 0
Views: 124

PostForum: Ask for Help   Posted: Fri Jul 04, 2008 5:49 pm   Subject: PixelGetColor Coordinates and Color HELP!
These are the coordinates and colors I need to use in my program. I have tried to use PixelSearch because of the fact it alows for a varrience of color difference. I also figured out that PixelGetColo ...
  Topic: pixelgetcolor help
SMOKE 1990

Replies: 5
Views: 249

PostForum: Ask for Help   Posted: Thu Jul 03, 2008 7:37 pm   Subject: pixelgetcolor help
could you make your function into a script i can just compile with 2 edit boxs and a button to make it spit out the difference.
  Topic: screen resolution question
SMOKE 1990

Replies: 1
Views: 155

PostForum: Ask for Help   Posted: Mon Jun 30, 2008 9:11 pm   Subject: screen resolution question
I am running a script that looks for pixels at certain locations. My screen resolution is based off of a 1440x900 64 bit resolution. What do i have to add inorder to make it so when i use it on a diff ...
  Topic: enter commands into two different windows at the same time
SMOKE 1990

Replies: 1
Views: 84

PostForum: Ask for Help   Posted: Sun Jun 29, 2008 7:59 pm   Subject: enter commands into two different windows at the same time
I play a racing video game where if you have a high race count online you get certain credits. I have made a program where it will race for me so that i can get perfect races. I need the mouse and key ...
  Topic: pixelgetcolor help
SMOKE 1990

Replies: 5
Views: 249

PostForum: Ask for Help   Posted: Fri Jun 27, 2008 9:22 pm   Subject: pixelgetcolor help
Loop
{
PixelGetColor, treelight, X1, Y1
If (treelight >= 0xEBC282 && treelight <=0xFFF8A9)
{
send {Right Down}
Break
}
If EndScript
Break
Sleep, -1





That is my getpix ...
  Topic: drop down menu question
SMOKE 1990

Replies: 5
Views: 152

PostForum: Ask for Help   Posted: Thu Jun 26, 2008 10:42 pm   Subject: drop down menu question
yes it helped i hope you can answer this question about check boxs



Gui, 1: Add, CheckBox, xp+5 yp+18 vMaxxEngageCheck r1 -Multi -Wrap, Maxx Boost
Gui, 1: Add, CheckBox, xp+5 yp+18 vRol ...
  Topic: drop down menu question
SMOKE 1990

Replies: 5
Views: 152

PostForum: Ask for Help   Posted: Thu Jun 26, 2008 6:44 pm   Subject: drop down menu question
I have a hot key im working on with a drop down menu in it.

IniSection = Dodge Viper|JDM Type-R BRKT|MX-6
StringSplit, IniSection, IniSection, |

If !FileExist("Settings.ini") ...
  Topic: Critical & DLLCall
SMOKE 1990

Replies: 3
Views: 262

PostForum: Ask for Help   Posted: Thu Jun 26, 2008 11:38 am   Subject: Critical & DLLCall
Basically the critical part, does it need to be in the begining which makes the whole thread critical?

Also the dll call time thing, by putting it in the begining make it more accurate or does it n ...
  Topic: How to generate numbers in regular increments?
SMOKE 1990

Replies: 10
Views: 213

PostForum: Ask for Help   Posted: Wed Jun 25, 2008 8:47 pm   Subject: How to generate numbers in regular increments?
could you do this but with all letters and numbers, and special keys, and caps?

I am in the same situation on one of my encrypted files I cant remember the PW. I believe its 10 digits but could be ...
  Topic: Critical & DLLCall
SMOKE 1990

Replies: 3
Views: 262

PostForum: Ask for Help   Posted: Wed Jun 25, 2008 8:14 pm   Subject: Critical & DLLCall
This is my script and I was wondering if someone could skim it to see if there are mistakes or maybe im typing way to much for something.

#SingleInstance, Force
SetTitleMatchMode, Regex
CoordMod ...
  Topic: Need help doing 2 things at once
SMOKE 1990

Replies: 2
Views: 113

PostForum: Ask for Help   Posted: Wed Jun 25, 2008 3:40 pm   Subject: Need help doing 2 things at once
Ok i have this video game script im working on and at one point I need the right arrow to be held down until the script ends, but inbetween that I need the up arrow to be pressed down then released. C ...
  Topic: Getpixelcolor
SMOKE 1990

Replies: 3
Views: 205

PostForum: Ask for Help   Posted: Thu Jun 12, 2008 10:50 am   Subject: Getpixelcolor
Thank you
  Topic: Getpixelcolor
SMOKE 1990

Replies: 3
Views: 205

PostForum: Ask for Help   Posted: Tue Jun 10, 2008 8:28 pm   Subject: Getpixelcolor
I know that getpixel color is actually useing the dll call and not pixelsearch which uses the monitor. Say i wanted to use getpixelcolor at x,y and if it falls in between 0x000000 and 0x111111 hit the ...
 
Page 1 of 4 Goto page 1, 2, 3, 4  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group