Selamlar Rust'da esp kodluyorum fakat bazı sorunlar ile karşılaşıyorum offsetsleri bulamıyorum Il2CppDumper kullandım fakat Assembly-CSharp.dll çıktısını dnSpy'a attığımda şifreli gözüküyor
çok fazla dumper aradım driver'ım hazır zaten 1 haftadır offsetsleri bulamıyorum şuanda sadece bunları topladım (çalışmıyorlar yanlışlar) ve programımın çıktısınıda atıcam
#pragma once
#include <cstdint>
namespace Offsets {
#ifndef OFFSETS_HPP
#define OFFSETS_HPP
inline constexpr ULONG_PTR BaseEntity_TypeInfo = 0x554E8A8;
inline constexpr ULONG_PTR BaseNetworkable_TypeInfo = 0x554F828;
inline constexpr ULONG_PTR BasePlayer_TypeInfo = 0x554FC98;
inline constexpr ULONG_PTR MainCamera_TypeInfo = 0x5523D68;
inline constexpr ULONG_PTR Facepunch_Input_TypeInfo = 0x5500630;
// Player Offsets
inline constexpr ULONG_PTR CameraMode1 = 0x93C;
inline constexpr ULONG_PTR CameraMode2 = 0x940;
inline constexpr ULONG_PTR BaseMovement = 0x9C0;
inline constexpr ULONG_PTR PlayerModel = 0xB58;
// Entity Component Offsets
inline constexpr ULONG_PTR Position = 0x1C8;
inline constexpr ULONG_PTR Health = 0x224;
inline constexpr ULONG_PTR IsVisible = 0x288;
inline constexpr ULONG_PTR DisplayName = 0x2C0;
inline constexpr ULONG_PTR TeamID = 0x5C8;
inline constexpr ULONG_PTR ViewMatrix = 0x34180D0;
#endif
}
[>] Starting Memory Manager...
[>] Looking for process: RustClient.exe
[+] Successfully attached to process
[+] GameAssembly.dll loaded at: 0x1974cbe0000
[>] Scanning for patterns...
[+] BaseEntity_TypeInfo: 0x1975212e8a8
[+] MainCamera_TypeInfo: 0x19752103d68
[+] Facepunch_Input_TypeInfo: 0x197520e0630
[+] Driver initialized successfully
[+] ESP initialized successfully
[+] Render thread started
[>] Features:
[>] Trying BaseEntity_TypeInfo: 0x1975212e8a8
- Box ESP
[-] Failed to get EntityList from BaseEntity_TypeInfo
[>] Trying BasePlayer_TypeInfo: 0x1975212fc98
- Health Bars
[-] Failed to get EntityList from BasePlayer_TypeInfo
- Snaplines
[>] Trying BaseNetworkable_TypeInfo: 0x1975212f828
- Distance
[-] Failed to get EntityList from BaseNetworkable_TypeInfo
[-] No players found with any method
- Player Names
[>] Controls:
[END] - Exit
[INSERT] - Toggle Box ESP
[DELETE] - Toggle Snaplines
[HOME] - Toggle Health Bars
[-] No players found with any method
[-] No players found with any method
[-] No players found with any method
bu offsetsler hatalı dediğim gibi GameAssembly.dll'den çekmem doğru mu esp için eksik bir offset var mı onu da bilmiyorum çünkü bu konuda hakkında çok fazla içerik bulamadım doğru offset nasıl bulunur veya nerden güncel olarak bulabilirim veya eksik birşey varsa söylerseniz sevinirim
çok fazla dumper aradım driver'ım hazır zaten 1 haftadır offsetsleri bulamıyorum şuanda sadece bunları topladım (çalışmıyorlar yanlışlar) ve programımın çıktısınıda atıcam
#pragma once
#include <cstdint>
namespace Offsets {
#ifndef OFFSETS_HPP
#define OFFSETS_HPP
inline constexpr ULONG_PTR BaseEntity_TypeInfo = 0x554E8A8;
inline constexpr ULONG_PTR BaseNetworkable_TypeInfo = 0x554F828;
inline constexpr ULONG_PTR BasePlayer_TypeInfo = 0x554FC98;
inline constexpr ULONG_PTR MainCamera_TypeInfo = 0x5523D68;
inline constexpr ULONG_PTR Facepunch_Input_TypeInfo = 0x5500630;
// Player Offsets
inline constexpr ULONG_PTR CameraMode1 = 0x93C;
inline constexpr ULONG_PTR CameraMode2 = 0x940;
inline constexpr ULONG_PTR BaseMovement = 0x9C0;
inline constexpr ULONG_PTR PlayerModel = 0xB58;
// Entity Component Offsets
inline constexpr ULONG_PTR Position = 0x1C8;
inline constexpr ULONG_PTR Health = 0x224;
inline constexpr ULONG_PTR IsVisible = 0x288;
inline constexpr ULONG_PTR DisplayName = 0x2C0;
inline constexpr ULONG_PTR TeamID = 0x5C8;
inline constexpr ULONG_PTR ViewMatrix = 0x34180D0;
#endif
}
[>] Starting Memory Manager...
[>] Looking for process: RustClient.exe
[+] Successfully attached to process
[+] GameAssembly.dll loaded at: 0x1974cbe0000
[>] Scanning for patterns...
[+] BaseEntity_TypeInfo: 0x1975212e8a8
[+] MainCamera_TypeInfo: 0x19752103d68
[+] Facepunch_Input_TypeInfo: 0x197520e0630
[+] Driver initialized successfully
[+] ESP initialized successfully
[+] Render thread started
[>] Features:
[>] Trying BaseEntity_TypeInfo: 0x1975212e8a8
- Box ESP
[-] Failed to get EntityList from BaseEntity_TypeInfo
[>] Trying BasePlayer_TypeInfo: 0x1975212fc98
- Health Bars
[-] Failed to get EntityList from BasePlayer_TypeInfo
- Snaplines
[>] Trying BaseNetworkable_TypeInfo: 0x1975212f828
- Distance
[-] Failed to get EntityList from BaseNetworkable_TypeInfo
[-] No players found with any method
- Player Names
[>] Controls:
[END] - Exit
[INSERT] - Toggle Box ESP
[DELETE] - Toggle Snaplines
[HOME] - Toggle Health Bars
[-] No players found with any method
[-] No players found with any method
[-] No players found with any method
bu offsetsler hatalı dediğim gibi GameAssembly.dll'den çekmem doğru mu esp için eksik bir offset var mı onu da bilmiyorum çünkü bu konuda hakkında çok fazla içerik bulamadım doğru offset nasıl bulunur veya nerden güncel olarak bulabilirim veya eksik birşey varsa söylerseniz sevinirim