Advertisement
Waffle212

Untitled

Mar 26th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.97 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local UltimateGUI = Instance.new("ScreenGui")
  5. local prisonlife = Instance.new("Frame")
  6. local teleportgui = Instance.new("TextButton")
  7. local exit = Instance.new("TextButton")
  8. local pirson = Instance.new("TextButton")
  9. local swordsimulator = Instance.new("Frame")
  10. local TextButton = Instance.new("TextButton")
  11. local TextButton_2 = Instance.new("TextButton")
  12. local Shadow = Instance.new("ImageLabel")
  13. local MainFrame = Instance.new("ImageLabel")
  14. local Ultimate_GUI = Instance.new("TextLabel")
  15. local PrisonLife = Instance.new("TextButton")
  16. local Close = Instance.new("TextButton")
  17. local Swordsimulator = Instance.new("TextButton")
  18. local scripthub = Instance.new("TextButton")
  19. local scripthub_2 = Instance.new("Frame")
  20. local TextLabel = Instance.new("TextLabel")
  21. local adminmenu = Instance.new("TextButton")
  22. local TextButton_3 = Instance.new("TextButton")
  23. local TextButton_4 = Instance.new("TextButton")
  24. local TextButton_5 = Instance.new("TextButton")
  25. local TextButton_6 = Instance.new("TextButton")
  26. local TextButton_7 = Instance.new("TextButton")
  27. local CLOSE = Instance.new("TextButton")
  28. --Properties:
  29. UltimateGUI.Name = "Ultimate GUI"
  30. UltimateGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  31. UltimateGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  32.  
  33. prisonlife.Name = "prison life"
  34. prisonlife.Parent = UltimateGUI
  35. prisonlife.BackgroundColor3 = Color3.new(0.92549, 1, 0.0823529)
  36. prisonlife.Position = UDim2.new(0.186460808, 0, 0.669106901, 0)
  37. prisonlife.Size = UDim2.new(0, 598, 0, 100)
  38. prisonlife.Visible = false
  39.  
  40. teleportgui.Name = "teleport gui"
  41. teleportgui.Parent = prisonlife
  42. teleportgui.BackgroundColor3 = Color3.new(1, 0, 0)
  43. teleportgui.Size = UDim2.new(0, 200, 0, 50)
  44. teleportgui.Font = Enum.Font.SourceSans
  45. teleportgui.Text = "Teleport Gui"
  46. teleportgui.TextColor3 = Color3.new(0, 0, 0)
  47. teleportgui.TextScaled = true
  48. teleportgui.TextSize = 14
  49. teleportgui.TextWrapped = true
  50.  
  51. exit.Name = "exit"
  52. exit.Parent = prisonlife
  53. exit.BackgroundColor3 = Color3.new(1, 1, 1)
  54. exit.BackgroundTransparency = 1
  55. exit.Position = UDim2.new(0.924749136, 0, 0, 0)
  56. exit.Size = UDim2.new(0, 45, 0, 40)
  57. exit.Font = Enum.Font.SourceSans
  58. exit.Text = "X"
  59. exit.TextColor3 = Color3.new(0, 0, 0)
  60. exit.TextScaled = true
  61. exit.TextSize = 14
  62. exit.TextWrapped = true
  63.  
  64. pirson.Name = "pirson"
  65. pirson.Parent = prisonlife
  66. pirson.BackgroundColor3 = Color3.new(0.666667, 0, 0)
  67. pirson.Position = UDim2.new(0.363948911, 0, -0.00252044667, 0)
  68. pirson.Size = UDim2.new(0, 161, 0, 50)
  69. pirson.Font = Enum.Font.SourceSans
  70. pirson.Text = "OP GUI"
  71. pirson.TextColor3 = Color3.new(0, 0, 0)
  72. pirson.TextScaled = true
  73. pirson.TextSize = 14
  74. pirson.TextWrapped = true
  75.  
  76. swordsimulator.Name = "sword simulator"
  77. swordsimulator.Parent = UltimateGUI
  78. swordsimulator.BackgroundColor3 = Color3.new(0.027451, 0.368627, 1)
  79. swordsimulator.Position = UDim2.new(0.788598597, 0, 0.853587091, 0)
  80. swordsimulator.Size = UDim2.new(0, 178, 0, 100)
  81. swordsimulator.Visible = false
  82.  
  83. TextButton.Parent = swordsimulator
  84. TextButton.BackgroundColor3 = Color3.new(1, 0.403922, 0.403922)
  85. TextButton.Size = UDim2.new(0, 89, 0, 100)
  86. TextButton.Font = Enum.Font.SourceSans
  87. TextButton.Text = "Fast power (hold sword)"
  88. TextButton.TextColor3 = Color3.new(0, 0, 0)
  89. TextButton.TextScaled = true
  90. TextButton.TextSize = 14
  91. TextButton.TextWrapped = true
  92.  
  93. TextButton_2.Parent = swordsimulator
  94. TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  95. TextButton_2.BackgroundTransparency = 1
  96. TextButton_2.Position = UDim2.new(0.769662917, 0, 0, 0)
  97. TextButton_2.Size = UDim2.new(0, 41, 0, 34)
  98. TextButton_2.Font = Enum.Font.SourceSans
  99. TextButton_2.Text = "X"
  100. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  101. TextButton_2.TextScaled = true
  102. TextButton_2.TextSize = 14
  103. TextButton_2.TextWrapped = true
  104.  
  105. Shadow.Name = "Shadow"
  106. Shadow.Parent = UltimateGUI
  107. Shadow.BackgroundColor3 = Color3.new(1, 1, 1)
  108. Shadow.BackgroundTransparency = 1
  109. Shadow.Position = UDim2.new(0.177013427, 0, 0.0869565234, 0)
  110. Shadow.Size = UDim2.new(0, 654, 0, 436)
  111. Shadow.Image = "rbxassetid://2804093837"
  112. Shadow.ImageColor3 = Color3.new(0.188235, 0.352941, 0.8)
  113. Shadow.ScaleType = Enum.ScaleType.Slice
  114. Shadow.SliceCenter = Rect.new(25, 25, 26, 26)
  115.  
  116. MainFrame.Name = "MainFrame"
  117. MainFrame.Parent = Shadow
  118. MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  119. MainFrame.BackgroundTransparency = 1
  120. MainFrame.Position = UDim2.new(-0.0185506046, 0, -0.022017166, 0)
  121. MainFrame.Size = UDim2.new(0, 654, 0, 436)
  122. MainFrame.Image = "rbxassetid://2804093837"
  123. MainFrame.ImageColor3 = Color3.new(0.34902, 0.380392, 1)
  124. MainFrame.ScaleType = Enum.ScaleType.Slice
  125. MainFrame.SliceCenter = Rect.new(25, 25, 26, 26)
  126.  
  127. Ultimate_GUI.Name = "Ultimate_GUI"
  128. Ultimate_GUI.Parent = MainFrame
  129. Ultimate_GUI.BackgroundColor3 = Color3.new(0.0392157, 0.87451, 1)
  130. Ultimate_GUI.BackgroundTransparency = 1
  131. Ultimate_GUI.Position = UDim2.new(0.0550458729, 0, 0, 0)
  132. Ultimate_GUI.Size = UDim2.new(0, 557, 0, 50)
  133. Ultimate_GUI.Font = Enum.Font.SourceSansBold
  134. Ultimate_GUI.Text = "Ultimate GUI"
  135. Ultimate_GUI.TextColor3 = Color3.new(0.431373, 0.258824, 1)
  136. Ultimate_GUI.TextScaled = true
  137. Ultimate_GUI.TextSize = 14
  138. Ultimate_GUI.TextStrokeTransparency = 0
  139. Ultimate_GUI.TextWrapped = true
  140.  
  141. PrisonLife.Name = "Prison Life"
  142. PrisonLife.Parent = MainFrame
  143. PrisonLife.BackgroundColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  144. PrisonLife.BorderColor3 = Color3.new(1, 1, 1)
  145. PrisonLife.Position = UDim2.new(0.033796452, 0, 0.141453832, 0)
  146. PrisonLife.Size = UDim2.new(0, 200, 0, 50)
  147. PrisonLife.Font = Enum.Font.SourceSans
  148. PrisonLife.Text = "Prison Life"
  149. PrisonLife.TextColor3 = Color3.new(0, 0, 0)
  150. PrisonLife.TextScaled = true
  151. PrisonLife.TextSize = 14
  152. PrisonLife.TextWrapped = true
  153.  
  154. Close.Name = "Close"
  155. Close.Parent = MainFrame
  156. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  157. Close.BackgroundTransparency = 1
  158. Close.Position = UDim2.new(0.938271582, 0, 0, 0)
  159. Close.Size = UDim2.new(0, 45, 0, 38)
  160. Close.Font = Enum.Font.SourceSans
  161. Close.Text = "X"
  162. Close.TextColor3 = Color3.new(0, 0, 0)
  163. Close.TextScaled = true
  164. Close.TextSize = 14
  165. Close.TextWrapped = true
  166.  
  167. Swordsimulator.Name = "Sword simulator"
  168. Swordsimulator.Parent = MainFrame
  169. Swordsimulator.BackgroundColor3 = Color3.new(0.807843, 0.807843, 0.807843)
  170. Swordsimulator.BorderColor3 = Color3.new(1, 1, 1)
  171. Swordsimulator.Position = UDim2.new(0.558261275, 0, 0.141453832, 0)
  172. Swordsimulator.Size = UDim2.new(0, 200, 0, 50)
  173. Swordsimulator.Font = Enum.Font.SourceSans
  174. Swordsimulator.Text = "Sword Simulator"
  175. Swordsimulator.TextColor3 = Color3.new(0, 0, 0)
  176. Swordsimulator.TextScaled = true
  177. Swordsimulator.TextSize = 14
  178. Swordsimulator.TextWrapped = true
  179.  
  180. scripthub.Name = "script hub"
  181. scripthub.Parent = Shadow
  182. scripthub.BackgroundColor3 = Color3.new(1, 1, 1)
  183. scripthub.Position = UDim2.new(0.0137614682, 0, 0.295871556, 0)
  184. scripthub.Size = UDim2.new(0, 200, 0, 57)
  185. scripthub.Font = Enum.Font.SourceSans
  186. scripthub.Text = "Script Hub"
  187. scripthub.TextColor3 = Color3.new(0, 0, 0)
  188. scripthub.TextScaled = true
  189. scripthub.TextSize = 14
  190. scripthub.TextWrapped = true
  191.  
  192. scripthub_2.Name = "script hub"
  193. scripthub_2.Parent = UltimateGUI
  194. scripthub_2.BackgroundColor3 = Color3.new(1, 1, 1)
  195. scripthub_2.Position = UDim2.new(0.0451306403, 0, 0.468521237, 0)
  196. scripthub_2.Size = UDim2.new(0, 281, 0, 324)
  197. scripthub_2.Visible = false
  198.  
  199. TextLabel.Parent = scripthub_2
  200. TextLabel.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  201. TextLabel.Size = UDim2.new(0, 281, 0, 50)
  202. TextLabel.Font = Enum.Font.SourceSans
  203. TextLabel.Text = "Script Hub"
  204. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  205. TextLabel.TextScaled = true
  206. TextLabel.TextSize = 14
  207. TextLabel.TextWrapped = true
  208.  
  209. adminmenu.Name = "admin menu"
  210. adminmenu.Parent = scripthub_2
  211. adminmenu.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  212. adminmenu.Position = UDim2.new(0, 0, 0.216049388, 0)
  213. adminmenu.Size = UDim2.new(0, 111, 0, 50)
  214. adminmenu.Font = Enum.Font.SourceSans
  215. adminmenu.Text = "Admin Menu"
  216. adminmenu.TextColor3 = Color3.new(0, 0, 0)
  217. adminmenu.TextScaled = true
  218. adminmenu.TextSize = 14
  219. adminmenu.TextWrapped = true
  220.  
  221. TextButton_3.Parent = scripthub_2
  222. TextButton_3.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  223. TextButton_3.Position = UDim2.new(0.604982197, 0, 0.216049388, 0)
  224. TextButton_3.Size = UDim2.new(0, 111, 0, 50)
  225. TextButton_3.Font = Enum.Font.SourceSans
  226. TextButton_3.TextColor3 = Color3.new(0, 0, 0)
  227. TextButton_3.TextSize = 14
  228.  
  229. TextButton_4.Parent = scripthub_2
  230. TextButton_4.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  231. TextButton_4.Position = UDim2.new(0.604982197, 0, 0.469135821, 0)
  232. TextButton_4.Size = UDim2.new(0, 111, 0, 50)
  233. TextButton_4.Font = Enum.Font.SourceSans
  234. TextButton_4.TextColor3 = Color3.new(0, 0, 0)
  235. TextButton_4.TextSize = 14
  236.  
  237. TextButton_5.Parent = scripthub_2
  238. TextButton_5.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  239. TextButton_5.Position = UDim2.new(0.604982197, 0, 0.728395104, 0)
  240. TextButton_5.Size = UDim2.new(0, 111, 0, 50)
  241. TextButton_5.Font = Enum.Font.SourceSans
  242. TextButton_5.TextColor3 = Color3.new(0, 0, 0)
  243. TextButton_5.TextSize = 14
  244.  
  245. TextButton_6.Parent = scripthub_2
  246. TextButton_6.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  247. TextButton_6.Position = UDim2.new(0, 0, 0.728395104, 0)
  248. TextButton_6.Size = UDim2.new(0, 111, 0, 50)
  249. TextButton_6.Font = Enum.Font.SourceSans
  250. TextButton_6.TextColor3 = Color3.new(0, 0, 0)
  251. TextButton_6.TextSize = 14
  252.  
  253. TextButton_7.Parent = scripthub_2
  254. TextButton_7.BackgroundColor3 = Color3.new(1, 0.333333, 0)
  255. TextButton_7.Position = UDim2.new(0, 0, 0.469135851, 0)
  256. TextButton_7.Size = UDim2.new(0, 111, 0, 50)
  257. TextButton_7.Font = Enum.Font.SourceSans
  258. TextButton_7.TextColor3 = Color3.new(0, 0, 0)
  259. TextButton_7.TextSize = 14
  260.  
  261. CLOSE.Name = "CLOSE"
  262. CLOSE.Parent = scripthub_2
  263. CLOSE.BackgroundColor3 = Color3.new(1, 1, 1)
  264. CLOSE.BackgroundTransparency = 1
  265. CLOSE.Position = UDim2.new(0.893238425, 0, 0, 0)
  266. CLOSE.Size = UDim2.new(0, 30, 0, 16)
  267. CLOSE.Font = Enum.Font.SourceSans
  268. CLOSE.Text = "X"
  269. CLOSE.TextColor3 = Color3.new(0, 0, 0)
  270. CLOSE.TextScaled = true
  271. CLOSE.TextSize = 14
  272. CLOSE.TextWrapped = true
  273. -- Scripts:
  274. function SCRIPT_JEBG66_FAKESCRIPT() -- teleportgui.LocalScript
  275. local script = Instance.new('LocalScript')
  276. script.Parent = teleportgui
  277. script.Parent.MouseButton1Click:Connect(function()
  278. loadstring(game:HttpGet(('https://pastebin.com/raw/7UsbCYKg'),true))()
  279. end)
  280.  
  281. end
  282. coroutine.resume(coroutine.create(SCRIPT_JEBG66_FAKESCRIPT))
  283. function SCRIPT_KJBS65_FAKESCRIPT() -- exit.LocalScript
  284. local script = Instance.new('LocalScript')
  285. script.Parent = exit
  286. script.Parent.MouseButton1Click:Connect(function()
  287. script.Parent.Parent.Visible = false
  288. end)
  289.  
  290.  
  291. end
  292. coroutine.resume(coroutine.create(SCRIPT_KJBS65_FAKESCRIPT))
  293. function SCRIPT_NLGF89_FAKESCRIPT() -- pirson.LocalScript
  294. local script = Instance.new('LocalScript')
  295. script.Parent = pirson
  296. script.Parent.MouseButton1Click:Connect(function()
  297. loadstring(game:HttpGet(('https://pastebin.com/raw/bhS6E3He'),true))()
  298. end)
  299.  
  300. end
  301. coroutine.resume(coroutine.create(SCRIPT_NLGF89_FAKESCRIPT))
  302. function SCRIPT_ACZG87_FAKESCRIPT() -- TextButton.LocalScript
  303. local script = Instance.new('LocalScript')
  304. script.Parent = TextButton
  305. script.Parent.MouseButton1Click:Connect(function()
  306. loadstring(game:HttpGet(('https://pastebin.com/raw/GnWcDivk'),true))()
  307. end)
  308.  
  309. end
  310. coroutine.resume(coroutine.create(SCRIPT_ACZG87_FAKESCRIPT))
  311. function SCRIPT_OSBP66_FAKESCRIPT() -- TextButton_2.LocalScript
  312. local script = Instance.new('LocalScript')
  313. script.Parent = TextButton_2
  314. script.Parent.MouseButton1Click:Connect(function()
  315. script.Parent.Parent.Visible = false
  316. end)
  317.  
  318. end
  319. coroutine.resume(coroutine.create(SCRIPT_OSBP66_FAKESCRIPT))
  320. function SCRIPT_NEHD79_FAKESCRIPT() -- swordsimulator.LocalScript
  321. local script = Instance.new('LocalScript')
  322. script.Parent = swordsimulator
  323. local UserInputService = game:GetService("UserInputService")
  324.  
  325. local gui = script.Parent
  326.  
  327. local dragging
  328. local dragInput
  329. local dragStart
  330. local startPos
  331.  
  332. local function update(input)
  333. local delta = input.Position - dragStart
  334. gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  335. end
  336.  
  337. gui.InputBegan:Connect(function(input)
  338. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  339. dragging = true
  340. dragStart = input.Position
  341. startPos = gui.Position
  342.  
  343. input.Changed:Connect(function()
  344. if input.UserInputState == Enum.UserInputState.End then
  345. dragging = false
  346. end
  347. end)
  348. end
  349. end)
  350.  
  351. gui.InputChanged:Connect(function(input)
  352. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  353. dragInput = input
  354. end
  355. end)
  356.  
  357. UserInputService.InputChanged:Connect(function(input)
  358. if input == dragInput and dragging then
  359. update(input)
  360. end
  361. end)
  362.  
  363. end
  364. coroutine.resume(coroutine.create(SCRIPT_NEHD79_FAKESCRIPT))
  365. function SCRIPT_RTAF90_FAKESCRIPT() -- PrisonLife.LocalScript
  366. local script = Instance.new('LocalScript')
  367. script.Parent = PrisonLife
  368. script.Parent.MouseButton1Click:Connect(function()
  369. loadstring(game:HttpGet(('https://pastebin.com/raw/ReHLcp28'),true))()
  370. end)
  371.  
  372.  
  373. end
  374. coroutine.resume(coroutine.create(SCRIPT_RTAF90_FAKESCRIPT))
  375. function SCRIPT_DEIX86_FAKESCRIPT() -- Close.LocalScript
  376. local script = Instance.new('LocalScript')
  377. script.Parent = Close
  378. script.Parent.MouseButton1Click:Connect(function()
  379. script.Parent.Parent.Parent.Visible = false
  380. end)
  381.  
  382. end
  383. coroutine.resume(coroutine.create(SCRIPT_DEIX86_FAKESCRIPT))
  384. function SCRIPT_EZKA66_FAKESCRIPT() -- Swordsimulator.LocalScript
  385. local script = Instance.new('LocalScript')
  386. script.Parent = Swordsimulator
  387. script.Parent.MouseButton1Click:Connect(function()
  388. loadstring(game:HttpGet(('https://pastebin.com/raw/1FBGpcwb'),true))()
  389. end)
  390.  
  391.  
  392. end
  393. coroutine.resume(coroutine.create(SCRIPT_EZKA66_FAKESCRIPT))
  394. function SCRIPT_NSFP74_FAKESCRIPT() -- Shadow.LocalScript
  395. local script = Instance.new('LocalScript')
  396. script.Parent = Shadow
  397. local UserInputService = game:GetService("UserInputService")
  398.  
  399. local gui = script.Parent
  400.  
  401. local dragging
  402. local dragInput
  403. local dragStart
  404. local startPos
  405.  
  406. local function update(input)
  407. local delta = input.Position - dragStart
  408. gui.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  409. end
  410.  
  411. gui.InputBegan:Connect(function(input)
  412. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  413. dragging = true
  414. dragStart = input.Position
  415. startPos = gui.Position
  416.  
  417. input.Changed:Connect(function()
  418. if input.UserInputState == Enum.UserInputState.End then
  419. dragging = false
  420. end
  421. end)
  422. end
  423. end)
  424.  
  425. gui.InputChanged:Connect(function(input)
  426. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  427. dragInput = input
  428. end
  429. end)
  430.  
  431. UserInputService.InputChanged:Connect(function(input)
  432. if input == dragInput and dragging then
  433. update(input)
  434. end
  435. end)
  436.  
  437. end
  438. coroutine.resume(coroutine.create(SCRIPT_NSFP74_FAKESCRIPT))
  439. function SCRIPT_XURY89_FAKESCRIPT() -- scripthub.LocalScript
  440. local script = Instance.new('LocalScript')
  441. script.Parent = scripthub
  442. script.Parent.MouseButton1Click:Connect(function()
  443. loadstring(game:HttpGet(('https://pastebin.com/raw/fmcKf0zG'),true))()
  444. end)
  445.  
  446.  
  447. end
  448. coroutine.resume(coroutine.create(SCRIPT_XURY89_FAKESCRIPT))
  449. function SCRIPT_DWMA77_FAKESCRIPT() -- adminmenu.LocalScript
  450. local script = Instance.new('LocalScript')
  451. script.Parent = adminmenu
  452. script.Parent.MouseButton1Click:Connect(function()
  453. loadstring(game:HttpGet("https://pastebin.com/raw/jPrrwew4", true))()
  454. end)
  455.  
  456. end
  457. coroutine.resume(coroutine.create(SCRIPT_DWMA77_FAKESCRIPT))
  458. function SCRIPT_CEFV74_FAKESCRIPT() -- CLOSE.LocalScript
  459. local script = Instance.new('LocalScript')
  460. script.Parent = CLOSE
  461. script.Parent.MouseButton1Click:Connect(function()
  462. script.Parent.Parent.Visible = false
  463. end)
  464.  
  465. end
  466. coroutine.resume(coroutine.create(SCRIPT_CEFV74_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement