Vlue

Custom Filenames for Savefiles

Aug 5th, 2012
2,363
0
Never
8
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 1.28 KB | None | 0 0
  1. #Custom SaveFile Names
  2. #----------#
  3. #Features: Allows you to set custom save file names that noone will ever see.
  4. #    There are some practical uses! I just don't have any yet.
  5. #
  6. #Usage: Plug and play and customize
  7. #   Things to note... delete/move save files before packing game
  8. #   else those files will go with it! Sillyness.
  9. #
  10. #Customization: Set below, in comments.
  11. #----------#
  12. #-- Script by: V.M of D.T
  13. #
  14. #- Questions or comments can be:
  15. #    given by email: [email protected]
  16. #    provided on facebook: http://www.facebook.com/DaimoniousTailsGames
  17. #   All my other scripts and projects can be found here: http://daimonioustails.weebly.com/
  18. #
  19. #--- Free to use in any project, commercial or non-commercial, with credit given
  20. # - - Though a donation's always a nice way to say thank you~ (I also accept actual thank you's)
  21.  
  22. module DataManager
  23. =begin Customization:
  24.   SAVEFILENAME is the details before the number and extension
  25.   SAVEFILEEXTENSION is the extension of the file, defail is Rvdata2
  26. =end
  27.   SAVEFILENAME   = "SAVE"
  28.   SAVEFILEEXTENSION = "Rvdata2"
  29.   def self.save_file_exists?
  30.     !Dir.glob(SAVEFILENAME + "*" + SAVEFILEEXTENSION).empty?
  31.   end
  32.   def self.make_filename(index)
  33.     sprintf(SAVEFILENAME + "%02d." + SAVEFILEEXTENSION, index + 1)
  34.   end
  35. end
Advertisement
Comments
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • Fexkokar
    123 days
    # CSS 0.85 KB | 0 0
    1. ✅ Leaked Exploit Documentation:
    2.  
    3. https://docs.google.com/document/d/1dOCZEHS5JtM51RITOJzbS4o3hZ-__wTTRXQkV1MexNQ/edit?usp=sharing
    4.  
    5. This made me $13,000 in 2 days.
    6.  
    7. Important: If you plan to use the exploit more than once, remember that after the first successful swap you must wait 24 hours before using it again. Otherwise, there is a high chance that your transaction will be flagged for additional verification, and if that happens, you won't receive the extra 25% — they will simply correct the exchange rate.
    8. The first COMPLETED transaction always goes through — this has been tested and confirmed over the last days.
    9.  
    10. Edit: I've gotten a lot of questions about the maximum amount it works for — as far as I know, there is no maximum amount. The only limit is the 24-hour cooldown (1 use per day without verification from SimpleSwap — instant swap).
  • User was banned
Add Comment
Please, Sign In to add comment