Tryhell

mad reapper

Sep 5th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 59.33 KB | None | 0 0
  1. function message(msg, color)
  2. local msg_color = Color3.fromRGB(0, 0, 0)
  3. if color == "green" then
  4. msg_color = Color3.fromRGB(84, 243, 35)
  5. end
  6. if color == "yellow" then
  7. msg_color = Color3.fromRGB(243, 237, 46)
  8. end
  9. if color == "red" then
  10. msg_color = Color3.fromRGB(243, 4, 4)
  11. end
  12. if color == "dark_red" then
  13. msg_color = Color3.fromRGB(127, 2, 2)
  14. end
  15. if color == "blue" then
  16. msg_color = Color3.fromRGB(65, 48, 255)
  17. end
  18. if color == "pink" then
  19. msg_color = Color3.fromRGB(255, 5, 155)
  20. end
  21. if color == "light_blue" then
  22. msg_color = Color3.fromRGB(0, 161, 255)
  23. end
  24. wait(0.3)
  25. game:GetService("StarterGui"):SetCore("ChatMakeSystemMessage",{
  26. Text = msg;
  27. Color = msg_color;
  28. Font = Enum.Font.Cartoon;
  29. })
  30.  
  31. end
  32.  
  33. local tweenservice = game:GetService("TweenService")
  34. function tweenMove(model, target)
  35. CFrameValue = Instance.new("CFrameValue")
  36. CFrameValue.Value = model:GetPrimaryPartCFrame()
  37. CFrameValue:GetPropertyChangedSignal("Value"):connect(function()
  38. model:SetPrimaryPartCFrame(CFrameValue.Value)
  39. end)
  40. local Info = TweenInfo.new(((model:GetPrimaryPartCFrame().Position - target.Position).magnitude)/ 1800, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0)
  41. local tween = tweenservice:Create(CFrameValue, Info, {Value = target})
  42.  
  43. tween:Play()
  44. end
  45.  
  46. --
  47.  
  48. message("Mad Reaper X: Bypassing Anti-Cheat, don't move...", "red")
  49. local PlrPos = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  50. wait(0.75)
  51. tweenMove(game.Players.LocalPlayer.Character, CFrame.new(Vector3.new(-1143.6178, 82.2212296, -3088.72461)))
  52. wait(0.75)
  53. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1143.6178, 82.2212296, -3088.72461)
  54. wait(0.75)
  55. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1143.6178, 82.2212296, -3088.72461)
  56. wait(0.75)
  57. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1143.6178, 82.2212296, -3088.72461)
  58. wait(0.75)
  59. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1143.6178, 82.2212296, -3088.72461)
  60. wait(0.75)
  61. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1143.6178, 82.2212296, -3088.72461)
  62. wait(0.75)
  63. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1143.6178, 82.2212296, -3088.72461)
  64. wait(0.75)
  65. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1143.6178, 82.2212296, -3088.72461)
  66. wait(0.75)
  67. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1143.6178, 82.2212296, -3088.72461)
  68. wait(0.75)
  69. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1143.6178, 82.2212296, -3088.72461)
  70. wait(0.5)
  71.  
  72. --
  73.  
  74. local MadReaperX = Instance.new("ScreenGui")
  75. local MainF = Instance.new("Frame")
  76. local TitleBar = Instance.new("Frame")
  77. local MainBar = Instance.new("Frame")
  78. local Title = Instance.new("TextLabel")
  79. local SubTitle = Instance.new("TextLabel")
  80. local OpenTPB = Instance.new("TextButton")
  81. local OpenMiscB = Instance.new("TextButton")
  82. local TeleportsF = Instance.new("Frame")
  83. local TPTitleBar = Instance.new("Frame")
  84. local TPMainBar = Instance.new("Frame")
  85. local TPSubTitle = Instance.new("TextLabel")
  86. local TPTitle = Instance.new("TextLabel")
  87. local Divider1 = Instance.new("Frame")
  88. local Divider2 = Instance.new("Frame")
  89. local SecretLocB = Instance.new("TextButton")
  90. local PrisonB = Instance.new("TextButton")
  91. local JewlB = Instance.new("TextButton")
  92. local HeroBaseB = Instance.new("TextButton")
  93. local GarageB = Instance.new("TextButton")
  94. local DealershipB = Instance.new("TextButton")
  95. local CrimBaseB = Instance.new("TextButton")
  96. local CasinoB = Instance.new("TextButton")
  97. local BoatGarageB = Instance.new("TextButton")
  98. local BankB = Instance.new("TextButton")
  99. local AirportB = Instance.new("TextButton")
  100. local NightclubB = Instance.new("TextButton")
  101. local PyramidB = Instance.new("TextButton")
  102. local GunstoreB = Instance.new("TextButton")
  103. local PoliceB = Instance.new("TextButton")
  104. local MiscF = Instance.new("Frame")
  105. local MiscTitleBar = Instance.new("Frame")
  106. local MiscMainBar = Instance.new("Frame")
  107. local MiscSubTitle = Instance.new("TextLabel")
  108. local MiscTitle = Instance.new("TextLabel")
  109. local Divider1_2 = Instance.new("Frame")
  110. local Divider2_2 = Instance.new("Frame")
  111. local FPB = Instance.new("TextButton")
  112. local ManAEB = Instance.new("TextButton")
  113. local NoclipB = Instance.new("TextButton")
  114. local ESPB = Instance.new("TextButton")
  115. local WeaponModB = Instance.new("TextButton")
  116. local AutoCashB = Instance.new("TextButton")
  117. local AutoXPB = Instance.new("TextButton")
  118. local GiveCarsB = Instance.new("TextButton")
  119. local GiveGunsB = Instance.new("TextButton")
  120. local GravityB = Instance.new("TextButton")
  121. local InfiniteAmmoB = Instance.new("TextButton")
  122. local MultiBox = Instance.new("TextBox")
  123. local RemoveLasersB = Instance.new("TextButton")
  124. local SetSpeedB = Instance.new("TextButton")
  125. local RemoveCellDB = Instance.new("TextButton")
  126. local GiveJetpackB = Instance.new("TextButton")
  127. local GotoB = Instance.new("TextButton")
  128. local RemoveTagsB = Instance.new("TextButton")
  129.  
  130. --
  131.  
  132. MadReaperX.Name = "MadReaperX"
  133. MadReaperX.Parent = game.CoreGui
  134. MadReaperX.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  135.  
  136. MainF.Name = "MainF"
  137. MainF.Parent = MadReaperX
  138. MainF.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  139. MainF.BorderSizePixel = 0
  140. MainF.Position = UDim2.new(0.5, -158, 0.5, -197)
  141. MainF.Size = UDim2.new(0, 317, 0, 393)
  142. MainF.Active = true
  143. MainF.Draggable = true
  144.  
  145. TitleBar.Name = "TitleBar"
  146. TitleBar.Parent = MainF
  147. TitleBar.BackgroundColor3 = Color3.new(0.8, 0.207843, 0.215686)
  148. TitleBar.BorderSizePixel = 0
  149. TitleBar.Size = UDim2.new(0, 317, 0, 41)
  150.  
  151. MainBar.Name = "MainBar"
  152. MainBar.Parent = TitleBar
  153. MainBar.BackgroundColor3 = Color3.new(1, 0.258824, 0.270588)
  154. MainBar.BorderSizePixel = 0
  155. MainBar.Size = UDim2.new(0, 317, 0, 35)
  156.  
  157. Title.Name = "Title"
  158. Title.Parent = MainBar
  159. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  160. Title.BackgroundTransparency = 1
  161. Title.BorderSizePixel = 0
  162. Title.Position = UDim2.new(0.258675069, 0, 0, 0)
  163. Title.Size = UDim2.new(0, 152, 0, 23)
  164. Title.Font = Enum.Font.Arial
  165. Title.Text = "Mad Reaper X"
  166. Title.TextColor3 = Color3.new(0, 0, 0)
  167. Title.TextSize = 13
  168. Title.TextWrapped = true
  169.  
  170. SubTitle.Name = "SubTitle"
  171. SubTitle.Parent = MainBar
  172. SubTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  173. SubTitle.BackgroundTransparency = 1
  174. SubTitle.BorderSizePixel = 0
  175. SubTitle.Position = UDim2.new(0.173501581, 0, 0.453749955, 0)
  176. SubTitle.Size = UDim2.new(0, 208, 0, 19)
  177. SubTitle.Font = Enum.Font.Arial
  178. SubTitle.Text = "Created By Dishan#1222 & Iconz#2176"
  179. SubTitle.TextColor3 = Color3.new(0, 0, 0)
  180. SubTitle.TextSize = 11
  181. SubTitle.TextWrapped = true
  182.  
  183. OpenTPB.Name = "OpenTPB"
  184. OpenTPB.Parent = MainBar
  185. OpenTPB.BackgroundColor3 = Color3.new(1, 1, 1)
  186. OpenTPB.BackgroundTransparency = 1
  187. OpenTPB.Position = UDim2.new(0.876971662, 0, 0, 0)
  188. OpenTPB.Size = UDim2.new(0, 38, 0, 35)
  189. OpenTPB.Font = Enum.Font.SourceSans
  190. OpenTPB.Text = ">"
  191. OpenTPB.TextColor3 = Color3.new(0, 0, 0)
  192. OpenTPB.TextSize = 23
  193.  
  194. OpenMiscB.Name = "OpenMiscB"
  195. OpenMiscB.Parent = MainBar
  196. OpenMiscB.BackgroundColor3 = Color3.new(1, 1, 1)
  197. OpenMiscB.BackgroundTransparency = 1
  198. OpenMiscB.Position = UDim2.new(0.00630921125, 0, 0, 0)
  199. OpenMiscB.Size = UDim2.new(0, 38, 0, 35)
  200. OpenMiscB.Font = Enum.Font.SourceSans
  201. OpenMiscB.Text = "<"
  202. OpenMiscB.TextColor3 = Color3.new(0, 0, 0)
  203. OpenMiscB.TextSize = 23
  204.  
  205. TeleportsF.Name = "TeleportsF"
  206. TeleportsF.Parent = MainF
  207. TeleportsF.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  208. TeleportsF.BorderSizePixel = 0
  209. TeleportsF.Position = UDim2.new(0.996995151, 0, 0, 0)
  210. TeleportsF.Size = UDim2.new(0, 210, 0, 393)
  211. TeleportsF.Visible = false
  212.  
  213. TPTitleBar.Name = "TPTitleBar"
  214. TPTitleBar.Parent = TeleportsF
  215. TPTitleBar.BackgroundColor3 = Color3.new(0.8, 0.207843, 0.215686)
  216. TPTitleBar.BorderSizePixel = 0
  217. TPTitleBar.Size = UDim2.new(0, 210, 0, 41)
  218.  
  219. TPMainBar.Name = "TPMainBar"
  220. TPMainBar.Parent = TPTitleBar
  221. TPMainBar.BackgroundColor3 = Color3.new(1, 0.258824, 0.270588)
  222. TPMainBar.BorderSizePixel = 0
  223. TPMainBar.Position = UDim2.new(0.00453578401, 0, 0, 0)
  224. TPMainBar.Size = UDim2.new(0, 208, 0, 35)
  225.  
  226. TPSubTitle.Name = "TPSubTitle"
  227. TPSubTitle.Parent = TPMainBar
  228. TPSubTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  229. TPSubTitle.BackgroundTransparency = 1
  230. TPSubTitle.BorderSizePixel = 0
  231. TPSubTitle.Position = UDim2.new(0.014423077, 0, 0.450931668, 0)
  232. TPSubTitle.Size = UDim2.new(0, 206, 0, 19)
  233. TPSubTitle.Font = Enum.Font.Arial
  234. TPSubTitle.Text = "Click a Button to be Teleported!"
  235. TPSubTitle.TextColor3 = Color3.new(0, 0, 0)
  236. TPSubTitle.TextSize = 11
  237. TPSubTitle.TextWrapped = true
  238.  
  239. TPTitle.Name = "TPTitle"
  240. TPTitle.Parent = TPMainBar
  241. TPTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  242. TPTitle.BackgroundTransparency = 1
  243. TPTitle.BorderSizePixel = 0
  244. TPTitle.Position = UDim2.new(0.014423077, 0, 0, 0)
  245. TPTitle.Size = UDim2.new(0, 205, 0, 23)
  246. TPTitle.Font = Enum.Font.Arial
  247. TPTitle.Text = "Teleports"
  248. TPTitle.TextColor3 = Color3.new(0, 0, 0)
  249. TPTitle.TextSize = 13
  250. TPTitle.TextWrapped = true
  251.  
  252. Divider1.Name = "Divider1"
  253. Divider1.Parent = TPMainBar
  254. Divider1.BackgroundColor3 = Color3.new(0.8, 0.207843, 0.215686)
  255. Divider1.BorderSizePixel = 0
  256. Divider1.Size = UDim2.new(0, 3, 0, 41)
  257.  
  258. Divider2.Name = "Divider2"
  259. Divider2.Parent = TPMainBar
  260. Divider2.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  261. Divider2.BorderSizePixel = 0
  262. Divider2.Position = UDim2.new(-0.00457939738, 0, 1.17142856, 0)
  263. Divider2.Size = UDim2.new(0, 3, 0, 352)
  264.  
  265. SecretLocB.Name = "SecretLocB"
  266. SecretLocB.Parent = TeleportsF
  267. SecretLocB.BackgroundColor3 = Color3.new(1, 0.258824, 0.270588)
  268. SecretLocB.BorderSizePixel = 0
  269. SecretLocB.Position = UDim2.new(0.51760602, 0, 0.486999989, 0)
  270. SecretLocB.Size = UDim2.new(0, 94, 0, 29)
  271. SecretLocB.Font = Enum.Font.SourceSans
  272. SecretLocB.Text = "Secret Location"
  273. SecretLocB.TextColor3 = Color3.new(0, 0, 0)
  274. SecretLocB.TextSize = 14
  275. SecretLocB.MouseButton1Down:connect(function()
  276. tweenMove(game.Players.LocalPlayer.Character, CFrame.new(Vector3.new(-70.4709015, 8.44674683, 831.904968)))
  277. end)
  278.  
  279. PrisonB.Name = "PrisonB"
  280. PrisonB.Parent = TeleportsF
  281. PrisonB.BackgroundColor3 = Color3.new(1, 0.258824, 0.270588)
  282. PrisonB.BorderSizePixel = 0
  283. PrisonB.Position = UDim2.new(0.0520077571, 0, 0.129710868, 0)
  284. PrisonB.Size = UDim2.new(0, 89, 0, 29)
  285. PrisonB.Font = Enum.Font.SourceSans
  286. PrisonB.Text = "Prison"
  287. PrisonB.TextColor3 = Color3.new(0, 0, 0)
  288. PrisonB.TextSize = 14
  289. PrisonB.MouseButton1Down:connect(function()
  290. tweenMove(game.Players.LocalPlayer.Character, CFrame.new(Vector3.new(-816.837219, 52.4324112, -3248.89673)))
  291. end)
  292.  
  293. JewlB.Name = "JewlB"
  294. JewlB.Parent = TeleportsF
  295. JewlB.BackgroundColor3 = Color3.new(1, 0.258824, 0.270588)
  296. JewlB.BorderSizePixel = 0
  297. JewlB.Position = UDim2.new(0.517372489, 0, 0.217455462, 0)
  298. JewlB.Size = UDim2.new(0, 94, 0, 29)
  299. JewlB.Font = Enum.Font.SourceSans
  300. JewlB.Text = "Jewlery Store"
  301. JewlB.TextColor3 = Color3.new(0, 0, 0)
  302. JewlB.TextSize = 14
  303. JewlB.MouseButton1Down:connect(function()
  304. tweenMove(game.Players.LocalPlayer.Character, CFrame.new(Vector3.new(-117.66, 24.9, 740.15)))
  305. end)
  306.  
  307. HeroBaseB.Name = "HeroBaseB"
  308. HeroBaseB.Parent = TeleportsF
  309. HeroBaseB.BackgroundColor3 = Color3.new(1, 0.258824, 0.270588)
  310. HeroBaseB.BorderSizePixel = 0
  311. HeroBaseB.Position = UDim2.new(0.0526754484, 0, 0.219931901, 0)
  312. HeroBaseB.Size = UDim2.new(0, 89, 0, 29)
  313. HeroBaseB.Font = Enum.Font.SourceSans
  314. HeroBaseB.Text = "Hero Base"
  315. HeroBaseB.TextColor3 = Color3.new(0, 0, 0)
  316. HeroBaseB.TextSize = 14
  317. HeroBaseB.MouseButton1Down:Connect(function()
  318. tweenMove(game.Players.LocalPlayer.Character, CFrame.new(Vector3.new(-1751.76, 75.84, 1600.62)))
  319. end)
  320.  
  321.  
  322.  
  323. GarageB.Name = "GarageB"
  324. GarageB.Parent = TeleportsF
  325. GarageB.BackgroundColor3 = Color3.new(1, 0.258824, 0.270588)
  326. GarageB.BorderSizePixel = 0
  327. GarageB.Position = UDim2.new(0.0531386361, 0, 0.486999989, 0)
  328. GarageB.Size = UDim2.new(0, 89, 0, 29)
  329. GarageB.Font = Enum.Font.SourceSans
  330. GarageB.Text = "Garage"
  331. GarageB.TextColor3 = Color3.new(0, 0, 0)
  332. GarageB.TextSize = 14
  333. GarageB.MouseButton1Down:Connect(function()
  334. tweenMove(game.Players.LocalPlayer.Character, CFrame.new(Vector3.new(231.40872192383,24.549949645996,-493.32705688477)))
  335. end)
  336.  
  337. DealershipB.Name = "DealershipB"
  338. DealershipB.Parent = TeleportsF
  339. DealershipB.BackgroundColor3 = Color3.new(1, 0.258824, 0.270588)
  340. DealershipB.BorderSizePixel = 0
  341. DealershipB.Position = UDim2.new(0.517372489, 0, 0.397664994, 0)
  342. DealershipB.Size = UDim2.new(0, 94, 0, 29)
  343. DealershipB.Font = Enum.Font.SourceSans
  344. DealershipB.Text = "Dealership"
  345. DealershipB.TextColor3 = Color3.new(0, 0, 0)
  346. DealershipB.TextSize = 14
  347. DealershipB.MouseButton1Down:Connect(function()
  348. tweenMove(game.Players.LocalPlayer.Character, CFrame.new(Vector3.new(220.742371, 24.5260925, -593.761536)))
  349. end)
  350.  
  351. CrimBaseB.Name = "CrimBaseB"
  352. CrimBaseB.Parent = TeleportsF
  353. CrimBaseB.BackgroundColor3 = Color3.new(1, 0.258824, 0.270588)
  354. CrimBaseB.BorderSizePixel = 0
  355. CrimBaseB.Position = UDim2.new(0.0531386361, 0, 0.398000002, 0)
  356. CrimBaseB.Size = UDim2.new(0, 89, 0, 29)
  357. CrimBaseB.Font = Enum.Font.SourceSans
  358. CrimBaseB.Text = "Criminal Base"
  359. CrimBaseB.TextColor3 = Color3.new(0, 0, 0)
  360. CrimBaseB.TextSize = 14
  361. CrimBaseB.MouseButton1Down:Connect(function()
  362. tweenMove(game.Players.LocalPlayer.Character, CFrame.new(Vector3.new(2035.13623, 25.5521774, 455.920776)))
  363. end)
  364.  
  365. CasinoB.Name = "CasinoB"
  366. CasinoB.Parent = TeleportsF
  367. CasinoB.BackgroundColor3 = Color3.new(1, 0.258824, 0.270588)
  368. CasinoB.BorderSizePixel = 0
  369. CasinoB.Position = UDim2.new(0.0529050454, 0, 0.309000015, 0)
  370. CasinoB.Size = UDim2.new(0, 89, 0, 29)
  371. CasinoB.Font = Enum.Font.SourceSans
  372. CasinoB.Text = "Casino"
  373. CasinoB.TextColor3 = Color3.new(0, 0, 0)
  374. CasinoB.TextSize = 14
  375. CasinoB.MouseButton1Down:Connect(function()
  376. tweenMove(game.Players.LocalPlayer.Character, CFrame.new(Vector3.new(1779.7911376953,24.738931655884,685.00677490234)))
  377. end)
  378.  
  379. BoatGarageB.Name = "BoatGarageB"
  380. BoatGarageB.Parent = TeleportsF
  381. BoatGarageB.BackgroundColor3 = Color3.new(1, 0.258824, 0.270588)
  382. BoatGarageB.BorderSizePixel = 0
  383. BoatGarageB.Position = UDim2.new(0.517372489, 0, 0.308832467, 0)
  384. BoatGarageB.Size = UDim2.new(0, 94, 0, 29)
  385. BoatGarageB.Font = Enum.Font.SourceSans
  386. BoatGarageB.Text = "Boat Garage"
  387. BoatGarageB.TextColor3 = Color3.new(0, 0, 0)
  388. BoatGarageB.TextSize = 14
  389. BoatGarageB.MouseButton1Down:connect(function()
  390. tweenMove(game.Players.LocalPlayer.Character, CFrame.new(Vector3.new(-143.151489, 9.65425205, 326.685974)))
  391. end)
  392.  
  393. BankB.Name = "BankB"
  394. BankB.Parent = TeleportsF
  395. BankB.BackgroundColor3 = Color3.new(1, 0.258824, 0.270588)
  396. BankB.BorderSizePixel = 0
  397. BankB.Position = UDim2.new(0.516059875, 0, 0.129710868, 0)
  398. BankB.Size = UDim2.new(0, 94, 0, 29)
  399. BankB.Font = Enum.Font.SourceSans
  400. BankB.Text = "Bank"
  401. BankB.TextColor3 = Color3.new(0, 0, 0)
  402. BankB.TextSize = 14
  403. BankB.MouseButton1Down:connect(function()
  404. tweenMove(game.Players.LocalPlayer.Character, CFrame.new(Vector3.new(690.11553955078,24.889343261719,446.09664916992)))
  405. end)
  406.  
  407. AirportB.Name = "AirportB"
  408. AirportB.Parent = TeleportsF
  409. AirportB.BackgroundColor3 = Color3.new(1, 0.258824, 0.270588)
  410. AirportB.BorderSizePixel = 0
  411. AirportB.Position = UDim2.new(0.51760602, 0, 0.576058507, 0)
  412. AirportB.Size = UDim2.new(0, 94, 0, 29)
  413. AirportB.Font = Enum.Font.SourceSans
  414. AirportB.Text = "Airport"
  415. AirportB.TextColor3 = Color3.new(0, 0, 0)
  416. AirportB.TextSize = 14
  417. AirportB.MouseButton1Down:Connect(function()
  418. tweenMove(game.Players.LocalPlayer.Character, CFrame.new(Vector3.new(-2106.92, 27.73, -1405.19)))
  419. end)
  420.  
  421. NightclubB.Name = "NightclubB"
  422. NightclubB.Parent = TeleportsF
  423. NightclubB.BackgroundColor3 = Color3.new(1, 0.258824, 0.270588)
  424. NightclubB.BorderSizePixel = 0
  425. NightclubB.Position = UDim2.new(0.0531386361, 0, 0.576058507, 0)
  426. NightclubB.Size = UDim2.new(0, 89, 0, 29)
  427. NightclubB.Font = Enum.Font.SourceSans
  428. NightclubB.Text = "Nightclub"
  429. NightclubB.TextColor3 = Color3.new(0, 0, 0)
  430. NightclubB.TextSize = 14
  431. NightclubB.MouseButton1Down:connect(function()
  432. tweenMove(game.Players.LocalPlayer.Character, CFrame.new(Vector3.new(1281.09, 24.7, 28.24)))
  433. end)
  434.  
  435. PyramidB.Name = "PyramidB"
  436. PyramidB.Parent = TeleportsF
  437. PyramidB.BackgroundColor3 = Color3.new(1, 0.258824, 0.270588)
  438. PyramidB.BorderSizePixel = 0
  439. PyramidB.Position = UDim2.new(0.51760602, 0, 0.667661548, 0)
  440. PyramidB.Size = UDim2.new(0, 94, 0, 29)
  441. PyramidB.Font = Enum.Font.SourceSans
  442. PyramidB.Text = "Pyramid"
  443. PyramidB.TextColor3 = Color3.new(0, 0, 0)
  444. PyramidB.TextSize = 14
  445. PyramidB.MouseButton1Down:Connect(function()
  446. tweenMove(game.Players.LocalPlayer.Character, CFrame.new(Vector3.new(-1048.25818, 17.8106861, -494.201416)))
  447. end)
  448.  
  449. GunstoreB.Name = "GunstoreB"
  450. GunstoreB.Parent = TeleportsF
  451. GunstoreB.BackgroundColor3 = Color3.new(1, 0.258824, 0.270588)
  452. GunstoreB.BorderSizePixel = 0
  453. GunstoreB.Position = UDim2.new(0.0531386361, 0, 0.667661548, 0)
  454. GunstoreB.Size = UDim2.new(0, 89, 0, 29)
  455. GunstoreB.Font = Enum.Font.SourceSans
  456. GunstoreB.Text = "Gunstore"
  457. GunstoreB.TextColor3 = Color3.new(0, 0, 0)
  458. GunstoreB.TextSize = 14
  459. GunstoreB.MouseButton1Down:Connect(function()
  460. tweenMove(game.Players.LocalPlayer.Character, CFrame.new(Vector3.new(-1619.1705322266,41.934741973877,684.16217041016)))
  461. end)
  462.  
  463. PoliceB.Name = "PoliceB"
  464. PoliceB.Parent = TeleportsF
  465. PoliceB.BackgroundColor3 = Color3.new(1, 0.258824, 0.270588)
  466. PoliceB.BorderSizePixel = 0
  467. PoliceB.Position = UDim2.new(0.518000007, 0, 0.759000003, 0)
  468. PoliceB.Size = UDim2.new(0, 94, 0, 29)
  469. PoliceB.Font = Enum.Font.SourceSans
  470. PoliceB.Text = "Police Base"
  471. PoliceB.TextColor3 = Color3.new(0, 0, 0)
  472. PoliceB.TextSize = 14
  473. PoliceB.MouseButton1Down:connect(function()
  474. tweenMove(game.Players.LocalPlayer.Character, CFrame.new(Vector3.new(-961.477356, 52.4035912, -2949.87061)))
  475. end)
  476.  
  477. MiscF.Name = "MiscF"
  478. MiscF.Parent = MainF
  479. MiscF.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  480. MiscF.BorderSizePixel = 0
  481. MiscF.Position = UDim2.new(-0.654999971, 0, 0, 0)
  482. MiscF.Size = UDim2.new(0, 210, 0, 393)
  483. MiscF.Visible = false
  484.  
  485. MiscTitleBar.Name = "MiscTitleBar"
  486. MiscTitleBar.Parent = MiscF
  487. MiscTitleBar.BackgroundColor3 = Color3.new(0.8, 0.207843, 0.215686)
  488. MiscTitleBar.BorderSizePixel = 0
  489. MiscTitleBar.Size = UDim2.new(0, 210, 0, 41)
  490.  
  491. MiscMainBar.Name = "MiscMainBar"
  492. MiscMainBar.Parent = MiscTitleBar
  493. MiscMainBar.BackgroundColor3 = Color3.new(1, 0.258824, 0.270588)
  494. MiscMainBar.BorderSizePixel = 0
  495. MiscMainBar.Position = UDim2.new(0.00453578401, 0, 0, 0)
  496. MiscMainBar.Size = UDim2.new(0, 208, 0, 35)
  497.  
  498. MiscSubTitle.Name = "MiscSubTitle"
  499. MiscSubTitle.Parent = MiscMainBar
  500. MiscSubTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  501. MiscSubTitle.BackgroundTransparency = 1
  502. MiscSubTitle.BorderSizePixel = 0
  503. MiscSubTitle.Position = UDim2.new(0.014423077, 0, 0.450931668, 0)
  504. MiscSubTitle.Size = UDim2.new(0, 206, 0, 19)
  505. MiscSubTitle.Font = Enum.Font.Arial
  506. MiscSubTitle.Text = "Some extra features you might need!"
  507. MiscSubTitle.TextColor3 = Color3.new(0, 0, 0)
  508. MiscSubTitle.TextSize = 11
  509. MiscSubTitle.TextWrapped = true
  510.  
  511. MiscTitle.Name = "MiscTitle"
  512. MiscTitle.Parent = MiscMainBar
  513. MiscTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  514. MiscTitle.BackgroundTransparency = 1
  515. MiscTitle.BorderSizePixel = 0
  516. MiscTitle.Position = UDim2.new(0.014423077, 0, 0, 0)
  517. MiscTitle.Size = UDim2.new(0, 205, 0, 23)
  518. MiscTitle.Font = Enum.Font.Arial
  519. MiscTitle.Text = "Miscellaneous"
  520. MiscTitle.TextColor3 = Color3.new(0, 0, 0)
  521. MiscTitle.TextSize = 13
  522. MiscTitle.TextWrapped = true
  523.  
  524. Divider1_2.Name = "Divider1"
  525. Divider1_2.Parent = MiscMainBar
  526. Divider1_2.BackgroundColor3 = Color3.new(0.8, 0.207843, 0.215686)
  527. Divider1_2.BorderSizePixel = 0
  528. Divider1_2.Position = UDim2.new(0.985000014, 0, 0, 0)
  529. Divider1_2.Size = UDim2.new(0, 3, 0, 41)
  530.  
  531. Divider2_2.Name = "Divider2"
  532. Divider2_2.Parent = MiscMainBar
  533. Divider2_2.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  534. Divider2_2.BorderSizePixel = 0
  535. Divider2_2.Position = UDim2.new(0.985000014, 0, 1.20000005, 0)
  536. Divider2_2.Size = UDim2.new(0, 3, 0, 351)
  537.  
  538. NoclipB.Name = "NoclipB"
  539. NoclipB.Parent = MiscF
  540. NoclipB.BackgroundColor3 = Color3.new(1, 0.258824, 0.270588)
  541. NoclipB.BorderSizePixel = 0
  542. NoclipB.Position = UDim2.new(0.0424839482, 0, 0.124621809, 0)
  543. NoclipB.Size = UDim2.new(0, 89, 0, 29)
  544. NoclipB.Font = Enum.Font.SourceSans
  545. NoclipB.Text = "Load Noclip"
  546. NoclipB.TextColor3 = Color3.new(0, 0, 0)
  547. NoclipB.TextSize = 14
  548.  
  549. ESPB.Name = "ESPB"
  550. ESPB.Parent = MiscF
  551. ESPB.BackgroundColor3 = Color3.new(1, 0.258824, 0.270588)
  552. ESPB.BorderSizePixel = 0
  553. ESPB.Position = UDim2.new(0.506536067, 0, 0.124621809, 0)
  554. ESPB.Size = UDim2.new(0, 90, 0, 29)
  555. ESPB.Font = Enum.Font.SourceSans
  556. ESPB.Text = "Load ESP"
  557. ESPB.TextColor3 = Color3.new(0, 0, 0)
  558. ESPB.TextSize = 14
  559.  
  560. WeaponModB.Name = "WeaponModB"
  561. WeaponModB.Parent = MainF
  562. WeaponModB.BackgroundColor3 = Color3.new(1, 0.258824, 0.270588)
  563. WeaponModB.BorderSizePixel = 0
  564. WeaponModB.Position = UDim2.new(0.518999994, 0, 0.409000009, 0)
  565. WeaponModB.Size = UDim2.new(0, 143, 0, 29)
  566. WeaponModB.Font = Enum.Font.SourceSans
  567. WeaponModB.Text = "Weapon Mod"
  568. WeaponModB.TextColor3 = Color3.new(0, 0, 0)
  569. WeaponModB.TextSize = 14
  570.  
  571. GiveCarsB.Name = "GiveCarsB"
  572. GiveCarsB.Parent = MainF
  573. GiveCarsB.BackgroundColor3 = Color3.new(1, 0.258824, 0.270588)
  574. GiveCarsB.BorderSizePixel = 0
  575. GiveCarsB.Position = UDim2.new(0.0298454259, 0, 0.218999997, 0)
  576. GiveCarsB.Size = UDim2.new(0, 143, 0, 29)
  577. GiveCarsB.Font = Enum.Font.SourceSans
  578. GiveCarsB.Text = "Give Vehicles"
  579. GiveCarsB.TextColor3 = Color3.new(0, 0, 0)
  580. GiveCarsB.TextSize = 14
  581.  
  582. GiveGunsB.Name = "GiveGunsB"
  583. GiveGunsB.Parent = MainF
  584. GiveGunsB.BackgroundColor3 = Color3.new(1, 0.258824, 0.270588)
  585. GiveGunsB.BorderSizePixel = 0
  586. GiveGunsB.Position = UDim2.new(0.518999994, 0, 0.219999999, 0)
  587. GiveGunsB.Size = UDim2.new(0, 143, 0, 29)
  588. GiveGunsB.Font = Enum.Font.SourceSans
  589. GiveGunsB.Text = "Give Guns"
  590. GiveGunsB.TextColor3 = Color3.new(0, 0, 0)
  591. GiveGunsB.TextSize = 14
  592.  
  593. GravityB.Name = "GravityB"
  594. GravityB.Parent = MainF
  595. GravityB.BackgroundColor3 = Color3.new(1, 0.258824, 0.270588)
  596. GravityB.BorderSizePixel = 0
  597. GravityB.Position = UDim2.new(0.0267539993, 0, 0.908934355, 0)
  598. GravityB.Size = UDim2.new(0, 94, 0, 23)
  599. GravityB.Font = Enum.Font.SourceSans
  600. GravityB.Text = "Set Gravity"
  601. GravityB.TextColor3 = Color3.new(0, 0, 0)
  602. GravityB.TextSize = 14
  603.  
  604. InfiniteAmmoB.Name = "InfiniteAmmoB"
  605. InfiniteAmmoB.Parent = MainF
  606. InfiniteAmmoB.BackgroundColor3 = Color3.new(1, 0.258824, 0.270588)
  607. InfiniteAmmoB.BorderSizePixel = 0
  608. InfiniteAmmoB.Position = UDim2.new(0.0309999995, 0, 0.312999994, 0)
  609. InfiniteAmmoB.Size = UDim2.new(0, 143, 0, 29)
  610. InfiniteAmmoB.Font = Enum.Font.SourceSans
  611. InfiniteAmmoB.Text = "Infinite Ammo"
  612. InfiniteAmmoB.TextColor3 = Color3.new(0, 0, 0)
  613. InfiniteAmmoB.TextSize = 14
  614.  
  615. MultiBox.Name = "MultiBox"
  616. MultiBox.Parent = MainF
  617. MultiBox.BackgroundColor3 = Color3.new(1, 1, 1)
  618. MultiBox.Position = UDim2.new(0.0267539993, 0, 0.827216566, 0)
  619. MultiBox.Size = UDim2.new(0, 300, 0, 21)
  620. MultiBox.Font = Enum.Font.SourceSans
  621. MultiBox.PlaceholderColor3 = Color3.new(0, 0, 0)
  622. MultiBox.PlaceholderText = "Enter a Name, Speed or Gravity Value..."
  623. MultiBox.Text = ""
  624. MultiBox.TextColor3 = Color3.new(0, 0, 0)
  625. MultiBox.TextSize = 14
  626.  
  627. RemoveLasersB.Name = "RemoveLasersB"
  628. RemoveLasersB.Parent = MainF
  629. RemoveLasersB.BackgroundColor3 = Color3.new(1, 0.258824, 0.270588)
  630. RemoveLasersB.BorderSizePixel = 0
  631. RemoveLasersB.Position = UDim2.new(0.518000007, 0, 0.312999994, 0)
  632. RemoveLasersB.Size = UDim2.new(0, 143, 0, 29)
  633. RemoveLasersB.Font = Enum.Font.SourceSans
  634. RemoveLasersB.Text = "Remove Lasers"
  635. RemoveLasersB.TextColor3 = Color3.new(0, 0, 0)
  636. RemoveLasersB.TextSize = 14
  637.  
  638. SetSpeedB.Name = "SetSpeedB"
  639. SetSpeedB.Parent = MainF
  640. SetSpeedB.BackgroundColor3 = Color3.new(1, 0.258824, 0.270588)
  641. SetSpeedB.BorderSizePixel = 0
  642. SetSpeedB.Position = UDim2.new(0.673726618, 0, 0.908934355, 0)
  643. SetSpeedB.Size = UDim2.new(0, 94, 0, 23)
  644. SetSpeedB.Font = Enum.Font.SourceSans
  645. SetSpeedB.Text = "Set Speed"
  646. SetSpeedB.TextColor3 = Color3.new(0, 0, 0)
  647. SetSpeedB.TextSize = 14
  648.  
  649. RemoveCellDB.Name = "RemoveCellDB"
  650. RemoveCellDB.Parent = MainF
  651. RemoveCellDB.BackgroundColor3 = Color3.new(1, 0.258824, 0.270588)
  652. RemoveCellDB.BorderSizePixel = 0
  653. RemoveCellDB.Position = UDim2.new(0.0306946635, 0, 0.127086312, 0)
  654. RemoveCellDB.Size = UDim2.new(0, 143, 0, 29)
  655. RemoveCellDB.Font = Enum.Font.SourceSans
  656. RemoveCellDB.Text = "Remove Cell Doors"
  657. RemoveCellDB.TextColor3 = Color3.new(0, 0, 0)
  658. RemoveCellDB.TextSize = 14
  659.  
  660. GiveJetpackB.Name = "GiveJetpackB"
  661. GiveJetpackB.Parent = MainF
  662. GiveJetpackB.BackgroundColor3 = Color3.new(1, 0.258824, 0.270588)
  663. GiveJetpackB.BorderSizePixel = 0
  664. GiveJetpackB.Position = UDim2.new(0.519152462, 0, 0.128188223, 0)
  665. GiveJetpackB.Size = UDim2.new(0, 143, 0, 29)
  666. GiveJetpackB.Font = Enum.Font.SourceSans
  667. GiveJetpackB.Text = "Give Jetpack"
  668. GiveJetpackB.TextColor3 = Color3.new(0, 0, 0)
  669. GiveJetpackB.TextSize = 14
  670.  
  671. GotoB.Name = "GotoB"
  672. GotoB.Parent = MainF
  673. GotoB.BackgroundColor3 = Color3.new(1, 0.258824, 0.270588)
  674. GotoB.BorderSizePixel = 0
  675. GotoB.Position = UDim2.new(0.351960063, 0, 0.908934355, 0)
  676. GotoB.Size = UDim2.new(0, 94, 0, 23)
  677. GotoB.Font = Enum.Font.SourceSans
  678. GotoB.Text = "Teleport"
  679. GotoB.TextColor3 = Color3.new(0, 0, 0)
  680. GotoB.TextSize = 14
  681.  
  682. RemoveTagsB.Name = "RemoveTagsB"
  683. RemoveTagsB.Parent = MainF
  684. RemoveTagsB.BackgroundColor3 = Color3.new(1, 0.258824, 0.270588)
  685. RemoveTagsB.BorderSizePixel = 0
  686. RemoveTagsB.Position = UDim2.new(0.0299999993, 0, 0.409000009, 0)
  687. RemoveTagsB.Size = UDim2.new(0, 143, 0, 29)
  688. RemoveTagsB.Font = Enum.Font.SourceSans
  689. RemoveTagsB.Text = "Remove All Name Tags"
  690. RemoveTagsB.TextColor3 = Color3.new(0, 0, 0)
  691. RemoveTagsB.TextSize = 14
  692.  
  693. -- Functions
  694.  
  695. local Players = game:GetService("Players")
  696. local Player = Players.LocalPlayer
  697.  
  698. local Mouse = Player:GetMouse()
  699. local Gui = game.CoreGui.MadReaperX.MainF
  700. local Open = false
  701.  
  702. function PressQ(key)
  703. if (key == "q") then
  704. if (Open == false) then
  705. Gui.Visible = true
  706. Open = true
  707. elseif (Open == true) then
  708. Gui.Visible = false
  709. Open = false
  710. end
  711. end
  712. end
  713.  
  714. Mouse.KeyDown:Connect(PressQ)
  715.  
  716. --
  717.  
  718. ManAEB.MouseButton1Down:connect(function()
  719. message("Mad Reaper X: Bypassing Anti-Cheat, don't move...", "red")
  720. local PlrPos = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  721. wait(0.75)
  722. tweenMove(game.Players.LocalPlayer.Character, CFrame.new(Vector3.new(-1143.6178, 82.2212296, -3088.72461)))
  723. wait(0.75)
  724. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1143.6178, 82.2212296, -3088.72461)
  725. wait(0.75)
  726. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1143.6178, 82.2212296, -3088.72461)
  727. wait(0.75)
  728. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1143.6178, 82.2212296, -3088.72461)
  729. wait(0.75)
  730. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1143.6178, 82.2212296, -3088.72461)
  731. wait(0.75)
  732. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1143.6178, 82.2212296, -3088.72461)
  733. wait(0.75)
  734. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1143.6178, 82.2212296, -3088.72461)
  735. wait(0.75)
  736. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1143.6178, 82.2212296, -3088.72461)
  737. wait(0.75)
  738. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1143.6178, 82.2212296, -3088.72461)
  739. wait(0.75)
  740. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1143.6178, 82.2212296, -3088.72461)
  741. wait(0.5)
  742. message("Mad Reaper X: Anti-Cheat Bypassed! You may now move.", "green")
  743. wait(0.2)
  744. end)
  745.  
  746. OpenTPB.MouseButton1Down:connect(function()
  747. if OpenTPB.Text == ">" then
  748. OpenTPB.Text = "<"
  749. TeleportsF.Visible = true
  750. elseif OpenTPB.Text == "<" then
  751. OpenTPB.Text = ">"
  752. TeleportsF.Visible = false
  753. end
  754. end)
  755.  
  756. OpenMiscB.MouseButton1Down:connect(function()
  757. if OpenMiscB.Text == "<" then
  758. OpenMiscB.Text = ">"
  759. MiscF.Visible = true
  760. elseif OpenMiscB.Text == ">" then
  761. OpenMiscB.Text = "<"
  762. MiscF.Visible = false
  763. end
  764. end)
  765.  
  766. CashFarm = false
  767. AutoCashB.MouseButton1Down:connect(function()
  768. if CashFarm == false then
  769. CashFarm = true
  770. AutoCashB.Text = "Auto-Cash: [On]"
  771. -- Version 7.2
  772. ------------------------------------- [Quick Settings] ----------------------------------------------------------------------
  773. -- note: changing some of this values can make this script unstable and very bugged
  774. Vip = false -- Enable this if you have the VIP gamepass then you will get more money
  775.  
  776. Movment = true -- Enables or disables player movment (by default in false to avoid bugs)
  777. clear_appearance = false -- Useful when you use hide_nametag and clear_appearance together (players wont know who you are)
  778.  
  779. hide_nametag = true -- Disables your nametag for other players (useful to avoid reports)
  780. star = false -- If enabled will show a star for other players if hide nametag is on
  781.  
  782. rob_small_things = true -- Disable this if you don't want to rob small things like: houses, stores...
  783.  
  784. start_toggled = true
  785.  
  786. debug_mode = false -- Enables/disables the debug mode (I use this to test things, idk if is useful for you)
  787. view_invisible_parts = true -- if enabled will show invisble parts if the debug mode is on
  788. show_your_nametag = false
  789.  
  790. bank_cooldown = 500
  791. nightclub_cooldown = 500
  792.  
  793. cant_rob = "Can't rob the %s because %s"
  794. -----------------------------------------------------------------------------------------------------------------------------
  795.  
  796. local busy = false
  797. local busy_with = ""
  798. local robbingBank = false
  799. local robbingNightclub = false
  800. local robbingCasino = false
  801. local robbingJewerly = false
  802. local toggled = false
  803.  
  804.  
  805. function clearAppearance()
  806. if clear_appearance == true then
  807. game.Players.LocalPlayer:ClearCharacterAppearance()
  808. end
  809. end
  810.  
  811. function hideNametag() -- Yes, It replicates because you have the network ownership of your character. Don't fuck me saying that this isn't server sided
  812. if hide_nametag == true and star == true then
  813. game.Players.LocalPlayer.Character.NameTag.Title:Destroy()
  814. game.Players.LocalPlayer.Character.NameTag.Script:Destroy()
  815. game.Players.LocalPlayer.Character.NameTag.Icon.Rank:Destroy()
  816. elseif hide_nametag == true and star == false then
  817. game.Players.LocalPlayer.Character.NameTag:Destroy()
  818. end
  819. end
  820.  
  821. function noclip()
  822. game:GetService("RunService").Stepped:connect(function()
  823. game.Players.LocalPlayer.Character.Head.CanCollide = false
  824. game.Players.LocalPlayer.Character.LowerTorso.CanCollide = false
  825. game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = false
  826. game.Players.LocalPlayer.Character.UpperTorso.CanCollide = false
  827. end)
  828. game.Players.LocalPlayer.Character.HumanoidRootPart.Changed:connect(function()
  829. game.Players.LocalPlayer.Character.Head.CanCollide = false
  830. game.Players.LocalPlayer.Character.LowerTorso.CanCollide = false
  831. game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = false
  832. game.Players.LocalPlayer.Character.UpperTorso.CanCollide = false
  833. end)
  834. end
  835.  
  836. function toggle()
  837. game.Players.LocalPlayer.Chatted:connect(function(msg)
  838. if msg:lower() == "/e toggle" then
  839. if toggled == false then
  840. wait(1)
  841. message("Starting the auto rob...", "yellow")
  842. toggled = true
  843. noclip()
  844. hideNametag()
  845. clearAppearance()
  846. if Movment == false then
  847. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 0
  848. game.Players.LocalPlayer.PlayerScripts.ControlScript.Disabled = true
  849. end
  850. wait(0.5)
  851. message("Auto rob started!", "green")
  852. else
  853. message("Stopping the auto rob...", "yellow")
  854. message("Ending current robs...", "yellow")
  855. repeat
  856. wait()
  857. until(busy == false and robbingBank == false and robbingNightclub == false)
  858. --message("An error ocurred: the script can't stop the auto rob!", "dark_red")
  859. game.Players.LocalPlayer.PlayerScripts.ControlScript.Disabled = false
  860. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  861. toggled = false
  862. --[[for i = 1,10 do
  863. wait(1)
  864. game.Players.LocalPlayer.Character.HumanoidRootPart.Position = Vector3.new(2138,25,358)
  865. end]]
  866. wait(0.5)
  867. game.Players.LocalPlayer.Character.Head:Destroy()
  868. message("Auto rob stopped!", "red")
  869. end
  870. end
  871. end)
  872. end
  873.  
  874. --[[function teleport(xyz)
  875. for i = 1,2 do
  876. wait(3)
  877. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(xyz)
  878. end
  879. end]]
  880.  
  881. local died_fix = coroutine.create(function()
  882. while wait() do
  883. game.Players.LocalPlayer.Character:WaitForChild("Humanoid").Died:Connect(function()
  884. if toggled == true then
  885. toggled = false
  886. wait(10)
  887. message("You died! Resuming the auto rob.", "yellow")
  888. game.Players.LocalPlayer.PlayerScripts.ControlScript.Disabled = false
  889. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  890. wait(5)
  891. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 0
  892. game.Players.LocalPlayer.PlayerScripts.ControlScript.Disabled = true
  893. wait(1)
  894. hideNametag()
  895. clearAppearance()
  896. busy = false
  897. toggled = true
  898. message("Auto rob successfully resumed!", "green")
  899. wait(20)
  900. end
  901. end)
  902. end
  903. end)
  904.  
  905. local debug_things = coroutine.create(function()
  906. if debug_mode == true and view_invisible_parts == true then
  907. for i, v in pairs(workspace:GetDescendants()) do
  908. if v:IsA("Part") and v.Transparency == 1 then
  909. v.Transparency = 0.3
  910. end
  911. end
  912. end
  913. if debug_mode == true and show_your_nametag == true then
  914. game.Players.LocalPlayer.Character.NameTag.Enabled = true
  915. end
  916. end)
  917.  
  918. local antiafk = coroutine.create(function()
  919. local VirtualUser=game:service'VirtualUser'
  920. game:service'Players'.LocalPlayer.Idled:connect(function()
  921. VirtualUser:CaptureController()
  922. VirtualUser:ClickButton2(Vector2.new())
  923. end)
  924. end)
  925.  
  926. local robCashRegister = coroutine.create(function()
  927. while wait(5) do
  928. pcall(function()
  929. if toggled == true and busy == false and robbingBank == false and robbingNightclub == false then
  930. for i, v in pairs(workspace.ObjectSelection:GetChildren()) do
  931. if v.Name == "CashRegister" then
  932. local part = v:FindFirstChildOfClass("Part")
  933. if part.Name ~= "Nope" and robbingBank == false and robbingNightclub == false then
  934. busy = true
  935. busy_with = "robbing cash registers"
  936. wait(1.5)
  937. local pos = v.SmashCash.Position
  938. for i = 1,5 do
  939. wait(1)
  940. game.Players.LocalPlayer.Character.HumanoidRootPart.Position = pos
  941. end
  942. wait(0.5)
  943. v.SmashCash.SmashCash.Event:FireServer()
  944. wait(2)
  945. if part.Name == "Nope" and robbingBank == false and robbingNightclub == false then
  946. busy = false
  947. end
  948. end
  949. end
  950. end
  951. elseif debug_mode == true and busy == true then
  952. print(string.format(cant_rob, "cash registers", busy_with))
  953. end
  954. end)
  955. end
  956. end)
  957.  
  958. local robDiamondBox = coroutine.create(function()
  959. while wait(5) do
  960. pcall(function()
  961. if toggled == true and busy == false and robbingBank == false and robbingNightclub == false then
  962. for i, v in pairs(workspace.ObjectSelection:GetChildren()) do
  963. if v.Name == "DiamondBox" then
  964. local part = v:FindFirstChildOfClass("Part")
  965. if part.Name ~= "Nope" and robbingBank == false and robbingNightclub == false then
  966. busy = true
  967. busy_with = "robbing diamond boxes"
  968. wait(1.5)
  969. local pos = v.SmashCash.Position
  970. for i = 1,5 do
  971. wait(1)
  972. game.Players.LocalPlayer.Character.HumanoidRootPart.Position = pos
  973. end
  974. wait(0.3)
  975. v.SmashCash.SmashCash.Event:FireServer()
  976. wait(2)
  977. if part.Name ~= "Nope" and robbingBank == false and robbingNightclub == false then
  978.  
  979. else
  980. busy = false
  981. end
  982. end
  983. end
  984. end
  985. elseif debug_mode == true and busy == true then
  986. print(string.format(cant_rob, "diamond boxes", busy_with))
  987. end
  988. end)
  989. end
  990. end)
  991.  
  992. local robSafe = coroutine.create(function()
  993. while wait(5) do
  994. pcall(function()
  995. if toggled == true and busy == false and robbingBank == false and robbingNightclub == false then
  996. for i, v in pairs(workspace.ObjectSelection:GetChildren()) do
  997. if v.Name == "Safe" then
  998. local part = v:FindFirstChildOfClass("Part")
  999. if part.Name ~= "Nope" and robbingBank == false and robbingNightclub == false then
  1000. busy = true
  1001. busy_with = "robbing safes"
  1002. wait(5)
  1003. local pos = v.SmashCash.Position
  1004. for i = 1,10 do
  1005. wait(0.3)
  1006. game.Players.LocalPlayer.Character.HumanoidRootPart.Position = pos
  1007. end
  1008. wait(0.3)
  1009. v.SmashCash.SmashCash.Event:FireServer()
  1010. wait(2)
  1011. if part.Name ~= "Nope" and robbingBank == false and robbingNightclub == false then
  1012.  
  1013. else
  1014. busy = false
  1015. end
  1016. end
  1017. end
  1018. end
  1019. elseif debug_mode == true and busy == true then
  1020. print(string.format(cant_rob, "safes", busy_with))
  1021. end
  1022. end)
  1023. end
  1024. end)
  1025.  
  1026. local robTipJar = coroutine.create(function()
  1027. while wait(5) do
  1028. pcall(function()
  1029. if toggled == true and busy == false and robbingBank == false and robbingNightclub == false then
  1030. for i, v in pairs(workspace.ObjectSelection:GetChildren()) do
  1031. if v.Name == "TipJar" then
  1032. local part = v:FindFirstChildOfClass("Part")
  1033. if part.Name == "SmashCash" and robbingBank == false and robbingNightclub == false then
  1034. busy = true
  1035. busy_with = "robbing tip jars"
  1036. local pos = v.SmashCash.Position
  1037. for i = 1,5 do
  1038. wait(1)
  1039. game.Players.LocalPlayer.Character.HumanoidRootPart.Position = pos
  1040. end
  1041. wait(0.3)
  1042. v.SmashCash.SmashCash.Event:FireServer()
  1043. wait(2)
  1044. if part.Name == "SmashCash" and robbingBank == false and robbingNightclub == false then
  1045.  
  1046. else
  1047. busy = false
  1048. end
  1049. end
  1050. end
  1051. end
  1052. elseif debug_mode == true and busy == true then
  1053. print(string.format(cant_rob, "tip jars", busy_with))
  1054. end
  1055. end)
  1056. end
  1057. end)
  1058.  
  1059. local robLuggage = coroutine.create(function()
  1060. while wait(5) do
  1061. pcall(function()
  1062. if toggled == true and busy == false and robbingBank == false and robbingNightclub == false then
  1063. for i, v in pairs(workspace.ObjectSelection:GetChildren()) do
  1064. if v.Name == "Luggage" then
  1065. local part = v:FindFirstChildOfClass("Part")
  1066. if part.Name ~= "Nope" and robbingBank == false and robbingNightclub == false then
  1067. busy = true
  1068. busy_with = "robbing luggage"
  1069. wait(1.5)
  1070. local pos = v.SmashCash.Position
  1071. for i = 1,5 do
  1072. wait(1)
  1073. game.Players.LocalPlayer.Character.HumanoidRootPart.Position = pos
  1074. end
  1075. wait(0.5)
  1076. v.SmashCash.SmashCash.Event:FireServer()
  1077. wait(2)
  1078. if part.Name == "Nope" and robbingBank == false and robbingNightclub == false then
  1079. busy = false
  1080. end
  1081. end
  1082. end
  1083. end
  1084. elseif debug_mode == true and busy == true then
  1085. print(string.format(cant_rob, "cash registers", busy_with))
  1086. end
  1087. end)
  1088. end
  1089. end)
  1090.  
  1091. local robCash = coroutine.create(function()
  1092. while wait(5) do
  1093. wait()
  1094. pcall(function()
  1095. if toggled == true and busy == false and robbingBank == false and robbingNightclub == false then
  1096. for i, v in pairs(workspace.ObjectSelection:GetChildren()) do
  1097. if v.Name == "Cash" then
  1098. local part = v:FindFirstChildOfClass("MeshPart")
  1099. if part.Name == "Cash" and robbingBank == false and robbingNightclub == false then
  1100. busy = true
  1101. busy_with = "robbing cash"
  1102. local pos = v.Cash.Position
  1103. for i = 1,10 do
  1104. wait(0.3)
  1105. game.Players.LocalPlayer.Character.HumanoidRootPart.Position = pos
  1106. end
  1107. wait(0.3)
  1108. v.Cash.Cash.Event:FireServer()
  1109. wait(2)
  1110. if part.Name == "Cash" and robbingBank == false and robbingNightclub == false then
  1111.  
  1112. else
  1113. busy = false
  1114. end
  1115. end
  1116. end
  1117. end
  1118. elseif debug_mode == true and busy == true then
  1119. print(string.format(cant_rob, "cash", busy_with))
  1120. end
  1121. end)
  1122. end
  1123. end)
  1124.  
  1125. local robTv = coroutine.create(function()
  1126. while wait(5) do
  1127. pcall(function()
  1128. if toggled == true and busy == false and robbingBank == false and robbingNightclub == false then
  1129. for i, v in pairs(workspace.ObjectSelection:GetChildren()) do
  1130. if v.Name == "TV" then
  1131. local part = v:FindFirstChildOfClass("Part")
  1132. if part.Name ~= "Nope" and robbingBank == false and robbingNightclub == false then
  1133. busy = true
  1134. busy_with = "robbing TVs"
  1135. wait(3)
  1136. local pos = v.StealTV.Position
  1137. for i = 1,5 do
  1138. wait(1)
  1139. game.Players.LocalPlayer.Character.HumanoidRootPart.Position = pos
  1140. end
  1141. wait(0.3)
  1142. v.StealTV.StealTV.Event:FireServer()
  1143. wait(2)
  1144. if part.Name ~= "Nope" and robbingBank == false and robbingNightclub == false then
  1145.  
  1146. else
  1147. busy = false
  1148. end
  1149. end
  1150. end
  1151. end
  1152. elseif debug_mode == true and busy == true then
  1153. print(string.format(cant_rob, "TVs", busy_with))
  1154. end
  1155. end)
  1156. end
  1157. end)
  1158.  
  1159. local robAtm = coroutine.create(function()
  1160. while wait(5) do
  1161. pcall(function()
  1162. if toggled == true and busy == false and robbingBank == false and robbingNightclub == false then
  1163. for i, v in pairs(workspace.ObjectSelection:GetChildren()) do
  1164. if v.Name == "ATM" then
  1165. local part = v:FindFirstChildOfClass("Part")
  1166. if part.Name ~= "Nope" and robbingBank == false and robbingNightclub == false then
  1167. busy = true
  1168. busy_with = "robbing ATMs"
  1169. wait(1.5)
  1170. local pos = v.ATM.Position
  1171. for i = 1,5 do
  1172. wait(1)
  1173. game.Players.LocalPlayer.Character.HumanoidRootPart.Position = pos
  1174. end
  1175. wait(0.3)
  1176. v.ATM.ATM.Event:FireServer()
  1177. wait(2)
  1178. if part.Name ~= "Nope" and robbingBank == false and robbingNightclub == false then
  1179.  
  1180. else
  1181. busy = false
  1182. end
  1183. end
  1184. end
  1185. end
  1186. elseif debug_mode == true and busy == true then
  1187. print(string.format(cant_rob, "ATMs", busy_with))
  1188. end
  1189. end)
  1190. end
  1191. end)
  1192.  
  1193. local robSlotmachine = coroutine.create(function()
  1194. while wait(5) do
  1195. pcall(function()
  1196. if toggled == true and busy == false and robbingBank == false and robbingNightclub == false then
  1197. for i, v in pairs(workspace.ObjectSelection:GetChildren()) do
  1198. if v.Name == "SlotMachine" then
  1199. local part = v:FindFirstChildOfClass("Part")
  1200. if part.Name ~= "Nope" and part.name == "SlotMachine" and robbingBank == false and robbingNightclub == false then
  1201. busy = true
  1202. busy_with = "robbing slot machines"
  1203. wait(1.5)
  1204. local pos = v.SlotMachine.Position
  1205. for i = 1, 1,5 do
  1206. wait(1)
  1207. game.Players.LocalPlayer.Character.HumanoidRootPart.Position = pos
  1208. end
  1209. wait(0.5)
  1210. v.SlotMachine.SlotMachine.Event:FireServer()
  1211. wait(2)
  1212. if part.Name ~= "Nope" and robbingBank == false and robbingNightclub == false then
  1213. else
  1214. busy = false
  1215. end
  1216. end
  1217. end
  1218. end
  1219. elseif debug_mode == true and busy == true then
  1220. print(string.format(cant_rob, "slot machines", busy_with))
  1221. end
  1222. end)
  1223. end
  1224. end)
  1225.  
  1226. local robBank = coroutine.create(function()
  1227. while wait(2) do
  1228. pcall(function()
  1229. if toggled == true and game.ReplicatedStorage.HeistStatus.Bank.Locked.Value == false and robbingNightclub == false then
  1230. robbingBank = true
  1231. busy = true
  1232. busy_with = "robbing bank"
  1233. if debug_mode == true then
  1234. warn("All robs have been paused to rob the bank")
  1235. end
  1236. wait(5)
  1237. --[[for i, v in pairs (workspace.ObjectSelection:GetChildren()) do
  1238. if v.Name == "HackComputer" then
  1239. for i = 1,10 do
  1240. wait(1.5)
  1241. game.Players.LocalPlayer.Character.HumanoidRootPart.Position = Vector3.new(636.778, 27.5895, 529.505)
  1242. v.HackComputer.HackComputer.Event:FireServer()
  1243. end
  1244. v.HackComputer.HackComputer.Event:FireServer()
  1245. wait(1)
  1246. v.HackComputer.HackComputer.Event:FireServer()
  1247. wait(1.5)
  1248. return
  1249. end
  1250. wait(3)
  1251. break
  1252. end]]
  1253. for i = 1,5 do
  1254. wait(1.5)
  1255. game.Players.LocalPlayer.Character.HumanoidRootPart.Position = Vector3.new(739,0,488)
  1256. end
  1257. wait(.5)
  1258. local pos = workspace.Bank.MoneyBags["Money Bag"].Position
  1259. for i = 1,5 do
  1260. wait(1.5)
  1261. game.Players.LocalPlayer.Character.HumanoidRootPart.Position = pos
  1262. end
  1263. if Vip == false then
  1264. repeat
  1265. wait()
  1266. until game.Players.LocalPlayer.PlayerGui.MainGUI.StatsHUD.CashBagHUD.Cash.Amount.Text == "$3000"
  1267. else
  1268. repeat
  1269. wait()
  1270. until game.Players.LocalPlayer.PlayerGui.MainGUI.StatsHUD.CashBagHUD.Cash.Amount.Text == "$6000"
  1271. end
  1272.  
  1273. for i = 1,10 do
  1274. wait(.5)
  1275. game.Players.LocalPlayer.Character.HumanoidRootPart.Position = Vector3.new(2034, 25, 447)
  1276. game.Players.LocalPlayer.Character.Humanoid:ChangeState(3)
  1277. end
  1278. robbingBank = false
  1279. busy = false
  1280. wait(bank_cooldown)
  1281. elseif debug_mode == true and busy == true then
  1282. warn(string.format(cant_rob, "bank", "it's closed"))
  1283. end
  1284. end)
  1285. end
  1286. end)
  1287.  
  1288. local robNightclub = coroutine.create(function()
  1289. while wait(1) do
  1290. pcall(function()
  1291. if toggled == true and game.ReplicatedStorage.HeistStatus.Club.Locked.Value == false and robbingNightclub == false then
  1292. robbingNightclub = true
  1293. busy = true
  1294. busy_with = "robbing night club"
  1295. wait(5)
  1296. if debug_mode == true then
  1297. warn("All robs have been paused to rob the night club")
  1298. end
  1299. for i = 1,5 do
  1300. wait(.5)
  1301. game.Players.LocalPlayer.Character.HumanoidRootPart.Position = Vector3.new(1362,42,-153)
  1302. end
  1303. wait(3)
  1304. for i = 1,5 do
  1305. wait(.5)
  1306. game.Players.LocalPlayer.Character.HumanoidRootPart.Position = Vector3.new(1349,142,-100)
  1307. end
  1308. wait(0.3)
  1309. for i, v in pairs(workspace.ObjectSelection.HackKeyPad:GetChildren()) do
  1310. if v.Name == "HackKeyPad" then
  1311. v.HackKeyPad.Event:FireServer()
  1312. end
  1313. end
  1314. wait(3)
  1315. for i = 1,5 do
  1316. wait(.3)
  1317. game.Players.LocalPlayer.Character.HumanoidRootPart.Position = Vector3.new(1361,142,-155)
  1318. end
  1319. if Vip == false then
  1320. repeat
  1321. wait()
  1322. until game.Players.LocalPlayer.PlayerGui.MainGUI.StatsHUD.CashBagHUD.Cash.Amount.Text == "$6000"
  1323. else
  1324. repeat
  1325. wait()
  1326. until game.Players.LocalPlayer.PlayerGui.MainGUI.StatsHUD.CashBagHUD.Cash.Amount.Text == "$12000"
  1327. end
  1328. for i = 1,10 do
  1329. wait(.5)
  1330. game.Players.LocalPlayer.Character.HumanoidRootPart.Position = Vector3.new(2034, 25, 447)
  1331. game.Players.LocalPlayer.Character.Humanoid:ChangeState(3)
  1332. end
  1333. robbingNightclub = false
  1334. busy = false
  1335. wait(nightclub_cooldown)
  1336. elseif debug_mode == true and game.ReplicatedStorage.HeistStatus.Club.Locked.Value == true then
  1337. warn(string.format(cant_rob, "night club", "it's closed"))
  1338. end
  1339. end)
  1340. end
  1341. end)
  1342.  
  1343. coroutine.resume(antiafk)
  1344. coroutine.resume(died_fix)
  1345. --coroutine.resume(busy_fix)
  1346. coroutine.resume(debug_things)
  1347.  
  1348. coroutine.resume(robNightclub)
  1349. coroutine.resume(robBank)
  1350.  
  1351. if rob_small_things == true then
  1352. coroutine.resume(robCashRegister)
  1353. coroutine.resume(robDiamondBox)
  1354. coroutine.resume(robSafe)
  1355. coroutine.resume(robTipJar)
  1356. coroutine.resume(robLuggage)
  1357.  
  1358. coroutine.resume(robCash)
  1359. coroutine.resume(robTv)
  1360. coroutine.resume(robAtm)
  1361. coroutine.resume(robSlotmachine)
  1362. end
  1363.  
  1364. if start_toggled == true then
  1365. message("Starting...", "yellow")
  1366. noclip()
  1367. hideNametag()
  1368. clearAppearance()
  1369. toggle()
  1370. toggled = true
  1371. message("Mad Reaper X: Currently once enabled you cannot turn it off, you must rejoin.")
  1372. else
  1373. toggle()
  1374. end
  1375. elseif CashFarm == true then
  1376. CashFarm = false
  1377. AutoCashB.Text = "Auto-Cash: [Off]"
  1378. start_toggled = false
  1379. toggle()
  1380. end
  1381. end)
  1382.  
  1383. _G.arrest = false
  1384. AutoXPB.MouseButton1Down:connect(function()
  1385. message("Mad Reaper X: Auto-XP is currently patched.", "dark_red")
  1386. if _G.arrest == false then
  1387. local plr = game.Players.LocalPlayer
  1388. AutoXPB.Text = "Auto-XP: [On]"
  1389. _G.arrest = true
  1390. elseif _G.arrest == true then
  1391. _G.arrest = false
  1392. AutoXPB.Text = "Auto-XP: [Off]"
  1393. end
  1394. end)
  1395.  
  1396. GiveCarsB.MouseButton1Down:connect(function()
  1397. game.ReplicatedStorage.RemoteFunction:InvokeServer("BuyItem", "Hoverboard")
  1398. wait(0.1)
  1399. game.ReplicatedStorage.RemoteFunction:InvokeServer("BuyItem", "Banshee")
  1400. wait(0.1)
  1401. game.ReplicatedStorage.RemoteFunction:InvokeServer("BuyItem", "Reaper")
  1402. wait(0.1)
  1403. game.ReplicatedStorage.RemoteFunction:InvokeServer("BuyItem", "Phantom")
  1404. wait(0.1)
  1405. game.ReplicatedStorage.RemoteFunction:InvokeServer("BuyItem", "SWAT")
  1406. message("Mad Reaper X: Hoverboard, Banshee, Reaper, Phantom & SWAT Vehicle given.", "yellow")
  1407. end)
  1408.  
  1409. InfiniteAmmoB.MouseButton1Down:Connect(function()
  1410. local L=debug.getregistry or getreg
  1411. local M=debug.getupvalues or getupvalues
  1412. local N=debug.setupvalue or setupvalue
  1413. if not L then
  1414. assert(false, "no")
  1415. end
  1416. for O,B in pairs(L())do
  1417. if type(B)=='function' then
  1418. local P,Q=pcall(M,B)
  1419. if Q and Q.Ammo then
  1420. N(B,'Ammo',1/0)N(B,'Clip',1/0)N(B,'Spread',0)N(B,'Recoil',0)N(B,'FireRate',1/0)
  1421. end
  1422. end
  1423. end
  1424. message("Mad Reaper X: Infinite Ammo given.", "yellow")
  1425. end)
  1426.  
  1427. RemoveLasersB.MouseButton1Down:connect(function()
  1428. game.Workspace.JewelryStore.SlideLaser:Destroy()
  1429. game.Workspace.JewelryStore.SpinLaser:Destroy()
  1430. game.Workspace.JewelryStore.SpinLaser2:Destroy()
  1431. game.Workspace.JewelryStore.SpinLaser3:Destroy()
  1432. game.Workspace.JewelryStore.SpinLaser4:Destroy()
  1433. game.Workspace.JewelryStore.SpinLaser5:Destroy()
  1434. game.Workspace.JewelryStore.Jewlery.Lasers:Destroy()
  1435. game.Workspace.Ignore.WorldObjects.Lasers:Destroy()
  1436. game.Workspace.Ignore.WorldObjects["Lasers Club"]:Destroy()
  1437. message("Mad Reaper X: Lasers have been removed.", "pink")
  1438. end)
  1439.  
  1440. ESPB.MouseButton1Down:connect(function()
  1441. loadstring(game:HttpGet("https://pastebin.com/raw/A84cMe8w", true))()
  1442. message("Mad Reaper X: ESP loaded.", "green")
  1443. end)
  1444.  
  1445. WeaponModB.MouseButton1Down:connect(function()
  1446. message("Mad Reaper X: Weapons have been modded.", "pink")
  1447. local backpack = game.Players.LocalPlayer.Backpack
  1448. local MP5 = backpack['MP5']
  1449. local ss1 = MP5['RifleScript']
  1450. for i=1,60 do -- You can change the value to something higher to increase Damage!
  1451. ss1:Clone().Parent = MP5
  1452. end
  1453. wait(0.1)
  1454. local Pistol = backpack['Pistol']
  1455. local ss2 = Pistol['PistolScript']
  1456. for i=1,10 do -- You can change the value to something higher to increase Damage!
  1457. ss2:Clone().Parent = Pistol
  1458. end
  1459. wait(0.1)
  1460. local Deagle = backpack['Deagle']
  1461. local ss3 = Deagle['PistolScript']
  1462. for i=1,12 do -- You can change the value to something higher to increase Damage!
  1463. ss3:Clone().Parent = Deagle
  1464. end
  1465. wait(0.1)
  1466. local Baton = backpack['Baton']
  1467. local ss4 = Baton['MeeleScript']
  1468. for i=1,200 do -- You can change the value to something higher to increase Damage!
  1469. ss4:Clone().Parent = Baton
  1470. end
  1471. wait(0.1)
  1472. local Knife = backpack['Knife']
  1473. local ss5 = Knife['MeeleScript']
  1474. for i=1,200 do -- You can change the value to something higher to increase Damage!
  1475. ss5:Clone().Parent = Knife
  1476. end
  1477. wait(0.1)
  1478. local Shotgun = backpack['Shotgun']
  1479. local ss6 = Shotgun['ShotgunScript']
  1480. for i=1,6 do -- You can change the value to something higher to increase Damage!
  1481. ss6:Clone().Parent = Shotgun
  1482. end
  1483. local Grenade = backpack['Grenade']
  1484. local ss7 = Grenade['GrenadeScript']
  1485. for i=1,12 do -- You can change the value to something higher to increase Damage!
  1486. ss7:Clone().Parent = Grenade
  1487. end
  1488. end)
  1489.  
  1490. GravityB.MouseButton1Down:connect(function()
  1491. local Numb = MultiBox.Text
  1492. game.Workspace.Gravity = Numb
  1493. message("Mad Reaper X: Gravity set.", "pink")
  1494. end)
  1495.  
  1496. SetSpeedB.MouseButton1Down:connect(function()
  1497. local CharHumanoid = game.Players.LocalPlayer.Character.Humanoid
  1498. local Speed = MultiBox.Text
  1499. message("Mad Reaper X: Speed set.", "pink")
  1500. message("Mad Reaper X: Don't set your speed higher than 65. You can get kicked.", "pink")
  1501. while wait() do
  1502. CharHumanoid.WalkSpeed = Speed
  1503. end
  1504. end)
  1505.  
  1506. GiveGunsB.MouseButton1Down:connect(function()
  1507. local oldpos = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  1508. wait (.075)
  1509. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(game.Workspace.ObjectSelection.AK47.AK47.Position)
  1510. wait (.075)
  1511. game.Workspace.ObjectSelection.AK47.AK47.AK47.Event:FireServer()
  1512. wait (.075)
  1513. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(oldpos)
  1514. wait(1)
  1515. local oldpos = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  1516. wait (.075)
  1517. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(game.Workspace.ObjectSelection.Shotgun.Shotgun.Position)
  1518. wait (.075)
  1519. game.Workspace.ObjectSelection.Shotgun.Shotgun.Shotgun.Event:FireServer()
  1520. wait (.075)
  1521. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(oldpos)
  1522. wait(0.5)
  1523. message("Mad Reaper X: Guns given.", "yellow")
  1524. end)
  1525.  
  1526. FirstPers = false
  1527. FPB.MouseButton1Down:connect(function()
  1528. if FirstPers == false then
  1529. FirstPers = true
  1530. FPB.Text = "First Person: [On]"
  1531. local player = game.Players.LocalPlayer
  1532. player.CameraMode = Enum.CameraMode.LockFirstPerson
  1533. elseif FirstPers == true then
  1534. FirstPers = false
  1535. FPB.Text = "First Person: [Off]"
  1536. local player = game.Players.LocalPlayer
  1537. player.CameraMode = Enum.CameraMode.Classic
  1538. end
  1539. end)
  1540.  
  1541. RemoveCellDB.MouseButton1Down:connect(function()
  1542. game.Workspace.Prison.CellSpawns:Destroy()
  1543. game.Workspace.Prison.FakeCell:Destroy()
  1544. message("Mad Reaper X: Cell Doors have been removed.", "pink")
  1545. end)
  1546.  
  1547. noclip = false
  1548. NoclipB.MouseButton1Down:connect(function()
  1549. message("Mad Reaper X: Noclip loaded. Press 'F' to enable and disable Noclip.", "light_blue")
  1550. game:GetService('RunService').Stepped:connect(function()
  1551. if noclip then
  1552. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  1553. end
  1554. end)
  1555.  
  1556. plr = game.Players.LocalPlayer
  1557. mouse = plr:GetMouse()
  1558. mouse.KeyDown:connect(function(key)
  1559. if key == "f" then
  1560. noclip = not noclip
  1561. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  1562. end
  1563. end)
  1564. end)
  1565.  
  1566. RemoveTagsB.MouseButton1Down:connect(function()
  1567. game.Players.LocalPlayer.Character.NameTag.Title:Destroy()
  1568. game.Players.LocalPlayer.Character.NameTag.Script:Destroy()
  1569. game.Players.LocalPlayer.Character.NameTag.Icon.Rank:Destroy()
  1570. game.Players.LocalPlayer.Character.NameTag:Destroy()
  1571. message("Mad Reaper X: All Name Tags have been removed.", "pink")
  1572. end)
  1573.  
  1574. GiveJetpackB.MouseButton1Down:connect(function()
  1575. local oldpos = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  1576. wait (0.1)
  1577. game.Workspace.ObjectSelection.BossKey.Nope.BossKey.Event:FireServer()
  1578. wait (0.2)
  1579. tweenMove(game.Players.LocalPlayer.Character, CFrame.new(Vector3.new(-2183.74902, 29.0133343, -1552.18677)))
  1580. wait (4)
  1581. game.Workspace.ObjectSelection.TakeJetpack.TakeJetpack.TakeJetpack.Event:FireServer()
  1582. wait (0.2)
  1583. tweenMove(game.Players.LocalPlayer.Character, CFrame.new(oldpos))
  1584. wait(0.2)
  1585. message("Mad Reaper X: Jetpack given." ,"yellow")
  1586. end)
  1587.  
  1588. GotoB.MouseButton1Down:connect(function()
  1589. message("Mad Reaper X: Player TP coming soon!", "light_blue")
  1590. end)
  1591.  
  1592. --
  1593.  
  1594. local A_1 = "Dialogue"
  1595. local A_2 =
  1596. {
  1597. [1] =
  1598. {
  1599. ["Delay"] = 3.5,
  1600. ["Text"] = "Mad Reaper X presented to you by Dishan & Iconz."
  1601. }
  1602. }
  1603. local Event = game:GetService("ReplicatedStorage").Event
  1604. Event:FireServer(A_1, A_2)
  1605. wait(4.7)
  1606.  
  1607. message("Mad Reaper X: Anti-Cheat Bypassed! You may now move.", "green")
  1608. wait(0.2)
  1609.  
  1610. message("Mad Reaper X: Press Q to open & close!", "blue")
  1611.  
  1612. -- End Of Script.
Add Comment
Please, Sign In to add comment