Advertisement
Jack12332

Sl2TopMafia

Oct 28th, 2022
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.30 KB | None | 0 0
  1. getgenv().rejoin = game:GetService("CoreGui").RobloxPromptGui.promptOverlay.ChildAdded:Connect(function(child)
  2. if child.Name == 'ErrorPrompt' and child:FindFirstChild('MessageArea') and child.MessageArea:FindFirstChild("ErrorFrame") then
  3. game:GetService("TeleportService"):Teleport(game.PlaceId)
  4. end
  5. end)
  6.  
  7.  
  8.  
  9. s = Instance.new("Sound",Workspace)
  10. s.Pitch = 1
  11. s.Volume = 1000
  12. s.SoundId = "rbxassetid://9577148759"
  13. s.Looped = false
  14. s.PlayOnRemove = false
  15. s:Play()
  16.  
  17. if game:GetService("Players").LocalPlayer.PlayerGui:FindFirstChild("Ticket") then
  18. game:GetService("Players").LocalPlayer.PlayerGui:FindFirstChild("Ticket"):Destroy()
  19. end
  20.  
  21. local DiscordLib =
  22. loadstring(game:HttpGet "https://pastebin.com/raw/pjQ6yNJK")()
  23.  
  24. local win = DiscordLib:Window("MonkeyHUB | Premium ")
  25.  
  26. local serv = win:Server("Main", "")
  27.  
  28. local A = serv:Channel("Player")
  29.  
  30. local B = serv:Channel("Teleport (Bike Requests)")
  31.  
  32. local C = serv:Channel("Combat")
  33.  
  34. local D = serv:Channel("Anti")
  35.  
  36. local F = serv:Channel("Fun & Troll")
  37.  
  38. A:Button(
  39. "Fly",
  40. function()
  41. loadstring(game:HttpGet("https://raw.githubusercontent.com/WspNas/fk7/main/README.md"))()
  42. end
  43. )
  44.  
  45. A:Button(
  46. "Fly Bypass (Bike Requests)",
  47. function()
  48. local plr = game:GetService("Players").LocalPlayer
  49. local pos = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  50. local roundedPos = math.round(pos.X) .. ", " .. math.round(pos.Y) .. ", " .. math.round(pos.Z)
  51.  
  52. function bypass()
  53. if game.Players.LocalPlayer.Character.Humanoid.Sit ~= true then
  54. rconsoleclear()
  55. rconsolewarn("Please be seated in any vehicle to inititate Bypass. \n - You can also sit in the passenger seat!")
  56. end
  57.  
  58. if game.Players.LocalPlayer.Character.Humanoid.Sit ~= false then
  59. workspace[plr.Name .. "'s Car"]:MoveTo(roundedPos)
  60. workspace[plr.Name .. "'s Car"].DriveSeat:Sit(plr.Character.Humanoid)
  61. end
  62. end
  63.  
  64. bypass()
  65. rconsoleclear()
  66. rconsolewarn("Successful! \n -If anything bugs out after you stop flying type '/respawn'")
  67. end
  68. )
  69.  
  70. A:Button(
  71. "Walk Speed Bypass",
  72. function()
  73. local plr = game.Players.LocalPlayer
  74. local char = plr.Character
  75.  
  76. char.Humanoid.WalkSpeed = 40
  77. end
  78. )
  79.  
  80. A:Button(
  81. "Skip loading Screen",
  82. function()
  83. local LP = game:GetService("Players").LocalPlayer
  84. if LP.PlayerGui:FindFirstChild("Menu") then
  85. LP.PlayerGui:FindFirstChild("Menu"):Destroy()
  86. end
  87.  
  88. if LP.PlayerGui:FindFirstChild("Agreement") then
  89. LP.PlayerGui:FindFirstChild("Agreement"):Destroy()
  90. end
  91.  
  92. LP.PlayerGui.Stats.Enabled = true
  93. LP.PlayerGui.twitter.Enabled = false
  94.  
  95. workspace.CurrentCamera.CameraType = "Custom"
  96. local char = LP.Character or LP.CharacterAdded:Wait()
  97. workspace.CurrentCamera.CameraSubject = char:WaitForChild("Humanoid")
  98. end
  99. )
  100.  
  101. A:Button(
  102. "Infinite Stamina",
  103. function()
  104. while true do
  105. wait(0)
  106. game.Players.LocalPlayer.Valuestats.Stamina.Value = 100
  107. end
  108. end
  109. )
  110.  
  111. A:Button(
  112. "Infinite Hunger",
  113. function()
  114. while true do
  115. wait(0)
  116. game.Players.LocalPlayer.Valuestats.Hunger.Value = 100
  117. end
  118. end
  119. )
  120.  
  121. A:Button(
  122. "Infinite Karma",
  123. function()
  124. while true do
  125. wait(1)
  126. game.Players.LocalPlayer.Valuestats.Karma.Value = 999999
  127. end
  128. end
  129. )
  130.  
  131. A:Button(
  132. "Infinite Skittles",
  133. function()
  134. while wait() do
  135. game:GetService("Players").LocalPlayer.PlayerGui.Run.Value.Value = true
  136. game.Players.LocalPlayer.Character.Resistance.Value = true
  137. game:GetService("Workspace").LocalPlayer.Resistance = true
  138. end
  139. end
  140. )
  141.  
  142. A:Button(
  143. "Removes Karma Alert",
  144. function()
  145. while true do
  146. wait(1)
  147. game.ReplicatedStorage.KarmaAlert:Destroy()
  148. end
  149. end
  150. )
  151.  
  152. A:Button(
  153. "Removes Traffic City Noises",
  154. function()
  155. while true do
  156. wait(1)
  157. game.SoundService["Traffic City Noises"]:Destroy()
  158. end
  159. end
  160. )
  161.  
  162. A:Button(
  163. "Remove Damage Blood",
  164. function()
  165. wait(1)
  166. game.Players.LocalPlayer.PlayerGui.Dmg:Destroy()
  167. end
  168. )
  169.  
  170. B:Button(
  171. "Bring Car",
  172. function()
  173. local plr = game:GetService("Players").LocalPlayer
  174. game:GetService("Workspace")[plr.Name.."'s Car"]:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  175. task.wait(.1)
  176. game:GetService("Workspace")[plr.Name.."'s Car"].DriveSeat:sit(plr.Character.Humanoid)
  177.  
  178. end
  179. )
  180.  
  181. B:Button(
  182. "Apartment Bypass",
  183. function()
  184. game.ReplicatedStorage.Places:Clone().Parent = game.Workspace
  185. end
  186. )
  187.  
  188. B:Textbox("Teleport To Player", "Put Player Name Here",
  189. true,
  190. function(text)
  191. for i, v in pairs(game.Players:GetChildren()) do
  192. if (string.sub(string.lower(v.Name), 1, string.len(text))) == string.lower(text) then
  193. text = v.Name
  194. end
  195. end
  196. local plr = game.Players.LocalPlayer
  197. local ooooooof = text
  198. local plr1 = game.Players.LocalPlayer.Character
  199. local plr2 = game.Workspace:FindFirstChild(ooooooof)
  200. plr1.HumanoidRootPart.CFrame = plr2.HumanoidRootPart.CFrame * CFrame.new(0,2,0)
  201. game:GetService("Workspace")[plr.Name.."'s Car"]:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  202. task.wait()
  203. game:GetService("Workspace")[plr.Name.."'s Car"].DriveSeat:sit(plr.Character.Humanoid)
  204. task.wait()
  205. game:GetService("ReplicatedStorage").DoorService:FireServer("HOP",workspace:FindFirstChild(plr.Name .. "'s Car"))
  206. end
  207. )
  208.  
  209. B:Button(
  210. "Apartment 1",
  211. function()
  212. local plr = game.Players.LocalPlayer
  213. local workspace = game.Workspace
  214. plr.Character.HumanoidRootPart.CFrame = CFrame.new(-176.541977, -457.964905, -69.6778412, 0.0172199383, -7.30185334e-08, 0.999851704, -1.86776674e-08, 1, 7.33510319e-08, -0.999851704, -1.99379979e-08, 0.0172199383)
  215. game:GetService("Workspace")[plr.Name.."'s Car"]:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  216. task.wait()
  217. game:GetService("Workspace")[plr.Name.."'s Car"].DriveSeat:sit(plr.Character.Humanoid)
  218. task.wait()
  219. game:GetService("ReplicatedStorage").DoorService:FireServer("HOP",workspace:FindFirstChild(plr.Name .. "'s Car"))
  220. end
  221. )
  222.  
  223. B:Button(
  224. "Apartment 2",
  225. function()
  226. local plr = game.Players.LocalPlayer
  227. local workspace = game.Workspace
  228. plr.Character.HumanoidRootPart.CFrame = CFrame.new(-175.904221, -457.964905, -493.479797, 0.0789805874, -2.37789219e-08, 0.99687618, -4.13485459e-08, 1, 2.71294027e-08, -0.99687618, -4.33620748e-08, 0.0789805874)
  229. game:GetService("Workspace")[plr.Name.."'s Car"]:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  230. task.wait()
  231. game:GetService("Workspace")[plr.Name.."'s Car"].DriveSeat:sit(plr.Character.Humanoid)
  232. task.wait()
  233. game:GetService("ReplicatedStorage").DoorService:FireServer("HOP",workspace:FindFirstChild(plr.Name .. "'s Car"))
  234. end
  235. )
  236.  
  237. B:Button(
  238. "Apartment 3",
  239. function()
  240. local plr = game.Players.LocalPlayer
  241. local workspace = game.Workspace
  242. plr.Character.HumanoidRootPart.CFrame = CFrame.new(-0.532082677, -457.913483, -112.602715, -0.000539803877, -4.52883206e-08, -0.999999881, 6.60640032e-09, 1, -4.52918947e-08, 0.999999881, -6.63084831e-09, -0.000539803877)
  243. game:GetService("Workspace")[plr.Name.."'s Car"]:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  244. task.wait()
  245. game:GetService("Workspace")[plr.Name.."'s Car"].DriveSeat:sit(plr.Character.Humanoid)
  246. task.wait()
  247. game:GetService("ReplicatedStorage").DoorService:FireServer("HOP",workspace:FindFirstChild(plr.Name .. "'s Car"))
  248. end
  249. )
  250.  
  251. B:Button(
  252. "Sports Direct",
  253. function()
  254. local plr = game.Players.LocalPlayer
  255. local workspace = game.Workspace
  256. plr.Character.HumanoidRootPart.CFrame = CFrame.new(-195.589691, -463.662384, 92.2535934, 0.238895774, 2.38148239e-08, 0.971045196, 3.21983293e-08, 1, -3.24463443e-08, -0.971045196, 3.90173298e-08, 0.238895774)
  257. game:GetService("Workspace")[plr.Name.."'s Car"]:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  258. task.wait()
  259. game:GetService("Workspace")[plr.Name.."'s Car"].DriveSeat:sit(plr.Character.Humanoid)
  260. task.wait()
  261. game:GetService("ReplicatedStorage").DoorService:FireServer("HOP",workspace:FindFirstChild(plr.Name .. "'s Car"))
  262. end
  263. )
  264.  
  265. B:Button(
  266. "Tescos",
  267. function()
  268. local plr = game.Players.LocalPlayer
  269. local workspace = game.Workspace
  270. plr.Character.HumanoidRootPart.CFrame = CFrame.new(983.751831, -446.635803, 103.678848, -0.381174803, -9.88733646e-08, -0.924502969, -2.49378118e-08, 1, -9.66656728e-08, 0.924502969, -1.37914373e-08, -0.381174803)
  271. game:GetService("Workspace")[plr.Name.."'s Car"]:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  272. task.wait()
  273. game:GetService("Workspace")[plr.Name.."'s Car"].DriveSeat:sit(plr.Character.Humanoid)
  274. task.wait()
  275. game:GetService("ReplicatedStorage").DoorService:FireServer("HOP",workspace:FindFirstChild(plr.Name .. "'s Car"))
  276. end
  277. )
  278.  
  279. B:Button(
  280. "Urbans",
  281. function()
  282. local plr = game.Players.LocalPlayer
  283. local workspace = game.Workspace
  284. plr.Character.HumanoidRootPart.CFrame = CFrame.new(282, 4.45790863, -157, 1, 6.64652404e-08, -1.07617515e-13, -6.64652404e-08, 1, 7.81934428e-09, 1.08137234e-13, -7.81934428e-09, 1)
  285. game:GetService("Workspace")[plr.Name.."'s Car"]:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  286. task.wait()
  287. game:GetService("Workspace")[plr.Name.."'s Car"].DriveSeat:sit(plr.Character.Humanoid)
  288. task.wait()
  289. game:GetService("ReplicatedStorage").DoorService:FireServer("HOP",workspace:FindFirstChild(plr.Name .. "'s Car"))
  290. end
  291. )
  292.  
  293. B:Button(
  294. "Bandos",
  295. function()
  296. local plr = game.Players.LocalPlayer
  297. local workspace = game.Workspace
  298. plr.Character.HumanoidRootPart.CFrame = CFrame.new(-20, 4.4000082, -24, 1, 9.46803347e-09, -1.61477362e-14, -9.46803347e-09, 1, -1.32429419e-08, 1.60223516e-14, 1.32429419e-08, 1)
  299. game:GetService("Workspace")[plr.Name.."'s Car"]:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  300. task.wait()
  301. game:GetService("Workspace")[plr.Name.."'s Car"].DriveSeat:sit(plr.Character.Humanoid)
  302. task.wait()
  303. game:GetService("ReplicatedStorage").DoorService:FireServer("HOP",workspace:FindFirstChild(plr.Name .. "'s Car"))
  304. end
  305. )
  306.  
  307. B:Button(
  308. "Barbers",
  309. function()
  310. local plr = game.Players.LocalPlayer
  311. local workspace = game.Workspace
  312. plr.Character.HumanoidRootPart.CFrame = CFrame.new(-21, 4.40000916, 102, 1, -3.14583648e-09, -1.63019792e-14, 3.14583648e-09, 1, 4.40034809e-09, 1.62881369e-14, -4.40034809e-09, 1)
  313. game:GetService("Workspace")[plr.Name.."'s Car"]:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  314. task.wait()
  315. game:GetService("Workspace")[plr.Name.."'s Car"].DriveSeat:sit(plr.Character.Humanoid)
  316. task.wait()
  317. game:GetService("ReplicatedStorage").DoorService:FireServer("HOP",workspace:FindFirstChild(plr.Name .. "'s Car"))
  318. end
  319. )
  320.  
  321. B:Button(
  322. "Hair Salon",
  323. function()
  324. local plr = game.Players.LocalPlayer
  325. local workspace = game.Workspace
  326. plr.Character.HumanoidRootPart.CFrame = CFrame.new(-21.0000038, 4.40000916, 120.000015, 1, 3.68644564e-08, -1.16391732e-13, -3.68644564e-08, 1, -5.15691454e-08, 1.14490665e-13, 5.15691454e-08, 1)
  327. game:GetService("Workspace")[plr.Name.."'s Car"]:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  328. task.wait()
  329. game:GetService("Workspace")[plr.Name.."'s Car"].DriveSeat:sit(plr.Character.Humanoid)
  330. task.wait()
  331. game:GetService("ReplicatedStorage").DoorService:FireServer("HOP",workspace:FindFirstChild(plr.Name .. "'s Car"))
  332. end
  333. )
  334.  
  335. B:Button(
  336. "Muruna Restaurant",
  337. function()
  338. local plr = game.Players.LocalPlayer
  339. local workspace = game.Workspace
  340. plr.Character.HumanoidRootPart.CFrame = CFrame.new(-21, 4.40000916, 209, 1, 3.79887801e-08, -2.18802942e-14, -3.79887801e-08, 1, -5.31432249e-08, 1.98614488e-14, 5.31432249e-08, 1)
  341. game:GetService("Workspace")[plr.Name.."'s Car"]:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  342. task.wait()
  343. game:GetService("Workspace")[plr.Name.."'s Car"].DriveSeat:sit(plr.Character.Humanoid)
  344. task.wait()
  345. game:GetService("ReplicatedStorage").DoorService:FireServer("HOP",workspace:FindFirstChild(plr.Name .. "'s Car"))
  346. end
  347. )
  348.  
  349. B:Button(
  350. "Quiz Clothing",
  351. function()
  352. local plr = game.Players.LocalPlayer
  353. local workspace = game.Workspace
  354. plr.Character.HumanoidRootPart.CFrame = CFrame.new(-20, 4.45790815, -52.0000076, 1, -2.40221443e-09, -2.3818412e-13, 2.40221443e-09, 1, 3.36058181e-09, 2.38176042e-13, -3.36058181e-09, 1)
  355. game:GetService("Workspace")[plr.Name.."'s Car"]:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  356. task.wait()
  357. game:GetService("Workspace")[plr.Name.."'s Car"].DriveSeat:sit(plr.Character.Humanoid)
  358. task.wait()
  359. game:GetService("ReplicatedStorage").DoorService:FireServer("HOP",workspace:FindFirstChild(plr.Name .. "'s Car"))
  360. end
  361. )
  362.  
  363. B:Button(
  364. "Car Dealership",
  365. function()
  366. local plr = game.Players.LocalPlayer
  367. local workspace = game.Workspace
  368. plr.Character.HumanoidRootPart.CFrame = CFrame.new(-93.9999847, 4.15790749, 542, 1, -1.20612453e-08, -2.38422726e-13, 1.20612453e-08, 1, 1.68743792e-08, 2.38219221e-13, -1.68743792e-08, 1)
  369. game:GetService("Workspace")[plr.Name.."'s Car"]:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  370. task.wait()
  371. game:GetService("Workspace")[plr.Name.."'s Car"].DriveSeat:sit(plr.Character.Humanoid)
  372. task.wait()
  373. game:GetService("ReplicatedStorage").DoorService:FireServer("HOP",workspace:FindFirstChild(plr.Name .. "'s Car"))
  374. end
  375. )
  376.  
  377. B:Button(
  378. "Petrol Station",
  379. function()
  380. local plr = game.Players.LocalPlayer
  381. local workspace = game.Workspace
  382. plr.Character.HumanoidRootPart.CFrame = CFrame.new(-391, 4.27190638, 326.000061, 1, -4.65898431e-08, -3.57836346e-13, 4.65898431e-08, 1, 6.51843592e-08, 3.54799415e-13, -6.51843592e-08, 1)
  383. game:GetService("Workspace")[plr.Name.."'s Car"]:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  384. task.wait()
  385. game:GetService("Workspace")[plr.Name.."'s Car"].DriveSeat:sit(plr.Character.Humanoid)
  386. task.wait()
  387. game:GetService("ReplicatedStorage").DoorService:FireServer("HOP",workspace:FindFirstChild(plr.Name .. "'s Car"))
  388. end
  389. )
  390.  
  391. B:Button(
  392. "Police Station",
  393. function()
  394. local plr = game.Players.LocalPlayer
  395. local workspace = game.Workspace
  396. plr.Character.HumanoidRootPart.CFrame = CFrame.new(-207, 6, -211, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  397. game:GetService("Workspace")[plr.Name.."'s Car"]:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  398. task.wait()
  399. game:GetService("Workspace")[plr.Name.."'s Car"].DriveSeat:sit(plr.Character.Humanoid)
  400. task.wait()
  401. game:GetService("ReplicatedStorage").DoorService:FireServer("HOP",workspace:FindFirstChild(plr.Name .. "'s Car"))
  402. end
  403. )
  404.  
  405. B:Button(
  406. "Banks Boxing",
  407. function()
  408. local plr = game.Players.LocalPlayer
  409. local workspace = game.Workspace
  410. plr.Character.HumanoidRootPart.CFrame = CFrame.new(-190, 4.40000916, 168, 1, -9.0672172e-09, 2.15987354e-14, 9.0672172e-09, 1, -5.94992215e-08, -2.10592431e-14, 5.94992215e-08, 1)
  411. game:GetService("Workspace")[plr.Name.."'s Car"]:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  412. task.wait()
  413. game:GetService("Workspace")[plr.Name.."'s Car"].DriveSeat:sit(plr.Character.Humanoid)
  414. task.wait()
  415. game:GetService("ReplicatedStorage").DoorService:FireServer("HOP",workspace:FindFirstChild(plr.Name .. "'s Car"))
  416. end
  417. )
  418.  
  419. B:Button(
  420. "Night Club",
  421. function()
  422. local plr = game.Players.LocalPlayer
  423. local workspace = game.Workspace
  424. plr.Character.HumanoidRootPart.CFrame = CFrame.new(-21, 4.40000916, 182, 1, -5.01537478e-08, -6.47372331e-15, 5.01537478e-08, 1, -5.58382318e-09, 6.75377316e-15, 5.58382318e-09, 1)
  425. game:GetService("Workspace")[plr.Name.."'s Car"]:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  426. task.wait()
  427. game:GetService("Workspace")[plr.Name.."'s Car"].DriveSeat:sit(plr.Character.Humanoid)
  428. task.wait()
  429. game:GetService("ReplicatedStorage").DoorService:FireServer("HOP",workspace:FindFirstChild(plr.Name .. "'s Car"))
  430. end
  431. )
  432.  
  433. B:Button(
  434. "Ultimate Drip",
  435. function()
  436. local plr = game.Players.LocalPlayer
  437. local workspace = game.Workspace
  438. plr.Character.HumanoidRootPart.CFrame = CFrame.new(479.154602, -395.400482, -91.1273499, 0.216078922, 1.49673074e-08, 0.976375878, -1.26980304e-09, 1, -1.50484354e-08, -0.976375878, 2.01184469e-09, 0.216078922)
  439. game:GetService("Workspace")[plr.Name.."'s Car"]:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  440. task.wait()
  441. game:GetService("Workspace")[plr.Name.."'s Car"].DriveSeat:sit(plr.Character.Humanoid)
  442. task.wait()
  443. game:GetService("ReplicatedStorage").DoorService:FireServer("HOP",workspace:FindFirstChild(plr.Name .. "'s Car"))
  444. end
  445. )
  446.  
  447. B:Button(
  448. "School",
  449. function()
  450. local plr = game.Players.LocalPlayer
  451. local workspace = game.Workspace
  452. plr.Character.HumanoidRootPart.CFrame = CFrame.new(-351, 5.93800926, -39, 1, 8.71055903e-08, 5.51441827e-14, -8.71055903e-08, 1, 9.69893588e-09, -5.4299352e-14, -9.69893588e-09, 1)
  453. game:GetService("Workspace")[plr.Name.."'s Car"]:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  454. task.wait()
  455. game:GetService("Workspace")[plr.Name.."'s Car"].DriveSeat:sit(plr.Character.Humanoid)
  456. task.wait()
  457. game:GetService("ReplicatedStorage").DoorService:FireServer("HOP",workspace:FindFirstChild(plr.Name .. "'s Car"))
  458. end
  459. )
  460.  
  461. B:Button(
  462. "New London",
  463. function()
  464. local plr = game.Players.LocalPlayer
  465. local workspace = game.Workspace
  466. plr.Character.HumanoidRootPart.CFrame = CFrame.new(612.033203, -400.384491, -106.705254, -0.0193231795, -7.59797825e-09, 0.999813318, 1.18716381e-09, 1, 7.62234187e-09, -0.999813318, 1.33423006e-09, -0.0193231795)
  467. game:GetService("Workspace")[plr.Name.."'s Car"]:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  468. task.wait()
  469. game:GetService("Workspace")[plr.Name.."'s Car"].DriveSeat:sit(plr.Character.Humanoid)
  470. task.wait()
  471. game:GetService("ReplicatedStorage").DoorService:FireServer("HOP",workspace:FindFirstChild(plr.Name .. "'s Car"))
  472. end
  473. )
  474.  
  475. B:Button(
  476. "Face Lift",
  477. function()
  478. local plr = game.Players.LocalPlayer
  479. local workspace = game.Workspace
  480. plr.Character.HumanoidRootPart.CFrame = CFrame.new(281, 4.45790815, -188, 1, -6.91100155e-09, 2.24737441e-14, 6.91100155e-09, 1, -7.69573294e-10, -2.24684248e-14, 7.69573294e-10, 1)
  481. game:GetService("Workspace")[plr.Name.."'s Car"]:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  482. task.wait()
  483. game:GetService("Workspace")[plr.Name.."'s Car"].DriveSeat:sit(plr.Character.Humanoid)
  484. task.wait()
  485. game:GetService("ReplicatedStorage").DoorService:FireServer("HOP",workspace:FindFirstChild(plr.Name .. "'s Car"))
  486. end
  487. )
  488.  
  489. B:Button(
  490. "OO Block",
  491. function()
  492. local plr = game.Players.LocalPlayer
  493. local workspace = game.Workspace
  494. plr.Character.HumanoidRootPart.CFrame = CFrame.new(-359, 4.53488302, -185, 1, -1.25941853e-08, 1.20608318e-14, 1.25941853e-08, 1, -1.76135628e-09, -1.20386489e-14, 1.76135628e-09, 1)
  495. game:GetService("Workspace")[plr.Name.."'s Car"]:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  496. task.wait()
  497. game:GetService("Workspace")[plr.Name.."'s Car"].DriveSeat:sit(plr.Character.Humanoid)
  498. task.wait()
  499. game:GetService("ReplicatedStorage").DoorService:FireServer("HOP",workspace:FindFirstChild(plr.Name .. "'s Car"))
  500. end
  501. )
  502.  
  503. B:Button(
  504. "K33 Block",
  505. function()
  506. local plr = game.Players.LocalPlayer
  507. local workspace = game.Workspace
  508. plr.Character.HumanoidRootPart.CFrame = CFrame.new(-78, 7.00918674, 163, 1, 6.13948075e-08, 1.15661519e-14, -6.13948075e-08, 1, 8.58640181e-09, -1.10389908e-14, -8.58640181e-09, 1)
  509. game:GetService("Workspace")[plr.Name.."'s Car"]:MoveTo(game.Players.LocalPlayer.Character.HumanoidRootPart.Position)
  510. task.wait()
  511. game:GetService("Workspace")[plr.Name.."'s Car"].DriveSeat:sit(plr.Character.Humanoid)
  512. task.wait()
  513. game:GetService("ReplicatedStorage").DoorService:FireServer("HOP",workspace:FindFirstChild(plr.Name .. "'s Car"))
  514. end
  515. )
  516.  
  517.  
  518.  
  519.  
  520. C:Textbox(
  521. "Kick Player Fist",
  522. "Put Player Name Here",
  523. true,
  524. function(text)
  525. for i,v in pairs(game.Players:GetChildren()) do
  526. if (string.sub(string.lower(v.Name),1,string.len(text))) == string.lower(text) then
  527. text = v.Name
  528. end
  529. end
  530. -- main scirpt under
  531. if not game.Players.LocalPlayer.Character:FindFirstChild("Fist") then
  532. game.Players.LocalPlayer.Backpack.Fist.Parent = game.Players.LocalPlayer.Character
  533. end
  534.  
  535.  
  536. local alive = true
  537. local name = text
  538. local kid = game.Players.LocalPlayer.Character
  539. local kiddie = game.Players[name].Character
  540. local startpos1 = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  541.  
  542. local plr = game:GetService("Players").LocalPlayer
  543. local char = plr.Character
  544. --tp bypass
  545. for Loop = 1, 10 do
  546. local args = {
  547. [1] = "Apartments"
  548. }
  549. game:GetService("ReplicatedStorage").DoorService:FireServer(unpack(args))
  550. task.wait(0.025)
  551. char.HumanoidRootPart.CFrame = CFrame.new(-99, 4, -115)
  552. end
  553. -- end
  554. task.wait(1)
  555. char.HumanoidRootPart.CFrame = startpos1
  556.  
  557. local ohInstance1 = game.Players[name].Character.Humanoid
  558. local ohNil2 = nil
  559. local ohNumber3 = 1
  560. local ohInstance4 = game.Players[name].Character.Head
  561. local ohBoolean5 = true
  562. local ohVector36 = Vector3.new()
  563. local ohBoolean7 = false
  564. while alive do
  565. task.wait(0.05)
  566. game.Players.LocalPlayer.Character.Fist.LocalScript.Script.e:FireServer(ohInstance1, ohNil2, ohNumber3, ohInstance4, ohBoolean5, ohVector36, ohBoolean7)
  567. kid.HumanoidRootPart.CFrame = kiddie.HumanoidRootPart.CFrame
  568.  
  569. if game.Players[name].Character.Humanoid.Health <= 25 or alive == false then
  570. local args = {
  571. [1] = game:GetService("Players")[name]
  572. }
  573. game:GetService("ReplicatedStorage").CarryingServer:FireServer(unpack(args))
  574.  
  575. repeat
  576. task.wait(0.2)
  577. --tp bypass
  578. local plr = game:GetService("Players").LocalPlayer
  579. local char = plr.Character
  580. for Loop = 1, 10 do
  581. local args = {
  582. [1] = "Apartments"
  583. }
  584. game:GetService("ReplicatedStorage").DoorService:FireServer(unpack(args))
  585. task.wait(0.025)
  586. char.HumanoidRootPart.CFrame = CFrame.new(-99, 4, -115)
  587. end
  588. -- end
  589. task.wait(1)
  590. char.HumanoidRootPart.CFrame = CFrame.new(-2740.23071, -184.292358, -2930.51563, -0.684846103, 0.106422901, -0.720874488, 1.90580485e-09, 0.989277601, 0.146047324, 0.728687763, 0.100019939, -0.677502871) -- Place to TP
  591. local args = {
  592. [1] = game:GetService("Players")[name]
  593. }
  594. game:GetService("ReplicatedStorage").CarryingServer:FireServer(unpack(args))
  595. task.wait(0.9)
  596. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = startpos1
  597. task.wait(0.2)
  598. game:GetService('Players').LocalPlayer.Character.HumanoidRootPart.CFrame = startpos1
  599. task.wait(.2)
  600. until not game.Players:FindFirstChild(name)
  601. end
  602. end
  603. end
  604. )
  605.  
  606. C:Textbox(
  607. "Kill Player Fist",
  608. "Put Player Name Here",
  609. true,
  610. function(text)
  611. for i, v in pairs(game.Players:GetChildren()) do
  612. if (string.sub(string.lower(v.Name), 1, string.len(text))) == string.lower(text) then
  613. text = v.Name
  614. end
  615. end
  616. local Target = text
  617. local dead
  618.  
  619. if not game.Players.LocalPlayer.Backpack:FindFirstChild("Fist") then
  620. return notify("No fists found!", 10)
  621. end
  622.  
  623. if not game.Players.LocalPlayer.Character:FindFirstChild("Fist") then
  624. game.Players.LocalPlayer.Backpack.Fist.Parent = game.Players.LocalPlayer.Character
  625. end
  626.  
  627. if game.Players[Target].Character.Humanoid.Health >= 1 then
  628. dead = false
  629. end
  630.  
  631. if game.Players[Target].Character.Humanoid.Health <= 1 then
  632. dead = true
  633. end
  634.  
  635. local ohInstance1 = game.Players[Target].Character.Humanoid
  636. local ohNil2 = nil
  637. local ohNumber3 = 0
  638. local ohInstance4 = game.Players.LocalPlayer.Character.Head
  639. local ohBoolean5 = true
  640. local ohVector36 = game.Players[Target].Character.HumanoidRootPart.Position
  641. local ohBoolean7 = false
  642.  
  643. while dead ~= true do
  644. task.wait(.04)
  645. game.Players.LocalPlayer.Character.Fist.LocalScript.Script.e:FireServer(
  646. ohInstance1,
  647. ohNil2,
  648. ohNumber3,
  649. ohInstance4,
  650. ohBoolean5,
  651. ohVector36,
  652. ohBoolean7
  653. )
  654. end
  655. end
  656. )
  657.  
  658. C:Button(
  659. "HitBox",
  660. function()
  661. loadstring(game:HttpGet("https://raw.githubusercontent.com/WspNas/dedefe/main/README.md"))()
  662. end
  663. )
  664.  
  665. C:Button(
  666. "ESP",
  667. function()
  668. loadstring(game:HttpGet("https://raw.githubusercontent.com/WspNas/fwfveef/main/README.md"))()
  669. end
  670. )
  671.  
  672. C:Button(
  673. "Chat SPY",
  674. function()
  675. loadstring(game:HttpGet("https://raw.githubusercontent.com/WspNas/defefef/main/README.md"))()
  676. end
  677. )
  678.  
  679. C:Button(
  680. "Pick Up Tools",
  681. function()
  682. local g = game.Workspace.tools
  683. while task.wait() do
  684. for fk, fl in pairs((g:GetChildren())) do
  685. if fl:IsA("Tool") then
  686. if fl:IsA("Tool") and fl.Name == "Phone" or fl.Name == "Crate" then
  687. else
  688. game:GetService("Players").LocalPlayer.Character.Humanoid:EquipTool(fl)
  689.  
  690. end
  691. end
  692. end
  693. end
  694. end
  695. )
  696.  
  697. C:Button(
  698. "Quick Buy Food",
  699. function()
  700. loadstring(game:HttpGet("https://raw.githubusercontent.com/WspNas/sasasas/main/README.md"))()
  701. end
  702. )
  703.  
  704. C:Button(
  705. "Infinite Ammo",
  706. function()
  707. for i, v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  708. if v:IsA("Tool") and v:FindFirstChild("Stats") then
  709. task.spawn(function()
  710. while task.wait(5) do
  711. if v.Stats.ClipSize.Value ~= v.Stats.ClipSize.Original.Value then
  712. v.Stats.ClipSize.Value = math.huge
  713. v.Stats.ClipSize.Original.Value = math.huge
  714. end
  715. end
  716. end)
  717. end
  718. end
  719. end
  720. )
  721.  
  722. C:Button(
  723. "One tap",
  724. function()
  725. local meleeRemote = game:GetService("ReplicatedStorage").GunRemotes.Impact;
  726. local OldNameCall = nil
  727. OldNameCall = hookmetamethod(game, "__namecall", function(Self, ...)
  728. local Args = {...}
  729. local NamecallMethod = getnamecallmethod()
  730.  
  731. if not checkcaller() and Self == meleeRemote and NamecallMethod == "FireServer" then
  732. for i=1, 15, 1 do
  733. OldNameCall(Self,...);
  734. end
  735. end
  736.  
  737. return OldNameCall(Self, ...)
  738. end)
  739. end
  740. )
  741.  
  742.  
  743.  
  744. D:Button(
  745. "Anti AFK",
  746. function()
  747. loadstring(game:HttpGet("https://raw.githubusercontent.com/WspNas/dfefefe/main/README.md"))()
  748. end
  749. )
  750.  
  751. D:Button(
  752. "Anti Camera Bob",
  753. function()
  754. loadstring(game:HttpGet("https://raw.githubusercontent.com/WspNas/sfegrgr/main/README.md"))()
  755. end
  756. )
  757.  
  758. D:Button(
  759. "Anti Ragdoll",
  760. function()
  761. game:GetService("ReplicatedStorage").Modules.RagdollHandler:Destroy()
  762. game.ReplicatedStorage.RemoteEvents.SetPlayerRagdolled:Destroy()
  763. game.Workspace.Ragdoller:Destroy()
  764.  
  765. while task.wait(1) do
  766. if game.Players.LocalPlayer.Character:FindFirstChild("Ragdolled") then
  767. game.Players.LocalPlayer.Character:FindFirstChild("Ragdolled"):Destroy()
  768. end
  769. end
  770. end
  771. )
  772.  
  773. D:Button(
  774. "Anti Blur",
  775. function()
  776. loadstring(game:HttpGet("https://raw.githubusercontent.com/WspNas/sdfe3/main/README.md"))()
  777. end
  778. )
  779.  
  780. D:Button(
  781. "Anti Combat Log",
  782. function()
  783. game:GetService("Players").LocalPlayer.PlayerGui.Stats.CLog:Destroy()
  784. end
  785. )
  786.  
  787.  
  788.  
  789. F:Button(
  790. "BoomBox",
  791. function()
  792. _G.boomboxb = game:GetObjects('rbxassetid://740618400')[1]
  793. _G.boomboxb.Parent = game:GetService'Players'.LocalPlayer.Backpack
  794. loadstring(_G.boomboxb.Client.Source)()
  795. loadstring(_G.boomboxb.Server.Source)()
  796. end
  797. )
  798.  
  799. F:Button(
  800. "No Face",
  801. function()
  802. loadstring(game:HttpGet("https://raw.githubusercontent.com/WspNas/wqqqq/main/README.md"))()
  803. end
  804. )
  805.  
  806. F:Button(
  807. "No Head",
  808. function()
  809. loadstring(game:HttpGet("https://raw.githubusercontent.com/WspNas/fdqqqqq/main/README.md"))()
  810. end
  811. )
  812.  
  813. F:Button(
  814. "bald",
  815. function()
  816. for i,v in next, game:GetService('Players').LocalPlayer.Character:GetChildren() do
  817. if v:IsA('Accessory') then
  818. v:Destroy()
  819. end
  820. end
  821. end
  822. )
  823.  
  824. F:Button(
  825. "No Legs",
  826. function()
  827. loadstring(game:HttpGet("https://raw.githubusercontent.com/WspNas/eqqqqq/main/README.md"))()
  828. end
  829. )
  830.  
  831. F:Button(
  832. "No Arms",
  833. function()
  834. game:GetService("Players").LocalPlayer.Character.RightUpperArm:Destroy()
  835. game:GetService("Players").LocalPlayer.Character.RightLowerArm:Destroy()
  836. game:GetService("Players").LocalPlayer.Character.LeftUpperArm:Destroy()
  837. game:GetService("Players").LocalPlayer.Character.LeftLowerArm:Destroy()
  838. end
  839. )
  840.  
  841. F:Button(
  842. "No Name",
  843. function()
  844. loadstring(game:HttpGet("https://raw.githubusercontent.com/WspNas/wwdghjhgfds/main/README.md"))()
  845. end
  846. )
  847.  
  848. F:Button(
  849. "Fire Hands",
  850. function()
  851. Fire.Parent = game.Players.LocalPlayer.Character.RightHand
  852. Fire.Heat = 5
  853. Fire.Size = 2
  854. end
  855. )
  856.  
  857. F:Button(
  858. "Kill Your Self",
  859. function()
  860. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  861. end
  862. )
  863.  
  864. F:Button(
  865. "Join Low Server",
  866. function()
  867. loadstring(game:HttpGet("https://raw.githubusercontent.com/WspNas/fgf/main/README.md"))()
  868. end
  869. )
  870.  
  871. F:Button(
  872. "Loud Sound",
  873. function()
  874. local args = {
  875. [1] = workspace:FindFirstChild(game.Players.LocalPlayer.Name .. "'s Car")
  876. }
  877.  
  878. game:GetService("ReplicatedStorage").TireSmoke:FireServer(unpack(args))
  879.  
  880. local args = {
  881. [1] = game.Workspace[game.Players.LocalPlayer.Name .. "'s Car"],
  882. [2] = 1000,
  883. [3] = 1000,
  884. [4] = false,
  885. [5] = 1000,
  886. [6] = 1000,
  887. [7] = 0,
  888. [8] = 1000,
  889. [9] = false
  890. }
  891.  
  892. game:GetService("ReplicatedStorage").CarSound:FireServer(unpack(args))
  893. end
  894. )
  895.  
  896. F:Button(
  897. "Ghost Drive A Car",
  898. function()
  899. local plr = game.Players.LocalPlayer
  900.  
  901. -- / function
  902. local function SelfDrive()
  903. if game:GetService("Workspace")[plr.Name.."'s Car"] then
  904. game:GetService("Workspace")[plr.Name.."'s Car"]["A-Chassis Tune"]:Clone().Parent = game.Players.LocalPlayer.Character
  905. else
  906. rconsoleprint("Failed to find car!")
  907. end
  908. end
  909.  
  910. SelfDrive()
  911. end
  912. )
  913.  
  914. F:Button(
  915. "Call all",
  916. function()
  917. local function callAll( )
  918. for i,v in pairs(Players:GetPlayers( )) do
  919. if v ~= LocalPlayer then
  920.  
  921. local args = {
  922. [1] = v,
  923. [2] = "Starting"
  924. };
  925.  
  926. game:GetService("ReplicatedStorage").Call:FireServer(unpack(args));
  927.  
  928. print("called " .. v.Name);
  929. end;
  930. end;
  931. end;
  932. callAll()
  933. end
  934. )
  935.  
  936.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement