Advertisement
FryslanBoppe

Magnet Simulator

Sep 22nd, 2019
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 20.47 KB | None | 0 0
  1. local MagnetSimulator = Instance.new("ScreenGui")
  2. local Main = Instance.new("Frame")
  3. local MainLine = Instance.new("Frame")
  4. local MagnetSim = Instance.new("TextLabel")
  5. local MainClose = Instance.new("TextButton")
  6. local HUDToggle = Instance.new("TextButton")
  7. local ToggleHudLabel = Instance.new("TextLabel")
  8. local SpaceToggle = Instance.new("TextButton")
  9. local ToggleSpaceLabel = Instance.new("TextLabel")
  10. local AntiAfkToggle = Instance.new("TextButton")
  11. local ToggleAntiAfkLabel = Instance.new("TextLabel")
  12. local AutoSellToggle = Instance.new("TextButton")
  13. local ToggleSellLabel = Instance.new("TextLabel")
  14. local ToggleEggLabel = Instance.new("TextLabel")
  15. local EggFrameToggle = Instance.new("TextButton")
  16. local EggFrame = Instance.new("Frame")
  17. local SpaceEggToggle = Instance.new("TextButton")
  18. local AquaticEggToggle = Instance.new("TextButton")
  19. local NinjaEggToggle = Instance.new("TextButton")
  20. local KorbloxEggToggle = Instance.new("TextButton")
  21. local DragonEggToggle = Instance.new("TextButton")
  22. local SpaceEggLabel = Instance.new("TextLabel")
  23. local KorbloxEggLabel = Instance.new("TextLabel")
  24. local NinjaEggLabel = Instance.new("TextLabel")
  25. local NinjaEggLabel_2 = Instance.new("TextLabel")
  26. local NinjaEggLabel_3 = Instance.new("TextLabel")
  27. --Properties:
  28. MagnetSimulator.Name = "MagnetSimulator"
  29. MagnetSimulator.Parent = game.CoreGui
  30.  
  31. Main.Name = "Main"
  32. Main.Parent = MagnetSimulator
  33. Main.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  34. Main.BorderSizePixel = 0
  35. Main.Position = UDim2.new(0.0199203193, 0, 0.608294904, 0)
  36. Main.Size = UDim2.new(0, 250, 0, 175)
  37. Main.Active = true
  38. Main.Draggable = true
  39.  
  40. MainLine.Name = "MainLine"
  41. MainLine.Parent = Main
  42. MainLine.BackgroundColor3 = Color3.new(1, 1, 1)
  43. MainLine.BorderSizePixel = 0
  44. MainLine.Position = UDim2.new(0, 0, 0.13523823, 0)
  45. MainLine.Size = UDim2.new(0, 250, 0, 1)
  46.  
  47. MagnetSim.Name = "MagnetSim"
  48. MagnetSim.Parent = Main
  49. MagnetSim.BackgroundColor3 = Color3.new(1, 1, 1)
  50. MagnetSim.BackgroundTransparency = 1
  51. MagnetSim.BorderSizePixel = 0
  52. MagnetSim.Position = UDim2.new(0, 0, -0.00571428565, 0)
  53. MagnetSim.Size = UDim2.new(0, 250, 0, 25)
  54. MagnetSim.Font = Enum.Font.GothamBold
  55. MagnetSim.Text = "Magnet Simulator"
  56. MagnetSim.TextColor3 = Color3.new(1, 1, 1)
  57. MagnetSim.TextSize = 14
  58.  
  59. MainClose.Name = "MainClose"
  60. MainClose.Parent = Main
  61. MainClose.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  62. MainClose.BorderSizePixel = 0
  63. MainClose.Position = UDim2.new(0.899999976, 0, 0, 0)
  64. MainClose.Size = UDim2.new(0, 25, 0, 24)
  65. MainClose.Font = Enum.Font.GothamBold
  66. MainClose.Text = "X"
  67. MainClose.TextColor3 = Color3.new(1, 0, 0)
  68. MainClose.TextSize = 14
  69.  
  70. HUDToggle.Name = "HUDToggle"
  71. HUDToggle.Parent = Main
  72. HUDToggle.BackgroundColor3 = Color3.new(1, 0, 0)
  73. HUDToggle.BorderSizePixel = 0
  74. HUDToggle.Position = UDim2.new(0.203999996, 0, 0.250793695, 0)
  75. HUDToggle.Size = UDim2.new(0, 15, 0, 15)
  76. HUDToggle.Font = Enum.Font.SourceSans
  77. HUDToggle.Text = ""
  78. HUDToggle.TextColor3 = Color3.new(0, 0, 0)
  79. HUDToggle.TextSize = 14
  80.  
  81. ToggleHudLabel.Name = "ToggleHudLabel"
  82. ToggleHudLabel.Parent = Main
  83. ToggleHudLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  84. ToggleHudLabel.BackgroundTransparency = 1
  85. ToggleHudLabel.Position = UDim2.new(0.335999995, 0, 0.224127099, 0)
  86. ToggleHudLabel.Size = UDim2.new(0, 100, 0, 25)
  87. ToggleHudLabel.Font = Enum.Font.GothamSemibold
  88. ToggleHudLabel.Text = "Toggle HUD"
  89. ToggleHudLabel.TextColor3 = Color3.new(1, 1, 1)
  90. ToggleHudLabel.TextSize = 14
  91. ToggleHudLabel.TextXAlignment = Enum.TextXAlignment.Left
  92.  
  93. SpaceToggle.Name = "SpaceToggle"
  94. SpaceToggle.Parent = Main
  95. SpaceToggle.BackgroundColor3 = Color3.new(1, 0, 0)
  96. SpaceToggle.BorderSizePixel = 0
  97. SpaceToggle.Position = UDim2.new(0.203999996, 0, 0.393015921, 0)
  98. SpaceToggle.Size = UDim2.new(0, 15, 0, 15)
  99. SpaceToggle.Font = Enum.Font.SourceSans
  100. SpaceToggle.Text = ""
  101. SpaceToggle.TextColor3 = Color3.new(0, 0, 0)
  102. SpaceToggle.TextSize = 14
  103.  
  104. ToggleSpaceLabel.Name = "ToggleSpaceLabel"
  105. ToggleSpaceLabel.Parent = Main
  106. ToggleSpaceLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  107. ToggleSpaceLabel.BackgroundTransparency = 1
  108. ToggleSpaceLabel.Position = UDim2.new(0.335999995, 0, 0.366349399, 0)
  109. ToggleSpaceLabel.Size = UDim2.new(0, 115, 0, 25)
  110. ToggleSpaceLabel.Font = Enum.Font.GothamSemibold
  111. ToggleSpaceLabel.Text = "Space Auto Farm"
  112. ToggleSpaceLabel.TextColor3 = Color3.new(1, 1, 1)
  113. ToggleSpaceLabel.TextSize = 14
  114. ToggleSpaceLabel.TextXAlignment = Enum.TextXAlignment.Left
  115.  
  116. AntiAfkToggle.Name = "AntiAfkToggle"
  117. AntiAfkToggle.Parent = Main
  118. AntiAfkToggle.BackgroundColor3 = Color3.new(1, 0, 0)
  119. AntiAfkToggle.BorderSizePixel = 0
  120. AntiAfkToggle.Position = UDim2.new(0.203999996, 0, 0.813333392, 0)
  121. AntiAfkToggle.Size = UDim2.new(0, 15, 0, 15)
  122. AntiAfkToggle.Font = Enum.Font.SourceSans
  123. AntiAfkToggle.Text = ""
  124. AntiAfkToggle.TextColor3 = Color3.new(0, 0, 0)
  125. AntiAfkToggle.TextSize = 14
  126.  
  127. ToggleAntiAfkLabel.Name = "ToggleAntiAfkLabel"
  128. ToggleAntiAfkLabel.Parent = Main
  129. ToggleAntiAfkLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  130. ToggleAntiAfkLabel.BackgroundTransparency = 1
  131. ToggleAntiAfkLabel.Position = UDim2.new(0.335999995, 0, 0.786666751, 0)
  132. ToggleAntiAfkLabel.Size = UDim2.new(0, 115, 0, 25)
  133. ToggleAntiAfkLabel.Font = Enum.Font.GothamSemibold
  134. ToggleAntiAfkLabel.Text = "Anti Afk"
  135. ToggleAntiAfkLabel.TextColor3 = Color3.new(1, 1, 1)
  136. ToggleAntiAfkLabel.TextSize = 14
  137. ToggleAntiAfkLabel.TextXAlignment = Enum.TextXAlignment.Left
  138.  
  139. AutoSellToggle.Name = "AutoSellToggle"
  140. AutoSellToggle.Parent = Main
  141. AutoSellToggle.BackgroundColor3 = Color3.new(1, 0, 0)
  142. AutoSellToggle.BorderSizePixel = 0
  143. AutoSellToggle.Position = UDim2.new(0.203999996, 0, 0.532698452, 0)
  144. AutoSellToggle.Size = UDim2.new(0, 15, 0, 15)
  145. AutoSellToggle.Font = Enum.Font.SourceSans
  146. AutoSellToggle.Text = ""
  147. AutoSellToggle.TextColor3 = Color3.new(0, 0, 0)
  148. AutoSellToggle.TextSize = 14
  149.  
  150. ToggleSellLabel.Name = "ToggleSellLabel"
  151. ToggleSellLabel.Parent = Main
  152. ToggleSellLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  153. ToggleSellLabel.BackgroundTransparency = 1
  154. ToggleSellLabel.Position = UDim2.new(0.335999995, 0, 0.50603193, 0)
  155. ToggleSellLabel.Size = UDim2.new(0, 115, 0, 25)
  156. ToggleSellLabel.Font = Enum.Font.GothamSemibold
  157. ToggleSellLabel.Text = "Auto Sell"
  158. ToggleSellLabel.TextColor3 = Color3.new(1, 1, 1)
  159. ToggleSellLabel.TextSize = 14
  160. ToggleSellLabel.TextXAlignment = Enum.TextXAlignment.Left
  161.  
  162. ToggleEggLabel.Name = "ToggleEggLabel"
  163. ToggleEggLabel.Parent = Main
  164. ToggleEggLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  165. ToggleEggLabel.BackgroundTransparency = 1
  166. ToggleEggLabel.Position = UDim2.new(0.335999995, 0, 0.645714462, 0)
  167. ToggleEggLabel.Size = UDim2.new(0, 115, 0, 25)
  168. ToggleEggLabel.Font = Enum.Font.GothamSemibold
  169. ToggleEggLabel.Text = "Auto Egg"
  170. ToggleEggLabel.TextColor3 = Color3.new(1, 1, 1)
  171. ToggleEggLabel.TextSize = 14
  172. ToggleEggLabel.TextXAlignment = Enum.TextXAlignment.Left
  173.  
  174. EggFrameToggle.Name = "EggFrameToggle"
  175. EggFrameToggle.Parent = Main
  176. EggFrameToggle.BackgroundColor3 = Color3.new(1, 0, 0)
  177. EggFrameToggle.BorderSizePixel = 0
  178. EggFrameToggle.Position = UDim2.new(0.203999996, 0, 0.672380984, 0)
  179. EggFrameToggle.Size = UDim2.new(0, 15, 0, 15)
  180. EggFrameToggle.Font = Enum.Font.SourceSans
  181. EggFrameToggle.Text = ""
  182. EggFrameToggle.TextColor3 = Color3.new(0, 0, 0)
  183. EggFrameToggle.TextSize = 14
  184.  
  185. EggFrame.Name = "EggFrame"
  186. EggFrame.Parent = Main
  187. EggFrame.BackgroundColor3 = Color3.new(0.0980392, 0.0980392, 0.0980392)
  188. EggFrame.BorderSizePixel = 0
  189. EggFrame.Position = UDim2.new(1.04400003, 0, 0, 0)
  190. EggFrame.Size = UDim2.new(0, 150, 0, 175)
  191. EggFrame.Visible = false
  192.  
  193. SpaceEggToggle.Name = "SpaceEggToggle"
  194. SpaceEggToggle.Parent = EggFrame
  195. SpaceEggToggle.BackgroundColor3 = Color3.new(1, 0, 0)
  196. SpaceEggToggle.BorderSizePixel = 0
  197. SpaceEggToggle.Position = UDim2.new(0.114666685, 0, 0.123809546, 0)
  198. SpaceEggToggle.Size = UDim2.new(0, 15, 0, 15)
  199. SpaceEggToggle.Font = Enum.Font.SourceSans
  200. SpaceEggToggle.Text = ""
  201. SpaceEggToggle.TextColor3 = Color3.new(0, 0, 0)
  202. SpaceEggToggle.TextSize = 14
  203.  
  204. AquaticEggToggle.Name = "AquaticEggToggle"
  205. AquaticEggToggle.Parent = EggFrame
  206. AquaticEggToggle.BackgroundColor3 = Color3.new(1, 0, 0)
  207. AquaticEggToggle.BorderSizePixel = 0
  208. AquaticEggToggle.Position = UDim2.new(0.114666685, 0, 0.603809476, 0)
  209. AquaticEggToggle.Size = UDim2.new(0, 15, 0, 15)
  210. AquaticEggToggle.Font = Enum.Font.SourceSans
  211. AquaticEggToggle.Text = ""
  212. AquaticEggToggle.TextColor3 = Color3.new(0, 0, 0)
  213. AquaticEggToggle.TextSize = 14
  214.  
  215. NinjaEggToggle.Name = "NinjaEggToggle"
  216. NinjaEggToggle.Parent = EggFrame
  217. NinjaEggToggle.BackgroundColor3 = Color3.new(1, 0, 0)
  218. NinjaEggToggle.BorderSizePixel = 0
  219. NinjaEggToggle.Position = UDim2.new(0.114666685, 0, 0.443809509, 0)
  220. NinjaEggToggle.Size = UDim2.new(0, 15, 0, 15)
  221. NinjaEggToggle.Font = Enum.Font.SourceSans
  222. NinjaEggToggle.Text = ""
  223. NinjaEggToggle.TextColor3 = Color3.new(0, 0, 0)
  224. NinjaEggToggle.TextSize = 14
  225.  
  226. KorbloxEggToggle.Name = "KorbloxEggToggle"
  227. KorbloxEggToggle.Parent = EggFrame
  228. KorbloxEggToggle.BackgroundColor3 = Color3.new(1, 0, 0)
  229. KorbloxEggToggle.BorderSizePixel = 0
  230. KorbloxEggToggle.Position = UDim2.new(0.114666685, 0, 0.28952378, 0)
  231. KorbloxEggToggle.Size = UDim2.new(0, 15, 0, 15)
  232. KorbloxEggToggle.Font = Enum.Font.SourceSans
  233. KorbloxEggToggle.Text = ""
  234. KorbloxEggToggle.TextColor3 = Color3.new(0, 0, 0)
  235. KorbloxEggToggle.TextSize = 14
  236.  
  237. DragonEggToggle.Name = "DragonEggToggle"
  238. DragonEggToggle.Parent = EggFrame
  239. DragonEggToggle.BackgroundColor3 = Color3.new(1, 0, 0)
  240. DragonEggToggle.BorderSizePixel = 0
  241. DragonEggToggle.Position = UDim2.new(0.114666685, 0, 0.76952374, 0)
  242. DragonEggToggle.Size = UDim2.new(0, 15, 0, 15)
  243. DragonEggToggle.Font = Enum.Font.SourceSans
  244. DragonEggToggle.Text = ""
  245. DragonEggToggle.TextColor3 = Color3.new(0, 0, 0)
  246. DragonEggToggle.TextSize = 14
  247.  
  248. SpaceEggLabel.Name = "SpaceEggLabel"
  249. SpaceEggLabel.Parent = EggFrame
  250. SpaceEggLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  251. SpaceEggLabel.BackgroundTransparency = 1
  252. SpaceEggLabel.Position = UDim2.new(0.273333341, 0, 0.10095232, 0)
  253. SpaceEggLabel.Size = UDim2.new(0, 90, 0, 25)
  254. SpaceEggLabel.Font = Enum.Font.GothamBold
  255. SpaceEggLabel.Text = "Space Egg"
  256. SpaceEggLabel.TextColor3 = Color3.new(1, 1, 1)
  257. SpaceEggLabel.TextSize = 14
  258. SpaceEggLabel.TextXAlignment = Enum.TextXAlignment.Left
  259.  
  260. KorbloxEggLabel.Name = "KorbloxEggLabel"
  261. KorbloxEggLabel.Parent = EggFrame
  262. KorbloxEggLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  263. KorbloxEggLabel.BackgroundTransparency = 1
  264. KorbloxEggLabel.Position = UDim2.new(0.273333341, 0, 0.266666621, 0)
  265. KorbloxEggLabel.Size = UDim2.new(0, 90, 0, 25)
  266. KorbloxEggLabel.Font = Enum.Font.GothamBold
  267. KorbloxEggLabel.Text = "Korblox Egg"
  268. KorbloxEggLabel.TextColor3 = Color3.new(1, 1, 1)
  269. KorbloxEggLabel.TextSize = 14
  270. KorbloxEggLabel.TextXAlignment = Enum.TextXAlignment.Left
  271.  
  272. NinjaEggLabel.Name = "NinjaEggLabel"
  273. NinjaEggLabel.Parent = EggFrame
  274. NinjaEggLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  275. NinjaEggLabel.BackgroundTransparency = 1
  276. NinjaEggLabel.Position = UDim2.new(0.273333341, 0, 0.42095232, 0)
  277. NinjaEggLabel.Size = UDim2.new(0, 90, 0, 25)
  278. NinjaEggLabel.Font = Enum.Font.GothamBold
  279. NinjaEggLabel.Text = "Ninja Egg"
  280. NinjaEggLabel.TextColor3 = Color3.new(1, 1, 1)
  281. NinjaEggLabel.TextSize = 14
  282. NinjaEggLabel.TextXAlignment = Enum.TextXAlignment.Left
  283.  
  284. NinjaEggLabel_2.Name = "NinjaEggLabel"
  285. NinjaEggLabel_2.Parent = EggFrame
  286. NinjaEggLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  287. NinjaEggLabel_2.BackgroundTransparency = 1
  288. NinjaEggLabel_2.Position = UDim2.new(0.273333341, 0, 0.580952287, 0)
  289. NinjaEggLabel_2.Size = UDim2.new(0, 90, 0, 25)
  290. NinjaEggLabel_2.Font = Enum.Font.GothamBold
  291. NinjaEggLabel_2.Text = "Aquatic Egg"
  292. NinjaEggLabel_2.TextColor3 = Color3.new(1, 1, 1)
  293. NinjaEggLabel_2.TextSize = 14
  294. NinjaEggLabel_2.TextXAlignment = Enum.TextXAlignment.Left
  295.  
  296. NinjaEggLabel_3.Name = "NinjaEggLabel"
  297. NinjaEggLabel_3.Parent = EggFrame
  298. NinjaEggLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  299. NinjaEggLabel_3.BackgroundTransparency = 1
  300. NinjaEggLabel_3.Position = UDim2.new(0.273333341, 0, 0.746666551, 0)
  301. NinjaEggLabel_3.Size = UDim2.new(0, 90, 0, 25)
  302. NinjaEggLabel_3.Font = Enum.Font.GothamBold
  303. NinjaEggLabel_3.Text = "Dragon Egg"
  304. NinjaEggLabel_3.TextColor3 = Color3.new(1, 1, 1)
  305. NinjaEggLabel_3.TextSize = 14
  306. NinjaEggLabel_3.TextXAlignment = Enum.TextXAlignment.Left
  307. -- Scripts:
  308. function SCRIPT_XXHE85_FAKESCRIPT() -- MainClose.Close
  309.     local script = Instance.new('LocalScript')
  310.     script.Parent = MainClose
  311.     local GUI = script.Parent.Parent.Parent.Parent.MagnetSimulator
  312.     local desbutton = script.Parent
  313.    
  314.     desbutton.MouseButton1Down:Connect(function()
  315.         GUI:Destroy()
  316.     end)
  317.  
  318. end
  319. coroutine.resume(coroutine.create(SCRIPT_XXHE85_FAKESCRIPT))
  320. function SCRIPT_UAEV66_FAKESCRIPT() -- HUDToggle.hud toggle
  321.     local script = Instance.new('LocalScript')
  322.     script.Parent = HUDToggle
  323.     local hud_toggle = false
  324.     local ToggleHUD = script.Parent
  325.    
  326.     ToggleHUD.MouseButton1Down:Connect(function()
  327.         if not hud_toggle then
  328.             hud_toggle = true
  329.             ToggleHUD.BackgroundColor3 = Color3.new(0, 255, 0)
  330.             local plr = game:GetService("Players").LocalPlayer
  331.             local screengui = plr.PlayerGui.GameHUD
  332.             screengui.EggHandler.Disabled = true
  333.             screengui.Notifications.Handler.Disabled = true
  334.             screengui.FullBackpack.Handler.Disabled = true
  335.         else
  336.             hud_toggle = false
  337.             ToggleHUD.BackgroundColor3 = Color3.new(255, 0, 0)
  338.             local plr = game:GetService("Players").LocalPlayer
  339.             local screengui = plr.PlayerGui.GameHUD
  340.             screengui.EggHandler.Disabled = false
  341.             screengui.Notifications.Handler.Disabled = false
  342.             screengui.FullBackpack.Handler.Disabled = false
  343.         end
  344.     end)
  345.  
  346. end
  347. coroutine.resume(coroutine.create(SCRIPT_UAEV66_FAKESCRIPT))
  348. function SCRIPT_SRRN75_FAKESCRIPT() -- SpaceToggle.space toggle
  349.     local script = Instance.new('LocalScript')
  350.     script.Parent = SpaceToggle
  351.     local space_toggle = false
  352.     local ToggleSpace = script.Parent
  353.     _G.space = false
  354.    
  355.     ToggleSpace.MouseButton1Down:Connect(function()
  356.         if not space_toggle then
  357.             space_toggle = true
  358.             ToggleSpace.BackgroundColor3 = Color3.new(0, 255, 0)
  359.             _G.space = true
  360.             while _G.space do
  361.             wait()
  362.             local tool = game.Players.LocalPlayer.Character:FindFirstChildWhichIsA("Tool")
  363.             game.ReplicatedStorage.Events.MagnetEvents.requestGrab:FireServer("Space9", tool)
  364.             end
  365.         else
  366.             space_toggle = false
  367.             ToggleSpace.BackgroundColor3 = Color3.new(255, 0, 0)
  368.             _G.space = false
  369.         end
  370.     end)
  371.    
  372.  
  373. end
  374. coroutine.resume(coroutine.create(SCRIPT_SRRN75_FAKESCRIPT))
  375. function SCRIPT_LDOB84_FAKESCRIPT() -- AntiAfkToggle.anti-afk toggle
  376.     local script = Instance.new('LocalScript')
  377.     script.Parent = AntiAfkToggle
  378.     local antiafk = false
  379.     local ToggleAntiAfk = script.Parent
  380.     _G.AntiAfk = false
  381.    
  382.     ToggleAntiAfk.MouseButton1Down:Connect(function()
  383.         if not antiafk then
  384.             antiafk = true
  385.             ToggleAntiAfk.BackgroundColor3 = Color3.new(0, 255, 0)
  386.             _G.AntiAfk = true
  387.         else
  388.             antiafk = false
  389.             ToggleAntiAfk.BackgroundColor3 = Color3.new(255, 0, 0)
  390.             _G.AntiAfk = false
  391.         end
  392.     end)
  393.    
  394.    
  395.     while _G.AntiAfk do
  396.     game:GetService('Players').LocalPlayer.Idled:Connect(function()
  397.     game:GetService('VirtualUser'):CaptureController();
  398.     wait();
  399.     game:GetService('VirtualUser'):ClickButton2(Vector2.new(0,0))
  400.     end)
  401.     end
  402.  
  403. end
  404. coroutine.resume(coroutine.create(SCRIPT_LDOB84_FAKESCRIPT))
  405. function SCRIPT_MVEJ84_FAKESCRIPT() -- AutoSellToggle.sell toggle
  406.     local script = Instance.new('LocalScript')
  407.     script.Parent = AutoSellToggle
  408.     local sell_toggle = false
  409.     local ToggleSell = script.Parent
  410.     local plr = game.Players.LocalPlayer
  411.     local char = plr.Character.HumanoidRootPart
  412.     _G.sell = false
  413.    
  414.     ToggleSell.MouseButton1Down:Connect(function()
  415.         if not sell_toggle then
  416.             sell_toggle = true
  417.             ToggleSell.BackgroundColor3 = Color3.new(0, 255, 0)
  418.             _G.sell = true
  419.             while _G.sell do
  420.             game.Workspace.Rings.Sellx2.CanCollide = false
  421.             game.Workspace.Rings.Sellx2.Transparency = 1
  422.             game.Workspace.Rings.Sellx2.CFrame = char.CFrame + Vector3.new(0,math.random(-1,1),0)
  423.             wait(0.1)
  424.             end
  425.         else
  426.             sell_toggle = false
  427.             ToggleSell.BackgroundColor3 = Color3.new(255, 0, 0)
  428.             _G.sell = false
  429.         end
  430.     end)
  431.  
  432. end
  433. coroutine.resume(coroutine.create(SCRIPT_MVEJ84_FAKESCRIPT))
  434. function SCRIPT_FZDD89_FAKESCRIPT() -- EggFrameToggle.Spaceegg toggle
  435.     local script = Instance.new('LocalScript')
  436.     script.Parent = EggFrameToggle
  437.     local eggframe_toggle = false
  438.     local ToggleEggFrame = script.Parent
  439.     local AutoEggFrame = script.Parent.Parent.EggFrame
  440.    
  441.     ToggleEggFrame.MouseButton1Down:Connect(function()
  442.         if not eggframe_toggle then
  443.             eggframe_toggle = true
  444.             ToggleEggFrame.BackgroundColor3 = Color3.new(0, 255, 0)
  445.             AutoEggFrame.Visible = true
  446.         else
  447.             eggframe_toggle = false
  448.             ToggleEggFrame.BackgroundColor3 = Color3.new(255, 0, 0)
  449.             AutoEggFrame.Visible = false
  450.         end
  451.     end)
  452.  
  453. end
  454. coroutine.resume(coroutine.create(SCRIPT_FZDD89_FAKESCRIPT))
  455. function SCRIPT_NLQR87_FAKESCRIPT() -- SpaceEggToggle.Spaceegg toggle
  456.     local script = Instance.new('LocalScript')
  457.     script.Parent = SpaceEggToggle
  458.     local spaceeggz_toggle = false
  459.     local ToggleSpaceEggz = script.Parent
  460.     _G.SpaceEgg = false
  461.    
  462.     ToggleSpaceEggz.MouseButton1Down:Connect(function()
  463.         if not spaceeggz_toggle then
  464.             spaceeggz_toggle = true
  465.             ToggleSpaceEggz.BackgroundColor3 = Color3.new(0, 255, 0)
  466.             _G.SpaceEgg = true
  467.             while _G.SpaceEgg do
  468.             wait()
  469.             game.ReplicatedStorage.PetEvents.requesthatch:FireServer("Space Egg")
  470.             end
  471.         else
  472.             spaceeggz_toggle = false
  473.             ToggleSpaceEggz.BackgroundColor3 = Color3.new(255, 0, 0)
  474.             _G.SpaceEgg = false
  475.         end
  476.     end)
  477.  
  478. end
  479. coroutine.resume(coroutine.create(SCRIPT_NLQR87_FAKESCRIPT))
  480. function SCRIPT_CWIZ90_FAKESCRIPT() -- AquaticEggToggle.aquaticegg toggle
  481.     local script = Instance.new('LocalScript')
  482.     script.Parent = AquaticEggToggle
  483.     local aquaticeggz_toggle = false
  484.     local ToggleAquaticEggz = script.Parent
  485.     _G.AquaticEgg = false
  486.    
  487.     ToggleAquaticEggz.MouseButton1Down:Connect(function()
  488.         if not aquaticeggz_toggle then
  489.             aquaticeggz_toggle = true
  490.             ToggleAquaticEggz.BackgroundColor3 = Color3.new(0, 255, 0)
  491.             _G.AquaticEgg = true
  492.             while _G.AquaticEgg do
  493.             wait()
  494.             game.ReplicatedStorage.PetEvents.requesthatch:FireServer("Aquatic Egg")
  495.             end
  496.         else
  497.             aquaticeggz_toggle = false
  498.             ToggleAquaticEggz.BackgroundColor3 = Color3.new(255, 0, 0)
  499.             _G.AquaticEgg = false
  500.         end
  501.     end)
  502.  
  503. end
  504. coroutine.resume(coroutine.create(SCRIPT_CWIZ90_FAKESCRIPT))
  505. function SCRIPT_GNVK86_FAKESCRIPT() -- NinjaEggToggle.ninjaegg toggle
  506.     local script = Instance.new('LocalScript')
  507.     script.Parent = NinjaEggToggle
  508.     local ninjaeggz_toggle = false
  509.     local ToggleninjaEggz = script.Parent
  510.     _G.NinjaEgg = false
  511.    
  512.     ToggleninjaEggz.MouseButton1Down:Connect(function()
  513.         if not ninjaeggz_toggle then
  514.             ninjaeggz_toggle = true
  515.             ToggleninjaEggz.BackgroundColor3 = Color3.new(0, 255, 0)
  516.             _G.NinjaEgg = true
  517.             while _G.NinjaEgg do
  518.             wait()
  519.             game.ReplicatedStorage.PetEvents.requesthatch:FireServer("Ninja Egg")
  520.             end
  521.         else
  522.             ninjaeggz_toggle = false
  523.             ToggleninjaEggz.BackgroundColor3 = Color3.new(255, 0, 0)
  524.             _G.NinjaEgg = false
  525.         end
  526.     end)
  527.  
  528. end
  529. coroutine.resume(coroutine.create(SCRIPT_GNVK86_FAKESCRIPT))
  530. function SCRIPT_DLWD65_FAKESCRIPT() -- KorbloxEggToggle.korbloxegg toggle
  531.     local script = Instance.new('LocalScript')
  532.     script.Parent = KorbloxEggToggle
  533.     local korbloxeggz_toggle = false
  534.     local ToggleKorbloxEggz = script.Parent
  535.     _G.KorbloxEgg = false
  536.    
  537.     ToggleKorbloxEggz.MouseButton1Down:Connect(function()
  538.         if not korbloxeggz_toggle then
  539.             korbloxeggz_toggle = true
  540.             ToggleKorbloxEggz.BackgroundColor3 = Color3.new(0, 255, 0)
  541.             _G.KorbloxEgg = true
  542.             while _G.KorbloxEgg do
  543.             wait()
  544.             game.ReplicatedStorage.PetEvents.requesthatch:FireServer("Korblox Egg")
  545.             end
  546.         else
  547.             korbloxeggz_toggle = false
  548.             ToggleKorbloxEggz.BackgroundColor3 = Color3.new(255, 0, 0)
  549.             _G.KorbloxEgg = false
  550.         end
  551.     end)
  552.  
  553. end
  554. coroutine.resume(coroutine.create(SCRIPT_DLWD65_FAKESCRIPT))
  555. function SCRIPT_GRMP75_FAKESCRIPT() -- DragonEggToggle.Dragonegg toggle
  556.     local script = Instance.new('LocalScript')
  557.     script.Parent = DragonEggToggle
  558.     local dragoneggz_toggle = false
  559.     local ToggleDragonEggz = script.Parent
  560.     _G.DragonEgg = false
  561.    
  562.     ToggleDragonEggz.MouseButton1Down:Connect(function()
  563.         if not dragoneggz_toggle then
  564.             dragoneggz_toggle = true
  565.             ToggleDragonEggz.BackgroundColor3 = Color3.new(0, 255, 0)
  566.             _G.DragonEgg = true
  567.             while _G.DragonEgg do
  568.             wait()
  569.             game.ReplicatedStorage.PetEvents.requesthatch:FireServer("Dragon Egg")
  570.             end
  571.         else
  572.             dragoneggz_toggle = false
  573.             ToggleDragonEggz.BackgroundColor3 = Color3.new(255, 0, 0)
  574.             _G.DragonEgg = false
  575.         end
  576.     end)
  577.  
  578. end
  579. coroutine.resume(coroutine.create(SCRIPT_GRMP75_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement