Неактуально Lua Radmir [RRP] Teleport | OnFoot AntiCheat Bypass

texoras

Новичок
4
4
Строки сехали не знайте какие щас?
Актуальный оффсет: (0x4331b0), Coord(X): + 0x10, Coord(Y): + 0x14.
C++ Waypoint:
    uintptr_t client_s = reinterpret_cast<uintptr_t>(GetModuleHandleA("clientside.dll"));
    if (!client_s) return;

    uintptr_t vehicle_ptrs = *reinterpret_cast<uintptr_t*>(client_s + 0x4331b0);
    if (!vehicle_ptrs) return;

    float targetX = *reinterpret_cast<float*>(vehicle_ptrs + 0x10);
    float targetY = *reinterpret_cast<float*>(vehicle_ptrs + 0x14);
Lua (Moonloader):
local ptr = mem.getint32(modulehandle + 0x4331b0)
local tx, ty = mem.getfloat(ptr + 0x10), mem.getfloat(ptr + 0x14)
 
  • Нравится
Реакции: DerTi23pp и Bypasser228

Bypasser228

Участник
Автор темы
41
35
Актуальный оффсет: (0x4331b0), Coord(X): + 0x10, Coord(Y): + 0x14.
C++ Waypoint:
    uintptr_t client_s = reinterpret_cast<uintptr_t>(GetModuleHandleA("clientside.dll"));
    if (!client_s) return;

    uintptr_t vehicle_ptrs = *reinterpret_cast<uintptr_t*>(client_s + 0x4331b0);
    if (!vehicle_ptrs) return;

    float targetX = *reinterpret_cast<float*>(vehicle_ptrs + 0x10);
    float targetY = *reinterpret_cast<float*>(vehicle_ptrs + 0x14);
Lua (Moonloader):
local ptr = mem.getint32(modulehandle + 0x4331b0)
local tx, ty = mem.getfloat(ptr + 0x10), mem.getfloat(ptr + 0x14)
Благодарочка!
 
  • Нравится
Реакции: DerTi23pp и texoras

texoras

Новичок
4
4
новый оффсет есть у кого?
Актуальный оффсет: (0x43F220), Coord(X): + 0x10, Coord(Y): + 0x14.
C++ Waypoint:
uintptr_t client_s = reinterpret_cast<uintptr_t>(GetModuleHandleA("clientside.dll"));
if (!client_s) return;

uintptr_t vehicle_ptrs = *reinterpret_cast<uintptr_t*>(client_s + 0x43F220);
if (!vehicle_ptrs) return;

float targetX = *reinterpret_cast<float*>(vehicle_ptrs + 0x10);
float targetY = *reinterpret_cast<float*>(vehicle_ptrs + 0x14);

Moonloader (LUA) code:
local ptr = mem.getint32(modulehandle + 0x43F220)
local tx, ty = mem.getfloat(ptr + 0x10), mem.getfloat(ptr + 0x14)
 
  • Нравится
Реакции: trablano и DerTi23pp

ZXC&Сташинский

Новичок
12
0
я так понял обход на монлоадер пофиксили?
сегодня решил зайти - просто вылетает, как бы сампфункс не чинил.
Если время откатить то еще работает? Если да то подскажите на сколько и когда плиз