tuber93s

Destroyer hub

Aug 16th, 2023 (edited)
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.83 KB | None | 0 0
  1. local Rayfield = loadstring(game:HttpGet('https://sirius.menu/rayfield'))()
  2.  
  3. local Window = Rayfield:CreateWindow({
  4. Name = "🔥 Destroyer hub",
  5. LoadingTitle = "Destroyer",
  6. LoadingSubtitle ="by tuber93s",
  7. ConfigurationSaving = {
  8. Enabled = false,
  9. FolderName = nil, -- Create a custom folder for your hub/game
  10. FileName = "destroyer hub"
  11. },
  12. Discord = {
  13. Enabled = false,
  14. Invite = "noinvitelink", -- The Discord invite code, do not include discord.gg/. E.g. discord.gg/ABCD would be ABCD
  15. RememberJoins = true -- Set this to false to make them join the discord every time they load it up
  16. },
  17. KeySystem = false, -- Set this to true to use our key system
  18. KeySettings = {
  19. Title = "",
  20. Subtitle = "Key System",
  21. Note = "",
  22. FileName = "", -- 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 = {} -- 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. local MainTab = Window:CreateTab("Home", nil) -- Title, Image
  30. local MainSection = MainTab:CreateSection("Main")
  31.  
  32. Rayfield:Notify({
  33. Title = "You executed the script",
  34. Content = "cool gui",
  35. Duration = 5,
  36. Image = 13047715178,
  37. Actions = { -- Notification Buttons
  38. Ignore = {
  39. Name = "dont care!",
  40. Callback = function()
  41. print("The user tapped dont care!")
  42. end
  43. },
  44. },
  45. })
  46.  
  47. local Button = mainTab:CreateButton({
  48. Name = "infinite yield admin",
  49. Callback = function()
  50. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  51. end,
  52. })
  53.  
  54. local Button = mainTab:CreateButton({
  55. Name = "another gui by me",
  56. Callback = function()
  57. --gui by tuber93
  58. local ScreenGui = Instance.new("ScreenGui")
  59. local main = Instance.new("Frame")
  60. local TextLabel = Instance.new("TextLabel")
  61. local script1 = Instance.new("TextButton")
  62. local script2 = Instance.new("TextButton")
  63. local script3 = Instance.new("TextButton")
  64. local script4 = Instance.new("TextButton")
  65. local closebutton = Instance.new("TextButton")
  66. local openbutton = Instance.new("Frame")
  67. local open = Instance.new("TextButton")
  68.  
  69. --Properties:
  70.  
  71. ScreenGui.Parent = game.CoreGui
  72.  
  73. main.Name = "main"
  74. main.Parent = ScreenGui
  75. main.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  76. main.Position = UDim2.new(0.0519230813, 0, 0.586138606, 0)
  77. main.Size = UDim2.new(0, 287, 0, 179)
  78. main.Visible = true
  79. main.Active = true
  80. main.Draggable = true
  81.  
  82. TextLabel.Parent = main
  83. TextLabel.BackgroundColor3 = Color3.fromRGB(85, 85, 85)
  84. TextLabel.Size = UDim2.new(0, 287, 0, 43)
  85. TextLabel.Font = Enum.Font.GothamBold
  86. TextLabel.Text = "tuber93 script "
  87. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  88. TextLabel.TextScaled = true
  89. TextLabel.TextSize = 14.000
  90. TextLabel.TextWrapped = true
  91.  
  92. script1.Name = "script1"
  93. script1.Parent = main
  94. script1.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  95. script1.Position = UDim2.new(0.0801393762, 0, 0.357541889, 0)
  96. script1.Size = UDim2.new(0, 102, 0, 50)
  97. script1.Font = Enum.Font.Arcade
  98. script1.Text = "brookhaven"
  99. script1.TextColor3 = Color3.fromRGB(0, 0, 0)
  100. script1.TextScaled = true
  101. script1.TextSize = 14.000
  102. script1.TextWrapped = true
  103. script1.MouseButton1Down:connect(function()
  104. loadstring(game:HttpGet("https://raw.githubusercontent.com/IceMael7/NewIceHub/main/Brookhaven"))()
  105. end)
  106.  
  107.  
  108. script2.Name = "script2"
  109. script2.Parent = main
  110. script2.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  111. script2.Position = UDim2.new(0.578397274, 0, 0.357541889, 0)
  112. script2.Size = UDim2.new(0, 101, 0, 50)
  113. script2.Font = Enum.Font.Arcade
  114. script2.Text = "murder mystery 2"
  115. script2.TextColor3 = Color3.fromRGB(0, 0, 0)
  116. script2.TextScaled = true
  117. script2.TextSize = 14.000
  118. script2.TextWrapped = true
  119. script2.MouseButton1Down:connect(function()
  120. loadstring(game:HttpGet("https://raw.githubusercontent.com/Doggo-cryto/EclipseMM2/master/Script", true))()
  121. end)
  122.  
  123. script3.Name = "script3"
  124. script3.Parent = main
  125. script3.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  126. script3.Position = UDim2.new(0.076655075, 0, 0.720670342, 0)
  127. script3.Size = UDim2.new(0, 102, 0, 50)
  128. script3.Font = Enum.Font.Arcade
  129. script3.Text = "evade"
  130. script3.TextColor3 = Color3.fromRGB(0, 0, 0)
  131. script3.TextScaled = true
  132. script3.TextSize = 14.000
  133. script3.TextWrapped = true
  134. script3.MouseButton1Down:connect(function()
  135. loadstring(game:HttpGet('https://raw.githubusercontent.com/zReal-King/Evade/main/Main.lua'))()
  136. end)
  137.  
  138. script4.Name = "script4"
  139. script4.Parent = main
  140. script4.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  141. script4.Position = UDim2.new(0.578397274, 0, 0.720670342, 0)
  142. script4.Size = UDim2.new(0, 102, 0, 50)
  143. script4.Font = Enum.Font.Arcade
  144. script4.Text = "tower of hell"
  145. script4.TextColor3 = Color3.fromRGB(0, 0, 0)
  146. script4.TextScaled = true
  147. script4.TextSize = 14.000
  148. script4.TextWrapped = true
  149. script4.MouseButton1Down:connect(function()
  150. loadstring(game:HttpGet("https://raw.githubusercontent.com/iiProductionz/Floater-Scripts/main/WaifuEdition/Tower%20Of%20Hell"))()
  151. end)
  152.  
  153. closebutton.Name = "closebutton"
  154. closebutton.Parent = main
  155. closebutton.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  156. closebutton.Position = UDim2.new(0.878048778, 0, 0, 0)
  157. closebutton.Size = UDim2.new(0, 35, 0, 30)
  158. closebutton.Font = Enum.Font.GothamBold
  159. closebutton.Text = "X"
  160. closebutton.TextColor3 = Color3.fromRGB(0, 0, 0)
  161. closebutton.TextScaled = true
  162. closebutton.TextSize = 14.000
  163. closebutton.TextWrapped = true
  164. closebutton.MouseButton1Down:connect(function()
  165. main.visible = false
  166. openbutton.visible = true
  167. end)
  168.  
  169. openbutton.Name = "openbutton"
  170. openbutton.Parent = ScreenGui
  171. openbutton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  172. openbutton.Position = UDim2.new(0, 0, 0.405940592, 0)
  173. openbutton.Size = UDim2.new(0, 84, 0, 27)
  174. openbutton.active = true
  175. openbutton.Draggable = true
  176.  
  177. open.Name = "open"
  178. open.Parent = openbutton
  179. open.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  180. open.Position = UDim2.new(-0.130952388, 0, 0, 0)
  181. open.Size = UDim2.new(0, 95, 0, 27)
  182. open.Font = Enum.Font.SourceSans
  183. open.Text = "OPEN"
  184. open.TextColor3 = Color3.fromRGB(0, 0, 0)
  185. open.TextScaled = true
  186. open.TextSize = 14.000
  187. open.TextWrapped = true
  188. open.MouseButton1Down:connect(function()
  189. openbutton.Visible = false
  190. main.visible = true
  191. end)--gui by mystouris
  192. local ScreenGui = Instance.new("ScreenGui")
  193. local main = Instance.new("Frame")
  194. local TextLabel = Instance.new("TextLabel")
  195. local script1 = Instance.new("TextButton")
  196. local script2 = Instance.new("TextButton")
  197. local script3 = Instance.new("TextButton")
  198. local script4 = Instance.new("TextButton")
  199. local closebutton = Instance.new("TextButton")
  200. local openbutton = Instance.new("Frame")
  201. local open = Instance.new("TextButton")
  202.  
  203. --Properties:
  204.  
  205. ScreenGui.Parent = game.CoreGui
  206.  
  207. main.Name = "main"
  208. main.Parent = ScreenGui
  209. main.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  210. main.Position = UDim2.new(0.0519230813, 0, 0.586138606, 0)
  211. main.Size = UDim2.new(0, 287, 0, 179)
  212. main.Visible = false
  213. main.Active = true
  214. main.Draggable = true
  215.  
  216. TextLabel.Parent = main
  217. TextLabel.BackgroundColor3 = Color3.fromRGB(85, 85, 85)
  218. TextLabel.Size = UDim2.new(0, 287, 0, 43)
  219. TextLabel.Font = Enum.Font.GothamBold
  220. TextLabel.Text = "mystouris script"
  221. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  222. TextLabel.TextScaled = true
  223. TextLabel.TextSize = 14.000
  224. TextLabel.TextWrapped = true
  225.  
  226. script1.Name = "script1"
  227. script1.Parent = main
  228. script1.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  229. script1.Position = UDim2.new(0.0801393762, 0, 0.357541889, 0)
  230. script1.Size = UDim2.new(0, 102, 0, 50)
  231. script1.Font = Enum.Font.Arcade
  232. script1.Text = "brookhaven"
  233. script1.TextColor3 = Color3.fromRGB(0, 0, 0)
  234. script1.TextScaled = true
  235. script1.TextSize = 14.000
  236. script1.TextWrapped = true
  237. script1.MouseButton1Down:connect(function()
  238. loadstring(game:HttpGet("https://raw.githubusercontent.com/IceMael7/NewIceHub/main/Brookhaven"))()
  239. end)
  240.  
  241.  
  242. script2.Name = "script2"
  243. script2.Parent = main
  244. script2.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  245. script2.Position = UDim2.new(0.578397274, 0, 0.357541889, 0)
  246. script2.Size = UDim2.new(0, 101, 0, 50)
  247. script2.Font = Enum.Font.Arcade
  248. script2.Text = "murder mystery 2"
  249. script2.TextColor3 = Color3.fromRGB(0, 0, 0)
  250. script2.TextScaled = true
  251. script2.TextSize = 14.000
  252. script2.TextWrapped = true
  253. script2.MouseButton1Down:connect(function()
  254. loadstring(game:HttpGet("https://raw.githubusercontent.com/Doggo-cryto/EclipseMM2/master/Script", true))()
  255. end)
  256.  
  257. script3.Name = "script3"
  258. script3.Parent = main
  259. script3.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  260. script3.Position = UDim2.new(0.076655075, 0, 0.720670342, 0)
  261. script3.Size = UDim2.new(0, 102, 0, 50)
  262. script3.Font = Enum.Font.Arcade
  263. script3.Text = "evade"
  264. script3.TextColor3 = Color3.fromRGB(0, 0, 0)
  265. script3.TextScaled = true
  266. script3.TextSize = 14.000
  267. script3.TextWrapped = true
  268. script3.MouseButton1Down:connect(function()
  269. loadstring(game:HttpGet('https://raw.githubusercontent.com/zReal-King/Evade/main/Main.lua'))()
  270. end)
  271.  
  272. script4.Name = "script4"
  273. script4.Parent = main
  274. script4.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  275. script4.Position = UDim2.new(0.578397274, 0, 0.720670342, 0)
  276. script4.Size = UDim2.new(0, 102, 0, 50)
  277. script4.Font = Enum.Font.Arcade
  278. script4.Text = "tower of hell"
  279. script4.TextColor3 = Color3.fromRGB(0, 0, 0)
  280. script4.TextScaled = true
  281. script4.TextSize = 14.000
  282. script4.TextWrapped = true
  283. script4.MouseButton1Down:connect(function()
  284. loadstring(game:HttpGet("https://raw.githubusercontent.com/iiProductionz/Floater-Scripts/main/WaifuEdition/Tower%20Of%20Hell"))()
  285. end)
  286.  
  287. closebutton.Name = "closebutton"
  288. closebutton.Parent = main
  289. closebutton.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  290. closebutton.Position = UDim2.new(0.878048778, 0, 0, 0)
  291. closebutton.Size = UDim2.new(0, 35, 0, 30)
  292. closebutton.Font = Enum.Font.GothamBold
  293. closebutton.Text = "X"
  294. closebutton.TextColor3 = Color3.fromRGB(0, 0, 0)
  295. closebutton.TextScaled = true
  296. closebutton.TextSize = 14.000
  297. closebutton.TextWrapped = true
  298. closebutton.MouseButton1Down:connect(function()
  299. main.visible = false
  300. openbutton.visible = true
  301. end)
  302.  
  303. openbutton.Name = "openbutton"
  304. openbutton.Parent = ScreenGui
  305. openbutton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  306. openbutton.Position = UDim2.new(0, 0, 0.405940592, 0)
  307. openbutton.Size = UDim2.new(0, 84, 0, 27)
  308. openbutton.active = true
  309. openbutton.Draggable = true
  310.  
  311. open.Name = "open"
  312. open.Parent = openbutton
  313. open.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  314. open.Position = UDim2.new(-0.130952388, 0, 0, 0)
  315. open.Size = UDim2.new(0, 95, 0, 27)
  316. open.Font = Enum.Font.SourceSans
  317. open.Text = "OPEN"
  318. open.TextColor3 = Color3.fromRGB(0, 0, 0)
  319. open.TextScaled = true
  320. open.TextSize = 14.000
  321. open.TextWrapped = true
  322. open.MouseButton1Down:connect(function()
  323. openbutton.Visible = false
  324. main.visible = true
  325. end)
  326. end,
  327. })
  328.  
  329. local Button = MainTab:CreateButton({
  330. Name = "Infinite Jump Toggle",
  331. Callback = function()
  332. --Toggles the infinite jump between on or off on every script run
  333. _G.infinjump = not _G.infinjump
  334.  
  335. if _G.infinJumpStarted == nil then
  336. --Ensures this only runs once to save resources
  337. _G.infinJumpStarted = true
  338.  
  339. --Notifies readiness
  340. game.StarterGui:SetCore("SendNotification", {Title="Youtube Hub"; Text="Infinite Jump Activated!"; Duration=5;})
  341.  
  342. --The actual infinite jump
  343. local plr = game:GetService('Players').LocalPlayer
  344. local m = plr:GetMouse()
  345. m.KeyDown:connect(function(k)
  346. if _G.infinjump then
  347. if k:byte() == 32 then
  348. humanoid = game:GetService'Players'.LocalPlayer.Character:FindFirstChildOfClass('Humanoid')
  349. humanoid:ChangeState('Jumping')
  350. wait()
  351. humanoid:ChangeState('Seated')
  352. end
  353. end
  354. end)
  355. end
  356. end,
  357. })
  358.  
  359. local Slider = MainTab:CreateSlider({
  360. Name = "WalkSpeed Slider",
  361. Range = {1, 350},
  362. Increment = 1,
  363. Suffix = "Speed",
  364. CurrentValue = 16,
  365. Flag = "sliderws", -- A flag is the identifier for the configuration file, make sure every element has a different flag if you're using configuration saving to ensure no overlaps
  366. Callback = function(Value)
  367. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = (Value)
  368. end,
  369. })
  370.  
  371. local Slider = MainTab:CreateSlider({
  372. Name = "JumpPower Slider",
  373. Range = {1, 350},
  374. Increment = 1,
  375. Suffix = "Speed",
  376. CurrentValue = 16,
  377. Flag = "sliderjp", -- A flag is the identifier for the configuration file, make sure every element has a different flag if you're using configuration saving to ensure no overlaps
  378. Callback = function(Value)
  379. game.Players.LocalPlayer.Character.Humanoid.JumpPower = (Value)
  380. end,
  381. })
  382.  
Add Comment
Please, Sign In to add comment