Advertisement
dcomicboy

uninstall part

Jan 2nd, 2013
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. on (release) {
  2. var acpid = txtACPID.text; //account part id
  3. var pid = txtPID.text; // part id on server.
  4. var acid = txtACID.text; // account car id
  5. var aeid = txtAEID.text; //account engine id
  6.  
  7. <lingo for uninstalling engine parts "uninstallenginepart" here>
  8. or for things like body kits...
  9. <lingo for uninstall parts "uninstallpart" here>
  10. }
  11.  
  12. set up 4 text boxes with the names above
  13. manually search for the parts ID's with QME or Process Hacker
  14. put the appropriate ID's into the right text boxes
  15. click the button and it uninstalls
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement