Advertisement
FriendlyBrony

SWJB

Jan 3rd, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 21.01 KB | None | 0 0
  1. local ws = game:GetService('Workspace')
  2. ws.Name = "Workspace"
  3. local plrs = game:GetService('Players')
  4. plrs.Name = "Players"
  5. local rs = game:GetService('ReplicatedStorage')
  6. rs.Name = "ReplicatedStorage"
  7. for i,v in pairs(ws.Banks:GetChildren()) do
  8. Bank = v
  9. v.Name = "Bank"
  10. end
  11. for i,v in pairs(ws.Jewelrys:GetChildren()) do
  12. Jewelry = v
  13. v.Name = "Jewelry"
  14. end
  15. ws.Changed:connect(function()
  16. if ws.Name ~= "Workspace" then
  17. ws.Name = "Workspace"
  18. end
  19. end)
  20. plrs.Changed:connect(function()
  21. if plrs.Name ~= "Players" then
  22. plrs.Name = "Players"
  23. end
  24. end)
  25. rs.Changed:connect(function()
  26. if rs.Name ~= "ReplicatedStorage" then
  27. rs.Name = "ReplicatedStorage"
  28. end
  29. end)
  30. rs.Changed:connect(function()
  31. if Jewelry.Name ~= "Jewelry" then
  32. Jewelry.Name = "Jewelry"
  33. end
  34. end)
  35. rs.Changed:connect(function()
  36. if Bank.Name ~= "Bank" then
  37. Bank.Name = "Bank"
  38. end
  39. end)
  40. -- Objects
  41.  
  42. local SilentwareRBLX = Instance.new("ScreenGui")
  43. local SWLogin = Instance.new("Frame")
  44. local SWLogTittleSplitter = Instance.new("Frame")
  45. local SWLogFootSplitter = Instance.new("Frame")
  46. local SWLogBodyLoginButton = Instance.new("TextButton")
  47. local SWLogBodyExecuting = Instance.new("TextButton")
  48. local SWLogBodyUnJailbreak = Instance.new("TextButton")
  49. local SWLogBodyExit = Instance.new("TextButton")
  50. local SWLogFoot = Instance.new("Frame")
  51. local SWLogTitle = Instance.new("TextLabel")
  52.  
  53. local SWMain = Instance.new("Frame")
  54. local SWMainOther = Instance.new("Frame")
  55. local SWMainOtherNodoors = Instance.new("TextButton")
  56. local SWMainOtherNolazers = Instance.new("TextButton")
  57. local SWMainTeleport = Instance.new("Frame")
  58. local SWMainTPBank = Instance.new("TextButton")
  59. local SWMainTPJew = Instance.new("TextButton")
  60. local SWMainTPCrime = Instance.new("TextButton")
  61. local SWMainPlayer = Instance.new("Frame")
  62. local SWMainPlayerGod = Instance.new("TextButton")
  63. local SWMainPlayerWS = Instance.new("TextButton")
  64. local SWMainPlayerJP = Instance.new("TextButton")
  65. local SWMainPlayerSit = Instance.new("TextButton")
  66. local SWMainFEGod = Instance.new("TextButton")
  67. local SWMainTabsPlayer = Instance.new("TextButton")
  68. local SWMainTabsTeleport = Instance.new("TextButton")
  69. local SWMainClose = Instance.new("TextButton")
  70. local SWMainTabsOther = Instance.new("TextButton")
  71. local SWMainTitleBar1 = Instance.new("Frame")
  72. local SWMainTitleSubBar = Instance.new("Frame")
  73. local SWTitle = Instance.new("TextLabel")
  74. local SWButton = Instance.new("Frame")
  75. local SWButtonToggle = Instance.new("TextButton")
  76. local SWExecuting = Instance.new("Frame")
  77. local ScrollingFrame = Instance.new("ScrollingFrame")
  78. local SWExecuterScript = Instance.new("TextBox")
  79. local Tittle = Instance.new("TextLabel")
  80. local SWExecuterExit = Instance.new("TextButton")
  81. local SWExecuterExecute = Instance.new("TextButton")
  82. local speeding = false
  83.  
  84. -- Properties
  85.  
  86. SilentwareRBLX.Name = "Silentware RBLX"
  87. SilentwareRBLX.Parent = game.CoreGui
  88. SilentwareRBLX.DisplayOrder = 1
  89. SilentwareRBLX.ResetOnSpawn = false
  90.  
  91. SWLogin.Name = "SW.Login"
  92. SWLogin.Parent = SilentwareRBLX
  93. SWLogin.Active = true
  94. SWLogin.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  95. SWLogin.BorderSizePixel = 0
  96. SWLogin.Draggable = true
  97. SWLogin.LayoutOrder = 1
  98. SWLogin.Position = UDim2.new(0.358070761, 0, 0.244721442, 0)
  99. SWLogin.Selectable = true
  100. SWLogin.Size = UDim2.new(0, 363, 0, 471)
  101. SWLogin.Visible = true
  102.  
  103. SWLogTittleSplitter.Name = "SW.Log.Tittle.Splitter"
  104. SWLogTittleSplitter.Parent = SWLogin
  105. SWLogTittleSplitter.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  106. SWLogTittleSplitter.BorderSizePixel = 0
  107. SWLogTittleSplitter.Position = UDim2.new(-0.00137741119, 0, 0.114649698, 0)
  108. SWLogTittleSplitter.Size = UDim2.new(0, 363, 0, 6)
  109.  
  110. SWLogFootSplitter.Name = "SW.Log.Foot.Splitter"
  111. SWLogFootSplitter.Parent = SWLogin
  112. SWLogFootSplitter.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  113. SWLogFootSplitter.BorderSizePixel = 0
  114. SWLogFootSplitter.Position = UDim2.new(0, 0, 0.884000003, 0)
  115. SWLogFootSplitter.Size = UDim2.new(0, 363, 0, 6)
  116.  
  117. SWLogBodyLoginButton.Name = "SW.Log.Body.LoginButton"
  118. SWLogBodyLoginButton.Parent = SWLogin
  119. SWLogBodyLoginButton.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  120. SWLogBodyLoginButton.BorderSizePixel = 0
  121. SWLogBodyLoginButton.Position = UDim2.new(0.129476577, 0, 0.581740975, 0)
  122. SWLogBodyLoginButton.Size = UDim2.new(0, 270, 0, 43)
  123. SWLogBodyLoginButton.Font = Enum.Font.SciFi
  124. SWLogBodyLoginButton.FontSize = Enum.FontSize.Size24
  125. SWLogBodyLoginButton.Text = "Start"
  126. SWLogBodyLoginButton.TextColor3 = Color3.new(0.666667, 0.333333, 1)
  127. SWLogBodyLoginButton.TextSize = 24
  128. SWLogBodyLoginButton.TextWrapped = true
  129. SWLogBodyLoginButton.MouseButton1Click:connect(function()
  130.     SWMain.Visible = true
  131.     SWLogin.Visible = false
  132. end)
  133.  
  134. SWLogBodyExecuting.Name = "SW.Log.Body.Executing"
  135. SWLogBodyExecuting.Parent = SWLogin
  136. SWLogBodyExecuting.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  137. SWLogBodyExecuting.BorderSizePixel = 0
  138. SWLogBodyExecuting.Position = UDim2.new(0.129476577, 0, 0.454352438, 0)
  139. SWLogBodyExecuting.Size = UDim2.new(0, 270, 0, 43)
  140. SWLogBodyExecuting.Font = Enum.Font.SciFi
  141. SWLogBodyExecuting.Text = "Script Executing"
  142. SWLogBodyExecuting.TextColor3 = Color3.new(0.666667, 0.333333, 1)
  143. SWLogBodyExecuting.TextSize = 24
  144. SWLogBodyExecuting.TextWrapped = true
  145. SWLogBodyExecuting.MouseButton1Click:connect(function()
  146.     SWExecuting.Visible = true
  147. end)
  148.  
  149. SWLogBodyUnJailbreak.Name = "SW.Log.Body.UnJailbreak"
  150. SWLogBodyUnJailbreak.Parent = SWLogin
  151. SWLogBodyUnJailbreak.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  152. SWLogBodyUnJailbreak.BorderSizePixel = 0
  153. SWLogBodyUnJailbreak.Position = UDim2.new(0.60055095, 0, 0.146496817, 0)
  154. SWLogBodyUnJailbreak.Size = UDim2.new(0, 145, 0, 32)
  155. SWLogBodyUnJailbreak.Font = Enum.Font.SciFi
  156. SWLogBodyUnJailbreak.Text = "Unjailbreak"
  157. SWLogBodyUnJailbreak.TextColor3 = Color3.new(0.666667, 0.333333, 1)
  158. SWLogBodyUnJailbreak.TextSize = 24
  159. SWLogBodyUnJailbreak.TextWrapped = true
  160.  
  161. SWLogBodyExit.Name = "SW.Log.Body.Exit"
  162. SWLogBodyExit.Parent = SWLogin
  163. SWLogBodyExit.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  164. SWLogBodyExit.BorderSizePixel = 0
  165. SWLogBodyExit.Position = UDim2.new(0.60055095, 0, 0.785562634, 0)
  166. SWLogBodyExit.Size = UDim2.new(0, 145, 0, 32)
  167. SWLogBodyExit.Font = Enum.Font.SciFi
  168. SWLogBodyExit.Text = "Exit"
  169. SWLogBodyExit.TextColor3 = Color3.new(0.666667, 0.333333, 1)
  170. SWLogBodyExit.TextSize = 24
  171. SWLogBodyExit.TextWrapped = true
  172.  
  173. SWLogFoot.Name = "SW.Log.Foot"
  174. SWLogFoot.Parent = SWLogin
  175. SWLogFoot.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  176. SWLogFoot.BorderSizePixel = 0
  177. SWLogFoot.Position = UDim2.new(0, 0, 0.895999968, 0)
  178. SWLogFoot.Size = UDim2.new(0, 363, 0, 52)
  179.  
  180. SWLogTitle.Name = "SW.Log.Title"
  181. SWLogTitle.Parent = SWLogin
  182. SWLogTitle.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  183. SWLogTitle.BorderSizePixel = 0
  184. SWLogTitle.Position = UDim2.new(-4.65661287e-10, 0, 0, 0)
  185. SWLogTitle.Size = UDim2.new(0, 363, 0, 54)
  186. SWLogTitle.Font = Enum.Font.SciFi
  187. SWLogTitle.FontSize = Enum.FontSize.Size14
  188. SWLogTitle.Text = "SilentWare"
  189. SWLogTitle.TextColor3 = Color3.new(0.666667, 0.333333, 1)
  190. SWLogTitle.TextScaled = true
  191. SWLogTitle.TextSize = 14
  192. SWLogTitle.TextWrapped = true
  193.  
  194. SWMain.Name = "SW.Main"
  195. SWMain.Parent = SilentwareRBLX
  196. SWMain.Active = true
  197. SWMain.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  198. SWMain.BackgroundTransparency = 0.10000000149012
  199. SWMain.Draggable = true
  200. SWMain.LayoutOrder = 1
  201. SWMain.Position = UDim2.new(0.131080419, 0, 0.323184788, 0)
  202. SWMain.Selectable = true
  203. SWMain.Size = UDim2.new(0, 193, 0, 326)
  204. SWMain.Visible = false
  205.  
  206. SWMainOther.Name = "SW.Main.Other"
  207. SWMainOther.Parent = SWMain
  208. SWMainOther.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  209. SWMainOther.BackgroundTransparency = 0.099999994039536
  210. SWMainOther.Position = UDim2.new(1.0569948, 0, 0, 0)
  211. SWMainOther.Size = UDim2.new(0, 560, 0, 326)
  212. SWMainOther.Visible = false
  213.  
  214. SWMainOtherNodoors.Name = "SW.Main.Other.Nodoors"
  215. SWMainOtherNodoors.Parent = SWMainOther
  216. SWMainOtherNodoors.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  217. SWMainOtherNodoors.BorderSizePixel = 0
  218. SWMainOtherNodoors.Position = UDim2.new(0.0232142862, 0, 0.0276073609, 0)
  219. SWMainOtherNodoors.Size = UDim2.new(0, 200, 0, 50)
  220. SWMainOtherNodoors.Font = Enum.Font.SciFi
  221. SWMainOtherNodoors.FontSize = Enum.FontSize.Size24
  222. SWMainOtherNodoors.Text = "Destroy All"
  223. SWMainOtherNodoors.TextColor3 = Color3.new(0.666667, 0.333333, 1)
  224. SWMainOtherNodoors.TextSize = 20
  225. SWMainOtherNodoors.MouseButton1Click:connect(function()
  226.     game.Workspace.Doors:Destroy()
  227.     game.Workspace.Banks.Bank.Lasers:Destroy()
  228.     game.Workspace.Banks.Bank.Door:Destroy()
  229.     game.Workspace.Jewelrys.Jewelry.FloorLasers:Destroy()
  230.     game.Workspace.Jewelrys.Jewelry.Cameras:Destroy()
  231. end)
  232.  
  233. SWMainTeleport.Name = "SW.Main.Teleport"
  234. SWMainTeleport.Parent = SWMain
  235. SWMainTeleport.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  236. SWMainTeleport.BackgroundTransparency = 0.099999994039536
  237. SWMainTeleport.Position = UDim2.new(1.0569948, 0, 0, 0)
  238. SWMainTeleport.Size = UDim2.new(0, 560, 0, 326)
  239. SWMainTeleport.Visible = false
  240.  
  241. SWMainTPBank.Name = "SW.Main.TP.Bank"
  242. SWMainTPBank.Parent = SWMainTeleport
  243. SWMainTPBank.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  244. SWMainTPBank.BorderSizePixel = 0
  245. SWMainTPBank.Position = UDim2.new(0.0303571429, 0, 0.0245398767, 0)
  246. SWMainTPBank.Size = UDim2.new(0, 230, 0, 50)
  247. SWMainTPBank.Font = Enum.Font.SciFi
  248. SWMainTPBank.FontSize = Enum.FontSize.Size24
  249. SWMainTPBank.Text = "Bank"
  250. SWMainTPBank.TextColor3 = Color3.new(0.666667, 0.333333, 1)
  251. SWMainTPBank.TextSize = 20
  252. SWMainTPBank.MouseButton1Click:connect(function()
  253.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(1.1110189, 18.9213142, 782.103455)
  254. end)
  255.  
  256. SWMainTPJew.Name = "SW.Main.TP.Jew"
  257. SWMainTPJew.Parent = SWMainTeleport
  258. SWMainTPJew.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  259. SWMainTPJew.BorderSizePixel = 0
  260. SWMainTPJew.Position = UDim2.new(0.555357158, 0, 0.0245398767, 0)
  261. SWMainTPJew.Size = UDim2.new(0, 228, 0, 50)
  262. SWMainTPJew.Font = Enum.Font.SciFi
  263. SWMainTPJew.FontSize = Enum.FontSize.Size24
  264. SWMainTPJew.Text = "Jewelry"
  265. SWMainTPJew.TextColor3 = Color3.new(0.666667, 0.333333, 1)
  266. SWMainTPJew.TextSize = 20
  267. SWMainTPJew.MouseButton1Click:connect(function()
  268.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(124, 18, 1350)
  269. end)
  270. SWMainTPCrime.Name = "SW.Main.TP.Crime"
  271. SWMainTPCrime.Parent = SWMainTeleport
  272. SWMainTPCrime.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  273. SWMainTPCrime.BorderSizePixel = 0
  274. SWMainTPCrime.Position = UDim2.new(0.296428591, 0, 0.30674848, 0)
  275. SWMainTPCrime.Size = UDim2.new(0, 228, 0, 50)
  276. SWMainTPCrime.Font = Enum.Font.SciFi
  277. SWMainTPCrime.FontSize = Enum.FontSize.Size24
  278. SWMainTPCrime.Text = "Criminal Base"
  279. SWMainTPCrime.TextColor3 = Color3.new(0.666667, 0.333333, 1)
  280. SWMainTPCrime.TextSize = 20
  281. SWMainTPCrime.MouseButton1Click:connect(function()
  282.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-222.339157,18.9125443,1575.82336)
  283. end)
  284.  
  285. SWMainPlayer.Name = "SW.Main.Player"
  286. SWMainPlayer.Parent = SWMain
  287. SWMainPlayer.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  288. SWMainPlayer.BackgroundTransparency = 0.10000000149012
  289. SWMainPlayer.Position = UDim2.new(1.0569948, 0, -0.00613496918, 0)
  290. SWMainPlayer.Size = UDim2.new(0, 560, 0, 326)
  291.  
  292. SWMainPlayerWS.Name = "SW.Main.Player.WS"
  293. SWMainPlayerWS.Parent = SWMainPlayer
  294. SWMainPlayerWS.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  295. SWMainPlayerWS.BorderSizePixel = 0
  296. SWMainPlayerWS.Position = UDim2.new(0.612500012, 0, 0.0460122675, 0)
  297. SWMainPlayerWS.Size = UDim2.new(0, 200, 0, 50)
  298. SWMainPlayerWS.Font = Enum.Font.SciFi
  299. SWMainPlayerWS.FontSize = Enum.FontSize.Size24
  300. SWMainPlayerWS.Text = "Walkspeed"
  301. SWMainPlayerWS.TextColor3 = Color3.new(0.666667, 0.333333, 1)
  302. SWMainPlayerWS.TextSize = 20
  303. SWMainPlayerWS.MouseButton1Click:connect(function()
  304.     loadstring(game:HttpGet('https://pastebin.com/raw/eDfFTYeK', true))()
  305. end)
  306.  
  307. SWMainPlayerJP.Name = "SW.Main.Player.JP"
  308. SWMainPlayerJP.Parent = SWMainPlayer
  309. SWMainPlayerJP.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  310. SWMainPlayerJP.BorderSizePixel = 0
  311. SWMainPlayerJP.Position = UDim2.new(0.612500012, 0, 0.312883437, 0)
  312. SWMainPlayerJP.Size = UDim2.new(0, 200, 0, 50)
  313. SWMainPlayerJP.Font = Enum.Font.SciFi
  314. SWMainPlayerJP.FontSize = Enum.FontSize.Size24
  315. SWMainPlayerJP.Text = "Jump Power"
  316. SWMainPlayerJP.TextColor3 = Color3.new(0.666667, 0.333333, 1)
  317. SWMainPlayerJP.TextSize = 20
  318. SWMainPlayerJP.MouseButton1Click:connect(function()
  319.     game.Players.LocalPlayer.Character:FindFirstChild('Humanoid').JumpPower = 100
  320. end)
  321.  
  322. SWMainPlayerSit.Name = "SW.Main.Player.Sit"
  323. SWMainPlayerSit.Parent = SWMainPlayer
  324. SWMainPlayerSit.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  325. SWMainPlayerSit.BorderSizePixel = 0
  326. SWMainPlayerSit.Position = UDim2.new(0.612500012, 0, 0.822085857, 0)
  327. SWMainPlayerSit.Size = UDim2.new(0, 200, 0, 50)
  328. SWMainPlayerSit.Font = Enum.Font.SciFi
  329. SWMainPlayerSit.FontSize = Enum.FontSize.Size24
  330. SWMainPlayerSit.Text = "Sit"
  331. SWMainPlayerSit.TextColor3 = Color3.new(0.666667, 0.333333, 1)
  332. SWMainPlayerSit.TextSize = 20
  333. SWMainPlayerSit.MouseButton1Click:connect(function()
  334.     game.Players.LocalPlayer.Character:FindFirstChild('Humanoid').Sit = not game.Players.LocalPlayer.Character:FindFirstChild('Humanoid').Sit
  335. end)
  336.  
  337. SWMainFEGod.Name = "SW.Main.FEGod"
  338. SWMainFEGod.Parent = SWMainPlayer
  339. SWMainFEGod.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  340. SWMainFEGod.BorderSizePixel = 0
  341. SWMainFEGod.Position = UDim2.new(0.0410714298, 0, 0.0460122675, 0)
  342. SWMainFEGod.Size = UDim2.new(0, 200, 0, 50)
  343. SWMainFEGod.Font = Enum.Font.SciFi
  344. SWMainFEGod.FontSize = Enum.FontSize.Size24
  345. SWMainFEGod.Text = "God Mode"
  346. SWMainFEGod.TextColor3 = Color3.new(0.666667, 0.333333, 1)
  347. SWMainFEGod.TextSize = 20
  348. SWMainFEGod.MouseButton1Click:connect(function()
  349.     game.Players.LocalPlayer.Character.Humanoid:Remove()
  350.     Instance.new('Humanoid',game.Players.LocalPlayer.Character)
  351. end)
  352.  
  353. SWMainTabsPlayer.Name = "SW.Main.Tabs.Player"
  354. SWMainTabsPlayer.Parent = SWMain
  355. SWMainTabsPlayer.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  356. SWMainTabsPlayer.Size = UDim2.new(0, 193, 0, 50)
  357. SWMainTabsPlayer.Font = Enum.Font.SciFi
  358. SWMainTabsPlayer.FontSize = Enum.FontSize.Size32
  359. SWMainTabsPlayer.Text = "Player"
  360. SWMainTabsPlayer.TextColor3 = Color3.new(0.666667, 0.333333, 1)
  361. SWMainTabsPlayer.TextSize = 30
  362. SWMainTabsPlayer.MouseButton1Click:connect(function()
  363.     SWMainOther.Visible = false
  364.     SWMainPlayer.Visible = true
  365.     SWMainTeleport.Visible = false
  366. end)
  367.  
  368. SWMainTabsTeleport.Name = "SW.Main.Tabs.Teleport"
  369. SWMainTabsTeleport.Parent = SWMain
  370. SWMainTabsTeleport.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  371. SWMainTabsTeleport.Position = UDim2.new(0, 0, 0.15337424, 0)
  372. SWMainTabsTeleport.Size = UDim2.new(0, 193, 0, 50)
  373. SWMainTabsTeleport.Font = Enum.Font.SciFi
  374. SWMainTabsTeleport.FontSize = Enum.FontSize.Size32
  375. SWMainTabsTeleport.Text = "Teleport"
  376. SWMainTabsTeleport.TextColor3 = Color3.new(0.666667, 0.333333, 1)
  377. SWMainTabsTeleport.TextSize = 30
  378. SWMainTabsTeleport.MouseButton1Click:connect(function()
  379.     SWMainOther.Visible = false
  380.     SWMainPlayer.Visible = false
  381.     SWMainTeleport.Visible = true
  382. end)
  383.  
  384. SWMainClose.Name = "SW.Main.Close"
  385. SWMainClose.Parent = SWMain
  386. SWMainClose.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  387. SWMainClose.Position = UDim2.new(0, 0, 0.907975435, 0)
  388. SWMainClose.Size = UDim2.new(0, 193, 0, 30)
  389. SWMainClose.Font = Enum.Font.SciFi
  390. SWMainClose.FontSize = Enum.FontSize.Size14
  391. SWMainClose.Text = "Close"
  392. SWMainClose.TextColor3 = Color3.new(0.666667, 0.333333, 1)
  393. SWMainClose.TextSize = 14
  394. SWMainClose.MouseButton1Click:connect(function()
  395.     SWMain.Visible = false
  396.     SWButton.Visible = true
  397. end)
  398.  
  399. SWMainTabsOther.Name = "SW.Main.Tabs.Other"
  400. SWMainTabsOther.Parent = SWMain
  401. SWMainTabsOther.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  402. SWMainTabsOther.Position = UDim2.new(0, 0, 0.30674848, 0)
  403. SWMainTabsOther.Size = UDim2.new(0, 193, 0, 50)
  404. SWMainTabsOther.Font = Enum.Font.SciFi
  405. SWMainTabsOther.FontSize = Enum.FontSize.Size32
  406. SWMainTabsOther.Text = "Other"
  407. SWMainTabsOther.TextColor3 = Color3.new(0.666667, 0.333333, 1)
  408. SWMainTabsOther.TextSize = 30
  409. SWMainTabsOther.MouseButton1Click:connect(function()
  410.     SWMainOther.Visible = true
  411.     SWMainPlayer.Visible = false
  412.     SWMainTeleport.Visible = false
  413. end)
  414.  
  415. SWMainTitleBar1.Name = "SW.Main.Title.Bar1"
  416. SWMainTitleBar1.Parent = SWMain
  417. SWMainTitleBar1.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  418. SWMainTitleBar1.Position = UDim2.new(1.0569948, 0, -0.233128831, 0)
  419. SWMainTitleBar1.Size = UDim2.new(0, 560, 0, 64)
  420.  
  421. SWMainTitleSubBar.Name = "SW.Main.Title.SubBar"
  422. SWMainTitleSubBar.Parent = SWMainTitleBar1
  423. SWMainTitleSubBar.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  424. SWMainTitleSubBar.Position = UDim2.new(0, 0, 1, 0)
  425. SWMainTitleSubBar.Size = UDim2.new(0, 560, 0, 10)
  426.  
  427. SWTitle.Name = "SW.Title"
  428. SWTitle.Parent = SWMainTitleBar1
  429. SWTitle.BackgroundColor3 = Color3.new(1, 1, 1)
  430. SWTitle.BackgroundTransparency = 1
  431. SWTitle.BorderSizePixel = 0
  432. SWTitle.Position = UDim2.new(0, 0, 0.109375, 0)
  433. SWTitle.Size = UDim2.new(0, 560, 0, 50)
  434. SWTitle.Font = Enum.Font.SciFi
  435. SWTitle.FontSize = Enum.FontSize.Size60
  436. SWTitle.Text = "SilentWare"
  437. SWTitle.TextColor3 = Color3.new(0.666667, 0.333333, 1)
  438. SWTitle.TextSize = 50
  439. SWTitle.TextStrokeColor3 = Color3.new(0.666667, 0.333333, 1)
  440.  
  441. SWButton.Name = "SW.Button"
  442. SWButton.Parent = SilentwareRBLX
  443. SWButton.BackgroundColor3 = Color3.new(1, 1, 1)
  444. SWButton.BackgroundTransparency = 1
  445. SWButton.LayoutOrder = 1
  446. SWButton.Position = UDim2.new(0.013270882, 0, 0.395449609, 0)
  447. SWButton.Size = UDim2.new(0, 122, 0, 118)
  448. SWButton.Visible = false
  449.  
  450. SWButtonToggle.Name = "SW.Button.Toggle"
  451. SWButtonToggle.Parent = SWButton
  452. SWButtonToggle.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  453. SWButtonToggle.BorderSizePixel = 0
  454. SWButtonToggle.Position = UDim2.new(0.0655737668, 0, 0.101694912, 0)
  455. SWButtonToggle.Size = UDim2.new(0, 106, 0, 91)
  456. SWButtonToggle.Font = Enum.Font.SciFi
  457. SWButtonToggle.FontSize = Enum.FontSize.Size28
  458. SWButtonToggle.Text = "Show Gui"
  459. SWButtonToggle.TextColor3 = Color3.new(0.666667, 0.333333, 1)
  460. SWButtonToggle.TextSize = 25
  461. SWButtonToggle.MouseButton1Click:connect(function()
  462.     SWButton.Visible = false
  463.     SWMain.Visible = true
  464. end)
  465. SWExecuting.Name = "SW.Executing"
  466. SWExecuting.Parent = SilentwareRBLX
  467. SWExecuting.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  468. SWExecuting.Position = UDim2.new(0.722800493, 0, 0.195959479, 0)
  469. SWExecuting.Size = UDim2.new(0, 434, 0, 302)
  470. SWExecuting.Visible = false
  471.  
  472. ScrollingFrame.Parent = SWExecuting
  473. ScrollingFrame.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  474. ScrollingFrame.Position = UDim2.new(0.0241935477, 0, 0.145433336, 0)
  475. ScrollingFrame.Size = UDim2.new(0, 413, 0, 210)
  476.  
  477. SWExecuterScript.Name = "SWExecuterScript"
  478. SWExecuterScript.Parent = ScrollingFrame
  479. SWExecuterScript.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  480. SWExecuterScript.Size = UDim2.new(0, 397, 0, 451)
  481. SWExecuterScript.ClearTextOnFocus = false
  482. SWExecuterScript.Font = Enum.Font.SciFi
  483. SWExecuterScript.MultiLine = true
  484. SWExecuterScript.Text = "--Script Here"
  485. SWExecuterScript.TextColor3 = Color3.new(0.666667, 0.333333, 1)
  486. SWExecuterScript.TextSize = 14
  487. SWExecuterScript.TextXAlignment = Enum.TextXAlignment.Left
  488. SWExecuterScript.TextYAlignment = Enum.TextYAlignment.Top
  489.  
  490. Tittle.Name = "Tittle"
  491. Tittle.Parent = SWExecuting
  492. Tittle.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  493. Tittle.Size = UDim2.new(0, 434, 0, 34)
  494. Tittle.Font = Enum.Font.SciFi
  495. Tittle.Text = "Silentware"
  496. Tittle.TextColor3 = Color3.new(0.666667, 0.333333, 1)
  497. Tittle.TextScaled = true
  498. Tittle.TextSize = 14
  499. Tittle.TextWrapped = true
  500.  
  501. SWExecuterExit.Name = "SW.Executer.Exit"
  502. SWExecuterExit.Parent = SWExecuting
  503. SWExecuterExit.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  504. SWExecuterExit.BorderSizePixel = 0
  505. SWExecuterExit.Position = UDim2.new(0.0241935477, 0, 0.870559514, 0)
  506. SWExecuterExit.Size = UDim2.new(0, 170, 0, 32)
  507. SWExecuterExit.Font = Enum.Font.SciFi
  508. SWExecuterExit.Text = "Exit"
  509. SWExecuterExit.TextColor3 = Color3.new(0.666667, 0.333333, 1)
  510. SWExecuterExit.TextSize = 24
  511. SWExecuterExit.TextWrapped = true
  512. SWExecuterExit.MouseButton1Click:connect(function()
  513.     SWLogin.Visible = true
  514.     SWExecuting.Visible = false
  515. end)
  516.  
  517. SWExecuterExecute.Name = "SW.Executer.Execute"
  518. SWExecuterExecute.Parent = SWExecuting
  519. SWExecuterExecute.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  520. SWExecuterExecute.BorderSizePixel = 0
  521. SWExecuterExecute.Position = UDim2.new(0.581797242, 0, 0.870559514, 0)
  522. SWExecuterExecute.Size = UDim2.new(0, 171, 0, 32)
  523. SWExecuterExecute.Font = Enum.Font.SciFi
  524. SWExecuterExecute.Text = "Execute"
  525. SWExecuterExecute.TextColor3 = Color3.new(0.666667, 0.333333, 1)
  526. SWExecuterExecute.TextSize = 24
  527. SWExecuterExecute.TextWrapped = true
  528. SWExecuterExecute.MouseButton1Click:connect(function()
  529.     loadstring(SWExecuterScript.Text)()
  530. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement