Advertisement
Tihax

Xryas scritp(update)

Nov 19th, 2022 (edited)
765
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.59 KB | None | 0 0
  1. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/Maikderninja/Maikderninja/main/Test.lua"))();
  2. local Window = Library.CreateLib("Xryas", "BloodTheme")
  3.  
  4. --Tab
  5. local Tab1 = Window:NewTab("Main")
  6. local Section1 = Tab1:NewSection("Scritps")
  7.  
  8. --Button
  9.  
  10. Section1:NewButton("Infinity Jump", "Better", function()
  11. local InfiniteJumpEnabled = true
  12. game:GetService("UserInputService").JumpRequest:connect(function()
  13. if InfiniteJumpEnabled then
  14. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  15. end
  16. end)
  17. end)
  18.  
  19. Section1:NewButton("fly scritp", "Hahaha", function()
  20. loadstring("\108\111\97\100\115\116\114\105\110\103\40\103\97\109\101\58\72\116\116\112\71\101\116\40\40\39\104\116\116\112\115\58\47\47\103\105\115\116\46\103\105\116\104\117\98\117\115\101\114\99\111\110\116\101\110\116\46\99\111\109\47\109\101\111\122\111\110\101\89\84\47\98\102\48\51\55\100\102\102\57\102\48\97\55\48\48\49\55\51\48\52\100\100\100\54\55\102\100\99\100\51\55\48\47\114\97\119\47\101\49\52\101\55\52\102\52\50\53\98\48\54\48\100\102\53\50\51\51\52\51\99\102\51\48\98\55\56\55\48\55\52\101\98\51\99\53\100\50\47\97\114\99\101\117\115\37\50\53\50\48\120\37\50\53\50\48\102\108\121\37\50\53\50\48\50\37\50\53\50\48\111\98\102\108\117\99\97\116\111\114\39\41\44\116\114\117\101\41\41\40\41\10\10")()
  21. end)
  22.  
  23. Section1:NewButton("Doors scritp(Darkrai X)", "Hahaha", function()
  24. loadstring(game:HttpGet("https://raw.githubusercontent.com/GamingScripter/Darkrai-X/main/Games/Doors"))()
  25. end)
  26.  
  27. Section1:NewButton("Doors scritp", "Hahaha", function()
  28. loadstring(game:HttpGet('https://raw.githubusercontent.com/StupidProAArsenal/main/main/deer%20customs',true))()
  29. end)
  30.  
  31. Section1:NewButton("Prison life scritp(MoonUi)", "Mwahaha", function()
  32. loadstring(game:HttpGet('https://raw.githubusercontent.com/IlikeyocutgHAH12/MoonUI-v10-/main/MoonUI%20v10'))()
  33. end)
  34.  
  35. Section1:NewButton("Break story", "Hahaha", function()
  36. loadstring(game:HttpGet("https://raw.githubusercontent.com/TrixAde/Proxima-Hub/main/Main.lua"))()
  37. end)
  38.  
  39. Section1:NewButton("Finger(Fe)", "Hahaha", function()
  40. loadstring(game:HttpGet("https://raw.githubusercontent.com/Traphood86/Finger-script-v2-/main/finger.txt"))();
  41. end)
  42.  
  43. Section1:NewButton("Brookhaven(Ice hub)", "Hahaha", function()
  44. loadstring(game:HttpGet("https://raw.githubusercontent.com/IceMael7/NewIceHub/main/Brookhaven"))()
  45. end)
  46.  
  47. Section1:NewButton("Push Part scritp(Fe)", "PUSH", function()
  48. loadstring(game:HttpGet(('https://pastefy.ga/66nSxeV5/raw'),true))()
  49. end)
  50.  
  51. Section1:NewButton("invisible(Fe)", "your are GIGA CHAD", function()
  52. loadstring(game:HttpGet('https://raw.githubusercontent.com/FDHKZY/Invisible/main/Gui%20V2 '))()
  53. end)
  54. Section1:NewButton("Free Emotes(Fe)", "use for FUN", function()
  55. loadstring(game:HttpGet("https://cdn.discordapp.com/attachments/1016359889246879802/1039819753402941460/Protected.lua",true))()
  56. end)
  57.  
  58. Section1:NewButton("Snake scritp(Fe)", "Hahaha", function()
  59. loadstring(game:HttpGet(('https://pastefy.ga/tWBTcE4R/raw'),true))()
  60. end)
  61.  
  62. --button put on first coding
  63.  
  64. local ScreenGui = Instance.new("ScreenGui")
  65. local F6 = Instance.new("TextButton")
  66. local UITextSizeConstraint = Instance.new("UITextSizeConstraint")
  67.  
  68. --Properties:
  69.  
  70. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  71. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  72.  
  73. F6.Name = "F6"
  74. F6.Parent = ScreenGui
  75. F6.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  76. F6.BackgroundTransparency = 0.500
  77. F6.Position = UDim2.new(0.806384563, 0, 0.0453872904, 0)
  78. F6.Size = UDim2.new(0.159186631, 0, 0.285657197, 0)
  79. F6.Font = Enum.Font.SourceSans
  80. F6.Text = "Xryas"
  81. F6.TextColor3 = Color3.fromRGB(0, 0, 0)
  82. F6.TextScaled = true
  83. F6.TextSize = 30.000
  84. F6.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  85. F6.TextStrokeTransparency = 0.000
  86. F6.TextWrapped = true
  87. F6.MouseButton1Down:Connect(function()
  88. game:GetService("VirtualInputManager"):SendKeyEvent(true, "F6" ,false ,game)
  89. end)
  90.  
  91. UITextSizeConstraint.Parent = F6
  92. UITextSizeConstraint.MaxTextSize = 30
  93.  
  94. --Tab
  95. local Tab2 = Window:NewTab("Credits")
  96. local Section2 = Tab2:NewSection("CREDITS Tihax#6378")
  97.  
  98. Section2:NewKeybind("Toggle ui", "Toogle the ui lol", Enum.KeyCode.F6, function()
  99. Library:ToggleUI()
  100. end)
  101.  
  102. game.StarterGui:SetCore("SendNotification", {
  103. Title = "Charging";
  104. Text = "Made by Tihax"; -- what the text says (ofc)
  105. Duration = 5;
  106. })
  107. wait(1)
  108. game.StarterGui:SetCore("SendNotification", {
  109. Title = "script ready ";
  110. Text = "Thx for using Xryas"; -- what the text says (ofc)
  111. Duration = 5;
  112. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement