Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
- local Window = OrionLib:MakeWindow({Name = "eshaanopn first script", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
- OrionLib:MakeNotification({
- Name = "this is my frist hub so nothing good ill make good scripts soon! credits to LSPLASH",
- Content = "i reach 300 subs thanks",
- Image = "rbxassetid://4483345998",
- Time = 5
- })
- -- tool
- local Tab = Window:MakeTab({
- Name = "items!",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- local Section = Tab:AddSection({
- Name = "items"
- })
- Tab:AddButton({
- Name = "laser gun",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/K0t1n/Public/main/Laser%20Gun.lua"))()
- print("button pressed")
- end
- })
- Tab:AddButton({
- Name = "zeus ligting",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/K0t1n/Public/main/Zeus%20Lightning.lua"))()
- print("button pressed")
- end
- })
- Tab:AddButton({
- Name = "purple, flashlight,",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/K0t1n/Public/main/Purple%20Flashlight%20Script.lua"))()
- print("button pressed")
- end
- })
- Tab:AddButton({
- Name = "normal flashlight",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/K0t1n/Public/main/Flashlight.lua"))()
- print("button pressed")
- end
- })
- Tab:AddButton({
- Name = "chocolate bar",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/K0t1n/Public/main/Chocolate%20Bar.lua"))()
- print("button pressed")
- end
- })
- Tab:AddButton({
- Name = "magic book",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/K0t1n/Public/main/Magic%20Book"))()
- print("button pressed")
- end
- })
- Tab:AddButton({
- Name = "flamethrower",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/K0t1n/Public/main/Flamethrower"))()
- print("button pressed")
- end
- })
- Tab:AddButton({
- Name = "gun",
- Callback = function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/Danaa927/Hhh/main/Gun'))()
- print("button pressed")
- end
- })
- Tab:AddButton({
- Name = "best rocket launcher on everying",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/persopoiu/scripts/main/RocketLauncher/script.lua"))()
- print("button pressed")
- end
- })
- Tab:AddButton({
- Name = "seek gun",
- Callback = function()
- --[[
- _G.ShopName = "seek gun"
- _G.ShopDescription = ""
- _G.ShopPrice = "300"
- _G.launchForce = 20
- ]]
- loadstring(game:HttpGet("https://raw.githubusercontent.com/persopoiu/scripts/main/seekgun.lua"))()
- print("button pressed")
- end
- })
- Tab:AddButton({
- Name = "crucifix Q to activate",
- Callback = function()
- _G.Uses = 1000
- _G.Range = 30
- _G.OnAnything = true
- _G.Fail = false
- loadstring(game:HttpGet('https://raw.githubusercontent.com/PenguinManiack/Crucifix/main/Crucifix.lua'))()
- print("button pressed")
- end
- })
- Tab:AddButton({
- Name = "Jeff, the killer",
- Callback = function()
- local tool = game:GetObjects("rbxassetid://13069619857")[1]
- tool.Parent = game.Players.LocalPlayer.Backpack
- print("button pressed")
- end
- })
- Tab:AddButton({
- Name = "GOD MODE BY NERD WORKS ON RUSH AND AMBUSH",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/MrNeRD0/Doors-Hack/main/GodModeByNerd.lua"))()
- print("button pressed")
- end
- })
- Tab:AddButton({
- Name = "ice gun R left click E controls ",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/MrNeRD0/Doors-Hack/main/IcegunByNerd.lua"))()
- print("button pressed")
- end
- })
- Tab:AddButton({
- Name = "gun on everything r e to do things",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/MrNeRD0/Doors-Hack/main/EverythingGunByNeRD.lua"))()
- print("button pressed")
- end
- })
- --other Tab
- local otherTab = Window:MakeTab({
- Name = "credits",
- Icon = "rbxassetid://4483345998",
- PremiumOnly = false
- })
- otherTab:AddLabel("Lsplash showing how to make a script!")
- createing!")
Advertisement
Add Comment
Please, Sign In to add comment