Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Weapons List:
- Arisaka
- B.A.R
- Doublebarrel_Shotgun
- FG42
- Gewehr_43
- Kar98k
- M1911_Colt
- M1919_Browning
- M1A1_Carbine
- M1_Garand
- M2_Flamethrower
- MG42
- MP40
- Magnum
- PPSH_41
- PTRS_41
- Panzerschreck
- Ray_Gun
- STG_44
- Scoped_Kar98k
- Springfield
- Thompson
- Trench_Shotgun
- Type_100
- Wunderwaffe_DG_2
- ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
- -- Objects
- local ModMenu = Instance.new("ScreenGui")
- local Frame = Instance.new("Frame")
- local RayGunButton = Instance.new("TextButton")
- local _1kmoney = Instance.new("TextButton")
- local HP = Instance.new("TextButton")
- local Wunderwaffe = Instance.new("TextButton")
- local CheapPaP = Instance.new("TextButton")
- local Speedhack = Instance.new("TextButton")
- local MenuVersion = Instance.new("TextLabel")
- local FrameTwo = Instance.new("Frame")
- local MultiTextBox = Instance.new("TextBox")
- local GiveWeapon = Instance.new("TextButton")
- local Credits = Instance.new("TextLabel")
- -- Properties
- ModMenu.Name = "ModMenu"
- ModMenu.Parent = game.CoreGui
- Frame.Parent = ModMenu
- Frame.BackgroundColor3 = Color3.new(0, 0, 0)
- Frame.BackgroundTransparency = 0.5
- Frame.BorderColor3 = Color3.new(0.376471, 0, 0.564706)
- Frame.BorderSizePixel = 5
- Frame.Draggable = true
- Frame.Position = UDim2.new(0, 1035, 0, 26)
- Frame.Size = UDim2.new(0, 265, 0, 360)
- RayGunButton.Name = "RayGunButton"
- RayGunButton.Parent = Frame
- RayGunButton.BackgroundColor3 = Color3.new(0, 0, 0)
- RayGunButton.BackgroundTransparency = 0.5
- RayGunButton.Size = UDim2.new(0, 265, 0, 50)
- RayGunButton.Font = Enum.Font.SciFi
- RayGunButton.FontSize = Enum.FontSize.Size36
- RayGunButton.Text = "RayGun"
- RayGunButton.TextColor3 = Color3.new(0.415686, 0.0784314, 1)
- RayGunButton.TextSize = 36
- _1kmoney.Name = "1kmoney"
- _1kmoney.Parent = Frame
- _1kmoney.BackgroundColor3 = Color3.new(0, 0, 0)
- _1kmoney.BackgroundTransparency = 0.5
- _1kmoney.Position = UDim2.new(0, 0, 0, 55)
- _1kmoney.Size = UDim2.new(0, 265, 0, 50)
- _1kmoney.Font = Enum.Font.SciFi
- _1kmoney.FontSize = Enum.FontSize.Size36
- _1kmoney.Text = "+1000 Money"
- _1kmoney.TextColor3 = Color3.new(0.415686, 0.0784314, 1)
- _1kmoney.TextSize = 36
- HP.Name = "HP"
- HP.Parent = Frame
- HP.BackgroundColor3 = Color3.new(0, 0, 0)
- HP.BackgroundTransparency = 0.5
- HP.Position = UDim2.new(0, 0, 0, 101)
- HP.Size = UDim2.new(0, 265, 0, 50)
- HP.Font = Enum.Font.SciFi
- HP.FontSize = Enum.FontSize.Size36
- HP.Text = "Heal"
- HP.TextColor3 = Color3.new(0.415686, 0.0784314, 1)
- HP.TextSize = 36
- Wunderwaffe.Name = "Wunderwaffe"
- Wunderwaffe.Parent = Frame
- Wunderwaffe.BackgroundColor3 = Color3.new(0, 0, 0)
- Wunderwaffe.BackgroundTransparency = 0.5
- Wunderwaffe.Position = UDim2.new(0, 0, 0, 151)
- Wunderwaffe.Size = UDim2.new(0, 265, 0, 50)
- Wunderwaffe.Font = Enum.Font.SciFi
- Wunderwaffe.FontSize = Enum.FontSize.Size36
- Wunderwaffe.Text = "Wunderwaffe"
- Wunderwaffe.TextColor3 = Color3.new(0.415686, 0.0784314, 1)
- Wunderwaffe.TextSize = 36
- CheapPaP.Name = "CheapPaP"
- CheapPaP.Parent = Frame
- CheapPaP.BackgroundColor3 = Color3.new(0, 0, 0)
- CheapPaP.BackgroundTransparency = 0.5
- CheapPaP.Position = UDim2.new(0, 0, 0, 204)
- CheapPaP.Size = UDim2.new(0, 265, 0, 50)
- CheapPaP.Font = Enum.Font.SciFi
- CheapPaP.FontSize = Enum.FontSize.Size36
- CheapPaP.Text = "CheapPaP"
- CheapPaP.TextColor3 = Color3.new(0.415686, 0.0784314, 1)
- CheapPaP.TextSize = 36
- Speedhack.Name = "Speedhack"
- Speedhack.Parent = Frame
- Speedhack.BackgroundColor3 = Color3.new(0, 0, 0)
- Speedhack.BackgroundTransparency = 0.5
- Speedhack.Position = UDim2.new(0, 0, 0, 257)
- Speedhack.Size = UDim2.new(0, 265, 0, 50)
- Speedhack.Font = Enum.Font.SciFi
- Speedhack.FontSize = Enum.FontSize.Size36
- Speedhack.Text = "Speedhack"
- Speedhack.TextColor3 = Color3.new(0.415686, 0.0784314, 1)
- Speedhack.TextSize = 36
- MenuVersion.Name = "MenuVersion"
- MenuVersion.Parent = Frame
- MenuVersion.BackgroundColor3 = Color3.new(0, 0, 0)
- MenuVersion.BackgroundTransparency = 0.5
- MenuVersion.Position = UDim2.new(0, 0, 0, 330)
- MenuVersion.Size = UDim2.new(0, 265, 0, 30)
- MenuVersion.Font = Enum.Font.SciFi
- MenuVersion.FontSize = Enum.FontSize.Size28
- MenuVersion.Text = "Der Riese Mod Menu v1.1"
- MenuVersion.TextColor3 = Color3.new(0.415686, 0.0784314, 1)
- MenuVersion.TextSize = 28
- FrameTwo.Name = "FrameTwo"
- FrameTwo.Parent = ModMenu
- FrameTwo.BackgroundColor3 = Color3.new(0, 0, 0)
- FrameTwo.BackgroundTransparency = 0.5
- FrameTwo.BorderColor3 = Color3.new(0.666667, 0, 1)
- FrameTwo.BorderSizePixel = 5
- FrameTwo.Position = UDim2.new(0, 820, 0, 34)
- FrameTwo.Size = UDim2.new(0, 205, 0, 124)
- MultiTextBox.Name = "MultiTextBox"
- MultiTextBox.Parent = FrameTwo
- MultiTextBox.BackgroundColor3 = Color3.new(0, 0, 0)
- MultiTextBox.BackgroundTransparency = 0.5
- MultiTextBox.BorderColor3 = Color3.new(0.666667, 0, 1)
- MultiTextBox.BorderSizePixel = 2
- MultiTextBox.Position = UDim2.new(0, 2, 0, 72)
- MultiTextBox.Size = UDim2.new(0, 200, 0, 50)
- MultiTextBox.Font = Enum.Font.SourceSans
- MultiTextBox.FontSize = Enum.FontSize.Size14
- MultiTextBox.Text = "WeaponName"
- MultiTextBox.TextColor3 = Color3.new(0.415686, 0.0784314, 1)
- MultiTextBox.TextSize = 14
- GiveWeapon.Name = "GiveWeapon"
- GiveWeapon.Parent = FrameTwo
- GiveWeapon.BackgroundColor3 = Color3.new(0, 0, 0)
- GiveWeapon.BackgroundTransparency = 0.5
- GiveWeapon.Position = UDim2.new(0, 0, 0, 38)
- GiveWeapon.Size = UDim2.new(0, 205, 0, 29)
- GiveWeapon.Font = Enum.Font.SourceSans
- GiveWeapon.FontSize = Enum.FontSize.Size14
- GiveWeapon.Text = "GiveWeapon"
- GiveWeapon.TextColor3 = Color3.new(0.415686, 0.0784314, 1)
- GiveWeapon.TextSize = 14
- Credits.Name = "Credits"
- Credits.Parent = FrameTwo
- Credits.BackgroundColor3 = Color3.new(0, 0, 0)
- Credits.BackgroundTransparency = 1
- Credits.Size = UDim2.new(0, 205, 0, 36)
- Credits.Font = Enum.Font.SciFi
- Credits.FontSize = Enum.FontSize.Size12
- Credits.Text = "Made by NewPuncher (SnickerBar1337)"
- Credits.TextColor3 = Color3.new(0.415686, 0.0784314, 1)
- Credits.TextSize = 12
- RayGunButton.MouseButton1Down:connect(function()
- local weapon = game.Lighting.Guns["Ray_Gun"]
- local cwep = weapon:clone()
- cwep.Parent = game.Players.LocalPlayer.Backpack
- end)
- _1kmoney.MouseButton1Down:connect(function()
- game.Players.LocalPlayer.leaderstats.Money.Value = game.Players.LocalPlayer.leaderstats.Money.Value + 1000
- end)
- HP.MouseButton1Down:connect(function()
- local char = game.Players.LocalPlayer.Character
- char.Humanoid.Health = char.Humanoid.MaxHealth
- end)
- Wunderwaffe.MouseButton1Down:connect(function()
- local weapon2 = game.Lighting.Guns["Wunderwaffe_DG_2"]
- local cwep2 = weapon2:clone()
- cwep2.Parent = game.Players.LocalPlayer.Backpack
- end)
- CheapPaP.MouseButton1Down:connect(function()
- game.Workspace.PackAPunch.Cost.Value = "10"
- game.Lighting.PackAPunch.Cost.Value = "10"
- end)
- Speedhack.MouseButton1Down:connect(function()
- local playerchar = game.Players.LocalPlayer.Character
- playerchar.Humanoid.WalkSpeed = "50"
- end)
- GiveWeapon.MouseButton1Down:connect(function()
- local givewepplayer = game.Players.LocalPlayer
- local givewchar = givewepplayer.Character
- local givenweapon = game.Lighting.Guns[MultiTextBox.Text]
- local givenweaponclone = givenweapon:clone()
- givenweaponclone.Parent = game.Players.LocalPlayer.Backpack
- end)
Add Comment
Please, Sign In to add comment