Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if game.PlaceId == 6441847031 then
- local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/jensonhirst/Orion/main/source')))()
- local Dash = loadstring(game:HttpGet("https://raw.githubusercontent.com/0Ben1/fe./main/Fling%20GUI"))()
- local Window = OrionLib:MakeWindow({
- Name = "DEVJORDAN22's HUB",
- HidePremium = false,
- SaveConfig = true,
- ConfigFolder = "OrionTest",
- IntroEnabled = true,
- IntroText = "DEVJORDAN22's Hub // CHAOS",
- IntroIcon = "rbxassetid://16037338267",
- Icon = "rbxassetid://6116845229"
- })
- local Scripts = Window:MakeTab({
- Name = "Scripts",
- Icon = "rbxassetid://9405930432",
- PremiumOnly = false
- })
- local Cheats = Scripts:AddSection({
- Name = "Cheats"
- })
- local DEV = Scripts:AddSection({
- Name = "DEVJORDAN22's FAVORITES SCRIPTS"
- })
- Cheats:AddButton({
- Name = "CHAOS MINI GUI",
- Callback = function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/1111-ssss/Chaos_Script/main/Chaos_script.txt'))()
- end
- })
- Cheats:AddButton({
- Name = "FE Energize GUI (animations hub)",
- Callback = function()
- loadstring(game:HttpGet('https://pastebin.com/raw/Rx4Qqicd'))()
- end
- })
- Cheats:AddToggle({
- Name = "Dash Cooldown",
- Default = false,
- Callback = function(val)
- Dash.var41 = val
- end
- })
- Cheats:AddButton({
- Name = "OP FLING (INVISIBLE)",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/0Ben1/fe./main/Fling%20GUI"))()
- end
- })
- DEV:AddButton({
- Name = "FE ZOMBI SCRIPT WORKS IN CHAOS",
- Callback = function()
- loadstring(game:HttpGet(('https://pastefy.app/w7KnPY70/raw'),true))()
- end
- })
- Cheats:AddSlider({
- Name = "WalkSpeed",
- Min = 0,
- Max = 100,
- Default = 16,
- Color = Color3.fromRGB(0,255,255),
- Increment = 1,
- ValueName = "WalkSpeed",
- Callback = function(Value)
- local plr = game.Players.LocalPlayer
- local char = plr.Character
- local Hum = char.Humanoid
- Hum.WalkSpeed = Value
- end
- })
- Cheats:AddSlider({
- Name = "JumpPower",
- Min = 0,
- Max = 300,
- Default = 50,
- Color = Color3.fromRGB(0,255,255),
- Increment = 1,
- ValueName = "JumpPower",
- Callback = function(Value)
- local plr = game.Players.LocalPlayer
- local char = plr.Character
- local Hum = char.Humanoid
- Hum.JumpPower = Value
- end
- })
- Cheats:AddButton({
- Name = "Infinite Yield",
- Callback = function()
- loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
- end
- })
- end
- DEV:AddButton({
- Name = "RTX GUI",
- Callback = function()
- loadstring(game:HttpGet(('https://pastebin.com/raw/4uzMk5Gq'),true))()
- end
- })
- OrionLib:Init()
Advertisement
Add Comment
Please, Sign In to add comment