Advertisement
Nangin20

TNF Script Pack

Mar 2nd, 2019
1,438
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.95 KB | None | 0 0
  1. --Anticheat Bypass RUN THIS FIRST:
  2. loadstring(game:HttpGet("https://pastebin.com/raw/Vfw9Qi2W", true))()
  3. --Credits to: https://v3rmillion.net/member.php?action...uid=359615
  4.  
  5.  
  6. --Hides your name, prevents a ban:
  7. Workspace.World.MouseFilter.ENTERYOURNAMEHERE.ENTERYOURNAMEHERE.Head.LabelBillboardGui: Destroy()
  8. --(I made this.)
  9.  
  10.  
  11.  
  12. --Fullbright Script for when it is nightime:
  13. loadstring(game:GetObjects("rbxassetid: //1515664075")[1].Source)()
  14. --Credits to: https://v3rmillion.net/member.php?action...uid=600151
  15.  
  16.  
  17. --Great Aimbot for TNF:
  18. https://pastebin.com/raw/FUg7uXfk
  19. --Credits to: https://v3rmillion.net/member.php?action...e&uid=2564
  20.  
  21. --And X to teleport (helps to run away when low):
  22.  
  23. plr = game.Players.LocalPlayer
  24. hum = plr.Character.HumanoidRootPart
  25. mouse = plr:GetMouse()
  26.  
  27. mouse.KeyDown:connect(function(key)
  28. if key == "x" then
  29. if mouse.Target then
  30. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  31. end
  32. end
  33. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement