Advertisement
Guest User

haha

a guest
Dec 18th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local MAINGUI = Instance.new("ScreenGui")
  5. local GUI = Instance.new("Frame")
  6. local LICK = Instance.new("TextButton")
  7. local bc1 = Instance.new("TextBox")
  8. --Properties:
  9. MAINGUI.Name = "MAINGUI"
  10. MAINGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  11.  
  12. GUI.Name = "GUI"
  13. GUI.Parent = MAINGUI
  14. GUI.BackgroundColor3 = Color3.new(0.054902, 0.109804, 0.164706)
  15. GUI.BorderColor3 = Color3.new(0.521569, 0.992157, 0.447059)
  16. GUI.BorderSizePixel = 10
  17. GUI.Position = UDim2.new(0.64274323, 0, 0.377906978, 0)
  18. GUI.Size = UDim2.new(0, 224, 0, 217)
  19.  
  20. LICK.Name = "LICK"
  21. LICK.Parent = GUI
  22. LICK.BackgroundColor3 = Color3.new(0.376471, 1, 0.152941)
  23. LICK.BorderColor3 = Color3.new(0.447059, 0.780392, 1)
  24. LICK.Position = UDim2.new(0.32969293, 0, 0.492805511, 0)
  25. LICK.Size = UDim2.new(0, 94, 0, 73)
  26. LICK.Font = Enum.Font.SourceSans
  27. LICK.Text = "Lick Để Hack"
  28. LICK.TextColor3 = Color3.new(0, 0, 0)
  29. LICK.TextScaled = true
  30. LICK.TextSize = 14
  31. LICK.TextWrapped = true
  32. LICK.MouseButton1Down:connect(function()
  33. while true do
  34. wait(0.00000005)
  35. game.ReplicatedStorage.RemoteEvents.YoruSlashDown:FireServer()
  36. end
  37. end)
  38.  
  39. bc1.Name = "bc1"
  40. bc1.Parent = GUI
  41. bc1.BackgroundColor3 = Color3.new(1, 0, 0.180392)
  42. bc1.ClipsDescendants = true
  43. bc1.Position = UDim2.new(0.133665904, 0, 0, 0)
  44. bc1.Size = UDim2.new(0, 181, 0, 81)
  45. bc1.Font = Enum.Font.SciFi
  46. bc1.LineHeight = 3
  47. bc1.MultiLine = true
  48. bc1.Text = "Make Văn Đô"
  49. bc1.TextColor3 = Color3.new(0, 0, 0)
  50. bc1.TextScaled = true
  51. bc1.TextSize = 14
  52. bc1.TextWrapped = true
  53. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement