Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2018
2,700
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.29 KB | None | 0 0
  1. [SIZE=6][B]NSwitchDebugger tutorial[/B][/SIZE]
  2. [SIZE=4]original [URL='http://games24.blog.fc2.com/blog-entry-373.html']post[/URL][/SIZE]
  3. [B][I][SIZE=5][COLOR=#ff9999]The goal is to check addresses until we find the correct one with the value we want to change. we do this by starting game multiple time and with process of deduction we can find it[/COLOR][/SIZE][/I][/B]
  4. [SIZE=5]
  5. [B]prerequisites[/B][/SIZE]
  6. [LIST]
  7. [*] [URL='https://github.com/tumGER/SDFilesSwitch/releases'][SIZE=4]SDfiles V521[/SIZE][/URL]
  8. [*][SIZE=4][URL='https://ux.getuploader.com/GAMES24/download/250']NSwitchDebugger_v0.5.6.zip[/URL][/SIZE]
  9.  
  10. [*][URL='https://github.com/CTCaer/hekate/releases']CTCaer Mod V3.2) - Hekate[/URL] (payload)
  11. [/LIST]
  12. [SIZE=4]Download above file[/SIZE]
  13. [LIST=1]
  14. [*][SIZE=4]extract SDfiles to your sd card (if you already have latest hekate skip this step)[/SIZE]
  15. [*][SIZE=4]extract NSwitchDebuger to sd card overwriting files[/SIZE]
  16. [*][SIZE=4]enter RCM mode and select NSDebugger[/SIZE]
  17. [/LIST]
  18. [SIZE=4]Once in game you wish to edit items hit home[/SIZE]
  19. [LIST]
  20. [*][SIZE=4]Start homebrew launcher and run NSwitchDebugger[/SIZE]
  21. [/LIST]
  22. [SIZE=4][SPOILER="image"][IMG]https://blog-imgs-115-origin.fc2.com/g/a/m/games24/2018062719292500-DB1426D1DFD034027CECDE9C2DD914B8.jpg[/IMG] [/SPOILER][/SIZE]
  23. [LIST]
  24. [*][SIZE=4]Now use UP and Down to select the game by title id[/SIZE]
  25. [LIST]
  26. [*][SIZE=4]flip threw until you see Application name where it says Aplication in image [/SIZE]
  27. [/LIST]
  28. [/LIST]
  29. [INDENT][INDENT][SIZE=4]keep in mind a game may have multiple processes running you may have to try bellow a few times until you find results[/SIZE][/INDENT][/INDENT]
  30. [LIST]
  31. [*][SIZE=4]Hit A, should show Success[/SIZE]
  32. [/LIST]
  33. [SIZE=4][SPOILER="image"][IMG]https://blog-imgs-115-origin.fc2.com/g/a/m/games24/2018062719294000-DB1426D1DFD034027CECDE9C2DD914B8.jpg[/IMG] [/SPOILER][/SIZE]
  34.  
  35. [SIZE=4]The next screen will apear
  36. [SPOILER="image"][IMG]https://blog-imgs-115-origin.fc2.com/g/a/m/games24/2018062719295000-DB1426D1DFD034027CECDE9C2DD914B8.jpg[/IMG] [/SPOILER][/SIZE]
  37. [LIST]
  38. [*][SIZE=4]Cycle threw them and make note of address if we do not find our searched offset we will need to try next one. Also if you see
  39. [SPOILER="CODE"][CODE]XX XX XX XX XX XX XX XX XX XX
  40. XX XX XX XX XX XX XX XX XX XX
  41. XX XX XX XX XX XX XX XX XX XX
  42. XX XX XX XX XX XX XX XX XX XX
  43. XX XX XX XX XX XX XX XX XX XX
  44. XX XX XX XX XX XX XX XX XX XX
  45. XX XX XX XX XX XX XX XX XX XX
  46. XX XX XX XX XX XX XX XX XX XX
  47. XX XX XX XX XX XX XX XX XX XX
  48. XX XX XX XX XX XX XX XX XX XX[/CODE][/SPOILER][/SIZE]
  49. [/LIST]
  50. [INDENT][SIZE=4]We are our of range[/SIZE][/INDENT]
  51. [LIST]
  52. [*][SIZE=4]At next screen we will be searching for our in-game values[/SIZE]
  53. [LIST]
  54. [*][SIZE=4]we now need to know how wide are the offset is lets say we are editing coins we note that coin count can go upto 9999999 so we use 8 bytes, lets say we are editing a item that can go upto 9999 so 4 bytes, 99 would be 2. we would change between them by hitting L and R[/SIZE]
  55. [/LIST]
  56. [/LIST]
  57. [INDENT][INDENT][LIST]
  58. [*][SIZE=4]Hit X to search for value so lets say we are editing 1234 coins in SMO[/SIZE]
  59. [LIST]
  60. [*][SIZE=4]we will need to get the hex value of 1234 to do this you will need to got [URL='https://www.binaryhexconverter.com/decimal-to-hex-converter']this[/URL] website[/SIZE]
  61. [LIST]
  62. [*][SIZE=4]you will enter 1234 in first box (this is our in-game value) hit convert this will give us our hex value[/SIZE]
  63. [*][SIZE=4]4D2 is our hex value, enter 4D2 it will show decimal value (use left and right to switch between columns up and down to change numbers also if you cant find it you may need to hit L and R to change byte size 2,4,8)[/SIZE]
  64. [/LIST]
  65. [/LIST]
  66. [/LIST][/INDENT][/INDENT]
  67. [SIZE=4][SPOILER="image"][IMG]https://s33.postimg.cc/4m5w1fw4f/1234.jpg[/IMG] [/SPOILER][/SIZE]
  68. [LIST]
  69. [*][SIZE=4]Now hit A to do the search[/SIZE]
  70. [/LIST]
  71. [SIZE=4]you screen will run threw addresses
  72. [SPOILER="image"][IMG]https://s33.postimg.cc/n30as21q7/searching.jpg[/IMG] [/SPOILER][/SIZE]
  73. [LIST]
  74. [*][SIZE=4]When it is successful you will see the following[/SIZE]
  75. [LIST]
  76. [*][SIZE=4]you may also need to change the byte size if your not finding value[/SIZE]
  77. [/LIST]
  78. [/LIST]
  79. [SIZE=4]I was only looking for number 1 for this screenshot to write this guide
  80. [SPOILER="image"][IMG]https://s33.postimg.cc/h22lv7kbj/address_after_found.jpg[/IMG] [/SPOILER][/SIZE]
  81. [LIST]
  82. [*][SIZE=4]The following is now where we do our value changing[/SIZE]
  83. [LIST]
  84. [*][SIZE=4]write down the address listed as you will use it in future to do this mod without doing the whole searching method[/SIZE]
  85. [/LIST]
  86. [*][SIZE=4]We will now press A to change 4D2 to 5F5E0FF (again for guide i did 1 to 2)[/SIZE]
  87. [/LIST]
  88. [SIZE=4][SPOILER="image"][IMG]https://s33.postimg.cc/63rcd8t7z/changing_value.jpg[/IMG] [/SPOILER][/SIZE]
  89. [LIST]
  90. [*][SIZE=4]press up or down to change number left or right to change column[/SIZE]
  91. [LIST]
  92. [*][SIZE=4]we can change byte size hear also but keep in mind this could break game[/SIZE]
  93. [/LIST]
  94. [/LIST]
  95. [SIZE=4][SPOILER="finished"][IMG]https://s33.postimg.cc/4d8bbfjb3/seccessful_changed.jpg[/IMG] [/SPOILER]
  96. rinse and repeat until you see your coins in-game change, rinse and repeat until you get your result
  97. [/SIZE]
  98. [SIZE=5][B]Congratulations[/B][/SIZE][B][SIZE=5] you have now patched memory, Enjoy!:grog:[/SIZE][/B]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement