Eshaanopn

Untitled

Jun 22nd, 2023
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.41 KB | None | 0 0
  1. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
  2. local Window = OrionLib:MakeWindow({Name = "eshaanopn first script", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
  3. OrionLib:MakeNotification({
  4. Name = "this is my frist hub so nothing good ill make good scripts soon! credits to LSPLASH",
  5. Content = "i reach 300 subs thanks",
  6. Image = "rbxassetid://4483345998",
  7. Time = 5
  8. })
  9. -- tool
  10. local Tab = Window:MakeTab({
  11. Name = "items!",
  12. Icon = "rbxassetid://4483345998",
  13. PremiumOnly = false
  14. })
  15. local Section = Tab:AddSection({
  16. Name = "items"
  17. })
  18. Tab:AddButton({
  19. Name = "laser gun",
  20. Callback = function()
  21. loadstring(game:HttpGet("https://raw.githubusercontent.com/K0t1n/Public/main/Laser%20Gun.lua"))()
  22. print("button pressed")
  23. end
  24. })
  25. Tab:AddButton({
  26. Name = "zeus ligting",
  27. Callback = function()
  28. loadstring(game:HttpGet("https://raw.githubusercontent.com/K0t1n/Public/main/Zeus%20Lightning.lua"))()
  29. print("button pressed")
  30. end
  31. })
  32. Tab:AddButton({
  33. Name = "purple, flashlight,",
  34. Callback = function()
  35. loadstring(game:HttpGet("https://raw.githubusercontent.com/K0t1n/Public/main/Purple%20Flashlight%20Script.lua"))()
  36. print("button pressed")
  37. end
  38. })
  39. Tab:AddButton({
  40. Name = "normal flashlight",
  41. Callback = function()
  42. loadstring(game:HttpGet("https://raw.githubusercontent.com/K0t1n/Public/main/Flashlight.lua"))()
  43. print("button pressed")
  44. end
  45. })
  46. Tab:AddButton({
  47. Name = "chocolate bar",
  48. Callback = function()
  49. loadstring(game:HttpGet("https://raw.githubusercontent.com/K0t1n/Public/main/Chocolate%20Bar.lua"))()
  50. print("button pressed")
  51. end
  52. })
  53.  
  54. Tab:AddButton({
  55. Name = "magic book",
  56. Callback = function()
  57. loadstring(game:HttpGet("https://raw.githubusercontent.com/K0t1n/Public/main/Magic%20Book"))()
  58. print("button pressed")
  59. end
  60. })
  61. Tab:AddButton({
  62. Name = "flamethrower",
  63. Callback = function()
  64. loadstring(game:HttpGet("https://raw.githubusercontent.com/K0t1n/Public/main/Flamethrower"))()
  65. print("button pressed")
  66. end
  67. })
  68. Tab:AddButton({
  69. Name = "gun",
  70. Callback = function()
  71. loadstring(game:HttpGet('https://raw.githubusercontent.com/Danaa927/Hhh/main/Gun'))()
  72. print("button pressed")
  73. end
  74. })
  75. Tab:AddButton({
  76. Name = "best rocket launcher on everying",
  77. Callback = function()
  78. loadstring(game:HttpGet("https://raw.githubusercontent.com/persopoiu/scripts/main/RocketLauncher/script.lua"))()
  79. print("button pressed")
  80. end
  81. })
  82. Tab:AddButton({
  83. Name = "seek gun",
  84. Callback = function()
  85. --[[
  86. _G.ShopName = "seek gun"
  87. _G.ShopDescription = ""
  88. _G.ShopPrice = "300"
  89.  
  90. _G.launchForce = 20
  91. ]]
  92.  
  93. loadstring(game:HttpGet("https://raw.githubusercontent.com/persopoiu/scripts/main/seekgun.lua"))()
  94. print("button pressed")
  95. end
  96. })
  97. Tab:AddButton({
  98. Name = "crucifix Q to activate",
  99. Callback = function()
  100. _G.Uses = 1000
  101. _G.Range = 30
  102. _G.OnAnything = true
  103. _G.Fail = false
  104. loadstring(game:HttpGet('https://raw.githubusercontent.com/PenguinManiack/Crucifix/main/Crucifix.lua'))()
  105. print("button pressed")
  106. end
  107. })
  108. Tab:AddButton({
  109. Name = "Jeff, the killer",
  110. Callback = function()
  111. local tool = game:GetObjects("rbxassetid://13069619857")[1]
  112. tool.Parent = game.Players.LocalPlayer.Backpack
  113. print("button pressed")
  114. end
  115. })
  116. Tab:AddButton({
  117. Name = "God mode by yiev",
  118. Callback = function()
  119. --// GodMode
  120. if _G.God == nil then
  121. _G.God = true
  122. local Collison = game.Players.LocalPlayer.Character:FindFirstChild("Collision")
  123. Collison.Position = Collison.Position - Vector3.new(0,11.5,0)
  124. end
  125. print("button pressed")
  126. end
  127. })
  128. Tab:AddButton({
  129. Name = "ice gun R left click E controls ",
  130. Callback = function()
  131. loadstring(game:HttpGet("https://raw.githubusercontent.com/MrNeRD0/Doors-Hack/main/IcegunByNerd.lua"))()
  132. print("button pressed")
  133. end
  134. })
  135. Tab:AddButton({
  136. Name = "gun on everything r e to do things",
  137. Callback = function()
  138. loadstring(game:HttpGet("https://raw.githubusercontent.com/MrNeRD0/Doors-Hack/main/EverythingGunByNeRD.lua"))()
  139. print("button pressed")
  140. end
  141. })
  142.  
  143. --other Tab
  144. local otherTab = Window:MakeTab({
  145. Name = "credits",
  146. Icon = "rbxassetid://4483345998",
  147. PremiumOnly = false
  148. })
  149. otherTab:AddLabel("Lsplash showing how to make a script!")
  150. createing!")
Advertisement
Add Comment
Please, Sign In to add comment