Advertisement
NotAtomicBomb

RWF

Dec 12th, 2018
873
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.30 KB | None | 0 0
  1. local RedWoodFucker = Instance.new("ScreenGui")
  2. local MainFrame = Instance.new("Frame")
  3. local Bar = Instance.new("Frame")
  4. local Title = Instance.new("TextLabel")
  5. local Creator = Instance.new("TextLabel")
  6. local ExitButton = Instance.new("TextButton")
  7. local MainTab = Instance.new("Frame")
  8. local TazeAll = Instance.new("TextButton")
  9. local KillAll = Instance.new("TextButton")
  10. local ArrestAll = Instance.new("TextButton")
  11. local Weapons = Instance.new("TextButton")
  12. local WalkSpeed = Instance.new("TextButton")
  13. local WalkSpeedText = Instance.new("TextBox")
  14. local RemoveAllDoors = Instance.new("TextButton")
  15. local Btools = Instance.new("TextButton")
  16. local Tps = Instance.new("TextButton")
  17. local Teams = Instance.new("TextButton")
  18. local DELTOOL = Instance.new("TextButton")
  19. local Next = Instance.new("TextButton")
  20. local SecondTab = Instance.new("Frame")
  21. local Taze = Instance.new("TextButton")
  22. local Kill = Instance.new("TextButton")
  23. local Arrest = Instance.new("TextButton")
  24. local NameText = Instance.new("TextBox")
  25. local Goto = Instance.new("TextButton")
  26. local Back = Instance.new("TextButton")
  27. local RWTps = Instance.new("Frame")
  28. local MainTPSTab = Instance.new("Frame")
  29. local SecurityRoom = Instance.new("TextButton")
  30. local Cells = Instance.new("TextButton")
  31. local Armory = Instance.new("TextButton")
  32. local FirstGateControls = Instance.new("TextButton")
  33. local SecondGateControls = Instance.new("TextButton")
  34. local Roof = Instance.new("TextButton")
  35. local Atv = Instance.new("TextButton")
  36. local FugitiveTent = Instance.new("TextButton")
  37. local SecretRoom = Instance.new("TextButton")
  38. local HeliPad = Instance.new("TextButton")
  39. local BrownHouse = Instance.new("TextButton")
  40. local Frame = Instance.new("Frame")
  41. local Title_2 = Instance.new("TextLabel")
  42. local RWTeams = Instance.new("Frame")
  43. local MainTeamsTab = Instance.new("Frame")
  44. local Fugitive = Instance.new("TextButton")
  45. local Guard = Instance.new("TextButton")
  46. local Prisoner = Instance.new("TextButton")
  47. local Frame_2 = Instance.new("Frame")
  48. local Title_3 = Instance.new("TextLabel")
  49. --Properties:
  50. RedWoodFucker.Name = "RedWoodFucker"
  51. RedWoodFucker.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  52. RedWoodFucker.ResetOnSpawn = false
  53.  
  54. MainFrame.Name = "MainFrame"
  55. MainFrame.Parent = RedWoodFucker
  56. MainFrame.Active = true
  57. MainFrame.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  58. MainFrame.BorderSizePixel = 3
  59. MainFrame.Draggable = true
  60. MainFrame.Position = UDim2.new(0.0137980469, 0, 0.42151165, 0)
  61. MainFrame.Size = UDim2.new(0, 328, 0, 240)
  62.  
  63. Bar.Name = "Bar"
  64. Bar.Parent = MainFrame
  65. Bar.BackgroundColor3 = Color3.new(0.784314, 0.223529, 0.231373)
  66. Bar.BorderSizePixel = 3
  67. Bar.Size = UDim2.new(0, 328, 0, 23)
  68.  
  69. Title.Name = "Title"
  70. Title.Parent = Bar
  71. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  72. Title.BackgroundTransparency = 1
  73. Title.Position = UDim2.new(0.246951193, 0, -0.782608628, 0)
  74. Title.Size = UDim2.new(0, 166, 0, 59)
  75. Title.Font = Enum.Font.SourceSansBold
  76. Title.Text = "Red Wood Fucker"
  77. Title.TextColor3 = Color3.new(1, 1, 1)
  78. Title.TextSize = 24
  79.  
  80. Creator.Name = "Creator"
  81. Creator.Parent = Bar
  82. Creator.BackgroundColor3 = Color3.new(1, 1, 1)
  83. Creator.BackgroundTransparency = 1
  84. Creator.Position = UDim2.new(-0.0213414934, 0, -0.260869563, 0)
  85. Creator.Size = UDim2.new(0, 96, 0, 34)
  86. Creator.Font = Enum.Font.SourceSansBold
  87. Creator.Text = "AtomiBOmb"
  88. Creator.TextColor3 = Color3.new(1, 1, 1)
  89. Creator.TextSize = 15
  90.  
  91. ExitButton.Name = "ExitButton"
  92. ExitButton.Parent = Bar
  93. ExitButton.BackgroundColor3 = Color3.new(1, 1, 1)
  94. ExitButton.BackgroundTransparency = 1
  95. ExitButton.Position = UDim2.new(0.923780501, 0, 0, 0)
  96. ExitButton.Size = UDim2.new(0, 18, 0, 23)
  97. ExitButton.Font = Enum.Font.SourceSansBold
  98. ExitButton.Text = "X"
  99. ExitButton.TextColor3 = Color3.new(1, 1, 1)
  100. ExitButton.TextSize = 24
  101.  
  102. MainTab.Name = "MainTab"
  103. MainTab.Parent = MainFrame
  104. MainTab.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  105. MainTab.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  106. MainTab.LayoutOrder = -5
  107. MainTab.Position = UDim2.new(0.021341417, 0, 0.138592407, 0)
  108. MainTab.Size = UDim2.new(0, 314, 0, 199)
  109.  
  110. TazeAll.Name = "TazeAll"
  111. TazeAll.Parent = MainTab
  112. TazeAll.BackgroundColor3 = Color3.new(0.784314, 0.223529, 0.231373)
  113. TazeAll.BorderSizePixel = 2
  114. TazeAll.Position = UDim2.new(0.0477707013, 0, 0.0804020017, 0)
  115. TazeAll.Size = UDim2.new(0, 74, 0, 24)
  116. TazeAll.Font = Enum.Font.SourceSans
  117. TazeAll.Text = "Taze All"
  118. TazeAll.TextColor3 = Color3.new(1, 1, 1)
  119. TazeAll.TextSize = 14
  120.  
  121. KillAll.Name = "KillAll"
  122. KillAll.Parent = MainTab
  123. KillAll.BackgroundColor3 = Color3.new(0.784314, 0.223529, 0.231373)
  124. KillAll.BorderSizePixel = 2
  125. KillAll.Position = UDim2.new(0.0477707013, 0, 0.271356761, 0)
  126. KillAll.Size = UDim2.new(0, 74, 0, 24)
  127. KillAll.Font = Enum.Font.SourceSans
  128. KillAll.Text = "Kill All"
  129. KillAll.TextColor3 = Color3.new(1, 1, 1)
  130. KillAll.TextSize = 14
  131.  
  132. ArrestAll.Name = "ArrestAll"
  133. ArrestAll.Parent = MainTab
  134. ArrestAll.BackgroundColor3 = Color3.new(0.784314, 0.223529, 0.231373)
  135. ArrestAll.BorderSizePixel = 2
  136. ArrestAll.Position = UDim2.new(0.0477707013, 0, 0.472361773, 0)
  137. ArrestAll.Size = UDim2.new(0, 74, 0, 24)
  138. ArrestAll.Font = Enum.Font.SourceSans
  139. ArrestAll.Text = "Arrest All"
  140. ArrestAll.TextColor3 = Color3.new(1, 1, 1)
  141. ArrestAll.TextSize = 14
  142.  
  143. Weapons.Name = "Weapons"
  144. Weapons.Parent = MainTab
  145. Weapons.BackgroundColor3 = Color3.new(0.784314, 0.223529, 0.231373)
  146. Weapons.BorderSizePixel = 2
  147. Weapons.Position = UDim2.new(0.382165611, 0, 0.0804019868, 0)
  148. Weapons.Size = UDim2.new(0, 74, 0, 24)
  149. Weapons.Font = Enum.Font.SourceSans
  150. Weapons.Text = "Starter Pack"
  151. Weapons.TextColor3 = Color3.new(1, 1, 1)
  152. Weapons.TextSize = 14
  153.  
  154. WalkSpeed.Name = "WalkSpeed"
  155. WalkSpeed.Parent = MainTab
  156. WalkSpeed.BackgroundColor3 = Color3.new(0.784314, 0.223529, 0.231373)
  157. WalkSpeed.BorderSizePixel = 2
  158. WalkSpeed.Position = UDim2.new(0.703957617, 0, 0.0791247785, 0)
  159. WalkSpeed.Size = UDim2.new(0, 74, 0, 24)
  160. WalkSpeed.Font = Enum.Font.SourceSans
  161. WalkSpeed.Text = "WalkSpeed ↓"
  162. WalkSpeed.TextColor3 = Color3.new(1, 1, 1)
  163. WalkSpeed.TextSize = 14
  164.  
  165. WalkSpeedText.Name = "WalkSpeedText"
  166. WalkSpeedText.Parent = MainTab
  167. WalkSpeedText.BackgroundColor3 = Color3.new(1, 1, 1)
  168. WalkSpeedText.BorderSizePixel = 2
  169. WalkSpeedText.Position = UDim2.new(0.713375807, 0, 0.271356761, 0)
  170. WalkSpeedText.Size = UDim2.new(0, 72, 0, 18)
  171. WalkSpeedText.Font = Enum.Font.SourceSans
  172. WalkSpeedText.Text = ""
  173. WalkSpeedText.TextColor3 = Color3.new(0, 0, 0)
  174. WalkSpeedText.TextSize = 14
  175.  
  176. RemoveAllDoors.Name = "RemoveAllDoors"
  177. RemoveAllDoors.Parent = MainTab
  178. RemoveAllDoors.BackgroundColor3 = Color3.new(0.784314, 0.223529, 0.231373)
  179. RemoveAllDoors.BorderSizePixel = 2
  180. RemoveAllDoors.Position = UDim2.new(0.382165611, 0, 0.271356761, 0)
  181. RemoveAllDoors.Size = UDim2.new(0, 74, 0, 24)
  182. RemoveAllDoors.Font = Enum.Font.SourceSans
  183. RemoveAllDoors.Text = "Remove All Doors"
  184. RemoveAllDoors.TextColor3 = Color3.new(1, 1, 1)
  185. RemoveAllDoors.TextScaled = true
  186. RemoveAllDoors.TextSize = 14
  187. RemoveAllDoors.TextWrapped = true
  188.  
  189. Btools.Name = "Btools"
  190. Btools.Parent = MainTab
  191. Btools.BackgroundColor3 = Color3.new(0.784314, 0.223529, 0.231373)
  192. Btools.BorderSizePixel = 2
  193. Btools.Position = UDim2.new(0.382165611, 0, 0.472361803, 0)
  194. Btools.Size = UDim2.new(0, 74, 0, 24)
  195. Btools.Font = Enum.Font.SourceSans
  196. Btools.Text = "Btools"
  197. Btools.TextColor3 = Color3.new(1, 1, 1)
  198. Btools.TextSize = 14
  199. Btools.TextWrapped = true
  200.  
  201. Tps.Name = "Tps"
  202. Tps.Parent = MainTab
  203. Tps.BackgroundColor3 = Color3.new(0.784314, 0.223529, 0.231373)
  204. Tps.BorderSizePixel = 2
  205. Tps.Position = UDim2.new(0.0477707088, 0, 0.783919573, 0)
  206. Tps.Size = UDim2.new(0, 74, 0, 24)
  207. Tps.Font = Enum.Font.SourceSans
  208. Tps.Text = "Tps"
  209. Tps.TextColor3 = Color3.new(1, 1, 1)
  210. Tps.TextSize = 14
  211. Tps.TextWrapped = true
  212.  
  213. Teams.Name = "Teams"
  214. Teams.Parent = MainTab
  215. Teams.BackgroundColor3 = Color3.new(0.784314, 0.223529, 0.231373)
  216. Teams.BorderSizePixel = 2
  217. Teams.Position = UDim2.new(0.382165611, 0, 0.783919573, 0)
  218. Teams.Size = UDim2.new(0, 74, 0, 24)
  219. Teams.Font = Enum.Font.SourceSans
  220. Teams.Text = "Teams"
  221. Teams.TextColor3 = Color3.new(1, 1, 1)
  222. Teams.TextSize = 14
  223. Teams.TextWrapped = true
  224.  
  225. DELTOOL.Name = "DELTOOL"
  226. DELTOOL.Parent = MainTab
  227. DELTOOL.BackgroundColor3 = Color3.new(0.784314, 0.223529, 0.231373)
  228. DELTOOL.BorderSizePixel = 2
  229. DELTOOL.Position = UDim2.new(0.703821659, 0, 0.472361803, 0)
  230. DELTOOL.Size = UDim2.new(0, 74, 0, 24)
  231. DELTOOL.Font = Enum.Font.SourceSans
  232. DELTOOL.Text = "OP Delete Tool"
  233. DELTOOL.TextColor3 = Color3.new(1, 1, 1)
  234. DELTOOL.TextSize = 14
  235. DELTOOL.TextWrapped = true
  236.  
  237. Next.Name = "Next"
  238. Next.Parent = MainFrame
  239. Next.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  240. Next.BorderSizePixel = 0
  241. Next.LayoutOrder = 1
  242. Next.Position = UDim2.new(0.793129623, 0, 0.847968936, 0)
  243. Next.Size = UDim2.new(0, 57, 0, 22)
  244. Next.ZIndex = 3
  245. Next.Font = Enum.Font.SourceSans
  246. Next.Text = "> >"
  247. Next.TextColor3 = Color3.new(1, 1, 1)
  248. Next.TextSize = 14
  249.  
  250. SecondTab.Name = "SecondTab"
  251. SecondTab.Parent = MainFrame
  252. SecondTab.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  253. SecondTab.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  254. SecondTab.LayoutOrder = -5
  255. SecondTab.Position = UDim2.new(0.0206887797, 0, 0.134712398, 0)
  256. SecondTab.Size = UDim2.new(0, 314, 0, 199)
  257. SecondTab.Visible = false
  258.  
  259. Taze.Name = "Taze"
  260. Taze.Parent = SecondTab
  261. Taze.BackgroundColor3 = Color3.new(0.784314, 0.223529, 0.231373)
  262. Taze.BorderSizePixel = 2
  263. Taze.Position = UDim2.new(0.24203822, 0, 0.0904522464, 0)
  264. Taze.Size = UDim2.new(0, 74, 0, 24)
  265. Taze.Font = Enum.Font.SourceSans
  266. Taze.Text = "Taze "
  267. Taze.TextColor3 = Color3.new(1, 1, 1)
  268. Taze.TextSize = 14
  269.  
  270. Kill.Name = "Kill"
  271. Kill.Parent = SecondTab
  272. Kill.BackgroundColor3 = Color3.new(0.784314, 0.223529, 0.231373)
  273. Kill.BorderSizePixel = 2
  274. Kill.Position = UDim2.new(0.24203822, 0, 0.281407028, 0)
  275. Kill.Size = UDim2.new(0, 74, 0, 24)
  276. Kill.Font = Enum.Font.SourceSans
  277. Kill.Text = "Kill "
  278. Kill.TextColor3 = Color3.new(1, 1, 1)
  279. Kill.TextSize = 14
  280.  
  281. Arrest.Name = "Arrest"
  282. Arrest.Parent = SecondTab
  283. Arrest.BackgroundColor3 = Color3.new(0.784314, 0.223529, 0.231373)
  284. Arrest.BorderSizePixel = 2
  285. Arrest.Position = UDim2.new(0.24203822, 0, 0.48241204, 0)
  286. Arrest.Size = UDim2.new(0, 74, 0, 24)
  287. Arrest.Font = Enum.Font.SourceSans
  288. Arrest.Text = "Arrest "
  289. Arrest.TextColor3 = Color3.new(1, 1, 1)
  290. Arrest.TextSize = 14
  291.  
  292. NameText.Name = "NameText"
  293. NameText.Parent = SecondTab
  294. NameText.BackgroundColor3 = Color3.new(1, 1, 1)
  295. NameText.BorderSizePixel = 2
  296. NameText.Position = UDim2.new(0.595541418, 0, 0.37410304, 0)
  297. NameText.Size = UDim2.new(0, 102, 0, 26)
  298. NameText.Font = Enum.Font.SourceSans
  299. NameText.Text = ""
  300. NameText.TextColor3 = Color3.new(0, 0, 0)
  301. NameText.TextSize = 14
  302.  
  303. Goto.Name = "Goto"
  304. Goto.Parent = SecondTab
  305. Goto.BackgroundColor3 = Color3.new(0.784314, 0.223529, 0.231373)
  306. Goto.BorderSizePixel = 2
  307. Goto.Position = UDim2.new(0.24203822, 0, 0.663316548, 0)
  308. Goto.Size = UDim2.new(0, 74, 0, 24)
  309. Goto.Font = Enum.Font.SourceSans
  310. Goto.Text = "Goto"
  311. Goto.TextColor3 = Color3.new(1, 1, 1)
  312. Goto.TextSize = 14
  313.  
  314. Back.Name = "Back"
  315. Back.Parent = MainFrame
  316. Back.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  317. Back.BorderSizePixel = 0
  318. Back.LayoutOrder = 1
  319. Back.Position = UDim2.new(0.0370320678, 0, 0.847968936, 0)
  320. Back.Size = UDim2.new(0, 57, 0, 22)
  321. Back.Visible = false
  322. Back.ZIndex = 3
  323. Back.Font = Enum.Font.SourceSans
  324. Back.Text = "< <"
  325. Back.TextColor3 = Color3.new(1, 1, 1)
  326. Back.TextSize = 14
  327.  
  328. RWTps.Name = "RWTps"
  329. RWTps.Parent = RedWoodFucker
  330. RWTps.Active = true
  331. RWTps.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  332. RWTps.BorderSizePixel = 3
  333. RWTps.Draggable = true
  334. RWTps.Position = UDim2.new(0.744580567, 0, 0.135458171, 0)
  335. RWTps.Size = UDim2.new(0, 263, 0, 423)
  336. RWTps.Visible = false
  337.  
  338. MainTPSTab.Name = "MainTPSTab"
  339. MainTPSTab.Parent = RWTps
  340. MainTPSTab.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  341. MainTPSTab.Position = UDim2.new(0.0341525339, 0, 0.0844715461, 0)
  342. MainTPSTab.Size = UDim2.new(0, 246, 0, 372)
  343.  
  344. SecurityRoom.Name = "SecurityRoom"
  345. SecurityRoom.Parent = MainTPSTab
  346. SecurityRoom.BackgroundColor3 = Color3.new(0.784314, 0.223529, 0.231373)
  347. SecurityRoom.BorderSizePixel = 2
  348. SecurityRoom.Position = UDim2.new(0.0913530141, 0, 0.219978482, 0)
  349. SecurityRoom.Size = UDim2.new(0, 200, 0, 24)
  350. SecurityRoom.Font = Enum.Font.SourceSans
  351. SecurityRoom.Text = "Security Room"
  352. SecurityRoom.TextColor3 = Color3.new(1, 1, 1)
  353. SecurityRoom.TextSize = 14
  354. SecurityRoom.TextWrapped = true
  355.  
  356. Cells.Name = "Cells"
  357. Cells.Parent = MainTPSTab
  358. Cells.BackgroundColor3 = Color3.new(0.784314, 0.223529, 0.231373)
  359. Cells.BorderSizePixel = 2
  360. Cells.Position = UDim2.new(0.0913530141, 0, 0.0599784926, 0)
  361. Cells.Size = UDim2.new(0, 200, 0, 24)
  362. Cells.Font = Enum.Font.SourceSans
  363. Cells.Text = "Cells"
  364. Cells.TextColor3 = Color3.new(1, 1, 1)
  365. Cells.TextSize = 14
  366. Cells.TextWrapped = true
  367.  
  368. Armory.Name = "Armory"
  369. Armory.Parent = MainTPSTab
  370. Armory.BackgroundColor3 = Color3.new(0.784314, 0.223529, 0.231373)
  371. Armory.BorderSizePixel = 2
  372. Armory.Position = UDim2.new(0.0875507295, 0, 0.139978498, 0)
  373. Armory.Size = UDim2.new(0, 200, 0, 24)
  374. Armory.Font = Enum.Font.SourceSans
  375. Armory.Text = "Armory"
  376. Armory.TextColor3 = Color3.new(1, 1, 1)
  377. Armory.TextSize = 14
  378. Armory.TextWrapped = true
  379.  
  380. FirstGateControls.Name = "FirstGateControls"
  381. FirstGateControls.Parent = MainTPSTab
  382. FirstGateControls.BackgroundColor3 = Color3.new(0.784314, 0.223529, 0.231373)
  383. FirstGateControls.BorderSizePixel = 2
  384. FirstGateControls.Position = UDim2.new(0.0875507295, 0, 0.619978487, 0)
  385. FirstGateControls.Size = UDim2.new(0, 200, 0, 24)
  386. FirstGateControls.Font = Enum.Font.SourceSans
  387. FirstGateControls.Text = "1st Gate Controls"
  388. FirstGateControls.TextColor3 = Color3.new(1, 1, 1)
  389. FirstGateControls.TextSize = 14
  390. FirstGateControls.TextWrapped = true
  391.  
  392. SecondGateControls.Name = "SecondGateControls"
  393. SecondGateControls.Parent = MainTPSTab
  394. SecondGateControls.BackgroundColor3 = Color3.new(0.784314, 0.223529, 0.231373)
  395. SecondGateControls.BorderSizePixel = 2
  396. SecondGateControls.Position = UDim2.new(0.0875507295, 0, 0.69997853, 0)
  397. SecondGateControls.Size = UDim2.new(0, 200, 0, 24)
  398. SecondGateControls.Font = Enum.Font.SourceSans
  399. SecondGateControls.Text = "2nd Gate Controls"
  400. SecondGateControls.TextColor3 = Color3.new(1, 1, 1)
  401. SecondGateControls.TextSize = 14
  402. SecondGateControls.TextWrapped = true
  403.  
  404. Roof.Name = "Roof"
  405. Roof.Parent = MainTPSTab
  406. Roof.BackgroundColor3 = Color3.new(0.784314, 0.223529, 0.231373)
  407. Roof.BorderSizePixel = 2
  408. Roof.Position = UDim2.new(0.0875507295, 0, 0.459978491, 0)
  409. Roof.Size = UDim2.new(0, 200, 0, 24)
  410. Roof.Font = Enum.Font.SourceSans
  411. Roof.Text = "Roof"
  412. Roof.TextColor3 = Color3.new(1, 1, 1)
  413. Roof.TextSize = 14
  414. Roof.TextWrapped = true
  415.  
  416. Atv.Name = "Atv"
  417. Atv.Parent = MainTPSTab
  418. Atv.BackgroundColor3 = Color3.new(0.784314, 0.223529, 0.231373)
  419. Atv.BorderSizePixel = 2
  420. Atv.Position = UDim2.new(0.0875507295, 0, 0.539978504, 0)
  421. Atv.Size = UDim2.new(0, 200, 0, 24)
  422. Atv.Font = Enum.Font.SourceSans
  423. Atv.Text = "Atv"
  424. Atv.TextColor3 = Color3.new(1, 1, 1)
  425. Atv.TextSize = 14
  426. Atv.TextWrapped = true
  427.  
  428. FugitiveTent.Name = "FugitiveTent"
  429. FugitiveTent.Parent = MainTPSTab
  430. FugitiveTent.BackgroundColor3 = Color3.new(0.784314, 0.223529, 0.231373)
  431. FugitiveTent.BorderSizePixel = 2
  432. FugitiveTent.Position = UDim2.new(0.0875507295, 0, 0.779978514, 0)
  433. FugitiveTent.Size = UDim2.new(0, 200, 0, 24)
  434. FugitiveTent.Font = Enum.Font.SourceSans
  435. FugitiveTent.Text = "Fugitive Tent"
  436. FugitiveTent.TextColor3 = Color3.new(1, 1, 1)
  437. FugitiveTent.TextSize = 14
  438. FugitiveTent.TextWrapped = true
  439.  
  440. SecretRoom.Name = "SecretRoom"
  441. SecretRoom.Parent = MainTPSTab
  442. SecretRoom.BackgroundColor3 = Color3.new(0.784314, 0.223529, 0.231373)
  443. SecretRoom.BorderSizePixel = 2
  444. SecretRoom.Position = UDim2.new(0.0913530141, 0, 0.299978495, 0)
  445. SecretRoom.Size = UDim2.new(0, 200, 0, 24)
  446. SecretRoom.Font = Enum.Font.SourceSans
  447. SecretRoom.Text = "Secret Room"
  448. SecretRoom.TextColor3 = Color3.new(1, 1, 1)
  449. SecretRoom.TextSize = 14
  450. SecretRoom.TextWrapped = true
  451.  
  452. HeliPad.Name = "HeliPad"
  453. HeliPad.Parent = MainTPSTab
  454. HeliPad.BackgroundColor3 = Color3.new(0.784314, 0.223529, 0.231373)
  455. HeliPad.BorderSizePixel = 2
  456. HeliPad.Position = UDim2.new(0.0875507295, 0, 0.379978478, 0)
  457. HeliPad.Size = UDim2.new(0, 200, 0, 24)
  458. HeliPad.Font = Enum.Font.SourceSans
  459. HeliPad.Text = "Heli Pad"
  460. HeliPad.TextColor3 = Color3.new(1, 1, 1)
  461. HeliPad.TextSize = 14
  462. HeliPad.TextWrapped = true
  463.  
  464. BrownHouse.Name = "BrownHouse"
  465. BrownHouse.Parent = MainTPSTab
  466. BrownHouse.BackgroundColor3 = Color3.new(0.784314, 0.223529, 0.231373)
  467. BrownHouse.BorderSizePixel = 2
  468. BrownHouse.Position = UDim2.new(0.0875507295, 0, 0.860000014, 0)
  469. BrownHouse.Size = UDim2.new(0, 200, 0, 24)
  470. BrownHouse.Font = Enum.Font.SourceSans
  471. BrownHouse.Text = "BrownHouse"
  472. BrownHouse.TextColor3 = Color3.new(1, 1, 1)
  473. BrownHouse.TextSize = 14
  474. BrownHouse.TextWrapped = true
  475.  
  476. Frame.Parent = RWTps
  477. Frame.BackgroundColor3 = Color3.new(0.784314, 0.223529, 0.231373)
  478. Frame.BorderSizePixel = 3
  479. Frame.Position = UDim2.new(0, 0, -0.00169035909, 0)
  480. Frame.Size = UDim2.new(0, 263, 0, 25)
  481.  
  482. Title_2.Name = "Title"
  483. Title_2.Parent = RWTps
  484. Title_2.BackgroundColor3 = Color3.new(1, 1, 1)
  485. Title_2.BackgroundTransparency = 1
  486. Title_2.Position = UDim2.new(0.117870726, 0, -0.0365535244, 0)
  487. Title_2.Size = UDim2.new(0, 200, 0, 50)
  488. Title_2.Font = Enum.Font.SourceSansBold
  489. Title_2.Text = "RedWood Prison TPs"
  490. Title_2.TextColor3 = Color3.new(1, 1, 1)
  491. Title_2.TextSize = 24
  492.  
  493. RWTeams.Name = "RWTeams"
  494. RWTeams.Parent = RedWoodFucker
  495. RWTeams.Active = true
  496. RWTeams.BackgroundColor3 = Color3.new(0.290196, 0.290196, 0.290196)
  497. RWTeams.BorderSizePixel = 3
  498. RWTeams.Draggable = true
  499. RWTeams.Position = UDim2.new(0.774204314, 0, 0.4211725, 0)
  500. RWTeams.Size = UDim2.new(0, 263, 0, 136)
  501. RWTeams.Visible = false
  502.  
  503. MainTeamsTab.Name = "MainTeamsTab"
  504. MainTeamsTab.Parent = RWTeams
  505. MainTeamsTab.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  506. MainTeamsTab.Position = UDim2.new(0.0341527686, 0, 0.0844715312, 0)
  507. MainTeamsTab.Size = UDim2.new(0, 246, 0, 111)
  508.  
  509. Fugitive.Name = "Fugitive"
  510. Fugitive.Parent = MainTeamsTab
  511. Fugitive.BackgroundColor3 = Color3.new(0.784314, 0.223529, 0.231373)
  512. Fugitive.BorderSizePixel = 2
  513. Fugitive.Position = UDim2.new(0.0913530141, 0, 0.670428932, 0)
  514. Fugitive.Size = UDim2.new(0, 200, 0, 24)
  515. Fugitive.Font = Enum.Font.SourceSans
  516. Fugitive.Text = "Fugitive"
  517. Fugitive.TextColor3 = Color3.new(1, 1, 1)
  518. Fugitive.TextSize = 14
  519. Fugitive.TextWrapped = true
  520.  
  521. Guard.Name = "Guard"
  522. Guard.Parent = MainTeamsTab
  523. Guard.BackgroundColor3 = Color3.new(0.784314, 0.223529, 0.231373)
  524. Guard.BorderSizePixel = 2
  525. Guard.Position = UDim2.new(0.0913530141, 0, 0.114032552, 0)
  526. Guard.Size = UDim2.new(0, 200, 0, 24)
  527. Guard.Font = Enum.Font.SourceSans
  528. Guard.Text = "Guard"
  529. Guard.TextColor3 = Color3.new(1, 1, 1)
  530. Guard.TextSize = 14
  531. Guard.TextWrapped = true
  532.  
  533. Prisoner.Name = "Prisoner"
  534. Prisoner.Parent = MainTeamsTab
  535. Prisoner.BackgroundColor3 = Color3.new(0.784314, 0.223529, 0.231373)
  536. Prisoner.BorderSizePixel = 2
  537. Prisoner.Position = UDim2.new(0.0875507295, 0, 0.392230749, 0)
  538. Prisoner.Size = UDim2.new(0, 200, 0, 24)
  539. Prisoner.Font = Enum.Font.SourceSans
  540. Prisoner.Text = "Prisoner"
  541. Prisoner.TextColor3 = Color3.new(1, 1, 1)
  542. Prisoner.TextSize = 14
  543. Prisoner.TextWrapped = true
  544.  
  545. Frame_2.Parent = RWTeams
  546. Frame_2.BackgroundColor3 = Color3.new(0.784314, 0.223529, 0.231373)
  547. Frame_2.BorderSizePixel = 3
  548. Frame_2.Position = UDim2.new(0, 0, -0.00169035909, 0)
  549. Frame_2.Size = UDim2.new(0, 263, 0, 25)
  550.  
  551. Title_3.Name = "Title"
  552. Title_3.Parent = RWTeams
  553. Title_3.BackgroundColor3 = Color3.new(1, 1, 1)
  554. Title_3.BackgroundTransparency = 1
  555. Title_3.Position = UDim2.new(0.114068441, 0, -0.102730006, 0)
  556. Title_3.Size = UDim2.new(0, 200, 0, 50)
  557. Title_3.Font = Enum.Font.SourceSansBold
  558. Title_3.Text = "RedWood Prison Teams"
  559. Title_3.TextColor3 = Color3.new(1, 1, 1)
  560. Title_3.TextSize = 24
  561.  
  562. ExitButton.MouseButton1Click : Connect (function()
  563. RedWoodFucker:Destroy()
  564. end)
  565. TazeAll.MouseButton1Click : Connect(function()
  566. for _, v in pairs(game.Players:GetChildren()) do
  567. game.Workspace.resources.RemoteEvent:FireServer("tase", v)
  568. end
  569. end)
  570. KillAll.MouseButton1Click : Connect(function()
  571. for _, v in pairs(game.Players:GetChildren()) do
  572. game.Workspace.resources.RemoteEvent:FireServer("dealDamage", v.Character.Humanoid, 100)
  573. end
  574. end)
  575. ArrestAll.MouseButton1Click : Connect(function()
  576. for _, v in pairs(game.Players:GetChildren()) do
  577. game.Workspace.resources.RemoteEvent:FireServer("cuff", v)
  578. end
  579. end)
  580. Weapons.MouseButton1Click : Connect(function()
  581. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "M98B")
  582. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "ACR")
  583. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "L86A2")
  584. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Fake ID Card")
  585. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "M60")
  586. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = "25"
  587. end)
  588. RemoveAllDoors.MouseButton1Click : Connect(function()
  589. game.workspace.AllDoors:remove()
  590. end)
  591. Btools.MouseButton1Click : Connect(function()
  592. local tool1 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  593. local tool2 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  594. local tool3 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  595. local tool4 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  596. local tool5 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  597. tool1.BinType = "Clone"
  598. tool2.BinType = "GameTool"
  599. tool3.BinType = "Hammer"
  600. tool4.BinType = "Script"
  601. tool5.BinType = "Grab"
  602. end)
  603. Guard.MouseButton1Click : Connect (function()
  604. game.Workspace.resources.RemoteFunction:InvokeServer("requestTeam", "police")
  605.  
  606.  
  607.  
  608. end)
  609. Prisoner.MouseButton1Click : Connect (function()
  610. game.Workspace.resources.RemoteFunction:InvokeServer("requestTeam", "prisoners")
  611.  
  612.  
  613.  
  614. end)
  615. Fugitive.MouseButton1Click : Connect (function()
  616. local cfram = workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame
  617. workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = workspace["robber spawn"].CFrame
  618. wait(0.01)
  619. workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame = cfram
  620.  
  621.  
  622. end)
  623. WalkSpeed.MouseButton1Click : Connect(function()
  624. if(WalkSpeedText.Text ~= "")
  625. then
  626.  
  627. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = WalkSpeedText.Text
  628. print("WalkSpeed has been changed")
  629. end
  630.  
  631. end)
  632. Next.MouseButton1Click : Connect (function()
  633. Next.Visible = false
  634. Back.Visible = true
  635. SecondTab.Visible = true
  636. MainTab.Visible = false
  637.  
  638. end)
  639. Back.MouseButton1Click : Connect (function()
  640. Next.Visible = true
  641. Back.Visible = false
  642. SecondTab.Visible = false
  643. MainTab.Visible = true
  644.  
  645. end)
  646. Arrest.MouseButton1Click : Connect (function()
  647.  
  648. if (NameText.Text ~= "")
  649. then local b = NameText.Text
  650. for c,d in
  651. pairs(game:GetService("Players"):GetPlayers())do if
  652. b:lower()==d.Name:sub(1,b:len()):lower()
  653. then
  654. game:GetService("Workspace").resources.RemoteEvent:FireServer("cuff",d)
  655. end
  656. end
  657. end
  658.  
  659.  
  660. end)
  661. DELTOOL.MouseButton1Click : Connect(function()
  662. local btool = Instance.new("Tool",game.Players.LocalPlayer.Backpack)
  663. local SelectionBox = Instance.new("SelectionBox",game.Workspace)
  664. SelectionBox.Name = "fucked"
  665. SelectionBox.LineThickness = 0.05
  666. SelectionBox.Adornee = nil
  667. SelectionBox.Color3 = Color3.fromRGB(0,0,255)
  668. SelectionBox.Visible = false
  669. btool.Name = "OP DEL TOOL"
  670. btool.RequiresHandle = false
  671. local IsEquipped = false
  672. local Mouse = game.Players.LocalPlayer:GetMouse()
  673.  
  674. btool.Equipped:connect(function()
  675. IsEquipped = true
  676. SelectionBox.Visible = true
  677. SelectionBox.Adornee = nil
  678. end)
  679.  
  680. btool.Unequipped:connect(function()
  681. IsEquipped = false
  682. SelectionBox.Visible = false
  683. SelectionBox.Adornee = nil
  684. end)
  685.  
  686.  
  687. btool.Activated:connect(function()
  688. if IsEquipped then
  689. game.Workspace.resources.RemoteEvent:FireServer("toggleShield", Mouse.Target)
  690. end
  691. end)
  692.  
  693. while true do
  694. SelectionBox.Adornee = Mouse.Target or nil
  695. wait(0.1)
  696. end
  697. end)
  698. Kill.MouseButton1Click : Connect(function()
  699. if (NameText.Text ~= "")
  700. then local b = NameText.Text
  701. for c,d in
  702. pairs(game:GetService("Players"):GetPlayers())do if
  703. b:lower()==d.Name:sub(1,b:len()):lower()
  704. then
  705. game:GetService("Workspace").resources.RemoteEvent:FireServer("dealDamage",d.Character.Humanoid,100)
  706. end
  707. end
  708. end
  709.  
  710.  
  711.  
  712. end)
  713. Taze.MouseButton1Click : Connect (function()
  714. if (NameText.Text ~= "")
  715. then local b = NameText.Text
  716. for c,d in
  717. pairs(game:GetService("Players"):GetPlayers())do if
  718. b:lower()==d.Name:sub(1,b:len()):lower()
  719. then
  720. game:GetService("Workspace").resources.RemoteEvent:FireServer("tase",d)
  721. end
  722. end
  723. end
  724.  
  725.  
  726.  
  727. end)
  728. Goto.MouseButton1Click : Connect (function()
  729. if (NameText.Text ~= "")
  730. then local b = NameText.Text
  731. for c,d in
  732. pairs(game:GetService("Players"):GetPlayers())do if
  733. b:lower()==d.Name:sub(1,b:len()):lower()
  734. then
  735. game.Players.LocalPlayer.Character:MoveTo(d.Character.Torso.Position)
  736. end
  737. end
  738. end
  739.  
  740. end)
  741. Tps.MouseButton1Click : Connect(function()
  742. if(Tps.Text == "Tps")
  743. then
  744. Tps.Text = "Close Tps"
  745. RWTps.Visible = true
  746. else
  747. Tps.Text = "Tps"
  748. RWTps.Visible = false
  749. end
  750.  
  751. end)
  752. Teams.MouseButton1Click : Connect(function()
  753. if(Teams.Text == "Teams")
  754. then
  755. Teams.Text = "Close Teams"
  756. RWTeams.Visible = true
  757. else
  758. Teams.Text = "Teams"
  759. RWTeams.Visible = false
  760. end
  761.  
  762.  
  763. end)
  764. Armory.MouseButton1Click : Connect(function()
  765. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(105.805626, 3.98815084, 2.83483744))
  766.  
  767. end)
  768. Atv.MouseButton1Click : Connect(function()
  769. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(10.0002174, 4.9727814, -278.929565))
  770.  
  771. end)
  772. Cells.MouseButton1Click : Connect(function()
  773. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-2.84935522, 3.96974111, 76.8778152))
  774.  
  775. end)
  776. FirstGateControls.MouseButton1Click : Connect(function()
  777. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(123.538559, 25.97155, -331.90976))
  778.  
  779. end)
  780. BrownHouse.MouseButton1Click : Connect(function()
  781. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-432.90921, -24.0158806, -527.353394))
  782.  
  783. end)
  784. HeliPad.MouseButton1Click : Connect(function()
  785. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(263.453125, 4, 64.1009979))
  786.  
  787. end)
  788. Roof.MouseButton1Click : Connect(function()
  789. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(52.644783, 33.9684906, -53.3769035))
  790.  
  791. end)
  792. SecondGateControls.MouseButton1Click : Connect(function()
  793. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(187.497528, 4.98902416, -422.814575))
  794.  
  795. end)
  796. FugitiveTent.MouseButton1Click : Connect(function()
  797. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-616.645569, -24.7896214, -333.158203))
  798.  
  799. end)
  800. SecretRoom.MouseButton1Click : Connect(function()
  801. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(116.507835, 3.97595763, -35.0950546))
  802.  
  803. end)
  804. SecurityRoom.MouseButton1Click : Connect(function()
  805. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(55.2727051, 3.99395561, 2.53936005))
  806.  
  807. end)
  808.  
  809. MainFrame.Active = true
  810. MainFrame.Draggable = true
  811.  
  812. RWTps.Active =true
  813. RWTps.Draggable = true
  814. RWTeams.Active = true
  815. RWTeams.Draggable = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement