i found this but how

Posts 110 of 10 · Page 1 of 1
i found this but how
The simple SDK for internal R6S hack.

Entity class at the moment has only 2 functions
Code:
Vector3& Entity::GetPosition();
Vector3& Entity::GetHeadPosition();


Example of usage with my renderer:
Code:
#include "Engine/GameManager.h"
#include "Engine/GameRenderer.h"

auto pGameManager = Engine::GameManager::GetInstance();
auto pCamera = Engine::GameRenderer::GetInstance()->GetCamera();

for (uint64_t i = 0; i < pGameManager->GetEntities().GetSize(); i++)
{
Engine::Entity* pEntity = pGameManager->GetEntities()[i];
Engine::Vector3 screenPosition = pCamera->WorldToScreen(pEntity->GetPosition());
float distance = pCamera->GetViewTranslation().Distance(pEntity->GetPosition());

if (screenPosition.z >= 1.0f)
{
DrawText(m_pFont,
TextFormat(META_STRING("Entity [%.0f m]"), distance),
ImVec2(screenPosition.x, screenPosition.y), 16.0f, 0xFF047BF9, true);
}
}


Note: Camera.cpp uses ImGui to get display size.
Code:
ImGuiIO& io = ImGui::GetIO();

return *(new Vector3(
(io.DisplaySize.x / 2) * (1 + x / GetViewFovX() / z),
(io.DisplaySize.y / 2) * (1 - y / GetViewFovY() / z),
z));

i dont know how to run this help
position of a player and players head. most likely detected source code, obfuscate. add polymorphic builds as well. Use the BEKiller (bypass with heavy modification) then the Camera.cpp locates Camera's in-game. Only a C++ coder could compile this etc etc etc idk
This shit is from RangeMachine. Its sigged lmao cmon kid.
Quote Originally Posted by Thedude120 View Post
This shit is from RangeMachine. Its sigged lmao cmon kid.
rest in paprika
Yo brent1000 im working on something big i was wondering if u wanted to help too and u get rewarded. Any way to dm?
Quote Originally Posted by Thedude120 View Post
Yo brent1000 im working on something big i was wondering if u wanted to help too and u get rewarded. Any way to dm?
uh yeah lemme get a Boneless Bizza and a PM is fine lol
Beeeeetttttttttttttttttttttt

- - - Updated - - -

Add me on Deeeescord lmao Genius#6314
Quote Originally Posted by Thedude120 View Post
Beeeeetttttttttttttttttttttt

- - - Updated - - -

Add me on Deeeescord lmao Genius#6314
fuck whats disBord? just pm me its easier bro
Ive tried lmao other way to dm ? fuck this lol
Quote Originally Posted by Thedude120 View Post
Ive tried lmao other way to dm ? fuck this lol
the other way to pm him is his steam. Add him there and pm him
Posts 110 of 10 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?