
Originally Posted by
enthalpy3
The K/D ratio for my character is 60k, and it's way too high and easy for R* to know that i'm cheating.
So is there anyway that i can lower my k/d ratio to normal level? please help!
WOTM8!?!?!?!
MVP can fix KD..
function Menu.KD()
local playerPed = PLAYER.PLAYER_PED_ID()
local player = PLAYER.GET_PLAYER_PED(playerPed)
local playerExists = ENTITY.DOES_ENTITY_EXIST(playerPed)
local playerGroup = PED.GET_PED_GROUP_INDEX(playerPed)
if(playerExists) then
STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MPPLY_KI LLS_PLAYERS"), 1265, true)
print("K/D Fixed")
end
end
function Menu.Hours()
local playerPed = PLAYER.PLAYER_PED_ID()
local player = PLAYER.GET_PLAYER_PED(playerPed)
local playerExists = ENTITY.DOES_ENTITY_EXIST(playerPed)
local playerGroup = PED.GET_PED_GROUP_INDEX(playerPed)
if(playerExists) then
STATS.STAT_SET_INT(GAMEPLAY.GET_HASH_KEY("MPPLY_KI LL_DEATH_RATIO"), 5.04, true)
print("Hours fixed")
end