Upscalefanatic3

Der Riese Mod Menu (Read Carefully)

Jan 27th, 2018
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.31 KB | None | 0 0
  1. -- Weapons List:
  2.  
  3. Arisaka
  4. B.A.R
  5. Doublebarrel_Shotgun
  6. FG42
  7. Gewehr_43
  8. Kar98k
  9. M1911_Colt
  10. M1919_Browning
  11. M1A1_Carbine
  12. M1_Garand
  13. M2_Flamethrower
  14. MG42
  15. MP40
  16. Magnum
  17. PPSH_41
  18. PTRS_41
  19. Panzerschreck
  20. Ray_Gun
  21. STG_44
  22. Scoped_Kar98k
  23. Springfield
  24. Thompson
  25. Trench_Shotgun
  26. Type_100
  27. Wunderwaffe_DG_2
  28.  
  29.  
  30. ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  31.  
  32.  
  33.  
  34.  
  35.  
  36. -- Objects
  37.  
  38. local ModMenu = Instance.new("ScreenGui")
  39. local Frame = Instance.new("Frame")
  40. local RayGunButton = Instance.new("TextButton")
  41. local _1kmoney = Instance.new("TextButton")
  42. local HP = Instance.new("TextButton")
  43. local Wunderwaffe = Instance.new("TextButton")
  44. local CheapPaP = Instance.new("TextButton")
  45. local Speedhack = Instance.new("TextButton")
  46. local MenuVersion = Instance.new("TextLabel")
  47. local FrameTwo = Instance.new("Frame")
  48. local MultiTextBox = Instance.new("TextBox")
  49. local GiveWeapon = Instance.new("TextButton")
  50. local Credits = Instance.new("TextLabel")
  51.  
  52. -- Properties
  53.  
  54. ModMenu.Name = "ModMenu"
  55. ModMenu.Parent = game.CoreGui
  56.  
  57. Frame.Parent = ModMenu
  58. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  59. Frame.BackgroundTransparency = 0.5
  60. Frame.BorderColor3 = Color3.new(0.376471, 0, 0.564706)
  61. Frame.BorderSizePixel = 5
  62. Frame.Draggable = true
  63. Frame.Position = UDim2.new(0, 1035, 0, 26)
  64. Frame.Size = UDim2.new(0, 265, 0, 360)
  65.  
  66. RayGunButton.Name = "RayGunButton"
  67. RayGunButton.Parent = Frame
  68. RayGunButton.BackgroundColor3 = Color3.new(0, 0, 0)
  69. RayGunButton.BackgroundTransparency = 0.5
  70. RayGunButton.Size = UDim2.new(0, 265, 0, 50)
  71. RayGunButton.Font = Enum.Font.SciFi
  72. RayGunButton.FontSize = Enum.FontSize.Size36
  73. RayGunButton.Text = "RayGun"
  74. RayGunButton.TextColor3 = Color3.new(0.415686, 0.0784314, 1)
  75. RayGunButton.TextSize = 36
  76.  
  77. _1kmoney.Name = "1kmoney"
  78. _1kmoney.Parent = Frame
  79. _1kmoney.BackgroundColor3 = Color3.new(0, 0, 0)
  80. _1kmoney.BackgroundTransparency = 0.5
  81. _1kmoney.Position = UDim2.new(0, 0, 0, 55)
  82. _1kmoney.Size = UDim2.new(0, 265, 0, 50)
  83. _1kmoney.Font = Enum.Font.SciFi
  84. _1kmoney.FontSize = Enum.FontSize.Size36
  85. _1kmoney.Text = "+1000 Money"
  86. _1kmoney.TextColor3 = Color3.new(0.415686, 0.0784314, 1)
  87. _1kmoney.TextSize = 36
  88.  
  89. HP.Name = "HP"
  90. HP.Parent = Frame
  91. HP.BackgroundColor3 = Color3.new(0, 0, 0)
  92. HP.BackgroundTransparency = 0.5
  93. HP.Position = UDim2.new(0, 0, 0, 101)
  94. HP.Size = UDim2.new(0, 265, 0, 50)
  95. HP.Font = Enum.Font.SciFi
  96. HP.FontSize = Enum.FontSize.Size36
  97. HP.Text = "Heal"
  98. HP.TextColor3 = Color3.new(0.415686, 0.0784314, 1)
  99. HP.TextSize = 36
  100.  
  101. Wunderwaffe.Name = "Wunderwaffe"
  102. Wunderwaffe.Parent = Frame
  103. Wunderwaffe.BackgroundColor3 = Color3.new(0, 0, 0)
  104. Wunderwaffe.BackgroundTransparency = 0.5
  105. Wunderwaffe.Position = UDim2.new(0, 0, 0, 151)
  106. Wunderwaffe.Size = UDim2.new(0, 265, 0, 50)
  107. Wunderwaffe.Font = Enum.Font.SciFi
  108. Wunderwaffe.FontSize = Enum.FontSize.Size36
  109. Wunderwaffe.Text = "Wunderwaffe"
  110. Wunderwaffe.TextColor3 = Color3.new(0.415686, 0.0784314, 1)
  111. Wunderwaffe.TextSize = 36
  112.  
  113. CheapPaP.Name = "CheapPaP"
  114. CheapPaP.Parent = Frame
  115. CheapPaP.BackgroundColor3 = Color3.new(0, 0, 0)
  116. CheapPaP.BackgroundTransparency = 0.5
  117. CheapPaP.Position = UDim2.new(0, 0, 0, 204)
  118. CheapPaP.Size = UDim2.new(0, 265, 0, 50)
  119. CheapPaP.Font = Enum.Font.SciFi
  120. CheapPaP.FontSize = Enum.FontSize.Size36
  121. CheapPaP.Text = "CheapPaP"
  122. CheapPaP.TextColor3 = Color3.new(0.415686, 0.0784314, 1)
  123. CheapPaP.TextSize = 36
  124.  
  125. Speedhack.Name = "Speedhack"
  126. Speedhack.Parent = Frame
  127. Speedhack.BackgroundColor3 = Color3.new(0, 0, 0)
  128. Speedhack.BackgroundTransparency = 0.5
  129. Speedhack.Position = UDim2.new(0, 0, 0, 257)
  130. Speedhack.Size = UDim2.new(0, 265, 0, 50)
  131. Speedhack.Font = Enum.Font.SciFi
  132. Speedhack.FontSize = Enum.FontSize.Size36
  133. Speedhack.Text = "Speedhack"
  134. Speedhack.TextColor3 = Color3.new(0.415686, 0.0784314, 1)
  135. Speedhack.TextSize = 36
  136.  
  137. MenuVersion.Name = "MenuVersion"
  138. MenuVersion.Parent = Frame
  139. MenuVersion.BackgroundColor3 = Color3.new(0, 0, 0)
  140. MenuVersion.BackgroundTransparency = 0.5
  141. MenuVersion.Position = UDim2.new(0, 0, 0, 330)
  142. MenuVersion.Size = UDim2.new(0, 265, 0, 30)
  143. MenuVersion.Font = Enum.Font.SciFi
  144. MenuVersion.FontSize = Enum.FontSize.Size28
  145. MenuVersion.Text = "Der Riese Mod Menu v1.1"
  146. MenuVersion.TextColor3 = Color3.new(0.415686, 0.0784314, 1)
  147. MenuVersion.TextSize = 28
  148.  
  149. FrameTwo.Name = "FrameTwo"
  150. FrameTwo.Parent = ModMenu
  151. FrameTwo.BackgroundColor3 = Color3.new(0, 0, 0)
  152. FrameTwo.BackgroundTransparency = 0.5
  153. FrameTwo.BorderColor3 = Color3.new(0.666667, 0, 1)
  154. FrameTwo.BorderSizePixel = 5
  155. FrameTwo.Position = UDim2.new(0, 820, 0, 34)
  156. FrameTwo.Size = UDim2.new(0, 205, 0, 124)
  157.  
  158. MultiTextBox.Name = "MultiTextBox"
  159. MultiTextBox.Parent = FrameTwo
  160. MultiTextBox.BackgroundColor3 = Color3.new(0, 0, 0)
  161. MultiTextBox.BackgroundTransparency = 0.5
  162. MultiTextBox.BorderColor3 = Color3.new(0.666667, 0, 1)
  163. MultiTextBox.BorderSizePixel = 2
  164. MultiTextBox.Position = UDim2.new(0, 2, 0, 72)
  165. MultiTextBox.Size = UDim2.new(0, 200, 0, 50)
  166. MultiTextBox.Font = Enum.Font.SourceSans
  167. MultiTextBox.FontSize = Enum.FontSize.Size14
  168. MultiTextBox.Text = "WeaponName"
  169. MultiTextBox.TextColor3 = Color3.new(0.415686, 0.0784314, 1)
  170. MultiTextBox.TextSize = 14
  171.  
  172. GiveWeapon.Name = "GiveWeapon"
  173. GiveWeapon.Parent = FrameTwo
  174. GiveWeapon.BackgroundColor3 = Color3.new(0, 0, 0)
  175. GiveWeapon.BackgroundTransparency = 0.5
  176. GiveWeapon.Position = UDim2.new(0, 0, 0, 38)
  177. GiveWeapon.Size = UDim2.new(0, 205, 0, 29)
  178. GiveWeapon.Font = Enum.Font.SourceSans
  179. GiveWeapon.FontSize = Enum.FontSize.Size14
  180. GiveWeapon.Text = "GiveWeapon"
  181. GiveWeapon.TextColor3 = Color3.new(0.415686, 0.0784314, 1)
  182. GiveWeapon.TextSize = 14
  183.  
  184. Credits.Name = "Credits"
  185. Credits.Parent = FrameTwo
  186. Credits.BackgroundColor3 = Color3.new(0, 0, 0)
  187. Credits.BackgroundTransparency = 1
  188. Credits.Size = UDim2.new(0, 205, 0, 36)
  189. Credits.Font = Enum.Font.SciFi
  190. Credits.FontSize = Enum.FontSize.Size12
  191. Credits.Text = "Made by NewPuncher (SnickerBar1337)"
  192. Credits.TextColor3 = Color3.new(0.415686, 0.0784314, 1)
  193. Credits.TextSize = 12
  194.  
  195. RayGunButton.MouseButton1Down:connect(function()
  196. local weapon = game.Lighting.Guns["Ray_Gun"]
  197. local cwep = weapon:clone()
  198. cwep.Parent = game.Players.LocalPlayer.Backpack
  199. end)
  200.  
  201. _1kmoney.MouseButton1Down:connect(function()
  202. game.Players.LocalPlayer.leaderstats.Money.Value = game.Players.LocalPlayer.leaderstats.Money.Value + 1000
  203. end)
  204.  
  205. HP.MouseButton1Down:connect(function()
  206. local char = game.Players.LocalPlayer.Character
  207. char.Humanoid.Health = char.Humanoid.MaxHealth
  208. end)
  209.  
  210. Wunderwaffe.MouseButton1Down:connect(function()
  211. local weapon2 = game.Lighting.Guns["Wunderwaffe_DG_2"]
  212. local cwep2 = weapon2:clone()
  213. cwep2.Parent = game.Players.LocalPlayer.Backpack
  214. end)
  215.  
  216. CheapPaP.MouseButton1Down:connect(function()
  217. game.Workspace.PackAPunch.Cost.Value = "10"
  218. game.Lighting.PackAPunch.Cost.Value = "10"
  219. end)
  220.  
  221. Speedhack.MouseButton1Down:connect(function()
  222. local playerchar = game.Players.LocalPlayer.Character
  223. playerchar.Humanoid.WalkSpeed = "50"
  224. end)
  225.  
  226.  
  227. GiveWeapon.MouseButton1Down:connect(function()
  228. local givewepplayer = game.Players.LocalPlayer
  229. local givewchar = givewepplayer.Character
  230. local givenweapon = game.Lighting.Guns[MultiTextBox.Text]
  231. local givenweaponclone = givenweapon:clone()
  232. givenweaponclone.Parent = game.Players.LocalPlayer.Backpack
  233. end)
Add Comment
Please, Sign In to add comment