Advertisement
turrtle

ratepls

Feb 17th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.24 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local TurtleHub = Instance.new("ScreenGui")
  5. local Main = Instance.new("Frame")
  6. local Border4 = Instance.new("Frame")
  7. local Border3 = Instance.new("Frame")
  8. local Border2 = Instance.new("Frame")
  9. local Border1 = Instance.new("Frame")
  10. local Close = Instance.new("TextButton")
  11. local GameTab = Instance.new("TextButton")
  12. local Open = Instance.new("TextButton")
  13. local Games = Instance.new("Frame")
  14. local Border4_2 = Instance.new("Frame")
  15. local Border3_2 = Instance.new("Frame")
  16. local Border2_2 = Instance.new("Frame")
  17. local Border1_2 = Instance.new("Frame")
  18. local Close_2 = Instance.new("TextButton")
  19. local Counter = Instance.new("TextButton")
  20. local CurrentPage = Instance.new("TextButton")
  21. local LastPage = Instance.new("TextButton")
  22. local NextPage = Instance.new("TextButton")
  23. local BackUp = Instance.new("TextButton")
  24. local Miners = Instance.new("TextButton")
  25. local RoCit = Instance.new("TextButton")
  26. --Properties:
  27. TurtleHub.Name = "TurtleHub"
  28. TurtleHub.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  29. TurtleHub.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  30.  
  31. Main.Name = "Main"
  32. Main.Parent = TurtleHub
  33. Main.BackgroundColor3 = Color3.new(1, 1, 1)
  34. Main.Position = UDim2.new(0.389415473, 0, 0.638173342, 0)
  35. Main.Size = UDim2.new(0, 250, 0, 291)
  36. Main.Visible = false
  37.  
  38. Border4.Name = "Border4"
  39. Border4.Parent = Main
  40. Border4.BackgroundColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  41. Border4.Size = UDim2.new(0, 10, 0, 291)
  42.  
  43. Border3.Name = "Border3"
  44. Border3.Parent = Main
  45. Border3.BackgroundColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  46. Border3.Position = UDim2.new(0.959999979, 0, 0, 0)
  47. Border3.Size = UDim2.new(0, 10, 0, 291)
  48.  
  49. Border2.Name = "Border2"
  50. Border2.Parent = Main
  51. Border2.BackgroundColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  52. Border2.Size = UDim2.new(0, 250, 0, 11)
  53.  
  54. Border1.Name = "Border1"
  55. Border1.Parent = Main
  56. Border1.BackgroundColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  57. Border1.Position = UDim2.new(0, 0, 0.96219933, 0)
  58. Border1.Size = UDim2.new(0, 250, 0, 11)
  59.  
  60. Close.Name = "Close"
  61. Close.Parent = Main
  62. Close.BackgroundColor3 = Color3.new(1, 0, 0)
  63. Close.Position = UDim2.new(0.907999992, 0, 0, 0)
  64. Close.Size = UDim2.new(0, 23, 0, 11)
  65. Close.Font = Enum.Font.SourceSans
  66. Close.Text = "X"
  67. Close.TextColor3 = Color3.new(0, 0, 0)
  68. Close.TextSize = 14
  69.  
  70. GameTab.Name = "GameTab"
  71. GameTab.Parent = Main
  72. GameTab.BackgroundColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  73. GameTab.BorderColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  74. GameTab.Position = UDim2.new(0.068505615, 0, 0.0606001504, 0)
  75. GameTab.Size = UDim2.new(0, 215, 0, 31)
  76. GameTab.Font = Enum.Font.SourceSans
  77. GameTab.Text = "Game Tab"
  78. GameTab.TextColor3 = Color3.new(1, 1, 1)
  79. GameTab.TextSize = 24
  80.  
  81. Open.Name = "Open"
  82. Open.Parent = TurtleHub
  83. Open.BackgroundColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  84. Open.BorderColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  85. Open.Position = UDim2.new(0, 0, 0.460187346, 0)
  86. Open.Size = UDim2.new(0, 79, 0, 45)
  87. Open.Font = Enum.Font.SourceSans
  88. Open.Text = "Open"
  89. Open.TextColor3 = Color3.new(1, 1, 1)
  90. Open.TextSize = 24
  91.  
  92. Games.Name = "Games"
  93. Games.Parent = TurtleHub
  94. Games.BackgroundColor3 = Color3.new(1, 1, 1)
  95. Games.Position = UDim2.new(0.389415473, 0, 0.638173342, 0)
  96. Games.Size = UDim2.new(0, 250, 0, 291)
  97. Games.Visible = false
  98.  
  99. Border4_2.Name = "Border4"
  100. Border4_2.Parent = Games
  101. Border4_2.BackgroundColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  102. Border4_2.Size = UDim2.new(0, 10, 0, 291)
  103.  
  104. Border3_2.Name = "Border3"
  105. Border3_2.Parent = Games
  106. Border3_2.BackgroundColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  107. Border3_2.Position = UDim2.new(0.959999979, 0, 0, 0)
  108. Border3_2.Size = UDim2.new(0, 10, 0, 291)
  109.  
  110. Border2_2.Name = "Border2"
  111. Border2_2.Parent = Games
  112. Border2_2.BackgroundColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  113. Border2_2.Size = UDim2.new(0, 250, 0, 11)
  114.  
  115. Border1_2.Name = "Border1"
  116. Border1_2.Parent = Games
  117. Border1_2.BackgroundColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  118. Border1_2.Position = UDim2.new(0, 0, 0.96219933, 0)
  119. Border1_2.Size = UDim2.new(0, 250, 0, 11)
  120.  
  121. Close_2.Name = "Close"
  122. Close_2.Parent = Games
  123. Close_2.BackgroundColor3 = Color3.new(1, 0, 0)
  124. Close_2.Position = UDim2.new(0.907999992, 0, 0, 0)
  125. Close_2.Size = UDim2.new(0, 23, 0, 11)
  126. Close_2.Font = Enum.Font.SourceSans
  127. Close_2.Text = "X"
  128. Close_2.TextColor3 = Color3.new(0, 0, 0)
  129. Close_2.TextSize = 14
  130.  
  131. Counter.Name = "Counter"
  132. Counter.Parent = Games
  133. Counter.BackgroundColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  134. Counter.BorderColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  135. Counter.Position = UDim2.new(0.068505615, 0, 0.0606001504, 0)
  136. Counter.Size = UDim2.new(0, 65, 0, 31)
  137. Counter.Font = Enum.Font.SourceSans
  138. Counter.Text = "Counter Blox"
  139. Counter.TextColor3 = Color3.new(1, 1, 1)
  140. Counter.TextSize = 14
  141.  
  142. CurrentPage.Name = "Current Page"
  143. CurrentPage.Parent = Games
  144. CurrentPage.BackgroundColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  145. CurrentPage.BorderColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  146. CurrentPage.Position = UDim2.new(0.226999998, 0, 0.824999988, 0)
  147. CurrentPage.Size = UDim2.new(0, 135, 0, 31)
  148. CurrentPage.Font = Enum.Font.SourceSans
  149. CurrentPage.Text = "Page - 1 - Hubware Reborn"
  150. CurrentPage.TextColor3 = Color3.new(1, 1, 1)
  151. CurrentPage.TextScaled = true
  152. CurrentPage.TextSize = 24
  153. CurrentPage.TextWrapped = true
  154.  
  155. LastPage.Name = "LastPage"
  156. LastPage.Parent = Games
  157. LastPage.BackgroundColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  158. LastPage.BorderColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  159. LastPage.Position = UDim2.new(0.0670000017, 0, 0.825000048, 0)
  160. LastPage.Size = UDim2.new(0, 35, 0, 31)
  161. LastPage.Font = Enum.Font.SourceSans
  162. LastPage.Text = "<"
  163. LastPage.TextColor3 = Color3.new(1, 1, 1)
  164. LastPage.TextScaled = true
  165. LastPage.TextSize = 24
  166. LastPage.TextWrapped = true
  167.  
  168. NextPage.Name = "NextPage"
  169. NextPage.Parent = Games
  170. NextPage.BackgroundColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  171. NextPage.BorderColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  172. NextPage.Position = UDim2.new(0.787, 0, 0.824999988, 0)
  173. NextPage.Size = UDim2.new(0, 35, 0, 31)
  174. NextPage.Font = Enum.Font.SourceSans
  175. NextPage.Text = ">"
  176. NextPage.TextColor3 = Color3.new(1, 1, 1)
  177. NextPage.TextScaled = true
  178. NextPage.TextSize = 24
  179. NextPage.TextWrapped = true
  180.  
  181. BackUp.Name = "BackUp"
  182. BackUp.Parent = Games
  183. BackUp.BackgroundColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  184. BackUp.BorderColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  185. BackUp.Position = UDim2.new(0.787, 0, 0.824999988, 0)
  186. BackUp.Size = UDim2.new(0, 35, 0, 31)
  187. BackUp.Font = Enum.Font.SourceSans
  188. BackUp.Text = ">"
  189. BackUp.TextColor3 = Color3.new(1, 1, 1)
  190. BackUp.TextScaled = true
  191. BackUp.TextSize = 24
  192. BackUp.TextWrapped = true
  193.  
  194. Miners.Name = "Miners"
  195. Miners.Parent = Games
  196. Miners.BackgroundColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  197. Miners.BorderColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  198. Miners.Position = UDim2.new(0.368000001, 0, 0.0610000007, 0)
  199. Miners.Size = UDim2.new(0, 66, 0, 31)
  200. Miners.Font = Enum.Font.SourceSans
  201. Miners.Text = "Miners Haven"
  202. Miners.TextColor3 = Color3.new(1, 1, 1)
  203. Miners.TextSize = 14
  204.  
  205. RoCit.Name = "RoCit"
  206. RoCit.Parent = Games
  207. RoCit.BackgroundColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  208. RoCit.BorderColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  209. RoCit.Position = UDim2.new(0.670000017, 0, 0.0610000007, 0)
  210. RoCit.Size = UDim2.new(0, 65, 0, 31)
  211. RoCit.Font = Enum.Font.SourceSans
  212. RoCit.Text = "RoCitizens"
  213. RoCit.TextColor3 = Color3.new(1, 1, 1)
  214. RoCit.TextSize = 14
  215. -- Scripts:
  216. function SCRIPT_SLII85_FAKESCRIPT() -- Main.LocalScript
  217. getfenv().script = Instance.new('LocalScript', Main)
  218.  
  219. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  220.  
  221. counter = 0
  222.  
  223. while wait(0.1)do
  224. script.Parent.Parent.Parent.Main.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  225.  
  226. counter = counter + 0.01
  227. end
  228.  
  229. end
  230. coroutine.resume(coroutine.create(SCRIPT_SLII85_FAKESCRIPT))
  231. function SCRIPT_TNME90_FAKESCRIPT() -- Close.clsoescript
  232. getfenv().script = Instance.new('LocalScript', Close)
  233.  
  234. script.Parent.Parent.Close.MouseButton1Click:Connect(function()
  235. script.Parent.Parent.Parent.Main:TweenPosition(UDim2.new(0.389,0,0.638,0),"In","Sine",0.5,true)
  236. wait(0.6)
  237. script.Parent.Parent.Parent.Main.Visible = false
  238. script.Parent.Parent.Parent.Open.Visible = true
  239. end)
  240.  
  241.  
  242.  
  243. end
  244. coroutine.resume(coroutine.create(SCRIPT_TNME90_FAKESCRIPT))
  245. function SCRIPT_FZJY79_FAKESCRIPT() -- GameTab.script
  246. getfenv().script = Instance.new('LocalScript', GameTab)
  247.  
  248. script.Parent.Parent.GameTab.MouseButton1Click:Connect(function()
  249. script.Parent.Parent.Parent.Main.Visible = false
  250. script.Parent.Parent.Parent.Games.Visible = true
  251. script.Parent.Parent.Parent.Games.Counter.Visible = true
  252. end)
  253.  
  254.  
  255.  
  256. end
  257. coroutine.resume(coroutine.create(SCRIPT_FZJY79_FAKESCRIPT))
  258. function SCRIPT_TVDE83_FAKESCRIPT() -- Open.Tween
  259. getfenv().script = Instance.new('LocalScript', Open)
  260.  
  261. script.Parent.Parent.Open.MouseButton1Click:Connect(function()
  262.  
  263. script.Parent.Parent.Parent.Main.Visible = true
  264. script.Parent.Parent.Visible = false
  265. end)
  266.  
  267. --[[
  268. Quart
  269. Quint
  270. Linear
  271. Bounce
  272. Sine
  273. Elastic
  274. Back
  275. Quad
  276. --]]
  277.  
  278.  
  279. end
  280. coroutine.resume(coroutine.create(SCRIPT_TVDE83_FAKESCRIPT))
  281. function SCRIPT_BTDL69_FAKESCRIPT() -- Games.LocalScript
  282. getfenv().script = Instance.new('LocalScript', Games)
  283.  
  284. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  285.  
  286. counter = 0
  287.  
  288. while wait(0.1)do
  289. script.Parent.Parent.Parent.Games.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  290.  
  291. counter = counter + 0.01
  292. end
  293.  
  294. end
  295. coroutine.resume(coroutine.create(SCRIPT_BTDL69_FAKESCRIPT))
  296. function SCRIPT_XKOM90_FAKESCRIPT() -- Close_2.clsoescript
  297. getfenv().script = Instance.new('LocalScript', Close_2)
  298.  
  299. script.Parent.Parent.Close.MouseButton1Click:Connect(function()
  300. script.Parent.Parent.Parent.Main.Visible = true
  301. script.Parent.Parent.Visible = false
  302. end)
  303.  
  304.  
  305.  
  306. end
  307. coroutine.resume(coroutine.create(SCRIPT_XKOM90_FAKESCRIPT))
  308. function SCRIPT_TVEF79_FAKESCRIPT() -- Counter.Counter
  309. getfenv().script = Instance.new('LocalScript', Counter)
  310.  
  311. script.Parent.MouseButton1Click:Connect(function()
  312. loadstring(game:HttpGet("https://pastebin.com/raw/vDPDDhrk", true))()
  313. end)
  314.  
  315.  
  316. end
  317. coroutine.resume(coroutine.create(SCRIPT_TVEF79_FAKESCRIPT))
  318. function SCRIPT_LLZZ77_FAKESCRIPT() -- Miners.Counter
  319. getfenv().script = Instance.new('LocalScript', Miners)
  320.  
  321. script.Parent.MouseButton1Click:Connect(function()
  322. loadstring(game:HttpGet("https://pastebin.com/raw/7B54sdVk", true))()
  323. end)
  324.  
  325.  
  326. end
  327. coroutine.resume(coroutine.create(SCRIPT_LLZZ77_FAKESCRIPT))
  328. function SCRIPT_JJPV90_FAKESCRIPT() -- RoCit.Counter
  329. getfenv().script = Instance.new('LocalScript', RoCit)
  330.  
  331. script.Parent.MouseButton1Click:Connect(function()
  332. loadstring(game:HttpGet("https://pastebin.com/raw/iRnx9jgy", true))()
  333. end)
  334.  
  335.  
  336. end
  337. coroutine.resume(coroutine.create(SCRIPT_JJPV90_FAKESCRIPT))
  338.  
  339. Open.MouseButton1Click:Connect(function()
  340. Open.Visible = false
  341. Main:TweenPosition(UDim2.new(0.381,0,0.32,0),"In","Sine",1,true)
  342. Games:TweenPosition(UDim2.new(0.381,0,0.32,0),"In","Sine",1,true)
  343. end)
  344.  
  345.  
  346.  
  347. Close.MouseButton1Click:Connect(function()
  348. Open.Visible = true
  349. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement