Advertisement
Guest User

Untitled

a guest
Dec 8th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. Have control of two adjacent provinces.
  2. Ruler is taking turn in Province 1.
  3. Province 1 contains:
  4. - Ruler
  5. - Glitched officer whose "soldiers" value points to the "general" value of Province 2
  6.  
  7. Process of writing values:
  8. 1. Set glitched officer's soldiers to 110 (pointer to controller input)
  9. 2. Press controller input to destination address, then set resulting officer as governor.
  10. Province 2 will look like
  11. - Destination
  12. - $006E
  13. 3. Press controller input to the value to be written to the destination address then dismiss the controller input officer.
  14. Province 2 will go from
  15. -Destination
  16. -$006E
  17. -Value
  18.  
  19. to
  20.  
  21. -Destination
  22. -Value (value written to destination via linked list edit).
  23.  
  24. Repeat this process until all arbitrary code has been set up?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement