Ignas_Liutvinas_Rly

Untitled

Jul 24th, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.40 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local Redwood = Instance.new("ScreenGui")
  5. local LoginGui = Instance.new("Frame")
  6. local bar = Instance.new("Frame")
  7. local LoginLabel = Instance.new("TextLabel")
  8. local User = Instance.new("TextBox")
  9. local Pass = Instance.new("TextBox")
  10. local LoginButton = Instance.new("TextButton")
  11. local RedwoodGui = Instance.new("Frame")
  12. local bar2 = Instance.new("Frame")
  13. local RedwoodLabel = Instance.new("TextLabel")
  14. local DeleteTools = Instance.new("TextButton")
  15. local MessageGUI = Instance.new("TextButton")
  16. local Sometools = Instance.new("TextButton")
  17. local Exit = Instance.new("TextButton")
  18. local MessageGui = Instance.new("Frame")
  19. local bar3 = Instance.new("Frame")
  20. local MessageLabel = Instance.new("TextLabel")
  21. local Title = Instance.new("TextBox")
  22. local Message = Instance.new("TextBox")
  23. local ExecuteButton = Instance.new("TextButton")
  24. local ExitButton = Instance.new("TextButton")
  25. local OpenGui = Instance.new("Frame")
  26. local Open = Instance.new("TextButton")
  27. --Properties:
  28. Redwood.Name = "Redwood"
  29. Redwood.Parent = game.CoreGui
  30.  
  31. RedwoodGui.Active = true
  32. RedwoodGui.Draggable = true
  33. MessageGui.Active = true
  34. MessageGui.Draggable = true
  35. LoginGui.Active = true
  36. LoginGui.Draggable = true
  37.  
  38. LoginGui.Name = "LoginGui"
  39. LoginGui.Parent = Redwood
  40. LoginGui.BackgroundColor3 = Color3.new(0, 0, 0)
  41. LoginGui.Position = UDim2.new(0.400187433, 0, 0.143426299, 0)
  42. LoginGui.Size = UDim2.new(0, 235, 0, 324)
  43.  
  44. bar.Name = "bar"
  45. bar.Parent = LoginGui
  46. bar.BackgroundColor3 = Color3.new(1, 0, 0)
  47. bar.Size = UDim2.new(0, 235, 0, 39)
  48.  
  49. LoginLabel.Name = "LoginLabel"
  50. LoginLabel.Parent = LoginGui
  51. LoginLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  52. LoginLabel.Position = UDim2.new(0, 0, 0.199947685, 0)
  53. LoginLabel.Size = UDim2.new(0, 235, 0, 39)
  54. LoginLabel.Font = Enum.Font.SciFi
  55. LoginLabel.Text = "Login GUI"
  56. LoginLabel.TextColor3 = Color3.new(1, 0, 0)
  57. LoginLabel.TextSize = 14
  58.  
  59. User.Name = "User"
  60. User.Parent = LoginGui
  61. User.BackgroundColor3 = Color3.new(0, 0, 0)
  62. User.Position = UDim2.new(0.0723404288, 0, 0.388888896, 0)
  63. User.Size = UDim2.new(0, 200, 0, 37)
  64. User.Font = Enum.Font.SciFi
  65. User.PlaceholderColor3 = Color3.new(1, 0, 0)
  66. User.PlaceholderText = "Username"
  67. User.Text = ""
  68. User.TextColor3 = Color3.new(1, 0, 0)
  69. User.TextSize = 14
  70.  
  71. Pass.Name = "Pass"
  72. Pass.Parent = LoginGui
  73. Pass.BackgroundColor3 = Color3.new(0, 0, 0)
  74. Pass.Position = UDim2.new(0.0680851117, 0, 0.57407409, 0)
  75. Pass.Size = UDim2.new(0, 200, 0, 37)
  76. Pass.Font = Enum.Font.SciFi
  77. Pass.PlaceholderColor3 = Color3.new(1, 0, 0)
  78. Pass.PlaceholderText = "Password"
  79. Pass.Text = ""
  80. Pass.TextColor3 = Color3.new(1, 0, 0)
  81. Pass.TextSize = 14
  82.  
  83. LoginButton.Name = "LoginButton"
  84. LoginButton.Parent = LoginGui
  85. LoginButton.BackgroundColor3 = Color3.new(0, 0, 0)
  86. LoginButton.Position = UDim2.new(0.157446817, 0, 0.75, 0)
  87. LoginButton.Size = UDim2.new(0, 159, 0, 35)
  88. LoginButton.Font = Enum.Font.SciFi
  89. LoginButton.Text = "Login"
  90. LoginButton.TextColor3 = Color3.new(1, 0, 0)
  91. LoginButton.TextSize = 14
  92.  
  93. RedwoodGui.Name = "Redwood Gui"
  94. RedwoodGui.Parent = Redwood
  95. RedwoodGui.BackgroundColor3 = Color3.new(0, 0, 0)
  96. RedwoodGui.Position = UDim2.new(0.334582955, 0, 0.117529884, 0)
  97. RedwoodGui.Size = UDim2.new(0, 465, 0, 383)
  98. RedwoodGui.Visible = false
  99.  
  100. bar2.Name = "bar2"
  101. bar2.Parent = RedwoodGui
  102. bar2.BackgroundColor3 = Color3.new(1, 0, 0)
  103. bar2.Size = UDim2.new(0, 465, 0, 37)
  104.  
  105. RedwoodLabel.Name = "RedwoodLabel"
  106. RedwoodLabel.Parent = RedwoodGui
  107. RedwoodLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  108. RedwoodLabel.Position = UDim2.new(0, 0, 0.140992165, 0)
  109. RedwoodLabel.Size = UDim2.new(0, 465, 0, 38)
  110. RedwoodLabel.Font = Enum.Font.SciFi
  111. RedwoodLabel.Text = "Redwood Prison GUI"
  112. RedwoodLabel.TextColor3 = Color3.new(1, 0, 0)
  113. RedwoodLabel.TextSize = 14
  114.  
  115. DeleteTools.Name = "Delete Tools"
  116. DeleteTools.Parent = RedwoodGui
  117. DeleteTools.BackgroundColor3 = Color3.new(0, 0, 0)
  118. DeleteTools.Position = UDim2.new(0.0567028709, 0, 0.323759794, 0)
  119. DeleteTools.Size = UDim2.new(0, 200, 0, 50)
  120. DeleteTools.Font = Enum.Font.SciFi
  121. DeleteTools.Text = "Delete Tools"
  122. DeleteTools.TextColor3 = Color3.new(1, 0, 0)
  123. DeleteTools.TextSize = 14
  124.  
  125. MessageGUI.Name = "Message GUI"
  126. MessageGUI.Parent = RedwoodGui
  127. MessageGUI.BackgroundColor3 = Color3.new(0, 0, 0)
  128. MessageGUI.Position = UDim2.new(0.526000977, 0, 0.323759794, 0)
  129. MessageGUI.Size = UDim2.new(0, 200, 0, 50)
  130. MessageGUI.Font = Enum.Font.SciFi
  131. MessageGUI.Text = "Message GUI"
  132. MessageGUI.TextColor3 = Color3.new(1, 0, 0)
  133. MessageGUI.TextSize = 14
  134.  
  135. Sometools.Name = "Some tools"
  136. Sometools.Parent = RedwoodGui
  137. Sometools.BackgroundColor3 = Color3.new(0, 0, 0)
  138. Sometools.Position = UDim2.new(0.0567028709, 0, 0.556135774, 0)
  139. Sometools.Size = UDim2.new(0, 200, 0, 50)
  140. Sometools.Font = Enum.Font.SciFi
  141. Sometools.Text = "Some Tools"
  142. Sometools.TextColor3 = Color3.new(1, 0, 0)
  143. Sometools.TextSize = 14
  144.  
  145. Exit.Name = "Exit"
  146. Exit.Parent = RedwoodGui
  147. Exit.BackgroundColor3 = Color3.new(1, 0, 0)
  148. Exit.Position = UDim2.new(0.283870965, 0, 0.932114899, 0)
  149. Exit.Size = UDim2.new(0, 200, 0, 26)
  150. Exit.Font = Enum.Font.SciFi
  151. Exit.Text = "Exit"
  152. Exit.TextColor3 = Color3.new(0, 0, 0)
  153. Exit.TextSize = 14
  154.  
  155. MessageGui.Name = "Message Gui"
  156. MessageGui.Parent = Redwood
  157. MessageGui.BackgroundColor3 = Color3.new(0, 0, 0)
  158. MessageGui.Position = UDim2.new(0.298031867, 0, 0.137450203, 0)
  159. MessageGui.Size = UDim2.new(0, 463, 0, 382)
  160. MessageGui.Visible = false
  161.  
  162. bar3.Name = "bar3"
  163. bar3.Parent = MessageGui
  164. bar3.BackgroundColor3 = Color3.new(1, 0, 0)
  165. bar3.Size = UDim2.new(0, 463, 0, 30)
  166.  
  167. MessageLabel.Name = "MessageLabel"
  168. MessageLabel.Parent = MessageGui
  169. MessageLabel.BackgroundColor3 = Color3.new(0, 0, 0)
  170. MessageLabel.Position = UDim2.new(0, 0, 0.162303671, 0)
  171. MessageLabel.Size = UDim2.new(0, 463, 0, 36)
  172. MessageLabel.Font = Enum.Font.SciFi
  173. MessageLabel.Text = "Messge GUI"
  174. MessageLabel.TextColor3 = Color3.new(1, 0, 0)
  175. MessageLabel.TextSize = 14
  176.  
  177. Title.Name = "Title"
  178. Title.Parent = MessageGui
  179. Title.BackgroundColor3 = Color3.new(0, 0, 0)
  180. Title.Position = UDim2.new(0.179265663, 0, 0.366492152, 0)
  181. Title.Size = UDim2.new(0, 293, 0, 34)
  182. Title.Font = Enum.Font.SciFi
  183. Title.PlaceholderColor3 = Color3.new(1, 0, 0)
  184. Title.PlaceholderText = "Title"
  185. Title.Text = ""
  186. Title.TextColor3 = Color3.new(1, 0, 0)
  187. Title.TextSize = 14
  188.  
  189. Message.Name = "Message"
  190. Message.Parent = MessageGui
  191. Message.BackgroundColor3 = Color3.new(0, 0, 0)
  192. Message.Position = UDim2.new(0.179265663, 0, 0.562827229, 0)
  193. Message.Size = UDim2.new(0, 293, 0, 34)
  194. Message.Font = Enum.Font.SciFi
  195. Message.PlaceholderColor3 = Color3.new(1, 0, 0)
  196. Message.PlaceholderText = "Message"
  197. Message.Text = ""
  198. Message.TextColor3 = Color3.new(1, 0, 0)
  199. Message.TextSize = 14
  200.  
  201. ExecuteButton.Name = "ExecuteButton"
  202. ExecuteButton.Parent = MessageGui
  203. ExecuteButton.BackgroundColor3 = Color3.new(0, 0, 0)
  204. ExecuteButton.Position = UDim2.new(0.282937378, 0, 0.735602081, 0)
  205. ExecuteButton.Size = UDim2.new(0, 203, 0, 43)
  206. ExecuteButton.Font = Enum.Font.SciFi
  207. ExecuteButton.Text = "Execute"
  208. ExecuteButton.TextColor3 = Color3.new(1, 0, 0)
  209. ExecuteButton.TextSize = 14
  210.  
  211. ExitButton.Name = "ExitButton"
  212. ExitButton.Parent = MessageGui
  213. ExitButton.BackgroundColor3 = Color3.new(0, 0, 0)
  214. ExitButton.Position = UDim2.new(0.280777544, 0, 0.924083769, 0)
  215. ExitButton.Size = UDim2.new(0, 203, 0, 29)
  216. ExitButton.Font = Enum.Font.SciFi
  217. ExitButton.Text = "Exit"
  218. ExitButton.TextColor3 = Color3.new(1, 0, 0)
  219. ExitButton.TextSize = 14
  220.  
  221. OpenGui.Name = "OpenGui"
  222. OpenGui.Parent = Redwood
  223. OpenGui.BackgroundColor3 = Color3.new(1, 1, 1)
  224. OpenGui.Position = UDim2.new(0, 0, 0.468127489, 0)
  225. OpenGui.Size = UDim2.new(0, 100, 0, 31)
  226. OpenGui.Visible = false
  227.  
  228. Open.Name = "Open"
  229. Open.Parent = OpenGui
  230. Open.BackgroundColor3 = Color3.new(0, 0, 0)
  231. Open.Size = UDim2.new(0, 100, 0, 31)
  232. Open.Font = Enum.Font.SciFi
  233. Open.Text = "Open"
  234. Open.TextColor3 = Color3.new(1, 0, 0)
  235. Open.TextSize = 14
  236. -- Scripts:
  237.  
  238. DeleteTools.MouseButton1Click:connect(function()
  239. local btool = Instance.new("Tool",game.Players.LocalPlayer.Backpack)
  240. local SelectionBox = Instance.new("SelectionBox",game.Workspace)
  241. SelectionBox.Name = "oof"
  242. SelectionBox.LineThickness = 0.05
  243. SelectionBox.Adornee = nil
  244. SelectionBox.Color3 = Color3.fromRGB(0,0,255)
  245. SelectionBox.Visible = false
  246. btool.Name = "Delete Tool"
  247. btool.RequiresHandle = false
  248. local IsEquipped = false
  249. local Mouse = game.Players.LocalPlayer:GetMouse()
  250.  
  251. btool.Equipped:connect(function()
  252. IsEquipped = true
  253. SelectionBox.Visible = true
  254. SelectionBox.Adornee = nil
  255. end)
  256.  
  257. btool.Unequipped:connect(function()
  258. IsEquipped = false
  259. SelectionBox.Visible = false
  260. SelectionBox.Adornee = nil
  261. end)
  262.  
  263.  
  264. btool.Activated:connect(function()
  265. if IsEquipped then
  266. game.Workspace.resources.RemoteEvent:FireServer("toggleShield", Mouse.Target)
  267. end
  268. end)
  269.  
  270. while true do
  271. SelectionBox.Adornee = Mouse.Target or nil
  272. wait(0.1)
  273. end
  274. end)
  275.  
  276. Sometools.MouseButton1Click:connect(function()
  277. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "M98B")
  278. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Revolver")
  279. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "UMP-45")
  280. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Parachute")
  281. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "ACR")
  282. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "M60")
  283. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "M14")
  284. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Fake ID Card")
  285. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Shank")
  286. end)
  287.  
  288. MessageGUI.MouseButton1Click:connect(function()
  289. RedwoodGui.Visible = false
  290. MessageGui.Visible = true
  291. end)
  292.  
  293. Exit.MouseButton1Click:connect(function()
  294. RedwoodGui.Visible = false
  295. OpenGui.Visible = true
  296. end)
  297.  
  298. ExecuteButton.MouseButton1Click:Connect(function()
  299. local A_1 = "FireAllClients"
  300. local A_2 = "showNotice"
  301. local A_3 = Title.Text
  302. local A_4 = Message.Text
  303. local Event = game:GetService("Workspace").resources.RemoteEvent
  304. Event:FireServer(A_1, A_2, A_3, A_4)
  305. end)
  306.  
  307. ExitButton.MouseButton1Click:connect(function()
  308. MessageGui.Visible = false
  309. RedwoodGui.Visible = true
  310. end)
  311.  
  312. LoginButton.MouseButton1Click:connect(function()
  313. if User.Text == "" and Pass.Text == "" then
  314. LoginGui:Destroy()
  315. RedwoodGui.Visible = true
  316. end
  317. end)
  318.  
  319. Open.MouseButton1Click:connect(function()
  320. RedwoodGui.Visible = true
  321. OpenGui.Visible = false
  322. end)
Add Comment
Please, Sign In to add comment