Flaviux

Untitled

Oct 20th, 2023
5
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. local games = {
  2.  
  3. ["SurviveTheKiller"] = 4580204640
  4.  
  5. }
  6.  
  7. for i,v in pairs(games) do
  8. if game.PlaceId == v then print("Supported!"); loadstring(game:HttpGet("http://raw.githubusercontent.com/MiloHaxx/ChairWare/main/Games/" .. i .. ".lua", true))() end
  9. end
  10.  
  11. loadstring(game:HttpGet("https://raw.githubusercontent.com/MiloHaxx/ChairWare/main/dcJoin.lua", true))()
Add Comment
Please, Sign In to add comment