Advertisement
Guest User

Untitled

a guest
Mar 21st, 2019
578
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.34 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local mAIN = Instance.new("Frame")
  6. local TextLabel = Instance.new("TextLabel")
  7. local TextLabel_2 = Instance.new("TextLabel")
  8. local NONE = Instance.new("TextButton")
  9. local NONE_2 = Instance.new("TextButton")
  10. local NONE_3 = Instance.new("TextButton")
  11. --Properties:
  12. ScreenGui.Parent = game.CoreGui
  13.  
  14. mAIN.Name = "mAIN"
  15. mAIN.Parent = ScreenGui
  16. mAIN.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  17. mAIN.BorderColor3 = Color3.new(0.00392157, 0.00392157, 0.00392157)
  18. mAIN.Position = UDim2.new(0.222608805, 0, 0.0723016709, 0)
  19. mAIN.Size = UDim2.new(0, 428, 0, 340)
  20. mAIN.Active = true
  21. mAIN.Draggable = true
  22.  
  23.  
  24. TextLabel.Parent = mAIN
  25. TextLabel.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  26. TextLabel.BorderColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  27. TextLabel.Size = UDim2.new(0, 428, 0, 38)
  28. TextLabel.Text = "GUI 2019"
  29. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  30. TextLabel.TextSize = 14
  31.  
  32. TextLabel_2.Parent = mAIN
  33. TextLabel_2.BackgroundColor3 = Color3.new(0.556863, 0.266667, 0.678431)
  34. TextLabel_2.BackgroundTransparency = 1
  35. TextLabel_2.Position = UDim2.new(0.0537383147, 0, 0.891176462, 0)
  36. TextLabel_2.Size = UDim2.new(0, 382, 0, 37)
  37. TextLabel_2.Font = Enum.Font.Code
  38. TextLabel_2.Text = "MADE BY: SENSPIE HAX CREDITS TO DARKDEVS"
  39. TextLabel_2.TextColor3 = Color3.new(0.180392, 0.8, 0.443137)
  40. TextLabel_2.TextSize = 14
  41.  
  42. NONE.Name = "NONE"
  43. NONE.Parent = mAIN
  44. NONE.BackgroundColor3 = Color3.new(0.945098, 0.768628, 0.0588235)
  45. NONE.Position = UDim2.new(0.294392526, 0, 0.179411769, 0)
  46. NONE.Size = UDim2.new(0, 176, 0, 52)
  47. NONE.Font = Enum.Font.Highway
  48. NONE.Text = "Farm Cookies/Speed"
  49. NONE.TextColor3 = Color3.new(0, 0, 0)
  50. NONE.TextSize = 14
  51. NONE.MouseButton1Down:connect(function()
  52. game:GetService('RunService').RenderStepped:connect(function()
  53. game:GetService("ReplicatedStorage").Events.ActivatedTool:FireServer("ss>lkiu")
  54. end)
  55. end)
  56.  
  57. NONE_2.Name = "NONE"
  58. NONE_2.Parent = mAIN
  59. NONE_2.BackgroundColor3 = Color3.new(0.180392, 0.8, 0.443137)
  60. NONE_2.Position = UDim2.new(0.294392496, 0, 0.400000036, 0)
  61. NONE_2.Size = UDim2.new(0, 176, 0, 52)
  62. NONE_2.Font = Enum.Font.SourceSans
  63. NONE_2.Text = "TP GEMS"
  64. NONE_2.TextColor3 = Color3.new(0, 0, 0)
  65. NONE_2.TextSize = 14
  66. NONE_2.MouseButton1Down:connect(function()
  67. local shroud = game.Workspace.Orbs:FindFirstChildOfClass('Folder')
  68. local plr = game.Players.LocalPlayer.Character.HumanoidRootPart
  69. while true do
  70. wait(2)
  71. for _, h in pairs(shroud['SpeedOrb']:GetChildren()) do
  72. if h.ClassName == "MeshPart" then
  73. h.CFrame = plr.CFrame
  74. end
  75. end
  76. end
  77. end)
  78.  
  79. NONE_3.Name = "NONE"
  80. NONE_3.Parent = mAIN
  81. NONE_3.BackgroundColor3 = Color3.new(0.945098, 0.768628, 0.0588235)
  82. NONE_3.Position = UDim2.new(0.294392526, 0, 0.647058904, 0)
  83. NONE_3.Size = UDim2.new(0, 176, 0, 52)
  84. NONE_3.Font = Enum.Font.SourceSans
  85. NONE_3.Text = "Auto Sell"
  86. NONE_3.TextColor3 = Color3.new(0, 0, 0)
  87. NONE_3.TextSize = 14
  88. NONE_3.MouseButton1Down:connect(function()
  89. while true do
  90. wait()
  91. local sellpoint = game.workspace.SellParts:GetChildren()[7]
  92. sellpoint.CanCollide = false
  93. sellpoint.CFrame = game.Workspace[game.Players.LocalPlayer.Name].HumanoidRootPart.CFrame
  94. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  95. end
  96. end)
  97. -- Scripts:
  98. function SCRIPT_UKQP78_FAKESCRIPT() -- TextLabel.Rainbower
  99. local script = Instance.new('LocalScript')
  100. script.Parent = TextLabel
  101. while wait() do
  102. script.Parent.TextColor3 = Color3.new(1,0,0)
  103. for i=1,15 do
  104. game:GetService("RunService").RenderStepped:wait()
  105. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g+(17/255),script.Parent.TextColor3.b)
  106. end
  107. for i=1,15 do
  108. game:GetService("RunService").RenderStepped:wait()
  109. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r-(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
  110. end
  111. for i=1,15 do
  112. game:GetService("RunService").RenderStepped:wait()
  113. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b+(17/255))
  114. end
  115. for i=1,15 do
  116. game:GetService("RunService").RenderStepped:wait()
  117. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g-(17/255),script.Parent.TextColor3.b)
  118. end
  119. for i=1,15 do
  120. game:GetService("RunService").RenderStepped:wait()
  121. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r+(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
  122. end
  123. for i=1,15 do
  124. game:GetService("RunService").RenderStepped:wait()
  125. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b-(17/255))
  126. end
  127. end
  128.  
  129. end
  130. coroutine.resume(coroutine.create(SCRIPT_UKQP78_FAKESCRIPT))
  131. function SCRIPT_USEE88_FAKESCRIPT() -- TextLabel_2.Rainbower
  132. local script = Instance.new('LocalScript')
  133. script.Parent = TextLabel_2
  134. while wait() do
  135. script.Parent.TextColor3 = Color3.new(1,0,0)
  136. for i=1,15 do
  137. game:GetService("RunService").RenderStepped:wait()
  138. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g+(17/255),script.Parent.TextColor3.b)
  139. end
  140. for i=1,15 do
  141. game:GetService("RunService").RenderStepped:wait()
  142. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r-(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
  143. end
  144. for i=1,15 do
  145. game:GetService("RunService").RenderStepped:wait()
  146. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b+(17/255))
  147. end
  148. for i=1,15 do
  149. game:GetService("RunService").RenderStepped:wait()
  150. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g-(17/255),script.Parent.TextColor3.b)
  151. end
  152. for i=1,15 do
  153. game:GetService("RunService").RenderStepped:wait()
  154. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r+(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
  155. end
  156. for i=1,15 do
  157. game:GetService("RunService").RenderStepped:wait()
  158. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b-(17/255))
  159. end
  160. end
  161.  
  162. end
  163. coroutine.resume(coroutine.create(SCRIPT_USEE88_FAKESCRIPT))
  164. function SCRIPT_EODL73_FAKESCRIPT() -- NONE.Rainbower
  165. local script = Instance.new('LocalScript')
  166. script.Parent = NONE
  167. while wait() do
  168. script.Parent.TextColor3 = Color3.new(1,0,0)
  169. for i=1,15 do
  170. game:GetService("RunService").RenderStepped:wait()
  171. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g+(17/255),script.Parent.TextColor3.b)
  172. end
  173. for i=1,15 do
  174. game:GetService("RunService").RenderStepped:wait()
  175. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r-(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
  176. end
  177. for i=1,15 do
  178. game:GetService("RunService").RenderStepped:wait()
  179. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b+(17/255))
  180. end
  181. for i=1,15 do
  182. game:GetService("RunService").RenderStepped:wait()
  183. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g-(17/255),script.Parent.TextColor3.b)
  184. end
  185. for i=1,15 do
  186. game:GetService("RunService").RenderStepped:wait()
  187. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r+(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
  188. end
  189. for i=1,15 do
  190. game:GetService("RunService").RenderStepped:wait()
  191. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b-(17/255))
  192. end
  193. end
  194.  
  195. end
  196. coroutine.resume(coroutine.create(SCRIPT_EODL73_FAKESCRIPT))
  197. function SCRIPT_SYNK67_FAKESCRIPT() -- NONE_2.Rainbower
  198. local script = Instance.new('LocalScript')
  199. script.Parent = NONE_2
  200. while wait() do
  201. script.Parent.TextColor3 = Color3.new(1,0,0)
  202. for i=1,15 do
  203. game:GetService("RunService").RenderStepped:wait()
  204. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g+(17/255),script.Parent.TextColor3.b)
  205. end
  206. for i=1,15 do
  207. game:GetService("RunService").RenderStepped:wait()
  208. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r-(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
  209. end
  210. for i=1,15 do
  211. game:GetService("RunService").RenderStepped:wait()
  212. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b+(17/255))
  213. end
  214. for i=1,15 do
  215. game:GetService("RunService").RenderStepped:wait()
  216. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g-(17/255),script.Parent.TextColor3.b)
  217. end
  218. for i=1,15 do
  219. game:GetService("RunService").RenderStepped:wait()
  220. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r+(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
  221. end
  222. for i=1,15 do
  223. game:GetService("RunService").RenderStepped:wait()
  224. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b-(17/255))
  225. end
  226. end
  227.  
  228. end
  229. coroutine.resume(coroutine.create(SCRIPT_SYNK67_FAKESCRIPT))
  230. function SCRIPT_YGRT71_FAKESCRIPT() -- NONE_3.Rainbower
  231. local script = Instance.new('LocalScript')
  232. script.Parent = NONE_3
  233. while wait() do
  234. script.Parent.TextColor3 = Color3.new(1,0,0)
  235. for i=1,15 do
  236. game:GetService("RunService").RenderStepped:wait()
  237. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g+(17/255),script.Parent.TextColor3.b)
  238. end
  239. for i=1,15 do
  240. game:GetService("RunService").RenderStepped:wait()
  241. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r-(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
  242. end
  243. for i=1,15 do
  244. game:GetService("RunService").RenderStepped:wait()
  245. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b+(17/255))
  246. end
  247. for i=1,15 do
  248. game:GetService("RunService").RenderStepped:wait()
  249. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g-(17/255),script.Parent.TextColor3.b)
  250. end
  251. for i=1,15 do
  252. game:GetService("RunService").RenderStepped:wait()
  253. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r+(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
  254. end
  255. for i=1,15 do
  256. game:GetService("RunService").RenderStepped:wait()
  257. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b-(17/255))
  258. end
  259. end
  260.  
  261. end
  262. coroutine.resume(coroutine.create(SCRIPT_YGRT71_FAKESCRIPT))
  263. function SCRIPT_TRLP81_FAKESCRIPT() -- ScreenGui.Rainbower
  264. local script = Instance.new('LocalScript')
  265. script.Parent = ScreenGui
  266. while wait() do
  267. script.Parent.TextColor3 = Color3.new(1,0,0)
  268. for i=1,15 do
  269. game:GetService("RunService").RenderStepped:wait()
  270. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g+(17/255),script.Parent.TextColor3.b)
  271. end
  272. for i=1,15 do
  273. game:GetService("RunService").RenderStepped:wait()
  274. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r-(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
  275. end
  276. for i=1,15 do
  277. game:GetService("RunService").RenderStepped:wait()
  278. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b+(17/255))
  279. end
  280. for i=1,15 do
  281. game:GetService("RunService").RenderStepped:wait()
  282. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g-(17/255),script.Parent.TextColor3.b)
  283. end
  284. for i=1,15 do
  285. game:GetService("RunService").RenderStepped:wait()
  286. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r+(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
  287. end
  288. for i=1,15 do
  289. game:GetService("RunService").RenderStepped:wait()
  290. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b-(17/255))
  291. end
  292. end
  293.  
  294. end
  295. coroutine.resume(coroutine.create(SCRIPT_TRLP81_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement