Advertisement
Guest User

Untitled

a guest
Dec 7th, 2019
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.55 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local SENSPIEHAX = Instance.new("ScreenGui")
  5. local main = Instance.new("Frame")
  6. local TextButton = Instance.new("TextButton")
  7. local TextLabel = Instance.new("TextLabel")
  8. local TextLabel_2 = Instance.new("TextLabel")
  9. local FireEgg = Instance.new("TextButton")
  10. local FireEgg_2 = Instance.new("TextButton")
  11. --Properties:
  12. SENSPIEHAX.Name = "SENSPIE HAX"
  13. SENSPIEHAX.Parent = game.CoreGui
  14.  
  15. main.Name = "main"
  16. main.Parent = SENSPIEHAX
  17. main.BackgroundColor3 = Color3.new(0, 1, 0.498039)
  18. main.Position = UDim2.new(0.216710761, 0, 0.189942315, 0)
  19. main.Size = UDim2.new(0, 236, 0, 286)
  20. main.Active = true
  21. main.Draggable = true
  22.  
  23. TextButton.Parent = main
  24. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  25. TextButton.Position = UDim2.new(0.25106293, 0, 0.174825177, 0)
  26. TextButton.Size = UDim2.new(0, 117, 0, 46)
  27. TextButton.Style = Enum.ButtonStyle.RobloxRoundButton
  28. TextButton.Font = Enum.Font.SourceSans
  29. TextButton.Text = "AUTO FARM"
  30. TextButton.TextColor3 = Color3.new(0, 0, 0)
  31. TextButton.TextSize = 14
  32. TextButton.MouseButton1Down:connect(function()
  33.  
  34. end)
  35.  
  36. TextLabel.Parent = main
  37. TextLabel.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  38. TextLabel.Position = UDim2.new(0, 0, 0.87062937, 0)
  39. TextLabel.Size = UDim2.new(0, 236, 0, 37)
  40. TextLabel.Font = Enum.Font.SourceSans
  41. TextLabel.Text = "Created by: SENSPIE HAX"
  42. TextLabel.TextColor3 = Color3.new(1, 0.333333, 0)
  43. TextLabel.TextSize = 20
  44.  
  45. TextLabel_2.Parent = main
  46. TextLabel_2.BackgroundColor3 = Color3.new(1, 0, 0.498039)
  47. TextLabel_2.Size = UDim2.new(0, 236, 0, 37)
  48. TextLabel_2.Font = Enum.Font.SourceSans
  49. TextLabel_2.Text = "Noob Simulator 2"
  50. TextLabel_2.TextColor3 = Color3.new(1, 1, 0)
  51. TextLabel_2.TextSize = 20
  52.  
  53. FireEgg.Name = "Fire Egg"
  54. FireEgg.Parent = main
  55. FireEgg.BackgroundColor3 = Color3.new(1, 1, 1)
  56. FireEgg.Position = UDim2.new(0.25106293, 0, 0.377622366, 0)
  57. FireEgg.Size = UDim2.new(0, 117, 0, 46)
  58. FireEgg.Style = Enum.ButtonStyle.RobloxRoundButton
  59. FireEgg.Font = Enum.Font.SourceSans
  60. FireEgg.Text = "Fire Egg"
  61. FireEgg.TextColor3 = Color3.new(0, 0, 0)
  62. FireEgg.TextSize = 14
  63. FireEgg.MouseButton1Down:connect(function()
  64. local settings = {
  65. ["Amount"] = 3, -- amount of times to open the egg
  66. ["Egg"] = "Fire Egg", -- egg name
  67. ["Threads"] = 1, -- simply, the higher the laggier
  68. }
  69.  
  70. local main = function()
  71. for i = 0 , settings["Amount"] ,1 do
  72. game:GetService("RunService").Heartbeat:wait()
  73. game.ReplicatedStorage.Events:GetChildren()[21]:FireServer(settings["Egg"])
  74. end
  75. end
  76. for i = 0 ,settings["Threads"],1 do
  77. main()
  78. end
  79. end)
  80.  
  81. FireEgg_2.Name = "Fire Egg"
  82. FireEgg_2.Parent = main
  83. FireEgg_2.BackgroundColor3 = Color3.new(1, 1, 1)
  84. FireEgg_2.Position = UDim2.new(0.25106293, 0, 0.587412596, 0)
  85. FireEgg_2.Size = UDim2.new(0, 117, 0, 46)
  86. FireEgg_2.Style = Enum.ButtonStyle.RobloxRoundButton
  87. FireEgg_2.Font = Enum.Font.SourceSans
  88. FireEgg_2.Text = "Basic Egg"
  89. FireEgg_2.TextColor3 = Color3.new(0, 0, 0)
  90. FireEgg_2.TextSize = 14
  91. FireEgg_2.MouseButton1Down:connect(function()
  92. local settings = {
  93. ["Amount"] = 5, -- amount of times to open the egg
  94. ["Egg"] = "Basic Egg", -- egg name
  95. ["Threads"] = 1, -- simply, the higher the laggier
  96. }
  97.  
  98. local main = function()
  99. for i = 0 , settings["Amount"] ,1 do
  100. game:GetService("RunService").Heartbeat:wait()
  101. game.ReplicatedStorage.Events:GetChildren()[21]:FireServer(settings["Egg"])
  102. end
  103. end
  104. for i = 0 ,settings["Threads"],1 do
  105. main()
  106. end
  107. end)
  108. -- Scripts:
  109. function SCRIPT_OYMV84_FAKESCRIPT() -- TextButton.Rainbower
  110. local script = Instance.new('LocalScript')
  111. script.Parent = TextButton
  112. while wait() do
  113. script.Parent.TextColor3 = Color3.new(1,0,0)
  114. for i=1,15 do
  115. game:GetService("RunService").RenderStepped:wait()
  116. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g+(17/255),script.Parent.TextColor3.b)
  117. end
  118. for i=1,15 do
  119. game:GetService("RunService").RenderStepped:wait()
  120. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r-(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
  121. end
  122. for i=1,15 do
  123. game:GetService("RunService").RenderStepped:wait()
  124. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b+(17/255))
  125. end
  126. for i=1,15 do
  127. game:GetService("RunService").RenderStepped:wait()
  128. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g-(17/255),script.Parent.TextColor3.b)
  129. end
  130. for i=1,15 do
  131. game:GetService("RunService").RenderStepped:wait()
  132. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r+(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
  133. end
  134. for i=1,15 do
  135. game:GetService("RunService").RenderStepped:wait()
  136. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b-(17/255))
  137. end
  138. end
  139.  
  140. end
  141. coroutine.resume(coroutine.create(SCRIPT_OYMV84_FAKESCRIPT))
  142. function SCRIPT_TOPT74_FAKESCRIPT() -- TextLabel.Rainbower
  143. local script = Instance.new('LocalScript')
  144. script.Parent = TextLabel
  145. while wait() do
  146. script.Parent.TextColor3 = Color3.new(1,0,0)
  147. for i=1,15 do
  148. game:GetService("RunService").RenderStepped:wait()
  149. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g+(17/255),script.Parent.TextColor3.b)
  150. end
  151. for i=1,15 do
  152. game:GetService("RunService").RenderStepped:wait()
  153. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r-(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
  154. end
  155. for i=1,15 do
  156. game:GetService("RunService").RenderStepped:wait()
  157. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b+(17/255))
  158. end
  159. for i=1,15 do
  160. game:GetService("RunService").RenderStepped:wait()
  161. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g-(17/255),script.Parent.TextColor3.b)
  162. end
  163. for i=1,15 do
  164. game:GetService("RunService").RenderStepped:wait()
  165. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r+(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
  166. end
  167. for i=1,15 do
  168. game:GetService("RunService").RenderStepped:wait()
  169. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b-(17/255))
  170. end
  171. end
  172.  
  173. end
  174. coroutine.resume(coroutine.create(SCRIPT_TOPT74_FAKESCRIPT))
  175. function SCRIPT_MUBM66_FAKESCRIPT() -- TextLabel_2.Rainbower
  176. local script = Instance.new('LocalScript')
  177. script.Parent = TextLabel_2
  178. while wait() do
  179. script.Parent.TextColor3 = Color3.new(1,0,0)
  180. for i=1,15 do
  181. game:GetService("RunService").RenderStepped:wait()
  182. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g+(17/255),script.Parent.TextColor3.b)
  183. end
  184. for i=1,15 do
  185. game:GetService("RunService").RenderStepped:wait()
  186. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r-(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
  187. end
  188. for i=1,15 do
  189. game:GetService("RunService").RenderStepped:wait()
  190. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b+(17/255))
  191. end
  192. for i=1,15 do
  193. game:GetService("RunService").RenderStepped:wait()
  194. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g-(17/255),script.Parent.TextColor3.b)
  195. end
  196. for i=1,15 do
  197. game:GetService("RunService").RenderStepped:wait()
  198. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r+(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
  199. end
  200. for i=1,15 do
  201. game:GetService("RunService").RenderStepped:wait()
  202. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b-(17/255))
  203. end
  204. end
  205.  
  206. end
  207. coroutine.resume(coroutine.create(SCRIPT_MUBM66_FAKESCRIPT))
  208. function SCRIPT_ABVI87_FAKESCRIPT() -- main.Rainbower
  209. local script = Instance.new('LocalScript')
  210. script.Parent = main
  211. while wait() do
  212. script.Parent.TextColor3 = Color3.new(1,0,0)
  213. for i=1,15 do
  214. game:GetService("RunService").RenderStepped:wait()
  215. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g+(17/255),script.Parent.TextColor3.b)
  216. end
  217. for i=1,15 do
  218. game:GetService("RunService").RenderStepped:wait()
  219. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r-(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
  220. end
  221. for i=1,15 do
  222. game:GetService("RunService").RenderStepped:wait()
  223. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b+(17/255))
  224. end
  225. for i=1,15 do
  226. game:GetService("RunService").RenderStepped:wait()
  227. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g-(17/255),script.Parent.TextColor3.b)
  228. end
  229. for i=1,15 do
  230. game:GetService("RunService").RenderStepped:wait()
  231. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r+(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
  232. end
  233. for i=1,15 do
  234. game:GetService("RunService").RenderStepped:wait()
  235. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b-(17/255))
  236. end
  237. end
  238.  
  239. end
  240. coroutine.resume(coroutine.create(SCRIPT_ABVI87_FAKESCRIPT))
  241. function SCRIPT_EAUV69_FAKESCRIPT() -- FireEgg.Rainbower
  242. local script = Instance.new('LocalScript')
  243. script.Parent = FireEgg
  244. while wait() do
  245. script.Parent.TextColor3 = Color3.new(1,0,0)
  246. for i=1,15 do
  247. game:GetService("RunService").RenderStepped:wait()
  248. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g+(17/255),script.Parent.TextColor3.b)
  249. end
  250. for i=1,15 do
  251. game:GetService("RunService").RenderStepped:wait()
  252. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r-(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
  253. end
  254. for i=1,15 do
  255. game:GetService("RunService").RenderStepped:wait()
  256. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b+(17/255))
  257. end
  258. for i=1,15 do
  259. game:GetService("RunService").RenderStepped:wait()
  260. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g-(17/255),script.Parent.TextColor3.b)
  261. end
  262. for i=1,15 do
  263. game:GetService("RunService").RenderStepped:wait()
  264. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r+(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
  265. end
  266. for i=1,15 do
  267. game:GetService("RunService").RenderStepped:wait()
  268. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b-(17/255))
  269. end
  270. end
  271.  
  272. end
  273. coroutine.resume(coroutine.create(SCRIPT_EAUV69_FAKESCRIPT))
  274. function SCRIPT_KIWH70_FAKESCRIPT() -- FireEgg_2.Rainbower
  275. local script = Instance.new('LocalScript')
  276. script.Parent = FireEgg_2
  277. while wait() do
  278. script.Parent.TextColor3 = Color3.new(1,0,0)
  279. for i=1,15 do
  280. game:GetService("RunService").RenderStepped:wait()
  281. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g+(17/255),script.Parent.TextColor3.b)
  282. end
  283. for i=1,15 do
  284. game:GetService("RunService").RenderStepped:wait()
  285. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r-(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
  286. end
  287. for i=1,15 do
  288. game:GetService("RunService").RenderStepped:wait()
  289. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b+(17/255))
  290. end
  291. for i=1,15 do
  292. game:GetService("RunService").RenderStepped:wait()
  293. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g-(17/255),script.Parent.TextColor3.b)
  294. end
  295. for i=1,15 do
  296. game:GetService("RunService").RenderStepped:wait()
  297. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r+(17/255),script.Parent.TextColor3.g,script.Parent.TextColor3.b)
  298. end
  299. for i=1,15 do
  300. game:GetService("RunService").RenderStepped:wait()
  301. script.Parent.TextColor3 = Color3.new(script.Parent.TextColor3.r,script.Parent.TextColor3.g,script.Parent.TextColor3.b-(17/255))
  302. end
  303. end
  304.  
  305. end
  306. coroutine.resume(coroutine.create(SCRIPT_KIWH70_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement