Advertisement
PrimeServers

Untitled

Jan 16th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. for i,m in pairs(game:GetService("Players"):GetChildren()) do
  2. for _,Player in pairs(game.Players:GetPlayers()) do
  3. coroutine.wrap(function()
  4. local Msg = Instance.new("ScreenGui", Player:findFirstChild'PlayerGui' or Instance.new('PlayerGui',Player))
  5. local Text = Instance.new("TextLabel", Msg)
  6. local Logo = Instance.new('ImageLabel', Msg)
  7. Text.Position = UDim2.new(0,0,0,0)
  8. Text.Font='Legacy'
  9. Text.FontSize = "Size48"
  10. Text.BackgroundColor3 = Color3.new(-1,-1,-1)
  11. Text.BackgroundTransparency = 0.4
  12. Text.TextColor3 = Color3.new(1,1,1)
  13. Text.TextTransparency = 0
  14. Text.TextWrap = true
  15. Text.Text = ' \n Cracked by bditt. Read F9 for instructions on how to use dis. :) '
  16. Text:TweenSizeAndPosition(UDim2.new(1, 0, 1, 0), UDim2.new(0, 0, 0, 0), "Out", "Back", 2)
  17. Text.TextTransparency = 0.1
  18. wait(5)
  19. Text:TweenPosition(UDim2.new(0.1, 0, 2, 0), "InOut", "Quad")
  20. wait(5)
  21. Msg:Remove()
  22. end)()
  23. warn("How To Use")
  24. warn("1. Attack Someone, Or Any NPC Using Physical Attack (Some Dont Work, Like Punish Driver)")
  25. warn("2. Then Press B")
  26. warn("Any Questions? Ask Me")
  27. wait(0.1)
  28.  
  29. local Playe = game:GetService("Players").LocalPlayer
  30. local Mouse = Player:GetMouse()
  31.  
  32. Mouse.KeyDown:connect(function(Key)
  33. Key = Key:lower()
  34. if Key == 'b' then
  35. Playe.Character.Humanoid.Health = 1000000
  36. end
  37. end)
  38. end
  39. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement