09glich

Paste Swap

Jun 12th, 2024 (edited)
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. local CurrentFile = {...}
  2.  
  3. print(CurrentFile[1], print(CurrentFile[2]))
  4.  
  5. shell.run("delete ".. CurrentFile[1])
  6. shell.run("pastebin get ".. CurrentFile[2] .. " " .. CurrentFile[1])
Advertisement
Add Comment
Please, Sign In to add comment