Advertisement
CHEAT_THE_GAME

Untitled

Sep 24th, 2022
998
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.63 KB | None | 0 0
  1.     if (g_Options.anti_kick){
  2.             if (g_PC && g_PC->WorldInfo && g_PC->WorldInfo->IsA(AWorldInfo::StaticClass())){
  3.                 AWorldInfo* g_WI = (AWorldInfo*)g_PC->WorldInfo; { // found
  4.  
  5.                     if (g_WI && g_WI->GRI && g_WI->GRI->IsA(AavaGameReplicationInfo::StaticClass())){
  6.  
  7.                         AavaGameReplicationInfo* g_GRI = (AavaGameReplicationInfo*)g_WI->GRI;
  8.  
  9.                         ((AavaGameReplicationInfo*)g_GRI)->bTestBroadcast = true; Sleep(1500);
  10.                         ((AavaGameReplicationInfo*)g_GRI)->bVoteResultMsg = true;
  11.                         ((AavaGameReplicationInfo*)g_GRI)->bVoting = true;
  12.                         ((AavaGameReplicationInfo*)g_GRI)->RequestKickVotes(g_PC, gPR, 2);
  13.                     }
  14.                 }
  15.             }
  16.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement