Advertisement
THEDEVEL2220

Devels Script

Sep 11th, 2022 (edited)
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.71 KB | None | 0 0
  1. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
  2. local Window = OrionLib:MakeWindow({Name = "Devels AutoFarm", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
  3.  
  4. --[[
  5. Name = <string> - The name of the UI.
  6. HidePremium = <bool> - Whether or not the user details shows Premium status or not.
  7. SaveConfig = <bool> - Toggles the config saving in the UI.
  8. ConfigFolder = <string> - The name of the folder where the configs are saved.
  9. IntroEnabled = <bool> - Whether or not to show the intro animation.
  10. IntroText = <string> - Text to show in the intro animation.
  11. IntroIcon = <string> - URL to the image you want to use in the intro animation.
  12. Icon = <string> - URL to the image you want displayed on the window.
  13. CloseCallback = <function> - Function to execute when the window is closed.
  14. ]]
  15. local Tab = Window:MakeTab({
  16. Name = "Farming",
  17. Icon = "rbxassetid://4483345998",
  18. PremiumOnly = false
  19. })
  20.  
  21. --[[
  22. Name = <string> - The name of the tab.
  23. Icon = <string> - The icon of the tab.
  24. PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
  25. ]]
  26. local Section = Tab:AddSection({
  27. Name = "Section"
  28. })
  29.  
  30. --[[
  31. Name = <string> - The name of the section.
  32. ]]
  33. OrionLib:MakeNotification({
  34. Name = "Welcome",
  35. Content = "Script Loaded",
  36. Image = "rbxassetid://4483345998",
  37. Time = 5
  38. })
  39.  
  40. --[[
  41. Title = <string> - The title of the notification.
  42. Content = <string> - The content of the notification.
  43. Image = <string> - The icon of the notification.
  44. Time = <number> - The duration of the notfication.
  45. ]]
  46. Tab:AddButton({
  47. Name = "STRENGTH",
  48. Callback = function() _G.kick = true while _G.kick do wait() if _G.kick == false then return end if _G.kick == true then game:GetService("ReplicatedStorage").Remotes.DoubleReg:FireServer() end end
  49. print("button pressed")
  50. end
  51. })
  52.  
  53. --[[
  54. Name = <string> - The name of the button.
  55. Callback = <function> - The function of the button.
  56. ]]
  57.  
  58.  
  59. --[[
  60. Name = <string> - The name of the toggle.
  61. Default = <bool> - The default value of the toggle.
  62. Callback = <> - The function of the toggle.
  63. ]]
  64. local Tab = Window:MakeTab({
  65. Name = "PVP",
  66. Icon = "rbxassetid://4483345998",
  67. PremiumOnly = false
  68. })
  69.  
  70. --[[
  71. Name = <string> - The name of the tab.
  72. Icon = <string> - The icon of the tab.
  73. PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
  74. ]]
  75. local Section = Tab:AddSection({
  76. Name = "Section"
  77. })
  78.  
  79. Tab:AddButton({
  80. Name = "INFINITE YIELD!",
  81. Callback = function()loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  82. print("button pressed")
  83. end
  84. })
  85. local Tab = Window:MakeTab({
  86. Name = "FARMING2",
  87. Icon = "rbxassetid://4483345998",
  88. PremiumOnly = false
  89. })
  90.  
  91. --[[
  92. Name = <string> - The name of the tab.
  93. Icon = <string> - The icon of the tab.
  94. PremiumOnly = <bool> - Makes the tab accessible to Sirus Premium users only.
  95. ]]
  96. local Section = Tab:AddSection({
  97. Name = "Section"
  98. })
  99.  
  100. Tab:AddButton({
  101. Name = "HP!",
  102. Callback = function() _G.riotheW = true
  103. while wait() do
  104. if _G.riotheW == false then
  105. return
  106. end
  107. if _G.riotheW == true then
  108. game:GetService("ReplicatedStorage").Remotes.Bench:FireServer(3)
  109. game:GetService("ReplicatedStorage").Remotes.PushUp:FireServer(3)
  110. game:GetService("ReplicatedStorage").Remotes.Bench:FireServer(3)
  111. game:GetService("ReplicatedStorage").Remotes.PushUp:FireServer(3)
  112. game:GetService("ReplicatedStorage").Remotes.Bench:FireServer(3)
  113. end
  114. end
  115. print("button pressed")
  116. end
  117. })
  118. Tab:AddButton({
  119. Name = "AUTO PUSHUP!",
  120. Callback = function() while wait() do
  121. game:GetService("ReplicatedStorage").Remotes.PushUp:FireServer()
  122. game:GetService("ReplicatedStorage").Remotes.PushUp:FireServer()
  123. game:GetService("ReplicatedStorage").Remotes.PushUp:FireServer()
  124. end
  125. end})
  126.  
  127. local Tab = Window:MakeTab({
  128. Name = "STAT CHECKER",
  129. Icon = "rbxassetid://4483345998",
  130. PremiumOnly = false
  131. })
  132. Tab:AddButton({
  133. Name = "Tea Hub!",
  134. Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/Aurelius0863/TeaHub/main/Loader.lua"))()
  135.  
  136. end})
  137. local Tab = Window:MakeTab({
  138. Name = "FUN",
  139. Icon = "rbxassetid://4483345998",
  140. PremiumOnly = false
  141. })
  142. Tab:AddButton({
  143. Name = "Fling Script",
  144. Callback = function() loadstring(game:HttpGet('https://pastebin.com/raw/fj5VwQtC'))()
  145. end})
  146.  
  147. local Tab = Window:MakeTab({
  148. Name = "Straw Hub",
  149. Icon = "rbxassetid://4483345998",
  150. PremiumOnly = false
  151. })
  152. Tab:AddButton({
  153. Name = "Straw Hub",
  154. Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/vep1032/VepStuff/main/COBRA%20KAI%20KARATE%20%7C%20OPEN%20SOURCE%20GUI"))()
  155.  
  156. end})
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement