turrtle

Electric State

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