Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local a=game.Players.LocalPlayer.Name;local b=Instance.new("ScreenGui")local c=Instance.new("Frame")local d=Instance.new("TextLabel")local e=Instance.new("TextButton")local f=Instance.new("TextButton")local g=Instance.new("TextButton")local h=Instance.new("TextBox")local i=Instance.new("TextLabel")local j=Instance.new("TextButton")b.Name="Destroy city"b.Parent=game.CoreGui;b.ZIndexBehavior=Enum.ZIndexBehavior.Sibling;c.Name="Main"c.Parent=b;c.BackgroundColor3=Color3.new(0.486275,0.486275,0.486275)c.BorderSizePixel=0;c.Position=UDim2.new(0.0989999995,200,0.252999991,0)c.Size=UDim2.new(0,429,0,259)c.Active=true;c.Visible=true;c.Draggable=true;d.Parent=c;d.BackgroundColor3=Color3.new(0.282353,0.282353,0.282353)d.BorderSizePixel=0;d.Size=UDim2.new(0,429,0,32)d.Font=Enum.Font.SourceSansBold;d.Text="Destroy City Hack"d.TextColor3=Color3.new(0,0,0)d.TextScaled=true;d.TextSize=14;d.TextWrapped=true;e.Name="bomb"e.Parent=c;e.BackgroundColor3=Color3.new(0.694118,0.694118,0.694118)e.BorderSizePixel=0;e.Position=UDim2.new(0.0163170155,0,0.220077217,0)e.Size=UDim2.new(0,184,0,46)e.Font=Enum.Font.Sarpanch;e.Text="Moded bomb"e.TextColor3=Color3.new(0,0,0)e.TextScaled=true;e.TextSize=14;e.TextWrapped=true;e.MouseButton1Click:connect(function()do local k=require(game:GetService("Players")["Synthesize_OGz"].Backpack.Bomb.Stats)k.Cooldown=0.1;if a=="Synthesize_OGz"then game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Hey "..a.." AKA Bennyxx Scriptz, bomb moded","All")else game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Hey "..a.." sub to","All")game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Bennyxx Scriptz, bomb moded","All")end end end)f.Name="gun"f.Parent=c;f.BackgroundColor3=Color3.new(0.694118,0.694118,0.694118)f.BorderSizePixel=0;f.Position=UDim2.new(0.552447557,0,0.220077217,0)f.Size=UDim2.new(0,184,0,46)f.Font=Enum.Font.Sarpanch;f.Text="Moded gun"f.TextColor3=Color3.new(0,0,0)f.TextScaled=true;f.TextSize=14;f.TextWrapped=true;f.MouseButton1Click:connect(function()do local k=require(game:GetService("Players")["Synthesize_OGz"].Backpack.Launcher.Stats)k.Cooldown=0.01;k.RocketSpeed=100;k.BurstWait=3;if a=="Synthesize_OGz"then game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Hey "..a.." AKA Bennyxx Scriptz, gun moded","All")else game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Hey "..a.." sub to","All")game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Bennyxx Scriptz, gun moded","All")end end end)g.Name="speed"g.Parent=c;g.BackgroundColor3=Color3.new(0.486275,0.764706,0.847059)g.BorderSizePixel=0;g.Position=UDim2.new(0.249417245,0,0.764478743,0)g.Size=UDim2.new(0,200,0,50)g.Font=Enum.Font.SourceSansSemibold;g.Text="Speed"g.TextColor3=Color3.new(0,0,0)g.TextScaled=true;g.TextSize=14;g.TextWrapped=true;g.MouseButton1Click:connect(function()do game.Players.LocalPlayer.Character.Humanoid.WalkSpeed=h.Text;if a=="Synthesize_OGz"then game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Hey "..a.." AKA Bennyxx Scriptz, Speed activated","All")else game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Hey "..a.." sub to","All")game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Bennyxx Scriptz, Speed activated","All")end end end)h.Name="textbox"h.Parent=c;h.BackgroundColor3=Color3.new(1,1,1)h.BorderSizePixel=0;h.Position=UDim2.new(0.226107225,0,0.498069495,0)h.Size=UDim2.new(0,239,0,51)h.Font=Enum.Font.LuckiestGuy;h.LineHeight=3;h.Text="YOUR SPEED"h.TextColor3=Color3.new(0,0,0)h.TextSize=12;h.TextWrapped=true;h.TextYAlignment=Enum.TextYAlignment.Bottom;i.Name="credits"i.Parent=c;i.BackgroundColor3=Color3.new(0.278431,0.278431,0.278431)i.BorderSizePixel=2;i.Position=UDim2.new(0.734265745,0,0.926640868,0)i.Size=UDim2.new(0,114,0,19)i.Font=Enum.Font.SourceSans;i.Text="Bennyxx Scriptz"i.TextColor3=Color3.new(0,0,0)i.TextSize=20;j.Name="Toggle"j.Parent=b;j.BackgroundColor3=Color3.new(1,1,1)j.BorderSizePixel=0;j.Position=UDim2.new(0,0,0.846299827,0)j.Size=UDim2.new(0,129,0,36)j.Font=Enum.Font.SourceSans;j.Text="Open/Close"j.TextColor3=Color3.new(0,0,0)j.TextScaled=true;j.TextSize=14;j.TextWrapped=true;_G.Toggle=false;j.MouseButton1Click:Connect(function()if _G.Toggle==false then _G.Toggle=true;c:TweenPosition(UDim2.new(-0.865,200,0.281,0))else _G.Toggle=false;c:TweenPosition(UDim2.new(0.099,200,0.253,0))end end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement