one of them was a bit more tricky but allowed you to reach 50lvl and much cash with one first race (against bots) on servers, which are used sources from WorldUnited.gg (it was fixed, bcs i weren't thought it'll interest some1)
another one will get you on the first place all the time, it doesn't care about your actual pos - it will reward you and will think you were won (nvm, real first place will get their rewards too
so all what you need - download their gamelauncher from github and then work on "ProxyHandler.cs" on switch case (like this one):
Code:
if (path.Contains("arbitration"))
{
requestBody = Regex.Replace(requestBody, "<Rank>[1-8]+", "<Rank>1");
requestBody = Regex.Replace(requestBody, "<HacksDetected>[0-2]?", "<HacksDetected>0");
requestBody = Regex.Replace(requestBody, "<PerfectStart>[0-2]?", "<PerfectStart>1");
}
for staying updated w/o update you should look at AssemblyInfo.cs and change version for an actual
gl^hf
p.s: actually sorry if some1 used this






