Advertisement
Bruh445

Pro Dropping BS2 script

Jul 16th, 2022
382
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.70 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local main = Instance.new("Frame")
  8. local Script = Instance.new("TextLabel")
  9. local Made = Instance.new("TextLabel")
  10. local RevizAdmin = Instance.new("TextButton")
  11. local EquipDw = Instance.new("TextButton")
  12. local Drop = Instance.new("TextButton")
  13. local TextLabel = Instance.new("TextLabel")
  14. local TextLabel_2 = Instance.new("TextLabel")
  15. local TextLabel_3 = Instance.new("TextLabel")
  16. local TextLabel_4 = Instance.new("TextLabel")
  17.  
  18. --Properties:
  19.  
  20. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  21.  
  22. main.Name = "main"
  23. main.Parent = ScreenGui
  24. main.BackgroundColor3 = Color3.fromRGB(116, 116, 116)
  25. main.Position = UDim2.new(0.488578677, 0, 0.400000006, 0)
  26. main.Size = UDim2.new(0, 272, 0, 219)
  27. main.Active = true
  28. main.Draggable = true
  29.  
  30. Script.Name = "Script"
  31. Script.Parent = main
  32. Script.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  33. Script.BorderColor3 = Color3.fromRGB(0, 0, 0)
  34. Script.Size = UDim2.new(0, 272, 0, 50)
  35. Script.Font = Enum.Font.SciFi
  36. Script.Text = "Pro Dropping"
  37. Script.TextColor3 = Color3.fromRGB(255, 255, 255)
  38. Script.TextSize = 50.000
  39. Script.TextStrokeColor3 = Color3.fromRGB(145, 145, 145)
  40.  
  41. Made.Name = "Made"
  42. Made.Parent = main
  43. Made.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  44. Made.Position = UDim2.new(0, 0, 0.881278515, 0)
  45. Made.Size = UDim2.new(0, 272, 0, 26)
  46. Made.Font = Enum.Font.SciFi
  47. Made.Text = "Made by:Antwan_Gaming"
  48. Made.TextColor3 = Color3.fromRGB(255, 255, 255)
  49. Made.TextSize = 20.000
  50.  
  51. RevizAdmin.Name = "Reviz Admin"
  52. RevizAdmin.Parent = main
  53. RevizAdmin.BackgroundColor3 = Color3.fromRGB(70, 70, 70)
  54. RevizAdmin.BorderColor3 = Color3.fromRGB(130, 203, 255)
  55. RevizAdmin.Position = UDim2.new(0.283088237, 0, 0.566209972, 0)
  56. RevizAdmin.Size = UDim2.new(0, 117, 0, 69)
  57. RevizAdmin.Font = Enum.Font.PermanentMarker
  58. RevizAdmin.Text = "Reiviz Admin"
  59. RevizAdmin.TextColor3 = Color3.fromRGB(0, 0, 0)
  60. RevizAdmin.TextSize = 20.000
  61. RevizAdmin.MouseButton1Down:connect(function()
  62. loadstring(game:HttpGet("https://pastebin.com/raw/pGhYnsxA", true))()
  63. end)
  64.  
  65. EquipDw.Name = "Equip Dw"
  66. EquipDw.Parent = main
  67. EquipDw.BackgroundColor3 = Color3.fromRGB(97, 97, 97)
  68. EquipDw.BorderColor3 = Color3.fromRGB(130, 203, 255)
  69. EquipDw.Position = UDim2.new(0.569852948, 0, 0.228310496, 0)
  70. EquipDw.Size = UDim2.new(0, 117, 0, 68)
  71. EquipDw.Font = Enum.Font.PermanentMarker
  72. EquipDw.Text = "Equip Dw"
  73. EquipDw.TextColor3 = Color3.fromRGB(0, 0, 0)
  74. EquipDw.TextSize = 20.000
  75. EquipDw.MouseButton1Down:connect(function()
  76. _G.Equip = true
  77. while _G.Equip do
  78. wait()
  79. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  80. if v.Name == "Double Weight" then v:Activate()
  81. v.Parent = game.Players.LocalPlayer.Character
  82. end
  83. end
  84. end
  85. end)
  86.  
  87. Drop.Name = "Drop"
  88. Drop.Parent = main
  89. Drop.BackgroundColor3 = Color3.fromRGB(70, 70, 70)
  90. Drop.BorderColor3 = Color3.fromRGB(130, 203, 255)
  91. Drop.Position = UDim2.new(0, 0, 0.228310496, 0)
  92. Drop.Size = UDim2.new(0, 117, 0, 68)
  93. Drop.Font = Enum.Font.PermanentMarker
  94. Drop.Text = "Drop yo self"
  95. Drop.TextColor3 = Color3.fromRGB(0, 0, 0)
  96. Drop.TextSize = 20.000
  97. Drop.MouseButton1Down:connect(function()
  98. loadstring(game:HttpGet("https://pastebin.com/raw/CjVD4RZN", true))()
  99. end)
  100.  
  101. TextLabel.Parent = main
  102. TextLabel.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  103. TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
  104. TextLabel.Position = UDim2.new(0, 0, 0.538812757, 0)
  105. TextLabel.Size = UDim2.new(0, 77, 0, 75)
  106. TextLabel.Font = Enum.Font.SourceSans
  107. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  108. TextLabel.TextSize = 14.000
  109.  
  110. TextLabel_2.Parent = main
  111. TextLabel_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  112. TextLabel_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  113. TextLabel_2.Position = UDim2.new(0.713235319, 0, 0.538812757, 0)
  114. TextLabel_2.Size = UDim2.new(0, 78, 0, 75)
  115. TextLabel_2.Font = Enum.Font.SourceSans
  116. TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  117. TextLabel_2.TextSize = 14.000
  118.  
  119. TextLabel_3.Parent = main
  120. TextLabel_3.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  121. TextLabel_3.BorderColor3 = Color3.fromRGB(0, 0, 0)
  122. TextLabel_3.Position = UDim2.new(0.284823835, 0, 0.537772954, 0)
  123. TextLabel_3.Size = UDim2.new(0, 117, 0, 10)
  124. TextLabel_3.Font = Enum.Font.SourceSans
  125. TextLabel_3.TextColor3 = Color3.fromRGB(0, 0, 0)
  126. TextLabel_3.TextSize = 14.000
  127.  
  128. TextLabel_4.Parent = main
  129. TextLabel_4.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  130. TextLabel_4.BorderColor3 = Color3.fromRGB(0, 0, 0)
  131. TextLabel_4.Position = UDim2.new(0.429904401, 0, 0.225037307, 0)
  132. TextLabel_4.Size = UDim2.new(0, 38, 0, 68)
  133. TextLabel_4.Font = Enum.Font.PermanentMarker
  134. TextLabel_4.Text = "Am Pro"
  135. TextLabel_4.TextColor3 = Color3.fromRGB(111, 111, 111)
  136. TextLabel_4.TextSize = 14.000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement