WELCOME TO INFOCHEATS.NET

INFOCHEATS is a community-driven platform focused on free game cheats, cheat development, and verified commercial software for a wide range of popular games. We provide a large collection of free cheats shared by the community. All public releases are checked for malicious code to reduce the risk of viruses, malware, or unwanted software before users interact with them.

Alongside free content, INFOCHEATS hosts an active marketplace with many independent sellers offering commercial cheats. Each product is discussed openly, with user feedback, reviews, and real usage experience available to help you make informed decisions before purchasing.

Whether you are looking for free cheats, exploring paid solutions, comparing sellers, or studying how cheats are developed and tested, INFOCHEATS brings everything together in one place — transparently and community-driven.

exi

Well-known member
Administrator

exi

Well-known member
Administrator
Status
Offline
Joined
Oct 22, 2024
Messages
1,091
Reaction score
152
Hello everyone! Found another source code for a cheat for Valorant, this time an Internal hack in Python. Cheat author: ftnsz. For it to work, you will need to update the offsets, add your own code (rewrite it a little) to make the source undetected and find and write a bypass for input detection (shoot key), because Riot has fixed most trigger bots, including this one. The source was uploaded in August 2024, so it's fresh and relevant if tweaked a bit.


Features of this hack:
  • Lock FPS. Limits FPS in the game, the coder recommends setting it to 120.
  • Aim-assist. Helps aim at opponents.
  • Delay after shot.
  • FOV (aim radius): the distance from the crosshair for the aim assist to work.
  • Trigger: automatically shoots when aiming at an opponent.
  • Counterstrafe: automatically stops character movement to shoot (auto-stop principle).
Important!
  • You need to disable Windows Defender (real-time protection) for the hack to work; the antivirus will constantly block it.
  • You need to create a file named "requirements.txt" and write the following in it:
dearpygui==1.11.1
dxcam==0.0.5
keyboard==0.13.5
numpy==1.26.4
opencv-python==4.9.0.80
pywin32==306
configparser==7.0.0

A ready-made config for this hack to play legit (insert into test.ini, which appears after inject):

[Config]
ht = shift
cs = False
cd = 3.0
tf = 121
zn = 10
in = 0.015
ln = 0.018
dt = 10
fv = False

View hidden content is available for registered users!


Instructions:
  1. Install Python v. 3.9.1 (this exact version).
  2. Download the source from the link above.
  3. Disable your antivirus (if you haven’t done it yet).
  4. Open the console (you can press win + r and type cmd), type "cd yourpath". Instead of "yourpath," write the path to the hack.
  5. Type "pip install lib1 lib2 lib3" to load and install all the necessary libraries.
  6. Without closing the cmd, type "python filechanger.py".
  7. Press ENTER 3 times and wait while the compiler does everything.
  8. Check that the cheat has been compiled; an exe file with a random name should appear.
  9. Now you can inject it into the game; the menu opens by default on Insert.
V9lARvC.png

Known bugs:
  • Shoots three times and then stops working.
    You need to restart the game.
  • Compiled file doesn’t work or open.
    You need to install Python version 3.9.1.

Conclusion

This is another good, detailed cheat for Valorant, available as source code for modification to R2C or a personal project. I found many positive reviews about the correct and smooth operation of this hack, so I decided to share it with you. I hope the article was helpful, and you can make something of your own based on this source code.
 
Top