chrisinator66

Untitled

Jun 15th, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.71 KB | None | 0 0
  1. ---Local Stuff---
  2.  
  3. local screenGui = Instance.new("ScreenGui")
  4. screenGui.Parent = game.CoreGui
  5. local AutoCrates = Instance.new("TextButton")
  6. local TwitchPoints = Instance.new("TextButton")
  7. local Clovers = Instance.new("TextButton")
  8. local Speed = Instance.new("TextButton")
  9. local Jump = Instance.new("TextButton")
  10. local MaskedMan = Instance.new("TextButton")
  11. local Credits = Instance.new("TextButton")
  12. local CreditsGUI = Instance.new("ScreenGui")
  13. local Frame2 = Instance.new("Frame")
  14. local background2 = Instance.new("ImageLabel")
  15. local Exit2 = Instance.new("TextButton")
  16. local CreditsCharWar = Instance.new("TextButton")
  17. local CreditsXtrodinary = Instance.new("TextButton")
  18. local CreditsCharWar2 = Instance.new("TextButton")
  19. local CreditsXtrodinary2 = Instance.new("TextButton")
  20. local CreditsBacktalkers = Instance.new("TextButton")
  21. local CreditsBacktalkers2 = Instance.new("TextButton")
  22. local RemoteOn = Instance.new("TextButton")
  23. local RemoteOff = Instance.new("TextButton")
  24. local OpenRegular = Instance.new("TextButton")
  25. local TpToEgg = Instance.new("TextButton")
  26. local FirstlyGUI = Instance.new("TextButton")
  27. local OpenUnreal = Instance.new("TextButton")
  28. local OpenInferno = Instance.new("TextButton")
  29. local AutoRebirth = Instance.new("TextButton")
  30. local x = 0
  31.  
  32.  
  33. ---GUI---
  34.  
  35. local scrollingFrame = Instance.new("ScrollingFrame")
  36. scrollingFrame.Position = UDim2.new(0, 1225, 0.75, 0)
  37. scrollingFrame.Size = UDim2.new(0, 140, 0, 100)
  38. scrollingFrame.BackgroundColor3 = BrickColor.Red().Color
  39. scrollingFrame.BottomImage = "rbxassetid://156476249"
  40. scrollingFrame.MidImage = "rbxassetid://156476256"
  41. scrollingFrame.TopImage = "rbxassetid://156476261"
  42. scrollingFrame.Parent = screenGui
  43.  
  44. AutoCrates.Name = "AutoCrates"
  45. AutoCrates.Parent = scrollingFrame
  46. AutoCrates.Position = UDim2.new(0, 0, 0, 50)
  47. AutoCrates.Size = UDim2.new(0, 100, 0, 25)
  48. AutoCrates.Style = Enum.ButtonStyle.RobloxRoundButton
  49. AutoCrates.Font = Enum.Font.SciFi
  50. AutoCrates.FontSize = Enum.FontSize.Size14
  51. AutoCrates.Text = "AutoCrates"
  52. AutoCrates.TextSize = 15
  53. AutoCrates.MouseButton1Click:connect(function()
  54. while wait() do
  55. while wait(2) do
  56. for _,v in pairs(game.Workspace:GetChildren()) do
  57. if string.match(v.Name, "DiamondCrate") or string.match(v.Name, "ResearchCrate") or string.match(v.Name, "GoldenCrate") or string.match(v.Name, "CrystalCrate") or string.match(v.Name, "Pumpkin") or string.match(v.Name, "MegaPumpkin") or string.match(v.Name, "Pumpkin") or string.match(v.Name, "LuckyCrate") or string.match(v.Name, "ExecutiveCrate") or string.match(v.Name, "GiftCrate") or string.match(v.Name, "ShadowCrate")then
  58. v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,0,0)
  59. v.CanCollide = false
  60. v.Transparency = 1
  61. for _,v in pairs(game.Workspace.Shadows:GetChildren()) do
  62. if string.match(v.Name, "ShadowCrate") or string.match(v.Name, "MegaPumpkin") then
  63. v.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(0,0,0)
  64. v.CanCollide = false
  65. v.Transparency = 1
  66. end
  67. end
  68. end
  69. end
  70. end
  71. end
  72. end)
  73.  
  74. TwitchPoints.Name = "TwitchPoints"
  75. TwitchPoints.Parent = scrollingFrame
  76. TwitchPoints.Position = UDim2.new(0, 0, 0, 75)
  77. TwitchPoints.Size = UDim2.new(0, 100, 0, 25)
  78. TwitchPoints.Style = Enum.ButtonStyle.RobloxRoundButton
  79. TwitchPoints.Font = Enum.Font.SciFi
  80. TwitchPoints.FontSize = Enum.FontSize.Size14
  81. TwitchPoints.Text = "TwitchPoints"
  82. TwitchPoints.TextSize = 15
  83. TwitchPoints.MouseButton1Click:connect(function()
  84. while wait() do
  85. while wait(1) do
  86. game.Players.LocalPlayer.TwitchPoints.Value = game.Players.LocalPlayer.TwitchPoints.Value +100
  87. end
  88. end
  89. end)
  90.  
  91. Clovers.Name = "Clovers"
  92. Clovers.Parent = scrollingFrame
  93. Clovers.Position = UDim2.new(0, 0, 0, 100)
  94. Clovers.Size = UDim2.new(0, 100, 0, 25)
  95. Clovers.Style = Enum.ButtonStyle.RobloxRoundButton
  96. Clovers.Font = Enum.Font.SciFi
  97. Clovers.FontSize = Enum.FontSize.Size14
  98. Clovers.Text = "Clovers"
  99. Clovers.TextSize = 15
  100. Clovers.MouseButton1Click:connect(function()
  101. while wait() do
  102. while wait(1) do
  103. game.Players.LocalPlayer.Clovers.Value = game.Players.LocalPlayer.Clovers.Value +100
  104. end
  105. end
  106. end)
  107.  
  108. Speed.Name = "Speed"
  109. Speed.Parent = scrollingFrame
  110. Speed.Position = UDim2.new(0, 0, 0, 125)
  111. Speed.Size = UDim2.new(0, 100, 0, 25)
  112. Speed.Style = Enum.ButtonStyle.RobloxRoundButton
  113. Speed.Font = Enum.Font.SciFi
  114. Speed.FontSize = Enum.FontSize.Size14
  115. Speed.Text = "Speed"
  116. Speed.TextSize = 15
  117. Speed.MouseButton1Click:connect(function()
  118. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 80
  119. end)
  120.  
  121. Jump.Name = "Jump"
  122. Jump.Parent = scrollingFrame
  123. Jump.Position = UDim2.new(0, 0, 0, 150)
  124. Jump.Size = UDim2.new(0, 100, 0, 25)
  125. Jump.Style = Enum.ButtonStyle.RobloxRoundButton
  126. Jump.Font = Enum.Font.SciFi
  127. Jump.FontSize = Enum.FontSize.Size14
  128. Jump.Text = "Jump"
  129. Jump.TextSize = 15
  130. Jump.MouseButton1Click:connect(function()
  131. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 180
  132. end)
  133.  
  134. MaskedMan.Name = "MaskedMan"
  135. MaskedMan.Parent = scrollingFrame
  136. MaskedMan.Position = UDim2.new(0, 0, 0, 175)
  137. MaskedMan.Size = UDim2.new(0, 100, 0, 25)
  138. MaskedMan.Style = Enum.ButtonStyle.RobloxRoundButton
  139. MaskedMan.Font = Enum.Font.SciFi
  140. MaskedMan.FontSize = Enum.FontSize.Size14
  141. MaskedMan.Text = "MaskedMan"
  142. MaskedMan.TextSize = 15
  143. MaskedMan.MouseButton1Click:connect(function()
  144. thing = game.Workspace.Market.Hitfox
  145. thing.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(math.random(0,0),0,math.random(0,0))
  146. thing.Transparency = 0
  147. thing.BrickColor = BrickColor.new(255,0,100)
  148. tell = Instance.new("SurfaceGui",thing)
  149. tell2 = Instance.new("TextLabel",tell)
  150. tell2.Size = UDim2.new(0, 800, 0, 750)
  151. tell2.TextWrapped= true
  152. tell2.TextScaled = true
  153. tell2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  154. tell2.TextColor3 = Color3.fromRGB(255, 255, 255)
  155. tell2.Text = "Click Me!"
  156. end)
  157.  
  158. Credits.Name = "Credits"
  159. Credits.Parent = scrollingFrame
  160. Credits.Position = UDim2.new(0, 0, 0, 25)
  161. Credits.Size = UDim2.new(0, 100, 0, 25)
  162. Credits.Style = Enum.ButtonStyle.RobloxRoundButton
  163. Credits.Font = Enum.Font.SciFi
  164. Credits.FontSize = Enum.FontSize.Size14
  165. Credits.Text = "Credits"
  166. Credits.TextSize = 15
  167. Credits.MouseButton1Click:connect(function()
  168. CreditsGUI.Name = "CreditsGUI"
  169. CreditsGUI.Parent = game.CoreGui
  170. Frame2.Parent = CreditsGUI
  171. Frame2.Active = true
  172. Frame2.BackgroundColor3 = Color3.new(1, 1, 1)
  173. Frame2.Draggable = true
  174. Frame2.Position = UDim2.new(0, 400, 0, 60)
  175. Frame2.Size = UDim2.new(0, 150, 0, 300)
  176. background2.Name = "background2"
  177. background2.Parent = Frame2
  178. background2.BackgroundColor3 = Color3.new(1, 1, 1)
  179. background2.Size = UDim2.new(0, 150, 0, 300)
  180. background2.Image = "rbxassetid://584906519"
  181. Exit2.Name = "Exit2"
  182. Exit2.Parent = Frame2
  183. Exit2.Position = UDim2.new(0, 50, 0, 10)
  184. Exit2.Size = UDim2.new(0, 40, 0, 20)
  185. Exit2.Style = Enum.ButtonStyle.RobloxRoundButton
  186. Exit2.Font = Enum.Font.SciFi
  187. Exit2.FontSize = Enum.FontSize.Size14
  188. Exit2.Text = "Exit"
  189. Exit2.TextSize = 14
  190. Exit2.MouseButton1Click:connect(function()
  191. CreditsGUI:Destroy()
  192. end)
  193. CreditsCharWar.Name = "V3rm: CharWar"
  194. CreditsCharWar.Parent = Frame2
  195. CreditsCharWar.Position = UDim2.new(0, 5, 0, 40)
  196. CreditsCharWar.Size = UDim2.new(0, 140, 0, 40)
  197. CreditsCharWar.Style = Enum.ButtonStyle.RobloxRoundButton
  198. CreditsCharWar.Font = Enum.Font.SciFi
  199. CreditsCharWar.FontSize = Enum.FontSize.Size14
  200. CreditsCharWar.Text = "V3rm: CharWar"
  201. CreditsCharWar.TextSize = 20
  202. CreditsCharWar2.Name = "Discord: Jethrootje#0289"
  203. CreditsCharWar2.Parent = Frame2
  204. CreditsCharWar2.Position = UDim2.new(0, 5, 0, 80)
  205. CreditsCharWar2.Size = UDim2.new(0, 140, 0, 40)
  206. CreditsCharWar2.Style = Enum.ButtonStyle.RobloxRoundButton
  207. CreditsCharWar2.Font = Enum.Font.SciFi
  208. CreditsCharWar2.FontSize = Enum.FontSize.Size14
  209. CreditsCharWar2.Text = "Discord: Jethrootje#0289"
  210. CreditsCharWar2.TextSize = 12
  211. CreditsXtrodinary.Name = "V3rm: xtrodinary"
  212. CreditsXtrodinary.Parent = Frame2
  213. CreditsXtrodinary.Position = UDim2.new(0, 5, 0, 120)
  214. CreditsXtrodinary.Size = UDim2.new(0, 140, 0, 40)
  215. CreditsXtrodinary.Style = Enum.ButtonStyle.RobloxRoundButton
  216. CreditsXtrodinary.Font = Enum.Font.SciFi
  217. CreditsXtrodinary.FontSize = Enum.FontSize.Size14
  218. CreditsXtrodinary.Text = "V3rm: xtrodinary"
  219. CreditsXtrodinary.TextSize = 18
  220. CreditsXtrodinary2.Name = "Discord: Sesh#8128"
  221. CreditsXtrodinary2.Parent = Frame2
  222. CreditsXtrodinary2.Position = UDim2.new(0, 5, 0, 160)
  223. CreditsXtrodinary2.Size = UDim2.new(0, 140, 0, 40)
  224. CreditsXtrodinary2.Style = Enum.ButtonStyle.RobloxRoundButton
  225. CreditsXtrodinary2.Font = Enum.Font.SciFi
  226. CreditsXtrodinary2.FontSize = Enum.FontSize.Size14
  227. CreditsXtrodinary2.Text = "Discord: Sesh#8128"
  228. CreditsXtrodinary2.TextSize = 14
  229. CreditsBacktalkers.Name = "V3rm: Backtalkers"
  230. CreditsBacktalkers.Parent = Frame2
  231. CreditsBacktalkers.Position = UDim2.new(0, 5, 0, 200)
  232. CreditsBacktalkers.Size = UDim2.new(0, 140, 0, 40)
  233. CreditsBacktalkers.Style = Enum.ButtonStyle.RobloxRoundButton
  234. CreditsBacktalkers.Font = Enum.Font.SciFi
  235. CreditsBacktalkers.FontSize = Enum.FontSize.Size14
  236. CreditsBacktalkers.Text = "V3rm: Backtalkers"
  237. CreditsBacktalkers.TextSize = 18
  238. CreditsBacktalkers2.Name = "Discord: Bipper#3543"
  239. CreditsBacktalkers2.Parent = Frame2
  240. CreditsBacktalkers2.Position = UDim2.new(0, 5, 0, 240)
  241. CreditsBacktalkers2.Size = UDim2.new(0, 140, 0, 40)
  242. CreditsBacktalkers2.Style = Enum.ButtonStyle.RobloxRoundButton
  243. CreditsBacktalkers2.Font = Enum.Font.SciFi
  244. CreditsBacktalkers2.FontSize = Enum.FontSize.Size14
  245. CreditsBacktalkers2.Text = "Discord: Bipper#3543"
  246. CreditsBacktalkers2.TextSize = 14
  247. end)
  248.  
  249. RemoteOn.Name = "Remote On"
  250. RemoteOn.Parent = scrollingFrame
  251. RemoteOn.Position = UDim2.new(0, 0, 0, 200)
  252. RemoteOn.Size = UDim2.new(0, 100, 0, 25)
  253. RemoteOn.Style = Enum.ButtonStyle.RobloxRoundButton
  254. RemoteOn.Font = Enum.Font.SciFi
  255. RemoteOn.FontSize = Enum.FontSize.Size14
  256. RemoteOn.Text = "Remote On"
  257. RemoteOn.TextSize = 15
  258. RemoteOn.MouseButton1Click:connect(function()
  259. x = 1;
  260. while(x>0) do
  261. wait (0.3)
  262. game.ReplicatedStorage.RemoteDrop:FireServer()
  263. end
  264. end)
  265.  
  266. RemoteOff.Name = "Remote Off"
  267. RemoteOff.Parent = scrollingFrame
  268. RemoteOff.Position = UDim2.new(0, 0, 0, 225)
  269. RemoteOff.Size = UDim2.new(0, 100, 0, 25)
  270. RemoteOff.Style = Enum.ButtonStyle.RobloxRoundButton
  271. RemoteOff.Font = Enum.Font.SciFi
  272. RemoteOff.FontSize = Enum.FontSize.Size14
  273. RemoteOff.Text = "Remote Off"
  274. RemoteOff.TextSize = 14
  275. RemoteOff.MouseButton1Click:connect(function()
  276. x = 0;
  277. end)
  278.  
  279. FirstlyGUI.Name = "FirstlyGUI"
  280. FirstlyGUI.Parent = scrollingFrame
  281. FirstlyGUI.Position = UDim2.new(0, 0, 0, 0)
  282. FirstlyGUI.Size = UDim2.new(0, 100, 0, 25)
  283. FirstlyGUI.Style = Enum.ButtonStyle.RobloxRoundButton
  284. FirstlyGUI.Font = Enum.Font.SciFi
  285. FirstlyGUI.FontSize = Enum.FontSize.Size14
  286. FirstlyGUI.Text = "-=- FirstlyGUI -=-"
  287. FirstlyGUI.TextSize = 14
  288.  
  289. TpToEgg.Name = "TpCollectEgg"
  290. TpToEgg.Parent = scrollingFrame
  291. TpToEgg.Position = UDim2.new(0, 0, 0, 250)
  292. TpToEgg.Size = UDim2.new(0, 100, 0, 25)
  293. TpToEgg.Style = Enum.ButtonStyle.RobloxRoundButton
  294. TpToEgg.Font = Enum.Font.SciFi
  295. TpToEgg.FontSize = Enum.FontSize.Size14
  296. TpToEgg.Text = "TpCollectEgg"
  297. TpToEgg.TextSize = 14
  298. TpToEgg.MouseButton1Click:connect(function()
  299. plr = game.Players.LocalPlayer
  300. char = plr.Character
  301. running = false
  302.  
  303. plr.CharacterAdded:connect(function(newChar)
  304. char = newChar
  305. end)
  306.  
  307. eggTeleportQueue = {}
  308.  
  309. function run()
  310. if running == false then
  311. running = true
  312. local torso = char.HumanoidRootPart
  313. oldCFrame = torso.CFrame
  314. while #eggTeleportQueue >= 1 do
  315. local egg = eggTeleportQueue[1]
  316. torso.CFrame = CFrame.new(egg.Position)+Vector3.new(0,5,0)
  317. wait(0.8)
  318. game.ReplicatedStorage.Click:FireServer(egg)
  319. wait(0.4)
  320. table.remove(eggTeleportQueue,1)
  321. end
  322. torso.CFrame = oldCFrame
  323. running = false
  324. end
  325. end
  326.  
  327. for _,egg in pairs(game.Workspace.Eggs:GetChildren()) do
  328. table.insert(eggTeleportQueue,egg)
  329. run()
  330. end
  331.  
  332. game.Workspace.Eggs.ChildAdded:connect(function(egg)
  333. wait(5)
  334. table.insert(eggTeleportQueue,egg)
  335. run()
  336. end)
  337. end)
  338.  
  339. OpenRegular.Name = "OpenRegular"
  340. OpenRegular.Parent = scrollingFrame
  341. OpenRegular.Position = UDim2.new(0, 0, 0, 275)
  342. OpenRegular.Size = UDim2.new(0, 100, 0, 25)
  343. OpenRegular.Style = Enum.ButtonStyle.RobloxRoundButton
  344. OpenRegular.Font = Enum.Font.SciFi
  345. OpenRegular.FontSize = Enum.FontSize.Size14
  346. OpenRegular.Text = "OpenRegular"
  347. OpenRegular.TextSize = 14
  348. OpenRegular.MouseButton1Click:connect(function()
  349. while wait(0.05) do
  350. game.ReplicatedStorage.MysteryBox:InvokeServer("Regular")
  351. end
  352. end)
  353.  
  354. OpenUnreal.Name = "OpenUnreal"
  355. OpenUnreal.Parent = scrollingFrame
  356. OpenUnreal.Position = UDim2.new(0, 0, 0, 300)
  357. OpenUnreal.Size = UDim2.new(0, 100, 0, 25)
  358. OpenUnreal.Style = Enum.ButtonStyle.RobloxRoundButton
  359. OpenUnreal.Font = Enum.Font.SciFi
  360. OpenUnreal.FontSize = Enum.FontSize.Size14
  361. OpenUnreal.Text = "OpenUnreal"
  362. OpenUnreal.TextSize = 14
  363. OpenUnreal.MouseButton1Click:connect(function()
  364. while wait(0.05) do
  365. game.ReplicatedStorage.MysteryBox:InvokeServer("Unreal")
  366. end
  367. end)
  368.  
  369. OpenInferno.Name = "OpenInferno"
  370. OpenInferno.Parent = scrollingFrame
  371. OpenInferno.Position = UDim2.new(0, 0, 0, 325)
  372. OpenInferno.Size = UDim2.new(0, 100, 0, 25)
  373. OpenInferno.Style = Enum.ButtonStyle.RobloxRoundButton
  374. OpenInferno.Font = Enum.Font.SciFi
  375. OpenInferno.FontSize = Enum.FontSize.Size14
  376. OpenInferno.Text = "OpenInferno"
  377. OpenInferno.TextSize = 14
  378. OpenInferno.MouseButton1Click:connect(function()
  379. while wait(0.05) do
  380. game.ReplicatedStorage.MysteryBox:InvokeServer("Inferno")
  381. end
  382. end)
  383.  
  384. AutoRebirth.Name = "AutoRebirth"
  385. AutoRebirth.Parent = scrollingFrame
  386. AutoRebirth.Position = UDim2.new(0, 0, 0, 350)
  387. AutoRebirth.Size = UDim2.new(0, 100, 0, 25)
  388. AutoRebirth.Style = Enum.ButtonStyle.RobloxRoundButton
  389. AutoRebirth.Font = Enum.Font.SciFi
  390. AutoRebirth.FontSize = Enum.FontSize.Size14
  391. AutoRebirth.Text = "AutoRebirth"
  392. AutoRebirth.TextSize = 14
  393. AutoRebirth.MouseButton1Click:connect(function()
  394. while true do
  395. game.ReplicatedStorage.Rebirth:InvokeServer()
  396. wait(0.1)
  397. end
  398. end)
Add Comment
Please, Sign In to add comment