Advertisement
Lee_everitt

Uhhh my roblox script (dead rails)

Apr 13th, 2025
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.74 KB | Source Code | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8. local UIAspectRatioConstraint = Instance.new("UIAspectRatioConstraint")
  9. local TextLabel = Instance.new("TextLabel")
  10. local TextLabel1 = Instance.new("TextLabel")
  11. local TextButton = Instance.new("TextButton")
  12. local TextButton1 = Instance.new("TextButton")
  13. local TextButton2 = Instance.new("TextButton")
  14.  
  15. --Properties:
  16.  
  17. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  18. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  19. ScreenGui.ResetOnSpawn = false
  20.  
  21. Frame.Parent = ScreenGui
  22. Frame.BackgroundColor3 = Color3.fromRGB(255, 0, 4)
  23. Frame.BorderColor3 = Color3.fromRGB(0, 0, 0)
  24. Frame.BorderSizePixel = 0
  25. Frame.Position = UDim2.new(0.252590686, 0, 0.288844615, 0)
  26. Frame.Size = UDim2.new(0, 331, 0, 211)
  27. Frame.Active = true
  28. Frame.Draggable = true
  29.  
  30. UIAspectRatioConstraint.Parent = Frame
  31. UIAspectRatioConstraint.AspectRatio = 1.569
  32.  
  33. TextLabel.Parent = Frame
  34. TextLabel.BackgroundColor3 = Color3.fromRGB(0, 17, 255)
  35. TextLabel.BorderColor3 = Color3.fromRGB(255, 96, 96)
  36. TextLabel.BorderSizePixel = 0
  37. TextLabel.Size = UDim2.new(0, 331, 0, 50)
  38. TextLabel.Font = Enum.Font.Unknown
  39. TextLabel.LineHeight = 2.530
  40. TextLabel.Text = "Free diddy (supports all executors btw)"
  41. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  42. TextLabel.TextSize = 29.000
  43.  
  44. TextLabel1.Name = "TextLabel1"
  45. TextLabel1.Parent = Frame
  46. TextLabel1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  47. TextLabel1.BorderColor3 = Color3.fromRGB(0, 0, 0)
  48. TextLabel1.BorderSizePixel = 0
  49. TextLabel1.Position = UDim2.new(0, 0, 0.763033152, 0)
  50. TextLabel1.Size = UDim2.new(0, 331, 0, 50)
  51. TextLabel1.Font = Enum.Font.SourceSans
  52. TextLabel1.Text = "Gui Made By lee_everitt             Scripts Made By ringta.\\n In discord"
  53. TextLabel1.TextColor3 = Color3.fromRGB(0, 0, 0)
  54. TextLabel1.TextSize = 14.000
  55.  
  56. TextButton.Parent = Frame
  57. TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  58. TextButton.BorderColor3 = Color3.fromRGB(0, 0, 0)
  59. TextButton.BorderSizePixel = 0
  60. TextButton.Position = UDim2.new(0.0362537764, 0, 0.388625592, 0)
  61. TextButton.Size = UDim2.new(0, 57, 0, 49)
  62. TextButton.Font = Enum.Font.SourceSans
  63. TextButton.Text = "Castle"
  64. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  65. TextButton.TextSize = 14.000
  66.  
  67. TextButton1.Name = "TextButton1"
  68. TextButton1.Parent = Frame
  69. TextButton1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  70. TextButton1.BorderColor3 = Color3.fromRGB(0, 0, 0)
  71. TextButton1.BorderSizePixel = 0
  72. TextButton1.Position = UDim2.new(0.271903336, 0, 0.388625592, 0)
  73. TextButton1.Size = UDim2.new(0, 48, 0, 50)
  74. TextButton1.Font = Enum.Font.SourceSans
  75. TextButton1.Text = "Fort"
  76. TextButton1.TextColor3 = Color3.fromRGB(0, 0, 0)
  77. TextButton1.TextSize = 14.000
  78.  
  79. TextButton2.Name = "TextButton2"
  80. TextButton2.Parent = Frame
  81. TextButton2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  82. TextButton2.BorderColor3 = Color3.fromRGB(0, 0, 0)
  83. TextButton2.BorderSizePixel = 0
  84. TextButton2.Position = UDim2.new(0.462235659, 0, 0.388625592, 0)
  85. TextButton2.Size = UDim2.new(0, 58, 0, 50)
  86. TextButton2.Font = Enum.Font.SourceSans
  87. TextButton2.Text = "Auto End"
  88. TextButton2.TextColor3 = Color3.fromRGB(0, 0, 0)
  89. TextButton2.TextSize = 14.000
  90. TextButton.MouseButton1Down:connect(function()
  91.     loadstring(game:HttpGet("https://raw.githubusercontent.com/ringtaa/castletpfast.github.io/refs/heads/main/FASTCASTLE.lua"))()
  92. end)
  93. TextButton1.MouseButton1Down:connect(function()
  94.     loadstring(game:HttpGet("https://raw.githubusercontent.com/ringtaa/Tpfort.github.io/refs/heads/main/Tpfort.lua"))()
  95.  
  96. end)
  97. TextButton2.MouseButton1Down:connect(function()
  98.     loadstring(game:HttpGet("https://raw.githubusercontent.com/gumanba/Scripts/refs/heads/main/DeadRails"))()
  99.  
  100. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement