StarlowChips

Untitled

Jan 4th, 2023
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.38 KB | None | 0 0
  1. --// config settings
  2. getgenv().config = {
  3.     old_console = true,
  4.     old_plist = true,
  5.     old_graphics = false,
  6.     dev = false
  7. }
  8.  
  9. --// mods
  10. getgenv().mods = {
  11.     fps_counter = true,
  12.     built_in_silentre = false,
  13.     c00l_mode = false
  14. }
  15.  
  16. loadstring(game:HttpGet("https://raw.githubusercontent.com/specowos/lua-projects/main/project%202016%3A%20Remastered/Main.lua"))()
Advertisement
Add Comment
Please, Sign In to add comment