xcodeerror

Mad city mad reaper (tp bypass gui)

Aug 11th, 2019
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 60.80 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. FPB.Name = "FPB"
  539. FPB.Parent = MiscF
  540. FPB.BackgroundColor3 = Color3.new(1, 0.258824, 0.270588)
  541. FPB.BorderSizePixel = 0
  542. FPB.Position = UDim2.new(0.0424839482, 0, 0.124621809, 0)
  543. FPB.Size = UDim2.new(0, 89, 0, 29)
  544. FPB.Font = Enum.Font.SourceSans
  545. FPB.Text = "First Person: [Off]"
  546. FPB.TextColor3 = Color3.new(0, 0, 0)
  547. FPB.TextSize = 14
  548.  
  549. ManAEB.Name = "ManAEB"
  550. ManAEB.Parent = MiscF
  551. ManAEB.BackgroundColor3 = Color3.new(1, 0.258824, 0.270588)
  552. ManAEB.BorderSizePixel = 0
  553. ManAEB.Position = UDim2.new(0.506536067, 0, 0.124621809, 0)
  554. ManAEB.Size = UDim2.new(0, 90, 0, 29)
  555. ManAEB.Font = Enum.Font.SourceSans
  556. ManAEB.Text = "Manual AE Bypass"
  557. ManAEB.TextColor3 = Color3.new(0, 0, 0)
  558. ManAEB.TextSize = 14
  559.  
  560. NoclipB.Name = "NoclipB"
  561. NoclipB.Parent = MiscF
  562. NoclipB.BackgroundColor3 = Color3.new(1, 0.258824, 0.270588)
  563. NoclipB.BorderSizePixel = 0
  564. NoclipB.Position = UDim2.new(0.0424839482, 0, 0.213680342, 0)
  565. NoclipB.Size = UDim2.new(0, 89, 0, 29)
  566. NoclipB.Font = Enum.Font.SourceSans
  567. NoclipB.Text = "Load Noclip"
  568. NoclipB.TextColor3 = Color3.new(0, 0, 0)
  569. NoclipB.TextSize = 14
  570.  
  571. ESPB.Name = "ESPB"
  572. ESPB.Parent = MiscF
  573. ESPB.BackgroundColor3 = Color3.new(1, 0.258824, 0.270588)
  574. ESPB.BorderSizePixel = 0
  575. ESPB.Position = UDim2.new(0.506536067, 0, 0.213680357, 0)
  576. ESPB.Size = UDim2.new(0, 90, 0, 29)
  577. ESPB.Font = Enum.Font.SourceSans
  578. ESPB.Text = "Load ESP"
  579. ESPB.TextColor3 = Color3.new(0, 0, 0)
  580. ESPB.TextSize = 14
  581.  
  582. WeaponModB.Name = "WeaponModB"
  583. WeaponModB.Parent = MainF
  584. WeaponModB.BackgroundColor3 = Color3.new(1, 0.258824, 0.270588)
  585. WeaponModB.BorderSizePixel = 0
  586. WeaponModB.Position = UDim2.new(0.518999994, 0, 0.409000009, 0)
  587. WeaponModB.Size = UDim2.new(0, 143, 0, 29)
  588. WeaponModB.Font = Enum.Font.SourceSans
  589. WeaponModB.Text = "Weapon Mod"
  590. WeaponModB.TextColor3 = Color3.new(0, 0, 0)
  591. WeaponModB.TextSize = 14
  592.  
  593. AutoCashB.Name = "AutoCashB"
  594. AutoCashB.Parent = MainF
  595. AutoCashB.BackgroundColor3 = Color3.new(1, 0.258824, 0.270588)
  596. AutoCashB.BorderSizePixel = 0
  597. AutoCashB.Position = UDim2.new(0.0306946635, 0, 0.127086312, 0)
  598. AutoCashB.Size = UDim2.new(0, 143, 0, 29)
  599. AutoCashB.Font = Enum.Font.SourceSans
  600. AutoCashB.Text = "Auto-Cash: [Off]"
  601. AutoCashB.TextColor3 = Color3.new(0, 0, 0)
  602. AutoCashB.TextSize = 14
  603.  
  604. AutoXPB.Name = "AutoXPB"
  605. AutoXPB.Parent = MainF
  606. AutoXPB.BackgroundColor3 = Color3.new(1, 0.258824, 0.270588)
  607. AutoXPB.BorderSizePixel = 0
  608. AutoXPB.Position = UDim2.new(0.519152462, 0, 0.128188223, 0)
  609. AutoXPB.Size = UDim2.new(0, 143, 0, 29)
  610. AutoXPB.Font = Enum.Font.SourceSans
  611. AutoXPB.Text = "Auto-XP: [Off]"
  612. AutoXPB.TextColor3 = Color3.new(0, 0, 0)
  613. AutoXPB.TextSize = 14
  614.  
  615. GiveCarsB.Name = "GiveCarsB"
  616. GiveCarsB.Parent = MainF
  617. GiveCarsB.BackgroundColor3 = Color3.new(1, 0.258824, 0.270588)
  618. GiveCarsB.BorderSizePixel = 0
  619. GiveCarsB.Position = UDim2.new(0.0298454259, 0, 0.218999997, 0)
  620. GiveCarsB.Size = UDim2.new(0, 143, 0, 29)
  621. GiveCarsB.Font = Enum.Font.SourceSans
  622. GiveCarsB.Text = "Give Vehicles"
  623. GiveCarsB.TextColor3 = Color3.new(0, 0, 0)
  624. GiveCarsB.TextSize = 14
  625.  
  626. GiveGunsB.Name = "GiveGunsB"
  627. GiveGunsB.Parent = MainF
  628. GiveGunsB.BackgroundColor3 = Color3.new(1, 0.258824, 0.270588)
  629. GiveGunsB.BorderSizePixel = 0
  630. GiveGunsB.Position = UDim2.new(0.518999994, 0, 0.219999999, 0)
  631. GiveGunsB.Size = UDim2.new(0, 143, 0, 29)
  632. GiveGunsB.Font = Enum.Font.SourceSans
  633. GiveGunsB.Text = "Give Guns"
  634. GiveGunsB.TextColor3 = Color3.new(0, 0, 0)
  635. GiveGunsB.TextSize = 14
  636.  
  637. GravityB.Name = "GravityB"
  638. GravityB.Parent = MainF
  639. GravityB.BackgroundColor3 = Color3.new(1, 0.258824, 0.270588)
  640. GravityB.BorderSizePixel = 0
  641. GravityB.Position = UDim2.new(0.0267539993, 0, 0.908934355, 0)
  642. GravityB.Size = UDim2.new(0, 94, 0, 23)
  643. GravityB.Font = Enum.Font.SourceSans
  644. GravityB.Text = "Set Gravity"
  645. GravityB.TextColor3 = Color3.new(0, 0, 0)
  646. GravityB.TextSize = 14
  647.  
  648. InfiniteAmmoB.Name = "InfiniteAmmoB"
  649. InfiniteAmmoB.Parent = MainF
  650. InfiniteAmmoB.BackgroundColor3 = Color3.new(1, 0.258824, 0.270588)
  651. InfiniteAmmoB.BorderSizePixel = 0
  652. InfiniteAmmoB.Position = UDim2.new(0.0309999995, 0, 0.312999994, 0)
  653. InfiniteAmmoB.Size = UDim2.new(0, 143, 0, 29)
  654. InfiniteAmmoB.Font = Enum.Font.SourceSans
  655. InfiniteAmmoB.Text = "Infinite Ammo"
  656. InfiniteAmmoB.TextColor3 = Color3.new(0, 0, 0)
  657. InfiniteAmmoB.TextSize = 14
  658.  
  659. MultiBox.Name = "MultiBox"
  660. MultiBox.Parent = MainF
  661. MultiBox.BackgroundColor3 = Color3.new(1, 1, 1)
  662. MultiBox.Position = UDim2.new(0.0267539993, 0, 0.827216566, 0)
  663. MultiBox.Size = UDim2.new(0, 300, 0, 21)
  664. MultiBox.Font = Enum.Font.SourceSans
  665. MultiBox.PlaceholderColor3 = Color3.new(0, 0, 0)
  666. MultiBox.PlaceholderText = "Enter a Name, Speed or Gravity Value..."
  667. MultiBox.Text = ""
  668. MultiBox.TextColor3 = Color3.new(0, 0, 0)
  669. MultiBox.TextSize = 14
  670.  
  671. RemoveLasersB.Name = "RemoveLasersB"
  672. RemoveLasersB.Parent = MainF
  673. RemoveLasersB.BackgroundColor3 = Color3.new(1, 0.258824, 0.270588)
  674. RemoveLasersB.BorderSizePixel = 0
  675. RemoveLasersB.Position = UDim2.new(0.518000007, 0, 0.312999994, 0)
  676. RemoveLasersB.Size = UDim2.new(0, 143, 0, 29)
  677. RemoveLasersB.Font = Enum.Font.SourceSans
  678. RemoveLasersB.Text = "Remove Lasers"
  679. RemoveLasersB.TextColor3 = Color3.new(0, 0, 0)
  680. RemoveLasersB.TextSize = 14
  681.  
  682. SetSpeedB.Name = "SetSpeedB"
  683. SetSpeedB.Parent = MainF
  684. SetSpeedB.BackgroundColor3 = Color3.new(1, 0.258824, 0.270588)
  685. SetSpeedB.BorderSizePixel = 0
  686. SetSpeedB.Position = UDim2.new(0.673726618, 0, 0.908934355, 0)
  687. SetSpeedB.Size = UDim2.new(0, 94, 0, 23)
  688. SetSpeedB.Font = Enum.Font.SourceSans
  689. SetSpeedB.Text = "Set Speed"
  690. SetSpeedB.TextColor3 = Color3.new(0, 0, 0)
  691. SetSpeedB.TextSize = 14
  692.  
  693. RemoveCellDB.Name = "RemoveCellDB"
  694. RemoveCellDB.Parent = MainF
  695. RemoveCellDB.BackgroundColor3 = Color3.new(1, 0.258824, 0.270588)
  696. RemoveCellDB.BorderSizePixel = 0
  697. RemoveCellDB.Position = UDim2.new(0.0309999995, 0, 0.504000008, 0)
  698. RemoveCellDB.Size = UDim2.new(0, 143, 0, 29)
  699. RemoveCellDB.Font = Enum.Font.SourceSans
  700. RemoveCellDB.Text = "Remove Cell Doors"
  701. RemoveCellDB.TextColor3 = Color3.new(0, 0, 0)
  702. RemoveCellDB.TextSize = 14
  703.  
  704. GiveJetpackB.Name = "GiveJetpackB"
  705. GiveJetpackB.Parent = MainF
  706. GiveJetpackB.BackgroundColor3 = Color3.new(1, 0.258824, 0.270588)
  707. GiveJetpackB.BorderSizePixel = 0
  708. GiveJetpackB.Position = UDim2.new(0.518999994, 0, 0.504000008, 0)
  709. GiveJetpackB.Size = UDim2.new(0, 143, 0, 29)
  710. GiveJetpackB.Font = Enum.Font.SourceSans
  711. GiveJetpackB.Text = "Give Jetpack"
  712. GiveJetpackB.TextColor3 = Color3.new(0, 0, 0)
  713. GiveJetpackB.TextSize = 14
  714.  
  715. GotoB.Name = "GotoB"
  716. GotoB.Parent = MainF
  717. GotoB.BackgroundColor3 = Color3.new(1, 0.258824, 0.270588)
  718. GotoB.BorderSizePixel = 0
  719. GotoB.Position = UDim2.new(0.351960063, 0, 0.908934355, 0)
  720. GotoB.Size = UDim2.new(0, 94, 0, 23)
  721. GotoB.Font = Enum.Font.SourceSans
  722. GotoB.Text = "Teleport"
  723. GotoB.TextColor3 = Color3.new(0, 0, 0)
  724. GotoB.TextSize = 14
  725.  
  726. RemoveTagsB.Name = "RemoveTagsB"
  727. RemoveTagsB.Parent = MainF
  728. RemoveTagsB.BackgroundColor3 = Color3.new(1, 0.258824, 0.270588)
  729. RemoveTagsB.BorderSizePixel = 0
  730. RemoveTagsB.Position = UDim2.new(0.0299999993, 0, 0.409000009, 0)
  731. RemoveTagsB.Size = UDim2.new(0, 143, 0, 29)
  732. RemoveTagsB.Font = Enum.Font.SourceSans
  733. RemoveTagsB.Text = "Remove All Name Tags"
  734. RemoveTagsB.TextColor3 = Color3.new(0, 0, 0)
  735. RemoveTagsB.TextSize = 14
  736.  
  737. -- Functions
  738.  
  739. local Players = game:GetService("Players")
  740. local Player = Players.LocalPlayer
  741.  
  742. local Mouse = Player:GetMouse()
  743. local Gui = game.CoreGui.MadReaperX.MainF
  744. local Open = false
  745.  
  746. function PressQ(key)
  747. if (key == "q") then
  748. if (Open == false) then
  749. Gui.Visible = true
  750. Open = true
  751. elseif (Open == true) then
  752. Gui.Visible = false
  753. Open = false
  754. end
  755. end
  756. end
  757.  
  758. Mouse.KeyDown:Connect(PressQ)
  759.  
  760. --
  761.  
  762. ManAEB.MouseButton1Down:connect(function()
  763. message("Mad Reaper X: Bypassing Anti-Cheat, don't move...", "red")
  764. local PlrPos = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  765. wait(0.75)
  766. tweenMove(game.Players.LocalPlayer.Character, CFrame.new(Vector3.new(-1143.6178, 82.2212296, -3088.72461)))
  767. wait(0.75)
  768. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1143.6178, 82.2212296, -3088.72461)
  769. wait(0.75)
  770. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1143.6178, 82.2212296, -3088.72461)
  771. wait(0.75)
  772. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1143.6178, 82.2212296, -3088.72461)
  773. wait(0.75)
  774. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1143.6178, 82.2212296, -3088.72461)
  775. wait(0.75)
  776. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1143.6178, 82.2212296, -3088.72461)
  777. wait(0.75)
  778. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1143.6178, 82.2212296, -3088.72461)
  779. wait(0.75)
  780. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1143.6178, 82.2212296, -3088.72461)
  781. wait(0.75)
  782. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1143.6178, 82.2212296, -3088.72461)
  783. wait(0.75)
  784. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-1143.6178, 82.2212296, -3088.72461)
  785. wait(0.5)
  786. message("Mad Reaper X: Anti-Cheat Bypassed! You may now move.", "green")
  787. wait(0.2)
  788. end)
  789.  
  790. OpenTPB.MouseButton1Down:connect(function()
  791. if OpenTPB.Text == ">" then
  792. OpenTPB.Text = "<"
  793. TeleportsF.Visible = true
  794. elseif OpenTPB.Text == "<" then
  795. OpenTPB.Text = ">"
  796. TeleportsF.Visible = false
  797. end
  798. end)
  799.  
  800. OpenMiscB.MouseButton1Down:connect(function()
  801. if OpenMiscB.Text == "<" then
  802. OpenMiscB.Text = ">"
  803. MiscF.Visible = true
  804. elseif OpenMiscB.Text == ">" then
  805. OpenMiscB.Text = "<"
  806. MiscF.Visible = false
  807. end
  808. end)
  809.  
  810. CashFarm = false
  811. AutoCashB.MouseButton1Down:connect(function()
  812. if CashFarm == false then
  813. CashFarm = true
  814. AutoCashB.Text = "Auto-Cash: [On]"
  815. -- Version 7.2
  816. ------------------------------------- [Quick Settings] ----------------------------------------------------------------------
  817. -- note: changing some of this values can make this script unstable and very bugged
  818. Vip = false -- Enable this if you have the VIP gamepass then you will get more money
  819.  
  820. Movment = true -- Enables or disables player movment (by default in false to avoid bugs)
  821. clear_appearance = false -- Useful when you use hide_nametag and clear_appearance together (players wont know who you are)
  822.  
  823. hide_nametag = true -- Disables your nametag for other players (useful to avoid reports)
  824. star = false -- If enabled will show a star for other players if hide nametag is on
  825.  
  826. rob_small_things = true -- Disable this if you don't want to rob small things like: houses, stores...
  827.  
  828. start_toggled = true
  829.  
  830. debug_mode = false -- Enables/disables the debug mode (I use this to test things, idk if is useful for you)
  831. view_invisible_parts = true -- if enabled will show invisble parts if the debug mode is on
  832. show_your_nametag = false
  833.  
  834. bank_cooldown = 500
  835. nightclub_cooldown = 500
  836.  
  837. cant_rob = "Can't rob the %s because %s"
  838. -----------------------------------------------------------------------------------------------------------------------------
  839.  
  840. local busy = false
  841. local busy_with = ""
  842. local robbingBank = false
  843. local robbingNightclub = false
  844. local robbingCasino = false
  845. local robbingJewerly = false
  846. local toggled = false
  847.  
  848.  
  849. function clearAppearance()
  850. if clear_appearance == true then
  851. game.Players.LocalPlayer:ClearCharacterAppearance()
  852. end
  853. end
  854.  
  855. 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
  856. if hide_nametag == true and star == true then
  857. game.Players.LocalPlayer.Character.NameTag.Title:Destroy()
  858. game.Players.LocalPlayer.Character.NameTag.Script:Destroy()
  859. game.Players.LocalPlayer.Character.NameTag.Icon.Rank:Destroy()
  860. elseif hide_nametag == true and star == false then
  861. game.Players.LocalPlayer.Character.NameTag:Destroy()
  862. end
  863. end
  864.  
  865. function noclip()
  866. game:GetService("RunService").Stepped:connect(function()
  867. game.Players.LocalPlayer.Character.Head.CanCollide = false
  868. game.Players.LocalPlayer.Character.LowerTorso.CanCollide = false
  869. game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = false
  870. game.Players.LocalPlayer.Character.UpperTorso.CanCollide = false
  871. end)
  872. game.Players.LocalPlayer.Character.HumanoidRootPart.Changed:connect(function()
  873. game.Players.LocalPlayer.Character.Head.CanCollide = false
  874. game.Players.LocalPlayer.Character.LowerTorso.CanCollide = false
  875. game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = false
  876. game.Players.LocalPlayer.Character.UpperTorso.CanCollide = false
  877. end)
  878. end
  879.  
  880. function toggle()
  881. game.Players.LocalPlayer.Chatted:connect(function(msg)
  882. if msg:lower() == "/e toggle" then
  883. if toggled == false then
  884. wait(1)
  885. message("Starting the auto rob...", "yellow")
  886. toggled = true
  887. noclip()
  888. hideNametag()
  889. clearAppearance()
  890. if Movment == false then
  891. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 0
  892. game.Players.LocalPlayer.PlayerScripts.ControlScript.Disabled = true
  893. end
  894. wait(0.5)
  895. message("Auto rob started!", "green")
  896. else
  897. message("Stopping the auto rob...", "yellow")
  898. message("Ending current robs...", "yellow")
  899. repeat
  900. wait()
  901. until(busy == false and robbingBank == false and robbingNightclub == false)
  902. --message("An error ocurred: the script can't stop the auto rob!", "dark_red")
  903. game.Players.LocalPlayer.PlayerScripts.ControlScript.Disabled = false
  904. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  905. toggled = false
  906. --[[for i = 1,10 do
  907. wait(1)
  908. game.Players.LocalPlayer.Character.HumanoidRootPart.Position = Vector3.new(2138,25,358)
  909. end]]
  910. wait(0.5)
  911. game.Players.LocalPlayer.Character.Head:Destroy()
  912. message("Auto rob stopped!", "red")
  913. end
  914. end
  915. end)
  916. end
  917.  
  918. --[[function teleport(xyz)
  919. for i = 1,2 do
  920. wait(3)
  921. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(xyz)
  922. end
  923. end]]
  924.  
  925. local died_fix = coroutine.create(function()
  926. while wait() do
  927. game.Players.LocalPlayer.Character:WaitForChild("Humanoid").Died:Connect(function()
  928. if toggled == true then
  929. toggled = false
  930. wait(10)
  931. message("You died! Resuming the auto rob.", "yellow")
  932. game.Players.LocalPlayer.PlayerScripts.ControlScript.Disabled = false
  933. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 16
  934. wait(5)
  935. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 0
  936. game.Players.LocalPlayer.PlayerScripts.ControlScript.Disabled = true
  937. wait(1)
  938. hideNametag()
  939. clearAppearance()
  940. busy = false
  941. toggled = true
  942. message("Auto rob successfully resumed!", "green")
  943. wait(20)
  944. end
  945. end)
  946. end
  947. end)
  948.  
  949. local debug_things = coroutine.create(function()
  950. if debug_mode == true and view_invisible_parts == true then
  951. for i, v in pairs(workspace:GetDescendants()) do
  952. if v:IsA("Part") and v.Transparency == 1 then
  953. v.Transparency = 0.3
  954. end
  955. end
  956. end
  957. if debug_mode == true and show_your_nametag == true then
  958. game.Players.LocalPlayer.Character.NameTag.Enabled = true
  959. end
  960. end)
  961.  
  962. local antiafk = coroutine.create(function()
  963. local VirtualUser=game:service'VirtualUser'
  964. game:service'Players'.LocalPlayer.Idled:connect(function()
  965. VirtualUser:CaptureController()
  966. VirtualUser:ClickButton2(Vector2.new())
  967. end)
  968. end)
  969.  
  970. local robCashRegister = coroutine.create(function()
  971. while wait(5) do
  972. pcall(function()
  973. if toggled == true and busy == false and robbingBank == false and robbingNightclub == false then
  974. for i, v in pairs(workspace.ObjectSelection:GetChildren()) do
  975. if v.Name == "CashRegister" then
  976. local part = v:FindFirstChildOfClass("Part")
  977. if part.Name ~= "Nope" and robbingBank == false and robbingNightclub == false then
  978. busy = true
  979. busy_with = "robbing cash registers"
  980. wait(1.5)
  981. local pos = v.SmashCash.Position
  982. for i = 1,5 do
  983. wait(1)
  984. game.Players.LocalPlayer.Character.HumanoidRootPart.Position = pos
  985. end
  986. wait(0.5)
  987. v.SmashCash.SmashCash.Event:FireServer()
  988. wait(2)
  989. if part.Name == "Nope" and robbingBank == false and robbingNightclub == false then
  990. busy = false
  991. end
  992. end
  993. end
  994. end
  995. elseif debug_mode == true and busy == true then
  996. print(string.format(cant_rob, "cash registers", busy_with))
  997. end
  998. end)
  999. end
  1000. end)
  1001.  
  1002. local robDiamondBox = coroutine.create(function()
  1003. while wait(5) do
  1004. pcall(function()
  1005. if toggled == true and busy == false and robbingBank == false and robbingNightclub == false then
  1006. for i, v in pairs(workspace.ObjectSelection:GetChildren()) do
  1007. if v.Name == "DiamondBox" then
  1008. local part = v:FindFirstChildOfClass("Part")
  1009. if part.Name ~= "Nope" and robbingBank == false and robbingNightclub == false then
  1010. busy = true
  1011. busy_with = "robbing diamond boxes"
  1012. wait(1.5)
  1013. local pos = v.SmashCash.Position
  1014. for i = 1,5 do
  1015. wait(1)
  1016. game.Players.LocalPlayer.Character.HumanoidRootPart.Position = pos
  1017. end
  1018. wait(0.3)
  1019. v.SmashCash.SmashCash.Event:FireServer()
  1020. wait(2)
  1021. if part.Name ~= "Nope" and robbingBank == false and robbingNightclub == false then
  1022.  
  1023. else
  1024. busy = false
  1025. end
  1026. end
  1027. end
  1028. end
  1029. elseif debug_mode == true and busy == true then
  1030. print(string.format(cant_rob, "diamond boxes", busy_with))
  1031. end
  1032. end)
  1033. end
  1034. end)
  1035.  
  1036. local robSafe = coroutine.create(function()
  1037. while wait(5) do
  1038. pcall(function()
  1039. if toggled == true and busy == false and robbingBank == false and robbingNightclub == false then
  1040. for i, v in pairs(workspace.ObjectSelection:GetChildren()) do
  1041. if v.Name == "Safe" then
  1042. local part = v:FindFirstChildOfClass("Part")
  1043. if part.Name ~= "Nope" and robbingBank == false and robbingNightclub == false then
  1044. busy = true
  1045. busy_with = "robbing safes"
  1046. wait(5)
  1047. local pos = v.SmashCash.Position
  1048. for i = 1,10 do
  1049. wait(0.3)
  1050. game.Players.LocalPlayer.Character.HumanoidRootPart.Position = pos
  1051. end
  1052. wait(0.3)
  1053. v.SmashCash.SmashCash.Event:FireServer()
  1054. wait(2)
  1055. if part.Name ~= "Nope" and robbingBank == false and robbingNightclub == false then
  1056.  
  1057. else
  1058. busy = false
  1059. end
  1060. end
  1061. end
  1062. end
  1063. elseif debug_mode == true and busy == true then
  1064. print(string.format(cant_rob, "safes", busy_with))
  1065. end
  1066. end)
  1067. end
  1068. end)
  1069.  
  1070. local robTipJar = coroutine.create(function()
  1071. while wait(5) do
  1072. pcall(function()
  1073. if toggled == true and busy == false and robbingBank == false and robbingNightclub == false then
  1074. for i, v in pairs(workspace.ObjectSelection:GetChildren()) do
  1075. if v.Name == "TipJar" then
  1076. local part = v:FindFirstChildOfClass("Part")
  1077. if part.Name == "SmashCash" and robbingBank == false and robbingNightclub == false then
  1078. busy = true
  1079. busy_with = "robbing tip jars"
  1080. local pos = v.SmashCash.Position
  1081. for i = 1,5 do
  1082. wait(1)
  1083. game.Players.LocalPlayer.Character.HumanoidRootPart.Position = pos
  1084. end
  1085. wait(0.3)
  1086. v.SmashCash.SmashCash.Event:FireServer()
  1087. wait(2)
  1088. if part.Name == "SmashCash" and robbingBank == false and robbingNightclub == false then
  1089.  
  1090. else
  1091. busy = false
  1092. end
  1093. end
  1094. end
  1095. end
  1096. elseif debug_mode == true and busy == true then
  1097. print(string.format(cant_rob, "tip jars", busy_with))
  1098. end
  1099. end)
  1100. end
  1101. end)
  1102.  
  1103. local robLuggage = coroutine.create(function()
  1104. while wait(5) do
  1105. pcall(function()
  1106. if toggled == true and busy == false and robbingBank == false and robbingNightclub == false then
  1107. for i, v in pairs(workspace.ObjectSelection:GetChildren()) do
  1108. if v.Name == "Luggage" then
  1109. local part = v:FindFirstChildOfClass("Part")
  1110. if part.Name ~= "Nope" and robbingBank == false and robbingNightclub == false then
  1111. busy = true
  1112. busy_with = "robbing luggage"
  1113. wait(1.5)
  1114. local pos = v.SmashCash.Position
  1115. for i = 1,5 do
  1116. wait(1)
  1117. game.Players.LocalPlayer.Character.HumanoidRootPart.Position = pos
  1118. end
  1119. wait(0.5)
  1120. v.SmashCash.SmashCash.Event:FireServer()
  1121. wait(2)
  1122. if part.Name == "Nope" and robbingBank == false and robbingNightclub == false then
  1123. busy = false
  1124. end
  1125. end
  1126. end
  1127. end
  1128. elseif debug_mode == true and busy == true then
  1129. print(string.format(cant_rob, "cash registers", busy_with))
  1130. end
  1131. end)
  1132. end
  1133. end)
  1134.  
  1135. local robCash = coroutine.create(function()
  1136. while wait(5) do
  1137. wait()
  1138. pcall(function()
  1139. if toggled == true and busy == false and robbingBank == false and robbingNightclub == false then
  1140. for i, v in pairs(workspace.ObjectSelection:GetChildren()) do
  1141. if v.Name == "Cash" then
  1142. local part = v:FindFirstChildOfClass("MeshPart")
  1143. if part.Name == "Cash" and robbingBank == false and robbingNightclub == false then
  1144. busy = true
  1145. busy_with = "robbing cash"
  1146. local pos = v.Cash.Position
  1147. for i = 1,10 do
  1148. wait(0.3)
  1149. game.Players.LocalPlayer.Character.HumanoidRootPart.Position = pos
  1150. end
  1151. wait(0.3)
  1152. v.Cash.Cash.Event:FireServer()
  1153. wait(2)
  1154. if part.Name == "Cash" and robbingBank == false and robbingNightclub == false then
  1155.  
  1156. else
  1157. busy = false
  1158. end
  1159. end
  1160. end
  1161. end
  1162. elseif debug_mode == true and busy == true then
  1163. print(string.format(cant_rob, "cash", busy_with))
  1164. end
  1165. end)
  1166. end
  1167. end)
  1168.  
  1169. local robTv = coroutine.create(function()
  1170. while wait(5) do
  1171. pcall(function()
  1172. if toggled == true and busy == false and robbingBank == false and robbingNightclub == false then
  1173. for i, v in pairs(workspace.ObjectSelection:GetChildren()) do
  1174. if v.Name == "TV" then
  1175. local part = v:FindFirstChildOfClass("Part")
  1176. if part.Name ~= "Nope" and robbingBank == false and robbingNightclub == false then
  1177. busy = true
  1178. busy_with = "robbing TVs"
  1179. wait(3)
  1180. local pos = v.StealTV.Position
  1181. for i = 1,5 do
  1182. wait(1)
  1183. game.Players.LocalPlayer.Character.HumanoidRootPart.Position = pos
  1184. end
  1185. wait(0.3)
  1186. v.StealTV.StealTV.Event:FireServer()
  1187. wait(2)
  1188. if part.Name ~= "Nope" and robbingBank == false and robbingNightclub == false then
  1189.  
  1190. else
  1191. busy = false
  1192. end
  1193. end
  1194. end
  1195. end
  1196. elseif debug_mode == true and busy == true then
  1197. print(string.format(cant_rob, "TVs", busy_with))
  1198. end
  1199. end)
  1200. end
  1201. end)
  1202.  
  1203. local robAtm = coroutine.create(function()
  1204. while wait(5) do
  1205. pcall(function()
  1206. if toggled == true and busy == false and robbingBank == false and robbingNightclub == false then
  1207. for i, v in pairs(workspace.ObjectSelection:GetChildren()) do
  1208. if v.Name == "ATM" then
  1209. local part = v:FindFirstChildOfClass("Part")
  1210. if part.Name ~= "Nope" and robbingBank == false and robbingNightclub == false then
  1211. busy = true
  1212. busy_with = "robbing ATMs"
  1213. wait(1.5)
  1214. local pos = v.ATM.Position
  1215. for i = 1,5 do
  1216. wait(1)
  1217. game.Players.LocalPlayer.Character.HumanoidRootPart.Position = pos
  1218. end
  1219. wait(0.3)
  1220. v.ATM.ATM.Event:FireServer()
  1221. wait(2)
  1222. if part.Name ~= "Nope" and robbingBank == false and robbingNightclub == false then
  1223.  
  1224. else
  1225. busy = false
  1226. end
  1227. end
  1228. end
  1229. end
  1230. elseif debug_mode == true and busy == true then
  1231. print(string.format(cant_rob, "ATMs", busy_with))
  1232. end
  1233. end)
  1234. end
  1235. end)
  1236.  
  1237. local robSlotmachine = coroutine.create(function()
  1238. while wait(5) do
  1239. pcall(function()
  1240. if toggled == true and busy == false and robbingBank == false and robbingNightclub == false then
  1241. for i, v in pairs(workspace.ObjectSelection:GetChildren()) do
  1242. if v.Name == "SlotMachine" then
  1243. local part = v:FindFirstChildOfClass("Part")
  1244. if part.Name ~= "Nope" and part.name == "SlotMachine" and robbingBank == false and robbingNightclub == false then
  1245. busy = true
  1246. busy_with = "robbing slot machines"
  1247. wait(1.5)
  1248. local pos = v.SlotMachine.Position
  1249. for i = 1, 1,5 do
  1250. wait(1)
  1251. game.Players.LocalPlayer.Character.HumanoidRootPart.Position = pos
  1252. end
  1253. wait(0.5)
  1254. v.SlotMachine.SlotMachine.Event:FireServer()
  1255. wait(2)
  1256. if part.Name ~= "Nope" and robbingBank == false and robbingNightclub == false then
  1257. else
  1258. busy = false
  1259. end
  1260. end
  1261. end
  1262. end
  1263. elseif debug_mode == true and busy == true then
  1264. print(string.format(cant_rob, "slot machines", busy_with))
  1265. end
  1266. end)
  1267. end
  1268. end)
  1269.  
  1270. local robBank = coroutine.create(function()
  1271. while wait(2) do
  1272. pcall(function()
  1273. if toggled == true and game.ReplicatedStorage.HeistStatus.Bank.Locked.Value == false and robbingNightclub == false then
  1274. robbingBank = true
  1275. busy = true
  1276. busy_with = "robbing bank"
  1277. if debug_mode == true then
  1278. warn("All robs have been paused to rob the bank")
  1279. end
  1280. wait(5)
  1281. --[[for i, v in pairs (workspace.ObjectSelection:GetChildren()) do
  1282. if v.Name == "HackComputer" then
  1283. for i = 1,10 do
  1284. wait(1.5)
  1285. game.Players.LocalPlayer.Character.HumanoidRootPart.Position = Vector3.new(636.778, 27.5895, 529.505)
  1286. v.HackComputer.HackComputer.Event:FireServer()
  1287. end
  1288. v.HackComputer.HackComputer.Event:FireServer()
  1289. wait(1)
  1290. v.HackComputer.HackComputer.Event:FireServer()
  1291. wait(1.5)
  1292. return
  1293. end
  1294. wait(3)
  1295. break
  1296. end]]
  1297. for i = 1,5 do
  1298. wait(1.5)
  1299. game.Players.LocalPlayer.Character.HumanoidRootPart.Position = Vector3.new(739,0,488)
  1300. end
  1301. wait(.5)
  1302. local pos = workspace.Bank.MoneyBags["Money Bag"].Position
  1303. for i = 1,5 do
  1304. wait(1.5)
  1305. game.Players.LocalPlayer.Character.HumanoidRootPart.Position = pos
  1306. end
  1307. if Vip == false then
  1308. repeat
  1309. wait()
  1310. until game.Players.LocalPlayer.PlayerGui.MainGUI.StatsHUD.CashBagHUD.Cash.Amount.Text == "$3000"
  1311. else
  1312. repeat
  1313. wait()
  1314. until game.Players.LocalPlayer.PlayerGui.MainGUI.StatsHUD.CashBagHUD.Cash.Amount.Text == "$6000"
  1315. end
  1316.  
  1317. for i = 1,10 do
  1318. wait(.5)
  1319. game.Players.LocalPlayer.Character.HumanoidRootPart.Position = Vector3.new(2034, 25, 447)
  1320. game.Players.LocalPlayer.Character.Humanoid:ChangeState(3)
  1321. end
  1322. robbingBank = false
  1323. busy = false
  1324. wait(bank_cooldown)
  1325. elseif debug_mode == true and busy == true then
  1326. warn(string.format(cant_rob, "bank", "it's closed"))
  1327. end
  1328. end)
  1329. end
  1330. end)
  1331.  
  1332. local robNightclub = coroutine.create(function()
  1333. while wait(1) do
  1334. pcall(function()
  1335. if toggled == true and game.ReplicatedStorage.HeistStatus.Club.Locked.Value == false and robbingNightclub == false then
  1336. robbingNightclub = true
  1337. busy = true
  1338. busy_with = "robbing night club"
  1339. wait(5)
  1340. if debug_mode == true then
  1341. warn("All robs have been paused to rob the night club")
  1342. end
  1343. for i = 1,5 do
  1344. wait(.5)
  1345. game.Players.LocalPlayer.Character.HumanoidRootPart.Position = Vector3.new(1362,42,-153)
  1346. end
  1347. wait(3)
  1348. for i = 1,5 do
  1349. wait(.5)
  1350. game.Players.LocalPlayer.Character.HumanoidRootPart.Position = Vector3.new(1349,142,-100)
  1351. end
  1352. wait(0.3)
  1353. for i, v in pairs(workspace.ObjectSelection.HackKeyPad:GetChildren()) do
  1354. if v.Name == "HackKeyPad" then
  1355. v.HackKeyPad.Event:FireServer()
  1356. end
  1357. end
  1358. wait(3)
  1359. for i = 1,5 do
  1360. wait(.3)
  1361. game.Players.LocalPlayer.Character.HumanoidRootPart.Position = Vector3.new(1361,142,-155)
  1362. end
  1363. if Vip == false then
  1364. repeat
  1365. wait()
  1366. until game.Players.LocalPlayer.PlayerGui.MainGUI.StatsHUD.CashBagHUD.Cash.Amount.Text == "$6000"
  1367. else
  1368. repeat
  1369. wait()
  1370. until game.Players.LocalPlayer.PlayerGui.MainGUI.StatsHUD.CashBagHUD.Cash.Amount.Text == "$12000"
  1371. end
  1372. for i = 1,10 do
  1373. wait(.5)
  1374. game.Players.LocalPlayer.Character.HumanoidRootPart.Position = Vector3.new(2034, 25, 447)
  1375. game.Players.LocalPlayer.Character.Humanoid:ChangeState(3)
  1376. end
  1377. robbingNightclub = false
  1378. busy = false
  1379. wait(nightclub_cooldown)
  1380. elseif debug_mode == true and game.ReplicatedStorage.HeistStatus.Club.Locked.Value == true then
  1381. warn(string.format(cant_rob, "night club", "it's closed"))
  1382. end
  1383. end)
  1384. end
  1385. end)
  1386.  
  1387. coroutine.resume(antiafk)
  1388. coroutine.resume(died_fix)
  1389. --coroutine.resume(busy_fix)
  1390. coroutine.resume(debug_things)
  1391.  
  1392. coroutine.resume(robNightclub)
  1393. coroutine.resume(robBank)
  1394.  
  1395. if rob_small_things == true then
  1396. coroutine.resume(robCashRegister)
  1397. coroutine.resume(robDiamondBox)
  1398. coroutine.resume(robSafe)
  1399. coroutine.resume(robTipJar)
  1400. coroutine.resume(robLuggage)
  1401.  
  1402. coroutine.resume(robCash)
  1403. coroutine.resume(robTv)
  1404. coroutine.resume(robAtm)
  1405. coroutine.resume(robSlotmachine)
  1406. end
  1407.  
  1408. if start_toggled == true then
  1409. message("Starting...", "yellow")
  1410. noclip()
  1411. hideNametag()
  1412. clearAppearance()
  1413. toggle()
  1414. toggled = true
  1415. message("Mad Reaper X: Currently once enabled you cannot turn it off, you must rejoin.")
  1416. else
  1417. toggle()
  1418. end
  1419. elseif CashFarm == true then
  1420. CashFarm = false
  1421. AutoCashB.Text = "Auto-Cash: [Off]"
  1422. start_toggled = false
  1423. toggle()
  1424. end
  1425. end)
  1426.  
  1427. _G.arrest = false
  1428. AutoXPB.MouseButton1Down:connect(function()
  1429. message("Mad Reaper X: Auto-XP is currently patched.", "dark_red")
  1430. if _G.arrest == false then
  1431. local plr = game.Players.LocalPlayer
  1432. AutoXPB.Text = "Auto-XP: [On]"
  1433. _G.arrest = true
  1434. elseif _G.arrest == true then
  1435. _G.arrest = false
  1436. AutoXPB.Text = "Auto-XP: [Off]"
  1437. end
  1438. end)
  1439.  
  1440. GiveCarsB.MouseButton1Down:connect(function()
  1441. game.ReplicatedStorage.RemoteFunction:InvokeServer("BuyItem", "Hoverboard")
  1442. wait(0.1)
  1443. game.ReplicatedStorage.RemoteFunction:InvokeServer("BuyItem", "Banshee")
  1444. wait(0.1)
  1445. game.ReplicatedStorage.RemoteFunction:InvokeServer("BuyItem", "Reaper")
  1446. wait(0.1)
  1447. game.ReplicatedStorage.RemoteFunction:InvokeServer("BuyItem", "Phantom")
  1448. wait(0.1)
  1449. game.ReplicatedStorage.RemoteFunction:InvokeServer("BuyItem", "SWAT")
  1450. message("Mad Reaper X: Hoverboard, Banshee, Reaper, Phantom & SWAT Vehicle given.", "yellow")
  1451. end)
  1452.  
  1453. InfiniteAmmoB.MouseButton1Down:Connect(function()
  1454. local L=debug.getregistry or getreg
  1455. local M=debug.getupvalues or getupvalues
  1456. local N=debug.setupvalue or setupvalue
  1457. if not L then
  1458. assert(false, "no")
  1459. end
  1460. for O,B in pairs(L())do
  1461. if type(B)=='function' then
  1462. local P,Q=pcall(M,B)
  1463. if Q and Q.Ammo then
  1464. N(B,'Ammo',1/0)N(B,'Clip',1/0)N(B,'Spread',0)N(B,'Recoil',0)N(B,'FireRate',1/0)
  1465. end
  1466. end
  1467. end
  1468. message("Mad Reaper X: Infinite Ammo given.", "yellow")
  1469. end)
  1470.  
  1471. RemoveLasersB.MouseButton1Down:connect(function()
  1472. game.Workspace.JewelryStore.SlideLaser:Destroy()
  1473. game.Workspace.JewelryStore.SpinLaser:Destroy()
  1474. game.Workspace.JewelryStore.SpinLaser2:Destroy()
  1475. game.Workspace.JewelryStore.SpinLaser3:Destroy()
  1476. game.Workspace.JewelryStore.SpinLaser4:Destroy()
  1477. game.Workspace.JewelryStore.SpinLaser5:Destroy()
  1478. game.Workspace.JewelryStore.Jewlery.Lasers:Destroy()
  1479. game.Workspace.Ignore.WorldObjects.Lasers:Destroy()
  1480. game.Workspace.Ignore.WorldObjects["Lasers Club"]:Destroy()
  1481. message("Mad Reaper X: Lasers have been removed.", "pink")
  1482. end)
  1483.  
  1484. ESPB.MouseButton1Down:connect(function()
  1485. loadstring(game:HttpGet("https://pastebin.com/raw/A84cMe8w", true))()
  1486. message("Mad Reaper X: ESP loaded.", "green")
  1487. end)
  1488.  
  1489. WeaponModB.MouseButton1Down:connect(function()
  1490. message("Mad Reaper X: Weapons have been modded.", "pink")
  1491. local backpack = game.Players.LocalPlayer.Backpack
  1492. local MP5 = backpack['MP5']
  1493. local ss1 = MP5['RifleScript']
  1494. for i=1,60 do -- You can change the value to something higher to increase Damage!
  1495. ss1:Clone().Parent = MP5
  1496. end
  1497. wait(0.1)
  1498. local Pistol = backpack['Pistol']
  1499. local ss2 = Pistol['PistolScript']
  1500. for i=1,10 do -- You can change the value to something higher to increase Damage!
  1501. ss2:Clone().Parent = Pistol
  1502. end
  1503. wait(0.1)
  1504. local Deagle = backpack['Deagle']
  1505. local ss3 = Deagle['PistolScript']
  1506. for i=1,12 do -- You can change the value to something higher to increase Damage!
  1507. ss3:Clone().Parent = Deagle
  1508. end
  1509. wait(0.1)
  1510. local Baton = backpack['Baton']
  1511. local ss4 = Baton['MeeleScript']
  1512. for i=1,200 do -- You can change the value to something higher to increase Damage!
  1513. ss4:Clone().Parent = Baton
  1514. end
  1515. wait(0.1)
  1516. local Knife = backpack['Knife']
  1517. local ss5 = Knife['MeeleScript']
  1518. for i=1,200 do -- You can change the value to something higher to increase Damage!
  1519. ss5:Clone().Parent = Knife
  1520. end
  1521. wait(0.1)
  1522. local Shotgun = backpack['Shotgun']
  1523. local ss6 = Shotgun['ShotgunScript']
  1524. for i=1,6 do -- You can change the value to something higher to increase Damage!
  1525. ss6:Clone().Parent = Shotgun
  1526. end
  1527. local Grenade = backpack['Grenade']
  1528. local ss7 = Grenade['GrenadeScript']
  1529. for i=1,12 do -- You can change the value to something higher to increase Damage!
  1530. ss7:Clone().Parent = Grenade
  1531. end
  1532. end)
  1533.  
  1534. GravityB.MouseButton1Down:connect(function()
  1535. local Numb = MultiBox.Text
  1536. game.Workspace.Gravity = Numb
  1537. message("Mad Reaper X: Gravity set.", "pink")
  1538. end)
  1539.  
  1540. SetSpeedB.MouseButton1Down:connect(function()
  1541. local CharHumanoid = game.Players.LocalPlayer.Character.Humanoid
  1542. local Speed = MultiBox.Text
  1543. message("Mad Reaper X: Speed set.", "pink")
  1544. message("Mad Reaper X: Don't set your speed higher than 65. You can get kicked.", "pink")
  1545. while wait() do
  1546. CharHumanoid.WalkSpeed = Speed
  1547. end
  1548. end)
  1549.  
  1550. GiveGunsB.MouseButton1Down:connect(function()
  1551. local oldpos = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  1552. wait (.075)
  1553. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(game.Workspace.ObjectSelection.AK47.AK47.Position)
  1554. wait (.075)
  1555. game.Workspace.ObjectSelection.AK47.AK47.AK47.Event:FireServer()
  1556. wait (.075)
  1557. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(oldpos)
  1558. wait(1)
  1559. local oldpos = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  1560. wait (.075)
  1561. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(game.Workspace.ObjectSelection.Shotgun.Shotgun.Position)
  1562. wait (.075)
  1563. game.Workspace.ObjectSelection.Shotgun.Shotgun.Shotgun.Event:FireServer()
  1564. wait (.075)
  1565. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(oldpos)
  1566. wait(0.5)
  1567. message("Mad Reaper X: Guns given.", "yellow")
  1568. end)
  1569.  
  1570. FirstPers = false
  1571. FPB.MouseButton1Down:connect(function()
  1572. if FirstPers == false then
  1573. FirstPers = true
  1574. FPB.Text = "First Person: [On]"
  1575. local player = game.Players.LocalPlayer
  1576. player.CameraMode = Enum.CameraMode.LockFirstPerson
  1577. elseif FirstPers == true then
  1578. FirstPers = false
  1579. FPB.Text = "First Person: [Off]"
  1580. local player = game.Players.LocalPlayer
  1581. player.CameraMode = Enum.CameraMode.Classic
  1582. end
  1583. end)
  1584.  
  1585. RemoveCellDB.MouseButton1Down:connect(function()
  1586. game.Workspace.Prison.CellSpawns:Destroy()
  1587. game.Workspace.Prison.FakeCell:Destroy()
  1588. message("Mad Reaper X: Cell Doors have been removed.", "pink")
  1589. end)
  1590.  
  1591. noclip = false
  1592. NoclipB.MouseButton1Down:connect(function()
  1593. message("Mad Reaper X: Noclip loaded. Press 'F' to enable and disable Noclip.", "light_blue")
  1594. game:GetService('RunService').Stepped:connect(function()
  1595. if noclip then
  1596. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  1597. end
  1598. end)
  1599.  
  1600. plr = game.Players.LocalPlayer
  1601. mouse = plr:GetMouse()
  1602. mouse.KeyDown:connect(function(key)
  1603. if key == "f" then
  1604. noclip = not noclip
  1605. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  1606. end
  1607. end)
  1608. end)
  1609.  
  1610. RemoveTagsB.MouseButton1Down:connect(function()
  1611. game.Players.LocalPlayer.Character.NameTag.Title:Destroy()
  1612. game.Players.LocalPlayer.Character.NameTag.Script:Destroy()
  1613. game.Players.LocalPlayer.Character.NameTag.Icon.Rank:Destroy()
  1614. game.Players.LocalPlayer.Character.NameTag:Destroy()
  1615. message("Mad Reaper X: All Name Tags have been removed.", "pink")
  1616. end)
  1617.  
  1618. GiveJetpackB.MouseButton1Down:connect(function()
  1619. local oldpos = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  1620. wait (0.1)
  1621. game.Workspace.ObjectSelection.BossKey.Nope.BossKey.Event:FireServer()
  1622. wait (0.2)
  1623. tweenMove(game.Players.LocalPlayer.Character, CFrame.new(Vector3.new(-2183.74902, 29.0133343, -1552.18677)))
  1624. wait (4)
  1625. game.Workspace.ObjectSelection.TakeJetpack.TakeJetpack.TakeJetpack.Event:FireServer()
  1626. wait (0.2)
  1627. tweenMove(game.Players.LocalPlayer.Character, CFrame.new(oldpos))
  1628. wait(0.2)
  1629. message("Mad Reaper X: Jetpack given." ,"yellow")
  1630. end)
  1631.  
  1632. GotoB.MouseButton1Down:connect(function()
  1633. message("Mad Reaper X: Player TP coming soon!", "light_blue")
  1634. end)
  1635.  
  1636. --
  1637.  
  1638. local A_1 = "Dialogue"
  1639. local A_2 =
  1640. {
  1641. [1] =
  1642. {
  1643. ["Delay"] = 3.5,
  1644. ["Text"] = "Mad Reaper X presented to you by Dishan & Iconz."
  1645. }
  1646. }
  1647. local Event = game:GetService("ReplicatedStorage").Event
  1648. Event:FireServer(A_1, A_2)
  1649. wait(4.7)
  1650.  
  1651. message("Mad Reaper X: Anti-Cheat Bypassed! You may now move.", "green")
  1652. wait(0.2)
  1653.  
  1654. message("Mad Reaper X: Press Q to open & close!", "blue")
  1655.  
  1656. -- End Of Script.
Add Comment
Please, Sign In to add comment