Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- DONT COPY THIS: Executor I use: https://jjsploit.net/#:~:text=Download%20One%20of%20the%20Best%20Roblox%20Exploiter%20JJSploit
- DONT COPY THIS: Not made by me!
- DONT COPY THIS: This script it useable for a Dusty Trip
- local Workspace = game:GetService("Workspace")
- local Players = game:GetService("Players")
- local LocalPlayer = Players.LocalPlayer
- local Character = LocalPlayer.Character
- local OrionLib = loadstring(game:HttpGet("https://raw.githubusercontent.com/Giangplay/Script/main/Orion_Library_PE_V2.lua"))()
- local Window = OrionLib:MakeWindow({IntroText = "Loading...", IntroIcon = "rbxassetid://7247207481",Name = ("a dusty trip".." | ".. identifyexecutor()), HidePremium = false, SaveConfig = false, IntroEnabled = true, ConfigFolder = "omghax"})
- local Credits = Window:MakeTab({
- Name = "Credits",
- Icon = "rbxassetid://7734053426",
- PremiumOnly = false
- })
- Credits:AddLabel("made by laziest guys (celestial)")
- local Cars = Window:MakeTab({
- Name = "Cars",
- Icon = "rbxassetid://7734053426",
- PremiumOnly = false
- })
- Cars:AddButton({
- Name = "Cars Fly",
- Callback = function()
- loadstring(game:HttpGet("https://pastebin.com/raw/sqvFRQ9K"))()
- end
- })
- local Player = Window:MakeTab({
- Name = "Players",
- Icon = "rbxassetid://7734053426",
- PremiumOnly = false
- })
- Player:AddTextbox({
- Name = "Select Walkspeed",
- Default = "Put Number Of Walkspeed Here",
- TextDisappear = false,
- Callback = function(Value)
- _G.Walkspeed = tonumber(Value)
- end
- })
- Player:AddButton({
- Name = "Set Walkspeed",
- Callback = function()
- if _G.Walkspeed then
- Character.Humanoid.WalkSpeed = _G.Walkspeed
- end
- end
- })
- Player:AddTextbox({
- Name = "Select Jumppower",
- Default = "Put Number Of Jumppower Here",
- TextDisappear = false,
- Callback = function(Value)
- _G.Jumppower = tonumber(Value)
- end
- })
- Player:AddButton({
- Name = "Set Jumppower",
- Callback = function()
- if _G.Jumppower then
- Character.Humanoid.JumpPower = _G.Jumppower
- end
- end
- })
- Player:AddTextbox({
- Name = "Select Gravity",
- Default = "Put Number Of Gravity Here",
- TextDisappear = false,
- Callback = function(Value)
- _G.Gravity = tonumber(Value)
- end
- })
- Player:AddButton({
- Name = "Set Gravity",
- Callback = function()
- if _G.Gravity then
- Workspace.Gravity = _G.Gravity
- end
- end
- })
- local Teleport = Window:MakeTab({
- Name = "Teleport",
- Icon = "rbxassetid://7734053426",
- PremiumOnly = false
- })
- Teleport:AddButton({
- Name = "Spawn",
- Callback = function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(203, 8, 7857)
- end
- })
- Teleport:AddButton({
- Name = "Free Pistol",
- Callback = function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1835, 7, 7911)
- end
- })
- Teleport:AddButton({
- Name = "Free Gas",
- Callback = function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1370, 7, 7810)
- end
- })
- Teleport:AddButton({
- Name = "Secret House",
- Callback = function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1379, 7, 7554)
- end
- })
- Teleport:AddButton({
- Name = "Secret House Under Map",
- Callback = function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(395, -92, 7861)
- end
- })
- Teleport:AddButton({
- Name = "Secret Sallon (not same as ghost town)",
- Callback = function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(385, -107, 7898)
- end
- })
- Teleport:AddButton({
- Name = "Car Trouble",
- Callback = function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(6288, -16, 7913)
- end
- })
- Teleport:AddButton({
- Name = "Secret Development Car (they not finished)",
- Callback = function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(4198, -1026, 332)
- end
- })
- Teleport:AddButton({
- Name = "Ghost Town (20,000m structure near spawn)",
- Callback = function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(3216, 21, 7756)
- end
- })
- Teleport:AddButton({
- Name = "Fuel (15,000m structure near spawn)",
- Callback = function()
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-2205, -475, 7337)
- end
- })
- local Misc = Window:MakeTab({
- Name = "Misc",
- Icon = "rbxassetid://7734053426",
- PremiumOnly = false
- })
- Misc:AddButton({
- Name = "Destroy GUI",
- Callback = function()
- OrionLib:Destroy()
- end
- })
- Misc:AddButton({
- Name = "Demonic Hub",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Alan0947383/Demonic-HUB-V2/main/S-C-R-I-P-T.lua"))()
- end
- })
- Misc:AddButton({
- Name = "bring car and teleport to car script",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Scripterbacon/Test-Script/main/a%20dusty%20trip.Lua"))()
- end
- })
- Misc:AddButton({
- Name = "a dusty trip script",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/artemy133563/Utilities/main/ADustyTrip"))()
- end
- })
- Misc:AddButton({
- Name = "Dex Explorer",
- Callback = function()
- loadstring(game:HttpGet("https://cdn.wearedevs.net/scripts/Dex%20Explorer.txt"))()
- end
- })
- Misc:AddButton({
- Name = "Remote Spy",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/REDzHUB/RS/main/SimpleSpyMobile"))()
- end
- })
- Misc:AddButton({
- Name = "Position GUI",
- Callback = function()
- loadstring(game:HttpGet("https://raw.githubusercontent.com/Giangplay/Script/main/Position_Gui.lua"))()
- end
- })
- OrionLib:Init()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement