Advertisement
TeoMessiKing

asd

Mar 12th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.84 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local gui = Instance.new("ScreenGui")
  5. local freecamframe = Instance.new("Frame")
  6. local freecambutton = Instance.new("TextButton")
  7. local copyfreecampos = Instance.new("TextButton")
  8. local copyfreecamcframe = Instance.new("TextButton")
  9. local freecamstatus = Instance.new("Frame")
  10. local flyframe = Instance.new("Frame")
  11. local flybutton = Instance.new("TextButton")
  12. local flystatus = Instance.new("Frame")
  13. local TextLabel = Instance.new("TextLabel")
  14. local noclipframe = Instance.new("Frame")
  15. local noclipbutton = Instance.new("TextButton")
  16. local noclipstatus = Instance.new("Frame")
  17. local lclplayerframe = Instance.new("Frame")
  18. local speedbutton = Instance.new("TextButton")
  19. local speeddstatus = Instance.new("Frame")
  20. local jumpbutton = Instance.new("TextButton")
  21. local jumpstatus = Instance.new("Frame")
  22. local copycframe = Instance.new("TextButton")
  23. local copyposition = Instance.new("TextButton")
  24. local clicktp = Instance.new("TextButton")
  25. local clicktpstatus = Instance.new("Frame")
  26. local btools = Instance.new("TextButton")
  27. local btoolsstatus = Instance.new("Frame")
  28. local remotespys = Instance.new("Frame")
  29. local filtershark = Instance.new("TextButton")
  30. local darkdex = Instance.new("TextButton")
  31. local remotespy = Instance.new("TextButton")
  32. --Properties:
  33. gui.Name = "gui"
  34. gui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  35. gui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  36.  
  37. freecamframe.Name = "freecamframe"
  38. freecamframe.Parent = gui
  39. freecamframe.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  40. freecamframe.Position = UDim2.new(0, 48, 0, 113)
  41. freecamframe.Size = UDim2.new(0, 160, 0, 113)
  42.  
  43. freecambutton.Name = "freecambutton"
  44. freecambutton.Parent = freecamframe
  45. freecambutton.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  46. freecambutton.Position = UDim2.new(0, 7, 0, 13)
  47. freecambutton.Size = UDim2.new(0, 114, 0, 23)
  48. freecambutton.Font = Enum.Font.SourceSans
  49. freecambutton.Text = "Free Cam [CTRL]"
  50. freecambutton.TextColor3 = Color3.new(1, 1, 1)
  51. freecambutton.TextSize = 14
  52.  
  53. copyfreecampos.Name = "copyfreecampos"
  54. copyfreecampos.Parent = freecamframe
  55. copyfreecampos.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  56. copyfreecampos.Position = UDim2.new(0, 7, 0, 80)
  57. copyfreecampos.Size = UDim2.new(0, 145, 0, 23)
  58. copyfreecampos.Font = Enum.Font.SourceSans
  59. copyfreecampos.Text = "Copy Free Cam Position"
  60. copyfreecampos.TextColor3 = Color3.new(1, 1, 1)
  61. copyfreecampos.TextSize = 14
  62.  
  63. copyfreecamcframe.Name = "copyfreecamcframe"
  64. copyfreecamcframe.Parent = freecamframe
  65. copyfreecamcframe.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  66. copyfreecamcframe.Position = UDim2.new(0, 7, 0, 45)
  67. copyfreecamcframe.Size = UDim2.new(0, 145, 0, 23)
  68. copyfreecamcframe.Font = Enum.Font.SourceSans
  69. copyfreecamcframe.Text = "Copy Free Cam CFrame"
  70. copyfreecamcframe.TextColor3 = Color3.new(1, 1, 1)
  71. copyfreecamcframe.TextSize = 14
  72.  
  73. freecamstatus.Name = "freecamstatus"
  74. freecamstatus.Parent = freecamframe
  75. freecamstatus.BackgroundColor3 = Color3.new(1, 0, 0)
  76. freecamstatus.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  77. freecamstatus.BorderSizePixel = 3
  78. freecamstatus.Position = UDim2.new(0, 131, 0, 14)
  79. freecamstatus.Size = UDim2.new(0, 21, 0, 21)
  80.  
  81. flyframe.Name = "flyframe"
  82. flyframe.Parent = gui
  83. flyframe.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  84. flyframe.Position = UDim2.new(0, 247, 0, 113)
  85. flyframe.Size = UDim2.new(0, 160, 0, 68)
  86.  
  87. flybutton.Name = "flybutton"
  88. flybutton.Parent = flyframe
  89. flybutton.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  90. flybutton.Position = UDim2.new(0, 7, 0, 35)
  91. flybutton.Size = UDim2.new(0, 114, 0, 23)
  92. flybutton.Font = Enum.Font.SourceSans
  93. flybutton.Text = "Fly [F]"
  94. flybutton.TextColor3 = Color3.new(1, 1, 1)
  95. flybutton.TextSize = 14
  96.  
  97. flystatus.Name = "flystatus"
  98. flystatus.Parent = flyframe
  99. flystatus.BackgroundColor3 = Color3.new(1, 0, 0)
  100. flystatus.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  101. flystatus.BorderSizePixel = 3
  102. flystatus.Position = UDim2.new(0, 133, 0, 37)
  103. flystatus.Size = UDim2.new(0, 21, 0, 21)
  104.  
  105. TextLabel.Parent = flyframe
  106. TextLabel.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  107. TextLabel.Size = UDim2.new(0, 160, 0, 25)
  108. TextLabel.Font = Enum.Font.SourceSans
  109. TextLabel.Text = "Patched on some games"
  110. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  111. TextLabel.TextSize = 14
  112.  
  113. noclipframe.Name = "noclipframe"
  114. noclipframe.Parent = gui
  115. noclipframe.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  116. noclipframe.Position = UDim2.new(0, 455, 0, 113)
  117. noclipframe.Size = UDim2.new(0, 160, 0, 45)
  118.  
  119. noclipbutton.Name = "noclipbutton"
  120. noclipbutton.Parent = noclipframe
  121. noclipbutton.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  122. noclipbutton.Position = UDim2.new(0, 0, 0, 10)
  123. noclipbutton.Size = UDim2.new(0, 114, 0, 23)
  124. noclipbutton.Font = Enum.Font.SourceSans
  125. noclipbutton.Text = "Noclip [X]"
  126. noclipbutton.TextColor3 = Color3.new(1, 1, 1)
  127. noclipbutton.TextSize = 14
  128.  
  129. noclipstatus.Name = "noclipstatus"
  130. noclipstatus.Parent = noclipframe
  131. noclipstatus.BackgroundColor3 = Color3.new(1, 0, 0)
  132. noclipstatus.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  133. noclipstatus.BorderSizePixel = 3
  134. noclipstatus.Position = UDim2.new(0, 127, 0, 12)
  135. noclipstatus.Size = UDim2.new(0, 21, 0, 21)
  136.  
  137. lclplayerframe.Name = "lclplayerframe"
  138. lclplayerframe.Parent = gui
  139. lclplayerframe.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  140. lclplayerframe.Position = UDim2.new(0, 710, 0, 113)
  141. lclplayerframe.Size = UDim2.new(0, 160, 0, 200)
  142.  
  143. speedbutton.Name = "speedbutton"
  144. speedbutton.Parent = lclplayerframe
  145. speedbutton.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  146. speedbutton.Position = UDim2.new(0, 0, 0, 10)
  147. speedbutton.Size = UDim2.new(0, 114, 0, 23)
  148. speedbutton.Font = Enum.Font.SourceSans
  149. speedbutton.Text = "Speed [E]"
  150. speedbutton.TextColor3 = Color3.new(1, 1, 1)
  151. speedbutton.TextSize = 14
  152.  
  153. speeddstatus.Name = "speeddstatus"
  154. speeddstatus.Parent = lclplayerframe
  155. speeddstatus.BackgroundColor3 = Color3.new(1, 0, 0)
  156. speeddstatus.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  157. speeddstatus.BorderSizePixel = 3
  158. speeddstatus.Position = UDim2.new(0, 127, 0, 12)
  159. speeddstatus.Size = UDim2.new(0, 21, 0, 21)
  160.  
  161. jumpbutton.Name = "jumpbutton"
  162. jumpbutton.Parent = lclplayerframe
  163. jumpbutton.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  164. jumpbutton.Position = UDim2.new(0, 0, 0, 42)
  165. jumpbutton.Size = UDim2.new(0, 114, 0, 23)
  166. jumpbutton.Font = Enum.Font.SourceSans
  167. jumpbutton.Text = "Jump [Q]"
  168. jumpbutton.TextColor3 = Color3.new(1, 1, 1)
  169. jumpbutton.TextSize = 14
  170.  
  171. jumpstatus.Name = "jumpstatus"
  172. jumpstatus.Parent = lclplayerframe
  173. jumpstatus.BackgroundColor3 = Color3.new(1, 0, 0)
  174. jumpstatus.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  175. jumpstatus.BorderSizePixel = 3
  176. jumpstatus.Position = UDim2.new(0, 127, 0, 42)
  177. jumpstatus.Size = UDim2.new(0, 21, 0, 21)
  178.  
  179. copycframe.Name = "copycframe"
  180. copycframe.Parent = lclplayerframe
  181. copycframe.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  182. copycframe.Position = UDim2.new(0, 0, 0, 74)
  183. copycframe.Size = UDim2.new(0, 160, 0, 23)
  184. copycframe.Font = Enum.Font.SourceSans
  185. copycframe.Text = "Copy Player CFrame"
  186. copycframe.TextColor3 = Color3.new(1, 1, 1)
  187. copycframe.TextSize = 14
  188.  
  189. copyposition.Name = "copyposition"
  190. copyposition.Parent = lclplayerframe
  191. copyposition.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  192. copyposition.Position = UDim2.new(0, 0, 0, 106)
  193. copyposition.Size = UDim2.new(0, 160, 0, 23)
  194. copyposition.Font = Enum.Font.SourceSans
  195. copyposition.Text = "Copy Player Position"
  196. copyposition.TextColor3 = Color3.new(1, 1, 1)
  197. copyposition.TextSize = 14
  198.  
  199. clicktp.Name = "clicktp"
  200. clicktp.Parent = lclplayerframe
  201. clicktp.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  202. clicktp.Position = UDim2.new(0, 0, 0, 137)
  203. clicktp.Size = UDim2.new(0, 114, 0, 23)
  204. clicktp.Font = Enum.Font.SourceSans
  205. clicktp.Text = "Click TP [T]"
  206. clicktp.TextColor3 = Color3.new(1, 1, 1)
  207. clicktp.TextSize = 14
  208.  
  209. clicktpstatus.Name = "clicktpstatus"
  210. clicktpstatus.Parent = lclplayerframe
  211. clicktpstatus.BackgroundColor3 = Color3.new(1, 0, 0)
  212. clicktpstatus.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  213. clicktpstatus.BorderSizePixel = 3
  214. clicktpstatus.Position = UDim2.new(0, 127, 0, 138)
  215. clicktpstatus.Size = UDim2.new(0, 21, 0, 21)
  216.  
  217. btools.Name = "btools"
  218. btools.Parent = lclplayerframe
  219. btools.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  220. btools.Position = UDim2.new(0, 0, 0, 169)
  221. btools.Size = UDim2.new(0, 114, 0, 23)
  222. btools.Font = Enum.Font.SourceSans
  223. btools.Text = "Btools"
  224. btools.TextColor3 = Color3.new(1, 1, 1)
  225. btools.TextSize = 14
  226.  
  227. btoolsstatus.Name = "btoolsstatus"
  228. btoolsstatus.Parent = lclplayerframe
  229. btoolsstatus.BackgroundColor3 = Color3.new(1, 0, 0)
  230. btoolsstatus.BorderColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  231. btoolsstatus.BorderSizePixel = 3
  232. btoolsstatus.Position = UDim2.new(0, 127, 0, 169)
  233. btoolsstatus.Size = UDim2.new(0, 21, 0, 21)
  234.  
  235. remotespys.Name = "remotespys"
  236. remotespys.Parent = gui
  237. remotespys.BackgroundColor3 = Color3.new(0.258824, 0.258824, 0.258824)
  238. remotespys.Position = UDim2.new(0, 978, 0, 113)
  239. remotespys.Size = UDim2.new(0, 160, 0, 113)
  240.  
  241. filtershark.Name = "filtershark"
  242. filtershark.Parent = remotespys
  243. filtershark.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  244. filtershark.Position = UDim2.new(0, 7, 0, 13)
  245. filtershark.Size = UDim2.new(0, 145, 0, 23)
  246. filtershark.Font = Enum.Font.SourceSans
  247. filtershark.Text = "Filter Shark"
  248. filtershark.TextColor3 = Color3.new(1, 1, 1)
  249. filtershark.TextSize = 14
  250.  
  251. darkdex.Name = "darkdex"
  252. darkdex.Parent = remotespys
  253. darkdex.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  254. darkdex.Position = UDim2.new(0, 7, 0, 80)
  255. darkdex.Size = UDim2.new(0, 145, 0, 23)
  256. darkdex.Font = Enum.Font.SourceSans
  257. darkdex.Text = "DarkDex"
  258. darkdex.TextColor3 = Color3.new(1, 1, 1)
  259. darkdex.TextSize = 14
  260.  
  261. remotespy.Name = "remotespy"
  262. remotespy.Parent = remotespys
  263. remotespy.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  264. remotespy.Position = UDim2.new(0, 7, 0, 45)
  265. remotespy.Size = UDim2.new(0, 145, 0, 23)
  266. remotespy.Font = Enum.Font.SourceSans
  267. remotespy.Text = "[Paid] RemoteSpy"
  268. remotespy.TextColor3 = Color3.new(1, 1, 1)
  269. remotespy.TextSize = 14
  270. -- Scripts:
  271.  
  272. --// Scripts \\--
  273. local uis = game:GetService("UserInputService")
  274. local plr = game.Players.LocalPlayer
  275. local char = plr.Character
  276. local humroot = char.HumanoidRootPart
  277. local mouse = plr:GetMouse()
  278.  
  279.  
  280. --// Btool Modes \\--
  281. local copy = false
  282. local destroy = false
  283. local move = false
  284. --// Btool On/Off \\--
  285.  
  286. local btools = false
  287.  
  288. --// Btools Move \\--
  289.  
  290. local moveb = false
  291.  
  292. --// Btools Script \\--
  293.  
  294. uis.InputBegan:Connect(function(key)
  295. if key.KeyCode == Enum.KeyCode.P then
  296. if btools == false then
  297. btools = true
  298. btoolsstatus.BackgroundColor3 = Color3.new(0,255,0)
  299. elseif btools == true then
  300. btools = false
  301. destroy = false
  302. move = false
  303. moveb = false
  304. copy = false
  305. btoolsstatus.BackgroundColor3 = Color3.new(255,0,0)
  306. end
  307. end
  308. end)
  309.  
  310.  
  311. uis.InputBegan:Connect(function(key)
  312. if key.KeyCode == Enum.KeyCode.One then
  313. if destroy == false and btools == true then
  314. destroy = true
  315. copy = false
  316. move = false
  317. print("Destroy Mode On")
  318. end
  319. end
  320. end)
  321.  
  322.  
  323. uis.InputBegan:Connect(function(key)
  324. if key.KeyCode == Enum.KeyCode.Three then
  325. if move == false and btools == true then
  326. destroy = false
  327. copy = false
  328. move = true
  329. print("Move Mode On")
  330. end
  331. end
  332. end)
  333.  
  334.  
  335. uis.InputBegan:Connect(function(key)
  336. if key.KeyCode == Enum.KeyCode.Two then
  337. if copy == false and btools == true then
  338. destroy = false
  339. copy = true
  340. move = false
  341. print("Copy Mode On")
  342. end
  343. end
  344. end)
  345.  
  346.  
  347.  
  348.  
  349. mouse.Button1Down:Connect(function()
  350. if btools == true then
  351. if destroy == true then
  352. mouse.Target:Destroy()
  353. print("Part have been Destroyed")
  354. end
  355. if copy == true then
  356. mouse.Target:Clone().CFrame = mouse.hit
  357. print("Part have been Cloned")
  358. end
  359. if move == true then
  360. moveb = true
  361. repeat
  362. mouse.Target.CFrame = mouse.Hit
  363. mouse.Target.Orientation = Vector3.new(0,0,0)
  364.  
  365. wait()
  366. until moveb == false
  367. end
  368. elseif btools == false then
  369. print("Turn On Btools")
  370. end
  371. end)
  372.  
  373. mouse.Button1Up:Connect(function()
  374. if btools == true then
  375. moveb = false
  376. end
  377. end)
  378.  
  379. --// Free Cam \\--
  380.  
  381. local freelook = false
  382. local freecam = true
  383.  
  384. uis.InputBegan:Connect(function(key)
  385. if key.KeyCode == Enum.KeyCode.LeftControl then
  386. if freecam == false then
  387. freecamstatus.BackgroundColor3 = Color3.new(255,0,0)
  388. if game.Workspace:FindFirstChild("freelookpart") then
  389. game.Workspace.freelookpart:Destroy()
  390. game.Workspace.CurrentCamera.CameraType = Enum.CameraType.Custom
  391. game.Workspace.CurrentCamera.CameraSubject = plr.Character.Humanoid
  392. plr.Character.HumanoidRootPart.Anchored = false
  393. freecam = true
  394. freelook = false
  395.  
  396. end
  397.  
  398. elseif freecam == true then
  399. freecam = false
  400. freecamstatus.BackgroundColor3 = Color3.new(0,255,0)
  401. plr.Character.HumanoidRootPart.Anchored = true
  402. if freelook == false then
  403. local part = Instance.new("Part")
  404. part.Name = "freelookpart"
  405. part.CanCollide = false
  406. part.Parent = game.Workspace
  407. part.Anchored = true
  408. part.Size = Vector3.new(0.0001,0.0001,0.0001)
  409. part.CFrame = plr.Character.Head.CFrame + Vector3.new(0,5,0)
  410. game.Workspace.CurrentCamera.CameraSubject = part
  411. game.Workspace.CurrentCamera.CFrame = part.CFrame
  412. part.Transparency = 1
  413. freelook = true
  414. end
  415.  
  416. uis.InputBegan:Connect(function(key)
  417. if freelook == true then
  418. if key.KeyCode == Enum.KeyCode.W then
  419. local bv = Instance.new("BodyVelocity")
  420. local part = game.Workspace.freelookpart
  421. bv.Parent = part
  422. bv.P = 2000
  423. part.Anchored = false
  424. while freelook == true do
  425. local bv = game.Workspace.freelookpart.BodyVelocity
  426. bv.Velocity = game.Workspace.CurrentCamera.CFrame.LookVector*100
  427. wait()
  428. end
  429. end
  430. end
  431. end)
  432.  
  433.  
  434. uis.InputEnded:Connect(function(key)
  435. if freelook == true then
  436. if key.KeyCode == Enum.KeyCode.W then
  437. local part = game.Workspace.freelookpart
  438. local bv = part.BodyVelocity
  439. part.Anchored = true
  440. end
  441. end
  442. end)
  443.  
  444. end
  445. end
  446. end)
  447.  
  448.  
  449. --// Jump / Speed \\--
  450. local jumphax = false
  451. local speedhax = false
  452.  
  453. uis.InputBegan:Connect(function(key)
  454. if key.KeyCode == Enum.KeyCode.Q then
  455. if jumphax == false then
  456. jumphax = true
  457. jumpstatus.BackgroundColor3 = Color3.new(0,255,0)
  458. repeat
  459.  
  460. char.Humanoid.JumpPower = 150
  461. char.Humanoid.Jump = true
  462. wait()
  463. until jumphax == false
  464. end
  465. end
  466. end)
  467.  
  468. uis.InputEnded:Connect(function(key)
  469. if key.KeyCode == Enum.KeyCode.Q then
  470. jumphax = false
  471. char.Humanoid.JumpPower = 50
  472. jumpstatus.BackgroundColor3 = Color3.new(255,0,0)
  473. end
  474. end)
  475.  
  476.  
  477.  
  478. uis.InputBegan:Connect(function(key)
  479. if key.KeyCode == Enum.KeyCode.E then
  480. speedhax = true
  481. speeddstatus.BackgroundColor3 = Color3.new(0,255,0)
  482. repeat
  483. wait()
  484. char.Humanoid.WalkSpeed = 125
  485. until speedhax == false
  486. end
  487. end)
  488.  
  489.  
  490. uis.InputEnded:Connect(function(key)
  491. if key.KeyCode == Enum.KeyCode.E then
  492. speedhax = false
  493. char.Humanoid.WalkSpeed = 16
  494. speeddstatus.BackgroundColor3 = Color3.new(255,0,0)
  495. end
  496. end)
  497.  
  498.  
  499.  
  500.  
  501. --// Click Tp Script \\--
  502.  
  503. local clicktp = false
  504.  
  505. uis.InputBegan:Connect(function(key)
  506. if key.KeyCode == Enum.KeyCode.T then
  507. if clicktp == false then
  508. clicktp = true
  509. clicktpstatus.BackgroundColor3 = Color3.new(0,255,0)
  510.  
  511.  
  512. elseif clicktp == true then
  513. clicktp = false
  514. clicktpstatus.BackgroundColor3 = Color3.new(255,0,0)
  515. end
  516. end
  517. end)
  518.  
  519.  
  520. mouse.Button1Down:Connect(function()
  521. if clicktp == true then
  522. char.HumanoidRootPart.CFrame = mouse.Hit
  523. end
  524. end)
  525.  
  526.  
  527. --// Fly \\--
  528.  
  529. local camera = game.Workspace.CurrentCamera
  530.  
  531. humroot.CFrame = CFrame.new(humroot.Position, humroot.Position+camera.CFrame.LookVector)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement