Advertisement
Guest User

Working one with no script

a guest
Apr 20th, 2019
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.15 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local TnfFucker = Instance.new("ScreenGui")
  5. local OpenFrame = Instance.new("Frame")
  6. local Open = Instance.new("TextButton")
  7. local Main = Instance.new("Frame")
  8. local BeautyA = Instance.new("Frame")
  9. local Name = Instance.new("TextLabel")
  10. local BeautyB = Instance.new("Frame")
  11. local Credit = Instance.new("TextLabel")
  12. local TpJamesBay = Instance.new("TextButton")
  13. local TpNativeCamp = Instance.new("TextButton")
  14. local TpTravler = Instance.new("TextButton")
  15. local TpMercenary = Instance.new("TextButton")
  16. local TpChurch = Instance.new("TextButton")
  17. local TpEastenTower = Instance.new("TextButton")
  18. local FastSpeed = Instance.new("TextButton")
  19. local XTeleport = Instance.new("TextButton")
  20. local HideName = Instance.new("TextButton")
  21. local Close = Instance.new("TextButton")
  22. --Properties:
  23. TnfFucker.Name = "Tnf Fucker"
  24. TnfFucker.Parent = game.CoreGui
  25. TnfFucker.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  26.  
  27. OpenFrame.Name = "OpenFrame"
  28. OpenFrame.Parent = TnfFucker
  29. OpenFrame.Active = true
  30. OpenFrame.BackgroundColor3 = Color3.new(0, 0, 0)
  31. OpenFrame.BorderSizePixel = 0
  32. OpenFrame.Position = UDim2.new(0, 0, 0.46543774, 0)
  33. OpenFrame.Size = UDim2.new(0, 90, 0, 29)
  34.  
  35. Open.Name = "Open"
  36. Open.Parent = OpenFrame
  37. Open.BackgroundColor3 = Color3.new(0, 0, 0)
  38. Open.BorderSizePixel = 0
  39. Open.Position = UDim2.new(0, 0, 0.017161876, 0)
  40. Open.Size = UDim2.new(0, 90, 0, 28)
  41. Open.Font = Enum.Font.Cartoon
  42. Open.Text = "Open"
  43. Open.TextColor3 = Color3.new(1, 1, 1)
  44. Open.TextSize = 23
  45. Open.MouseButton1Down:connect(function()
  46. Main.Visible = true
  47. OpenFrame.Visible = false
  48. end)
  49.  
  50. Main.Name = "Main"
  51. Main.Parent = TnfFucker
  52. Main.Active = true
  53. Main.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
  54. Main.BackgroundTransparency = 0.10000000149012
  55. Main.BorderSizePixel = 0
  56. Main.Position = UDim2.new(0.257333338, 0, 0.253456235, 0)
  57. Main.Size = UDim2.new(0, 356, 0, 203)
  58. Main.Visible = false
  59. Main.Draggable = true
  60.  
  61. BeautyA.Name = "BeautyA"
  62. BeautyA.Parent = Main
  63. BeautyA.BackgroundColor3 = Color3.new(0.619608, 0.258824, 0.65098)
  64. BeautyA.BorderSizePixel = 0
  65. BeautyA.Size = UDim2.new(0, 356, 0, 23)
  66.  
  67. Name.Name = "Name"
  68. Name.Parent = BeautyA
  69. Name.BackgroundColor3 = Color3.new(1, 1, 1)
  70. Name.BackgroundTransparency = 1
  71. Name.BorderSizePixel = 0
  72. Name.Position = UDim2.new(0.218020111, 0, 0, 0)
  73. Name.Size = UDim2.new(0, 200, 0, 23)
  74. Name.Font = Enum.Font.Cartoon
  75. Name.Text = "Tnf Fucker V.1"
  76. Name.TextColor3 = Color3.new(1, 1, 1)
  77. Name.TextSize = 20
  78.  
  79. BeautyB.Name = "BeautyB"
  80. BeautyB.Parent = Main
  81. BeautyB.BackgroundColor3 = Color3.new(0.619608, 0.258824, 0.65098)
  82. BeautyB.BorderSizePixel = 0
  83. BeautyB.Position = UDim2.new(0, 0, 0.881443262, 0)
  84. BeautyB.Size = UDim2.new(0, 356, 0, 23)
  85.  
  86. Credit.Name = "Credit"
  87. Credit.Parent = BeautyB
  88. Credit.BackgroundColor3 = Color3.new(1, 1, 1)
  89. Credit.BackgroundTransparency = 1
  90. Credit.BorderSizePixel = 0
  91. Credit.Size = UDim2.new(0, 356, 0, 23)
  92. Credit.Font = Enum.Font.Cartoon
  93. Credit.Text = "Gui made by GodPlayer1927."
  94. Credit.TextColor3 = Color3.new(1, 1, 1)
  95. Credit.TextSize = 16
  96. Credit.TextWrapped = true
  97.  
  98. TpJamesBay.Name = "Tp James Bay"
  99. TpJamesBay.Parent = Main
  100. TpJamesBay.BackgroundColor3 = Color3.new(0.619608, 0.258824, 0.65098)
  101. TpJamesBay.BorderSizePixel = 0
  102. TpJamesBay.Position = UDim2.new(0.0337078646, 0, 0.206896558, 0)
  103. TpJamesBay.Size = UDim2.new(0, 88, 0, 22)
  104. TpJamesBay.Font = Enum.Font.Cartoon
  105. TpJamesBay.Text = "Tp James Bay"
  106. TpJamesBay.TextColor3 = Color3.new(1, 1, 1)
  107. TpJamesBay.TextSize = 15
  108.  
  109. TpNativeCamp.Name = "Tp Native Camp"
  110. TpNativeCamp.Parent = Main
  111. TpNativeCamp.BackgroundColor3 = Color3.new(0.619608, 0.258824, 0.65098)
  112. TpNativeCamp.BorderSizePixel = 0
  113. TpNativeCamp.Position = UDim2.new(0.0337078646, 0, 0.443349749, 0)
  114. TpNativeCamp.Size = UDim2.new(0, 88, 0, 22)
  115. TpNativeCamp.Font = Enum.Font.Cartoon
  116. TpNativeCamp.Text = "Tp Native Camp"
  117. TpNativeCamp.TextColor3 = Color3.new(1, 1, 1)
  118. TpNativeCamp.TextSize = 14
  119.  
  120. TpTravler.Name = "Tp Travler"
  121. TpTravler.Parent = Main
  122. TpTravler.BackgroundColor3 = Color3.new(0.619608, 0.258824, 0.65098)
  123. TpTravler.BorderSizePixel = 0
  124. TpTravler.Position = UDim2.new(0.0337078646, 0, 0.679803014, 0)
  125. TpTravler.Size = UDim2.new(0, 88, 0, 22)
  126. TpTravler.Font = Enum.Font.Cartoon
  127. TpTravler.Text = "Tp Travler"
  128. TpTravler.TextColor3 = Color3.new(1, 1, 1)
  129. TpTravler.TextSize = 18
  130.  
  131. TpMercenary.Name = "Tp Mercenary"
  132. TpMercenary.Parent = Main
  133. TpMercenary.BackgroundColor3 = Color3.new(0.619608, 0.258824, 0.65098)
  134. TpMercenary.BorderSizePixel = 0
  135. TpMercenary.Position = UDim2.new(0.373595506, 0, 0.206896558, 0)
  136. TpMercenary.Size = UDim2.new(0, 88, 0, 22)
  137. TpMercenary.Font = Enum.Font.Cartoon
  138. TpMercenary.Text = "Tp Mercenary"
  139. TpMercenary.TextColor3 = Color3.new(1, 1, 1)
  140. TpMercenary.TextSize = 15
  141.  
  142. TpChurch.Name = "Tp Church"
  143. TpChurch.Parent = Main
  144. TpChurch.BackgroundColor3 = Color3.new(0.619608, 0.258824, 0.65098)
  145. TpChurch.BorderSizePixel = 0
  146. TpChurch.Position = UDim2.new(0.373595536, 0, 0.443349749, 0)
  147. TpChurch.Size = UDim2.new(0, 88, 0, 22)
  148. TpChurch.Font = Enum.Font.Cartoon
  149. TpChurch.Text = "Tp Church"
  150. TpChurch.TextColor3 = Color3.new(1, 1, 1)
  151. TpChurch.TextSize = 18
  152.  
  153. TpEastenTower.Name = "Tp Easten Tower"
  154. TpEastenTower.Parent = Main
  155. TpEastenTower.BackgroundColor3 = Color3.new(0.619608, 0.258824, 0.65098)
  156. TpEastenTower.BorderSizePixel = 0
  157. TpEastenTower.Position = UDim2.new(0.373595506, 0, 0.679802954, 0)
  158. TpEastenTower.Size = UDim2.new(0, 88, 0, 22)
  159. TpEastenTower.Font = Enum.Font.Cartoon
  160. TpEastenTower.Text = "Tp Easten Tower"
  161. TpEastenTower.TextColor3 = Color3.new(1, 1, 1)
  162. TpEastenTower.TextSize = 12
  163.  
  164. FastSpeed.Name = "Fast Speed"
  165. FastSpeed.Parent = Main
  166. FastSpeed.BackgroundColor3 = Color3.new(0.619608, 0.258824, 0.65098)
  167. FastSpeed.BorderSizePixel = 0
  168. FastSpeed.Position = UDim2.new(0.716292143, 0, 0.206896558, 0)
  169. FastSpeed.Size = UDim2.new(0, 88, 0, 22)
  170. FastSpeed.Font = Enum.Font.Cartoon
  171. FastSpeed.Text = "Fast Speed"
  172. FastSpeed.TextColor3 = Color3.new(1, 1, 1)
  173. FastSpeed.TextSize = 18
  174.  
  175. XTeleport.Name = "X Teleport"
  176. XTeleport.Parent = Main
  177. XTeleport.BackgroundColor3 = Color3.new(0.619608, 0.258824, 0.65098)
  178. XTeleport.BorderSizePixel = 0
  179. XTeleport.Position = UDim2.new(0.716292143, 0, 0.443349749, 0)
  180. XTeleport.Size = UDim2.new(0, 88, 0, 22)
  181. XTeleport.Font = Enum.Font.Cartoon
  182. XTeleport.Text = "X Teleport"
  183. XTeleport.TextColor3 = Color3.new(1, 1, 1)
  184. XTeleport.TextSize = 18
  185.  
  186. HideName.Name = "Hide Name"
  187. HideName.Parent = Main
  188. HideName.BackgroundColor3 = Color3.new(0.619608, 0.258824, 0.65098)
  189. HideName.BorderSizePixel = 0
  190. HideName.Position = UDim2.new(0.716292143, 0, 0.679803014, 0)
  191. HideName.Size = UDim2.new(0, 88, 0, 22)
  192. HideName.Font = Enum.Font.Cartoon
  193. HideName.Text = "Hide Name"
  194. HideName.TextColor3 = Color3.new(1, 1, 1)
  195. HideName.TextSize = 18
  196.  
  197. Close.Name = "Close"
  198. Close.Parent = Main
  199. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  200. Close.BackgroundTransparency = 1
  201. Close.BorderSizePixel = 0
  202. Close.Position = UDim2.new(0.891947567, 0, 0, 0)
  203. Close.Size = UDim2.new(0, 38, 0, 22)
  204. Close.Font = Enum.Font.Cartoon
  205. Close.Text = "X"
  206. Close.TextColor3 = Color3.new(1, 1, 1)
  207. Close.TextSize = 27
  208. Close.MouseButton1Down:connect(function()
  209. OpenFrame.Visible = true
  210. Main.Visible = false
  211. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement