FAFAZA72

rayfield universal script

Mar 9th, 2025 (edited)
539
-1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.71 KB | Source Code | 0 1
  1. My first script!!!!! im so happy
  2.  
  3. loadstring:
  4.  
  5. loadstring(game:HttpGet("pastefy.app/5ohENm3G/raw"))()
  6.  
  7. key:NxkUE
  8.  
  9. full version:
  10.  
  11. local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
  12.  
  13. local Window = Rayfield:CreateWindow({
  14. Name = "universal script🏠",
  15. Icon = 0,
  16. LoadingTitle = "thank you for using my script!!",
  17. LoadingSubtitle = "by fafaza72",
  18. Theme = "DarkBlue",
  19.  
  20. DisableRayfieldPrompts = false,
  21. DisableBuildWarnings = false,
  22.  
  23. ConfigurationSaving = {
  24. Enabled = false,
  25. FolderName = nil,
  26. FileName = "fisthubinmylife"
  27. },
  28.  
  29. Discord = {
  30. Enabled = false,
  31. Invite = "noinvitelink",
  32. RememberJoins = false
  33. },
  34.  
  35. KeySystem = true,
  36. KeySettings = {
  37. Title = "tongue battles | key",
  38. Subtitle = "key in pastebin",
  39. Note = "thank for using my script!!!!",
  40. FileName = "key hub",
  41. SaveKey = true,
  42. GrabKeyFromSite = true,
  43. Key = {"https://pastebin.com/raw/fRTT2pCZ"}
  44. }
  45. })
  46.  
  47. local MainTab = Window:CreateTab("universal script v1.1", nil)
  48. local MainSection = MainTab:CreateSection("script🧨")
  49.  
  50. Rayfield:Notify({
  51. Title = "the perfect script are executed!!!!!!!",
  52. Content = "if you read this you are bad in tongue battles",
  53. Duration = 6.5,
  54. Image = nil,
  55. })
  56.  
  57. local Button = MainTab:CreateButton({
  58. Name = "infinite jump (If you click on this button, you won't be able to go back because I had a little problem with the script)",
  59. Callback = function()
  60. local Player = game:GetService'Players'.LocalPlayer;
  61. local UIS = game:GetService'UserInputService';
  62.  
  63. _G.JumpHeight = 50;
  64.  
  65. function Action(Object, Function) if Object ~= nil then Function(Object); end end
  66.  
  67. UIS.InputBegan:connect(function(UserInput)
  68. if UserInput.UserInputType == Enum.UserInputType.Keyboard and UserInput.KeyCode == Enum.KeyCode.Space then
  69. Action(Player.Character.Humanoid, function(self)
  70. if self:GetState() == Enum.HumanoidStateType.Jumping or self:GetState() == Enum.HumanoidStateType.Freefall then
  71. Action(self.Parent.HumanoidRootPart, function(self)
  72. self.Velocity = Vector3.new(0, _G.JumpHeight, 0);
  73. end)
  74. end
  75. end)
  76. end
  77. end)
  78. end,
  79. })
  80.  
  81. local Slider = MainTab:CreateSlider({
  82. Name = "walkspeed(not working on tongue battles)",
  83. Range = {0, 100},
  84. Increment = 1,
  85. Suffix = "speed",
  86. CurrentValue = 10,
  87. Flag = "Slider1",
  88. Callback = function(Value)
  89. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = (value)
  90. end,
  91. })
  92.  
  93. local Button = MainTab:CreateButton({
  94. Name = "infinite yield",
  95. Callback = function()
  96. loadstring(game:HttpGet(('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'),true))()
  97. end,
  98. })
  99.  
  100. local Button = MainTab:CreateButton({
  101. Name = "ghosthub",
  102. Callback = function()
  103. loadstring(game:HttpGet('https://raw.githubusercontent.com/GhostPlayer352/Test4/main/GhostHub'))()
  104. end,
  105. })
  106.  
  107. local Button = MainTab:CreateButton({
  108. Name = "bang spizu (not popular script)",
  109. Callback = function()
  110. loadstring(game:HttpGet("https://pastebin.com/raw/Kqy92WvV"))()
  111. end,
  112. })
  113.  
  114. local Tab = Window:CreateTab("bonus⭐", nil)
  115.  
  116. local Button = Tab:CreateButton({
  117. Name = "blox fruit script(⚠️NOT MY SCRIPT⚠️)",
  118. Callback = function()
  119. loadstring(game:HttpGet("https://raw.githubusercontent.com/FreeeScripts/FREEHub/main/Loader", true))()
  120. end,
  121. })
  122.  
  123. local Button = Tab:CreateButton({
  124. Name = "doors script(not my script)script updated🧨🧨⭐",
  125. Callback = function()
  126. loadstring(game:HttpGet('https://raw.githubusercontent.com/zoophiliaphobic/POOPDOORS/main/script.lua'))()
  127. end,
  128. })
Advertisement
Add Comment
Please, Sign In to add comment