Advertisement
Guest User

hi cheats

a guest
Apr 18th, 2018
245,627
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. Press Shift+O to open console.
  2.  
  3. Numbers at the end are values that you can change to anything you want.
  4. (note that going over maximum values may or may not lead to issues with the game)
  5.  
  6. Player stat cheats:
  7.  
  8. #looks
  9. player.looks = 5
  10. #charm
  11. player.charm = 5
  12. #strength
  13. player.strength = 10
  14. #hacking
  15. player.hacking = 5
  16. #maximum endurance
  17. player.endurance_max = 100
  18. #current endurance
  19. player.endurance = 100
  20. #current lust
  21. player.lust = 0
  22. #company favor
  23. player.company_favor = 500
  24.  
  25. Girl stat cheats:
  26.  
  27. Replace "girl name" with girl's name, duh.
  28.  
  29. #maximum affection
  30. girl name.rsm[0].affection_max = 100
  31. #current affection
  32. girl name.rsm[0].affection = 100
  33. #maximum love
  34. girl name.rsm[0].love_max = 100
  35. #current love
  36. girl name.rsm[0].love = 100
  37. #favor
  38. girl name.rsm[0].favor = 100
  39. #lust
  40. girl name.lust = 100
  41. #anger
  42. girl name.rsm[0].anger = 0
  43.  
  44. Also possible to change endurance and strength, but these have no known effects on gameplay.
  45.  
  46. Poker game cheats:
  47.  
  48. #girl's chips
  49. g_poker_game.participants[1] = 0
  50. #player's chips
  51. g_poket_game.participants[0] = 500
  52.  
  53. Inventory cheats:
  54.  
  55. #command
  56. player.add_item("item name", quantity)
  57. change "item name" to items name, but keep the quotation marks.
  58. change "quantity" to any number.
  59.  
  60. #blue pill
  61. player.add_item("blue pill", 1)
  62. #green pill
  63. player.add_item("green pill", 1)
  64. #vials for implants data
  65. player.add_item("sperm(eh) vial", 1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement