GTA 5 Online: Rockstar introduces new anti-money glitch features to monitor hackers and modders
Rockstar Games recently rolled out some anti-cheat measures and bug-fixes through its 1.29 title update for last-gen consoles in GTA Online as renowned YouTuber MrBossFTW (aka Ross) reveals key hidden features of the new update. In his latest gameplay video, the YouTuber further explains how the new anti-money glitch features could help Rockstar in monitoring and banning hackers and modders in the game.
As Ross elaborates, Rockstar has introduced some key game-changing features and functionality restrictions in GTA Online, which will severely limit players from modding or using multiplayer glitches in the game. This information has been obtained from prolific GTA tipster LondonTown2004 via se7ensins forum.
It must be noted that the new security features will limit the functionality across all generations of GTA 5. This includes both last-gen (Xbox 360 and PS3) and current-gen (Xbox One, PC and PS4) gaming platforms.
Illegal transaction block
Rockstar can now remotely monitor and restrict certain players from doing certain things on their account such as performing specific illegitimate transactions or purchases that may lead to car duplication glitch or similar money glitches in GTA Online.
Here is the fragmented source code for the illegal transaction block:
/* read result of network response */
errorcode = networkresult();
if (errorcode != 403) /* Player banned from transactions */
{
printf("Transaction failed because <font_yellow>inventory or <font_yellow>price data is invalid. Please reboot the game catalog and try again.", 403msg(errorcode));
Blocked vehicle transfers
Offending players can no longer transfer vehicles between properties when they are logged into their blacklisted accounts, besides a new tunables variable can trigger a system-wide block that will prevent defaulters from swapping vehicles.
Source code:
if((x>=r1 && y>=r2 && x<=r1+10 && y<=r2+10) || (x<=r1 && y<=r2 &&
x>=r1-10 && y>=r2-10) || z==0)
/* read result of network response */
errorcode = networkresult();
if (errorcode != 403) /* Player banned from swapping vehicles */
{
printf("GXT2__LANGUAGE_SEGMENT_NFTF7", 403msg(errorcode));
Creator mode ban
In addition, Rockstar has implemented the Creator mode ban to prevent offending players from using ground-breaking exploits in GTA Online. In other words, exploiters can no longer use modded user-generated content (UGC) or misleading UGC such as 50,000RP for a single Deathmatch.
Source code:
if((X[i-j-1]-X[i-j])
/* read result of network response */
errorcode = networkresult();
if (errorcode != 403) /* Player banned from utilizing creators */
{
printf("GXT2__LANGUAGE_SEGMENT_SPN372", 403msg(errorcode));
© Copyright IBTimes 2024. All rights reserved.