Advertisement
Prymoric

Untitled

Oct 15th, 2023
757
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.95 KB | None | 0 0
  1. local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
  2.  
  3. local Window = Rayfield:CreateWindow({
  4. Name = "Alaxus Hub",
  5. LoadingTitle = "Alaxus is Loading",
  6. LoadingSubtitle = "by Alaxus",
  7. ConfigurationSaving = {
  8. Enabled = true,
  9. FolderName = nil, -- Create a custom folder for your hub/game
  10. FileName = "Alaxus Hub"
  11. },
  12. Discord = {
  13. Enabled = true,
  14. Invite = "discord.gg/WhktUxAGNf", -- The Discord invite code, do not include discord.gg/. E.g. discord.gg/ABCD would be ABCD
  15. RememberJoins = false -- Set this to false to make them join the discord every time they load it up
  16. },
  17. KeySystem = true, -- Set this to true to use our key system
  18. KeySettings = {
  19. Title = "Alaxus Hub",
  20. Note = "Get the key in my Discord: https://discord.gg/WhktUxAGNf",
  21. Subtitle = "Key System",
  22. FileName = "Alaxus - Key", -- It is recommended to use something unique as other scripts using Rayfield may overwrite your key file
  23. SaveKey = false, -- The user's key will be saved, but if you change the key, they will be unable to use your script
  24. GrabKeyFromSite = true, -- If this is true, set Key below to the RAW site you would like Rayfield to get the key from
  25. Key = {"jdjeueh884ijb2bsj"} -- List of keys that will be accepted by the system, can be RAW file links (pastebin, github etc) or simple strings ("hello","key22")
  26. }
  27. })
  28.  
  29. Rayfield:Notify({
  30. Title = "Made By Prymoric",
  31. Content = "This script is free not paid",
  32. Duration = 6.5,
  33. Image = 4483362458,
  34. Actions = { -- Notification Buttons
  35. Ignore = {
  36. Name = "Okay!",
  37. Callback = function()
  38. print("The user tapped Okay!")
  39. end
  40. },
  41. },
  42. })
  43.  
  44. local Tab = Window:CreateTab("Setting", 4483362458) -- Title, Image
  45.  
  46. local Section = Tab:CreateSection("Combat")
  47.  
  48. local Toggle = Tab:CreateToggle({
  49. Name = "Auto Parry v1",
  50. CurrentValue = false,
  51. Flag = "Toggle1",
  52. Callback = function(Value)
  53. getgenv().ScriptConfig = {
  54. -- Distance in stud before the automatic triggers,
  55. -- you may change even after you have ran the script if you desire!
  56. -- Just be sure to REMOVE the loadstring, or else you will face some... issues
  57. DistanceBeforeParry = 46,
  58. }
  59.  
  60. loadstring(game:HttpGet("https://raw.githubusercontent.com/Sussy-Tech/Scripts/main/BladeBall.lua"))()
  61.  
  62. end,
  63. })
  64.  
  65. local Toggle = Tab:CreateToggle({
  66. Name = "Auto Parry v2",
  67. CurrentValue = false,
  68. Flag = "Toggle2",
  69. Callback = function(Value)
  70. getgenv().visualizer = true
  71. loadstring(game:HttpGet("https://raw.githubusercontent.com/1f0yt/community/main/RedCircleBlock"))()
  72.  
  73. end,
  74. })
  75.  
  76. local Toggle = Tab:CreateToggle({
  77. Name = "Auto Parry v3 (Best)",
  78. CurrentValue = false,
  79. Flag = "Toggle3",
  80. Callback = function(Value)
  81. getgenv().config = getgenv().config or {
  82. hit_time = 0.5, -- // recommended 0.25 to 0.75 \\ --
  83.  
  84. mode = 'Always', -- // Hold , Toggle , Always \\ --
  85. deflect_type = 'Remote', -- // Key Press , Remote \\ --
  86. notifications = true,
  87. keybind = Enum.KeyCode.V
  88. }
  89.  
  90. loadstring(game:HttpGet("https://raw.githubusercontent.com/Hosvile/Refinement/main/MC%3ABlade%20Ball%20Parry%20V4.0.0",true))()
  91.  
  92. end,
  93. })
  94.  
  95. local Section = Tab:CreateSection("Spam")
  96.  
  97. local Toggle = Tab:CreateToggle({
  98. Name = "Hold Block Button to Spam",
  99. CurrentValue = false,
  100. Flag = "Toggle4",
  101. Callback = function(Value)
  102. getgenv().SpamSpeed = 1 loadstring(game:HttpGet("https://raw.githubusercontent.com/Hosvile/Refinement/main/MC%3ABlade%20Ball%20Spam",true))()
  103.  
  104. end,
  105. })
  106.  
  107. local Section = Tab:CreateSection("Config")
  108.  
  109. local Toggle = Tab:CreateToggle({
  110. Name = "Fps Booster",
  111. CurrentValue = false,
  112. Flag = "Toggle5",
  113. Callback = function(Value)
  114. _G.Settings = {
  115. Players = {
  116. ["Ignore Me"] = true, -- Ignore your Character
  117. ["Ignore Others"] = true-- Ignore other Characters
  118. },
  119. Meshes = {
  120. Destroy = false, -- Destroy Meshes
  121. LowDetail = true -- Low detail meshes (NOT SURE IT DOES ANYTHING)
  122. },
  123. Images = {
  124. Invisible = true, -- Invisible Images
  125. LowDetail = false, -- Low detail images (NOT SURE IT DOES ANYTHING)
  126. Destroy = false, -- Destroy Images
  127. },
  128. ["No Particles"] = true, -- Disables all ParticleEmitter, Trail, Smoke, Fire and Sparkles
  129. ["No Camera Effects"] = true, -- Disables all PostEffect's (Camera/Lighting Effects)
  130. ["No Explosions"] = true, -- Makes Explosion's invisible
  131. ["No Clothes"] = true, -- Removes Clothing from the game
  132. ["Low Water Graphics"] = true, -- Removes Water Quality
  133. ["No Shadows"] = true, -- Remove Shadows
  134. ["Low Rendering"] = true, -- Lower Rendering
  135. ["Low Quality Parts"] = true -- Lower quality parts
  136. }
  137. loadstring(game:HttpGet("https://raw.githubusercontent.com/CasperFlyModz/discord.gg-rips/main/FPSBooster.lua"))()
  138.  
  139. end,
  140. })
  141.  
  142. local Section = Tab:CreateSection("Movement")
  143.  
  144. local Button = Tab:CreateButton({
  145. Name = "WalkSpeed",
  146. Callback = function()
  147. -- Variables
  148. local speedValue = 16 -- Default speed value
  149.  
  150. -- Create GUI
  151. local gui = Instance.new("ScreenGui")
  152. gui.Name = "JN HH Gaming"
  153. gui.Parent = game.Players.LocalPlayer.PlayerGui
  154.  
  155. local frame = Instance.new("Frame")
  156. frame.Name = "SpeedFrame"
  157. frame.Size = UDim2.new(0, 200, 0, 100)
  158. frame.Position = UDim2.new(0, 10, 0, 10)
  159. frame.BackgroundColor3 = Color3.new(0, 0, 0)
  160. frame.BackgroundTransparency = 0.5
  161. frame.Parent = gui
  162.  
  163. local speedLabel = Instance.new("TextLabel")
  164. speedLabel.Name = "SpeedLabel"
  165. speedLabel.Size = UDim2.new(0, 180, 0, 30)
  166. speedLabel.Position = UDim2.new(0, 10, 0, 10)
  167. speedLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  168. speedLabel.TextColor3 = Color3.new(1, 1, 1)
  169. speedLabel.TextSize = 18
  170. speedLabel.Text = "Speed: " .. speedValue
  171. speedLabel.Parent = frame
  172.  
  173. local decreaseButton = Instance.new("TextButton")
  174. decreaseButton.Name = "DecreaseButton"
  175. decreaseButton.Size = UDim2.new(0, 50, 0, 30)
  176. decreaseButton.Position = UDim2.new(0, 10, 0, 50)
  177. decreaseButton.BackgroundColor3 = Color3.new(0, 1, 0)
  178. decreaseButton.TextColor3 = Color3.new(1, 1, 1)
  179. decreaseButton.TextSize = 14
  180. decreaseButton.Text = "-"
  181. decreaseButton.Parent = frame
  182.  
  183. local increaseButton = Instance.new("TextButton")
  184. increaseButton.Name = "IncreaseButton"
  185. increaseButton.Size = UDim2.new(0, 50, 0, 30)
  186. increaseButton.Position = UDim2.new(0, 140, 0, 50)
  187. increaseButton.BackgroundColor3 = Color3.new(0, 1, 0)
  188. increaseButton.TextColor3 = Color3.new(1, 1, 1)
  189. increaseButton.TextSize = 14
  190. increaseButton.Text = "+"
  191. increaseButton.Parent = frame
  192.  
  193. -- Functions
  194. local function updateSpeedLabel()
  195. speedLabel.Text = "Speed: " .. speedValue
  196. end
  197.  
  198. local function decreaseSpeed()
  199. if speedValue > 1 then
  200. speedValue = speedValue - 1
  201. updateSpeedLabel()
  202. end
  203. end
  204.  
  205. local function increaseSpeed()
  206. speedValue = speedValue + 1
  207. updateSpeedLabel()
  208. end
  209.  
  210. local function onDecreaseButtonClicked()
  211. decreaseSpeed()
  212. end
  213.  
  214. local function onIncreaseButtonClicked()
  215. increaseSpeed()
  216. end
  217.  
  218. -- Event connections
  219. decreaseButton.MouseButton1Click:Connect(onDecreaseButtonClicked)
  220. increaseButton.MouseButton1Click:Connect(onIncreaseButtonClicked)
  221.  
  222. -- Main loop
  223. while true do
  224. -- Modify the speed of the character (you need to replace this with the appropriate code for your specific game)
  225. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = speedValue
  226. wait(0.1) -- Adjust the wait time as desired
  227. end
  228. end,
  229. })
  230.  
  231. local Tab = Window:CreateTab("Credits", 4483362458) -- Title, Image
  232.  
  233. local Button = Tab:CreateButton({
  234. Name = "Script made by Prymoric",
  235. Callback = function()
  236. -- The function that takes place when the button is pressed
  237. end,
  238. })
  239.  
  240. local Button = Tab:CreateButton({
  241. Name = "Join my discord (Click to get my discord link)",
  242. Callback = function()
  243. setclipboard("https://discord.gg/WhktUxAGNf")
  244. end,
  245. })
  246.  
  247. Rayfield:LoadConfiguration()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement