Advertisement
turrtle

Untitled

Feb 4th, 2019
318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.49 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local Shithub = Instance.new("ScreenGui")
  5. local DragFrame = Instance.new("Frame")
  6. local BigFrame = Instance.new("Frame")
  7. local GameButton = Instance.new("TextButton")
  8. local name = Instance.new("TextLabel")
  9. local OtherButton = Instance.new("TextButton")
  10. local CreditButton = Instance.new("TextButton")
  11. local EditButton = Instance.new("TextButton")
  12. local guiname = Instance.new("TextLabel")
  13. local GameFrame = Instance.new("Frame")
  14. local MadCity = Instance.new("TextButton")
  15. local name_2 = Instance.new("TextLabel")
  16. local BubbleGumSimulator = Instance.new("TextButton")
  17. local RoPiece = Instance.new("TextButton")
  18. local ElectricState = Instance.new("TextButton")
  19. local CounterBlox = Instance.new("TextButton")
  20. local Jailbreak = Instance.new("TextButton")
  21. local PizzaPlace = Instance.new("TextButton")
  22. local RoCitizens = Instance.new("TextButton")
  23. local GoBackGame = Instance.new("TextButton")
  24. local BABFT = Instance.new("TextButton")
  25. local CreditFrame = Instance.new("Frame")
  26. local Credits = Instance.new("TextLabel")
  27. local Kyle = Instance.new("TextLabel")
  28. local Pawel = Instance.new("TextLabel")
  29. local PawelScript1 = Instance.new("TextLabel")
  30. local PawelScript2 = Instance.new("TextLabel")
  31. local GoBackCredit = Instance.new("TextButton")
  32. local EditFrame = Instance.new("Frame")
  33. local name_3 = Instance.new("TextLabel")
  34. local RainbowButton = Instance.new("ImageButton")
  35. local BlueButton = Instance.new("ImageButton")
  36. local ResetButton = Instance.new("TextButton")
  37. local GoBackEdit = Instance.new("TextButton")
  38. local OtherFrame = Instance.new("Frame")
  39. local name_4 = Instance.new("TextLabel")
  40. local GoBackOther = Instance.new("TextButton")
  41. local DexV3 = Instance.new("TextButton")
  42. local DexV4 = Instance.new("TextButton")
  43. local InfiniteYield = Instance.new("TextButton")
  44. local InfiniteYieldFE = Instance.new("TextButton")
  45. local RevizFeAdmin = Instance.new("TextButton")
  46. --Properties:
  47. Shithub.Name = "Shithub"
  48. Shithub.Parent = game.CoreGui
  49. Shithub.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  50.  
  51. DragFrame.Name = "Drag Frame"
  52. DragFrame.Parent = Shithub
  53. DragFrame.Active = true
  54. DragFrame.BackgroundColor3 = Color3.new(0.168627, 0.172549, 0.168627)
  55. DragFrame.BorderColor3 = Color3.new(0.168627, 0.172549, 0.168627)
  56. DragFrame.Position = UDim2.new(0.69928968, 0, 0.29391101, 0)
  57. DragFrame.Size = UDim2.new(0, 255, 0, 43)
  58. DragFrame.Active = true
  59. DragFrame.Draggable = true
  60.  
  61. BigFrame.Name = "BigFrame"
  62. BigFrame.Parent = DragFrame
  63. BigFrame.BackgroundColor3 = Color3.new(0.168627, 0.172549, 0.168627)
  64. BigFrame.BorderColor3 = Color3.new(0.168627, 0.172549, 0.168627)
  65. BigFrame.Position = UDim2.new(0, 0, 1, 0)
  66. BigFrame.Size = UDim2.new(0, 255, 0, 212)
  67.  
  68. GameButton.Name = "GameButton"
  69. GameButton.Parent = BigFrame
  70. GameButton.BackgroundColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  71. GameButton.BorderColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  72. GameButton.Position = UDim2.new(0.227094188, 0, 0.0596031323, 0)
  73. GameButton.Size = UDim2.new(0, 138, 0, 40)
  74. GameButton.Font = Enum.Font.SourceSans
  75. GameButton.Text = "Games"
  76. GameButton.TextColor3 = Color3.new(1, 1, 1)
  77. GameButton.TextSize = 14
  78. GameButton.MouseButton1Down:Connect(function()
  79. GameFrame.Visible = true
  80. BigFrame.Visible = false
  81.  
  82. end)
  83.  
  84. name.Name = "name"
  85. name.Parent = BigFrame
  86. name.BackgroundColor3 = Color3.new(0.168627, 0.172549, 0.168627)
  87. name.BackgroundTransparency = 1
  88. name.BorderColor3 = Color3.new(0.168627, 0.172549, 0.168627)
  89. name.Position = UDim2.new(-0.00196463661, 0, 0.866999984, 0)
  90. name.Size = UDim2.new(0, 112, 0, 34)
  91. name.Font = Enum.Font.SourceSans
  92. name.Text = "Gui By @кyle#9168 "
  93. name.TextColor3 = Color3.new(1, 1, 1)
  94. name.TextSize = 14
  95.  
  96. OtherButton.Name = "OtherButton"
  97. OtherButton.Parent = BigFrame
  98. OtherButton.BackgroundColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  99. OtherButton.BorderColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  100. OtherButton.Position = UDim2.new(0.227094188, 0, 0.309603125, 0)
  101. OtherButton.Size = UDim2.new(0, 138, 0, 40)
  102. OtherButton.Font = Enum.Font.SourceSans
  103. OtherButton.Text = "Other"
  104. OtherButton.TextColor3 = Color3.new(1, 1, 1)
  105. OtherButton.TextSize = 14
  106. OtherButton.MouseButton1Down:Connect(function()
  107. OtherFrame.Visible = true
  108. BigFrame.Visible = false
  109.  
  110. end)
  111.  
  112. CreditButton.Name = "CreditButton"
  113. CreditButton.Parent = BigFrame
  114. CreditButton.BackgroundColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  115. CreditButton.BorderColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  116. CreditButton.Position = UDim2.new(0.226999998, 0, 0.560000002, 0)
  117. CreditButton.Size = UDim2.new(0, 138, 0, 40)
  118. CreditButton.Font = Enum.Font.SourceSans
  119. CreditButton.Text = "Credits"
  120. CreditButton.TextColor3 = Color3.new(1, 1, 1)
  121. CreditButton.TextSize = 14
  122. CreditButton.MouseButton1Down:Connect(function()
  123. CreditFrame.Visible = true
  124. BigFrame.Visible = false
  125.  
  126. end)
  127.  
  128. EditButton.Name = "EditButton"
  129. EditButton.Parent = BigFrame
  130. EditButton.BackgroundColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  131. EditButton.BorderColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  132. EditButton.Position = UDim2.new(0.227000043, 0, 0.795849025, 0)
  133. EditButton.Size = UDim2.new(0, 138, 0, 15)
  134. EditButton.Font = Enum.Font.SourceSans
  135. EditButton.Text = "Edit Gui"
  136. EditButton.TextColor3 = Color3.new(1, 1, 1)
  137. EditButton.TextSize = 14
  138. EditButton.MouseButton1Down:Connect(function()
  139. EditFrame.Visible = true
  140. BigFrame.Visible = false
  141.  
  142. end)
  143.  
  144. guiname.Name = "guiname"
  145. guiname.Parent = DragFrame
  146. guiname.BackgroundColor3 = Color3.new(1, 1, 1)
  147. guiname.BackgroundTransparency = 1
  148. guiname.Position = UDim2.new(0.359090894, 0, -0.0930232555, 0)
  149. guiname.Size = UDim2.new(0, 78, 0, 50)
  150. guiname.Font = Enum.Font.SourceSans
  151. guiname.Text = "Shit Hub V0.2"
  152. guiname.TextColor3 = Color3.new(1, 1, 1)
  153. guiname.TextSize = 14
  154.  
  155. GameFrame.Name = "GameFrame"
  156. GameFrame.Parent = DragFrame
  157. GameFrame.BackgroundColor3 = Color3.new(0.168627, 0.172549, 0.168627)
  158. GameFrame.BorderColor3 = Color3.new(0.168627, 0.172549, 0.168627)
  159. GameFrame.Position = UDim2.new(0, 0, 1, 0)
  160. GameFrame.Size = UDim2.new(0, 255, 0, 212)
  161. GameFrame.Visible = false
  162.  
  163. MadCity.Name = "Mad City"
  164. MadCity.Parent = GameFrame
  165. MadCity.BackgroundColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  166. MadCity.BorderColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  167. MadCity.Position = UDim2.new(0.0239078701, 0, 0.0360182263, 0)
  168. MadCity.Size = UDim2.new(0, 71, 0, 18)
  169. MadCity.Font = Enum.Font.SourceSans
  170. MadCity.Text = "Mad City"
  171. MadCity.TextColor3 = Color3.new(1, 1, 1)
  172. MadCity.TextScaled = true
  173. MadCity.TextSize = 14
  174. MadCity.TextWrapped = true
  175.  
  176. name_2.Name = "name"
  177. name_2.Parent = GameFrame
  178. name_2.BackgroundColor3 = Color3.new(0.168627, 0.172549, 0.168627)
  179. name_2.BackgroundTransparency = 1
  180. name_2.BorderColor3 = Color3.new(0.168627, 0.172549, 0.168627)
  181. name_2.Position = UDim2.new(-0.00196463661, 0, 0.866999984, 0)
  182. name_2.Size = UDim2.new(0, 112, 0, 34)
  183. name_2.Font = Enum.Font.SourceSans
  184. name_2.Text = "Gui By @кyle#9168 "
  185. name_2.TextColor3 = Color3.new(1, 1, 1)
  186. name_2.TextSize = 14
  187.  
  188. BubbleGumSimulator.Name = "Bubble Gum Simulator"
  189. BubbleGumSimulator.Parent = GameFrame
  190. BubbleGumSimulator.BackgroundColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  191. BubbleGumSimulator.BorderColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  192. BubbleGumSimulator.Position = UDim2.new(0.330191344, 0, 0.0360182263, 0)
  193. BubbleGumSimulator.Size = UDim2.new(0, 87, 0, 18)
  194. BubbleGumSimulator.Font = Enum.Font.SourceSans
  195. BubbleGumSimulator.Text = "Bubble Gum Simulator"
  196. BubbleGumSimulator.TextColor3 = Color3.new(1, 1, 1)
  197. BubbleGumSimulator.TextScaled = true
  198. BubbleGumSimulator.TextSize = 10
  199. BubbleGumSimulator.TextWrapped = true
  200.  
  201. RoPiece.Name = "Ro-Piece"
  202. RoPiece.Parent = GameFrame
  203. RoPiece.BackgroundColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  204. RoPiece.BorderColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  205. RoPiece.Position = UDim2.new(0.700999975, 0, 0.0359999985, 0)
  206. RoPiece.Size = UDim2.new(0, 70, 0, 18)
  207. RoPiece.Font = Enum.Font.SourceSans
  208. RoPiece.Text = "Ro-Piece"
  209. RoPiece.TextColor3 = Color3.new(1, 1, 1)
  210. RoPiece.TextScaled = true
  211. RoPiece.TextSize = 14
  212. RoPiece.TextWrapped = true
  213.  
  214. ElectricState.Name = "Electric State"
  215. ElectricState.Parent = GameFrame
  216. ElectricState.BackgroundColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  217. ElectricState.BorderColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  218. ElectricState.Position = UDim2.new(0.0239078701, 0, 0.149225771, 0)
  219. ElectricState.Size = UDim2.new(0, 71, 0, 18)
  220. ElectricState.Font = Enum.Font.SourceSans
  221. ElectricState.Text = "Electric State"
  222. ElectricState.TextColor3 = Color3.new(1, 1, 1)
  223. ElectricState.TextScaled = true
  224. ElectricState.TextSize = 14
  225. ElectricState.TextWrapped = true
  226.  
  227. CounterBlox.Name = "Counter Blox"
  228. CounterBlox.Parent = GameFrame
  229. CounterBlox.BackgroundColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  230. CounterBlox.BorderColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  231. CounterBlox.Position = UDim2.new(0.330191344, 0, 0.149225771, 0)
  232. CounterBlox.Size = UDim2.new(0, 87, 0, 18)
  233. CounterBlox.Font = Enum.Font.SourceSans
  234. CounterBlox.Text = "Counter Blox"
  235. CounterBlox.TextColor3 = Color3.new(1, 1, 1)
  236. CounterBlox.TextScaled = true
  237. CounterBlox.TextSize = 10
  238. CounterBlox.TextWrapped = true
  239.  
  240. Jailbreak.Name = "Jailbreak"
  241. Jailbreak.Parent = GameFrame
  242. Jailbreak.BackgroundColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  243. Jailbreak.BorderColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  244. Jailbreak.Position = UDim2.new(0.700999975, 0, 0.149207547, 0)
  245. Jailbreak.Size = UDim2.new(0, 70, 0, 18)
  246. Jailbreak.Font = Enum.Font.SourceSans
  247. Jailbreak.Text = "Jailbreak"
  248. Jailbreak.TextColor3 = Color3.new(1, 1, 1)
  249. Jailbreak.TextScaled = true
  250. Jailbreak.TextSize = 14
  251. Jailbreak.TextWrapped = true
  252.  
  253. PizzaPlace.Name = "Pizza Place"
  254. PizzaPlace.Parent = GameFrame
  255. PizzaPlace.BackgroundColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  256. PizzaPlace.BorderColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  257. PizzaPlace.Position = UDim2.new(0.0239078701, 0, 0.26243332, 0)
  258. PizzaPlace.Size = UDim2.new(0, 71, 0, 18)
  259. PizzaPlace.Font = Enum.Font.SourceSans
  260. PizzaPlace.Text = "Pizza Place"
  261. PizzaPlace.TextColor3 = Color3.new(1, 1, 1)
  262. PizzaPlace.TextScaled = true
  263. PizzaPlace.TextSize = 14
  264. PizzaPlace.TextWrapped = true
  265.  
  266. RoCitizens.Name = "RoCitizens"
  267. RoCitizens.Parent = GameFrame
  268. RoCitizens.BackgroundColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  269. RoCitizens.BorderColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  270. RoCitizens.Position = UDim2.new(0.330191344, 0, 0.26243332, 0)
  271. RoCitizens.Size = UDim2.new(0, 87, 0, 18)
  272. RoCitizens.Font = Enum.Font.SourceSans
  273. RoCitizens.Text = "RoCitizens"
  274. RoCitizens.TextColor3 = Color3.new(1, 1, 1)
  275. RoCitizens.TextScaled = true
  276. RoCitizens.TextSize = 10
  277. RoCitizens.TextWrapped = true
  278.  
  279. GoBackGame.Name = "GoBackGame"
  280. GoBackGame.Parent = GameFrame
  281. GoBackGame.BackgroundColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  282. GoBackGame.BorderColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  283. GoBackGame.Position = UDim2.new(0.238764748, 0, 0.742865384, 0)
  284. GoBackGame.Size = UDim2.new(0, 138, 0, 18)
  285. GoBackGame.Font = Enum.Font.SourceSans
  286. GoBackGame.Text = "Go Back"
  287. GoBackGame.TextColor3 = Color3.new(1, 1, 1)
  288. GoBackGame.TextScaled = true
  289. GoBackGame.TextSize = 14
  290. GoBackGame.TextWrapped = true
  291. GoBackGame.MouseButton1Down:Connect(function()
  292. GameFrame.Visible = false
  293. BigFrame.Visible = true
  294.  
  295. end)
  296.  
  297. BABFT.Name = "BABFT"
  298. BABFT.Parent = GameFrame
  299. BABFT.BackgroundColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  300. BABFT.BorderColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  301. BABFT.Position = UDim2.new(0.700999975, 0, 0.262415111, 0)
  302. BABFT.Size = UDim2.new(0, 70, 0, 18)
  303. BABFT.Font = Enum.Font.SourceSans
  304. BABFT.Text = "BABFT"
  305. BABFT.TextColor3 = Color3.new(1, 1, 1)
  306. BABFT.TextScaled = true
  307. BABFT.TextSize = 14
  308. BABFT.TextWrapped = true
  309.  
  310. CreditFrame.Name = "CreditFrame"
  311. CreditFrame.Parent = DragFrame
  312. CreditFrame.BackgroundColor3 = Color3.new(0.168627, 0.172549, 0.168627)
  313. CreditFrame.BorderColor3 = Color3.new(0.168627, 0.172549, 0.168627)
  314. CreditFrame.Position = UDim2.new(0, 0, 1, 0)
  315. CreditFrame.Size = UDim2.new(0, 255, 0, 212)
  316. CreditFrame.Visible = false
  317.  
  318. Credits.Name = "Credits"
  319. Credits.Parent = CreditFrame
  320. Credits.BackgroundColor3 = Color3.new(0.168627, 0.172549, 0.168627)
  321. Credits.BackgroundTransparency = 1
  322. Credits.BorderColor3 = Color3.new(0.168627, 0.172549, 0.168627)
  323. Credits.Position = UDim2.new(0.292153031, 0, -0.00564150885, 0)
  324. Credits.Size = UDim2.new(0, 112, 0, 34)
  325. Credits.Font = Enum.Font.SourceSans
  326. Credits.Text = "Credits:"
  327. Credits.TextColor3 = Color3.new(1, 1, 1)
  328. Credits.TextSize = 14
  329.  
  330. Kyle.Name = "Kyle"
  331. Kyle.Parent = CreditFrame
  332. Kyle.BackgroundColor3 = Color3.new(0.168627, 0.172549, 0.168627)
  333. Kyle.BackgroundTransparency = 1
  334. Kyle.BorderColor3 = Color3.new(0.168627, 0.172549, 0.168627)
  335. Kyle.Position = UDim2.new(-0.0019646138, 0, 0.150018945, 0)
  336. Kyle.Size = UDim2.new(0, 135, 0, 34)
  337. Kyle.Font = Enum.Font.SourceSans
  338. Kyle.Text = "@кyle#9168 - Gui Creator"
  339. Kyle.TextColor3 = Color3.new(1, 1, 1)
  340. Kyle.TextSize = 14
  341. Kyle.TextWrapped = true
  342.  
  343. Pawel.Name = "Pawel"
  344. Pawel.Parent = CreditFrame
  345. Pawel.BackgroundColor3 = Color3.new(0.168627, 0.172549, 0.168627)
  346. Pawel.BackgroundTransparency = 1
  347. Pawel.BorderColor3 = Color3.new(0.168627, 0.172549, 0.168627)
  348. Pawel.Position = UDim2.new(-0.0019646138, 0, 0.239641607, 0)
  349. Pawel.Size = UDim2.new(0, 211, 0, 34)
  350. Pawel.Font = Enum.Font.SourceSans
  351. Pawel.Text = "@Pawel12d#0272 - Made custom scripts:"
  352. Pawel.TextColor3 = Color3.new(1, 1, 1)
  353. Pawel.TextSize = 14
  354. Pawel.TextWrapped = true
  355.  
  356. PawelScript1.Name = "PawelScript1"
  357. PawelScript1.Parent = CreditFrame
  358. PawelScript1.BackgroundColor3 = Color3.new(0.168627, 0.172549, 0.168627)
  359. PawelScript1.BackgroundTransparency = 1
  360. PawelScript1.BorderColor3 = Color3.new(0.168627, 0.172549, 0.168627)
  361. PawelScript1.Position = UDim2.new(-0.0019646138, 0, 0.315113276, 0)
  362. PawelScript1.Size = UDim2.new(0, 58, 0, 34)
  363. PawelScript1.Font = Enum.Font.SourceSans
  364. PawelScript1.Text = "-RoCitizens"
  365. PawelScript1.TextColor3 = Color3.new(1, 1, 1)
  366. PawelScript1.TextSize = 14
  367. PawelScript1.TextWrapped = true
  368.  
  369. PawelScript2.Name = "PawelScript2"
  370. PawelScript2.Parent = CreditFrame
  371. PawelScript2.BackgroundColor3 = Color3.new(0.168627, 0.172549, 0.168627)
  372. PawelScript2.BackgroundTransparency = 1
  373. PawelScript2.BorderColor3 = Color3.new(0.168627, 0.172549, 0.168627)
  374. PawelScript2.Position = UDim2.new(-0.0019646138, 0, 0.40001893, 0)
  375. PawelScript2.Size = UDim2.new(0, 124, 0, 34)
  376. PawelScript2.Font = Enum.Font.SourceSans
  377. PawelScript2.Text = "-Build a boat for treasure"
  378. PawelScript2.TextColor3 = Color3.new(1, 1, 1)
  379. PawelScript2.TextSize = 14
  380. PawelScript2.TextWrapped = true
  381.  
  382. GoBackCredit.Name = "GoBackCredit"
  383. GoBackCredit.Parent = CreditFrame
  384. GoBackCredit.BackgroundColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  385. GoBackCredit.BorderColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  386. GoBackCredit.Position = UDim2.new(0.238764748, 0, 0.742865384, 0)
  387. GoBackCredit.Size = UDim2.new(0, 138, 0, 18)
  388. GoBackCredit.Font = Enum.Font.SourceSans
  389. GoBackCredit.Text = "Go Back"
  390. GoBackCredit.TextColor3 = Color3.new(1, 1, 1)
  391. GoBackCredit.TextScaled = true
  392. GoBackCredit.TextSize = 14
  393. GoBackCredit.TextWrapped = true
  394. GoBackCredit.MouseButton1Down:Connect(function()
  395. CreditFrame.Visible = false
  396. BigFrame.Visible = true
  397.  
  398. end)
  399.  
  400. EditFrame.Name = "EditFrame"
  401. EditFrame.Parent = DragFrame
  402. EditFrame.BackgroundColor3 = Color3.new(0.168627, 0.172549, 0.168627)
  403. EditFrame.BorderColor3 = Color3.new(0.168627, 0.172549, 0.168627)
  404. EditFrame.Position = UDim2.new(0, 0, 1, 0)
  405. EditFrame.Size = UDim2.new(0, 255, 0, 212)
  406. EditFrame.Visible = false
  407.  
  408. name_3.Name = "name"
  409. name_3.Parent = EditFrame
  410. name_3.BackgroundColor3 = Color3.new(0.168627, 0.172549, 0.168627)
  411. name_3.BackgroundTransparency = 1
  412. name_3.BorderColor3 = Color3.new(0.168627, 0.172549, 0.168627)
  413. name_3.Position = UDim2.new(-0.00196463661, 0, 0.866999984, 0)
  414. name_3.Size = UDim2.new(0, 112, 0, 34)
  415. name_3.Font = Enum.Font.SourceSans
  416. name_3.Text = "Gui By @кyle#9168 "
  417. name_3.TextColor3 = Color3.new(1, 1, 1)
  418. name_3.TextSize = 14
  419.  
  420. RainbowButton.Name = "RainbowButton"
  421. RainbowButton.Parent = EditFrame
  422. RainbowButton.BackgroundColor3 = Color3.new(1, 1, 1)
  423. RainbowButton.Position = UDim2.new(0.0549019612, 0, 0, 0)
  424. RainbowButton.Size = UDim2.new(0, 30, 0, 27)
  425. RainbowButton.Image = "rbxassetid://1435035622"
  426. RainbowButton.ScaleType = Enum.ScaleType.Crop
  427.  
  428. BlueButton.Name = "Blue Button"
  429. BlueButton.Parent = EditFrame
  430. BlueButton.BackgroundColor3 = Color3.new(1, 1, 1)
  431. BlueButton.Position = UDim2.new(0.823529422, 0, 0, 0)
  432. BlueButton.Size = UDim2.new(0, 30, 0, 27)
  433. BlueButton.Image = "rbxassetid://10829833"
  434. BlueButton.ScaleType = Enum.ScaleType.Crop
  435.  
  436. ResetButton.Name = "Reset Button"
  437. ResetButton.Parent = EditFrame
  438. ResetButton.BackgroundColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  439. ResetButton.BorderColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  440. ResetButton.Position = UDim2.new(0.238764703, 0, 0.403242707, 0)
  441. ResetButton.Size = UDim2.new(0, 138, 0, 40)
  442. ResetButton.Font = Enum.Font.SourceSans
  443. ResetButton.Text = "Reset"
  444. ResetButton.TextColor3 = Color3.new(1, 1, 1)
  445. ResetButton.TextSize = 14
  446.  
  447. GoBackEdit.Name = "GoBackEdit"
  448. GoBackEdit.Parent = EditFrame
  449. GoBackEdit.BackgroundColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  450. GoBackEdit.BorderColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  451. GoBackEdit.Position = UDim2.new(0.238764748, 0, 0.742865384, 0)
  452. GoBackEdit.Size = UDim2.new(0, 138, 0, 18)
  453. GoBackEdit.Font = Enum.Font.SourceSans
  454. GoBackEdit.Text = "Go Back"
  455. GoBackEdit.TextColor3 = Color3.new(1, 1, 1)
  456. GoBackEdit.TextScaled = true
  457. GoBackEdit.TextSize = 14
  458. GoBackEdit.TextWrapped = true
  459. GoBackEdit.MouseButton1Down:Connect(function()
  460. EditFrame.Visible = false
  461. BigFrame.Visible = true
  462.  
  463. end)
  464.  
  465. OtherFrame.Name = "OtherFrame"
  466. OtherFrame.Parent = DragFrame
  467. OtherFrame.BackgroundColor3 = Color3.new(0.168627, 0.172549, 0.168627)
  468. OtherFrame.BorderColor3 = Color3.new(0.168627, 0.172549, 0.168627)
  469. OtherFrame.Position = UDim2.new(0, 0, 1, 0)
  470. OtherFrame.Size = UDim2.new(0, 255, 0, 212)
  471. OtherFrame.Visible = false
  472.  
  473. name_4.Name = "name"
  474. name_4.Parent = OtherFrame
  475. name_4.BackgroundColor3 = Color3.new(0.168627, 0.172549, 0.168627)
  476. name_4.BackgroundTransparency = 1
  477. name_4.BorderColor3 = Color3.new(0.168627, 0.172549, 0.168627)
  478. name_4.Position = UDim2.new(-0.00196463661, 0, 0.866999984, 0)
  479. name_4.Size = UDim2.new(0, 112, 0, 34)
  480. name_4.Font = Enum.Font.SourceSans
  481. name_4.Text = "Gui By @кyle#9168 "
  482. name_4.TextColor3 = Color3.new(1, 1, 1)
  483. name_4.TextSize = 14
  484.  
  485. GoBackOther.Name = "GoBackOther"
  486. GoBackOther.Parent = OtherFrame
  487. GoBackOther.BackgroundColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  488. GoBackOther.BorderColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  489. GoBackOther.Position = UDim2.new(0.238764748, 0, 0.742865384, 0)
  490. GoBackOther.Size = UDim2.new(0, 138, 0, 18)
  491. GoBackOther.Font = Enum.Font.SourceSans
  492. GoBackOther.Text = "Go Back"
  493. GoBackOther.TextColor3 = Color3.new(1, 1, 1)
  494. GoBackOther.TextScaled = true
  495. GoBackOther.TextSize = 14
  496. GoBackOther.TextWrapped = true
  497. GoBackOther.MouseButton1Down:Connect(function()
  498. OtherFrame.Visible = false
  499. BigFrame.Visible = true
  500.  
  501. end)
  502.  
  503. DexV3.Name = "Dex V3"
  504. DexV3.Parent = OtherFrame
  505. DexV3.BackgroundColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  506. DexV3.BorderColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  507. DexV3.Position = UDim2.new(0.0239078701, 0, 0.0360182263, 0)
  508. DexV3.Size = UDim2.new(0, 71, 0, 18)
  509. DexV3.Font = Enum.Font.SourceSans
  510. DexV3.Text = "Dex V3"
  511. DexV3.TextColor3 = Color3.new(1, 1, 1)
  512. DexV3.TextScaled = true
  513. DexV3.TextSize = 14
  514. DexV3.TextWrapped = true
  515.  
  516. DexV4.Name = "Dex V4"
  517. DexV4.Parent = OtherFrame
  518. DexV4.BackgroundColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  519. DexV4.BorderColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  520. DexV4.Position = UDim2.new(0.330191344, 0, 0.0360182263, 0)
  521. DexV4.Size = UDim2.new(0, 87, 0, 18)
  522. DexV4.Font = Enum.Font.SourceSans
  523. DexV4.Text = "Dex V4"
  524. DexV4.TextColor3 = Color3.new(1, 1, 1)
  525. DexV4.TextScaled = true
  526. DexV4.TextSize = 10
  527. DexV4.TextWrapped = true
  528.  
  529. InfiniteYield.Name = "InfiniteYield"
  530. InfiniteYield.Parent = OtherFrame
  531. InfiniteYield.BackgroundColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  532. InfiniteYield.BorderColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  533. InfiniteYield.Position = UDim2.new(0.700999975, 0, 0.0359999985, 0)
  534. InfiniteYield.Size = UDim2.new(0, 70, 0, 18)
  535. InfiniteYield.Font = Enum.Font.SourceSans
  536. InfiniteYield.Text = "Infinite Yield"
  537. InfiniteYield.TextColor3 = Color3.new(1, 1, 1)
  538. InfiniteYield.TextScaled = true
  539. InfiniteYield.TextSize = 14
  540. InfiniteYield.TextWrapped = true
  541.  
  542. InfiniteYieldFE.Name = "InfiniteYieldFE"
  543. InfiniteYieldFE.Parent = OtherFrame
  544. InfiniteYieldFE.BackgroundColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  545. InfiniteYieldFE.BorderColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  546. InfiniteYieldFE.Position = UDim2.new(0.0239078701, 0, 0.149225771, 0)
  547. InfiniteYieldFE.Size = UDim2.new(0, 71, 0, 18)
  548. InfiniteYieldFE.Font = Enum.Font.SourceSans
  549. InfiniteYieldFE.Text = "Infinite Yield FE"
  550. InfiniteYieldFE.TextColor3 = Color3.new(1, 1, 1)
  551. InfiniteYieldFE.TextScaled = true
  552. InfiniteYieldFE.TextSize = 14
  553. InfiniteYieldFE.TextWrapped = true
  554.  
  555. RevizFeAdmin.Name = "RevizFeAdmin"
  556. RevizFeAdmin.Parent = OtherFrame
  557. RevizFeAdmin.BackgroundColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  558. RevizFeAdmin.BorderColor3 = Color3.new(0.207843, 0.211765, 0.207843)
  559. RevizFeAdmin.Position = UDim2.new(0.330191344, 0, 0.149225771, 0)
  560. RevizFeAdmin.Size = UDim2.new(0, 87, 0, 18)
  561. RevizFeAdmin.Font = Enum.Font.SourceSans
  562. RevizFeAdmin.Text = "Reviz Fe Admin"
  563. RevizFeAdmin.TextColor3 = Color3.new(1, 1, 1)
  564. RevizFeAdmin.TextScaled = true
  565. RevizFeAdmin.TextSize = 10
  566. RevizFeAdmin.TextWrapped = true
  567. -- Game Scripts:
  568.  
  569. MadCity.MouseButton1Down:Connect(function()
  570. loadstring(game:HttpGet(('https://pastebin.com/raw/3Un3VA20'),true))()
  571.  
  572. end)
  573.  
  574. BubbleGumSimulator.MouseButton1Down:Connect(function()
  575. loadstring(game:HttpGet(('https://pastebin.com/raw/XdFPaD2X'),true))()
  576.  
  577. end)
  578.  
  579. RoPiece.MouseButton1Down:Connect(function()
  580. loadstring(game:HttpGet(('https://pastebin.com/raw/VCfMm1pf'),true))()
  581.  
  582. end)
  583.  
  584. ElectricState.MouseButton1Down:Connect(function()
  585. loadstring(game:HttpGet(('https://pastebin.com/raw/2u5LVYak'),true))()
  586.  
  587. end)
  588.  
  589. CounterBlox.MouseButton1Down:Connect(function()
  590. print("Press H to read instructions")
  591. loadstring(game:HttpGet("https://pastebin.com/raw/vDPDDhrk", true))()
  592.  
  593. end)
  594.  
  595. Jailbreak.MouseButton1Down:Connect(function()
  596. loadstring(game:HttpGet("https://pastebin.com/raw/vDPDDhrk", true))()
  597.  
  598. end)
  599.  
  600. PizzaPlace.MouseButton1Down:Connect(function()
  601. loadstring(game:HttpGet("https://pastebin.com/raw/JHzVd53f", true))()
  602.  
  603. end)
  604.  
  605. RoCitizens.MouseButton1Down:Connect(function()
  606. loadstring(game:HttpGet("https://pastebin.com/raw/iRnx9jgy", true))()
  607.  
  608. end)
  609.  
  610. BABFT.MouseButton1Down:Connect(function()
  611. print("Build A Boat For Treasure")
  612. loadstring(game:HttpGet("https://pastebin.com/raw/jcDGbWvv", true))()
  613.  
  614. end)
  615.  
  616. --Other Scripts
  617.  
  618. DexV3.MouseButton1Down:Connect(function()
  619. loadstring(game:HttpGet(('https://pastebin.com/raw/Ht4zRXj8'),true))()
  620.  
  621. end)
  622.  
  623. DexV4.MouseButton1Down:Connect(function()
  624. loadstring(game:GetObjects("rbxassetid://2814708787")[1].Source)()
  625.  
  626. end)
  627.  
  628. InfiniteYield.MouseButton1Down:Connect(function()
  629. loadstring(game:HttpGet(('https://pastebin.com/raw/MjBzRjmT'),true))()
  630.  
  631. end)
  632.  
  633. InfiniteYieldFE.MouseButton1Down:Connect(function()
  634. loadstring(game:HttpGet(('https://pastebin.com/raw/tzTXmYf2'),true))()
  635.  
  636. end)
  637.  
  638. RevizFeAdmin.MouseButton1Down:Connect(function()
  639. loadstring(game:HttpGet("https://pastebin.com/raw/8f5nixsy",true))()
  640.  
  641. end)
  642.  
  643. --Theme Scripts
  644.  
  645. rainbow = false
  646.  
  647. RainbowButton.MouseButton1Down:Connect(function()
  648. function zigzag(X) return math.acos(math.cos(X*math.pi))/math.pi end
  649.  
  650. counter = 0
  651.  
  652. while wait(0.1)do
  653. BigFrame.BackgroundColor3 = Color3.fromHSV(zigzag(counter),1,1)
  654.  
  655. counter = counter + 0.01
  656. end
  657. end)
  658.  
  659. ResetButton.MouseButton1Down:Connect(function()
  660. BigFrame.BackgroundColor3 = Color3.new(52, 39, 234)
  661. end)
  662.  
  663. BlueButton.MouseButton1Down:Connect(function()
  664. BigFrame.Background.Color3 = Color3.new(0.2, 0.278431, 1)
  665. GameFrame.Background.Color3 = Color3.new(0.2, 0.278431, 1)
  666. CreditFrame.Background.Color3 = Color3.new(0.2, 0.278431, 1)
  667. EditFrame.Background.Color3 = Color3.new(0.2, 0.278431, 1)
  668. OtherFrame.Background.Color3 = Color3.new(0.2, 0.278431, 1)
  669. DragFrame.Background.Color3 = Color3.new(0.2, 0.278431, 1)
  670. BigFrame.BorderColor3 = Color3.new(0.2, 0.278431, 1)
  671. GameFrame.BorderColor3 = Color3.new(0.2, 0.278431, 1)
  672. CreditFrame.BorderColor3 = Color3.new(0.2, 0.278431, 1)
  673. EditFrame.BorderColor3 = Color3.new(0.2, 0.278431, 1)
  674. OtherFrame.BorderColor3 = Color3.new(0.2, 0.278431, 1)
  675. DragFrame.BorderColor3 = Color3.new(0.2, 0.278431, 1)
  676. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement