Advertisement
Guest User

Untitled

a guest
Jun 19th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.83 KB | None | 0 0
  1. -- Objects
  2.  
  3. local MHremade = Instance.new("ScreenGui")
  4. local top = Instance.new("Frame")
  5. local main = Instance.new("Frame")
  6. local cat2 = Instance.new("Frame")
  7. local _2 = Instance.new("TextButton")
  8. local _2_2 = Instance.new("TextButton")
  9. local msloop = Instance.new("TextButton")
  10. local c2title = Instance.new("TextLabel")
  11. local csloop = Instance.new("TextButton")
  12. local nobasloop = Instance.new("TextButton")
  13. local tfuloop = Instance.new("TextButton")
  14. local c2credits = Instance.new("TextLabel")
  15. local nuetronloop = Instance.new("TextButton")
  16. local guititle = Instance.new("TextLabel")
  17. local cat1 = Instance.new("Frame")
  18. local _1 = Instance.new("TextButton")
  19. local _1_2 = Instance.new("TextButton")
  20. local c1title = Instance.new("TextLabel")
  21. local autorebirth = Instance.new("TextButton")
  22. local autolayout = Instance.new("TextButton")
  23. local tpcrates = Instance.new("TextButton")
  24. local bringmm = Instance.new("TextButton")
  25. local clovers = Instance.new("TextButton")
  26. local twitch = Instance.new("TextButton")
  27. local c1credits = Instance.new("TextLabel")
  28. local remoteclick = Instance.new("TextButton")
  29. local notif = Instance.new("TextButton")
  30. local cat3 = Instance.new("Frame")
  31. local _3 = Instance.new("TextButton")
  32. local _3_2 = Instance.new("TextButton")
  33. local c3title = Instance.new("TextLabel")
  34. local looporesbtn = Instance.new("TextButton")
  35. local c3credits = Instance.new("TextLabel")
  36. local orehere = Instance.new("TextBox")
  37. local label1 = Instance.new("TextLabel")
  38. local label2 = Instance.new("TextLabel")
  39. local amounthere = Instance.new("TextBox")
  40. local remotedroptoggle = false
  41. local notificationstoggle = false
  42. local autorebirthtoggle = false
  43. local layouttoggle = false
  44. -- Functions
  45.  
  46. function remoteclickfunc()
  47. while remotedroptoggle do
  48. wait(.1)
  49. game.ReplicatedStorage.RemoteDrop:FireServer()
  50. end
  51. end
  52. function autoloadlayout()
  53. while layouttoggle do
  54. game:GetService("ReplicatedStorage").Layouts:InvokeServer("Load", "Layout1")
  55. wait(.1)
  56. end
  57. end
  58.  
  59. function autorebirthfunc()
  60. while autorebirthtoggle do
  61. local remote = game["ReplicatedStorage"]["Rebirth"]
  62. local args = {}
  63. remote:InvokeServer(unpack(args))
  64. wait(.1)
  65. end
  66. end
  67. function removenotif()
  68. if notificationstoggle then
  69. game.Players.LocalPlayer.PlayerGui.GUI.Notifications.Visible = false
  70. else
  71. game.Players.LocalPlayer.PlayerGui.GUI.Notifications.Visible = true
  72. end
  73. end
  74. function looporesfunc(upgrader, amount)
  75. local player = game:GetService'Players'.LocalPlayer
  76. local factorye = player.PlayerTycoon.Value
  77. local Factory = tostring(factorye)
  78. local thing = game.Workspace.Tycoons[Factory][upgrader].Hitbox
  79. for i = 1,amount do wait(1.5)
  80. for i,v in pairs(game.Workspace.DroppedParts[Factory]:getChildren()) do
  81. local p= CFrame.new(thing.Position.x, thing.Position.y, thing.Position.z)
  82. v.CFrame = p
  83. end
  84. end
  85. end
  86.  
  87. function tpcratesfunc()
  88. for _,obj in pairs(game.Workspace:GetChildren()) do
  89. if string.match(obj.Name,"%s*Crate") then
  90. obj.Anchored = true
  91. obj.CanCollide = true
  92. obj.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  93. end
  94. end
  95. for _,obj in pairs(game.Workspace.Shadows:GetChildren()) do
  96. if string.match(obj.Name,"%s*Crate") then
  97. obj.Anchored = true
  98. obj.CanCollide = false
  99. obj.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame
  100. end
  101. end
  102. end
  103. -- Properties
  104.  
  105. MHremade.Name = "MHremade"
  106. MHremade.Parent = game.CoreGui
  107.  
  108. top.Name = "top"
  109. top.Parent = MHremade
  110. top.BackgroundColor3 = Color3.new(0.737255, 0.160784, 0.152941)
  111. top.BorderSizePixel = 0
  112. top.Position = UDim2.new(0.583629906, 0, 0.252730101, 0)
  113. top.Size = UDim2.new(0, 208, 0, 25)
  114. top.Active = true
  115. top.Draggable = true
  116.  
  117. main.Name = "main"
  118. main.Parent = top
  119. main.BackgroundColor3 = Color3.new(1, 0.231373, 0.207843)
  120. main.BorderSizePixel = 0
  121. main.Position = UDim2.new(0.00160256028, 0, 0.819025934, 0)
  122. main.Size = UDim2.new(0, 208, 0, 265)
  123.  
  124. cat2.Name = "cat2"
  125. cat2.Parent = main
  126. cat2.BackgroundColor3 = Color3.new(1, 1, 1)
  127. cat2.BackgroundTransparency = 1
  128. cat2.BorderSizePixel = 0
  129. cat2.Size = UDim2.new(0, 208, 0, 265)
  130. cat2.Visible = false
  131.  
  132. _2.Name = "2>>"
  133. _2.Parent = cat2
  134. _2.BackgroundColor3 = Color3.new(0.737255, 0.160784, 0.152941)
  135. _2.BorderColor3 = Color3.new(0.737255, 0.160784, 0.152941)
  136. _2.BorderSizePixel = 0
  137. _2.Position = UDim2.new(0.75, 0, 0.833962262, 0)
  138. _2.Size = UDim2.new(0, 52, 0, 26)
  139. _2.Font = Enum.Font.SourceSansBold
  140. _2.FontSize = Enum.FontSize.Size24
  141. _2.Text = ">>"
  142. _2.TextColor3 = Color3.new(1, 1, 1)
  143. _2.TextSize = 24
  144.  
  145. _2_2.Name = "2<<"
  146. _2_2.Parent = cat2
  147. _2_2.BackgroundColor3 = Color3.new(0.737255, 0.160784, 0.152941)
  148. _2_2.BorderColor3 = Color3.new(0.737255, 0.160784, 0.152941)
  149. _2_2.BorderSizePixel = 0
  150. _2_2.Position = UDim2.new(0, 0, 0.833962262, 0)
  151. _2_2.Size = UDim2.new(0, 52, 0, 26)
  152. _2_2.Font = Enum.Font.SourceSansBold
  153. _2_2.FontSize = Enum.FontSize.Size24
  154. _2_2.Text = "<<"
  155. _2_2.TextColor3 = Color3.new(1, 1, 1)
  156. _2_2.TextSize = 24
  157.  
  158. msloop.Name = "msloop"
  159. msloop.Parent = cat2
  160. msloop.BackgroundColor3 = Color3.new(0.737255, 0.160784, 0.152941)
  161. msloop.BorderSizePixel = 0
  162. msloop.Position = UDim2.new(0, 0, 0.166037738, 0)
  163. msloop.Size = UDim2.new(0, 208, 0, 29)
  164. msloop.Font = Enum.Font.SourceSansBold
  165. msloop.FontSize = Enum.FontSize.Size18
  166. msloop.Text = "Morning Star"
  167. msloop.TextColor3 = Color3.new(1, 1, 1)
  168. msloop.TextSize = 18
  169. msloop.TextWrapped = true
  170.  
  171. c2title.Name = "c2title"
  172. c2title.Parent = cat2
  173. c2title.BackgroundColor3 = Color3.new(1, 1, 1)
  174. c2title.BackgroundTransparency = 1
  175. c2title.BorderSizePixel = 0
  176. c2title.Position = UDim2.new(0, 0, 0.0264150947, 0)
  177. c2title.Size = UDim2.new(0, 208, 0, 24)
  178. c2title.Font = Enum.Font.SourceSansBold
  179. c2title.FontSize = Enum.FontSize.Size24
  180. c2title.Text = "Loop Ores - Shortcuts"
  181. c2title.TextColor3 = Color3.new(1, 1, 1)
  182. c2title.TextSize = 20
  183.  
  184. csloop.Name = "csloop"
  185. csloop.Parent = cat2
  186. csloop.BackgroundColor3 = Color3.new(0.737255, 0.160784, 0.152941)
  187. csloop.BorderSizePixel = 0
  188. csloop.Position = UDim2.new(0, 0, 0.300000012, 0)
  189. csloop.Size = UDim2.new(0, 208, 0, 29)
  190. csloop.Font = Enum.Font.SourceSansBold
  191. csloop.FontSize = Enum.FontSize.Size18
  192. csloop.Text = "Catalyzed Star"
  193. csloop.TextColor3 = Color3.new(1, 1, 1)
  194. csloop.TextSize = 18
  195. csloop.TextWrapped = true
  196.  
  197. nobasloop.Name = "nobasloop"
  198. nobasloop.Parent = cat2
  199. nobasloop.BackgroundColor3 = Color3.new(0.737255, 0.160784, 0.152941)
  200. nobasloop.BorderSizePixel = 0
  201. nobasloop.Position = UDim2.new(0, 0, 0.433999985, 0)
  202. nobasloop.Size = UDim2.new(0, 208, 0, 29)
  203. nobasloop.Font = Enum.Font.SourceSansBold
  204. nobasloop.FontSize = Enum.FontSize.Size18
  205. nobasloop.Text = "Nova Star"
  206. nobasloop.TextColor3 = Color3.new(1, 1, 1)
  207. nobasloop.TextSize = 18
  208. nobasloop.TextWrapped = true
  209.  
  210. tfuloop.Name = "tfuloop"
  211. tfuloop.Parent = cat2
  212. tfuloop.BackgroundColor3 = Color3.new(0.737255, 0.160784, 0.152941)
  213. tfuloop.BorderSizePixel = 0
  214. tfuloop.Position = UDim2.new(0, 0, 0.702000022, 0)
  215. tfuloop.Size = UDim2.new(0, 208, 0, 29)
  216. tfuloop.Font = Enum.Font.SourceSansBold
  217. tfuloop.FontSize = Enum.FontSize.Size18
  218. tfuloop.Text = "The Final Upgrader"
  219. tfuloop.TextColor3 = Color3.new(1, 1, 1)
  220. tfuloop.TextSize = 18
  221. tfuloop.TextWrapped = true
  222.  
  223. c2credits.Name = "c2credits"
  224. c2credits.Parent = cat2
  225. c2credits.BackgroundColor3 = Color3.new(1, 1, 1)
  226. c2credits.BackgroundTransparency = 1
  227. c2credits.BorderSizePixel = 0
  228. c2credits.Position = UDim2.new(0, 0, 0.9320755, 0)
  229. c2credits.Size = UDim2.new(0, 208, 0, 18)
  230. c2credits.Font = Enum.Font.SourceSans
  231. c2credits.FontSize = Enum.FontSize.Size14
  232. c2credits.Text = "Original loop script by: footwears V3RM"
  233. c2credits.TextColor3 = Color3.new(1, 1, 1)
  234. c2credits.TextSize = 14
  235.  
  236. nuetronloop.Name = "nuetronloop"
  237. nuetronloop.Parent = cat2
  238. nuetronloop.BackgroundColor3 = Color3.new(0.737255, 0.160784, 0.152941)
  239. nuetronloop.BorderSizePixel = 0
  240. nuetronloop.Position = UDim2.new(0, 0, 0.568000019, 0)
  241. nuetronloop.Size = UDim2.new(0, 208, 0, 29)
  242. nuetronloop.Font = Enum.Font.SourceSansBold
  243. nuetronloop.FontSize = Enum.FontSize.Size18
  244. nuetronloop.Text = "Nuetron Star"
  245. nuetronloop.TextColor3 = Color3.new(1, 1, 1)
  246. nuetronloop.TextSize = 18
  247. nuetronloop.TextWrapped = true
  248.  
  249. guititle.Name = "guititle"
  250. guititle.Parent = main
  251. guititle.BackgroundColor3 = Color3.new(1, 1, 1)
  252. guititle.BackgroundTransparency = 1
  253. guititle.BorderSizePixel = 0
  254. guititle.Position = UDim2.new(0, 0, -0.0905660391, 0)
  255. guititle.Size = UDim2.new(0, 208, 0, 24)
  256. guititle.Font = Enum.Font.SourceSansBold
  257. guititle.FontSize = Enum.FontSize.Size24
  258. guititle.Text = "MH Remade"
  259. guititle.TextColor3 = Color3.new(1, 1, 1)
  260. guititle.TextSize = 24
  261.  
  262. cat1.Name = "cat1"
  263. cat1.Parent = main
  264. cat1.BackgroundColor3 = Color3.new(1, 1, 1)
  265. cat1.BackgroundTransparency = 1
  266. cat1.BorderSizePixel = 0
  267. cat1.Size = UDim2.new(0, 208, 0, 265)
  268. cat1.Visible = false
  269.  
  270. _1.Name = "1>>"
  271. _1.Parent = cat1
  272. _1.BackgroundColor3 = Color3.new(0.737255, 0.160784, 0.152941)
  273. _1.BorderColor3 = Color3.new(0.737255, 0.160784, 0.152941)
  274. _1.BorderSizePixel = 0
  275. _1.Position = UDim2.new(0.75, 0, 0.797413766, 0)
  276. _1.Size = UDim2.new(0, 52, 0, 36)
  277. _1.Font = Enum.Font.SourceSansBold
  278. _1.FontSize = Enum.FontSize.Size24
  279. _1.Text = ">>"
  280. _1.TextColor3 = Color3.new(1, 1, 1)
  281. _1.TextSize = 24
  282.  
  283. _1_2.Name = "1<<"
  284. _1_2.Parent = cat1
  285. _1_2.BackgroundColor3 = Color3.new(0.737255, 0.160784, 0.152941)
  286. _1_2.BorderColor3 = Color3.new(0.737255, 0.160784, 0.152941)
  287. _1_2.BorderSizePixel = 0
  288. _1_2.Position = UDim2.new(0, 0, 0.797413766, 0)
  289. _1_2.Size = UDim2.new(0, 52, 0, 36)
  290. _1_2.Font = Enum.Font.SourceSansBold
  291. _1_2.FontSize = Enum.FontSize.Size24
  292. _1_2.Text = "<<"
  293. _1_2.TextColor3 = Color3.new(1, 1, 1)
  294. _1_2.TextSize = 24
  295.  
  296. c1title.Name = "c1title"
  297. c1title.Parent = cat1
  298. c1title.BackgroundColor3 = Color3.new(1, 1, 1)
  299. c1title.BackgroundTransparency = 1
  300. c1title.BorderSizePixel = 0
  301. c1title.Size = UDim2.new(0, 208, 0, 24)
  302. c1title.Font = Enum.Font.SourceSansBold
  303. c1title.FontSize = Enum.FontSize.Size24
  304. c1title.Text = "Main"
  305. c1title.TextColor3 = Color3.new(1, 1, 1)
  306. c1title.TextSize = 20
  307.  
  308. autorebirth.Name = "autorebirth"
  309. autorebirth.Parent = cat1
  310. autorebirth.BackgroundColor3 = Color3.new(0.737255, 0.160784, 0.152941)
  311. autorebirth.BorderSizePixel = 0
  312. autorebirth.Position = UDim2.new(0, 0, 0.0905660391, 0)
  313. autorebirth.Size = UDim2.new(0, 86, 0, 41)
  314. autorebirth.Font = Enum.Font.SourceSansBold
  315. autorebirth.FontSize = Enum.FontSize.Size18
  316. autorebirth.Text = "Auto Rebith: OFF"
  317. autorebirth.TextColor3 = Color3.new(1, 1, 1)
  318. autorebirth.TextSize = 17
  319. autorebirth.TextWrapped = true
  320.  
  321. autolayout.Name = "autolayout"
  322. autolayout.Parent = cat1
  323. autolayout.BackgroundColor3 = Color3.new(0.737255, 0.160784, 0.152941)
  324. autolayout.BorderSizePixel = 0
  325. autolayout.Position = UDim2.new(0.586538434, 0, 0.0905660391, 0)
  326. autolayout.Size = UDim2.new(0, 86, 0, 41)
  327. autolayout.Font = Enum.Font.SourceSansBold
  328. autolayout.FontSize = Enum.FontSize.Size18
  329. autolayout.Text = "Auto Layout: OFF"
  330. autolayout.TextColor3 = Color3.new(1, 1, 1)
  331. autolayout.TextSize = 17
  332. autolayout.TextWrapped = true
  333.  
  334. tpcrates.Name = "tpcrates"
  335. tpcrates.Parent = cat1
  336. tpcrates.BackgroundColor3 = Color3.new(0.737255, 0.160784, 0.152941)
  337. tpcrates.BorderSizePixel = 0
  338. tpcrates.Position = UDim2.new(0.586538434, 0, 0.271698117, 0)
  339. tpcrates.Size = UDim2.new(0, 86, 0, 41)
  340. tpcrates.Font = Enum.Font.SourceSansBold
  341. tpcrates.FontSize = Enum.FontSize.Size18
  342. tpcrates.Text = "Tp Crates"
  343. tpcrates.TextColor3 = Color3.new(1, 1, 1)
  344. tpcrates.TextSize = 17
  345.  
  346. bringmm.Name = "bringmm"
  347. bringmm.Parent = cat1
  348. bringmm.BackgroundColor3 = Color3.new(0.737255, 0.160784, 0.152941)
  349. bringmm.BorderSizePixel = 0
  350. bringmm.Position = UDim2.new(0, 0, 0.271698117, 0)
  351. bringmm.Size = UDim2.new(0, 86, 0, 41)
  352. bringmm.Font = Enum.Font.SourceSansBold
  353. bringmm.FontSize = Enum.FontSize.Size18
  354. bringmm.Text = "Bring MM"
  355. bringmm.TextColor3 = Color3.new(1, 1, 1)
  356. bringmm.TextSize = 17
  357.  
  358. clovers.Name = "clovers"
  359. clovers.Parent = cat1
  360. clovers.BackgroundColor3 = Color3.new(0.737255, 0.160784, 0.152941)
  361. clovers.BorderSizePixel = 0
  362. clovers.Position = UDim2.new(0.586538434, 0, 0.449056625, 0)
  363. clovers.Size = UDim2.new(0, 86, 0, 41)
  364. clovers.Font = Enum.Font.SourceSansBold
  365. clovers.FontSize = Enum.FontSize.Size18
  366. clovers.Text = "Twitch Coins"
  367. clovers.TextColor3 = Color3.new(1, 1, 1)
  368. clovers.TextSize = 17
  369. clovers.TextWrapped = true
  370.  
  371. twitch.Name = "twitch"
  372. twitch.Parent = cat1
  373. twitch.BackgroundColor3 = Color3.new(0.737255, 0.160784, 0.152941)
  374. twitch.BorderSizePixel = 0
  375. twitch.Position = UDim2.new(0, 0, 0.449056625, 0)
  376. twitch.Size = UDim2.new(0, 86, 0, 41)
  377. twitch.Font = Enum.Font.SourceSansBold
  378. twitch.FontSize = Enum.FontSize.Size18
  379. twitch.Text = "Clovers"
  380. twitch.TextColor3 = Color3.new(1, 1, 1)
  381. twitch.TextSize = 17
  382. twitch.TextWrapped = true
  383.  
  384. c1credits.Name = "c1credits"
  385. c1credits.Parent = cat1
  386. c1credits.BackgroundColor3 = Color3.new(1, 1, 1)
  387. c1credits.BackgroundTransparency = 1
  388. c1credits.BorderSizePixel = 0
  389. c1credits.Position = UDim2.new(0, 0, 0.9320755, 0)
  390. c1credits.Size = UDim2.new(0, 208, 0, 18)
  391. c1credits.Font = Enum.Font.SourceSans
  392. c1credits.FontSize = Enum.FontSize.Size14
  393. c1credits.Text = "Gui by: ILikeBreadYum#7574 "
  394. c1credits.TextColor3 = Color3.new(1, 1, 1)
  395. c1credits.TextSize = 14
  396.  
  397. remoteclick.Name = "remoteclick"
  398. remoteclick.Parent = cat1
  399. remoteclick.BackgroundColor3 = Color3.new(0.737255, 0.160784, 0.152941)
  400. remoteclick.BorderSizePixel = 0
  401. remoteclick.Position = UDim2.new(0, 0, 0.618867934, 0)
  402. remoteclick.Size = UDim2.new(0, 86, 0, 41)
  403. remoteclick.Font = Enum.Font.SourceSansBold
  404. remoteclick.FontSize = Enum.FontSize.Size18
  405. remoteclick.Text = "Remote Click: OFF"
  406. remoteclick.TextColor3 = Color3.new(1, 1, 1)
  407. remoteclick.TextSize = 17
  408. remoteclick.TextWrapped = true
  409.  
  410. notif.Name = "notif"
  411. notif.Parent = cat1
  412. notif.BackgroundColor3 = Color3.new(0.737255, 0.160784, 0.152941)
  413. notif.BorderSizePixel = 0
  414. notif.Position = UDim2.new(0.586538434, 0, 0.618867934, 0)
  415. notif.Size = UDim2.new(0, 86, 0, 41)
  416. notif.Font = Enum.Font.SourceSansBold
  417. notif.FontSize = Enum.FontSize.Size18
  418. notif.Text = "Notifications: OFF"
  419. notif.TextColor3 = Color3.new(1, 1, 1)
  420. notif.TextSize = 17
  421. notif.TextWrapped = true
  422.  
  423. cat3.Name = "cat3"
  424. cat3.Parent = main
  425. cat3.BackgroundColor3 = Color3.new(1, 1, 1)
  426. cat3.BackgroundTransparency = 1
  427. cat3.BorderSizePixel = 0
  428. cat3.Size = UDim2.new(0, 208, 0, 265)
  429.  
  430. _3.Name = "3>>"
  431. _3.Parent = cat3
  432. _3.BackgroundColor3 = Color3.new(0.737255, 0.160784, 0.152941)
  433. _3.BorderColor3 = Color3.new(0.737255, 0.160784, 0.152941)
  434. _3.BorderSizePixel = 0
  435. _3.Position = UDim2.new(0.75, 0, 0.833962262, 0)
  436. _3.Size = UDim2.new(0, 52, 0, 26)
  437. _3.Font = Enum.Font.SourceSansBold
  438. _3.FontSize = Enum.FontSize.Size24
  439. _3.Text = ">>"
  440. _3.TextColor3 = Color3.new(1, 1, 1)
  441. _3.TextSize = 24
  442.  
  443. _3_2.Name = "3<<"
  444. _3_2.Parent = cat3
  445. _3_2.BackgroundColor3 = Color3.new(0.737255, 0.160784, 0.152941)
  446. _3_2.BorderColor3 = Color3.new(0.737255, 0.160784, 0.152941)
  447. _3_2.BorderSizePixel = 0
  448. _3_2.Position = UDim2.new(0, 0, 0.833962262, 0)
  449. _3_2.Size = UDim2.new(0, 52, 0, 26)
  450. _3_2.Font = Enum.Font.SourceSansBold
  451. _3_2.FontSize = Enum.FontSize.Size24
  452. _3_2.Text = "<<"
  453. _3_2.TextColor3 = Color3.new(1, 1, 1)
  454. _3_2.TextSize = 24
  455.  
  456. c3title.Name = "c3title"
  457. c3title.Parent = cat3
  458. c3title.BackgroundColor3 = Color3.new(1, 1, 1)
  459. c3title.BackgroundTransparency = 1
  460. c3title.BorderSizePixel = 0
  461. c3title.Position = UDim2.new(0, 0, 0.0264150947, 0)
  462. c3title.Size = UDim2.new(0, 208, 0, 24)
  463. c3title.Font = Enum.Font.SourceSansBold
  464. c3title.FontSize = Enum.FontSize.Size24
  465. c3title.Text = "Loop Ores - Custom"
  466. c3title.TextColor3 = Color3.new(1, 1, 1)
  467. c3title.TextSize = 20
  468.  
  469. looporesbtn.Name = "looporesbtn"
  470. looporesbtn.Parent = cat3
  471. looporesbtn.BackgroundColor3 = Color3.new(0.737255, 0.160784, 0.152941)
  472. looporesbtn.BorderSizePixel = 0
  473. looporesbtn.Position = UDim2.new(0, 0, 0.692452788, 0)
  474. looporesbtn.Size = UDim2.new(0, 208, 0, 29)
  475. looporesbtn.Font = Enum.Font.SourceSansBold
  476. looporesbtn.FontSize = Enum.FontSize.Size18
  477. looporesbtn.Text = "Loop Ores"
  478. looporesbtn.TextColor3 = Color3.new(1, 1, 1)
  479. looporesbtn.TextSize = 18
  480. looporesbtn.TextWrapped = true
  481.  
  482. c3credits.Name = "c3credits"
  483. c3credits.Parent = cat3
  484. c3credits.BackgroundColor3 = Color3.new(1, 1, 1)
  485. c3credits.BackgroundTransparency = 1
  486. c3credits.BorderSizePixel = 0
  487. c3credits.Position = UDim2.new(0, 0, 0.9320755, 0)
  488. c3credits.Size = UDim2.new(0, 208, 0, 18)
  489. c3credits.Font = Enum.Font.SourceSans
  490. c3credits.FontSize = Enum.FontSize.Size14
  491. c3credits.Text = "Original loop script by: footwears V3RM"
  492. c3credits.TextColor3 = Color3.new(1, 1, 1)
  493. c3credits.TextSize = 14
  494.  
  495. orehere.Name = "orehere"
  496. orehere.Parent = cat3
  497. orehere.BackgroundColor3 = Color3.new(0.737255, 0.160784, 0.152941)
  498. orehere.BorderSizePixel = 0
  499. orehere.Position = UDim2.new(0, 0, 0.230188712, 0)
  500. orehere.Size = UDim2.new(0, 208, 0, 29)
  501. orehere.Font = Enum.Font.SourceSansBold
  502. orehere.FontSize = Enum.FontSize.Size18
  503. orehere.Text = ""
  504. orehere.TextColor3 = Color3.new(1, 1, 1)
  505. orehere.TextSize = 16
  506.  
  507. label1.Name = "label1"
  508. label1.Parent = cat3
  509. label1.BackgroundColor3 = Color3.new(1, 1, 1)
  510. label1.BackgroundTransparency = 1
  511. label1.BorderSizePixel = 0
  512. label1.Position = UDim2.new(0, 0, 0.139622658, 0)
  513. label1.Size = UDim2.new(0, 208, 0, 24)
  514. label1.Font = Enum.Font.SourceSansBold
  515. label1.FontSize = Enum.FontSize.Size18
  516. label1.Text = "Enter Upgrader Name:"
  517. label1.TextColor3 = Color3.new(1, 1, 1)
  518. label1.TextSize = 16
  519.  
  520. label2.Name = "label2"
  521. label2.Parent = cat3
  522. label2.BackgroundColor3 = Color3.new(1, 1, 1)
  523. label2.BackgroundTransparency = 1
  524. label2.BorderSizePixel = 0
  525. label2.Position = UDim2.new(0, 0, 0.339622676, 0)
  526. label2.Size = UDim2.new(0, 208, 0, 24)
  527. label2.Font = Enum.Font.SourceSansBold
  528. label2.FontSize = Enum.FontSize.Size18
  529. label2.Text = "Enter Loop Amount :"
  530. label2.TextColor3 = Color3.new(1, 1, 1)
  531. label2.TextSize = 16
  532.  
  533. amounthere.Name = "amounthere"
  534. amounthere.Parent = cat3
  535. amounthere.BackgroundColor3 = Color3.new(0.737255, 0.160784, 0.152941)
  536. amounthere.BorderSizePixel = 0
  537. amounthere.Position = UDim2.new(0, 0, 0.430188715, 0)
  538. amounthere.Size = UDim2.new(0, 208, 0, 29)
  539. amounthere.Font = Enum.Font.SourceSansBold
  540. amounthere.FontSize = Enum.FontSize.Size18
  541. amounthere.Text = ""
  542. amounthere.TextColor3 = Color3.new(1, 1, 1)
  543. amounthere.TextSize = 16
  544.  
  545.  
  546. --onclicks
  547.  
  548. autorebirth.MouseButton1Click:connect(function()
  549. if autorebirthtoggle then
  550. autorebirthtoggle = false
  551. autorebirth.Text = "Auto Rebirth: OFF"
  552. else
  553. autorebirthtoggle = true
  554. autorebirth.Text = "Auto Rebirth: ON"
  555. end
  556. autorebirthfunc()
  557. end)
  558.  
  559. autolayout.MouseButton1Click:connect(function()
  560. if layouttoggle then
  561. layouttoggle = false
  562. autolayout.Text = "Auto Layout: OFF"
  563. else
  564. layouttoggle = true
  565. autolayout.Text = "Auto Layout: ON"
  566. end
  567. autoloadlayout()
  568. end)
  569. remoteclick.MouseButton1Click:connect(function()
  570. if remotedroptoggle then
  571. remotedroptoggle = false
  572. remoteclick.Text = "Remote Click: OFF"
  573. else
  574. remotedroptoggle = true
  575. remoteclick.Text = "Remote Click: ON"
  576. end
  577. remoteclickfunc()
  578. end)
  579. notif.MouseButton1Click:connect(function()
  580. if notificationstoggle then
  581. notificationstoggle = false
  582. notif.Text = "Notifications: OFF"
  583. else
  584. notificationstoggle = true
  585. notif.Text = "Notifications: ON"
  586. end
  587. removenotif()
  588. end)
  589. tpcrates.MouseButton1Click:connect(function()
  590. tpcratesfunc()
  591. end)
  592.  
  593. msloop.MouseButton1Click:connect(function()
  594. looporesfunc("Morning Star", 400)
  595. end)
  596. csloop.MouseButton1Click:connect(function()
  597. looporesfunc("Catalyzed Star", 400)
  598. end)
  599. nobasloop.MouseButton1Click:connect(function()
  600. looporesfunc("Nova Star", 400)
  601. end)
  602. tfuloop.MouseButton1Click:connect(function()
  603. looporesfunc("The Final Upgrader", 400)
  604. end)
  605. nuetronloop.MouseButton1Click:connect(function()
  606. looporesfunc("Neutron Star", 400)
  607. end)
  608. looporesbtn.MouseButton1Click:connect(function()
  609. looporesfunc(orehere.Text, tonumber(amounthere.Text))
  610. end)
  611.  
  612. _1.MouseButton1Click:connect(function()
  613. cat1.Visible = false
  614. cat2.Visible = true
  615. end)
  616. _2.MouseButton1Click:connect(function()
  617. cat2.Visible = false
  618. cat3.Visible = true
  619. end)
  620. _2_2.MouseButton1Click:connect(function()
  621. cat2.Visible = false
  622. cat1.Visible = true
  623. end)
  624. _3_2.MouseButton1Click:connect(function()
  625. cat3.Visible = false
  626. cat2.Visible = true
  627. end)
  628. clovers.MouseButton1Click:connect(function()
  629. game.Players.LocalPlayer.TwitchPoints.Value = 987654321
  630. end)
  631. twitch.MouseButton1Click:connect(function()
  632. game.Players.LocalPlayer.Clovers.Value = 987654321
  633. end)
  634. bringmm.MouseButton1Click:connect(function()
  635. local thing3 = game.Workspace.Market.Hitfox
  636. thing3 = game.Workspace.Market.Hitfox
  637. thing3.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame+Vector3.new(math.random(0,0),0,math.random(0,0))
  638. thing3.Transparency = 0
  639. thing3.BrickColor = BrickColor.new(255,0,100)
  640. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement