exi

Head Moderator
Head Moderator
Head Moderator
Head Moderator
Status
Offline
Joined
Oct 22, 2024
Messages
540
Reaction score
151
Hi everyone! I found a source of a cheat for Valorant for DMA cards and want to share it with you. This source is suitable not only for those who have a DMA card but also for those who have their own driver, which is undetected, so you can make an external cheat. The cheat is overall simple, without any fancy stuff, but with everything you need. More about this below.

r3UYlxW.png

What kind of game is Valorant?

Valorant has already become a classic among FPS shooters, with major tournaments being held, new features, maps, skills, and characters constantly being added. The principle of the main mode is like in CS – plant the bomb (here it’s called a spike), and depending on the team, you either need to defuse it or kill the entire enemy team to win the round. Of course, there are also other modes, like deathmatch, premier, ranked, it’s all similar to Counter Strike.

Valorant differs from similar games by having characters with skills and bright graphics, as well as 128 tickrate and low PC requirements. Thanks to these parameters, the game has become so popular, even though it’s Riot’s first first-person shooter.

View hidden content is available for registered users!


Features of this source:

  • Clear and understandable code;
  • KmBox aimbot (doesn’t write anything into the game memory);
  • There’s a menu through ImGui.

Functions of this hack:

  • Aim. You can configure the radius (FOV), smoothness (smoothing), and the button for aiming (bind).
  • Wallhack. Shows boxes, health, and lines to enemies (snapline).
As you can see, there’s nothing unnecessary in the cheat, everything is for legit hacking. You’ll just need to update the offsets, but I think it won’t be a problem. If anything, I can share the current values. Otherwise, the source is ready for use and injection; you can also make your own P2C project out of it and sell it. Also, the cheat source will be good for learning, as it contains all the necessary libraries and libs, which you would have to connect and study the work from scratch.

The only downside, as the developer states (the author of the cheat is jouh), is some performance issues, but as he said, this can be easily fixed.

Conclusion

The source is pretty fresh, from September 30, 2024, so I think it’s a good base for your hack.
 

Lysop

Newbie
Newbie
Newbie
Newbie
Status
Offline
Joined
Mar 21, 2025
Messages
2
Reaction score
0
hey, I wanted to ask where you got the source from and / or if you could add me on discord: lysop1337
 

exi

Head Moderator
Head Moderator
Head Moderator
Head Moderator
Status
Offline
Joined
Oct 22, 2024
Messages
540
Reaction score
151
hey, I wanted to ask where you got the source from and / or if you could add me on discord: lysop1337
Hi there! I got this source code from another forum. The cheat developer is called "jouh". If you have any questions, please feel free to DM me or ask them in this thread.
 

Lysop

Newbie
Newbie
Newbie
Newbie
Status
Offline
Joined
Mar 21, 2025
Messages
2
Reaction score
0
I'm answering you directly here so that if anyone else needs help or wants to help, they can join in.

I found the developer, but unfortunately, he isn't responding.

My questions for you:

Did you get the source code running,back then?
In the console, I only get one output for uWorld, the rest is 0x0000...

Capture.png

Would you be willing to help me with this?

I'm not sure if my offsets are correct:


Code:
inline uintptr_t UWorld;
    inline uintptr_t GameInstance = 0x1a0;
    inline uintptr_t PersistentLevel = 0x38;
    inline uintptr_t GameState = 0x140;
    inline uintptr_t LocalPlayers = 0x40;
    inline uintptr_t PlayerController = 0x38;
    inline uintptr_t LocalPawn = 0x448;
    inline uintptr_t PawnPrivate = 0x308;
    inline uintptr_t PlayerState = 0x3D8;
    inline uintptr_t TeamId = 0xF8;
    inline uintptr_t LocalUniqueId = 0x38;
    inline uintptr_t PlayerArray = 0xA0;
    inline uintptr_t LocationPtr;
    inline uintptr_t RotationPtr = 0x440;
    inline uintptr_t CameraManager = 0x460;
    inline uintptr_t CameraCache = 0x1f90;
    inline uintptr_t Dormant = 0x100;
    inline uintptr_t Mesh = 0x418;
    inline uintptr_t damageHandler = 0x9e8;
    inline uintptr_t Health = 0x1B0;
    inline uintptr_t ComponetToWorld = 0x250;
    inline uintptr_t LastSubmitTime = 0x380;
    inline uintptr_t LastRenderTimeOnScreen = 0x384;
    inline uintptr_t BoneArray = 0x5c8;
    inline uintptr_t BoneCount = 0x5E0;
    inline uintptr_t Velocity = 0x168;
    inline uintptr_t IsDBNO = 0x93A; // ( BitField Index -> 4 )
    inline uintptr_t isDying = 0x758; // ( BitField Index -> 4 )
    inline uintptr_t TeamComp = 0x610;

thanks in advance!
Hi there! I got this source code from another forum. The cheat developer is called "jouh". If you have any questions, please feel free to DM me or ask them in this thread.
 

exi

Head Moderator
Head Moderator
Head Moderator
Head Moderator
Status
Offline
Joined
Oct 22, 2024
Messages
540
Reaction score
151
I'm answering you directly here so that if anyone else needs help or wants to help, they can join in.

I found the developer, but unfortunately, he isn't responding.

My questions for you:

Did you get the source code running,back then?
In the console, I only get one output for uWorld, the rest is 0x0000...

Capture.png

Would you be willing to help me with this?

I'm not sure if my offsets are correct:


Code:
inline uintptr_t UWorld;
    inline uintptr_t GameInstance = 0x1a0;
    inline uintptr_t PersistentLevel = 0x38;
    inline uintptr_t GameState = 0x140;
    inline uintptr_t LocalPlayers = 0x40;
    inline uintptr_t PlayerController = 0x38;
    inline uintptr_t LocalPawn = 0x448;
    inline uintptr_t PawnPrivate = 0x308;
    inline uintptr_t PlayerState = 0x3D8;
    inline uintptr_t TeamId = 0xF8;
    inline uintptr_t LocalUniqueId = 0x38;
    inline uintptr_t PlayerArray = 0xA0;
    inline uintptr_t LocationPtr;
    inline uintptr_t RotationPtr = 0x440;
    inline uintptr_t CameraManager = 0x460;
    inline uintptr_t CameraCache = 0x1f90;
    inline uintptr_t Dormant = 0x100;
    inline uintptr_t Mesh = 0x418;
    inline uintptr_t damageHandler = 0x9e8;
    inline uintptr_t Health = 0x1B0;
    inline uintptr_t ComponetToWorld = 0x250;
    inline uintptr_t LastSubmitTime = 0x380;
    inline uintptr_t LastRenderTimeOnScreen = 0x384;
    inline uintptr_t BoneArray = 0x5c8;
    inline uintptr_t BoneCount = 0x5E0;
    inline uintptr_t Velocity = 0x168;
    inline uintptr_t IsDBNO = 0x93A; // ( BitField Index -> 4 )
    inline uintptr_t isDying = 0x758; // ( BitField Index -> 4 )
    inline uintptr_t TeamComp = 0x610;

thanks in advance!
Hi! Unfortunately, I can't help you because I don't know much about Valorant cheats. I just want to fill our forum with a content, and that's why I've posted this source code. I hope other users will help you figure it out.
 
Top