Advertisement
srsklrboii

slantexrobloxexploitscript

May 19th, 2018
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. local SlantexUI = Instance.new("ScreenGui")
  2. local MainFrame = Instance.new("Frame")
  3. local TextLabel = Instance.new("TextLabel")
  4. local anotherone = Instance.new("TextLabel")
  5.  
  6. SlantexUI.Name = "SlantexUI"
  7. SlantexUI.Parent = game.StarterGui
  8.  
  9. MainFrame.Name = "MainFrame"
  10. MainFrame.Parent = SlantexUI
  11. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  12. MainFrame.BackgroundTransparency = 0.94999998807907
  13. MainFrame.Position = UDim2.new(0.782560706, 0, 0.79541111, 0)
  14. MainFrame.Size = UDim2.new(0, 165, 0, 59)
  15.  
  16. TextLabel.Parent = MainFrame
  17. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  18. TextLabel.BackgroundTransparency = 0.94999998807907
  19. TextLabel.BorderSizePixel = 0
  20. TextLabel.Size = UDim2.new(0, 93, 0, 28)
  21. TextLabel.Font = Enum.Font.Cartoon
  22. TextLabel.Text = "Slantex"
  23. TextLabel.TextScaled = true
  24. TextLabel.TextSize = 14
  25. TextLabel.TextWrapped = true
  26.  
  27. anotherone.Name = "anotherone"
  28. anotherone.Parent = MainFrame
  29. anotherone.BackgroundColor3 = Color3.new(1, 1, 1)
  30. anotherone.BackgroundTransparency = 0.94999998807907
  31. anotherone.BorderSizePixel = 0
  32. anotherone.Position = UDim2.new(0.24242425, 0, 0.474576265, 0)
  33. anotherone.Size = UDim2.new(0, 125, 0, 28)
  34. anotherone.Font = Enum.Font.Cartoon
  35. anotherone.Text = "Under construction..."
  36. anotherone.TextScaled = true
  37. anotherone.TextSize = 14
  38. anotherone.TextWrapped = true
  39.  
  40. while true do
  41. wait()
  42. TextLabel.BackgroundColor3 = TextLabel.BackgroundColor3 + Color3.new(1, 1, 1)
  43. anotherone.BackgroundColor3 = anotherone.BackgroundColor3 + Color3.new(1, 1, 1)
  44. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement