Advertisement
K1ngBlitzy

fe headless

Dec 31st, 2020
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. --Keybinds
  2. _G.UnReanimateKey = "q" --The keybind for unreanimating.
  3. _G.ReanimateKey = "e" --The keybind for reanimating.
  4. _G.R6ToggleKey = "r" --The keybind for toggling R15 to R6.
  5. _G.GodmodeToggleKey = "t" --The keybind for toggling godmode.
  6. --Options
  7. _G.CharacterBug = false --Set to true if your uppertorso floats when you use godmode with R15.
  8. _G.GodMode = true --Set to true if you want godmode.
  9. _G.R6 = false --Set to true if you wanna enable R15 to R6 when your R15.
  10. _G.FastLoading = true --Set to true if you want godmode to load faster.
  11. _G.AutoReanimate = true --Set to true if you want to auto reanimate and disable keybinds after executing.
  12.  
  13. loadstring(game:HttpGet("https://paste.ee/r/e4oZ2/0"))()
  14.  
  15. repeat wait() until _G.MSG.Text == ""
  16. wait(0.5)
  17. local head = game:GetService("Players").LocalPlayer.Character.Head
  18. head.Archivable = true
  19. local headc = head:Clone()
  20. headc.Parent = game:GetService("Players").LocalPlayer.Character
  21. head:Destroy()
  22. local w = Instance.new("Weld", headc)
  23. w.Part0 = headc
  24. w.Part1 = game:GetService("Players").LocalPlayer.Character["NullwareReanim"].Head
  25. headc.Transparency = 1
  26. if headc:FindFirstChildOfClass("Decal") then
  27. headc:FindFirstChildOfClass("Decal").Texture = "rbxassetid://000000000"
  28. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement