Advertisement
L3RG3T

KentaHUB (I dont own this)

Jul 9th, 2021
1,913
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.39 KB | None | 0 0
  1. local Data = {
  2.     ["Color"] = "dark" --[[Themes: dark or light or blue]],
  3.     ["Http Spy"] = {
  4.         ["Enabled"] = false,
  5.         ["HttpGet"] = true,
  6.         ["HttpPost"] = true,
  7.         ["HttpGetAsync"] = true,
  8.         ["HttpPostAsync"] = true,
  9.         ["Synapse Request"] = true
  10.     }
  11. }
  12.  
  13. loadstring(game:HttpGet(("https://raw.githubusercontent.com/A1sky/Kenta/main/Main.lua"), true))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement