BohemainWax

Da DownHill Script Made By BohemainWax

Aug 20th, 2024
38
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | Gaming | 0 0
  1. -- Shortened Orion Library script
  2. local OrionLib = loadstring(game:HttpGet('https://raw.githubusercontent.com/shlexware/Orion/main/source'))()
  3. local Window = OrionLib:MakeWindow({Name = "🛣️Da Downhill Script 🛣️", HidePremium = false, SaveConfig = true, ConfigFolder = "ControlHub"})
  4.  
  5. -- Lock Control Tab
  6. local LockControlTab = Window:MakeTab({Name = "Lock Control", Icon = "rbxassetid://4483345998"})
  7. LockControlTab:AddButton({
  8. Name = "👾Enable Purple Lock👾",
  9. Callback = function()
  10. getgenv().SettingsLockTripHub = {TripHubLockMain = {Enabled = true, Key = "c", DOT = true, AIRSHOT = true, NOTIF = true, AUTOPRED = true, FOV = math.huge, RESOVLER = false}}
  11. loadstring(game:HttpGet("https://raw.githubusercontent.com/elxocasXD/Trip-Hub/main/Scripts/OP%20Dot%20Lock%20(Universal).lua"))()
  12. end
  13. })
  14. LockControlTab:AddButton({
  15. Name = "🤫Enable Silent Aim😶",
  16. Callback = function()
  17. getgenv().Silent = {Settings = {Enabled = true, AimPart = "UpperTorso", Prediction = 0.1433, WallCheck = true, Visualize = true, AutoPrediction = true}, FOV = {Enabled = true, Size = 30, Filled = false, Thickness = 0.66, Transparency = 0.9, Color = Color3.fromRGB(255,255,255)}}
  18. loadstring(game:HttpGet("https://raw.githubusercontent.com/CyberPlaysYT/Aura-x-update/main/Aura%20x%20updated", true))()
  19. end
  20. })
  21.  
  22. -- Misc Tab
  23. local MiscTab = Window:MakeTab({Name = "Misc", Icon = "rbxassetid://4483345998"})
  24.  
  25. -- Fly GUI Toggle
  26. MiscTab:AddButton({
  27. Name = "✈️Toggle Fly GUI✈️",
  28. Callback = function() loadstring(game:HttpGet('https://pastebin.com/raw/YSL3xKYU'))() end
  29. })
  30.  
  31. -- Infinite Yield (Admin)
  32. MiscTab:AddSection({Name = "Infinite Yield (Admin)"})
  33. MiscTab:AddButton({
  34. Name = "Toggle Infinite Yield",
  35. Callback = function() loadstring(game:HttpGet("https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source"))() end
  36. })
  37.  
  38. -- Teleport Areas
  39. local locations = {
  40. ["Food🍔"] = Vector3.new(-227.36, 73.91, -807.23),
  41. ["Gun Shop🔫"] = Vector3.new(-571.53, 60.85, -737.45),
  42. ["High-Medium Armor🦾"] = Vector3.new(-569.47, 72.60, -603.38)
  43. }
  44.  
  45. -- Function to teleport player
  46. local function teleport(p) local plr = game.Players.LocalPlayer if plr and plr.Character and plr.Character:FindFirstChild("HumanoidRootPart") then plr.Character.HumanoidRootPart.CFrame = CFrame.new(p) end end
  47.  
  48. -- Add teleport options
  49. for name, pos in pairs(locations) do
  50. MiscTab:AddButton({
  51. Name = "Teleport to " .. name,
  52. Callback = function() teleport(pos) end
  53. })
  54. end
  55.  
  56. OrionLib:Init()
Comments
  • BohemainWax
    307 days
    # text 0.14 KB | 0 0
    1. This is my first Da DownHill script. pls describe Issues so i can fix it or add a suggestion to this script for Da DownHill. Enjoy your script Bye
Add Comment
Please, Sign In to add comment