Autohotkey工作

筛选

我最近的搜索
筛选项:
预算
类型
技能
语言
    工作状态
    630 autohotkey 份搜到的工作,货币单位为 HKD

    I'm trying to use Rufaydium for Chrome with Autohotkey, and I need access to User Profile login for automation. I'm in a hurry, so I'm willing to pay someone that has a fast solution, instead of looking for Google tutorials. The script is simple: #Include, <Rufaydium> Chrome := new Rufaydium() ("Default") Page := () ("") So, when I choose Defaut profile, I get the error message in the attached file. I want to fix that without disabling security from web browser, installing executable files or any other complicated solution

    $235 (Avg Bid)
    $235 平均报价
    1 个竞标

    Looking for software or an AutoHotKey script that’ll create and track a sequential four-digit part number for us. 1. When the assigned hot key is pressed, paste the next avaliable number and the predefined prefixes and suffixes at the cursor. 2. Custom Prefixes “131-“ (only if we want them) 3. Custom Suffixes “, “ (only if we want them) 4. We're assuming the sequential number, prefix and suffix will permanate an or likely be reset once a yr. See sample below! 131-0002, 131-0003, 131-0004, 131-0005, 131-0006, 131-0007, 131-0008, 131-0009, 131-0010, 131-0011, 131-0012, 131-0013, 131-0014, 131-0015, 131-0016, 131-0017, 131-0018, 131-0019, Possibly in the future... - Upon hotkey activation a list/selection box would pup near the cursor, which would ...

    $275 / hr (Avg Bid)
    $275 / hr 平均报价
    25 个竞标

    I need a working program like "AutoHotKey" that helps me communicate with windows applications using scripts. The particularities are that: 1) Needs to be executable from Shell/CMD 2) Needs to allow focus/open of a window/program 3) Needs to allow pass-through of keys by reading a simple text file 4) Complex combinations like ALT+,CTRL+,Space,Enter,Up,Down,Caps and any letter or number should be allowed. This program will act as middleware to automate our backend with an Exe file. Specifically we need to send data from our database to this program through the Automation wrapper using a text file. A sample request should be: c:>automate and contains commands like FOCUS "EXE PROGRAM" SENDKEY ALT+1 WAIT 10 SENDKEY UP SENDKEY RIGHT SENDKEY "J" WAIT...

    $4710 (Avg Bid)
    $4710 平均报价
    11 个竞标

    Hello, I need an Autohotkey script for my weekly reports automation. Also, I want to import data automatically from csv files to excel.

    $314 (Avg Bid)
    $314 平均报价
    16 个竞标

    Create a minimal GUI with dependent ListBoxes that read the contents of two text files. 1. A Services ListBox that reads LongNames from if List=1, sorted alphabetically. (A Service with an Alt is an unlisted alternative for the Alt.) 2. Selecting a Service displays a Keywords ListBox that reads Keywords from if Service= and Active=1, grouped by Group and sorted alphabetically. 3.1. Selecting a Keyword whose ID has no related Keywords displays an Actions ListBox. 3.2. Selecting a Keyword whose ID has related Keywords displays a Related ListBox that reads if Service=, and Keyword, sorted alphabetically. Selecting a related Keyword displays the Actions ListBox. 4. The Actions ListBox lists the and Keyword for the selected Keyword or related Keyword, then any Alt Service, sorted alpha...

    $361 (Avg Bid)
    $361 平均报价
    5 个竞标
    Python Webservice 已经结束 left

    Dear Muaaz, i need to create a rest webservice made with python. SSL secured We have a windows webserver running who should run the webservice. i have already one running but my coding language is Autohotkey, so it has no multithreading. The special thing is that the response to the request must be created by my Autohotkey script, so i will add the response later to the new webservice. Can you create such a webservice with python for me?

    $416 / hr (Avg Bid)
    $416 / hr 平均报价
    1 个竞标

    Hi, we have a little autohotkey script that someone once created for us. But it does not work fine and stable. So we need someone to fix this script or create something new. What we need is actually pretty simple: A script or program should open a windows program, login to it (we will provide username and password), and after 2 minutes the script should close this program again. We can discuss any questions in chat. Thank you

    $1272 (Avg Bid)
    $1272 平均报价
    30 个竞标

    I would like to have a code of AutoIt3 script which can do the following: - realize vim like key bindings, specially (h, j, k, l) -> (←, ↑, ↓, →) with special modifier key, "変換", in Japanese keyboard. I have a code for AutoHotKey script to realized it as follows. --- code --- vk1C & h:: if GetKeyState("Shift"){ Send, +{Left} return } Send, {Left} return vk1C & j:: if GetKeyState("Shift"){ Send, +{Down} return } Send, {Down} return vk1C & k:: if GetKeyState("Shift"){ Send, +{Up} return } Send, {Up} return vk1C & l:: if GetKeyState("Shift"){ Send, +{Right} return } Send, {Right} return vk1C::Send, {vk1C} --- code --/

    $235 (Avg Bid)
    $235 平均报价
    2 个竞标

    I'm self-teaching AHK and have a basic script running semi-successfully in Windows Remote Desktop connection to my work, but will not work in maximized/full screen mode. I have additional basic automation tasks in mind for AHK, but first step is to get my AHK script working in RD when RD is maximized. RD is locked down, so I'm not in a position to run AHK on the remote server. I'm attaching my script for reference. Goal: Get the Remote Desktop issue resolved. Once resolved, would like help tidying up this attached script with some enhancements (for example, making radio button selections based on the web elements rather than by keystrokes) and develop a few other automation scripts.

    $283 / hr (Avg Bid)
    $283 / hr 平均报价
    9 个竞标

    Write a simple Autohotkey script that also includes a compiled executable that allows a user to open an application with a hotkey and relay a key sequence to that application with a specified delay denoted in milliseconds. Whether the user uses the Authotkey script or the compiled executable, it should place an icon in the Windows system tray. The image that should be used for the icon has been attached. When the user right-clicks the icon, it should presents a menu that includes the options "settings" and "exit". When "exit" is clicked it closes the script or application. When "settings" is clicked, it opens the settings window. If the user double clicks the Windows system tray icon it should also open the settings window. The settings w...

    $471 (Avg Bid)
    $471 平均报价
    3 个竞标

    I would like to have a code of AutoIt3 script which can do the following: - realize vim like key bindings, specially (h, j, k, l) -> (←, ↑, ↓, →) with special modifier key, "変換", in Japanese keyboard. I have a code for AutoHotKey script to realized it as follows. --- code --- vk1C & h:: if GetKeyState("Shift"){ Send, +{Left} return } Send, {Left} return vk1C & j:: if GetKeyState("Shift"){ Send, +{Down} return } Send, {Down} return vk1C & k:: if GetKeyState("Shift"){ Send, +{Up} return } Send, {Up} return vk1C & l:: if GetKeyState("Shift"){ Send, +{Right} return } Send, {Right} return vk1C::Send, {vk1C} --- code --/

    $400 (Avg Bid)
    $400 平均报价
    3 个竞标
    AIMBOT AHKL COLOR 已经结束 left

    Hello everything is fine ? I would like to create an aimbor for the game called combat arms, in this case it would be an autohotkey script that pulls the color of the doll, transforming it into an aimbot...

    $157 / hr (Avg Bid)
    $157 / hr 平均报价
    8 个竞标
    Autohotkey to Rest Api 已经结束 left

    Hello Michel, great to see you are a AHK Expert, because from time to time i need some help. i created already a rest api with successfully for a internal project. But it is not SSL encrypted, now i need to create an external connection and need SSL. I am using AHK very much because its my main language. All our tools are made of it. So i will be happy to buy some help from you! Best regards Christian

    $157 / hr (Avg Bid)
    $157 / hr 平均报价
    1 个竞标

    I have 2 files that are getting flagged by VirusTotal as having a Trojan Malware (screenshots attached). I need to remove the malware so the files are SAFE to run. The software is a simple Windows app to swap the main button of Mouse in Windows using AutoHotKey. The files are here (EXE + AHK):

    $275 (Avg Bid)
    $275 平均报价
    5 个竞标
    Autohotkey developer -- 2 已经结束 left

    I am looking for AutoHotKey developer. It's a long term development project. Message me for more details. Thank you

    $3556 (Avg Bid)
    $3556 平均报价
    35 个竞标

    Hello, I created an AutoHotkey script to login into Gmail. It works up until you enter the password and then stops. Should be a simple task to identify my error. The project is marked urgent!

    $196 (Avg Bid)
    加急
    $196 平均报价
    11 个竞标

    ...low pay which I am offering. A small bonus will also be given at the conclusion of the project for quality work. This project is happily not urgent, and I am available to assist if/when needed. ************************ Test # 1 See the provided AutoHotKey file ( ) "". This file does the following: Opens Windows 11 Notepad Types the phrase "This is just a test file." Saves the file as "" Test # 1 requires the above be reimplemented in Rust. AutoHotKey will not be used for my project, as my project requires a 100% Rust solution. ************************ Test # 2 Repeat Test # 1, except test it using Windows 10 Notepad rather than Windows 11 notepad. ************************ Test # 3 Create a test

    $754 (Avg Bid)
    $754 平均报价
    8 个竞标
    Autohotkey Macro 已经结束 left

    I need a very simple autohotkey script made. Something along the lines of pressing E every 7-11 seconds(preferably a random time between there), pressing Q every 15-18 seconds(preferably a random time between there), and maybe another key or two. Able to be toggled on and off on repeat.

    $769 (Avg Bid)
    $769 平均报价
    18 个竞标
    Windows 11 HotKey Macro 已经结束 left

    I need help in selecting and scripting a macro so I can complete redundant tasks on my desktop. I've tested a few hotkey apps such as those listed below but I cannot get my macros to run. I need help in selecting the best app and as well as scripting 3 simple macro tasks. The app we use needs to be hidden in the system tray and auto-start when the PC boots so I am able to...and as well as scripting 3 simple macro tasks. The app we use needs to be hidden in the system tray and auto-start when the PC boots so I am able to use the hotkeys without opening the app. In addition, I need you to instruct me on how to password protect the folder the application is located in or password protect the app to prevent snooping eyes. THIS PROJECT IS MARKED URGENT! ShortKeys AutoHotkey Hot...

    $989 (Avg Bid)
    加精 加急
    $989 平均报价
    3 个竞标
    Windows 11 Hot Key Macro 已经结束 left

    I need help in selecting and scripting a macro so I can complete redundant tasks on my desktop. I've tested a few hotkey apps such as those listed below but I cannot get my macros to run. I need help in selecting the best app and as well as scripting 3 simple macro tasks. The app we use needs to be hidden in the system tray and auto-start when the PC boots so I am able to...help in selecting the best app and as well as scripting 3 simple macro tasks. The app we use needs to be hidden in the system tray and auto-start when the PC boots so I am able to use the hotkeys without opening the app. In addition, I need you to instruct me on how to password protect the folder the application is located to prevent snooping eyes. THIS PROJECT IS MARKED URGENT! ShortKeys AutoHotkey Hot...

    $196 (Avg Bid)
    加精 加急
    $196 平均报价
    2 个竞标
    Autohotkey Developer 已经结束 left

    I am looking for an Autohotkey developer who is good at coding and getting the tasks done. I can pay a fixed price of 400$ per month to start with, bi-weekly. It's a long term project

    $4090 (Avg Bid)
    $4090 平均报价
    37 个竞标

    I need a script that would help me to categorize incoming emails in outlook, the problem is there is another person on the email box, who is remarking my categorize code, using his categorize code at the time of me marking emails, i need a script that would deny any other person action on current incoming email marked by me. First 2 pictures shows how it's working, i need to have a result as a on 3rd picture

    $259 (Avg Bid)
    $259 平均报价
    3 个竞标

    I need a script that would help me to categorize incoming emails in outlook, the problem is there is another person on the email box, who is remarking my categorize code, using his categorize code at the time of me marking emails, i need a script that would deny any other person action on current incoming email marked by me. First 2 pictures shows how it's working, i need to have a result as a on 3rd picture

    $400 (Avg Bid)
    $400 平均报价
    5 个竞标

    I need a script that would help me to categorize incoming emails in outlook, the problem is there is another person on the email box, who is remarking my categorize code, using his categorize code at the time of me marking emails, i need a script that would deny any other person action on current incoming email marked by me. First 2 pictures shows how it's working, i need to have a result as a on 3rd picture

    $157 (Avg Bid)
    $157 平均报价
    2 个竞标

    I am new to Autohotkey and and I need help with the following script. In short, I need the Autohotkey script to listen to a delayed JS command in order to Upload images onto a website via the “<input type="file">”. The following AHK code I wrote trying to solve this problem. My script works by first getting the event that I am looking for. Then clicking the input file field (()) then catching the file opener event and loading the files with from chrome Devtools protocols. My current Issue is that the script does not seem to work persistently. It is A) not “listening” for the event (I need to start the script after the console log was fired) and B) when I refresh the page This autohotkey script needs to be always listening

    $338 (Avg Bid)
    $338 平均报价
    8 个竞标

    Please dont waste my time if you dont know what AutoHotKey is, I need someone that can write a script for autohotkey that can log into a page click a link and download a report NOTHING ELSE. simple script

    $298 (Avg Bid)
    $298 平均报价
    3 个竞标
    AutoHotKey Pro 已经结束 left

    I need someone that is very proficient at AutoHotKey and can edit a script to login to a site with usernames and passwords from an array of inputs. 1 hour delivery for the right candidate

    $220 (Avg Bid)
    $220 平均报价
    3 个竞标

    Use this site and make Guardian, revenants, warrior combat rotations using ahk

    $3140 (Avg Bid)
    $3140 平均报价
    5 个竞标

    1. D:ArcadeToolsWinCDEmu "R:8TB++_DriveBSony_Playstation_3dev_hdd0disc2010_FIFA_World_Cup_(USA).iso" < -------------THIS WORKS, WHEN THIS IS USED 2. . romName . is what I need to use so that the game name gets subbed in, This is a predefined variable in RL.. the backend that will use the module. And it has to have an extension of iso 3. is a program that loads an ISO Virtually. I just need this program to load the ISO. 4. I just need to work out the following code. The rest works. Shouldnt take more than 10 mins. And id like you to login to my PC via Teamviewer and work out the code. Thank you

    $699 (Avg Bid)
    $699 平均报价
    5 个竞标
    Autohotkey for API class 已经结束 left

    1. Create a class with API methods like GET, POST including API Status return checks and to return a message whether it's success or failure with Status code 2. A placeholder for Authentication type 2. Exception handling

    $785 (Avg Bid)
    $785 平均报价
    1 个竞标

    autohotkeyL cpp source encrypt and decrypt Add decryption to AutoHotkey cpp Open Source. Add Encryption to AutoHotkey Compiler

    $3925 (Avg Bid)
    $3925 平均报价
    2 个竞标
    Autohotkey 已经结束 left

    Looking for autohotkey developer

    $3077 (Avg Bid)
    $3077 平均报价
    15 个竞标

    I want to make Script to open Protect folder with Password so for example I Protect folder C:Games in the ahk Script i want to open it with my password

    $196 / hr (Avg Bid)
    $196 / hr 平均报价
    8 个竞标

    Hi i need a autohotkey script for a 2d game it would need to be able to walk a set path right clicking along the way and loop over or stand still right click what is in view then move and do the same would need to be autohotkey i just dont have time to make one myself please see the picture i would need it to click all the water on the screen(fish) then move

    $1232 (Avg Bid)
    $1232 平均报价
    2 个竞标
    Measure Borders 已经结束 left

    I have a quick project. I haven't coded in years and I need to focus on other things. I am scanning a page where a circle is printed off center. See I want a script for AutoIt or AutoHotkey. I place the mouse in the center and hit a hotkey. The script reads up, down, left, and right and shows how many colored pixels in each direction. I need this information so I can make corrections to where the circle will be printed next time. More Details Language: AutoIt or AutoHotkey Small GUI to read out the 4 measurements. Place mouse inside the circle. Press hotkey. Script reads pixels (PixelGetColor or such) in all four directions (up, down, left, right). When it encounters a colored pixel (will be bright green, red, purple or cyan), start counting the pixels. When it

    $196 (Avg Bid)
    $196 平均报价
    1 个竞标

    i need a automation to a webgl nft game (Chrome), its basically wait for energy fills up and put warrior to battle, after battle, warrior should rest and bot should look for another warrior with energy and select 3 at a time to each battle.

    $1232 (Avg Bid)
    $1232 平均报价
    4 个竞标

    like to reference data that is being used in this github repository which is pulling data from memory to view entire map, items, & enemies. I want to use the location data and plug it into this python project which I've been helping with on some minor stuff so in this project we are using photos / pixels to determine location / where to move and pick up certain items dropped but its limiting the runs to only static areas of the game that never change. id like to implement new areas by being able to know where i am and where to go / enemy locations to attack directly and not just spam attacks and hope it kills everything. My main issue is I don't know how combine the code or if its even possible figured it would be after seeing this Python wrapper around AHK. that shows it...

    $1813 (Avg Bid)
    $1813 平均报价
    6 个竞标

    Id like to reference data that is being used in this github repository which is pulling data from memory to view entire map, items, & enemies. I want to use the location data and plug it into this python project which I've been helping with on some minor stuff so in this project we are using photos / pixels to determine location / where to move and pick up certain items dropped but its limiting the runs to only static areas of the game that never change. id like to implement new areas by being able to know where i am and where to go / enemy locations to attack directly and not just spam attacks and hope it kills everything. My main issue is I don't know how combine the code or if its even possible figured it would be after seeing this Python wrapper around AHK. that shows...

    $338 (Avg Bid)
    $338 平均报价
    3 个竞标

    ...programmer who can write me a script in Autohotkey that will automatically transfer the data of an order page into certain entries from the shipping company UPS. Basically: I want to automate the copy&paste process that is currently done by hand. That's a bit short in summary, I hope the pictures can illustrate it a bit better as my English is not that good. The order web page and UPS web page are in German, but tried to translate them to English, just to make it more understandable. If this makes any difference. Looking forward to offers and support you as much as I can. Translated with (free version) ------------------------------------ Einen guten wünsche ich Ihnen zunächst. Ich suche einen Programmierer, der mir in Autohotkey ein Scri...

    $244 - $2030
    加封
    $244 - $2030
    2 个竞标

    Dear Jose R. wish you a good evening. First of all, please let me apologize for my english. I hope I am understandable. I am currently for a person who can write me a script for a shipping API, which would automatically transfer the customer address data from the Website "Catawiki" the UPS shipping label creation website. I have suggested Autohotkey because this is the one that I have, very little, but at least some experience how to work with Looking forward to tell you more details. M.

    $1217 (Avg Bid)
    $1217 平均报价
    1 个竞标

    I need Autohotkey script which can pick data by API call, the data i want is on wax blockchain. Script just need to get data of specific account balance. Specifically I need data from a table like this: So script must do only this: you enter name of account and it gives you back data of account balance, it must do that through API call. Here is api instructions:

    $157 (Avg Bid)
    $157 平均报价
    2 个竞标

    I am looking for a fast way to navigate a website. A local store I buy product from to resell is using an online ticket system using a link via text and by Facebook these links change each week so I am not sure there is anything that can be written for that. What I am hoping is that there is a way once I hit the new weekly web link that I can then hit the macro key or Autohotkey to fill in and select a few fields. This week’s link is: Morning 8 Dollar day line Tickets in Fort Wayne, IN, United States () 1. I need the auto hotkey to select the red: “GET TICKETS” (causing to go to the next page) 2. Then I need it to select (Line) from the drop down menu under where it says “FIND BEST SEATS AVAILABLE”. So it will change the drop down from &ldquo...

    $549 (Avg Bid)
    $549 平均报价
    2 个竞标

    I like this AltTab windows switcher enhancement script that I found on GitHub. Thanks to the developer of this script. :) I would like this script tweaked so that it will not show the black GUI window switcher if Alt Tab is pressed/released quickly... and if Alt Tab is held, say more than 1.5 seconds, to show the GUI / normal behavior of script.

    $314 (Avg Bid)
    $314 平均报价
    2 个竞标
    BioSnapOn Addon 已经结束 left

    I use a software called BioSnapOn to automate login forms with fingerprints. It will set focus to a specified window and send username/password keystrokes upon successful fingerprint scan. But it lacks a way to programmatically set focus to the correct input field. So, if focus is shifted between login-window ...window set focus to a specified input field 3. mark it's content if it has any. Without cost-considerations, ideally this program would be a small standalone executable. To avoid config UI: If delivered with source and compile-instructions, the shortcut key, window- and input- names could be hardcoded. If not a standalone executable, it could also be a script that needs a runtime, something like autohotkey. Would maybe be more practical as no config UI and no compile w...

    $275 (Avg Bid)
    $275 平均报价
    1 个竞标

    We have a code written for AutoHotKey that lets a user scan a barcode to open a print file, then the user scans it again to send to the printer, closes the print file, clears the field and puts the cursor back for the next scan. I need AutoHotKey to Scan Barcode, send the file to the printer after a few seconds, then close that print file after 20 seconds, and clear the data for the next scan. I attached the code and a video of it currently and how we use it. The sure should just have to scan the barcode once. Or if a barcode is manually entered it follows the same process.

    $1272 (Avg Bid)
    $1272 平均报价
    13 个竞标

    Need an AutoHotKey script that can read a CSV file of data to import and modify fields in a Win32 app named MemberTrek that doesn't natively support importing/updating, exporting a log file of progress/historical data. I believe I'd like to start with a "framework" script, that is designed in a "modular" format calling functions. I have some experience with AutoHotKey, but am not familiar with more advanced things like loading CSV, looping through imported data to decide to modify a record, comparing import data vs existing field data, etc. MemberTrek is not publicly available. I will need to work with the Freelancer to provide and test UI targets (buttons and fields). Ultimately I'd like a script that could be a working starting point, ...

    $173 / hr (Avg Bid)
    $173 / hr 平均报价
    5 个竞标

    Hi! Thanks for your attention for my project! I like to create one script in autohotkey to do this. - open link of product of - download the imagem of his part of description in one chapter new created - open outlook - create one menssage - upload the imagems to menssage - end

    $141 (Avg Bid)
    $141 平均报价
    4 个竞标

    Hi everyone, I'd like to creat a script with AutoHotkey to view pictures (with the standard Windows 10 picture viewer) and sort them into different subfolder by pressing a key. At first: Open the selected picture with the Windows picture viewer Create subfolder 1, 2 and 3 in current directory. Then: Key A -> move picture to folder 1 and show the next picture Key B -> move picture to folder 2 and show the next picture Key C -> move picture to folder 3 and show the next picture Looking forward hearing from you. Thanks in advance.

    $338 (Avg Bid)
    $338 平均报价
    9 个竞标
    AutoHotKey -- 3 已经结束 left

    I have Ahk script locked by hwid i change my pc and i need someone to open it without need Registration key.

    $220 (Avg Bid)
    $220 平均报价
    3 个竞标
    AutoHotKey -- 2 已经结束 left

    I need someone open ahk script for me, when i try to open it it show me need Registration. because i change my hwid

    $157 (Avg Bid)
    $157 平均报价
    1 个竞标