Advertisement
Guest User

Untitled

a guest
Jul 20th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.65 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local Open = Instance.new("Frame")
  6. local OpenButtton = Instance.new("TextButton")
  7. local Main = Instance.new("Frame")
  8. local Design = Instance.new("Frame")
  9. local Close = Instance.new("TextButton")
  10. local Credits = Instance.new("TextLabel")
  11. local JailBreakAutoFarm = Instance.new("TextButton")
  12. local Design_2 = Instance.new("Frame")
  13. local Design_3 = Instance.new("Frame")
  14. local Design_4 = Instance.new("Frame")
  15. local RevizAdmin = Instance.new("TextButton")
  16. local InfiniteYield = Instance.new("TextButton")
  17. local CtrlTP = Instance.new("TextButton")
  18. local JailbreakGUI2 = Instance.new("TextButton")
  19. --Properties:
  20. ScreenGui.Parent = game.CoreGui
  21. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  22.  
  23. Open.Name = "Open"
  24. Open.Parent = ScreenGui
  25. Open.Active = true
  26. Open.BackgroundColor3 = Color3.new(0.27451, 0.831373, 0.831373)
  27. Open.Position = UDim2.new(-0.00095076696, 0, 0.502621293, 0)
  28. Open.Size = UDim2.new(0, 118, 0, 45)
  29.  
  30. OpenButtton.Name = "Open Buttton"
  31. OpenButtton.Parent = Open
  32. OpenButtton.BackgroundColor3 = Color3.new(0, 0.74902, 0.74902)
  33. OpenButtton.Position = UDim2.new(0.00847457629, 0, 0.155555561, 0)
  34. OpenButtton.Size = UDim2.new(0, 104, 0, 31)
  35. OpenButtton.Font = Enum.Font.Cartoon
  36. OpenButtton.Text = "Open"
  37. OpenButtton.TextColor3 = Color3.new(0, 0, 0)
  38. OpenButtton.TextSize = 20
  39. OpenButtton.MouseButton1Down:connect(function()
  40. Main.Visible = true
  41. Open.Visible = false
  42. end)
  43.  
  44. Main.Name = "Main"
  45. Main.Parent = ScreenGui
  46. Main.Active = true
  47. Main.BackgroundColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  48. Main.Position = UDim2.new(0.194252253, 0, 0.230447516, 0)
  49. Main.Size = UDim2.new(0, 649, 0, 424)
  50. Main.Visible = false
  51. Main.Visible = false
  52. Main.Draggable = true
  53.  
  54.  
  55. Design.Name = "Design"
  56. Design.Parent = Main
  57. Design.BackgroundColor3 = Color3.new(0, 0, 0.670588)
  58. Design.Size = UDim2.new(0, 649, 0, 46)
  59.  
  60. Close.Name = "Close"
  61. Close.Parent = Main
  62. Close.BackgroundColor3 = Color3.new(0, 0, 0.670588)
  63. Close.BorderColor3 = Color3.new(1, 0, 0)
  64. Close.BorderSizePixel = 0
  65. Close.Position = UDim2.new(0.94453007, 0, 0, 0)
  66. Close.Size = UDim2.new(0, 36, 0, 46)
  67. Close.Font = Enum.Font.SourceSans
  68. Close.Text = "X"
  69. Close.TextColor3 = Color3.new(1, 0, 0)
  70. Close.TextSize = 40
  71. Close.MouseButton1Down:connect(function()
  72. OpenButtton.Visible = true
  73. Main.Visible = false
  74. end)
  75.  
  76. Credits.Name = "Credits"
  77. Credits.Parent = Main
  78. Credits.BackgroundColor3 = Color3.new(0, 0, 0.670588)
  79. Credits.BorderSizePixel = 0
  80. Credits.Position = UDim2.new(0.326656401, 0, 0, 0)
  81. Credits.Size = UDim2.new(0, 243, 0, 46)
  82. Credits.Font = Enum.Font.SourceSans
  83. Credits.Text = "Made by WalkerTalkr#6506"
  84. Credits.TextColor3 = Color3.new(1, 1, 1)
  85. Credits.TextSize = 23
  86.  
  87. JailBreakAutoFarm.Name = "JailBreakAutoFarm"
  88. JailBreakAutoFarm.Parent = Main
  89. JailBreakAutoFarm.BackgroundColor3 = Color3.new(0, 0, 0.670588)
  90. JailBreakAutoFarm.Position = UDim2.new(0, 0, 0.146226421, 0)
  91. JailBreakAutoFarm.Size = UDim2.new(0, 200, 0, 50)
  92. JailBreakAutoFarm.Font = Enum.Font.Cartoon
  93. JailBreakAutoFarm.Text = "Jailbreak Autorob"
  94. JailBreakAutoFarm.TextColor3 = Color3.new(1, 1, 1)
  95. JailBreakAutoFarm.TextSize = 25
  96. JailBreakAutoFarm.MouseButton1Down:connect(function()
  97. loadstring(game:GetObjects("rbxassetid://1461971147")[1].Source)()
  98. end)
  99.  
  100. Design_2.Name = "Design"
  101. Design_2.Parent = Main
  102. Design_2.BackgroundColor3 = Color3.new(0, 0, 0.670588)
  103. Design_2.Position = UDim2.new(0.315870583, 0, 0.108490564, 0)
  104. Design_2.Size = UDim2.new(0, 16, 0, 378)
  105.  
  106. Design_3.Name = "Design"
  107. Design_3.Parent = Main
  108. Design_3.BackgroundColor3 = Color3.new(0, 0, 0.670588)
  109. Design_3.Position = UDim2.new(0.630200326, 0, 0.108490564, 0)
  110. Design_3.Size = UDim2.new(0, 16, 0, 378)
  111.  
  112. Design_4.Name = "Design"
  113. Design_4.Parent = Main
  114. Design_4.BackgroundColor3 = Color3.new(0, 0, 0.670588)
  115. Design_4.Position = UDim2.new(0.975346684, 0, 0.108490571, 0)
  116. Design_4.Size = UDim2.new(0, 16, 0, 378)
  117.  
  118. RevizAdmin.Name = "Reviz Admin"
  119. RevizAdmin.Parent = Main
  120. RevizAdmin.BackgroundColor3 = Color3.new(0, 0, 0.670588)
  121. RevizAdmin.Position = UDim2.new(0.654853642, 0, 0.146226421, 0)
  122. RevizAdmin.Size = UDim2.new(0, 200, 0, 50)
  123. RevizAdmin.Font = Enum.Font.Cartoon
  124. RevizAdmin.Text = "Reviz Admin"
  125. RevizAdmin.TextColor3 = Color3.new(1, 1, 1)
  126. RevizAdmin.TextSize = 25
  127. RevizAdmin.MouseButton1Down:connect(function()
  128. loadstring(game:HttpGet(('https://pastebin.com/raw/KNUzQPYS'),true))()
  129. end)
  130.  
  131. InfiniteYield.Name = "Infinite Yield"
  132. InfiniteYield.Parent = Main
  133. InfiniteYield.BackgroundColor3 = Color3.new(0, 0, 0.670588)
  134. InfiniteYield.Position = UDim2.new(0.654853642, 0, 0.313679248, 0)
  135. InfiniteYield.Size = UDim2.new(0, 200, 0, 50)
  136. InfiniteYield.Font = Enum.Font.Cartoon
  137. InfiniteYield.Text = "Infinite Yield"
  138. InfiniteYield.TextColor3 = Color3.new(1, 1, 1)
  139. InfiniteYield.TextSize = 25
  140. InfiniteYield.MouseButton1Down:connect(function()
  141. loadstring(game:HttpGet(('https://pastebin.com/raw/tzTXmYf2'),true))()
  142. end)
  143.  
  144.  
  145.  
  146. CtrlTP.Name = "Ctrl + TP"
  147. CtrlTP.Parent = Main
  148. CtrlTP.BackgroundColor3 = Color3.new(0, 0, 0.670588)
  149. CtrlTP.Position = UDim2.new(0.349768877, 0, 0.146226421, 0)
  150. CtrlTP.Size = UDim2.new(0, 175, 0, 50)
  151. CtrlTP.Font = Enum.Font.Cartoon
  152. CtrlTP.Text = "Ctrl + TP"
  153. CtrlTP.TextColor3 = Color3.new(1, 1, 1)
  154. CtrlTP.TextSize = 25
  155. CtrlTP.MouseButton1Down:connect(function()
  156. local Player = game.Players.LocalPlayer
  157. local Mouse = Player:GetMouse()
  158. local UserInputService = game:GetService('UserInputService')
  159.  
  160. local HoldingControl = false
  161.  
  162. Mouse.Button1Down:connect(function()
  163. if HoldingControl then
  164. Player.Character:MoveTo(Mouse.Hit.p)
  165. end
  166. end)
  167.  
  168. UserInputService.InputBegan:connect(function(Input, Processed)
  169. if Input.UserInputType == Enum.UserInputType.Keyboard then
  170. if Input.KeyCode == Enum.KeyCode.LeftControl then
  171. HoldingControl = true
  172. elseif Input.KeyCode == Enum.KeyCode.RightControl then
  173. HoldingControl = true
  174. end
  175. end
  176. end)
  177.  
  178. UserInputService.InputEnded:connect(function(Input, Processed)
  179. if Input.UserInputType == Enum.UserInputType.Keyboard then
  180. if Input.KeyCode == Enum.KeyCode.LeftControl then
  181. HoldingControl = false
  182. elseif Input.KeyCode == Enum.KeyCode.RightControl then
  183. HoldingControl = false
  184. end
  185. end
  186. end)
  187.  
  188. JailbreakGUI2.Name = "Jailbreak GUI 2"
  189. JailbreakGUI2.Parent = Main
  190. JailbreakGUI2.BackgroundColor3 = Color3.new(0, 0, 0.670588)
  191. JailbreakGUI2.Position = UDim2.new(0, 0, 0.283018887, 0)
  192. JailbreakGUI2.Size = UDim2.new(0, 200, 0, 50)
  193. JailbreakGUI2.Font = Enum.Font.Cartoon
  194. JailbreakGUI2.Text = "Jailbreak GUI 2"
  195. JailbreakGUI2.TextColor3 = Color3.new(1, 1, 1)
  196. JailbreakGUI2.TextSize = 25
  197. JailbreakGUI2.MouseButton1Down:connect(function()
  198. loadstring(game:HttpGet(('https://pastebin.com/raw/XafQmZXL'),true))()
  199. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement