Advertisement
ARY106_7

سكربت هاك سولارا

Jan 1st, 2025
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.11 KB | None | 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 UICorner = Instance.new("UICorner")
  9. local TextBox = Instance.new("TextBox")
  10. local ImageButton = Instance.new("ImageButton")
  11. local ImageButton_2 = Instance.new("ImageButton")
  12. local ImageLabel = Instance.new("ImageLabel")
  13. local ImageButton_3 = Instance.new("ImageButton")
  14.  
  15. --Properties:
  16.  
  17. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  18. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  19.  
  20. Frame.Parent = ScreenGui
  21. Frame.BackgroundColor3 = Color3.fromRGB(4, 6, 7)
  22. Frame.BorderColor3 = Color3.fromRGB(0, 0, 0)
  23. Frame.BorderSizePixel = 0
  24. Frame.Position = UDim2.new(0.275600851, 0, 0.206984282, 0)
  25. Frame.Size = UDim2.new(0, 656, 0, 417)
  26.  
  27. UICorner.CornerRadius = UDim.new(0, 10)
  28. UICorner.Parent = Frame
  29.  
  30. TextBox.Parent = Frame
  31. TextBox.BackgroundColor3 = Color3.fromRGB(14, 14, 14)
  32. TextBox.BorderColor3 = Color3.fromRGB(44, 24, 54)
  33. TextBox.BorderSizePixel = 2
  34. TextBox.Position = UDim2.new(0.0506511778, 0, 0.158509031, 0)
  35. TextBox.Size = UDim2.new(0, 588, 0, 291)
  36. TextBox.Font = Enum.Font.Roboto
  37. TextBox.Text = ""
  38. TextBox.TextColor3 = Color3.fromRGB(101, 35, 118)
  39. TextBox.TextSize = 20.000
  40. TextBox.TextWrapped = true
  41. TextBox.TextXAlignment = Enum.TextXAlignment.Left
  42. TextBox.TextYAlignment = Enum.TextYAlignment.Top
  43.  
  44. ImageButton.Parent = Frame
  45. ImageButton.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  46. ImageButton.BackgroundTransparency = 10.000
  47. ImageButton.BorderColor3 = Color3.fromRGB(17735578440, 17735578440, 17735578440)
  48. ImageButton.BorderSizePixel = 0
  49. ImageButton.Position = UDim2.new(0.0491268337, 0, 0.880658388, 0)
  50. ImageButton.Size = UDim2.new(0, 47, 0, 47)
  51. ImageButton.Image = "http://www.roblox.com/asset/?id=17735583313"
  52.  
  53. ImageButton_2.Parent = Frame
  54. ImageButton_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  55. ImageButton_2.BackgroundTransparency = 10.000
  56. ImageButton_2.BorderColor3 = Color3.fromRGB(17735578440, 17735578440, 17735578440)
  57. ImageButton_2.BorderSizePixel = 0
  58. ImageButton_2.Position = UDim2.new(0.127351671, 0, 0.880658448, 0)
  59. ImageButton_2.Size = UDim2.new(0, 47, 0, 47)
  60. ImageButton_2.Image = "http://www.roblox.com/asset/?id=17735600356"
  61.  
  62. ImageLabel.Parent = Frame
  63. ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  64. ImageLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
  65. ImageLabel.BorderSizePixel = 0
  66. ImageLabel.Position = UDim2.new(0.363627732, 0, 0.00982800964, 0)
  67. ImageLabel.Size = UDim2.new(0, 177, 0, 55)
  68. ImageLabel.Image = "http://www.roblox.com/asset/?id=17735478175"
  69.  
  70. ImageButton_3.Parent = Frame
  71. ImageButton_3.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  72. ImageButton_3.BackgroundTransparency = 10.000
  73. ImageButton_3.BorderColor3 = Color3.fromRGB(17735578440, 17735578440, 17735578440)
  74. ImageButton_3.BorderSizePixel = 0
  75. ImageButton_3.Position = UDim2.new(0.946992636, 0, 0.00842255168, 0)
  76. ImageButton_3.Size = UDim2.new(0, 26, 0, 27)
  77. ImageButton_3.Image = "http://www.roblox.com/asset/?id=17737230355"
  78.  
  79. -- Scripts:
  80.  
  81. local function IUKNLDW_fake_script() -- ImageButton.LocalScript
  82. local script = Instance.new('LocalScript', ImageButton)
  83.  
  84. local button = script.Parent
  85. local textbox = script.Parent.Parent.TextBox
  86. button.MouseButton1Click:Connect(function()
  87. loadstring(textbox.Text)()
  88. end)
  89. end
  90. coroutine.wrap(IUKNLDW_fake_script)()
  91. local function NBXE_fake_script() -- ImageButton_2.LocalScript
  92. local script = Instance.new('LocalScript', ImageButton_2)
  93.  
  94. local button = script.Parent
  95. local textbox = script.Parent.Parent.TextBox
  96. button.MouseButton1Click:Connect(function()
  97. textbox.Text = ""
  98. end)
  99. end
  100. coroutine.wrap(NBXE_fake_script)()
  101. local function QUCWRVX_fake_script() -- Frame.LocalScript
  102. local script = Instance.new('LocalScript', Frame)
  103.  
  104. script.Parent.Draggable = true
  105. script.Parent.Active = true
  106. end
  107. coroutine.wrap(QUCWRVX_fake_script)()
  108. local function HTVQ_fake_script() -- ImageButton_3.LocalScript
  109. local script = Instance.new('LocalScript', ImageButton_3)
  110.  
  111. script.Parent.MouseButton1Down:Connect(function()
  112. script.Parent.Parent.Visible = false
  113. end)
  114. end
  115. coroutine.wrap(HTVQ_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement