Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Anticheat Bypass RUN THIS FIRST:
- loadstring(game:HttpGet("https://pastebin.com/raw/Vfw9Qi2W", true))()
- --Credits to: https://v3rmillion.net/member.php?action...uid=359615
- --Hides your name, prevents a ban:
- Workspace.World.MouseFilter.ENTERYOURNAMEHERE.ENTERYOURNAMEHERE.Head.LabelBillboardGui: Destroy()
- --(I made this.)
- --Fullbright Script for when it is nightime:
- loadstring(game:GetObjects("rbxassetid: //1515664075")[1].Source)()
- --Credits to: https://v3rmillion.net/member.php?action...uid=600151
- --Great Aimbot for TNF:
- https://pastebin.com/raw/FUg7uXfk
- --Credits to: https://v3rmillion.net/member.php?action...e&uid=2564
- --And X to teleport (helps to run away when low):
- plr = game.Players.LocalPlayer
- hum = plr.Character.HumanoidRootPart
- mouse = plr:GetMouse()
- mouse.KeyDown:connect(function(key)
- if key == "x" then
- if mouse.Target then
- hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
- end
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement