Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Gui to Lua
- -- Version: 3.2
- -- Instances:
- local ScreenGui = Instance.new("ScreenGui")
- local main = Instance.new("Frame")
- local Script = Instance.new("TextLabel")
- local Made = Instance.new("TextLabel")
- local RevizAdmin = Instance.new("TextButton")
- local EquipDw = Instance.new("TextButton")
- local Drop = Instance.new("TextButton")
- local TextLabel = Instance.new("TextLabel")
- local TextLabel_2 = Instance.new("TextLabel")
- local TextLabel_3 = Instance.new("TextLabel")
- local TextLabel_4 = Instance.new("TextLabel")
- --Properties:
- ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
- main.Name = "main"
- main.Parent = ScreenGui
- main.BackgroundColor3 = Color3.fromRGB(116, 116, 116)
- main.Position = UDim2.new(0.488578677, 0, 0.400000006, 0)
- main.Size = UDim2.new(0, 272, 0, 219)
- main.Active = true
- main.Draggable = true
- Script.Name = "Script"
- Script.Parent = main
- Script.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Script.BorderColor3 = Color3.fromRGB(0, 0, 0)
- Script.Size = UDim2.new(0, 272, 0, 50)
- Script.Font = Enum.Font.SciFi
- Script.Text = "Pro Dropping"
- Script.TextColor3 = Color3.fromRGB(255, 255, 255)
- Script.TextSize = 50.000
- Script.TextStrokeColor3 = Color3.fromRGB(145, 145, 145)
- Made.Name = "Made"
- Made.Parent = main
- Made.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- Made.Position = UDim2.new(0, 0, 0.881278515, 0)
- Made.Size = UDim2.new(0, 272, 0, 26)
- Made.Font = Enum.Font.SciFi
- Made.Text = "Made by:Antwan_Gaming"
- Made.TextColor3 = Color3.fromRGB(255, 255, 255)
- Made.TextSize = 20.000
- RevizAdmin.Name = "Reviz Admin"
- RevizAdmin.Parent = main
- RevizAdmin.BackgroundColor3 = Color3.fromRGB(70, 70, 70)
- RevizAdmin.BorderColor3 = Color3.fromRGB(130, 203, 255)
- RevizAdmin.Position = UDim2.new(0.283088237, 0, 0.566209972, 0)
- RevizAdmin.Size = UDim2.new(0, 117, 0, 69)
- RevizAdmin.Font = Enum.Font.PermanentMarker
- RevizAdmin.Text = "Reiviz Admin"
- RevizAdmin.TextColor3 = Color3.fromRGB(0, 0, 0)
- RevizAdmin.TextSize = 20.000
- RevizAdmin.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/pGhYnsxA", true))()
- end)
- EquipDw.Name = "Equip Dw"
- EquipDw.Parent = main
- EquipDw.BackgroundColor3 = Color3.fromRGB(97, 97, 97)
- EquipDw.BorderColor3 = Color3.fromRGB(130, 203, 255)
- EquipDw.Position = UDim2.new(0.569852948, 0, 0.228310496, 0)
- EquipDw.Size = UDim2.new(0, 117, 0, 68)
- EquipDw.Font = Enum.Font.PermanentMarker
- EquipDw.Text = "Equip Dw"
- EquipDw.TextColor3 = Color3.fromRGB(0, 0, 0)
- EquipDw.TextSize = 20.000
- EquipDw.MouseButton1Down:connect(function()
- _G.Equip = true
- while _G.Equip do
- wait()
- for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
- if v.Name == "Double Weight" then v:Activate()
- v.Parent = game.Players.LocalPlayer.Character
- end
- end
- end
- end)
- Drop.Name = "Drop"
- Drop.Parent = main
- Drop.BackgroundColor3 = Color3.fromRGB(70, 70, 70)
- Drop.BorderColor3 = Color3.fromRGB(130, 203, 255)
- Drop.Position = UDim2.new(0, 0, 0.228310496, 0)
- Drop.Size = UDim2.new(0, 117, 0, 68)
- Drop.Font = Enum.Font.PermanentMarker
- Drop.Text = "Drop yo self"
- Drop.TextColor3 = Color3.fromRGB(0, 0, 0)
- Drop.TextSize = 20.000
- Drop.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/CjVD4RZN", true))()
- end)
- TextLabel.Parent = main
- TextLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.Position = UDim2.new(0, 0, 0.538812757, 0)
- TextLabel.Size = UDim2.new(0, 77, 0, 75)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel.TextSize = 14.000
- TextLabel_2.Parent = main
- TextLabel_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_2.Position = UDim2.new(0.713235319, 0, 0.538812757, 0)
- TextLabel_2.Size = UDim2.new(0, 78, 0, 75)
- TextLabel_2.Font = Enum.Font.SourceSans
- TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_2.TextSize = 14.000
- TextLabel_3.Parent = main
- TextLabel_3.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_3.BorderColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_3.Position = UDim2.new(0.284823835, 0, 0.537772954, 0)
- TextLabel_3.Size = UDim2.new(0, 117, 0, 10)
- TextLabel_3.Font = Enum.Font.SourceSans
- TextLabel_3.TextColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_3.TextSize = 14.000
- TextLabel_4.Parent = main
- TextLabel_4.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_4.BorderColor3 = Color3.fromRGB(0, 0, 0)
- TextLabel_4.Position = UDim2.new(0.429904401, 0, 0.225037307, 0)
- TextLabel_4.Size = UDim2.new(0, 38, 0, 68)
- TextLabel_4.Font = Enum.Font.PermanentMarker
- TextLabel_4.Text = "Am Pro"
- TextLabel_4.TextColor3 = Color3.fromRGB(111, 111, 111)
- TextLabel_4.TextSize = 14.000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement