Dogmen

Untitled

Nov 19th, 2018
366
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.24 KB | None | 0 0
  1. --[[
  2. GUI made by RRReality#2294/brokenszies
  3. Scripts made by CharWar
  4. --]]
  5. local main = Instance.new("ScreenGui")
  6. local gui = Instance.new("Frame")
  7. local BOX = Instance.new("TextBox")
  8. local TextLabel = Instance.new("TextLabel")
  9. local CLOSE = Instance.new("TextButton")
  10. local kill = Instance.new("TextButton")
  11. local printer = Instance.new("TextButton")
  12. local SHIP = Instance.new("TextButton")
  13. local OPEN = Instance.new("TextButton")
  14. local DElETE = Instance.new("TextButton")
  15. --Properties:
  16. main.Name = "main"
  17. main.Parent = game.CoreGui
  18.  
  19. gui.Name = "gui"
  20. gui.Parent = main
  21. gui.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  22. gui.BackgroundTransparency = 0.30000001192093
  23. gui.BorderColor3 = Color3.new(0, 0.490196, 0.737255)
  24. gui.BorderSizePixel = 4
  25. gui.Position = UDim2.new(0.0161054153, 0, 0.361328125, 0)
  26. gui.Size = UDim2.new(0, 189, 0, 212)
  27.  
  28. BOX.Name = "BOX"
  29. BOX.Parent = gui
  30. BOX.BackgroundColor3 = Color3.new(0.219608, 0.658824, 0.658824)
  31. BOX.BackgroundTransparency = 0.30000001192093
  32. BOX.BorderColor3 = Color3.new(0.364706, 0.866667, 0.807843)
  33. BOX.BorderSizePixel = 2
  34. BOX.Position = UDim2.new(0.0793650821, 0, 0.688679218, 0)
  35. BOX.Size = UDim2.new(0, 159, 0, 57)
  36. BOX.Font = Enum.Font.SourceSansSemibold
  37. BOX.Text = "Player Username"
  38. BOX.TextColor3 = Color3.new(0, 0, 0)
  39. BOX.TextScaled = true
  40. BOX.TextSize = 14
  41. BOX.TextStrokeColor3 = Color3.new(1, 1, 1)
  42. BOX.TextStrokeTransparency = 0
  43. BOX.TextWrapped = true
  44.  
  45. TextLabel.Parent = gui
  46. TextLabel.BackgroundColor3 = Color3.new(0.101961, 0.184314, 0.709804)
  47. TextLabel.BorderColor3 = Color3.new(0, 0.490196, 0.737255)
  48. TextLabel.BorderSizePixel = 4
  49. TextLabel.Position = UDim2.new(-0.0317460336, 0, -0.047169812, 0)
  50. TextLabel.Size = UDim2.new(0, 201, 0, 19)
  51. TextLabel.Font = Enum.Font.SourceSansBold
  52. TextLabel.Text = "RRReality's ESDRP GUI"
  53. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  54. TextLabel.TextSize = 16
  55. TextLabel.TextStrokeColor3 = Color3.new(1, 1, 1)
  56. TextLabel.TextStrokeTransparency = 0
  57. TextLabel.TextWrapped = true
  58.  
  59. CLOSE.Name = "CLOSE"
  60. CLOSE.Parent = TextLabel
  61. CLOSE.BackgroundColor3 = Color3.new(1, 1, 1)
  62. CLOSE.BackgroundTransparency = 1
  63. CLOSE.Position = UDim2.new(0.895522416, 0, 0, 0)
  64. CLOSE.Size = UDim2.new(0, 20, 0, 19)
  65. CLOSE.Font = Enum.Font.SourceSansBold
  66. CLOSE.Text = "X"
  67. CLOSE.TextColor3 = Color3.new(0.294118, 0.988235, 1)
  68. CLOSE.TextScaled = true
  69. CLOSE.TextSize = 14
  70. CLOSE.TextStrokeTransparency = 0
  71. CLOSE.TextWrapped = true
  72.  
  73. kill.Name = "kill"
  74. kill.Parent = gui
  75. kill.BackgroundColor3 = Color3.new(0.219608, 0.658824, 0.658824)
  76. kill.BorderColor3 = Color3.new(0.364706, 0.866667, 0.807843)
  77. kill.BorderSizePixel = 2
  78. kill.Position = UDim2.new(0.042328041, 0, 0.495283037, 0)
  79. kill.Size = UDim2.new(0, 173, 0, 31)
  80. kill.Font = Enum.Font.Highway
  81. kill.Text = "Kill (MUST HAVE M1911)"
  82. kill.TextColor3 = Color3.new(0, 0, 0)
  83. kill.TextScaled = true
  84. kill.TextSize = 14
  85. kill.TextStrokeColor3 = Color3.new(1, 1, 1)
  86. kill.TextStrokeTransparency = 0
  87. kill.TextWrapped = true
  88.  
  89. printer.Name = "printer"
  90. printer.Parent = gui
  91. printer.BackgroundColor3 = Color3.new(0.219608, 0.658824, 0.658824)
  92. printer.BorderColor3 = Color3.new(0.364706, 0.866667, 0.807843)
  93. printer.BorderSizePixel = 2
  94. printer.Position = UDim2.new(0.042328041, 0, 0.301886797, 0)
  95. printer.Size = UDim2.new(0, 173, 0, 31)
  96. printer.Font = Enum.Font.Highway
  97. printer.Text = "PRINTERS STEAL"
  98. printer.TextColor3 = Color3.new(0, 0, 0)
  99. printer.TextScaled = true
  100. printer.TextSize = 14
  101. printer.TextStrokeColor3 = Color3.new(1, 1, 1)
  102. printer.TextStrokeTransparency = 0
  103. printer.TextWrapped = true
  104.  
  105. SHIP.Name = "SHIP"
  106. SHIP.Parent = gui
  107. SHIP.BackgroundColor3 = Color3.new(0.219608, 0.658824, 0.658824)
  108. SHIP.BorderColor3 = Color3.new(0.364706, 0.866667, 0.807843)
  109. SHIP.BorderSizePixel = 2
  110. SHIP.Position = UDim2.new(0.042328041, 0, 0.113207549, 0)
  111. SHIP.Size = UDim2.new(0, 173, 0, 31)
  112. SHIP.Font = Enum.Font.Highway
  113. SHIP.Text = "SHIPMENT STEAL"
  114. SHIP.TextColor3 = Color3.new(0, 0, 0)
  115. SHIP.TextScaled = true
  116. SHIP.TextSize = 14
  117. SHIP.TextStrokeColor3 = Color3.new(1, 1, 1)
  118. SHIP.TextStrokeTransparency = 0
  119. SHIP.TextWrapped = true
  120.  
  121. OPEN.Name = "OPEN"
  122. OPEN.Parent = main
  123. OPEN.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  124. OPEN.BackgroundTransparency = 0.30000001192093
  125. OPEN.BorderSizePixel = 2
  126. OPEN.Position = UDim2.new(0, 0,1.861, 0)
  127. OPEN.Size = UDim2.new(0, 82, 0, 19)
  128. OPEN.Font = Enum.Font.SourceSansSemibold
  129. OPEN.Text = "OPEN"
  130. OPEN.TextColor3 = Color3.new(0, 0, 0)
  131. OPEN.TextScaled = true
  132. OPEN.TextSize = 14
  133. OPEN.TextStrokeColor3 = Color3.new(1, 1, 1)
  134. OPEN.TextStrokeTransparency = 0
  135. OPEN.TextWrapped = true
  136.  
  137. DElETE.Name = "DElETE"
  138. DElETE.Parent = OPEN
  139. DElETE.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  140. DElETE.BackgroundTransparency = 0.30000001192093
  141. DElETE.BorderSizePixel = 2
  142. DElETE.Position = UDim2.new(0, 0, 1, 0)
  143. DElETE.Size = UDim2.new(0, 82, 0, 9)
  144. DElETE.Font = Enum.Font.SourceSansSemibold
  145. DElETE.Text = "DEL GUI"
  146. DElETE.TextColor3 = Color3.new(0, 0, 0)
  147. DElETE.TextScaled = true
  148. DElETE.TextSize = 14
  149. DElETE.TextStrokeColor3 = Color3.new(1, 1, 1)
  150. DElETE.TextStrokeTransparency = 0
  151. DElETE.TextWrapped = true
  152. -- Scripts:
  153. function printa()
  154. local a = game.Workspace.MoneyPrinters:GetChildren()
  155. for i=1,#a do
  156. if a[i]:FindFirstChild("Int2") then else
  157. wait(1)
  158. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = a[i].Main.CFrame
  159. wait(1)
  160. game.ReplicatedStorage.Events.ToolsEvent:FireServer(9)
  161. wait(0.25)
  162. game.ReplicatedStorage.Events.ToolsEvent:FireServer(1, a[i])
  163. wait(1)
  164. game.ReplicatedStorage.Events.PickUpEvent:FireServer(a[i])
  165. wait(1)
  166. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Buildings[game.Players.LocalPlayer.Name].Node.PrimaryPart.CFrame + Vector3.new(0,10,0)
  167. wait(1)
  168. game.ReplicatedStorage.Events.PickUpEvent:FireServer(a[i])
  169. end
  170. end
  171. end
  172. function shipument()
  173. local a = game.Workspace.Entities:GetChildren()
  174. for i=1,#a do
  175. if a[i]:FindFirstChild("Int2") then else
  176. wait(1)
  177. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = a[i].PrimaryPart.CFrame
  178. wait(1)
  179. game.ReplicatedStorage.Events.ToolsEvent:FireServer(9)
  180. wait(0.25)
  181. game.ReplicatedStorage.Events.ToolsEvent:FireServer(1, a[i])
  182. wait(1)
  183. game.ReplicatedStorage.Events.PickUpEvent:FireServer(a[i])
  184. wait(1)
  185. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Workspace.Buildings[game.Players.LocalPlayer.Name].Node.PrimaryPart.CFrame + Vector3.new(0,10,0)
  186. wait(1)
  187. game.ReplicatedStorage.Events.PickUpEvent:FireServer(a[i])
  188. end
  189. end
  190. end
  191. function killua()
  192. local YourWeapon = "M1911"
  193. local Victim = BOX.Text
  194.  
  195. for i=1,25 do
  196. local A_1 = game.Players[Victim].Character.Head.CFrame
  197. local A_2 = 2
  198. local A_3 = game.Workspace[Victim].Humanoid
  199. local A_4 = 24
  200. local A_5 = game.Players.LocalPlayer.Backpack[YourWeapon]
  201. local Event = game:GetService("ReplicatedStorage").Events.ProjHitEvent
  202. Event:FireServer(A_1, A_2, A_3, A_4, A_5)
  203. end
  204. end
  205. function openn()
  206. SHIP.Visible=true
  207. printer.Visible=true
  208. BOX.Visible=true
  209. kill.Visible=true
  210. TextLabel.Visible=true
  211. gui.Visible=true
  212. OPEN:TweenPosition(UDim2.new(0, 0,1.861, 0))
  213. gui:TweenSize(UDim2.new(0, 189,0, 212))
  214. SHIP:TweenSize(UDim2.new(0, 173,0, 31))
  215. printer:TweenSize(UDim2.new(0, 173,0, 31))
  216. kill:TweenSize(UDim2.new(0, 173,0, 31)) -- 0, 173,0, 31
  217. BOX:TweenSize(UDim2.new(0, 159,0, 57))
  218. TextLabel:TweenSize(UDim2.new(0, 201,0, 19))
  219. CLOSE:TweenSize(UDim2.new(0, 20,0, 19))
  220. end
  221. function closen()
  222. OPEN:TweenPosition(UDim2.new(0,0,0.861, 0))
  223. gui:TweenSize(UDim2.new(0,0,0))
  224. SHIP:TweenSize(UDim2.new(0,0,0))
  225. printer:TweenSize(UDim2.new(0,0,0))
  226. kill:TweenSize(UDim2.new(0,0,0)) -- 0, 173,0, 31
  227. BOX:TweenSize(UDim2.new(0,0,0))
  228. TextLabel:TweenSize(UDim2.new(0,0,0))
  229. CLOSE:TweenSize(UDim2.new(0,0,0))
  230. wait(1)
  231. SHIP.Visible=false
  232. printer.Visible=false
  233. BOX.Visible=false
  234. kill.Visible=false
  235. TextLabel.Visible=false
  236. gui.Visible=false
  237. end
  238. function delgui()
  239. DElETE:TweenSize(UDim2.new(0,0,0))
  240. OPEN:TweenSize(UDim2.new(0,0,0))
  241. wait(1)
  242. game.CoreGui.main:Remove()
  243. print("Succesfully deleted!")
  244. end
  245. kill.MouseButton1Click:connect(killua)
  246. printer.MouseButton1Click:connect(printa)
  247. SHIP.MouseButton1Click:connect(shipument)
  248. CLOSE.MouseButton1Click:connect(closen)
  249. OPEN.MouseButton1Click:connect(openn)
  250. DElETE.MouseButton1Click:connect(delgui)
  251. -- the end v0.1
Add Comment
Please, Sign In to add comment