dkg_yt

RedwoodHAXX

Oct 1st, 2019
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 124.89 KB | None | 0 0
  1.  
  2.  
  3. local RedwoodHAXXGUI = Instance.new("ScreenGui")
  4. local Combat = Instance.new("Frame")
  5. local CombatTop = Instance.new("Frame")
  6. local CombatLabel = Instance.new("TextLabel")
  7. local KillAll = Instance.new("TextButton")
  8. local CuffAll = Instance.new("TextButton")
  9. local TazeAll = Instance.new("TextButton")
  10. local nameandversion = Instance.new("Frame")
  11. local Title = Instance.new("TextLabel")
  12. local VersionTitle = Instance.new("TextLabel")
  13. local Functions = Instance.new("Frame")
  14. local FunctionsTop = Instance.new("Frame")
  15. local FunctionLabel = Instance.new("TextLabel")
  16. local Fly = Instance.new("TextButton")
  17. local PoliceTeam = Instance.new("TextButton")
  18. local OpGunPack = Instance.new("TextButton")
  19. local PrisonerTeam = Instance.new("TextButton")
  20. local RemoveDoors = Instance.new("TextButton")
  21. local Noclip = Instance.new("TextButton")
  22. local PrintItems = Instance.new("TextButton")
  23. local Btools = Instance.new("TextButton")
  24. local RemoveVent = Instance.new("TextButton")
  25. local OpenDoors = Instance.new("TextButton")
  26. local infammo = Instance.new("TextButton")
  27. local Extra = Instance.new("Frame")
  28. local ExtraTop = Instance.new("Frame")
  29. local ExtraLabel = Instance.new("TextLabel")
  30. local Bridge = Instance.new("TextButton")
  31. local deleteworld = Instance.new("TextButton")
  32. local givegamepasses = Instance.new("TextButton")
  33. local walkspeed = Instance.new("TextButton")
  34. local Teleports = Instance.new("Frame")
  35. local TeleportsTop = Instance.new("Frame")
  36. local TeleportsLabel = Instance.new("TextLabel")
  37. local CrimBase = Instance.new("TextButton")
  38. local Cells = Instance.new("TextButton")
  39. local PolBase = Instance.new("TextButton")
  40. local Tower = Instance.new("TextButton")
  41. local SendMsg = Instance.new("Frame")
  42. local SendMsgTop = Instance.new("Frame")
  43. local SendMsgLabel = Instance.new("TextLabel")
  44. local Title_2 = Instance.new("TextBox")
  45. local Message = Instance.new("TextBox")
  46. local bignotice = Instance.new("TextButton")
  47. local smallnotice = Instance.new("TextButton")
  48.  
  49. --Properties:
  50.  
  51.  
  52.  
  53. RedwoodHAXXGUI.ResetOnSpawn = false
  54.  
  55.  
  56.  
  57. Combat.Draggable = true
  58.  
  59. Functions.Draggable = true
  60.  
  61. Teleports.Draggable = true
  62.  
  63. Extra.Draggable = true
  64.  
  65. SendMsg.Draggable = true
  66.  
  67.  
  68. ExtraTop.Draggable = true
  69.  
  70. CombatTop.Draggable = true
  71.  
  72. FunctionsTop.Draggable = true
  73.  
  74. TeleportsTop.Draggable = true
  75.  
  76. SendMsgTop.Draggable = true
  77.  
  78.  
  79. Combat.Active = true
  80.  
  81. Functions.Active = true
  82.  
  83. Teleports.Active = true
  84.  
  85. Extra.Active = true
  86.  
  87. SendMsg.Active = true
  88.  
  89.  
  90.  
  91. RedwoodHAXXGUI.Name = "RedwoodHAXXGUI"
  92.  
  93. RedwoodHAXXGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  94.  
  95. RedwoodHAXXGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  96.  
  97.  
  98.  
  99. Combat.Name = "Combat"
  100.  
  101. Combat.Parent = RedwoodHAXXGUI
  102.  
  103. Combat.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  104.  
  105. Combat.BackgroundTransparency = 0.40000000596046
  106.  
  107. Combat.BorderSizePixel = 0
  108.  
  109. Combat.Position = UDim2.new(0.0137931099, 0, 0.13636364, 0)
  110.  
  111. Combat.Size = UDim2.new(0, 168, 0, 206)
  112.  
  113.  
  114.  
  115. CombatTop.Name = "CombatTop"
  116.  
  117. CombatTop.Parent = Combat
  118.  
  119. CombatTop.BackgroundColor3 = Color3.new(0.678431, 0.0392157, 0.12549)
  120.  
  121. CombatTop.BorderSizePixel = 0
  122.  
  123. CombatTop.Size = UDim2.new(0, 168, 0, 32)
  124.  
  125.  
  126.  
  127. CombatLabel.Name = "CombatLabel"
  128.  
  129. CombatLabel.Parent = CombatTop
  130.  
  131. CombatLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  132.  
  133. CombatLabel.BackgroundTransparency = 1
  134.  
  135. CombatLabel.Size = UDim2.new(0, 168, 0, 32)
  136.  
  137. CombatLabel.Font = Enum.Font.Code
  138.  
  139. CombatLabel.Text = "Combat"
  140.  
  141. CombatLabel.TextColor3 = Color3.new(0, 0, 0)
  142.  
  143. CombatLabel.TextScaled = true
  144.  
  145. CombatLabel.TextSize = 20
  146.  
  147. CombatLabel.TextWrapped = true
  148.  
  149.  
  150.  
  151. KillAll.Name = "KillAll"
  152.  
  153. KillAll.Parent = Combat
  154.  
  155. KillAll.BackgroundColor3 = Color3.new(1, 1, 1)
  156.  
  157. KillAll.BackgroundTransparency = 1
  158.  
  159. KillAll.Position = UDim2.new(0, 0, 0.154797345, 0)
  160.  
  161. KillAll.Size = UDim2.new(0, 168, 0, 50)
  162.  
  163. KillAll.Font = Enum.Font.Code
  164.  
  165. KillAll.Text = "Kill All"
  166.  
  167. KillAll.TextColor3 = Color3.new(0.678431, 0.0392157, 0.12549)
  168.  
  169. KillAll.TextSize = 25
  170.  
  171.  
  172.  
  173. CuffAll.Name = "Cuff All"
  174.  
  175. CuffAll.Parent = Combat
  176.  
  177. CuffAll.BackgroundColor3 = Color3.new(1, 1, 1)
  178.  
  179. CuffAll.BackgroundTransparency = 1
  180.  
  181. CuffAll.Position = UDim2.new(0, 0, 0.610593379, 0)
  182.  
  183. CuffAll.Size = UDim2.new(0, 168, 0, 50)
  184.  
  185. CuffAll.Font = Enum.Font.Code
  186.  
  187. CuffAll.Text = "Cuff All"
  188.  
  189. CuffAll.TextColor3 = Color3.new(0.678431, 0.0392157, 0.12549)
  190.  
  191. CuffAll.TextSize = 25
  192.  
  193.  
  194.  
  195. TazeAll.Name = "Taze All"
  196.  
  197. TazeAll.Parent = Combat
  198.  
  199. TazeAll.BackgroundColor3 = Color3.new(1, 1, 1)
  200.  
  201. TazeAll.BackgroundTransparency = 1
  202.  
  203. TazeAll.Position = UDim2.new(0, 0, 0.375093877, 0)
  204.  
  205. TazeAll.Size = UDim2.new(0, 168, 0, 50)
  206.  
  207. TazeAll.Font = Enum.Font.Code
  208.  
  209. TazeAll.Text = "Taze All"
  210.  
  211. TazeAll.TextColor3 = Color3.new(0.678431, 0.0392157, 0.12549)
  212.  
  213. TazeAll.TextSize = 25
  214.  
  215.  
  216.  
  217. nameandversion.Name = "nameandversion"
  218.  
  219. nameandversion.Parent = RedwoodHAXXGUI
  220.  
  221. nameandversion.BackgroundColor3 = Color3.new(1, 1, 1)
  222.  
  223. nameandversion.BackgroundTransparency = 1
  224.  
  225. nameandversion.Size = UDim2.new(0, 435, 0, 149)
  226.  
  227.  
  228.  
  229. Title.Name = "Title"
  230.  
  231. Title.Parent = nameandversion
  232.  
  233. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  234.  
  235. Title.BackgroundTransparency = 1
  236.  
  237. Title.Position = UDim2.new(0, 0, 0.0604026839, 0)
  238.  
  239. Title.Size = UDim2.new(0, 225, 0, 45)
  240.  
  241. Title.Font = Enum.Font.Code
  242.  
  243. Title.Text = "RedwoodHaxx"
  244.  
  245. Title.TextColor3 = Color3.new(1, 0, 0)
  246.  
  247. Title.TextSize = 35
  248.  
  249. Title.TextWrapped = true
  250.  
  251.  
  252.  
  253. VersionTitle.Name = "VersionTitle"
  254.  
  255. VersionTitle.Parent = nameandversion
  256.  
  257. VersionTitle.BackgroundColor3 = Color3.new(0, 0, 0)
  258.  
  259. VersionTitle.BackgroundTransparency = 1
  260.  
  261. VersionTitle.Position = UDim2.new(0, 0, 0.315436244, 0)
  262.  
  263. VersionTitle.Size = UDim2.new(0, 96, 0, 50)
  264.  
  265. VersionTitle.Font = Enum.Font.Code
  266.  
  267. VersionTitle.Text = "V1.5"
  268.  
  269. VersionTitle.TextColor3 = Color3.new(0, 0, 0)
  270.  
  271. VersionTitle.TextSize = 25
  272.  
  273.  
  274.  
  275. Functions.Name = "Functions"
  276.  
  277. Functions.Parent = RedwoodHAXXGUI
  278.  
  279. Functions.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  280.  
  281. Functions.BackgroundTransparency = 0.40000000596046
  282.  
  283. Functions.BorderSizePixel = 0
  284.  
  285. Functions.Position = UDim2.new(0.168103456, 0, 0.13636364, 0)
  286.  
  287. Functions.Size = UDim2.new(0, 168, 0, 561)
  288.  
  289.  
  290.  
  291. FunctionsTop.Name = "FunctionsTop"
  292.  
  293. FunctionsTop.Parent = Functions
  294.  
  295. FunctionsTop.BackgroundColor3 = Color3.new(0.678431, 0.0392157, 0.12549)
  296.  
  297. FunctionsTop.BorderSizePixel = 0
  298.  
  299. FunctionsTop.Size = UDim2.new(0, 168, 0, 32)
  300.  
  301.  
  302.  
  303. FunctionLabel.Name = "FunctionLabel"
  304.  
  305. FunctionLabel.Parent = FunctionsTop
  306.  
  307. FunctionLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  308.  
  309. FunctionLabel.BackgroundTransparency = 1
  310.  
  311. FunctionLabel.Position = UDim2.new(0, 0, -0.03125, 0)
  312.  
  313. FunctionLabel.Size = UDim2.new(0, 168, 0, 32)
  314.  
  315. FunctionLabel.Font = Enum.Font.Code
  316.  
  317. FunctionLabel.Text = "Functions"
  318.  
  319. FunctionLabel.TextColor3 = Color3.new(0, 0, 0)
  320.  
  321. FunctionLabel.TextScaled = true
  322.  
  323. FunctionLabel.TextSize = 20
  324.  
  325. FunctionLabel.TextWrapped = true
  326.  
  327.  
  328.  
  329. Fly.Name = "Fly"
  330.  
  331. Fly.Parent = Functions
  332.  
  333. Fly.BackgroundColor3 = Color3.new(1, 1, 1)
  334.  
  335. Fly.BackgroundTransparency = 1
  336.  
  337. Fly.Position = UDim2.new(0, 0, 0.0580820143, 0)
  338.  
  339. Fly.Size = UDim2.new(0, 168, 0, 50)
  340.  
  341. Fly.Font = Enum.Font.Code
  342.  
  343. Fly.Text = "Fly (E)"
  344.  
  345. Fly.TextColor3 = Color3.new(0.678431, 0.0392157, 0.12549)
  346.  
  347. Fly.TextSize = 25
  348.  
  349.  
  350.  
  351. PoliceTeam.Name = "PoliceTeam"
  352.  
  353. PoliceTeam.Parent = Functions
  354.  
  355. PoliceTeam.BackgroundColor3 = Color3.new(1, 1, 1)
  356.  
  357. PoliceTeam.BackgroundTransparency = 1
  358.  
  359. PoliceTeam.Position = UDim2.new(0, 0, 0.22245498, 0)
  360.  
  361. PoliceTeam.Size = UDim2.new(0, 168, 0, 50)
  362.  
  363. PoliceTeam.Font = Enum.Font.Code
  364.  
  365. PoliceTeam.Text = "Police Team"
  366.  
  367. PoliceTeam.TextColor3 = Color3.new(0.678431, 0.0392157, 0.12549)
  368.  
  369. PoliceTeam.TextSize = 25
  370.  
  371.  
  372.  
  373. OpGunPack.Name = "OpGunPack"
  374.  
  375. OpGunPack.Parent = Functions
  376.  
  377. OpGunPack.BackgroundColor3 = Color3.new(1, 1, 1)
  378.  
  379. OpGunPack.BackgroundTransparency = 1
  380.  
  381. OpGunPack.Position = UDim2.new(0, 0, 0.1378676, 0)
  382.  
  383. OpGunPack.Size = UDim2.new(0, 168, 0, 50)
  384.  
  385. OpGunPack.Font = Enum.Font.Code
  386.  
  387. OpGunPack.Text = "Op Gun Pack"
  388.  
  389. OpGunPack.TextColor3 = Color3.new(0.678431, 0.0392157, 0.12549)
  390.  
  391. OpGunPack.TextSize = 25
  392.  
  393.  
  394.  
  395. PrisonerTeam.Name = "PrisonerTeam"
  396.  
  397. PrisonerTeam.Parent = Functions
  398.  
  399. PrisonerTeam.BackgroundColor3 = Color3.new(1, 1, 1)
  400.  
  401. PrisonerTeam.BackgroundTransparency = 1
  402.  
  403. PrisonerTeam.Position = UDim2.new(0, 0, 0.306834787, 0)
  404.  
  405. PrisonerTeam.Size = UDim2.new(0, 168, 0, 50)
  406.  
  407. PrisonerTeam.Font = Enum.Font.Code
  408.  
  409. PrisonerTeam.Text = "Prisoner Team"
  410.  
  411. PrisonerTeam.TextColor3 = Color3.new(0.678431, 0.0392157, 0.12549)
  412.  
  413. PrisonerTeam.TextSize = 24
  414.  
  415.  
  416.  
  417. RemoveDoors.Name = "RemoveDoors"
  418.  
  419. RemoveDoors.Parent = Functions
  420.  
  421. RemoveDoors.BackgroundColor3 = Color3.new(1, 1, 1)
  422.  
  423. RemoveDoors.BackgroundTransparency = 1
  424.  
  425. RemoveDoors.Position = UDim2.new(0, 0, 0.392163008, 0)
  426.  
  427. RemoveDoors.Size = UDim2.new(0, 168, 0, 50)
  428.  
  429. RemoveDoors.Font = Enum.Font.Code
  430.  
  431. RemoveDoors.Text = "Remove Doors"
  432.  
  433. RemoveDoors.TextColor3 = Color3.new(0.678431, 0.0392157, 0.12549)
  434.  
  435. RemoveDoors.TextSize = 25
  436.  
  437.  
  438.  
  439. Noclip.Name = "Noclip"
  440.  
  441. Noclip.Parent = Functions
  442.  
  443. Noclip.BackgroundColor3 = Color3.new(1, 1, 1)
  444.  
  445. Noclip.BackgroundTransparency = 1
  446.  
  447. Noclip.Position = UDim2.new(0, 0, 0.477600753, 0)
  448.  
  449. Noclip.Size = UDim2.new(0, 168, 0, 50)
  450.  
  451. Noclip.Font = Enum.Font.Code
  452.  
  453. Noclip.Text = "Noclip"
  454.  
  455. Noclip.TextColor3 = Color3.new(0.678431, 0.0392157, 0.12549)
  456.  
  457. Noclip.TextSize = 25
  458.  
  459.  
  460.  
  461. PrintItems.Name = "PrintItems"
  462.  
  463. PrintItems.Parent = Functions
  464.  
  465. PrintItems.BackgroundColor3 = Color3.new(1, 1, 1)
  466.  
  467. PrintItems.BackgroundTransparency = 1
  468.  
  469. PrintItems.Position = UDim2.new(0, 0, 0.561980605, 0)
  470.  
  471. PrintItems.Size = UDim2.new(0, 168, 0, 50)
  472.  
  473. PrintItems.Font = Enum.Font.Code
  474.  
  475. PrintItems.Text = "Print Items"
  476.  
  477. PrintItems.TextColor3 = Color3.new(0.678431, 0.0392157, 0.12549)
  478.  
  479. PrintItems.TextSize = 25
  480.  
  481.  
  482.  
  483. Btools.Name = "Btools"
  484.  
  485. Btools.Parent = Functions
  486.  
  487. Btools.BackgroundColor3 = Color3.new(1, 1, 1)
  488.  
  489. Btools.BackgroundTransparency = 1
  490.  
  491. Btools.Position = UDim2.new(0, 0, 0.646360397, 0)
  492.  
  493. Btools.Size = UDim2.new(0, 168, 0, 50)
  494.  
  495. Btools.Font = Enum.Font.Code
  496.  
  497. Btools.Text = "Btools"
  498.  
  499. Btools.TextColor3 = Color3.new(0.678431, 0.0392157, 0.12549)
  500.  
  501. Btools.TextSize = 25
  502.  
  503.  
  504.  
  505. RemoveVent.Name = "RemoveVent"
  506.  
  507. RemoveVent.Parent = Functions
  508.  
  509. RemoveVent.BackgroundColor3 = Color3.new(1, 1, 1)
  510.  
  511. RemoveVent.BackgroundTransparency = 1
  512.  
  513. RemoveVent.Position = UDim2.new(0, 0, 0.730740249, 0)
  514.  
  515. RemoveVent.Size = UDim2.new(0, 168, 0, 50)
  516.  
  517. RemoveVent.Font = Enum.Font.Code
  518.  
  519. RemoveVent.Text = "Remove Vent"
  520.  
  521. RemoveVent.TextColor3 = Color3.new(0.678431, 0.0392157, 0.12549)
  522.  
  523. RemoveVent.TextSize = 25
  524.  
  525.  
  526.  
  527. OpenDoors.Name = "OpenDoors"
  528.  
  529. OpenDoors.Parent = Functions
  530.  
  531. OpenDoors.BackgroundColor3 = Color3.new(1, 1, 1)
  532.  
  533. OpenDoors.BackgroundTransparency = 1
  534.  
  535. OpenDoors.Position = UDim2.new(0, 0, 0.815958917, 0)
  536.  
  537. OpenDoors.Size = UDim2.new(0, 168, 0, 50)
  538.  
  539. OpenDoors.Font = Enum.Font.Code
  540.  
  541. OpenDoors.Text = "Open Doors"
  542.  
  543. OpenDoors.TextColor3 = Color3.new(0.678431, 0.0392157, 0.12549)
  544.  
  545. OpenDoors.TextSize = 25
  546.  
  547.  
  548.  
  549. infammo.Name = "infammo"
  550.  
  551. infammo.Parent = Functions
  552.  
  553. infammo.BackgroundColor3 = Color3.new(1, 1, 1)
  554.  
  555. infammo.BackgroundTransparency = 1
  556.  
  557. infammo.Position = UDim2.new(0, 0, 0.900750697, 0)
  558.  
  559. infammo.Size = UDim2.new(0, 168, 0, 50)
  560.  
  561. infammo.Font = Enum.Font.Code
  562.  
  563. infammo.Text = "Infinite Ammo"
  564.  
  565. infammo.TextColor3 = Color3.new(0.678431, 0.0392157, 0.12549)
  566.  
  567. infammo.TextSize = 23
  568.  
  569.  
  570.  
  571. Extra.Name = "Extra"
  572.  
  573. Extra.Parent = RedwoodHAXXGUI
  574.  
  575. Extra.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  576.  
  577. Extra.BackgroundTransparency = 0.40000000596046
  578.  
  579. Extra.BorderSizePixel = 0
  580.  
  581. Extra.Position = UDim2.new(0.0137931108, 0, 0.444717497, 0)
  582.  
  583. Extra.Size = UDim2.new(0, 168, 0, 287)
  584.  
  585.  
  586.  
  587. ExtraTop.Name = "ExtraTop"
  588.  
  589. ExtraTop.Parent = Extra
  590.  
  591. ExtraTop.BackgroundColor3 = Color3.new(0.678431, 0.0392157, 0.12549)
  592.  
  593. ExtraTop.BorderSizePixel = 0
  594.  
  595. ExtraTop.Size = UDim2.new(0, 168, 0, 32)
  596.  
  597.  
  598.  
  599. ExtraLabel.Name = "ExtraLabel"
  600.  
  601. ExtraLabel.Parent = ExtraTop
  602.  
  603. ExtraLabel.BackgroundColor3 = Color3.new(0.678431, 0.0392157, 0.12549)
  604.  
  605. ExtraLabel.BackgroundTransparency = 1
  606.  
  607. ExtraLabel.Position = UDim2.new(0, 0, -0.03125, 0)
  608.  
  609. ExtraLabel.Size = UDim2.new(0, 168, 0, 32)
  610.  
  611. ExtraLabel.Font = Enum.Font.Code
  612.  
  613. ExtraLabel.Text = "Extra"
  614.  
  615. ExtraLabel.TextColor3 = Color3.new(0, 0, 0)
  616.  
  617. ExtraLabel.TextScaled = true
  618.  
  619. ExtraLabel.TextSize = 20
  620.  
  621. ExtraLabel.TextWrapped = true
  622.  
  623.  
  624.  
  625. Bridge.Name = "Bridge"
  626.  
  627. Bridge.Parent = Extra
  628.  
  629. Bridge.BackgroundColor3 = Color3.new(1, 1, 1)
  630.  
  631. Bridge.BackgroundTransparency = 1
  632.  
  633. Bridge.Position = UDim2.new(0, 0, 0.10950122, 0)
  634.  
  635. Bridge.Size = UDim2.new(0, 168, 0, 43)
  636.  
  637. Bridge.Font = Enum.Font.Code
  638.  
  639. Bridge.Text = "Bridge"
  640.  
  641. Bridge.TextColor3 = Color3.new(0.678431, 0.0392157, 0.12549)
  642.  
  643. Bridge.TextSize = 25
  644.  
  645.  
  646.  
  647. deleteworld.Name = "deleteworld"
  648.  
  649. deleteworld.Parent = Extra
  650.  
  651. deleteworld.BackgroundColor3 = Color3.new(1, 1, 1)
  652.  
  653. deleteworld.BackgroundTransparency = 1
  654.  
  655. deleteworld.Position = UDim2.new(0, 0, 0.487376273, 0)
  656.  
  657. deleteworld.Size = UDim2.new(0, 168, 0, 43)
  658.  
  659. deleteworld.Font = Enum.Font.Code
  660.  
  661. deleteworld.Text = "Delete world"
  662.  
  663. deleteworld.TextColor3 = Color3.new(0.678431, 0.0392157, 0.12549)
  664.  
  665. deleteworld.TextSize = 25
  666.  
  667.  
  668.  
  669. givegamepasses.Name = "givegamepasses"
  670.  
  671. givegamepasses.Parent = Extra
  672.  
  673. givegamepasses.BackgroundColor3 = Color3.new(1, 1, 1)
  674.  
  675. givegamepasses.BackgroundTransparency = 1
  676.  
  677. givegamepasses.Position = UDim2.new(0, 0, 0.258745134, 0)
  678.  
  679. givegamepasses.Size = UDim2.new(0, 168, 0, 58)
  680.  
  681. givegamepasses.Font = Enum.Font.Code
  682.  
  683. givegamepasses.Text = "Give all gamepasses"
  684.  
  685. givegamepasses.TextColor3 = Color3.new(0.678431, 0.0392157, 0.12549)
  686.  
  687. givegamepasses.TextScaled = true
  688.  
  689. givegamepasses.TextSize = 25
  690.  
  691. givegamepasses.TextWrapped = true
  692.  
  693.  
  694.  
  695. walkspeed.Name = "walkspeed"
  696.  
  697. walkspeed.Parent = Extra
  698.  
  699. walkspeed.BackgroundColor3 = Color3.new(1, 1, 1)
  700.  
  701. walkspeed.BackgroundTransparency = 1
  702.  
  703. walkspeed.Position = UDim2.new(0.0178571437, 0, 0.662020802, 0)
  704.  
  705. walkspeed.Size = UDim2.new(0, 168, 0, 43)
  706.  
  707. walkspeed.Font = Enum.Font.SourceSans
  708.  
  709. walkspeed.Text = "Walkspeed"
  710.  
  711. walkspeed.TextColor3 = Color3.new(0.678431, 0.0392157, 0.12549)
  712.  
  713. walkspeed.TextScaled = true
  714.  
  715. walkspeed.TextSize = 30
  716.  
  717. walkspeed.TextWrapped = true
  718.  
  719.  
  720.  
  721. Teleports.Name = "Teleports"
  722.  
  723. Teleports.Parent = RedwoodHAXXGUI
  724.  
  725. Teleports.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  726.  
  727. Teleports.BackgroundTransparency = 0.40000000596046
  728.  
  729. Teleports.BorderSizePixel = 0
  730.  
  731. Teleports.Position = UDim2.new(0.317377597, 0, 0.135135129, 0)
  732.  
  733. Teleports.Size = UDim2.new(0, 168, 0, 268)
  734.  
  735.  
  736.  
  737. TeleportsTop.Name = "TeleportsTop"
  738.  
  739. TeleportsTop.Parent = Teleports
  740.  
  741. TeleportsTop.BackgroundColor3 = Color3.new(0.678431, 0.0392157, 0.12549)
  742.  
  743. TeleportsTop.BorderSizePixel = 0
  744.  
  745. TeleportsTop.Size = UDim2.new(0, 168, 0, 32)
  746.  
  747.  
  748.  
  749. TeleportsLabel.Name = "TeleportsLabel"
  750.  
  751. TeleportsLabel.Parent = TeleportsTop
  752.  
  753. TeleportsLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  754.  
  755. TeleportsLabel.BackgroundTransparency = 1
  756.  
  757. TeleportsLabel.Size = UDim2.new(0, 168, 0, 32)
  758.  
  759. TeleportsLabel.Font = Enum.Font.Code
  760.  
  761. TeleportsLabel.Text = "Teleports"
  762.  
  763. TeleportsLabel.TextColor3 = Color3.new(0, 0, 0)
  764.  
  765. TeleportsLabel.TextScaled = true
  766.  
  767. TeleportsLabel.TextSize = 20
  768.  
  769. TeleportsLabel.TextWrapped = true
  770.  
  771.  
  772.  
  773. CrimBase.Name = "CrimBase"
  774.  
  775. CrimBase.Parent = Teleports
  776.  
  777. CrimBase.BackgroundColor3 = Color3.new(1, 1, 1)
  778.  
  779. CrimBase.BackgroundTransparency = 1
  780.  
  781. CrimBase.Position = UDim2.new(0, 0, 0.154797345, 0)
  782.  
  783. CrimBase.Size = UDim2.new(0, 168, 0, 50)
  784.  
  785. CrimBase.Font = Enum.Font.Code
  786.  
  787. CrimBase.Text = "Criminal Base"
  788.  
  789. CrimBase.TextColor3 = Color3.new(0.678431, 0.0392157, 0.12549)
  790.  
  791. CrimBase.TextSize = 23
  792.  
  793.  
  794.  
  795. Cells.Name = "Cells"
  796.  
  797. Cells.Parent = Teleports
  798.  
  799. Cells.BackgroundColor3 = Color3.new(1, 1, 1)
  800.  
  801. Cells.BackgroundTransparency = 1
  802.  
  803. Cells.Position = UDim2.new(0, 0, 0.584473968, 0)
  804.  
  805. Cells.Size = UDim2.new(0, 168, 0, 50)
  806.  
  807. Cells.Font = Enum.Font.Code
  808.  
  809. Cells.Text = "Cells"
  810.  
  811. Cells.TextColor3 = Color3.new(0.678431, 0.0392157, 0.12549)
  812.  
  813. Cells.TextSize = 25
  814.  
  815.  
  816.  
  817. PolBase.Name = "PolBase"
  818.  
  819. PolBase.Parent = Teleports
  820.  
  821. PolBase.BackgroundColor3 = Color3.new(1, 1, 1)
  822.  
  823. PolBase.BackgroundTransparency = 1
  824.  
  825. PolBase.Position = UDim2.new(0, 0, 0.375093877, 0)
  826.  
  827. PolBase.Size = UDim2.new(0, 168, 0, 50)
  828.  
  829. PolBase.Font = Enum.Font.Code
  830.  
  831. PolBase.Text = "Police Base"
  832.  
  833. PolBase.TextColor3 = Color3.new(0.678431, 0.0392157, 0.12549)
  834.  
  835. PolBase.TextSize = 23
  836.  
  837.  
  838.  
  839. Tower.Name = "Tower"
  840.  
  841. Tower.Parent = Teleports
  842.  
  843. Tower.BackgroundColor3 = Color3.new(1, 1, 1)
  844.  
  845. Tower.BackgroundTransparency = 1
  846.  
  847. Tower.Position = UDim2.new(0, 0, 0.771041155, 0)
  848.  
  849. Tower.Size = UDim2.new(0, 168, 0, 50)
  850.  
  851. Tower.Font = Enum.Font.Code
  852.  
  853. Tower.Text = "Tower"
  854.  
  855. Tower.TextColor3 = Color3.new(0.678431, 0.0392157, 0.12549)
  856.  
  857. Tower.TextSize = 25
  858.  
  859.  
  860.  
  861. SendMsg.Name = "SendMsg"
  862.  
  863. SendMsg.Parent = RedwoodHAXXGUI
  864.  
  865. SendMsg.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  866.  
  867. SendMsg.BackgroundTransparency = 0.40000000596046
  868.  
  869. SendMsg.BorderSizePixel = 0
  870.  
  871. SendMsg.Position = UDim2.new(0.316765904, 0, 0.484029472, 0)
  872.  
  873. SendMsg.Size = UDim2.new(0, 168, 0, 304)
  874.  
  875.  
  876.  
  877. SendMsgTop.Name = "SendMsgTop"
  878.  
  879. SendMsgTop.Parent = SendMsg
  880.  
  881. SendMsgTop.BackgroundColor3 = Color3.new(0.678431, 0.0392157, 0.12549)
  882.  
  883. SendMsgTop.BorderSizePixel = 0
  884.  
  885. SendMsgTop.Size = UDim2.new(0, 168, 0, 32)
  886.  
  887.  
  888.  
  889. SendMsgLabel.Name = "SendMsgLabel"
  890.  
  891. SendMsgLabel.Parent = SendMsgTop
  892.  
  893. SendMsgLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  894.  
  895. SendMsgLabel.BackgroundTransparency = 1
  896.  
  897. SendMsgLabel.Position = UDim2.new(0.0357142873, 0, 0, 0)
  898.  
  899. SendMsgLabel.Size = UDim2.new(0, 168, 0, 32)
  900.  
  901. SendMsgLabel.Font = Enum.Font.Code
  902.  
  903. SendMsgLabel.Text = "Send Msg"
  904.  
  905. SendMsgLabel.TextColor3 = Color3.new(0, 0, 0)
  906.  
  907. SendMsgLabel.TextScaled = true
  908.  
  909. SendMsgLabel.TextSize = 20
  910.  
  911. SendMsgLabel.TextWrapped = true
  912.  
  913.  
  914.  
  915. Title_2.Name = "Title"
  916.  
  917. Title_2.Parent = SendMsg
  918.  
  919. Title_2.BackgroundColor3 = Color3.new(0.333333, 0, 0)
  920.  
  921. Title_2.BackgroundTransparency = 1
  922.  
  923. Title_2.BorderColor3 = Color3.new(1, 0, 0)
  924.  
  925. Title_2.BorderSizePixel = 5
  926.  
  927. Title_2.Position = UDim2.new(0, 0, 0.157192126, 0)
  928.  
  929. Title_2.Size = UDim2.new(0, 168, 0, 50)
  930.  
  931. Title_2.Font = Enum.Font.Code
  932.  
  933. Title_2.PlaceholderColor3 = Color3.new(0.678431, 0.0392157, 0.12549)
  934.  
  935. Title_2.PlaceholderText = "Title"
  936.  
  937. Title_2.Text = ""
  938.  
  939. Title_2.TextColor3 = Color3.new(0.678431, 0.0392157, 0.12549)
  940.  
  941. Title_2.TextScaled = true
  942.  
  943. Title_2.TextSize = 14
  944.  
  945. Title_2.TextWrapped = true
  946.  
  947.  
  948.  
  949. Message.Name = "Message"
  950.  
  951. Message.Parent = SendMsg
  952.  
  953. Message.BackgroundColor3 = Color3.new(0.333333, 0, 0)
  954.  
  955. Message.BackgroundTransparency = 1
  956.  
  957. Message.BorderColor3 = Color3.new(1, 0, 0)
  958.  
  959. Message.BorderSizePixel = 5
  960.  
  961. Message.Position = UDim2.new(0.0357142873, 0, 0.353219271, 0)
  962.  
  963. Message.Size = UDim2.new(0, 151, 0, 50)
  964.  
  965. Message.Font = Enum.Font.Code
  966.  
  967. Message.PlaceholderColor3 = Color3.new(0.678431, 0.0392157, 0.12549)
  968.  
  969. Message.PlaceholderText = "Message"
  970.  
  971. Message.Text = ""
  972.  
  973. Message.TextColor3 = Color3.new(0.678431, 0.0392157, 0.12549)
  974.  
  975. Message.TextScaled = true
  976.  
  977. Message.TextSize = 14
  978.  
  979. Message.TextWrapped = true
  980.  
  981.  
  982.  
  983. bignotice.Name = "bignotice"
  984.  
  985. bignotice.Parent = SendMsg
  986.  
  987. bignotice.BackgroundColor3 = Color3.new(1, 1, 1)
  988.  
  989. bignotice.BackgroundTransparency = 1
  990.  
  991. bignotice.Position = UDim2.new(0, 0, 0.572368443, 0)
  992.  
  993. bignotice.Size = UDim2.new(0, 168, 0, 39)
  994.  
  995. bignotice.Font = Enum.Font.SourceSans
  996.  
  997. bignotice.Text = "BigNotice"
  998.  
  999. bignotice.TextColor3 = Color3.new(0.678431, 0.0392157, 0.12549)
  1000.  
  1001. bignotice.TextScaled = true
  1002.  
  1003. bignotice.TextSize = 14
  1004.  
  1005. bignotice.TextWrapped = true
  1006.  
  1007.  
  1008.  
  1009. smallnotice.Name = "smallnotice"
  1010.  
  1011. smallnotice.Parent = SendMsg
  1012.  
  1013. smallnotice.BackgroundColor3 = Color3.new(1, 1, 1)
  1014.  
  1015. smallnotice.BackgroundTransparency = 1
  1016.  
  1017. smallnotice.Position = UDim2.new(0, 0, 0.766447365, 0)
  1018.  
  1019. smallnotice.Size = UDim2.new(0, 168, 0, 39)
  1020.  
  1021. smallnotice.Font = Enum.Font.SourceSans
  1022.  
  1023. smallnotice.Text = "SmallNotice"
  1024.  
  1025. smallnotice.TextColor3 = Color3.new(0.678431, 0.0392157, 0.12549)
  1026.  
  1027. smallnotice.TextScaled = true
  1028.  
  1029. smallnotice.TextSize = 14
  1030.  
  1031. smallnotice.TextWrapped = true
  1032.  
  1033. -- Scripts:
  1034.  
  1035. function SCRIPT_IOMH69_FAKESCRIPT() -- KillAll.kall
  1036.  
  1037. local script = Instance.new('LocalScript')
  1038.  
  1039. script.Parent = KillAll
  1040.  
  1041. script.Parent.MouseButton1Click:Connect(function()
  1042.  
  1043. for _, v in pairs(game.Players:GetChildren()) do
  1044.  
  1045. game.Workspace.resources.RemoteEvent:FireServer("dealDamage", v.Character.Humanoid, 100)
  1046.  
  1047. end
  1048.  
  1049. end)
  1050.  
  1051.  
  1052.  
  1053. end
  1054.  
  1055. coroutine.resume(coroutine.create(SCRIPT_IOMH69_FAKESCRIPT))
  1056.  
  1057. function SCRIPT_COUW68_FAKESCRIPT() -- CuffAll.call
  1058.  
  1059. local script = Instance.new('LocalScript')
  1060.  
  1061. script.Parent = CuffAll
  1062.  
  1063. script.Parent.MouseButton1Click:Connect(function()
  1064.  
  1065. for _, v in pairs(game.Players:GetChildren()) do
  1066.  
  1067. game.Workspace.resources.RemoteEvent:FireServer("cuff", v)
  1068.  
  1069. end
  1070.  
  1071. end)
  1072.  
  1073.  
  1074.  
  1075. end
  1076.  
  1077. coroutine.resume(coroutine.create(SCRIPT_COUW68_FAKESCRIPT))
  1078.  
  1079. function SCRIPT_GRUC87_FAKESCRIPT() -- TazeAll.tall
  1080.  
  1081. local script = Instance.new('LocalScript')
  1082.  
  1083. script.Parent = TazeAll
  1084.  
  1085. script.Parent.MouseButton1Click:Connect(function()
  1086.  
  1087. for _, v in pairs(game.Players:GetChildren()) do
  1088.  
  1089. game.Workspace.resources.RemoteEvent:FireServer("tase", v)
  1090.  
  1091. end
  1092.  
  1093. end)
  1094.  
  1095.  
  1096.  
  1097.  
  1098.  
  1099. end
  1100.  
  1101. coroutine.resume(coroutine.create(SCRIPT_GRUC87_FAKESCRIPT))
  1102.  
  1103. function SCRIPT_OYDZ80_FAKESCRIPT() -- Fly.fly
  1104.  
  1105. local script = Instance.new('LocalScript')
  1106.  
  1107. script.Parent = Fly
  1108.  
  1109. script.Parent.MouseButton1Click:Connect(function()
  1110.  
  1111. game.StarterGui:SetCore("SendNotification", {
  1112.  
  1113. Title = "RedwoodHAXX v1.5",
  1114.  
  1115. Text = "press e to fly",
  1116.  
  1117. Duration = 10,
  1118.  
  1119. Button1 = "OK"
  1120.  
  1121. })
  1122.  
  1123.  
  1124.  
  1125. repeat
  1126. wait()
  1127.  
  1128. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  1129.  
  1130. local mouse = game.Players.LocalPlayer:GetMouse()
  1131.  
  1132. repeat
  1133. wait()
  1134. until mouse
  1135.  
  1136. local plr = game.Players.LocalPlayer
  1137.  
  1138. local torso = plr.Character.Torso
  1139.  
  1140. local flying = true
  1141.  
  1142. local deb = true
  1143.  
  1144. local ctrl = {
  1145. f = 0,
  1146. b = 0,
  1147. l = 0,
  1148. r = 0
  1149. }
  1150.  
  1151. local lastctrl = {
  1152. f = 0,
  1153. b = 0,
  1154. l = 0,
  1155. r = 0
  1156. }
  1157.  
  1158. local maxspeed = 50
  1159.  
  1160. local speed = 0
  1161.  
  1162.  
  1163.  
  1164. function Fly()
  1165.  
  1166. local bg = Instance.new("BodyGyro", torso)
  1167.  
  1168. bg.P = 9e4
  1169.  
  1170. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1171.  
  1172. bg.cframe = torso.CFrame
  1173.  
  1174. local bv = Instance.new("BodyVelocity", torso)
  1175.  
  1176. bv.velocity = Vector3.new(0, 0.1, 0)
  1177.  
  1178. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1179.  
  1180. repeat
  1181. wait()
  1182.  
  1183. plr.Character.Humanoid.PlatformStand = true
  1184.  
  1185. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  1186.  
  1187. speed = speed + .5 + (speed / maxspeed)
  1188.  
  1189. if speed > maxspeed then
  1190.  
  1191. speed = maxspeed
  1192.  
  1193. end
  1194.  
  1195. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  1196.  
  1197. speed = speed - 1
  1198.  
  1199. if speed < 0 then
  1200.  
  1201. speed = 0
  1202.  
  1203. end
  1204. end
  1205. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  1206.  
  1207. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f + ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l + ctrl.r, (ctrl.f + ctrl.b) * .2, 0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p)) * speed
  1208.  
  1209. lastctrl = {
  1210. f = ctrl.f,
  1211. b = ctrl.b,
  1212. l = ctrl.l,
  1213. r = ctrl.r
  1214. }
  1215.  
  1216. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  1217.  
  1218. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f + lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l + lastctrl.r, (lastctrl.f + lastctrl.b) * .2, 0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p)) * speed
  1219.  
  1220. else
  1221.  
  1222. bv.velocity = Vector3.new(0, 0.1, 0)
  1223.  
  1224. end
  1225.  
  1226. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f + ctrl.b) * 50 * speed / maxspeed), 0, 0)
  1227.  
  1228. until not flying
  1229.  
  1230. ctrl = {
  1231. f = 0,
  1232. b = 0,
  1233. l = 0,
  1234. r = 0
  1235. }
  1236.  
  1237. lastctrl = {
  1238. f = 0,
  1239. b = 0,
  1240. l = 0,
  1241. r = 0
  1242. }
  1243.  
  1244. speed = 0
  1245.  
  1246. bg:Destroy()
  1247.  
  1248. bv:Destroy()
  1249.  
  1250. plr.Character.Humanoid.PlatformStand = false
  1251.  
  1252. end
  1253.  
  1254. mouse.KeyDown:connect(function(key)
  1255.  
  1256. if key:lower() == "e" then
  1257.  
  1258. if flying then
  1259. flying = false
  1260.  
  1261. else
  1262.  
  1263. flying = true
  1264.  
  1265. Fly()
  1266.  
  1267. end
  1268.  
  1269. elseif key:lower() == "w" then
  1270.  
  1271. ctrl.f = 1
  1272.  
  1273. elseif key:lower() == "s" then
  1274.  
  1275. ctrl.b = -1
  1276.  
  1277. elseif key:lower() == "a" then
  1278.  
  1279. ctrl.l = -1
  1280.  
  1281. elseif key:lower() == "d" then
  1282.  
  1283. ctrl.r = 1
  1284.  
  1285. end
  1286.  
  1287. end)
  1288.  
  1289. mouse.KeyUp:connect(function(key)
  1290.  
  1291. if key:lower() == "w" then
  1292.  
  1293. ctrl.f = 0
  1294.  
  1295. elseif key:lower() == "s" then
  1296.  
  1297. ctrl.b = 0
  1298.  
  1299. elseif key:lower() == "a" then
  1300.  
  1301. ctrl.l = 0
  1302.  
  1303. elseif key:lower() == "d" then
  1304.  
  1305. ctrl.r = 0
  1306.  
  1307. end
  1308.  
  1309. end)
  1310.  
  1311. Fly()
  1312.  
  1313. end)
  1314.  
  1315.  
  1316.  
  1317. end
  1318.  
  1319. coroutine.resume(coroutine.create(SCRIPT_OYDZ80_FAKESCRIPT))
  1320.  
  1321. function SCRIPT_ASOQ83_FAKESCRIPT() -- PoliceTeam.policeteam
  1322.  
  1323. local script = Instance.new('LocalScript')
  1324.  
  1325. script.Parent = PoliceTeam
  1326.  
  1327. script.Parent.MouseButton1Click:Connect(function()
  1328.  
  1329. local team = "police"
  1330.  
  1331. game.Workspace.resources.RemoteFunction:InvokeServer("requestTeam", team)
  1332.  
  1333. end)
  1334.  
  1335.  
  1336.  
  1337. end
  1338.  
  1339. coroutine.resume(coroutine.create(SCRIPT_ASOQ83_FAKESCRIPT))
  1340.  
  1341. function SCRIPT_MYNN77_FAKESCRIPT() -- OpGunPack.opgunpack
  1342.  
  1343. local script = Instance.new('LocalScript')
  1344.  
  1345. script.Parent = OpGunPack
  1346.  
  1347. script.Parent.MouseButton1Click:Connect(function()
  1348.  
  1349. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "M98B")
  1350.  
  1351. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "ACR")
  1352.  
  1353. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "L86A2")
  1354.  
  1355. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Parachute")
  1356.  
  1357. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Fake ID Card")
  1358.  
  1359. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "M60")
  1360.  
  1361. end)
  1362.  
  1363.  
  1364.  
  1365. end
  1366.  
  1367. coroutine.resume(coroutine.create(SCRIPT_MYNN77_FAKESCRIPT))
  1368.  
  1369. function SCRIPT_KDZN80_FAKESCRIPT() -- PrisonerTeam.LocalScript
  1370.  
  1371. local script = Instance.new('LocalScript')
  1372.  
  1373. script.Parent = PrisonerTeam
  1374.  
  1375. script.Parent.MouseButton1Click:Connect(function()
  1376.  
  1377. local team = "prisoner"
  1378.  
  1379. game.Workspace.resources.RemoteFunction:InvokeServer("requestTeam", team)
  1380.  
  1381. end)
  1382.  
  1383.  
  1384.  
  1385. end
  1386.  
  1387. coroutine.resume(coroutine.create(SCRIPT_KDZN80_FAKESCRIPT))
  1388.  
  1389. function SCRIPT_BCYB74_FAKESCRIPT() -- RemoveDoors.rmdoors
  1390.  
  1391. local script = Instance.new('LocalScript')
  1392.  
  1393. script.Parent = RemoveDoors
  1394.  
  1395. script.Parent.MouseButton1Click:Connect(function()
  1396.  
  1397. game.Workspace.AllDoors:destroy()
  1398.  
  1399. end)
  1400.  
  1401.  
  1402.  
  1403. end
  1404.  
  1405. coroutine.resume(coroutine.create(SCRIPT_BCYB74_FAKESCRIPT))
  1406.  
  1407. function SCRIPT_MCDN65_FAKESCRIPT() -- Noclip.noclip
  1408.  
  1409. local script = Instance.new('LocalScript')
  1410.  
  1411. script.Parent = Noclip
  1412.  
  1413. script.Parent.MouseButton1Click:Connect(function()
  1414.  
  1415. noclip = false
  1416.  
  1417. game:GetService('RunService').Stepped:connect(function()
  1418.  
  1419. if noclip then
  1420.  
  1421. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  1422.  
  1423. end
  1424.  
  1425. end)
  1426.  
  1427. local plr = game.Players.LocalPlayer
  1428.  
  1429. local mouse = plr:GetMouse()
  1430.  
  1431. mouse.KeyDown:connect(function(key)
  1432.  
  1433.  
  1434.  
  1435. if key == "x" then
  1436.  
  1437. noclip = not noclip
  1438.  
  1439. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  1440.  
  1441. end
  1442.  
  1443. end)
  1444.  
  1445. print('Loaded')
  1446.  
  1447. print('Press "E" to noclip')
  1448.  
  1449. game.StarterGui:SetCore("SendNotification", {
  1450.  
  1451. Title = "RedwoodHAXX v1.4",
  1452.  
  1453. Text = "press X to noclip",
  1454.  
  1455. Duration = 10,
  1456.  
  1457. Button1 = "OK"
  1458.  
  1459. })
  1460.  
  1461. end)
  1462.  
  1463.  
  1464.  
  1465. end
  1466.  
  1467. coroutine.resume(coroutine.create(SCRIPT_MCDN65_FAKESCRIPT))
  1468.  
  1469. function SCRIPT_RFLC65_FAKESCRIPT() -- PrintItems.printitems
  1470.  
  1471. local script = Instance.new('LocalScript')
  1472.  
  1473. script.Parent = PrintItems
  1474.  
  1475. script.Parent.MouseButton1Click:Connect(function()
  1476.  
  1477. print("M1014")
  1478.  
  1479. print("SPAS-12")
  1480.  
  1481. print("Makrov")
  1482.  
  1483. print("Dragunov")
  1484.  
  1485. print("Taser")
  1486.  
  1487. print("Ham Sandwich")
  1488.  
  1489. print("Pancakes")
  1490.  
  1491. print("Steak")
  1492.  
  1493. print("Punch")
  1494.  
  1495. print("Handcuffs")
  1496.  
  1497. print("Shank")
  1498.  
  1499. print("Hammer")
  1500.  
  1501. print("Guitar")
  1502.  
  1503. print("Fake ID Card")
  1504.  
  1505. print("ACR")
  1506.  
  1507. print("L86A2")
  1508.  
  1509. print("M60")
  1510.  
  1511. print("Beretta M9")
  1512.  
  1513. print("UMP-45")
  1514.  
  1515. print("AK47-U")
  1516.  
  1517. print("Revolver")
  1518.  
  1519. print("Minigun")
  1520.  
  1521. print("M16")
  1522.  
  1523. print("S&W 638")
  1524.  
  1525. print("M14")
  1526.  
  1527. print("AK47")
  1528.  
  1529. print("M98B")
  1530.  
  1531. end)
  1532.  
  1533.  
  1534.  
  1535. end
  1536.  
  1537. coroutine.resume(coroutine.create(SCRIPT_RFLC65_FAKESCRIPT))
  1538.  
  1539. function SCRIPT_TDSY90_FAKESCRIPT() -- Btools.btools
  1540.  
  1541. local script = Instance.new('LocalScript')
  1542.  
  1543. script.Parent = Btools
  1544.  
  1545. script.Parent.MouseButton1Click:Connect(function()
  1546.  
  1547.  
  1548.  
  1549. -- credit to noll
  1550.  
  1551. -- link: https://www.youtube.com/channel/UC8OJzJ2ut8e38QmYNJFW4Fw
  1552.  
  1553.  
  1554.  
  1555. --NOLL
  1556.  
  1557.  
  1558.  
  1559. local btool = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  1560.  
  1561. local SelectionBox = Instance.new("SelectionBox", game.Workspace)
  1562.  
  1563. SelectionBox.Name = "oof"
  1564.  
  1565. SelectionBox.LineThickness = 0.05
  1566.  
  1567. SelectionBox.Adornee = nil
  1568.  
  1569. SelectionBox.Color3 = Color3.fromRGB(0, 0, 255)
  1570.  
  1571. SelectionBox.Visible = false
  1572.  
  1573. btool.Name = "FE BTOOLS"
  1574.  
  1575. btool.RequiresHandle = false
  1576.  
  1577. local IsEquipped = false
  1578.  
  1579. local Mouse = game.Players.LocalPlayer:GetMouse()
  1580.  
  1581.  
  1582.  
  1583. btool.Equipped:connect(function()
  1584.  
  1585. IsEquipped = true
  1586.  
  1587. SelectionBox.Visible = true
  1588.  
  1589. SelectionBox.Adornee = nil
  1590.  
  1591. end)
  1592.  
  1593.  
  1594.  
  1595. btool.Unequipped:connect(function()
  1596.  
  1597. IsEquipped = false
  1598.  
  1599. SelectionBox.Visible = false
  1600.  
  1601. SelectionBox.Adornee = nil
  1602.  
  1603. end)
  1604.  
  1605.  
  1606.  
  1607.  
  1608. btool.Activated:connect(function()
  1609.  
  1610. if IsEquipped then
  1611.  
  1612. game.Workspace.resources.RemoteEvent:FireServer("toggleShield", Mouse.Target)
  1613.  
  1614. end
  1615.  
  1616. end)
  1617.  
  1618.  
  1619.  
  1620. while true do
  1621.  
  1622. SelectionBox.Adornee = Mouse.Target or nil
  1623.  
  1624. wait(0.1)
  1625.  
  1626. end
  1627.  
  1628. end)
  1629.  
  1630.  
  1631.  
  1632. end
  1633.  
  1634. coroutine.resume(coroutine.create(SCRIPT_TDSY90_FAKESCRIPT))
  1635.  
  1636. function SCRIPT_LFQX81_FAKESCRIPT() -- RemoveVent.rmvent
  1637.  
  1638. local script = Instance.new('LocalScript')
  1639.  
  1640. script.Parent = RemoveVent
  1641.  
  1642. script.Parent.MouseButton1Click:Connect(function()
  1643.  
  1644. game.workspace.ventOpening:remove()
  1645.  
  1646. end)
  1647.  
  1648.  
  1649.  
  1650. end
  1651.  
  1652. coroutine.resume(coroutine.create(SCRIPT_LFQX81_FAKESCRIPT))
  1653.  
  1654. function SCRIPT_LUUF79_FAKESCRIPT() -- OpenDoors.opendoors
  1655.  
  1656. local script = Instance.new('LocalScript')
  1657.  
  1658. script.Parent = OpenDoors
  1659.  
  1660. script.Parent.MouseButton1Click:Connect(function()
  1661.  
  1662. for i, v in pairs(game.Workspace.AllDoors:GetChildren()) do
  1663.  
  1664. game.Workspace.resources.RemoteEvent:FireServer("updateDoorSystem", v)
  1665.  
  1666. end
  1667.  
  1668. end)
  1669.  
  1670.  
  1671.  
  1672. end
  1673.  
  1674. coroutine.resume(coroutine.create(SCRIPT_LUUF79_FAKESCRIPT))
  1675.  
  1676. function SCRIPT_SFUI80_FAKESCRIPT() -- infammo.infammo
  1677.  
  1678. local script = Instance.new('LocalScript')
  1679.  
  1680. script.Parent = infammo
  1681.  
  1682. script.Parent.MouseButton1Click:Connect(function()
  1683.  
  1684. while true do
  1685.  
  1686. wait(.15)
  1687.  
  1688. local pPos = game.Players.LocalPlayer.Character.Torso.Position
  1689.  
  1690. local ammoCrate = workspace.ammoCrate
  1691.  
  1692. ammoCrate.CanCollide = false
  1693.  
  1694. ammoCrate.Transparency = 1
  1695.  
  1696. ammoCrate:ClearAllChildren()
  1697.  
  1698. ammoCrate.Position = pPos
  1699.  
  1700. end
  1701.  
  1702. end)
  1703.  
  1704.  
  1705.  
  1706. end
  1707.  
  1708. coroutine.resume(coroutine.create(SCRIPT_SFUI80_FAKESCRIPT))
  1709.  
  1710. function SCRIPT_NTRV85_FAKESCRIPT() -- Bridge.bridge
  1711.  
  1712. local script = Instance.new('LocalScript')
  1713.  
  1714. script.Parent = Bridge
  1715.  
  1716. script.Parent.MouseButton1Click:Connect(function()
  1717.  
  1718. local tool = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  1719.  
  1720. tool.RequiresHandle = false
  1721.  
  1722. tool.Name = "Bridge"
  1723.  
  1724. tool.CanBeDropped = false
  1725.  
  1726.  
  1727.  
  1728. local pos1 = nil
  1729.  
  1730. local pos2 = nil
  1731.  
  1732. local bridgesize = 10
  1733.  
  1734. local mouse = game.Players.LocalPlayer:GetMouse()
  1735.  
  1736. local isEquipped = false
  1737.  
  1738. local isSettingPos = false
  1739.  
  1740. local bridgeEnabled = false
  1741.  
  1742. local dist = 0
  1743.  
  1744.  
  1745.  
  1746. function asdf(origin, target, properties)
  1747.  
  1748. game.Workspace.resources.RemoteEvent:FireServer("FireAllClients", "drawLaser", origin, target, properties)
  1749.  
  1750. end
  1751.  
  1752.  
  1753.  
  1754. mouse.KeyDown:Connect(function(k)
  1755.  
  1756. if not isEquipped then
  1757. return
  1758. end
  1759.  
  1760. key = k:lower()
  1761.  
  1762. if key == "e" then
  1763.  
  1764. if bridgesize <= 5 then
  1765. return
  1766. end
  1767.  
  1768. bridgesize = bridgesize - 1
  1769.  
  1770. game:GetService("StarterGui"):SetCore("SendNotification", {
  1771.  
  1772. Title = "Information";
  1773.  
  1774. Text = "New size: " .. bridgesize;
  1775.  
  1776. })
  1777.  
  1778. print(bridgesize)
  1779.  
  1780. end
  1781.  
  1782. if key == "r" then
  1783.  
  1784. if bridgesize >= 25 then
  1785. return
  1786. end
  1787.  
  1788. bridgesize = bridgesize + 1
  1789.  
  1790. game:GetService("StarterGui"):SetCore("SendNotification", {
  1791.  
  1792. Title = "Information";
  1793.  
  1794. Text = "New size: " .. bridgesize;
  1795.  
  1796. })
  1797.  
  1798. print(bridgesize)
  1799.  
  1800. end
  1801.  
  1802. if key == "t" then
  1803.  
  1804. bridgeEnabled = false
  1805.  
  1806. isSettingPos = false
  1807.  
  1808. pos1 = nil
  1809.  
  1810. pos2 = nil
  1811.  
  1812. bridgesize = 10
  1813.  
  1814. game:GetService("StarterGui"):SetCore("SendNotification", {
  1815.  
  1816. Title = "Information";
  1817.  
  1818. Text = "Values reset to default.";
  1819.  
  1820. })
  1821.  
  1822. end
  1823.  
  1824. end)
  1825.  
  1826.  
  1827.  
  1828.  
  1829. tool.Equipped:Connect(function()
  1830.  
  1831. isEquipped = true
  1832.  
  1833. game:GetService("StarterGui"):SetCore("SendNotification", {
  1834.  
  1835. Title = "Information";
  1836.  
  1837. Text = "Click to set positions, Press R to increase width, E to decrease width and Press T to reset.";
  1838.  
  1839. })
  1840.  
  1841. end)
  1842.  
  1843.  
  1844.  
  1845. tool.Unequipped:Connect(function()
  1846.  
  1847. isEquipped = false
  1848.  
  1849. end)
  1850.  
  1851.  
  1852.  
  1853.  
  1854.  
  1855. tool.Activated:Connect(function()
  1856.  
  1857. if not isSettingPos then
  1858.  
  1859. pos1 = mouse.hit
  1860.  
  1861. game:GetService("StarterGui"):SetCore("SendNotification", {
  1862.  
  1863. Title = "Information";
  1864.  
  1865. Text = "Position 1 saved, click again for position 2.";
  1866.  
  1867. })
  1868.  
  1869. isSettingPos = true
  1870.  
  1871. else
  1872.  
  1873. pos2 = mouse.hit
  1874.  
  1875. game:GetService("StarterGui"):SetCore("SendNotification", {
  1876.  
  1877. Title = "Information";
  1878.  
  1879. Text = "Position 2 saved, creating bridge...";
  1880.  
  1881. })
  1882.  
  1883. isSettingPos = false
  1884.  
  1885. bridgeEnabled = true
  1886.  
  1887. dist = (pos1.p - pos2.p).magnitude
  1888.  
  1889. end
  1890.  
  1891. end)
  1892.  
  1893.  
  1894.  
  1895. while true do
  1896.  
  1897. wait(.1)
  1898.  
  1899. if bridgeEnabled then
  1900.  
  1901. asdf(pos1.p, pos2.p, {
  1902.  
  1903. ["CanCollide"] = true,
  1904.  
  1905. ["Size"] = Vector3.new(bridgesize, 1, dist),
  1906.  
  1907. ["CFrame"] = CFrame.new(pos1.p, pos2.p) * CFrame.new(0, 0, -dist / 2) * CFrame.Angles(0, 0, 0),
  1908.  
  1909. })
  1910.  
  1911. end
  1912. end
  1913.  
  1914. end)
  1915.  
  1916.  
  1917.  
  1918. end
  1919.  
  1920. coroutine.resume(coroutine.create(SCRIPT_NTRV85_FAKESCRIPT))
  1921.  
  1922. function SCRIPT_FRWG83_FAKESCRIPT() -- deleteworld.delworld
  1923.  
  1924. local script = Instance.new('LocalScript')
  1925.  
  1926. script.Parent = deleteworld
  1927.  
  1928. script.Parent.MouseButton1Click:Connect(function()
  1929.  
  1930. local rw = workspace.resources.RemoteEvent
  1931.  
  1932. for i, k in pairs(workspace:GetChildren()) do
  1933.  
  1934. rw:FireServer("toggleShield", k)
  1935.  
  1936. end
  1937.  
  1938. end)
  1939.  
  1940.  
  1941.  
  1942.  
  1943.  
  1944. end
  1945.  
  1946. coroutine.resume(coroutine.create(SCRIPT_FRWG83_FAKESCRIPT))
  1947.  
  1948. function SCRIPT_NQWE67_FAKESCRIPT() -- givegamepasses.gamepass
  1949.  
  1950. local script = Instance.new('LocalScript')
  1951.  
  1952. script.Parent = givegamepasses
  1953.  
  1954. script.Parent.MouseButton1Click:Connect(function()
  1955.  
  1956. workspace.resources.RemoteFunction:InvokeServer("setDataValue", "hasSwat", true)
  1957.  
  1958. workspace.resources.RemoteFunction:InvokeServer("setDataValue", "hasSpecOps", true)
  1959.  
  1960. workspace.resources.RemoteFunction:InvokeServer("setDataValue", "hasMerc", true)
  1961.  
  1962. workspace.resources.RemoteFunction:InvokeServer("setDataValue", "hasPilot", true)
  1963.  
  1964. workspace.resources.RemoteFunction:InvokeServer("setDataValue", "hasAtv", true)
  1965.  
  1966. end)
  1967.  
  1968.  
  1969.  
  1970. end
  1971.  
  1972. coroutine.resume(coroutine.create(SCRIPT_NQWE67_FAKESCRIPT))
  1973.  
  1974. function SCRIPT_HMLZ87_FAKESCRIPT() -- walkspeed.wsscript
  1975.  
  1976. local script = Instance.new('LocalScript')
  1977.  
  1978. script.Parent = walkspeed
  1979.  
  1980. script.Parent.MouseButton1Click:Connect(function()
  1981.  
  1982. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 100
  1983.  
  1984. end)
  1985.  
  1986.  
  1987.  
  1988. end
  1989.  
  1990. coroutine.resume(coroutine.create(SCRIPT_HMLZ87_FAKESCRIPT))
  1991.  
  1992. function SCRIPT_KDHX78_FAKESCRIPT() -- CrimBase.crims
  1993.  
  1994. local script = Instance.new('LocalScript')
  1995.  
  1996. script.Parent = CrimBase
  1997.  
  1998. script.Parent.MouseButton1Click:Connect(function()
  1999.  
  2000. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-600.986, -27.542, -333))
  2001.  
  2002. end)
  2003.  
  2004.  
  2005.  
  2006. end
  2007.  
  2008. coroutine.resume(coroutine.create(SCRIPT_KDHX78_FAKESCRIPT))
  2009.  
  2010. function SCRIPT_SBLY88_FAKESCRIPT() -- Cells.cells
  2011.  
  2012. local script = Instance.new('LocalScript')
  2013.  
  2014. script.Parent = Cells
  2015.  
  2016. script.Parent.MouseButton1Click:Connect(function()
  2017.  
  2018. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(-7.601, 4.005, 2.52))
  2019.  
  2020. end)
  2021.  
  2022.  
  2023.  
  2024. end
  2025.  
  2026. coroutine.resume(coroutine.create(SCRIPT_SBLY88_FAKESCRIPT))
  2027.  
  2028. function SCRIPT_NOME83_FAKESCRIPT() -- PolBase.police
  2029.  
  2030. local script = Instance.new('LocalScript')
  2031.  
  2032. script.Parent = PolBase
  2033.  
  2034. script.Parent.MouseButton1Click:Connect(function()
  2035.  
  2036. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(92, 1.5, 21))
  2037.  
  2038. end)
  2039.  
  2040.  
  2041.  
  2042.  
  2043.  
  2044. end
  2045.  
  2046. coroutine.resume(coroutine.create(SCRIPT_NOME83_FAKESCRIPT))
  2047.  
  2048. function SCRIPT_UFJV75_FAKESCRIPT() -- Tower.tower
  2049.  
  2050. local script = Instance.new('LocalScript')
  2051.  
  2052. script.Parent = Tower
  2053.  
  2054. script.Parent.MouseButton1Click:Connect(function()
  2055.  
  2056. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(192.501, 45.176, -191.497))
  2057.  
  2058. end)
  2059.  
  2060.  
  2061.  
  2062. end
  2063.  
  2064. coroutine.resume(coroutine.create(SCRIPT_UFJV75_FAKESCRIPT))
  2065.  
  2066. function SCRIPT_WWMH81_FAKESCRIPT() -- RedwoodHAXXGUI.playerscript
  2067.  
  2068. local script = Instance.new('LocalScript')
  2069.  
  2070. script.Parent = RedwoodHAXXGUI
  2071.  
  2072. game.Players.PlayerAdded:Connect(function(player)
  2073.  
  2074. if player:IsFriendsWith(game.Players.LocalPlayer.UserId) then
  2075.  
  2076. game.StarterGui:SetCore("SendNotification", {
  2077.  
  2078. Title = "new friend joined",
  2079.  
  2080. Text = player.Name,
  2081.  
  2082. Duration = 1
  2083.  
  2084. })
  2085.  
  2086. end
  2087.  
  2088. game.StarterGui:SetCore("SendNotification", {
  2089.  
  2090. Title = "new player joined",
  2091.  
  2092. Text = player.Name,
  2093.  
  2094. Duration = 1
  2095.  
  2096. })
  2097.  
  2098. end)
  2099.  
  2100.  
  2101.  
  2102. end
  2103.  
  2104. coroutine.resume(coroutine.create(SCRIPT_WWMH81_FAKESCRIPT))
  2105.  
  2106. function SCRIPT_OWOB80_FAKESCRIPT() -- bignotice.bnotice
  2107.  
  2108. local script = Instance.new('LocalScript')
  2109.  
  2110. script.Parent = bignotice
  2111.  
  2112. script.Parent.MouseButton1Click:Connect(function()
  2113.  
  2114. local title = script.Parent.Parent.Title.Text
  2115.  
  2116. local text = script.Parent.Parent.Message.Text
  2117.  
  2118. workspace.resources.RemoteEvent:FireServer("FireAllClients", "showNotice", title, text)
  2119.  
  2120. end)
  2121.  
  2122.  
  2123.  
  2124. end
  2125.  
  2126. coroutine.resume(coroutine.create(SCRIPT_OWOB80_FAKESCRIPT))
  2127.  
  2128. function SCRIPT_RWCA90_FAKESCRIPT() -- smallnotice.snotice
  2129.  
  2130. local script = Instance.new('LocalScript')
  2131.  
  2132. script.Parent = smallnotice
  2133.  
  2134. script.Parent.MouseButton1Click:Connect(function()
  2135.  
  2136. local text = script.Parent.Parent.Message.Text
  2137.  
  2138. workspace.resources.RemoteEvent:FireServer("FireAllClients", "smallNotice", text, true)
  2139.  
  2140. end)
  2141.  
  2142.  
  2143.  
  2144. end
  2145.  
  2146. coroutine.resume(coroutine.create(SCRIPT_RWCA90_FAKESCRIPT))
Add Comment
Please, Sign In to add comment