Advertisement
Lover712

InternalUI1

Oct 2nd, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.66 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local VashXInternalUI = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local TopBare = Instance.new("Frame")
  7. local Title = Instance.new("TextLabel")
  8. local TextBox = Instance.new("TextBox")
  9. local Execute = Instance.new("TextButton")
  10. local Clear = Instance.new("TextButton")
  11. local ScriptHub = Instance.new("TextButton")
  12. local Settings = Instance.new("TextButton")
  13. local Refresh = Instance.new("TextButton")
  14. local Main = Instance.new("Frame")
  15. local JailBreakAutoRob = Instance.new("TextButton")
  16. local RoseHub = Instance.new("TextButton")
  17. local Minimize = Instance.new("TextButton")
  18. local Close = Instance.new("TextButton")
  19. --Properties:
  20. VashXInternalUI.Name = "VashXInternalUI"
  21. VashXInternalUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  22. VashXInternalUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  23.  
  24. Frame.Parent = VashXInternalUI
  25. Frame.Active = true
  26. Frame.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  27. Frame.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  28. Frame.Position = UDim2.new(0.104705885, 0, 0.40436241, 0)
  29. Frame.Size = UDim2.new(0, 632, 0, 292)
  30.  
  31. TopBare.Name = "TopBare"
  32. TopBare.Parent = Frame
  33. TopBare.Active = true
  34. TopBare.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  35. TopBare.BorderColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  36. TopBare.Size = UDim2.new(0, 631, 0, 16)
  37.  
  38. Title.Name = "Title"
  39. Title.Parent = TopBare
  40. Title.Active = true
  41. Title.BackgroundColor3 = Color3.new(0.713726, 0, 0.0117647)
  42. Title.BackgroundTransparency = 1
  43. Title.Position = UDim2.new(0.353407294, 0, 0, 0)
  44. Title.Size = UDim2.new(0, 200, 0, 17)
  45. Title.Font = Enum.Font.SourceSans
  46. Title.Text = "VashX v2.4.6"
  47. Title.TextColor3 = Color3.new(0, 0, 0)
  48. Title.TextScaled = true
  49. Title.TextSize = 100
  50. Title.TextWrapped = true
  51.  
  52. TextBox.Parent = Frame
  53. TextBox.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  54. TextBox.Position = UDim2.new(0.0269263163, 0, 0.0582191795, 0)
  55. TextBox.Size = UDim2.new(0, 510, 0, 234)
  56. TextBox.Font = Enum.Font.SourceSans
  57. TextBox.Text = ""
  58. TextBox.TextColor3 = Color3.new(1, 1, 1)
  59. TextBox.TextSize = 54
  60. TextBox.TextWrapped = true
  61. TextBox.TextXAlignment = Enum.TextXAlignment.Left
  62. TextBox.TextYAlignment = Enum.TextYAlignment.Top
  63.  
  64. Execute.Name = "Execute"
  65. Execute.Parent = Frame
  66. Execute.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  67. Execute.Position = UDim2.new(0.017432645, 0, 0.907534182, 0)
  68. Execute.Size = UDim2.new(0, 100, 0, 21)
  69. Execute.Font = Enum.Font.SourceSans
  70. Execute.Text = "Execute"
  71. Execute.TextColor3 = Color3.new(1, 1, 1)
  72. Execute.TextScaled = true
  73. Execute.TextSize = 14
  74. Execute.TextWrapped = true
  75.  
  76. Clear.Name = "Clear"
  77. Clear.Parent = Frame
  78. Clear.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  79. Clear.Position = UDim2.new(0.185419962, 0, 0.907534182, 0)
  80. Clear.Size = UDim2.new(0, 100, 0, 21)
  81. Clear.Font = Enum.Font.SourceSans
  82. Clear.Text = "Clear"
  83. Clear.TextColor3 = Color3.new(1, 1, 1)
  84. Clear.TextScaled = true
  85. Clear.TextSize = 14
  86. Clear.TextWrapped = true
  87.  
  88. ScriptHub.Name = "ScriptHub"
  89. ScriptHub.Parent = Frame
  90. ScriptHub.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  91. ScriptHub.Position = UDim2.new(0.352221489, 0, 0.907166421, 0)
  92. ScriptHub.Size = UDim2.new(0, 100, 0, 21)
  93. ScriptHub.Font = Enum.Font.SourceSans
  94. ScriptHub.Text = "ScriptHub"
  95. ScriptHub.TextColor3 = Color3.new(1, 1, 1)
  96. ScriptHub.TextScaled = true
  97. ScriptHub.TextSize = 14
  98. ScriptHub.TextWrapped = true
  99.  
  100. Settings.Name = "Settings"
  101. Settings.Parent = Frame
  102. Settings.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  103. Settings.Position = UDim2.new(0.522477865, 0, 0.907166421, 0)
  104. Settings.Size = UDim2.new(0, 100, 0, 21)
  105. Settings.Font = Enum.Font.SourceSans
  106. Settings.Text = "Settings"
  107. Settings.TextColor3 = Color3.new(1, 1, 1)
  108. Settings.TextScaled = true
  109. Settings.TextSize = 14
  110. Settings.TextWrapped = true
  111.  
  112. Refresh.Name = "Refresh"
  113. Refresh.Parent = Frame
  114. Refresh.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  115. Refresh.Position = UDim2.new(0.691100895, 0, 0.907166421, 0)
  116. Refresh.Size = UDim2.new(0, 100, 0, 21)
  117. Refresh.Font = Enum.Font.SourceSans
  118. Refresh.Text = "Refresh"
  119. Refresh.TextColor3 = Color3.new(1, 1, 1)
  120. Refresh.TextScaled = true
  121. Refresh.TextSize = 14
  122. Refresh.TextWrapped = true
  123.  
  124. Main.Name = "Main"
  125. Main.Parent = Frame
  126. Main.Active = true
  127. Main.BackgroundColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  128. Main.BorderColor3 = Color3.new(0.113725, 0.113725, 0.113725)
  129. Main.Position = UDim2.new(0.819843948, 0, 0.0821917802, 0)
  130. Main.Size = UDim2.new(0, 112, 0, 234)
  131.  
  132. JailBreakAutoRob.Name = "JailBreakAutoRob"
  133. JailBreakAutoRob.Parent = Main
  134. JailBreakAutoRob.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  135. JailBreakAutoRob.BackgroundTransparency = 1
  136. JailBreakAutoRob.Position = UDim2.new(-0.000344957632, 0, 0, 0)
  137. JailBreakAutoRob.Size = UDim2.new(0, 112, 0, 23)
  138. JailBreakAutoRob.Font = Enum.Font.SourceSans
  139. JailBreakAutoRob.Text = "JailBreak AutoRob"
  140. JailBreakAutoRob.TextColor3 = Color3.new(1, 1, 1)
  141. JailBreakAutoRob.TextScaled = true
  142. JailBreakAutoRob.TextSize = 14
  143. JailBreakAutoRob.TextWrapped = true
  144.  
  145. RoseHub.Name = "RoseHub"
  146. RoseHub.Parent = Main
  147. RoseHub.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
  148. RoseHub.BackgroundTransparency = 1
  149. RoseHub.Position = UDim2.new(0.0175121855, 0, 0.0982905999, 0)
  150. RoseHub.Size = UDim2.new(0, 84, 0, 23)
  151. RoseHub.Font = Enum.Font.SourceSans
  152. RoseHub.Text = "RoseHUB"
  153. RoseHub.TextColor3 = Color3.new(1, 1, 1)
  154. RoseHub.TextScaled = true
  155. RoseHub.TextSize = 14
  156. RoseHub.TextWrapped = true
  157.  
  158. Minimize.Name = "Minimize"
  159. Minimize.Parent = Main
  160. Minimize.AnchorPoint = Vector2.new(1, 1)
  161. Minimize.BackgroundColor3 = Color3.new(0.713726, 0, 0.0117647)
  162. Minimize.BackgroundTransparency = 1
  163. Minimize.LayoutOrder = 14
  164. Minimize.Position = UDim2.new(0.699928582, 20, -0.104914531, 10)
  165. Minimize.Size = UDim2.new(0, 13, 0, 17)
  166. Minimize.Modal = true
  167. Minimize.Font = Enum.Font.SourceSans
  168. Minimize.Text = "_"
  169. Minimize.TextColor3 = Color3.new(0, 0, 0)
  170. Minimize.TextScaled = true
  171. Minimize.TextSize = 100
  172. Minimize.TextStrokeTransparency = 10000
  173. Minimize.TextWrapped = true
  174.  
  175. Close.Name = "Close"
  176. Close.Parent = Frame
  177. Close.AnchorPoint = Vector2.new(1, 1)
  178. Close.BackgroundColor3 = Color3.new(0.713726, 0, 0.0117647)
  179. Close.BackgroundTransparency = 1
  180. Close.LayoutOrder = 14
  181. Close.Position = UDim2.new(0.968113005, 20, 0.023900263, 10)
  182. Close.Size = UDim2.new(0, 13, 0, 17)
  183. Close.Modal = true
  184. Close.Font = Enum.Font.SourceSans
  185. Close.Text = "X"
  186. Close.TextColor3 = Color3.new(0, 0, 0)
  187. Close.TextScaled = true
  188. Close.TextSize = 100
  189. Close.TextStrokeTransparency = 10000
  190. Close.TextWrapped = true
  191. -- Scripts:
  192. function SCRIPT_HTMU81_FAKESCRIPT() -- Execute.LocalScript
  193. local script = Instance.new('LocalScript')
  194. script.Parent = Execute
  195. script.Parent.MouseButton1Down:Connect(function()
  196. loadstring(script.Parent.Parent.TextBox.Text)
  197.  
  198.  
  199.  
  200. end)
  201.  
  202.  
  203.  
  204. end
  205. coroutine.resume(coroutine.create(SCRIPT_HTMU81_FAKESCRIPT))
  206. function SCRIPT_TUHV87_FAKESCRIPT() -- Clear.LocalScript
  207. local script = Instance.new('LocalScript')
  208. script.Parent = Clear
  209. script.Parent.MouseButton1Down:Connect(function()
  210. script.Parent.Parent.TextBox.Text = ""
  211. end)
  212.  
  213. end
  214. coroutine.resume(coroutine.create(SCRIPT_TUHV87_FAKESCRIPT))
  215. function SCRIPT_NWUW90_FAKESCRIPT() -- JailBreakAutoRob.LocalScript
  216. local script = Instance.new('LocalScript')
  217. script.Parent = JailBreakAutoRob
  218. script.Parent.MouseButton1Down:Connect(function()
  219. loadstring(game:GetObjects("rbxassetid://1461971147")[1].Source)()
  220. end)
  221.  
  222. end
  223. coroutine.resume(coroutine.create(SCRIPT_NWUW90_FAKESCRIPT))
  224. function SCRIPT_NXOJ81_FAKESCRIPT() -- RoseHub.LocalScript
  225. local script = Instance.new('LocalScript')
  226. script.Parent = RoseHub
  227. script.Parent.MouseButton1Down:Connect(function()
  228. loadstring(game:HttpGet(('https://pastebin.com/raw/XYkUA5RE'),true))()
  229.  
  230.  
  231. end)
  232.  
  233. end
  234. coroutine.resume(coroutine.create(SCRIPT_NXOJ81_FAKESCRIPT))
  235. function SCRIPT_ZDSU87_FAKESCRIPT() -- Minimize.LocalScript
  236. local script = Instance.new('LocalScript')
  237. script.Parent = Minimize
  238.  
  239.  
  240. end
  241. coroutine.resume(coroutine.create(SCRIPT_ZDSU87_FAKESCRIPT))
  242. function SCRIPT_GIQQ81_FAKESCRIPT() -- Frame.LocalScript
  243. local script = Instance.new('LocalScript')
  244. script.Parent = Frame
  245. script.Parent.Parent.Frame.Draggable = true
  246.  
  247. end
  248. coroutine.resume(coroutine.create(SCRIPT_GIQQ81_FAKESCRIPT))
  249. function SCRIPT_HZGX78_FAKESCRIPT() -- Close.LocalScript
  250. local script = Instance.new('LocalScript')
  251. script.Parent = Close
  252. script.Parent.Parent.Close.MouseButton1Down:Connect(function()
  253. script.Parent.Parent.Parent.Frame.Visible = false
  254. end)
  255.  
  256. end
  257. coroutine.resume(coroutine.create(SCRIPT_HZGX78_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement