Advertisement
dannthebesttt

paste

Aug 11th, 2019
616
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.69 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local antiskid = Instance.new("Frame")
  6. local load = Instance.new("TextButton")
  7. local label = Instance.new("TextLabel")
  8. local pin = Instance.new("Frame")
  9. local pinlabel = Instance.new("TextLabel")
  10. local enter = Instance.new("TextButton")
  11. local TextBox = Instance.new("TextBox")
  12. --Properties:
  13. ScreenGui.Parent = game.CoreGui
  14. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  15.  
  16. antiskid.Name = "antiskid"
  17. antiskid.Parent = ScreenGui
  18. antiskid.BackgroundColor3 = Color3.new(0, 0, 0)
  19. antiskid.BorderColor3 = Color3.new(0, 0, 0)
  20. antiskid.Position = UDim2.new(0.0130000003, 0, 1.84399998, 0)
  21. antiskid.Size = UDim2.new(0, 248, 0, 114)
  22. antiskid:TweenPosition(UDim2.new(0.0130000003, 0, 0.84399998, 0), 'Out', 'Bounce', 1)
  23.  
  24. load.Name = "load"
  25. load.Parent = antiskid
  26. load.BackgroundColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  27. load.BorderColor3 = Color3.new(0, 0, 0)
  28. load.Position = UDim2.new(0.0967741907, 0, 0.438596487, 0)
  29. load.Size = UDim2.new(0, 200, 0, 50)
  30. load.Font = Enum.Font.Highway
  31. load.Text = "Load"
  32. load.TextColor3 = Color3.new(0, 0, 0)
  33. load.TextScaled = true
  34. load.TextSize = 14
  35. load.TextWrapped = true
  36. load.MouseButton1Down:connect(function()
  37. antiskid:TweenPosition(UDim2.new(0.0130000003, 0, 1.84399998, 0), 'Out', 'Bounce', 1)
  38. pin:TweenPosition(UDim2.new(0.37100005, 0, 0.342000008, 0), 'Out', 'Bounce', 1)
  39. end)
  40.  
  41. label.Name = "label"
  42. label.Parent = antiskid
  43. label.BackgroundColor3 = Color3.new(1, 1, 1)
  44. label.BackgroundTransparency = 1
  45. label.Position = UDim2.new(0.225806445, 0, 0.0614035092, 0)
  46. label.Size = UDim2.new(0, 136, 0, 34)
  47. label.Font = Enum.Font.Highway
  48. label.Text = "anti-skid"
  49. label.TextColor3 = Color3.new(0.32549, 0.32549, 0.32549)
  50. label.TextScaled = true
  51. label.TextSize = 14
  52. label.TextWrapped = true
  53.  
  54. pin.Name = "pin"
  55. pin.Parent = ScreenGui
  56. pin.BackgroundColor3 = Color3.new(0.129412, 0.129412, 0.129412)
  57. pin.BorderColor3 = Color3.new(0, 0, 0)
  58. pin.BorderSizePixel = 3
  59. pin.Position = UDim2.new(-1.37100005, 0, 0.342000008, 0)
  60. pin.Size = UDim2.new(0, 508, 0, 336)
  61.  
  62. pinlabel.Name = "pinlabel"
  63. pinlabel.Parent = pin
  64. pinlabel.BackgroundColor3 = Color3.new(1, 1, 1)
  65. pinlabel.BackgroundTransparency = 1
  66. pinlabel.Position = UDim2.new(0.273050487, 0, 0.0294094998, 0)
  67. pinlabel.Size = UDim2.new(0, 230, 0, 57)
  68. pinlabel.Font = Enum.Font.Highway
  69. pinlabel.Text = "anti-skid"
  70. pinlabel.TextColor3 = Color3.new(0.32549, 0.32549, 0.32549)
  71. pinlabel.TextScaled = true
  72. pinlabel.TextSize = 14
  73. pinlabel.TextWrapped = true
  74.  
  75. enter.Name = "enter"
  76. enter.Parent = pin
  77. enter.BackgroundColor3 = Color3.new(0.317647, 0.317647, 0.317647)
  78. enter.BorderColor3 = Color3.new(0, 0, 0)
  79. enter.BorderSizePixel = 0
  80. enter.Position = UDim2.new(0.236538023, 0, 0.675203621, 0)
  81. enter.Size = UDim2.new(0, 268, 0, 67)
  82. enter.Font = Enum.Font.Highway
  83. enter.Text = "start anti-skid"
  84. enter.TextColor3 = Color3.new(0, 0, 0)
  85. enter.TextScaled = true
  86. enter.TextSize = 14
  87. enter.TextWrapped = true
  88. enter.MouseButton1Down:connect(function()
  89. if TextBox.Text == 'c812ja32198n' then
  90. loadstring(game:HttpGet(('https://pastebin.com/raw/EyDn2WuR'),true))()
  91. pin:Destroy()
  92. else
  93. game.Players.LocalPlayer:Kick('dumbass skid commit esc+r+enter')
  94. end
  95. end)
  96.  
  97. TextBox.Parent = pin
  98. TextBox.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  99. TextBox.BackgroundTransparency = 1
  100. TextBox.Position = UDim2.new(0.0944881886, 0, 0.319940478, 0)
  101. TextBox.Size = UDim2.new(0, 412, 0, 66)
  102. TextBox.Font = Enum.Font.Highway
  103. TextBox.PlaceholderText = "please enter your pin"
  104. TextBox.Text = ""
  105. TextBox.TextColor3 = Color3.new(0, 0, 0)
  106. TextBox.TextScaled = true
  107. TextBox.TextSize = 14
  108. TextBox.TextWrapped = true
  109. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement