Thunder-Menu

Cyberpunk2077 items

Dec 23rd, 2020 (edited)
389
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. //xmake repo -u
  2. //xmake project -k vsxmake
  3.  
  4. //https://github.com/yamashi/CyberEngineTweaks
  5. //https://github.com/yamashi/CyberEngineTweaks.git
  6.  
  7. //echo PowerShell.exe -File replacetext.ps1 -NoExit >>mytextreplace.bat
  8. //#.ps1
  9. //(Get-Content cyberpropp.txt) |
  10. //Where-Object{$_.length -gt 0} |
  11. //Set-Content cyberpropp.txt #emptyline
  12.  
  13. //(Get-Content cyberpropp.txt) |
  14. //Foreach-Object {$_ -replace "^", "(char*)"""} |
  15. //Set-Content cyberpropp.txt #debut de ligne
  16.  
  17. //(Get-Content cyberpropp.txt) |
  18. //Foreach-Object {$_ -replace "$", ""","} |
  19. //Set-Content cyberpropp.txt #fin de ligne
  20.  
  21. //(Get-Content testttt23.txt) |
  22. //Foreach-Object {$_ -replace "; std", ";
  23. //std"} |
  24. //Set-Content testttt23.txt #replace
  25.  
  26. //# Thunder-Menu
  27. // int ConsoleKey{ VK_MULTIPLY }; this is the key 106 star for open the menu in Options.h
  28. //# Cyberpunk 1.6
  29.  
  30. //https://github.com/3xploitch3ats/Thunder-Menu/raw/CyberPunk2077/CYBER.zip
  31. //https://github.com/3xploitch3ats/Thunder-Menu/raw/CyberPunk2077/Custom%20Cyberpunk2077%20Injector.exe
  32. //https://github.com/3xploitch3ats/Thunder-Menu/tree/CyberPunk2077
  33.  
  34. //https://github.com/yamashi/CyberEngineTweaks
  35.  
  36. //https://thunder-menu.com/
  37.  
  38. Link to guide imgui
  39. https://pastebin.com/n824pajW
  40.  
  41. Cyberpunk2077 Inventory
  42. https://pastebin.com/0Ni3CKUH
  43. Cyberpunk2077 Attachment Alcohol
  44. https://pastebin.com/SGzbbTkF
  45. Cyberpunk2077 Clothes part 1/2
  46. https://pastebin.com/tS6qk6Ar
  47. Cyberpunk2077 Clothes part 2/2
  48. https://pastebin.com/CrkNdtxz
  49. Cyberpunk2077 Components Cyberware
  50. https://pastebin.com/ZKJ4LDqF
  51. Cyberpunk2077 Weapons
  52. https://pastebin.com/6dvLHvLS
  53.  
  54. //Game.AddToInventory("Items.Preset_Q001_Lexington", 1)
  55. //Game.AddToInventory("Items.Preset_Katana_Saburo", 1)
  56.  
Add Comment
Please, Sign In to add comment