From bb36135aeca5b0c5e1a5a391b5b966442c64d6a9 Mon Sep 17 00:00:00 2001 From: Shuja Ahmed <65089197+cool-dev-code@users.noreply.github.com> Date: Fri, 20 Dec 2024 06:14:07 +0500 Subject: [PATCH 1/5] Create ReadMe.Md --- ReadMe.Md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ReadMe.Md diff --git a/ReadMe.Md b/ReadMe.Md new file mode 100644 index 0000000..a978a3e --- /dev/null +++ b/ReadMe.Md @@ -0,0 +1,9 @@ +# What is this +This is a script of AHK Auto Hotkey Software +## What is it for +To make your Right Left movement faster in games +## Description +This script updates the A and D keys so that only one is held down at a time +This avoids the situation where game engines treat holding both strafe keys as not moving +Instead, holding both strafe keys will cause you to move in the direction of the last one that was pressed +The same logic is applied to the W and S keys (only one can be held at a time) From e98c6a1115f7090653a8026cf1f2ccfc5624ee60 Mon Sep 17 00:00:00 2001 From: Shuja Ahmed <65089197+cool-dev-code@users.noreply.github.com> Date: Fri, 20 Dec 2024 06:17:54 +0500 Subject: [PATCH 2/5] Update ReadMe.Md --- ReadMe.Md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ReadMe.Md b/ReadMe.Md index a978a3e..ee5233a 100644 --- a/ReadMe.Md +++ b/ReadMe.Md @@ -1,9 +1,11 @@ -# What is this +## What is this? This is a script of AHK Auto Hotkey Software -## What is it for +## What is it for? To make your Right Left movement faster in games -## Description +## Description: This script updates the A and D keys so that only one is held down at a time This avoids the situation where game engines treat holding both strafe keys as not moving Instead, holding both strafe keys will cause you to move in the direction of the last one that was pressed The same logic is applied to the W and S keys (only one can be held at a time) +## Requirements +- Install [AutoHotkey 2.0](https://www.autohotkey.com/) From 5f754bc515e05f141ec70c94b50e30ba53e823d0 Mon Sep 17 00:00:00 2001 From: Shuja Ahmed <65089197+cool-dev-code@users.noreply.github.com> Date: Fri, 20 Dec 2024 06:32:57 +0500 Subject: [PATCH 3/5] Update ReadMe.Md --- ReadMe.Md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ReadMe.Md b/ReadMe.Md index ee5233a..ca4d752 100644 --- a/ReadMe.Md +++ b/ReadMe.Md @@ -9,3 +9,7 @@ Instead, holding both strafe keys will cause you to move in the direction of the The same logic is applied to the W and S keys (only one can be held at a time) ## Requirements - Install [AutoHotkey 2.0](https://www.autohotkey.com/) +## Is it Cheating? +No but also yes, As you have unfair advantage over other players. +## Can i get banned for using this? +Yes, In some known games like Faceit, Counter Strike 2 (CS2), Minecraft Premium Servers (Hypixel etc.) and research on your own .. Google it. From 53063fa88cfbc7c3d954fcf0768ec992a3d1f338 Mon Sep 17 00:00:00 2001 From: Shuja Ahmed <65089197+cool-dev-code@users.noreply.github.com> Date: Fri, 20 Dec 2024 06:37:18 +0500 Subject: [PATCH 4/5] Added Fun Fact --- ReadMe.Md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ReadMe.Md b/ReadMe.Md index ca4d752..a35ccf8 100644 --- a/ReadMe.Md +++ b/ReadMe.Md @@ -12,4 +12,6 @@ The same logic is applied to the W and S keys (only one can be held at a time) ## Is it Cheating? No but also yes, As you have unfair advantage over other players. ## Can i get banned for using this? -Yes, In some known games like Faceit, Counter Strike 2 (CS2), Minecraft Premium Servers (Hypixel etc.) and research on your own .. Google it. +Yes, In some known games like Faceit, Counter Strike 2 (CS2), Minecraft Premium Servers (Hypixel etc.) and further research on your own .. Google it yourself. +## Fun Fact +Razor Snap-tap feature works same as this script. From e68bccb1bec81b724563402beba143c2756ab26a Mon Sep 17 00:00:00 2001 From: Shuja Ahmed <65089197+cool-dev-code@users.noreply.github.com> Date: Fri, 20 Dec 2024 06:39:21 +0500 Subject: [PATCH 5/5] Updated --- ReadMe.Md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ReadMe.Md b/ReadMe.Md index a35ccf8..ac3b409 100644 --- a/ReadMe.Md +++ b/ReadMe.Md @@ -1,7 +1,7 @@ ## What is this? -This is a script of AHK Auto Hotkey Software +This is a script of (AHK) Auto Hotkey Software ## What is it for? -To make your Right Left movement faster in games +To make your Right Left movement faster in PC games. ## Description: This script updates the A and D keys so that only one is held down at a time This avoids the situation where game engines treat holding both strafe keys as not moving