SA:MP Rvanka is Patched! I Need a Bypass!

alavardo012

Новичок
Автор темы
2
0
Версия SA-MP
  1. 0.3.7 (R1)
  2. 0.3.7-R2
  3. 0.3.7-R3
  4. 0.3.7-R4
  5. 0.3.7-R5
There is a server in the Balkans that completely copies Russian servers – it's most similar to Arizona.

Shaddow Blade doesn't work, and many cheats that use sync also don't work.

I'm just curious – since Rvanka was working recently and now they've added some sort of antiheat, I can set Rvanka even to the highest possible value and the antiheat won't kick me, but Rvanka has no effect.

It doesn't throw players, nor does it do anything. Pretty much everything that uses sync, like Unnoc kicker (where move speed is used), doesn't work.

I've tried every possible version of Rvanka I could find, and not a single one works. I've also tested with other Balkan developers who have worked on big scripts, but they couldn't find a solution either.

Is there any bypass or something like that?

IP: 135.125.189.3:7777
Thank you so much <3

Lua:
local data = player_sync_samp('player')
    local ax, ay, az = getActiveCameraCoordinates()
    local cx, cy, cz = getActiveCameraPointAt()
    local heading = getHeadingFromVector2d(cx - ax, cy - ay)

    data.position = { x, y, z }
    for i = 0, 3 do data.quaternion[i] = 3 end
    data.moveSpeed.x = math.sin(-math.rad(heading)) * move
    data.moveSpeed.y = math.cos(-math.rad(heading)) * move
    data.moveSpeed.z = 1.0
    data.specialAction = 6
    data.animationId = 1115
    data.send()

In the meantime, I came across this post https://www.blast.hk/threads/206533/

And I’m wondering, what should I do now? What should I try?
 
Последнее редактирование: