Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --CREDITS:
- --https://v3rmillion.net/showthread.php?tid=960790
- --tutorial:
- --https://www.youtube.com/watch?v=aA_wq13jbt0&feature=youtu.be
- local library = loadstring(game:HttpGet("https://pastebin.com/raw/eWKgbdix", true))()
- local w = library:CreateWindow('Booga Booga')
- w:Section('MAKE SURE YOU DROP')
- w:Section('EVERYTHING IN YOUR')
- w:Section('INVENTORY BUT 3 WOOD')
- w:Section('')
- w:Button("Press Me First", function()
- wait(.45)
- game:GetService("ReplicatedStorage").Events.CraftItem:FireServer("Club")
- end)
- w:Button("Press Me Second", function()
- game:GetService("ReplicatedStorage").Events.UseBagItem:FireServer("Rock Tool")
- wait(.32)
- game:GetService("ReplicatedStorage").Events.DropBagItem:FireServer("Club")
- end)
- local box = w:Box('Item Name', {
- flag = "Dp";
- type = 'Script';
- }, function(new, old, enter)
- print(new, old, enter)
- for count = 1, 20 do --Change 5 to how many you want
- game:GetService("ReplicatedStorage").Events.DropBagItem:FireServer(new)
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement