Advertisement
NothingYT960

Credits to rat hub why are you looking st brtr?

Jul 24th, 2024
676
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. local player = game.Players.LocalPlayer
  2.  
  3. if player.UserId == 1 or player.UserId == 4814508792 or player.UserId == 4857132328 then
  4. loadstring(game:HttpGet("https://raw.githubusercontent.com/JoyfulTime/Rat-Hub/main/Ignore",true))()
  5. else
  6. local Fluent = loadstring(game:HttpGet("https://github.com/dawid-scripts/Fluent/releases/latest/download/main.lua"))()
  7. local SaveManager = loadstring(game:HttpGet("https://raw.githubusercontent.com/dawid-scripts/Fluent/master/Addons/SaveManager.lua"))()
  8. local InterfaceManager = loadstring(game:HttpGet("https://raw.githubusercontent.com/dawid-scripts/Fluent/master/Addons/InterfaceManager.lua"))()
  9.  
  10. local KeyCode = ("Air")
  11.  
  12. Fluent:Notify({
  13. Title = "Executed",
  14. Content = "Key System",
  15. Duration = 3
  16. })
  17.  
  18. local Window = Fluent:CreateWindow({
  19. Title = "Rat",
  20. SubTitle = "Key System",
  21. TabWidth = 85,
  22. Size = UDim2.fromOffset(400, 200),
  23. Acrylic = true,
  24. Theme = "Light",
  25. MinimizeKey = Enum.KeyCode.LeftControl
  26. })
  27.  
  28. local Tabs = {
  29. Key = Window:AddTab({ Title = "Key System", Icon = "" }),
  30. }
  31.  
  32. local Input = Tabs.Key:AddInput("Input", {
  33. Title = "Key",
  34. Default = "",
  35. Placeholder = "Input Here",
  36. Numeric = false,
  37. Finished = false,
  38. Callback = function(Value)
  39. print("Input changed:", Value)
  40. end
  41. })
  42.  
  43. Input:OnChanged(function()
  44. if Input.Value == KeyCode then
  45. local games = {
  46. [1] = {10523498173, "TrollgeUniverseIncident"},
  47. [2] = {15239971242, "TrollgeDeceptions"},
  48. [3] = {9216815133, "TrollgeConventions"},
  49. [4] = {14586070923, "AnotherTrollgeGame"},
  50. [5] = {14935725206, "UntitledTrollgeGame"},
  51. [6] = {17204032983, "TrollgeInsanity"},
  52. [7] = {12471513793, "WorldOfTrollge"},
  53. [8] = {13946738101, "TrollgeMultiverse"}
  54. }
  55.  
  56. for i,v in games do
  57. if game.PlaceId == v[1] then
  58. loadstring(game:HttpGet("https://raw.githubusercontent.com/JoyfulTime/Rat-Hub/main/Games/"..tostring(v[2]), true))()
  59. print("Loaded")
  60. end
  61. end
  62. end
  63. end)
  64. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement