Advertisement
hacimiks

Aoki Orion Lib

Apr 7th, 2024 (edited)
786
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 12.76 KB | None | 0 0
  1. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/thanhdat4461/OrionMoblie/main/source')))()
  2. local Window = OrionLib:MakeWindow({Name = "RemiAPE | NDS", HidePremium = false, SaveConfig = false, ConfigFolder = "OrionTest", IntroText = "RemiAPE X Orion"})
  3.  
  4.     OrionLib:MakeNotification({
  5.         Name = "RemiAPE",
  6.         Content = "Made by: aoki0x",
  7.         Image = "rbxassetid://12117215397",
  8.         Time = 10
  9.     })
  10.  
  11.     --Values
  12.     _G.autowinfarm = true
  13.     _G.NoFallDamage = true
  14.  
  15.     --Functions
  16.     local function autowinfarm()
  17.             if _G.autowinfarm == true and  game.Players.LocalPlayer.Character and  game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart") then
  18.                 game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-236, 180, 360, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  19.             end
  20.         end
  21.  
  22.     local function NoFallDamage()
  23.         local FallDamageScript = (game.Players.LocalPlayer.Character ~= nil) and game.Players.LocalPlayer.Character:FindFirstChild("FallDamageScript") or nil
  24.         if FallDamageScript then
  25.         FallDamageScript:Destroy()
  26.         end
  27.     end
  28.  
  29.  
  30.  
  31.     local Tab = Window:MakeTab({
  32.         Name = "Main",
  33.         Icon = "rbxassetid://12053823591"
  34.     })
  35.  
  36.     local Section = Tab:AddSection({
  37.         Name = "Auto Farm"
  38.     })
  39.  
  40.     Section:AddToggle({
  41.         Name = "Auto Win",
  42.         Default = false,
  43.         Callback = function(Value)
  44.             _G.autowinfarm = Value
  45.             autowinfarm()
  46.         end
  47.     })
  48.  
  49.     local Section2 = Tab:AddSection({
  50.         Name = "Other"
  51.     })
  52.  
  53.     Section2:AddToggle({
  54.         Name = "Remove Fall Damage (Auto)",
  55.         Default = false,
  56.         Callback = function(Value)
  57.             _G.NoFallDamage = Value
  58.             NoFallDamage()
  59.         end
  60.     })
  61.  
  62.     Section2:AddToggle({
  63.         Name = "Walk On Water",
  64.         Default = false,
  65.         Callback = function(bool)
  66.             if bool == false then do game.Workspace.WaterLevel.CanCollide = false
  67.                 game.Workspace.WaterLevel.Size = Vector3.new(10, 1, 10)
  68.             end
  69.         end
  70.             if bool == true then do game.Workspace.WaterLevel.CanCollide = true
  71.                 game.Workspace.WaterLevel.Size = Vector3.new(5000, 1, 5000)
  72.             end
  73.         end
  74.     end
  75.     })
  76.  
  77.     Section2:AddButton({
  78.         Name = "Infinite Jump Gui",
  79.         Callback = function()
  80.             loadstring(game:HttpGet("https://raw.githubusercontent.com/aoki0x/aoki0x/main/Infinite%20Jump%20Gui.lua"))()
  81.         end
  82.     })
  83.  
  84.     Section2:AddButton({
  85.         Name = "Launch Rocket (Launch Land Map)",
  86.         Callback = function()
  87.             pcall(function()
  88.                 fireclickdetector(game:GetService("Workspace").Structure["Launch Land"]["SPACESHIP!!"].Shuttle.IgnitionButton.ClickDetector)
  89.                 fireclickdetector(game:GetService("Workspace").Structure["Launch Land"].RocketStand.ConsoleLower.ReleaseButtonLower.ClickDetector)
  90.                 fireclickdetector(game:GetService("Workspace").Structure["Launch Land"].RocketStand.ConsoleUpper.ReleaseButtonUpper.ClickDetector)
  91.                 fireclickdetector(game:GetService("Workspace").Structure["Launch Land"].LoadingTower.Console.ReleaseEntryBridge.ClickDetector)
  92.             end)
  93.         end
  94.     })
  95.  
  96.     Section2:AddButton({
  97.         Name = "Show Current Disaster (View Warning Console)",
  98.         Callback = function()
  99.             warn(game.Players.LocalPlayer.Character.SurvivalTag.Value)
  100.         end
  101.     })
  102.  
  103.     Section2:AddButton({
  104.         Name = "Set Health To Max",
  105.         Callback = function()
  106.             game.Players.LocalPlayer.Character.Humanoid.Health = 100
  107.         end
  108.     })
  109.  
  110.     Section2:AddButton({
  111.         Name = "Remove Blizzard Ui",
  112.         Callback = function()
  113.             game.Players.LocalPlayer.PlayerGui.BlizzardGui:destroy()
  114.         end
  115.     })
  116.  
  117.     Section2:AddButton({
  118.         Name = "Remove Sandstorm Ui",
  119.         Callback = function()
  120.             game.Players.LocalPlayer.PlayerGui.SandStormGui:destroy()
  121.         end
  122.     })
  123.  
  124.     local Section3 = Tab:AddSection({
  125.         Name = "Gamepass"
  126.     })
  127.  
  128.     Section3:AddToggle({
  129.         Name = "Vote Map (Compass)",
  130.         Default = false,
  131.         Callback = function(bool)
  132.             if bool == false then do game.Players.LocalPlayer.PlayerGui.MainGui.MapVotePage.Visible = false
  133.             end
  134.         end
  135.             if bool == true then do game.Players.LocalPlayer.PlayerGui.MainGui.MapVotePage.Visible = true
  136.             end
  137.         end
  138.     end, false
  139.     })
  140.    
  141.     local Section4 = Tab:AddSection({
  142.         Name = "Teleport"
  143.     })
  144.  
  145.     Section4:AddButton({
  146.         Name = "Island",
  147.         Callback = function()
  148.             game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-83.5, 48.5, -27.5, -1, 0, 0, 0, 1, 0, 0, 0, -1) --Game Island
  149.         end
  150.     })
  151.  
  152.     Section4:AddButton({
  153.         Name = "Tower",
  154.         Callback = function()
  155.             game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-280, 180, 341, 1, 0, 0, 0, 1, 0, 0, 0, 1) --Spawn Tower
  156.         end
  157.     })
  158.  
  159.     local Tab2 = Window:MakeTab({
  160.         Name = "Miscellaneous",
  161.         Icon = "rbxassetid://12623079242"
  162.     })
  163.  
  164.     local Section5 = Tab2:AddSection({
  165.         Name = "Extras"
  166.     })
  167.  
  168.     Section5:AddButton({
  169.         Name = "Fly Gui V3",
  170.         Callback = function()
  171.             loadstring(game:HttpGet("https://raw.githubusercontent.com/aoki0x/aoki0x/main/Fly%20Gui.lua"))()
  172.         end
  173.     })
  174.  
  175.     Section5:AddButton({
  176.         Name = "Mobile Keyboard",
  177.         Callback = function()
  178.             loadstring(game:HttpGet("https://raw.githubusercontent.com/advxzivhsjjdhxhsidifvsh/mobkeyboard/main/main.txt", true))()
  179.         end
  180.     })
  181.  
  182.     Section5:AddButton({
  183.         Name = "Mobile Shiftlock",
  184.         Callback = function()
  185.             loadstring(game:HttpGet('https://raw.githubusercontent.com/aoki0x/aoki0x/main/Shiftlock%20Mobile.lua'))()
  186.         end
  187.     })
  188.  
  189.     Section5:AddButton({
  190.         Name = "Mobile Cursor",
  191.         Callback = function()
  192.             loadstring(game:HttpGet('https://pastefy.app/58d8d52G/raw'))()
  193.         end
  194.     })
  195.  
  196.     Section5:AddButton({
  197.         Name = "Fling Gui",
  198.         Callback = function()
  199.             loadstring(game:HttpGet('https://raw.githubusercontent.com/0Ben1/fe./main/Fling%20GUI'))()
  200.         end
  201.     })
  202.  
  203.     Section5:AddButton({
  204.         Name = "Sit Gui",
  205.         Callback = function()
  206.             loadstring(game:HttpGet("https://pastebin.com/raw/Qs3FzDFB"))()
  207.         end
  208.     })
  209.  
  210.     Section5:AddButton({
  211.         Name = "Headless + One Leg (One Leg R6)",
  212.         Callback = function()
  213.             loadstring(game:HttpGet("https://pastebin.com/raw/e0pecmKW"))()
  214.         end
  215.     })
  216.  
  217.     Section5:AddButton({
  218.         Name = "One Leg (R15)",
  219.         Callback = function()
  220.             loadstring(game:HttpGet("https://pastebin.com/raw/rw9sqWjJ"))()
  221.         end
  222.     })
  223.  
  224.     Section5:AddButton({
  225.         Name = "Korblox X Headless (Korblox Only R15)",
  226.         Callback = function()
  227.             loadstring(game:HttpGet("https://pastebin.com/raw/nu8nksBs"))()
  228.         end
  229.     })
  230.  
  231.     Section5:AddButton({
  232.         Name = "Auto Play Piano",
  233.         Callback = function()
  234.             loadstring(game:HttpGet("https://raw.githubusercontent.com/ZhenX201/Auto-Piano-Faded/main/source"))()
  235.         end
  236.     })
  237.  
  238.     Section5:AddButton({
  239.         Name = "Hacker Chat Gui (No Tags)",
  240.         Callback = function()
  241.             loadstring(game:HttpGet('https://pastebin.com/raw/BgyNtbNH'))()
  242.         end
  243.     })
  244.  
  245.     Section5:AddButton({
  246.         Name = "Outfit Copier (Need User Id)",
  247.         Callback = function()
  248.             loadstring(game:HttpGet(("https://raw.githubusercontent.com/Invooker11/Outfit/main/OutfitCopier.lua"),true))()
  249.         end
  250.     })
  251.  
  252.     Section5:AddButton({
  253.         Name = "Godmode (Universal)",
  254.         Callback = function()
  255.             loadstring(game:HttpGet("https://raw.githubusercontent.com/zephyr10101/ignore-touchinterests/main/main",true))()
  256.         end
  257.     })
  258.  
  259.     local Tab3 = Window:MakeTab({
  260.         Name = "FE Scripts",
  261.         Icon = "rbxassetid://6090344671"
  262.     })
  263.  
  264.     local SectionFE = Tab3:AddSection({
  265.         Name = "FE Scripts"
  266.     })
  267.  
  268.     SectionFE:AddToggle({
  269.         Name = "FE Sound Spammer",
  270.         Default = false,
  271.         Callback = function(bool)
  272.             _G.EARFUK = bool;
  273.                 while _G.EARFUK == true and task.wait(EARFUK1) do
  274.                 for _, sound in next, workspace:GetDescendants() do
  275.                     if sound:isA("Sound") then
  276.                         sound:Play()
  277.                             end
  278.                     end end
  279.             end, false})
  280.  
  281.     SectionFE:AddButton({
  282.         Name = "FE Universal Admin",
  283.         Callback = function()
  284.             loadstring(game:HttpGet('https://raw.githubusercontent.com/yofriendfromschool1/Sky-Hub/main/FE%20Trolling%20GUI.luau'))()
  285.         end
  286.     })
  287.  
  288.     SectionFE:AddButton({
  289.         Name = "FE Character Animations",
  290.         Callback = function()
  291.             loadstring(game:HttpGet("https://raw.githubusercontent.com/GamingScripter/Animation-Hub/main/Animation%20Gui"))()
  292.         end
  293.     })
  294.  
  295.     SectionFE:AddButton({
  296.         Name = "FE Admin Commands",
  297.         Callback = function()
  298.             loadstring(game:HttpGet("https://raw.githubusercontent.com/JoeScriptHub/GrimEx-Admin/main/GrimEx%20Admin"))()
  299.         end
  300.     })
  301.  
  302.     SectionFE:AddButton({
  303.         Name = "FE Invisible Script",
  304.         Callback = function()
  305.             loadstring(game:HttpGet('https://pastebin.com/raw/C168YFQB'))()
  306.         end
  307.     })
  308.  
  309.     SectionFE:AddButton({
  310.         Name = "FE Patchma Hub Script",
  311.         Callback = function()
  312.             loadstring(game:HttpGet("https://raw.githubusercontent.com/aoki0x/aoki0x/main/PATCHMA%20HUB.lua"))()
  313.         end
  314.     })
  315.  
  316.     SectionFE:AddButton({
  317.         Name = "FE Teleknesis V2",
  318.         Callback = function()
  319.             loadstring(game:HttpGet("https://pastebin.com/raw/iKxvzvbG"))
  320.         end
  321.     })
  322.  
  323.     local Tab4 = Window:MakeTab({
  324.         Name = "Settings",
  325.         Icon = "rbxassetid://11818627057"
  326.     })
  327.  
  328.     local Section7 = Tab4:AddSection({
  329.         Name = "Universal"
  330.     })
  331.  
  332.     Section7:AddButton({
  333.         Name = "Lightux Esp",
  334.         Callback = function()
  335.             loadstring(game:HttpGet('https://pastebin.com/raw/3cKjwUCG'))()
  336.         end
  337.     })
  338.  
  339.     Section7:AddButton({
  340.         Name = "Anti AFK",
  341.         Callback = function()
  342.             loadstring(game:HttpGet('https://pastebin.com/raw/2n6FV7Sc'))()
  343.         end
  344.     })
  345.  
  346.     Section7:AddButton({
  347.         Name = "Infinite Yield",
  348.         Callback = function()
  349.             loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  350.         end
  351.     })
  352.  
  353.     Section7:AddButton({
  354.         Name = "Dark Dex V3",
  355.         Callback = function()
  356.             loadstring(game:HttpGet("https://raw.githubusercontent.com/Babyhamsta/RBLX_Scripts/main/Universal/BypassedDarkDexV3.lua", true))()
  357.         end
  358.     })
  359.  
  360.     local Section8 = Tab4:AddSection({
  361.         Name = "Humanoid"
  362.     })
  363.  
  364.     Section8:AddSlider({
  365.         Name = "Walkspeed",
  366.         Min = 0,
  367.         Max = 400,
  368.         Default = 16,
  369.         Color = Color3.fromRGB(133, 139, 148),
  370.         Increment = 1,
  371.         ValueName = "Player Walk Speed",
  372.         Callback = function(Value)
  373.             game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = Value
  374.         end
  375.     })
  376.  
  377.     Section8:AddSlider({
  378.         Name = "Jump Height",
  379.         Min = 0,
  380.         Max = 400,
  381.         Default = 50,
  382.         Color = Color3.fromRGB(133, 139, 148),
  383.         Increment = 1,
  384.         ValueName = "Player Jump Height",
  385.         Callback = function(Value)
  386.             game.Players.LocalPlayer.Character.Humanoid.JumpPower = Value
  387.         end
  388.     })
  389.  
  390.     Section8:AddSlider({
  391.         Name = "Gravity",
  392.         Min = 0,
  393.         Max = 400,
  394.         Default = 196,
  395.         Color = Color3.fromRGB(133, 139, 148),
  396.         Increment = 1,
  397.         ValueName = "Player Gravity",
  398.         Callback = function(Value)
  399.             game.Workspace.Gravity = Value
  400.         end
  401.     })
  402.  
  403.     Section8:AddSlider({
  404.         Name = "FOV",
  405.         Min = 0,
  406.         Max = 120,
  407.         Default = 70,
  408.         Color = Color3.fromRGB(133, 139, 148),
  409.         Increment = 1,
  410.         ValueName = "Player Fov",
  411.         Callback = function(Value)
  412.             game.Workspace.Camera.FieldOfView = Value
  413.         end
  414.     })
  415.  
  416.     local Section10 = Tab4:AddSection({
  417.         Name = "Exit Gui"
  418.     })
  419.  
  420.     Section10:AddButton({
  421.         Name = "Exit",
  422.         Callback = function()
  423.             OrionLib:Destroy()
  424.         end
  425.     })
  426.     OrionLib:Init()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement