Advertisement
Guest User

Fanatic

a guest
May 12th, 2015
449
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1. Fanatic is Mary-Ann, the fanatical exercising woman.
  2.  
  3. cheat (Mary-Ann calls you a cheater if you go outside the running path)
  4.  
  5. ~/Documents/gtav/fanatic1.txt:30202: wPtr(1, ((&g_86931) + 15438) + 386);
  6. ~/Documents/gtav/fanatic1.txt:30684: wPtr(1, ((&g_86931) + 15438) + 386);
  7. ~/Documents/gtav/fanatic1.txt:30711: wPtr(1, ((&g_86931) + 15438) + 386);
  8. ~/Documents/gtav/fanatic3.txt:29562: if (rPtr(((&g_86931) + 15438) + 386) == 1)
  9.  
  10. it seems the only way she will call you a cheater in the 3rd encounter with her is if you also cheat in the 1st encounter, as the 3rd encounter has no write commands only read commands
  11.  
  12. stamina
  13.  
  14. ~/Documents/gtav/fanatic1.txt:31914: if (((rPtr(((&g_86931) + 15438) + 385) == 0) && (PLAYER::GET_PLAYER_SPRINT_TIME_REMAINING(PLAYER::PLAYER_ID()) <= 5f)) && (UI::IS_HELP_MESSAGE_BEING_DISPLAYED() == 0))
  15. ~/Documents/gtav/fanatic1.txt:31917: wPtr(1, ((&g_86931) + 15438) + 385);
  16. ~/Documents/gtav/fanatic2.txt:33355: if (((rPtr(((&g_86931) + 15438) + 385) == 0) && (PLAYER::GET_PLAYER_SPRINT_TIME_REMAINING(PLAYER::PLAYER_ID()) <= 5f)) && (UI::IS_HELP_MESSAGE_BEING_DISPLAYED() == 0))
  17. ~/Documents/gtav/fanatic2.txt:33358: wPtr(1, ((&g_86931) + 15438) + 385);
  18. ~/Documents/gtav/fanatic3.txt:36556: if (((rPtr(((&g_86931) + 15438) + 385) == 0) && (PLAYER::GET_PLAYER_SPRINT_TIME_REMAINING(PLAYER::PLAYER_ID()) <= 5f)) && (UI::IS_HELP_MESSAGE_BEING_DISPLAYED() == 0))
  19. ~/Documents/gtav/fanatic3.txt:36559: wPtr(1, ((&g_86931) + 15438) + 385);
  20.  
  21.  
  22. This is just a check to see how much stamina you have left and then display a help message IF the message has not already been displayed before (that is the use of the global var)
  23.  
  24.  
  25. help
  26.  
  27. ~/Documents/gtav/fanatic1.txt:30630: if ((rPtr(((&g_86931) + 15438) + 384) == 0) && (UI::IS_HELP_MESSAGE_BEING_DISPLAYED() == 0))
  28. ~/Documents/gtav/fanatic1.txt:30633: wPtr(1, ((&g_86931) + 15438) + 384);
  29. ~/Documents/gtav/fanatic2.txt:27183: if ((rPtr(((&g_86931) + 15438) + 384) == 0) && (UI::IS_HELP_MESSAGE_BEING_DISPLAYED() == 0))
  30. ~/Documents/gtav/fanatic2.txt:27186: wPtr(1, ((&g_86931) + 15438) + 384);
  31. ~/Documents/gtav/fanatic3.txt:34865: if ((rPtr(((&g_86931) + 15438) + 384) == 0) && (UI::IS_HELP_MESSAGE_BEING_DISPLAYED() == 0))
  32. ~/Documents/gtav/fanatic3.txt:34868: wPtr(1, ((&g_86931) + 15438) + 384);
  33.  
  34. More help messages which are only displayed once. These 3 variables are irrelevant to our mystery.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement