Guest User

Untitled

a guest
Nov 16th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. --[[
  2. made by riu on v3rm
  3. https://discord.gg/RSwCAes
  4.  
  5. keybind changes the opening & closing keybind
  6. scaled changes the chat message text being scaled
  7. fyi scaled looks awful visually and only made for < 1920x1080 screens
  8. ]]
  9.  
  10.  
  11. _G.KeyBind = Enum.KeyCode.K; --default: K
  12. _G.Scaled = false; --default: false
  13.  
  14. loadstring(game:HttpGet("https://gist.githubusercontent.com/riuowo/572ad5e1ec53c08194604c762ae6ade4/raw/ad5e06c3a1b07b03e003a478f1fb77b4f3720585/chatlog.lua", true))()
Advertisement
Add Comment
Please, Sign In to add comment