Advertisement
turrtle

Untitled

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