Advertisement
Temkatgm1

BunBunV1 (repost)

Feb 28th, 2021
1,195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 9.60 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local BunBunV1 = Instance.new("Frame")
  3. local Title = Instance.new("TextLabel")
  4. local ESP = Instance.new("TextButton")
  5. local Exit = Instance.new("TextButton")
  6. local Aimbot = Instance.new("TextButton")
  7. local Fly = Instance.new("TextButton")
  8. local Frame = Instance.new("Frame")
  9. local TextButton = Instance.new("TextButton")
  10.  
  11. --Properties:
  12.  
  13. ScreenGui.Parent = game.CoreGui
  14.  
  15. BunBunV1.Name = "BunBun V1"
  16. BunBunV1.Parent = ScreenGui
  17. BunBunV1.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  18. BunBunV1.Position = UDim2.new(0.725364983, 0, 0.552182138, 0)
  19. BunBunV1.Size = UDim2.new(0, 301, 0, 236)
  20. BunBunv1.Visible = false
  21. BunBunV1.active = true
  22. BunBunV1.Draggable = true
  23.  
  24. Title.Name = "Title"
  25. Title.Parent = BunBunV1
  26. Title.BackgroundColor3 = Color3.fromRGB(85, 255, 255)
  27. Title.Size = UDim2.new(0, 301, 0, 50)
  28. Title.Font = Enum.Font.SourceSans
  29. Title.Text = "BunBunV1 Made by UnknownT"
  30. Title.TextColor3 = Color3.fromRGB(0, 0, 0)
  31. Title.TextSize = 14.000
  32.  
  33. ESP.Name = "ESP"
  34. ESP.Parent = BunBunV1
  35. ESP.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  36. ESP.Position = UDim2.new(0, 0, 0.211864412, 0)
  37. ESP.Size = UDim2.new(0, 151, 0, 50)
  38. ESP.Font = Enum.Font.Ubuntu
  39. ESP.Text = "Esp"
  40. ESP.TextColor3 = Color3.fromRGB(0, 0, 0)
  41. ESP.TextSize = 14.000
  42. ESP.MouseButton1Down:connect(function()
  43.     if game.CoreGui:FindFirstChild('ESP') then
  44.         game.CoreGui.ESP:Destroy()
  45.     elseif game.Players.LocalPlayer.PlayerGui:FindFirstChild('ESP') then
  46.         game.Players.LocalPlayer.PlayerGui.ESP:Destroy()
  47.     end
  48.  
  49.     function doit(hey)
  50.         local t1 = Instance.new('SurfaceGui',hey)
  51.         t1.AlwaysOnTop = true
  52.         local t1g = Instance.new('Frame',t1)
  53.         t1g.Size = UDim2.new(1,0,1,0)
  54.         t1g.BackgroundColor3 = t1.Parent.BrickColor.Color
  55.         local t2 = Instance.new('SurfaceGui',hey)      
  56.         t2.AlwaysOnTop = true
  57.         t2.Face = Enum.NormalId.Right
  58.         local t2g = Instance.new('Frame',t2)
  59.         t2g.Size = UDim2.new(1,0,1,0)
  60.         t2g.BackgroundColor3 = t2.Parent.BrickColor.Color
  61.         local t3 = Instance.new('SurfaceGui',hey)
  62.         t3.AlwaysOnTop = true
  63.         t3.Face = Enum.NormalId.Left
  64.         local t3g = Instance.new('Frame',t3)
  65.         t3g.Size = UDim2.new(1,0,1,0)
  66.         t3g.BackgroundColor3 = t3.Parent.BrickColor.Color
  67.         local t4 = Instance.new('SurfaceGui',hey)
  68.         t4.AlwaysOnTop = true
  69.         t4.Face = Enum.NormalId.Back
  70.         local t4g = Instance.new('Frame',t4)
  71.         t4g.Size = UDim2.new(1,0,1,0)
  72.         t4g.BackgroundColor3 = t4.Parent.BrickColor.Color
  73.         local t5 = Instance.new('SurfaceGui',hey)
  74.         t5.AlwaysOnTop = true
  75.         t5.Face = Enum.NormalId.Top
  76.         local t5g = Instance.new('Frame',t5)
  77.         t5g.Size = UDim2.new(1,0,1,0)
  78.         t5g.BackgroundColor3 = t5.Parent.BrickColor.Color
  79.         local t6 = Instance.new('SurfaceGui',hey)
  80.         t6.AlwaysOnTop = true
  81.         t6.Face = Enum.NormalId.Bottom
  82.         local t6g = Instance.new('Frame',t6)
  83.         t6g.Size = UDim2.new(1,0,1,0)
  84.         t6g.BackgroundColor3 = t6.Parent.BrickColor.Color
  85.     end
  86.     function undo(chr)
  87.         for i,v in pairs(chr:GetChildren()) do
  88.             if v.ClassName == "Part" or v.ClassName == "MeshPart" then
  89.                 for a,c in pairs(v:GetChildren()) do
  90.                     if c.ClassName == "SurfaceGui" then
  91.                         c:Destroy()
  92.                     end
  93.                     if c.ClassName == "BillboardGui" and c.Name == "thingyye" then
  94.                         c:Destroy()
  95.                     end
  96.                 end
  97.             end
  98.         end
  99.     end
  100.  
  101.     local gui = Instance.new('ScreenGui')
  102.     if crashy == false then
  103.         gui.Parent = game.CoreGui
  104.     else
  105.         gui.Parent = game.Players.LocalPlayer.PlayerGui
  106.     end
  107.    
  108.     gui.Name = "ESP"
  109.     gui.ResetOnSpawn = false
  110.     local frame = Instance.new('Frame',gui)
  111.     frame.Size = UDim2.new(0.2,0,0.3,0)
  112.     frame.Position = UDim2.new(0,0,0.9,0)
  113.     frame.BackgroundTransparency = 0.5
  114.     frame.BackgroundColor3 = Color3.fromRGB(131,182,239)
  115.     frame.BorderSizePixel = 4
  116.     frame.BorderColor3 = Color3.fromRGB(66,134,244)
  117.     frame.Active = true
  118.     frame.Draggable = true
  119.     local txt = Instance.new('TextLabel',frame)
  120.     txt.Text = "Mustardfoot's ESP Gui"
  121.     txt.TextColor3 = Color3.fromRGB(255,255,255)
  122.     txt.Size = UDim2.new(1,0,0.3,0)
  123.     txt.TextScaled = true
  124.     txt.BackgroundTransparency = 1
  125.     local but = Instance.new('TextButton',frame)
  126.     but.Text = "ESP On"
  127.     but.TextColor3 = Color3.fromRGB(255,255,255)
  128.     but.Size = UDim2.new(0.7,0,0.3,0)
  129.     but.Position = UDim2.new(0.15,0,0.5,0)
  130.     but.BorderSizePixel = 0
  131.     but.TextScaled = true
  132.     but.BackgroundColor3 = Color3.fromRGB(66,134,244)
  133.     but.BackgroundTransparency = 0.4
  134.     for i,v in pairs(game.Players:GetChildren()) do
  135.         if v.Character ~= nil then
  136.             undo(v.Character)
  137.         end
  138.     end
  139.  
  140.     but.MouseButton1Down:connect(function()
  141.         if but.Text == "ESP On" then
  142.             but.Text = "ESP Off"
  143.             on = true
  144.             for i,v in pairs(game.Players:GetChildren()) do
  145.                 if v.Character ~= game.Players.LocalPlayer.Character and v.Character.Head:FindFirstChild('ScreenGui') == nil then
  146.                     if v.Character:FindFirstChild('Head') then
  147.                         local bill = Instance.new('BillboardGui',v.Character.Head)
  148.                         bill.Name = "thingyye"
  149.                         bill.AlwaysOnTop = true
  150.                         bill.Size = UDim2.new(2,1,2)
  151.                         bill.Adornee = v.Character.Head
  152.                         local txt = Instance.new('TextLabel',bill)
  153.                         txt.Text = v.Name
  154.                         txt.BackgroundTransparency = 1
  155.                         txt.Size = UDim2.new(1,0,1,0)
  156.                         txt.TextColor3 = v.TeamColor.Color
  157.                     end
  158.                     for a,c in pairs(v.Character:GetChildren()) do
  159.                         if c.ClassName == "MeshPart" and c.Transparency ~= 1 then
  160.                             doit(c)
  161.                         elseif c.ClassName == "Part" and c.Transparency ~= 1 then
  162.                             doit(c)
  163.                         end
  164.                     end
  165.                 end
  166.             end
  167.         else
  168.             but.Text = "ESP On"
  169.             on = false
  170.             for i,v in pairs(game.Players:GetChildren()) do
  171.                 undo(v.Character)
  172.             end
  173.         end
  174.     end)
  175.  
  176.     for i,v in pairs(game.Players:GetChildren()) do
  177.         v.CharacterAdded:connect(function()
  178.             v.Character:WaitForChild('Head')
  179.             wait(1)
  180.             if on == true then
  181.                 if v.Character ~= game.Players.LocalPlayer.Character and v.Character.Head:FindFirstChild('ScreenGui') == nil then
  182.                     if v.Character:FindFirstChild('Head') then
  183.                         local bill = Instance.new('BillboardGui',v.Character.Head)
  184.                         bill.Name = "thingyye"
  185.                         bill.AlwaysOnTop = true
  186.                         bill.Size = UDim2.new(2,1,2)
  187.                         bill.Adornee = v.Character.Head
  188.                         local txt = Instance.new('TextLabel',bill)
  189.                         txt.Text = v.Name
  190.                         txt.BackgroundTransparency = 1
  191.                         txt.Size = UDim2.new(1,0,1,0)
  192.                         txt.TextColor3 = v.TeamColor.Color
  193.                     end
  194.                     for a,c in pairs(v.Character:GetChildren()) do
  195.                         if c.ClassName == "MeshPart" and c.Transparency ~= 1 then
  196.                             doit(c)
  197.                         elseif c.ClassName == "Part" and c.Transparency ~= 1 then
  198.                             doit(c)
  199.                         end
  200.                     end
  201.                 end
  202.             end
  203.         end)
  204.     end  
  205.  
  206.     game.Players.PlayerAdded:connect(function(v)
  207.         v.CharacterAdded:connect(function()
  208.             v.Character:WaitForChild('Head')
  209.             wait(1)
  210.             if on == true then
  211.                 if v.Character ~= game.Players.LocalPlayer.Character and v.Character.Head:FindFirstChild('ScreenGui') == nil then
  212.                     if v.Character:FindFirstChild('Head') then
  213.                         local bill = Instance.new('BillboardGui',v.Character.Head)
  214.                         bill.Name = "thingyye"
  215.                         bill.AlwaysOnTop = true
  216.                         bill.Size = UDim2.new(2,1,2)
  217.                         bill.Adornee = v.Character.Head
  218.                         local txt = Instance.new('TextLabel',bill)
  219.                         txt.Text = v.Name
  220.                         txt.BackgroundTransparency = 1
  221.                         txt.Size = UDim2.new(1,0,1,0)
  222.                         txt.TextColor3 = v.TeamColor.Color
  223.                     end
  224.                     for a,c in pairs(v.Character:GetChildren()) do
  225.                         if c.ClassName == "MeshPart" and c.Transparency ~= 1 then
  226.                             doit(c)
  227.                         elseif c.ClassName == "Part" and c.Transparency ~= 1 then
  228.                             doit(c)
  229.                         end
  230.                     end
  231.                 end
  232.             end
  233.         end)
  234.     end)
  235. end)
  236.  
  237. Aimbot.Name = "Aimbot"
  238. Aimbot.Parent = BunBunV1
  239. Aimbot.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  240. Aimbot.Position = UDim2.new(0.501661122, 0, 0.211864412, 0)
  241. Aimbot.Size = UDim2.new(0, 150, 0, 50)
  242. Aimbot.Font = Enum.Font.SourceSans
  243. Aimbot.Text = "Aimbot"
  244. Aimbot.TextColor3 = Color3.fromRGB(0, 0, 0)
  245. Aimbot.TextSize = 14.000
  246. Aimbot.MouseButton1Down:connect(function()
  247.     loadstring(game:HttpGet'https://pastebin.com/raw/1Hhnwpup')()
  248. end)
  249.  
  250. Fly.Name = "Fly"
  251. Fly.Parent = BunBunV1
  252. Fly.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  253. Fly.Position = UDim2.new(0, 0, 0.423728824, 0)
  254. Fly.Size = UDim2.new(0, 151, 0, 50)
  255. Fly.Font = Enum.Font.SourceSans
  256. Fly.Text = "Fly"
  257. Fly.TextColor3 = Color3.fromRGB(0, 0, 0)
  258. Fly.TextSize = 14.000
  259. loadstring(game:HttpGet'https://pastebin.com/b0kwzrUX')()
  260. end)
  261.  
  262. Close.Name = "Close"
  263. Close.Parent = MainFrame
  264. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  265. Close.BackgroundTransparency = 0.44999998807907
  266. Close.Position = UDim2.new(0.147368416, 0, 0.648989916, 0)
  267. Close.Size = UDim2.new(0, 200, 0, 50)
  268. Close.Font = Enum.Font.SourceSans
  269. Close.Text = "Close"
  270. Close.TextColor3 = Color3.new(0, 0, 0)
  271. Close.TextScaled = true
  272. Close.TextSize = 14
  273. Close.TextWrapped = true
  274. Close.MouseButton1Down:connect(function()
  275.     MainFrame.Visible = false
  276.     OpenFrame.Visible = true
  277. end)
  278.  
  279. OpenFrame.Name = "OpenFrame"
  280. OpenFrame.Parent = ArsenalScript
  281. OpenFrame.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  282. OpenFrame.BackgroundTransparency = 0.44999998807907
  283. OpenFrame.Position = UDim2.new(0, 0, 0.476190478, 0)
  284. OpenFrame.Size = UDim2.new(0, 106, 0, 37)
  285. OpenFrame.Visible = false
  286.  
  287. Open.Name = "Open"
  288. Open.Parent = OpenFrame
  289. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  290. Open.BackgroundTransparency = 0.44999998807907
  291. Open.Position = UDim2.new(-0.00357516296, 0, 0.162162155, 0)
  292. Open.Size = UDim2.new(0, 106, 0, 24)
  293. Open.Font = Enum.Font.SourceSans
  294. Open.Text = "Open"
  295. Open.TextColor3 = Color3.new(0, 0, 0)
  296. Open.TextScaled = true
  297. Open.TextSize = 14
  298. Open.TextWrapped = true
  299. Open.MouseButton1Down:connect(function()
  300.     OpenFrame.Visible = false
  301.     MainFrame.Visible = true
  302. end)
  303. -- Made by UnknownT for Obama guy
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement