Advertisement
dcomicboy

OpCode Add Part

May 29th, 2015
319
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Modification[]Modification::modifications
  2. Idloc.0
  3. Idloc.0
  4. dup <duplicates menu option>
  5. Idc.i4.1 <adds 1 to the menu>
  6. add <actually adds above>
  7. stloc.0
  8. Idstr <Part Name as String>
  9. Idc.i4 <Price>
  10. Idc.i4 <Power%>
  11. Idc.i4 <Grip%>
  12. Idc.i4 <Weight%>
  13. Idc.i4 <Strength%>
  14. Idc.i4.2
  15. Idstr <Part Type ex: Turbo>
  16. Idc.i4.0
  17. newobj System.Void Modification::.ctor(System32,System.String,System.Int32,System.Single,System.Single,System.Single,ModificationType,System.String,ModificationGroup)
  18. stelem.ref
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement