itachi_itachi_

Knife Ability Test V1.1

Jun 24th, 2022 (edited)
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.30 KB | None | 0 0
  1. -- INSTRUCTIONS
  2.  
  3. -- Press Shift+P to Freecam
  4. -- Click TP Hotkey : CTRL
  5.  
  6. -- prints
  7.  
  8. print("Thank you for using Knife Ability Test SCRIPT")
  9.  
  10. -- Notification - Loaded |
  11.  
  12. game:GetService("StarterGui"):SetCore("SendNotification",{
  13. Title = "☣Knife Ability Test SCRIPT☣";
  14. Text = "By 💎Solo Script💎";
  15. })
  16.  
  17. -- Instances:
  18.  
  19. local Simple = Instance.new("ScreenGui")
  20. local main = Instance.new("Frame")
  21. local noclip = Instance.new("TextButton")
  22. local clicktp = Instance.new("TextButton")
  23. local tpto = Instance.new("TextButton")
  24. local infjump = Instance.new("TextButton")
  25. local btools = Instance.new("TextButton")
  26. local jumppower = Instance.new("TextButton")
  27. local jpframe = Instance.new("Frame")
  28. local jpinput = Instance.new("TextBox")
  29. local setjp = Instance.new("TextButton")
  30. local rejp = Instance.new("TextButton")
  31. local title = Instance.new("TextLabel")
  32. local walkspeed = Instance.new("TextButton")
  33. local wsframe = Instance.new("Frame")
  34. local wsinput = Instance.new("TextBox")
  35. local setws = Instance.new("TextButton")
  36. local rews = Instance.new("TextButton")
  37. local close = Instance.new("TextButton")
  38. local fly = Instance.new("TextButton")
  39. local open = Instance.new("TextButton")
  40. local jpclose = Instance.new("TextButton")
  41. local wsclose = Instance.new("TextButton")
  42. local tpframe = Instance.new("Frame")
  43. local tpinput = Instance.new("TextBox")
  44. local settp = Instance.new("TextButton")
  45. local tpclose = Instance.new("TextButton")
  46.  
  47. --Properties:
  48.  
  49. Simple.Name = "Simple"
  50. Simple.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  51.  
  52. main.Name = "main"
  53. main.Parent = Simple
  54. main.Active = true
  55. main.BackgroundColor3 = Color3.fromRGB(255, 0, 10)
  56. main.Position = UDim2.new(0.382422805, 0, 0.292828679, 0)
  57. main.Size = UDim2.new(0, 349, 0, 287)
  58. main.Draggable = true
  59.  
  60. noclip.Name = "noclip"
  61. noclip.Parent = main
  62. noclip.BackgroundColor3 = Color3.fromRGB(170, 170, 255)
  63. noclip.Position = UDim2.new(0.0658583343, 0, 0.198759019, 0)
  64. noclip.Size = UDim2.new(0, 119, 0, 40)
  65. noclip.Font = Enum.Font.SourceSans
  66. noclip.Text = "Full Bright"
  67. noclip.TextColor3 = Color3.fromRGB(0, 0, 0)
  68. noclip.TextScaled = true
  69. noclip.TextSize = 12.500
  70. noclip.TextWrapped = true
  71. noclip.MouseButton1Click:Connect(function()
  72. loadstring(game:HttpGet("https://pastebin.com/raw/13fxDjAY", true))()
  73. game:GetService('RunService').Stepped:connect(function()
  74. if noclip then
  75. game.Players.LocalPlayer.Character.Humanoid:State(1)
  76. end
  77. end)
  78. plr = game.Players.LocalPlayer
  79. mouse = plr:GetMouse()
  80. mouse.KeyDown:connect(function(key)
  81.  
  82. if key == "e" then
  83. noclip = not noclip
  84. game.Players.LocalPlayer.Character.Humanoid:State(1)
  85. end
  86. end)
  87. noclip.Text = "Loaded!"
  88. noclip.TextColor3 = Color3.fromRGB(0, 255, 50)
  89. wait(2)
  90. noclip.TextColor3 = Color3.fromRGB(0, 0, 0)
  91. noclip.Text = "Full Bright"
  92. end)
  93.  
  94. clicktp.Name = "clicktp"
  95. clicktp.Parent = main
  96. clicktp.BackgroundColor3 = Color3.fromRGB(170, 170, 255)
  97. clicktp.Position = UDim2.new(0.588318229, 0, 0.198759019, 0)
  98. clicktp.Size = UDim2.new(0, 119, 0, 40)
  99. clicktp.Font = Enum.Font.SourceSans
  100. clicktp.Text = "Click TP"
  101. clicktp.TextColor3 = Color3.fromRGB(0, 0, 0)
  102. clicktp.TextScaled = true
  103. clicktp.TextSize = 14.000
  104. clicktp.TextWrapped = true
  105. clicktp.MouseButton1Click:Connect(function()
  106. noclip = false
  107. local UIS = game:GetService("UserInputService")
  108. local Player = game.Players.LocalPlayer
  109. local Mouse = Player:GetMouse()
  110.  
  111.  
  112. function GetCharacter()
  113. return game.Players.LocalPlayer.Character
  114. end
  115.  
  116. function Teleport(pos)
  117. local Char = GetCharacter()
  118. if Char then
  119. Char:MoveTo(pos)
  120. end
  121. end
  122.  
  123.  
  124. UIS.InputBegan:Connect(function(input)
  125. if input.UserInputType == Enum.UserInputType.MouseButton1 and UIS:IsKeyDown(Enum.KeyCode.LeftControl) then
  126. Teleport(Mouse.Hit.p)
  127. end
  128. end)
  129. clicktp.Text = "Loaded!"
  130. clicktp.TextColor3 = Color3.fromRGB(0, 255, 50)
  131. wait(2)
  132. clicktp.TextColor3 = Color3.fromRGB(0, 0, 0)
  133. clicktp.Text = "Click TP"
  134. end)
  135.  
  136. tpto.Name = "tpto"
  137. tpto.Parent = main
  138. tpto.BackgroundColor3 = Color3.fromRGB(170, 170, 255)
  139. tpto.Position = UDim2.new(0.588318229, 0, 0.411871731, 0)
  140. tpto.Size = UDim2.new(0, 119, 0, 41)
  141. tpto.Font = Enum.Font.SourceSans
  142. tpto.Text = "OWL HUB"
  143. tpto.TextColor3 = Color3.fromRGB(0, 0, 0)
  144. tpto.TextScaled = true
  145. tpto.TextSize = 9.000
  146. tpto.TextWrapped = true
  147. tpto.MouseButton1Click:Connect(function()
  148. loadstring(game:HttpGet("https://raw.githubusercontent.com/CriShoux/OwlHub/master/OwlHub.txt"))();
  149.  
  150. end)
  151.  
  152. tpclose.Name = "tpclose"
  153. tpclose.Parent = tpframe
  154. tpclose.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  155. tpclose.Position = UDim2.new(0.92929244, 0, 0, 0)
  156. tpclose.Size = UDim2.new(0, 24, 0, 24)
  157. tpclose.Font = Enum.Font.SourceSans
  158. tpclose.Text = "X"
  159. tpclose.TextColor3 = Color3.fromRGB(255, 255, 255)
  160. tpclose.TextScaled = true
  161. tpclose.TextSize = 14.000
  162. tpclose.TextWrapped = true
  163. tpclose.MouseButton1Click:Connect(function()
  164. tpframe.Visible = false
  165. infjump.Visible = true
  166. jumppower.Visible = true
  167. walkspeed.Visible = true
  168. btools.Visible = true
  169. fly.Visible = true
  170. end)
  171.  
  172. infjump.Name = "infjump"
  173. infjump.Parent = main
  174. infjump.BackgroundColor3 = Color3.fromRGB(170, 170, 255)
  175. infjump.Position = UDim2.new(0.0658583343, 0, 0.411871731, 0)
  176. infjump.Size = UDim2.new(0, 119, 0, 41)
  177. infjump.Font = Enum.Font.SourceSans
  178. infjump.Text = "Infinite Jump"
  179. infjump.TextColor3 = Color3.fromRGB(0, 0, 0)
  180. infjump.TextScaled = true
  181. infjump.TextSize = 14.000
  182. infjump.TextWrapped = true
  183. infjump.MouseButton1Click:Connect(function()
  184. loadstring(game:HttpGet("https://pastebin.com/raw/HQsQysa8", true))()
  185. infjump.Text = "Loaded!"
  186. infjump.TextColor3 = Color3.fromRGB(0, 255, 50)
  187. wait(2)
  188. infjump.TextColor3 = Color3.fromRGB(0, 0, 0)
  189. infjump.Text = "Infinite Jump"
  190. end)
  191.  
  192. btools.Name = "btools"
  193. btools.Parent = main
  194. btools.BackgroundColor3 = Color3.fromRGB(170, 170, 255)
  195. btools.Position = UDim2.new(0.588318229, 0, 0.621999919, 0)
  196. btools.Size = UDim2.new(0, 119, 0, 38)
  197. btools.Font = Enum.Font.SourceSans
  198. btools.Text = "BTOOLS"
  199. btools.TextColor3 = Color3.fromRGB(0, 0, 0)
  200. btools.TextScaled = true
  201. btools.TextSize = 9.000
  202. btools.TextWrapped = true
  203. btools.MouseButton1Click:Connect(function()
  204. game.StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Backpack, true)
  205. for index, child in pairs(game:GetService("Workspace"):GetChildren()) do
  206. if child.ClassName == "Part" then
  207. child.Locked = false
  208. end
  209. if child.ClassName == "MeshPart" then
  210. child.Locked = false
  211. end
  212. if child.ClassName == "UnionOperation" then
  213. child.Locked = false
  214. end
  215. if child.ClassName == "Model" then
  216. for index, chil in pairs(child:GetChildren()) do
  217. if chil.ClassName == "Part" then
  218. chil.Locked = false
  219. end
  220. if chil.ClassName == "MeshPart" then
  221. chil.Locked = false
  222. end
  223. if chil.ClassName == "UnionOperation" then
  224. chil.Locked = false
  225. end
  226. if chil.ClassName == "Model" then
  227. for index, childe in pairs(chil:GetChildren()) do
  228. if childe.ClassName == "Part" then
  229. childe.Locked = false
  230. end
  231. if childe.ClassName == "MeshPart" then
  232. childe.Locked = false
  233. end
  234. if childe.ClassName == "UnionOperation" then
  235. childe.Locked = false
  236. end
  237. if childe.ClassName == "Model" then
  238. for index, childeo in pairs(childe:GetChildren()) do
  239. if childeo.ClassName == "Part" then
  240. childeo.Locked = false
  241. end
  242. if childeo.ClassName == "MeshPart" then
  243. childeo.Locked = false
  244. end
  245. if childeo.ClassName == "UnionOperation" then
  246. childeo.Locked = false
  247. end
  248. if childeo.ClassName == "Model" then
  249. end
  250. end
  251. end
  252. end
  253. end
  254. end
  255. end
  256. end
  257. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  258. c.BinType = Enum.BinType.Hammer
  259. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  260. c.BinType = Enum.BinType.Clone
  261. c = Instance.new("HopperBin", game:GetService("Players").LocalPlayer.Backpack)
  262. c.BinType = Enum.BinType.Grab
  263. btools.Text = "Loaded!"
  264. btools.TextColor3 = Color3.fromRGB(0, 255, 50)
  265. wait(2)
  266. btools.TextColor3 = Color3.fromRGB(0, 0, 0)
  267. btools.Text = "BTOOLS"
  268. end)
  269.  
  270. jumppower.Name = "jumppower"
  271. jumppower.Parent = main
  272. jumppower.BackgroundColor3 = Color3.fromRGB(170, 170, 255)
  273. jumppower.Position = UDim2.new(0.0658583343, 0, 0.621999919, 0)
  274. jumppower.Size = UDim2.new(0, 119, 0, 42)
  275. jumppower.Font = Enum.Font.SourceSans
  276. jumppower.Text = "Jump Power"
  277. jumppower.TextColor3 = Color3.fromRGB(0, 0, 0)
  278. jumppower.TextScaled = true
  279. jumppower.TextSize = 14.000
  280. jumppower.TextWrapped = true
  281. jumppower.MouseButton1Click:Connect(function()
  282. jpframe.Visible = true
  283. walkspeed.Visible = false
  284. fly.Visible = false
  285. end)
  286.  
  287. jpframe.Name = "jpframe"
  288. jpframe.Parent = jumppower
  289. jpframe.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  290. jpframe.BorderSizePixel = 0
  291. jpframe.Position = UDim2.new(-0.19314754, 0, -3.15096831, 0)
  292. jpframe.Size = UDim2.new(0, 348, 0, 240)
  293. jpframe.Visible = false
  294.  
  295. jpclose.Name = "jpclose"
  296. jpclose.Parent = jpframe
  297. jpclose.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  298. jpclose.Position = UDim2.new(0.92929244, 0, 0, 0)
  299. jpclose.Size = UDim2.new(0, 24, 0, 24)
  300. jpclose.Font = Enum.Font.SourceSans
  301. jpclose.Text = "X"
  302. jpclose.TextColor3 = Color3.fromRGB(255, 255, 255)
  303. jpclose.TextScaled = true
  304. jpclose.TextSize = 14.000
  305. jpclose.TextWrapped = true
  306. jpclose.MouseButton1Click:Connect(function()
  307. walkspeed.Visible = true
  308. fly.Visible = true
  309. jpframe.Visible = false
  310. end)
  311.  
  312. jpinput.Name = "jpinput"
  313. jpinput.Parent = jpframe
  314. jpinput.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  315. jpinput.Position = UDim2.new(0.209770113, 0, 0.174999997, 0)
  316. jpinput.Size = UDim2.new(0, 200, 0, 50)
  317. jpinput.Font = Enum.Font.SourceSans
  318. jpinput.Text = "Power Value"
  319. jpinput.TextColor3 = Color3.fromRGB(255, 255, 255)
  320. jpinput.TextSize = 22.000
  321.  
  322. setjp.Name = "setjp"
  323. setjp.Parent = jpframe
  324. setjp.BackgroundColor3 = Color3.fromRGB(85, 255, 255)
  325. setjp.Position = UDim2.new(0.0632183924, 0, 0.470833331, 0)
  326. setjp.Size = UDim2.new(0, 135, 0, 50)
  327. setjp.Font = Enum.Font.SourceSans
  328. setjp.Text = "Set Jump Power"
  329. setjp.TextColor3 = Color3.fromRGB(85, 0, 127)
  330. setjp.TextSize = 14.000
  331. setjp.MouseButton1Click:Connect(function()
  332. game.Players.LocalPlayer.Character.Humanoid.JumpPower = jpinput.Text
  333. end)
  334.  
  335. rejp.Name = "rejp"
  336. rejp.Parent = jpframe
  337. rejp.BackgroundColor3 = Color3.fromRGB(85, 255, 255)
  338. rejp.Position = UDim2.new(0.537356317, 0, 0.470833331, 0)
  339. rejp.Size = UDim2.new(0, 136, 0, 50)
  340. rejp.Font = Enum.Font.SourceSans
  341. rejp.Text = "Reset Jump Power"
  342. rejp.TextColor3 = Color3.fromRGB(85, 0, 127)
  343. rejp.TextSize = 14.000
  344. rejp.MouseButton1Click:Connect(function()
  345. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 50
  346. end)
  347.  
  348. title.Name = "title"
  349. title.Parent = main
  350. title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  351. title.BackgroundTransparency = 1.000
  352. title.Position = UDim2.new(0.211408243, 0, -0.00288046151, 0)
  353. title.Size = UDim2.new(0, 200, 0, 47)
  354. title.Font = Enum.Font.Highway
  355. title.Text = "☣Knife Ability Test☣"
  356. title.TextColor3 = Color3.fromRGB(0, 255, 255)
  357. title.TextScaled = true
  358. title.TextSize = 13.400
  359. title.TextWrapped = true
  360.  
  361. walkspeed.Name = "walkspeed"
  362. walkspeed.Parent = main
  363. walkspeed.BackgroundColor3 = Color3.fromRGB(170, 170, 255)
  364. walkspeed.Position = UDim2.new(0.0658583343, 0, 0.817121804, 0)
  365. walkspeed.Size = UDim2.new(0, 119, 0, 42)
  366. walkspeed.Font = Enum.Font.SourceSans
  367. walkspeed.Text = "Walk Speed (30)"
  368. walkspeed.TextColor3 = Color3.fromRGB(0, 0, 0)
  369. walkspeed.TextScaled = true
  370. walkspeed.TextSize = 9.000
  371. walkspeed.TextWrapped = true
  372. walkspeed.MouseButton1Click:Connect(function()
  373. getgenv().WalkSpeedValue = 30; --
  374. local Player = game:service'Players'.LocalPlayer;
  375. Player.Character.Humanoid:GetPropertyChangedSignal'WalkSpeed':Connect(function()
  376. Player.Character.Humanoid.WalkSpeed = getgenv().WalkSpeedValue;
  377. end)
  378. Player.Character.Humanoid.WalkSpeed = getgenv().WalkSpeedValue;
  379. end)
  380.  
  381. close.Name = "close"
  382. close.Parent = main
  383. close.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  384. close.Position = UDim2.new(0.92929244, 0, 0, 0)
  385. close.Size = UDim2.new(0, 24, 0, 24)
  386. close.Font = Enum.Font.SourceSans
  387. close.Text = "X"
  388. close.TextColor3 = Color3.fromRGB(255, 255, 255)
  389. close.TextScaled = true
  390. close.TextSize = 14.000
  391. close.TextWrapped = true
  392. close.MouseButton1Click:Connect(function()
  393. main.Visible = false
  394. open.Visible = true
  395. end)
  396.  
  397. fly.Name = "fly"
  398. fly.Parent = main
  399. fly.BackgroundColor3 = Color3.fromRGB(170, 170, 255)
  400. fly.Position = UDim2.new(0.587348342, 0, 0.817121804, 0)
  401. fly.Size = UDim2.new(0, 119, 0, 42)
  402. fly.Font = Enum.Font.SourceSans
  403. fly.Text = "Free Cam(Shift+P)"
  404. fly.TextColor3 = Color3.fromRGB(0, 0, 0)
  405. fly.TextScaled = true
  406. fly.TextSize = 7.000
  407. fly.TextWrapped = true
  408. fly.MouseButton1Click:Connect(function()
  409. loadstring(game:HttpGet("https://pastebin.com/raw/ct8Kq5F0", true))()
  410. game:GetService('RunService').Stepped:connect(function()
  411. if noclip then
  412. game.Players.LocalPlayer.Character.Humanoid:State(1)
  413. end
  414. end)
  415. plr = game.Players.LocalPlayer
  416. mouse = plr:GetMouse()
  417. mouse.KeyDown:connect(function(key)
  418.  
  419. if key == "e" then
  420. noclip = not noclip
  421. game.Players.LocalPlayer.Character.Humanoid:State(1)
  422. end
  423. end)
  424. fly.Text = "Loaded!"
  425. fly.TextColor3 = Color3.fromRGB(255, 60, 10)
  426. wait(2)
  427. fly.TextColor3 = Color3.fromRGB(0, 0, 0)
  428. fly.Text = "Free Cam(Shift+P)"
  429. end)
  430.  
  431. open.Name = "open"
  432. open.Parent = Simple
  433. open.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  434. open.Position = UDim2.new(0, 0, 0.609974444, 0)
  435. open.Size = UDim2.new(0, 70, 0, 18)
  436. open.Visible = false
  437. open.Font = Enum.Font.SourceSans
  438. open.Text = "Open"
  439. open.TextColor3 = Color3.fromRGB(0, 255, 255)
  440. open.TextSize = 14.000
  441. open.MouseButton1Click:Connect(function()
  442. main.Visible = true
  443. open.Visible = false
  444. end)
Add Comment
Please, Sign In to add comment