DEVJORDAN22

DEVJORDAN22's Chaos hub

Jan 19th, 2024 (edited)
400
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.83 KB | Gaming | 0 0
  1. if game.PlaceId == 6441847031 then
  2. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/jensonhirst/Orion/main/source')))()
  3. local Dash = loadstring(game:HttpGet("https://raw.githubusercontent.com/0Ben1/fe./main/Fling%20GUI"))()
  4. local Window = OrionLib:MakeWindow({
  5. Name = "DEVJORDAN22's HUB",
  6. HidePremium = false,
  7. SaveConfig = true,
  8. ConfigFolder = "OrionTest",
  9. IntroEnabled = true,
  10. IntroText = "DEVJORDAN22's Hub // CHAOS",
  11. IntroIcon = "rbxassetid://16037338267",
  12. Icon = "rbxassetid://6116845229"
  13. })
  14. local Scripts = Window:MakeTab({
  15.     Name = "Scripts",
  16.     Icon = "rbxassetid://9405930432",
  17.     PremiumOnly = false
  18. })
  19. local Cheats = Scripts:AddSection({
  20.     Name = "Cheats"
  21. })
  22. local DEV = Scripts:AddSection({
  23.     Name = "DEVJORDAN22's FAVORITES SCRIPTS"
  24. })
  25.  
  26. Cheats:AddButton({
  27.     Name = "CHAOS MINI GUI",
  28.     Callback = function()
  29.             loadstring(game:HttpGet('https://raw.githubusercontent.com/1111-ssss/Chaos_Script/main/Chaos_script.txt'))()
  30.     end    
  31. })
  32. Cheats:AddButton({
  33.     Name = "FE Energize GUI (animations hub)",
  34.     Callback = function()
  35.             loadstring(game:HttpGet('https://pastebin.com/raw/Rx4Qqicd'))()
  36.     end    
  37. })
  38.  
  39. Cheats:AddToggle({
  40.     Name = "Dash Cooldown",
  41.     Default = false,
  42.     Callback = function(val)
  43.             Dash.var41 = val
  44.     end    
  45. })
  46.  
  47. Cheats:AddButton({
  48.     Name = "OP FLING (INVISIBLE)",
  49.     Callback = function()
  50.             loadstring(game:HttpGet("https://raw.githubusercontent.com/0Ben1/fe./main/Fling%20GUI"))()
  51.     end    
  52. })
  53. DEV:AddButton({
  54.     Name = "FE ZOMBI SCRIPT WORKS IN CHAOS",
  55.     Callback = function()
  56.             loadstring(game:HttpGet(('https://pastefy.app/w7KnPY70/raw'),true))()
  57.     end    
  58. })
  59. Cheats:AddSlider({
  60.     Name = "WalkSpeed",
  61.     Min = 0,
  62.     Max = 100,
  63.     Default = 16,
  64.     Color = Color3.fromRGB(0,255,255),
  65.     Increment = 1,
  66.     ValueName = "WalkSpeed",
  67.     Callback = function(Value)
  68.     local plr = game.Players.LocalPlayer
  69.     local char = plr.Character
  70.     local Hum = char.Humanoid
  71.    
  72.     Hum.WalkSpeed = Value
  73.     end    
  74. })
  75. Cheats:AddSlider({
  76.     Name = "JumpPower",
  77.     Min = 0,
  78.     Max = 300,
  79.     Default = 50,
  80.     Color = Color3.fromRGB(0,255,255),
  81.     Increment = 1,
  82.     ValueName = "JumpPower",
  83.     Callback = function(Value)
  84.     local plr = game.Players.LocalPlayer
  85.     local char = plr.Character
  86.     local Hum = char.Humanoid
  87.    
  88.     Hum.JumpPower = Value
  89.     end    
  90. })
  91. Cheats:AddButton({
  92.     Name = "Infinite Yield",
  93.     Callback = function()
  94.             loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  95.     end    
  96. })
  97. end
  98. DEV:AddButton({
  99.     Name = "RTX GUI",
  100.     Callback = function()
  101.             loadstring(game:HttpGet(('https://pastebin.com/raw/4uzMk5Gq'),true))()
  102.     end    
  103. })
  104.  
  105. OrionLib:Init()
Advertisement
Add Comment
Please, Sign In to add comment