ProPastingProduction

HAUNTED HUB OPEN SOURCE

Jun 29th, 2020
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.49 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local HauntedHUB = Instance.new("ScreenGui")
  7. local Main = Instance.new("Frame")
  8. local Title = Instance.new("TextLabel")
  9. local Start = Instance.new("TextButton")
  10. local RocitizensHub = Instance.new("Frame")
  11. local Title_2 = Instance.new("TextLabel")
  12. local LowerTitle = Instance.new("TextLabel")
  13. local _10KMoney = Instance.new("TextButton")
  14. local _1MilMoney = Instance.new("TextButton")
  15. local InfMoney = Instance.new("TextButton")
  16. local FurnitureSpawner = Instance.new("TextButton")
  17. local LimitedSpawner = Instance.new("TextButton")
  18. local PaintingSpawner = Instance.new("TextButton")
  19. local JbHub = Instance.new("Frame")
  20. local Title_3 = Instance.new("TextLabel")
  21. local LowerTitle_2 = Instance.new("TextLabel")
  22. local Autofarm = Instance.new("TextButton")
  23. local ReHub = Instance.new("Frame")
  24. local Title_4 = Instance.new("TextLabel")
  25. local LowerTitle_3 = Instance.new("TextLabel")
  26. local OpGui = Instance.new("TextButton")
  27. local SpfsHub = Instance.new("Frame")
  28. local Title_5 = Instance.new("TextLabel")
  29. local LowerTitle_4 = Instance.new("TextLabel")
  30. local Autofarm2 = Instance.new("TextButton")
  31. local NinjaLegendsHub = Instance.new("Frame")
  32. local Title_6 = Instance.new("TextLabel")
  33. local LowerTitle_5 = Instance.new("TextLabel")
  34. local OpAutofarm = Instance.new("TextButton")
  35. local MadCityHub = Instance.new("Frame")
  36. local Title_7 = Instance.new("TextLabel")
  37. local LowerTitle_6 = Instance.new("TextLabel")
  38. local Autofarm3 = Instance.new("TextButton")
  39.  
  40. --Properties:
  41.  
  42. HauntedHUB.Name = "HauntedHUB"
  43. HauntedHUB.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  44. HauntedHUB.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  45.  
  46. Main.Name = "Main"
  47. Main.Parent = HauntedHUB
  48. Main.Active = true
  49. Main.BackgroundColor3 = Color3.fromRGB(75, 99, 114)
  50. Main.BorderColor3 = Color3.fromRGB(255, 255, 255)
  51. Main.BorderSizePixel = 4
  52. Main.Position = UDim2.new(0.361264825, 0, 0.376078904, 0)
  53. Main.Selectable = true
  54. Main.Size = UDim2.new(0, 350, 0, 200)
  55. Main.Draggable = true
  56.  
  57. Title.Name = "Title"
  58. Title.Parent = Main
  59. Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  60. Title.BackgroundTransparency = 1.000
  61. Title.Position = UDim2.new(0.214285716, 0, 0, 0)
  62. Title.Size = UDim2.new(0, 200, 0, 50)
  63. Title.Font = Enum.Font.Cartoon
  64. Title.Text = "HauntedHUB "
  65. Title.TextColor3 = Color3.fromRGB(255, 255, 255)
  66. Title.TextScaled = true
  67. Title.TextSize = 14.000
  68. Title.TextWrapped = true
  69.  
  70. Start.Name = "Start"
  71. Start.Parent = Main
  72. Start.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  73. Start.Position = UDim2.new(0.214285716, 0, 0.449999988, 0)
  74. Start.Size = UDim2.new(0, 200, 0, 75)
  75. Start.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  76. Start.Font = Enum.Font.Cartoon
  77. Start.Text = "Check Game"
  78. Start.TextColor3 = Color3.fromRGB(0, 0, 0)
  79. Start.TextScaled = true
  80. Start.TextSize = 14.000
  81. Start.TextWrapped = true
  82.  
  83. RocitizensHub.Name = "RocitizensHub"
  84. RocitizensHub.Parent = HauntedHUB
  85. RocitizensHub.Active = true
  86. RocitizensHub.BackgroundColor3 = Color3.fromRGB(75, 99, 114)
  87. RocitizensHub.BorderColor3 = Color3.fromRGB(255, 255, 255)
  88. RocitizensHub.BorderSizePixel = 4
  89. RocitizensHub.Position = UDim2.new(0.292490125, 0, 0.330456227, 0)
  90. RocitizensHub.Selectable = true
  91. RocitizensHub.Size = UDim2.new(0, 525, 0, 275)
  92. RocitizensHub.Visible = false
  93. RocitizensHub.Draggable = true
  94.  
  95. Title_2.Name = "Title"
  96. Title_2.Parent = RocitizensHub
  97. Title_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  98. Title_2.BackgroundTransparency = 1.000
  99. Title_2.Position = UDim2.new(0.309523821, 0, 0, 0)
  100. Title_2.Size = UDim2.new(0, 200, 0, 50)
  101. Title_2.Font = Enum.Font.Cartoon
  102. Title_2.Text = "HauntedHUB "
  103. Title_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  104. Title_2.TextScaled = true
  105. Title_2.TextSize = 14.000
  106. Title_2.TextWrapped = true
  107.  
  108. LowerTitle.Name = "LowerTitle"
  109. LowerTitle.Parent = RocitizensHub
  110. LowerTitle.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  111. LowerTitle.BackgroundTransparency = 1.000
  112. LowerTitle.Position = UDim2.new(0.309523821, 0, 0.175636366, 0)
  113. LowerTitle.Size = UDim2.new(0, 200, 0, 25)
  114. LowerTitle.Font = Enum.Font.Cartoon
  115. LowerTitle.Text = "Rocitizens"
  116. LowerTitle.TextColor3 = Color3.fromRGB(255, 255, 255)
  117. LowerTitle.TextScaled = true
  118. LowerTitle.TextSize = 14.000
  119. LowerTitle.TextWrapped = true
  120.  
  121. _10KMoney.Name = "10KMoney"
  122. _10KMoney.Parent = RocitizensHub
  123. _10KMoney.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  124. _10KMoney.Position = UDim2.new(0.0609523803, 0, 0.266363651, 0)
  125. _10KMoney.Size = UDim2.new(0, 130, 0, 35)
  126. _10KMoney.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  127. _10KMoney.Font = Enum.Font.Cartoon
  128. _10KMoney.Text = "10K Money"
  129. _10KMoney.TextColor3 = Color3.fromRGB(0, 0, 0)
  130. _10KMoney.TextScaled = true
  131. _10KMoney.TextSize = 14.000
  132. _10KMoney.TextWrapped = true
  133.  
  134. _1MilMoney.Name = "1MilMoney"
  135. _1MilMoney.Parent = RocitizensHub
  136. _1MilMoney.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  137. _1MilMoney.Position = UDim2.new(0.375238121, 0, 0.266363651, 0)
  138. _1MilMoney.Size = UDim2.new(0, 130, 0, 35)
  139. _1MilMoney.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  140. _1MilMoney.Font = Enum.Font.Cartoon
  141. _1MilMoney.Text = "1 Million Money"
  142. _1MilMoney.TextColor3 = Color3.fromRGB(0, 0, 0)
  143. _1MilMoney.TextScaled = true
  144. _1MilMoney.TextSize = 14.000
  145. _1MilMoney.TextWrapped = true
  146.  
  147. InfMoney.Name = "InfMoney"
  148. InfMoney.Parent = RocitizensHub
  149. InfMoney.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  150. InfMoney.Position = UDim2.new(0.689523816, 0, 0.266363651, 0)
  151. InfMoney.Size = UDim2.new(0, 130, 0, 35)
  152. InfMoney.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  153. InfMoney.Font = Enum.Font.Cartoon
  154. InfMoney.Text = "Infinite Money"
  155. InfMoney.TextColor3 = Color3.fromRGB(0, 0, 0)
  156. InfMoney.TextScaled = true
  157. InfMoney.TextSize = 14.000
  158. InfMoney.TextWrapped = true
  159.  
  160. FurnitureSpawner.Name = "FurnitureSpawner"
  161. FurnitureSpawner.Parent = RocitizensHub
  162. FurnitureSpawner.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  163. FurnitureSpawner.Position = UDim2.new(0.0609523803, 0, 0.433636367, 0)
  164. FurnitureSpawner.Size = UDim2.new(0, 130, 0, 35)
  165. FurnitureSpawner.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  166. FurnitureSpawner.Font = Enum.Font.Cartoon
  167. FurnitureSpawner.Text = "All Furniture Spawner"
  168. FurnitureSpawner.TextColor3 = Color3.fromRGB(0, 0, 0)
  169. FurnitureSpawner.TextScaled = true
  170. FurnitureSpawner.TextSize = 14.000
  171. FurnitureSpawner.TextWrapped = true
  172.  
  173. LimitedSpawner.Name = "LimitedSpawner"
  174. LimitedSpawner.Parent = RocitizensHub
  175. LimitedSpawner.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  176. LimitedSpawner.Position = UDim2.new(0.375238121, 0, 0.433636367, 0)
  177. LimitedSpawner.Size = UDim2.new(0, 130, 0, 35)
  178. LimitedSpawner.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  179. LimitedSpawner.Font = Enum.Font.Cartoon
  180. LimitedSpawner.Text = "Limited Furniture Spawner"
  181. LimitedSpawner.TextColor3 = Color3.fromRGB(0, 0, 0)
  182. LimitedSpawner.TextScaled = true
  183. LimitedSpawner.TextSize = 14.000
  184. LimitedSpawner.TextWrapped = true
  185.  
  186. PaintingSpawner.Name = "PaintingSpawner"
  187. PaintingSpawner.Parent = RocitizensHub
  188. PaintingSpawner.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  189. PaintingSpawner.Position = UDim2.new(0.689523816, 0, 0.433636367, 0)
  190. PaintingSpawner.Size = UDim2.new(0, 130, 0, 35)
  191. PaintingSpawner.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  192. PaintingSpawner.Font = Enum.Font.Cartoon
  193. PaintingSpawner.Text = "Painting Spawner (FIXING)"
  194. PaintingSpawner.TextColor3 = Color3.fromRGB(0, 0, 0)
  195. PaintingSpawner.TextScaled = true
  196. PaintingSpawner.TextSize = 14.000
  197. PaintingSpawner.TextWrapped = true
  198.  
  199. JbHub.Name = "JbHub"
  200. JbHub.Parent = HauntedHUB
  201. JbHub.Active = true
  202. JbHub.BackgroundColor3 = Color3.fromRGB(75, 99, 114)
  203. JbHub.BorderColor3 = Color3.fromRGB(255, 255, 255)
  204. JbHub.BorderSizePixel = 4
  205. JbHub.Position = UDim2.new(0.292490125, 0, 0.330456227, 0)
  206. JbHub.Selectable = true
  207. JbHub.Size = UDim2.new(0, 525, 0, 275)
  208. JbHub.Visible = false
  209. JbHub.Draggable = true
  210.  
  211. Title_3.Name = "Title"
  212. Title_3.Parent = JbHub
  213. Title_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  214. Title_3.BackgroundTransparency = 1.000
  215. Title_3.Position = UDim2.new(0.309523821, 0, 0, 0)
  216. Title_3.Size = UDim2.new(0, 200, 0, 50)
  217. Title_3.Font = Enum.Font.Cartoon
  218. Title_3.Text = "HauntedHUB "
  219. Title_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  220. Title_3.TextScaled = true
  221. Title_3.TextSize = 14.000
  222. Title_3.TextWrapped = true
  223.  
  224. LowerTitle_2.Name = "LowerTitle"
  225. LowerTitle_2.Parent = JbHub
  226. LowerTitle_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  227. LowerTitle_2.BackgroundTransparency = 1.000
  228. LowerTitle_2.Position = UDim2.new(0.309523821, 0, 0.175636366, 0)
  229. LowerTitle_2.Size = UDim2.new(0, 200, 0, 25)
  230. LowerTitle_2.Font = Enum.Font.Cartoon
  231. LowerTitle_2.Text = "Jailbreak"
  232. LowerTitle_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  233. LowerTitle_2.TextScaled = true
  234. LowerTitle_2.TextSize = 14.000
  235. LowerTitle_2.TextWrapped = true
  236.  
  237. Autofarm.Name = "Autofarm"
  238. Autofarm.Parent = JbHub
  239. Autofarm.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  240. Autofarm.Position = UDim2.new(0.0609523803, 0, 0.266363651, 0)
  241. Autofarm.Size = UDim2.new(0, 130, 0, 35)
  242. Autofarm.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  243. Autofarm.Font = Enum.Font.Cartoon
  244. Autofarm.Text = "Autofarm"
  245. Autofarm.TextColor3 = Color3.fromRGB(0, 0, 0)
  246. Autofarm.TextScaled = true
  247. Autofarm.TextSize = 14.000
  248. Autofarm.TextWrapped = true
  249.  
  250. ReHub.Name = "ReHub"
  251. ReHub.Parent = HauntedHUB
  252. ReHub.Active = true
  253. ReHub.BackgroundColor3 = Color3.fromRGB(75, 99, 114)
  254. ReHub.BorderColor3 = Color3.fromRGB(255, 255, 255)
  255. ReHub.BorderSizePixel = 4
  256. ReHub.Position = UDim2.new(0.292490125, 0, 0.330456227, 0)
  257. ReHub.Selectable = true
  258. ReHub.Size = UDim2.new(0, 525, 0, 275)
  259. ReHub.Visible = false
  260. ReHub.Draggable = true
  261.  
  262. Title_4.Name = "Title"
  263. Title_4.Parent = ReHub
  264. Title_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  265. Title_4.BackgroundTransparency = 1.000
  266. Title_4.Position = UDim2.new(0.309523821, 0, 0, 0)
  267. Title_4.Size = UDim2.new(0, 200, 0, 50)
  268. Title_4.Font = Enum.Font.Cartoon
  269. Title_4.Text = "HauntedHUB "
  270. Title_4.TextColor3 = Color3.fromRGB(255, 255, 255)
  271. Title_4.TextScaled = true
  272. Title_4.TextSize = 14.000
  273. Title_4.TextWrapped = true
  274.  
  275. LowerTitle_3.Name = "LowerTitle"
  276. LowerTitle_3.Parent = ReHub
  277. LowerTitle_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  278. LowerTitle_3.BackgroundTransparency = 1.000
  279. LowerTitle_3.Position = UDim2.new(0.309523821, 0, 0.175636366, 0)
  280. LowerTitle_3.Size = UDim2.new(0, 200, 0, 25)
  281. LowerTitle_3.Font = Enum.Font.Cartoon
  282. LowerTitle_3.Text = "Ragdoll Engine"
  283. LowerTitle_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  284. LowerTitle_3.TextScaled = true
  285. LowerTitle_3.TextSize = 14.000
  286. LowerTitle_3.TextWrapped = true
  287.  
  288. OpGui.Name = "OpGui"
  289. OpGui.Parent = ReHub
  290. OpGui.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  291. OpGui.Position = UDim2.new(0.0609523803, 0, 0.266363651, 0)
  292. OpGui.Size = UDim2.new(0, 130, 0, 35)
  293. OpGui.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  294. OpGui.Font = Enum.Font.Cartoon
  295. OpGui.Text = "OP Trolling Gui"
  296. OpGui.TextColor3 = Color3.fromRGB(0, 0, 0)
  297. OpGui.TextScaled = true
  298. OpGui.TextSize = 14.000
  299. OpGui.TextWrapped = true
  300.  
  301. SpfsHub.Name = "SpfsHub"
  302. SpfsHub.Parent = HauntedHUB
  303. SpfsHub.Active = true
  304. SpfsHub.BackgroundColor3 = Color3.fromRGB(75, 99, 114)
  305. SpfsHub.BorderColor3 = Color3.fromRGB(255, 255, 255)
  306. SpfsHub.BorderSizePixel = 4
  307. SpfsHub.Position = UDim2.new(0.292490125, 0, 0.330456227, 0)
  308. SpfsHub.Selectable = true
  309. SpfsHub.Size = UDim2.new(0, 525, 0, 275)
  310. SpfsHub.Visible = false
  311. SpfsHub.Draggable = true
  312.  
  313. Title_5.Name = "Title"
  314. Title_5.Parent = SpfsHub
  315. Title_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  316. Title_5.BackgroundTransparency = 1.000
  317. Title_5.Position = UDim2.new(0.309523821, 0, 0, 0)
  318. Title_5.Size = UDim2.new(0, 200, 0, 50)
  319. Title_5.Font = Enum.Font.Cartoon
  320. Title_5.Text = "HauntedHUB "
  321. Title_5.TextColor3 = Color3.fromRGB(255, 255, 255)
  322. Title_5.TextScaled = true
  323. Title_5.TextSize = 14.000
  324. Title_5.TextWrapped = true
  325.  
  326. LowerTitle_4.Name = "LowerTitle"
  327. LowerTitle_4.Parent = SpfsHub
  328. LowerTitle_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  329. LowerTitle_4.BackgroundTransparency = 1.000
  330. LowerTitle_4.Position = UDim2.new(0.309523821, 0, 0.175636366, 0)
  331. LowerTitle_4.Size = UDim2.new(0, 200, 0, 25)
  332. LowerTitle_4.Font = Enum.Font.Cartoon
  333. LowerTitle_4.Text = "Super Power Fighting Simulator"
  334. LowerTitle_4.TextColor3 = Color3.fromRGB(255, 255, 255)
  335. LowerTitle_4.TextScaled = true
  336. LowerTitle_4.TextSize = 14.000
  337. LowerTitle_4.TextWrapped = true
  338.  
  339. Autofarm2.Name = "Autofarm2"
  340. Autofarm2.Parent = SpfsHub
  341. Autofarm2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  342. Autofarm2.Position = UDim2.new(0.0609523803, 0, 0.266363651, 0)
  343. Autofarm2.Size = UDim2.new(0, 130, 0, 35)
  344. Autofarm2.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  345. Autofarm2.Font = Enum.Font.Cartoon
  346. Autofarm2.Text = "Autofarm"
  347. Autofarm2.TextColor3 = Color3.fromRGB(0, 0, 0)
  348. Autofarm2.TextScaled = true
  349. Autofarm2.TextSize = 14.000
  350. Autofarm2.TextWrapped = true
  351.  
  352. NinjaLegendsHub.Name = "NinjaLegendsHub"
  353. NinjaLegendsHub.Parent = HauntedHUB
  354. NinjaLegendsHub.Active = true
  355. NinjaLegendsHub.BackgroundColor3 = Color3.fromRGB(75, 99, 114)
  356. NinjaLegendsHub.BorderColor3 = Color3.fromRGB(255, 255, 255)
  357. NinjaLegendsHub.BorderSizePixel = 4
  358. NinjaLegendsHub.Position = UDim2.new(0.292490125, 0, 0.330456227, 0)
  359. NinjaLegendsHub.Selectable = true
  360. NinjaLegendsHub.Size = UDim2.new(0, 525, 0, 275)
  361. NinjaLegendsHub.Visible = false
  362. NinjaLegendsHub.Draggable = true
  363.  
  364. Title_6.Name = "Title"
  365. Title_6.Parent = NinjaLegendsHub
  366. Title_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  367. Title_6.BackgroundTransparency = 1.000
  368. Title_6.Position = UDim2.new(0.309523821, 0, 0, 0)
  369. Title_6.Size = UDim2.new(0, 200, 0, 50)
  370. Title_6.Font = Enum.Font.Cartoon
  371. Title_6.Text = "HauntedHUB "
  372. Title_6.TextColor3 = Color3.fromRGB(255, 255, 255)
  373. Title_6.TextScaled = true
  374. Title_6.TextSize = 14.000
  375. Title_6.TextWrapped = true
  376.  
  377. LowerTitle_5.Name = "LowerTitle"
  378. LowerTitle_5.Parent = NinjaLegendsHub
  379. LowerTitle_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  380. LowerTitle_5.BackgroundTransparency = 1.000
  381. LowerTitle_5.Position = UDim2.new(0.309523821, 0, 0.175636366, 0)
  382. LowerTitle_5.Size = UDim2.new(0, 200, 0, 25)
  383. LowerTitle_5.Font = Enum.Font.Cartoon
  384. LowerTitle_5.Text = "Ninja Legends"
  385. LowerTitle_5.TextColor3 = Color3.fromRGB(255, 255, 255)
  386. LowerTitle_5.TextScaled = true
  387. LowerTitle_5.TextSize = 14.000
  388. LowerTitle_5.TextWrapped = true
  389.  
  390. OpAutofarm.Name = "OpAutofarm"
  391. OpAutofarm.Parent = NinjaLegendsHub
  392. OpAutofarm.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  393. OpAutofarm.Position = UDim2.new(0.0609523803, 0, 0.266363651, 0)
  394. OpAutofarm.Size = UDim2.new(0, 130, 0, 35)
  395. OpAutofarm.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  396. OpAutofarm.Font = Enum.Font.Cartoon
  397. OpAutofarm.Text = "OP Autofarm Gui and more"
  398. OpAutofarm.TextColor3 = Color3.fromRGB(0, 0, 0)
  399. OpAutofarm.TextScaled = true
  400. OpAutofarm.TextSize = 14.000
  401. OpAutofarm.TextWrapped = true
  402.  
  403. MadCityHub.Name = "MadCityHub"
  404. MadCityHub.Parent = HauntedHUB
  405. MadCityHub.Active = true
  406. MadCityHub.BackgroundColor3 = Color3.fromRGB(75, 99, 114)
  407. MadCityHub.BorderColor3 = Color3.fromRGB(255, 255, 255)
  408. MadCityHub.BorderSizePixel = 4
  409. MadCityHub.Position = UDim2.new(0.292490125, 0, 0.330456227, 0)
  410. MadCityHub.Selectable = true
  411. MadCityHub.Size = UDim2.new(0, 525, 0, 275)
  412. MadCityHub.Visible = false
  413. MadCityHub.Draggable = true
  414.  
  415. Title_7.Name = "Title"
  416. Title_7.Parent = MadCityHub
  417. Title_7.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  418. Title_7.BackgroundTransparency = 1.000
  419. Title_7.Position = UDim2.new(0.309523821, 0, 0, 0)
  420. Title_7.Size = UDim2.new(0, 200, 0, 50)
  421. Title_7.Font = Enum.Font.Cartoon
  422. Title_7.Text = "HauntedHUB "
  423. Title_7.TextColor3 = Color3.fromRGB(255, 255, 255)
  424. Title_7.TextScaled = true
  425. Title_7.TextSize = 14.000
  426. Title_7.TextWrapped = true
  427.  
  428. LowerTitle_6.Name = "LowerTitle"
  429. LowerTitle_6.Parent = MadCityHub
  430. LowerTitle_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  431. LowerTitle_6.BackgroundTransparency = 1.000
  432. LowerTitle_6.Position = UDim2.new(0.309523821, 0, 0.175636366, 0)
  433. LowerTitle_6.Size = UDim2.new(0, 200, 0, 25)
  434. LowerTitle_6.Font = Enum.Font.Cartoon
  435. LowerTitle_6.Text = "Mad City"
  436. LowerTitle_6.TextColor3 = Color3.fromRGB(255, 255, 255)
  437. LowerTitle_6.TextScaled = true
  438. LowerTitle_6.TextSize = 14.000
  439. LowerTitle_6.TextWrapped = true
  440.  
  441. Autofarm3.Name = "Autofarm3"
  442. Autofarm3.Parent = MadCityHub
  443. Autofarm3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  444. Autofarm3.Position = UDim2.new(0.0609523803, 0, 0.266363651, 0)
  445. Autofarm3.Size = UDim2.new(0, 130, 0, 35)
  446. Autofarm3.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  447. Autofarm3.Font = Enum.Font.Cartoon
  448. Autofarm3.Text = "Autofarm"
  449. Autofarm3.TextColor3 = Color3.fromRGB(0, 0, 0)
  450. Autofarm3.TextScaled = true
  451. Autofarm3.TextSize = 14.000
  452. Autofarm3.TextWrapped = true
  453.  
  454. --GUI CODE:
  455.  
  456.  
  457. --guicode:
  458. Start.MouseButton1Click:Connect(function()
  459. if game.PlaceId == 137877687 then
  460. Main.Visible = false
  461. RocitizensHub.Visible = true
  462.  
  463. elseif game.PlaceId == 3956818381 then
  464. Main.Visible = false
  465. NinjaLegendsHub.Visible = true
  466.  
  467. elseif game.PlaceId == 606849621 then
  468. Main.Visible = false
  469. JbHub.Visible = true
  470.  
  471. elseif game.PlaceId == 1224212277 then
  472. Main.Visible = false
  473. MadCityHub.Visible = true
  474.  
  475. elseif game.PlaceId == 2041312716 then
  476. Main.Visible = false
  477. ReHub.Visible = true
  478.  
  479. elseif game.PlaceId == 2619187362 then
  480. Main.Visible = false
  481. SpfsHub.Visible = true
  482.  
  483.  
  484.  
  485. end
  486.  
  487.  
  488.  
  489. end)
  490.  
  491. _10KMoney.MouseButton1Click:Connect(function()
  492.  
  493. game.Players.LocalPlayer.ChangeMoney:Fire(10000)
  494.  
  495.  
  496.  
  497.  
  498. end)
  499.  
  500. _1MilMoney.MouseButton1Click:Connect(function()
  501.  
  502. game.Players.LocalPlayer.ChangeMoney:Fire(1000000)
  503.  
  504.  
  505.  
  506.  
  507. end)
  508.  
  509. InfMoney.MouseButton1Click:Connect(function()
  510.  
  511. game.Players.LocalPlayer.ChangeMoney:Fire(9999999999999999)
  512.  
  513.  
  514.  
  515.  
  516. end)
  517.  
  518. FurnitureSpawner.MouseButton1Click:Connect(function()
  519.  
  520. press2 = Instance.new("Sound", workspace)
  521. press2.SoundId = "rbxassetid://3199286548"
  522. press2.Volume = 0.5
  523. swoosh = Instance.new("Sound", workspace)
  524. swoosh.SoundId = "rbxassetid://134012322"
  525. swoosh.Volume = 0.5
  526. if not swoosh.IsLoaded then
  527. swoosh.Loaded:Wait()
  528. end
  529. swoosh2 = Instance.new("Sound", workspace)
  530. swoosh2.SoundId = "rbxassetid://596439421"
  531. swoosh2.Volume = 0.5
  532. if not swoosh2.IsLoaded then
  533. swoosh2.Loaded:Wait()
  534. end
  535. if not press2.IsLoaded then
  536. press2.Loaded:Wait()
  537. end
  538.  
  539. local name = game:GetService("Players").LocalPlayer.Name
  540. local gui = game:GetService("CoreGui")
  541.  
  542. function showMsg(text)
  543. spawn(function()
  544. local msgwindow = Instance.new("ScreenGui")
  545. msgwindow.Name = "MsgWindow"
  546. msgwindow.Parent = gui
  547. local msgLabel = Instance.new("TextLabel")
  548. msgLabel.Text = text
  549. msgLabel.TextWrapped = true
  550. msgLabel.Parent = msgwindow
  551. msgLabel.Name = "msgLabel"
  552. msgLabel.Position = UDim2.new(0,-500,0,200)
  553. msgLabel.TextSize = 40
  554. msgLabel.Font = Enum.Font.Highway
  555. msgLabel.Size = UDim2.new(0, 505, 0, 500)
  556. msgLabel.BackgroundTransparency = 1
  557. msgLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  558. msgLabel.TextStrokeColor3 = Color3.fromRGB(math.random(255),math.random(255),math.random(255))
  559. msgLabel.TextStrokeTransparency = 0
  560. swoosh:Play()
  561. msgLabel:TweenPosition(UDim2.new(0,700,0,200))
  562. wait(5)
  563. swoosh2:Play()
  564. msgwindow:Remove()
  565. end)
  566. end
  567.  
  568. function findHouse(name)
  569. local yourHouse
  570. local things = workspace:GetChildren()
  571. for i = 1, #things do
  572. if things[i].Name == "Property" then
  573. local aHouse = things[i]:GetChildren()
  574. if aHouse[1].Name ~= "PlaceHolder" then
  575. local owner = aHouse[1].Owner.Value
  576. if owner == name then
  577. yourHouse = aHouse[1]
  578. end
  579. end
  580. end
  581. end
  582. if yourHouse == nil then
  583. apts = workspace.Apartments:GetChildren()
  584. for _,v in pairs(apts) do
  585. local owner = v.Owner.Value
  586. if owner == name then
  587. yourHouse = v
  588. end
  589. end
  590. end
  591. if yourHouse == nil then
  592. showMsg("No house found")
  593. end
  594. return yourHouse
  595. end
  596. function ISUpdate2(ItemSpawnerSF, gg, txt)
  597. yourHouse = findHouse(name)
  598. local i2 = 0
  599. for i = 1,#gg do
  600. if string.find(string.lower(gg[i].Name), string.lower(txt)) then
  601. local gg2 = gg[i].ColorOptions:GetChildren()
  602. for x = 1, #gg2 do
  603. i2 = i2 + 1
  604. local B = Instance.new("TextButton")
  605. local V = Instance.new("StringValue", B)
  606. V.Value = gg[i].Name
  607. local C = Instance.new("StringValue", B)
  608. C.Value = gg2[x].Name
  609. B.Parent = ItemSpawnerSF
  610. B.BackgroundColor3 = Color3.new(0.831373, 0.576471, 0.0627451)
  611. B.BorderSizePixel = 0
  612. B.Position = UDim2.new(0, 8, 0, (((i2-1)*22)+(3*i2)))
  613. B.Size = UDim2.new(0, 164, 0, 23)
  614. B.Font = Enum.Font.SourceSans
  615. B.Text = V.Value.." ("..C.Value..")"
  616. B.TextColor3 = Color3.new(0, 0, 0)
  617. B.TextScaled = true
  618. B.TextSize = 20
  619. B.TextWrapped = true
  620. ItemSpawnerSF.CanvasSize = UDim2.new(0,0,0,(#gg*22+(i*3)+3))
  621. B.MouseButton1Down:connect(function()
  622. press2:Play()
  623. local thing = game.ReplicatedStorage.Furniture:FindFirstChild(B.Text)
  624. local num = math.random(15)
  625. if num == 5 then
  626. showMsg("Tip: You must be standing in your house for this to work")
  627. end
  628. local tbl =
  629. {
  630. ["Id"] = "{B5G070FF-OMFG-4B87-B2C1-0A90ECC9C78F}",
  631. ["Name"] = V.Value,
  632. ["Color"] = C.Value
  633. }
  634. local cf = game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart").CFrame:toObjectSpace(yourHouse.Base.CFrame) + Vector3.new(game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart").CFrame.lookVector)
  635. local x1, y1, z1, m11, m12, m13, m21, m22, m23, m31, m32, m33 = cf:components()
  636.  
  637. local tbl2 = {x1, y1, z1, m11, m12, m13, m21, m22, m23, m31, m32, m33}
  638. game:GetService("Workspace").CommunicationRelays.House.PlaceFurniture:InvokeServer(tbl, tbl2)
  639.  
  640. end)
  641. end
  642. end
  643. end
  644. end
  645.  
  646. function ISUpdate(ItemSpawnerSF, gg)
  647. local i2 = 0
  648. yourHouse = findHouse(name)
  649. for i = 1,#gg do
  650. local gg2 = gg[i].ColorOptions:GetChildren()
  651. for x = 1, #gg2 do
  652. i2 = i2 + 1
  653. local B = Instance.new("TextButton")
  654. local V = Instance.new("StringValue", B)
  655. V.Value = gg[i].Name
  656. local C = Instance.new("StringValue", B)
  657. C.Value = gg2[x].Name
  658. B.Parent = ItemSpawnerSF
  659. B.BackgroundColor3 = Color3.new(0.831373, 0.576471, 0.0627451)
  660. B.BorderSizePixel = 0
  661. B.Position = UDim2.new(0, 8, 0, (((i-1)*22)+(3*i)))
  662. B.Size = UDim2.new(0, 164, 0, 23)
  663. B.Font = Enum.Font.SourceSans
  664. B.Text = V.Value.." ("..C.Value..")"
  665. B.TextColor3 = Color3.new(0, 0, 0)
  666. B.TextScaled = true
  667. B.TextSize = 20
  668. B.TextWrapped = true
  669.  
  670. ItemSpawnerSF.CanvasSize = UDim2.new(0,0,0,(#gg*22+(i*3)+3))
  671.  
  672. B.MouseButton1Down:connect(function()
  673. press2:Play()
  674. local thing = game.ReplicatedStorage.Furniture:FindFirstChild(B.Text)
  675. local num = math.random(15)
  676. if num == 5 then
  677. showMsg("Tip: You must be standing in your house for this to work")
  678. end
  679. local tbl =
  680. {
  681. ["Id"] = "{B5G070FF-OMFG-4B87-B2C1-0A90ECC9C78F}",
  682. ["Name"] = V.Value,
  683. ["Color"] = C.Value
  684. }
  685.  
  686. local cf = game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart").CFrame:toObjectSpace(yourHouse.Base.CFrame) + Vector3.new(game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart").CFrame.lookVector)
  687. local x1, y1, z1, m11, m12, m13, m21, m22, m23, m31, m32, m33 = cf:components()
  688.  
  689. local tbl2 = {x1, y1, z1, m11, m12, m13, m21, m22, m23, m31, m32, m33}
  690. game:GetService("Workspace").CommunicationRelays.House.PlaceFurniture:InvokeServer(tbl, tbl2)
  691. end)
  692. end
  693. end
  694. end
  695.  
  696. local LogansSpawner= Instance.new("ScreenGui")
  697. LogansSpawner.Name = "LogansSpawner"
  698. LogansSpawner.Parent = gui
  699. LogansSpawner.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  700.  
  701.  
  702.  
  703.  
  704. local ISSearchBox = Instance.new("TextBox")
  705. local ItemSpawnerSF = Instance.new("ScrollingFrame")
  706. local ItemSpawnerF = Instance.new("Frame")
  707.  
  708. ItemSpawnerF.Name = "ItemSpawnerF"
  709. ItemSpawnerF.Parent = LogansSpawner
  710. ItemSpawnerF.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  711. ItemSpawnerF.BorderSizePixel = 0
  712. ItemSpawnerF.Position = UDim2.new(0.5, 135, 0.5, -174)
  713. ItemSpawnerF.Size = UDim2.new(0, 194, 0, 348)
  714. ItemSpawnerF.Visible = true
  715. ItemSpawnerF.Active = true
  716. ItemSpawnerF.Draggable = true
  717.  
  718.  
  719. TitleItem = Instance.new("TextLabel")
  720. TitleItem.Name = "TitleItem"
  721. TitleItem.Parent = ItemSpawnerF
  722. TitleItem.BackgroundColor3 = Color3.new(0.831373, 0.286275, 0.121569)
  723. TitleItem.BorderSizePixel = 0
  724. TitleItem.Size = UDim2.new(0, 194, 0, 30)
  725. TitleItem.Font = Enum.Font.Arial
  726. TitleItem.Text = "LoganRMX's Furniture"
  727. TitleItem.TextColor3 = Color3.new(0, 0, 0)
  728. TitleItem.TextSize = 16
  729. TitleItem.TextWrapped = true
  730.  
  731. ItemSpawnerSF.Name = "ItemSpawnerSF"
  732. ItemSpawnerSF.Parent = ItemSpawnerF
  733. ItemSpawnerSF.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  734. ItemSpawnerSF.BorderSizePixel = 0
  735. ItemSpawnerSF.Position = UDim2.new(0, 0, 0.203448279, 0)
  736. ItemSpawnerSF.Size = UDim2.new(0, 194, 0, 318)
  737.  
  738. ISSearchBox.Name = "ISSearchBox"
  739. ISSearchBox.Parent = ItemSpawnerF
  740. ISSearchBox.BackgroundColor3 = Color3.new(1, 1, 1)
  741. ISSearchBox.BackgroundTransparency = 0.80000001192093
  742. ISSearchBox.Size = UDim2.new(0, 194, 0, 29)
  743. ISSearchBox.Font = Enum.Font.SourceSans
  744. ISSearchBox.PlaceholderText = "Search Item..."
  745. ISSearchBox.Text = ""
  746. ISSearchBox.TextColor3 = Color3.new(1, 1, 1)
  747. ISSearchBox.TextSize = 18
  748. ISSearchBox.Position = UDim2.new(0, 0, 0.103448279, 0)
  749. local gg = game.ReplicatedStorage.Furniture:GetChildren()
  750. ISUpdate(ItemSpawnerSF, gg)
  751. spawn(function()
  752. while wait() do
  753.  
  754. local TweenService = game:GetService("TweenService")
  755. local tween = TweenService:Create(TitleItem,
  756. TweenInfo.new(1, Enum.EasingStyle["Linear"].Value, Enum.EasingDirection["Out"].Value),
  757. {BackgroundColor3 = Color3.fromRGB(math.random(255),math.random(255),math.random(255))})
  758. tween:Play()
  759. tween.Completed:Wait()
  760. tween:Destroy()
  761.  
  762. end
  763. end)
  764. ISSearchBox.FocusLost:Connect(function()
  765. local yourHouse = findHouse(name)
  766. if yourHouse ~= nil then
  767. local txt = ISSearchBox.Text
  768. local items = ItemSpawnerSF:GetChildren()
  769. if txt ~= "" then
  770. for i=1, #items do
  771. items[i]:Destroy()
  772. end
  773. local gg = game.ReplicatedStorage.Furniture:GetChildren()
  774. ISUpdate2(ItemSpawnerSF, gg, txt)
  775.  
  776.  
  777. else
  778. local gg = game.ReplicatedStorage.Furniture:GetChildren()
  779. ISUpdate(ItemSpawnerSF, gg)
  780.  
  781.  
  782.  
  783. end
  784. end
  785. end)
  786.  
  787.  
  788.  
  789.  
  790. end)
  791.  
  792. LimitedSpawner.MouseButton1Click:Connect(function()
  793.  
  794. press2 = Instance.new("Sound", workspace)
  795. press2.SoundId = "rbxassetid://3199286548"
  796. press2.Volume = 0.5
  797. swoosh = Instance.new("Sound", workspace)
  798. swoosh.SoundId = "rbxassetid://134012322"
  799. swoosh.Volume = 0.5
  800. if not swoosh.IsLoaded then
  801. swoosh.Loaded:Wait()
  802. end
  803. swoosh2 = Instance.new("Sound", workspace)
  804. swoosh2.SoundId = "rbxassetid://596439421"
  805. swoosh2.Volume = 0.5
  806. if not swoosh2.IsLoaded then
  807. swoosh2.Loaded:Wait()
  808. end
  809. if not press2.IsLoaded then
  810. press2.Loaded:Wait()
  811. end
  812.  
  813. local name = game:GetService("Players").LocalPlayer.Name
  814. local gui = game:GetService("CoreGui")
  815.  
  816. function showMsg(text)
  817. spawn(function()
  818. local msgwindow = Instance.new("ScreenGui")
  819. msgwindow.Name = "MsgWindow"
  820. msgwindow.Parent = gui
  821. local msgLabel = Instance.new("TextLabel")
  822. msgLabel.Text = text
  823. msgLabel.TextWrapped = true
  824. msgLabel.Parent = msgwindow
  825. msgLabel.Name = "msgLabel"
  826. msgLabel.Position = UDim2.new(0,-500,0,200)
  827. msgLabel.TextSize = 40
  828. msgLabel.Font = Enum.Font.Highway
  829. msgLabel.Size = UDim2.new(0, 505, 0, 500)
  830. msgLabel.BackgroundTransparency = 1
  831. msgLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  832. msgLabel.TextStrokeColor3 = Color3.fromRGB(math.random(255),math.random(255),math.random(255))
  833. msgLabel.TextStrokeTransparency = 0
  834. swoosh:Play()
  835. msgLabel:TweenPosition(UDim2.new(0,700,0,200))
  836. wait(5)
  837. swoosh2:Play()
  838. msgwindow:Remove()
  839. end)
  840. end
  841.  
  842. function findHouse(name)
  843. local yourHouse
  844. local things = workspace:GetChildren()
  845. for i = 1, #things do
  846. if things[i].Name == "Property" then
  847. local aHouse = things[i]:GetChildren()
  848. if aHouse[1].Name ~= "PlaceHolder" then
  849. local owner = aHouse[1].Owner.Value
  850. if owner == name then
  851. yourHouse = aHouse[1]
  852. end
  853. end
  854. end
  855. end
  856. if yourHouse == nil then
  857. apts = workspace.Apartments:GetChildren()
  858. for _,v in pairs(apts) do
  859. local owner = v.Owner.Value
  860. if owner == name then
  861. yourHouse = v
  862. end
  863. end
  864. end
  865. if yourHouse == nil then
  866. showMsg("No house found")
  867. end
  868. return yourHouse
  869. end
  870. function ISUpdate2(ItemSpawnerSF, gg, txt)
  871. yourHouse = findHouse(name)
  872. local i2 = 0
  873. for i = 1,#gg do
  874. if string.find(string.lower(gg[i].Name), string.lower(txt)) then
  875. if gg[i].Sort.Rooms.Value == "Unlisted" then
  876. local gg2 = gg[i].ColorOptions:GetChildren()
  877. for x = 1, #gg2 do
  878. i2 = i2 + 1
  879. local B = Instance.new("TextButton")
  880. local V = Instance.new("StringValue", B)
  881. V.Value = gg[i].Name
  882. local C = Instance.new("StringValue", B)
  883. C.Value = gg2[x].Name
  884. B.Parent = ItemSpawnerSF
  885. B.BackgroundColor3 = Color3.new(0.831373, 0.576471, 0.0627451)
  886. B.BorderSizePixel = 0
  887. B.Position = UDim2.new(0, 8, 0, (((i2-1)*22)+(3*i2)))
  888. B.Size = UDim2.new(0, 164, 0, 23)
  889. B.Font = Enum.Font.SourceSans
  890. B.Text = V.Value.." ("..C.Value..")"
  891. B.TextColor3 = Color3.new(0, 0, 0)
  892. B.TextScaled = true
  893. B.TextSize = 20
  894. B.TextWrapped = true
  895. ItemSpawnerSF.CanvasSize = UDim2.new(0,0,0,(#gg*22+(i*3)+3))
  896. B.MouseButton1Down:connect(function()
  897. press2:Play()
  898. local thing = game.ReplicatedStorage.Furniture:FindFirstChild(B.Text)
  899. local num = math.random(15)
  900. if num == 5 then
  901. showMsg("Tip: You must be standing in your house for this to work")
  902. end
  903. local tbl =
  904. {
  905. ["Id"] = "{B5G070FF-OMFG-4B87-B2C1-0A90ECC9C78F}",
  906. ["Name"] = V.Value,
  907. ["Color"] = C.Value
  908. }
  909. local cf = game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart").CFrame:toObjectSpace(yourHouse.Base.CFrame) + Vector3.new(game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart").CFrame.lookVector)
  910. local x1, y1, z1, m11, m12, m13, m21, m22, m23, m31, m32, m33 = cf:components()
  911.  
  912. local tbl2 = {x1, y1, z1, m11, m12, m13, m21, m22, m23, m31, m32, m33}
  913. game:GetService("Workspace").CommunicationRelays.House.PlaceFurniture:InvokeServer(tbl, tbl2)
  914.  
  915. end)
  916. end
  917. end
  918. end
  919. end
  920. end
  921.  
  922. function ISUpdate(ItemSpawnerSF, gg)
  923. local i2 = 0
  924. yourHouse = findHouse(name)
  925. for i = 1,#gg do
  926. if gg[i].Sort.Rooms.Value == "Unlisted" then
  927. local gg2 = gg[i].ColorOptions:GetChildren()
  928. for x = 1, #gg2 do
  929. i2 = i2 + 1
  930. local B = Instance.new("TextButton")
  931. local V = Instance.new("StringValue", B)
  932. V.Value = gg[i].Name
  933. local C = Instance.new("StringValue", B)
  934. C.Value = gg2[x].Name
  935. B.Parent = ItemSpawnerSF
  936. B.BackgroundColor3 = Color3.new(0.831373, 0.576471, 0.0627451)
  937. B.BorderSizePixel = 0
  938. B.Position = UDim2.new(0, 8, 0, (((i2-1)*22)+(3*i2)))
  939. B.Size = UDim2.new(0, 164, 0, 23)
  940. B.Font = Enum.Font.SourceSans
  941. B.Text = V.Value.." ("..C.Value..")"
  942. B.TextColor3 = Color3.new(0, 0, 0)
  943. B.TextScaled = true
  944. B.TextSize = 20
  945. B.TextWrapped = true
  946.  
  947. ItemSpawnerSF.CanvasSize = UDim2.new(0,0,0,(#gg*22+(i2*3)+3))
  948.  
  949. B.MouseButton1Down:connect(function()
  950. press2:Play()
  951. local thing = game.ReplicatedStorage.Furniture:FindFirstChild(B.Text)
  952. local num = math.random(15)
  953. if num == 5 then
  954. showMsg("Tip: You must be standing in your house for this to work")
  955. end
  956. local tbl =
  957. {
  958. ["Id"] = "{B5G070FF-OMFG-4B87-B2C1-0A90ECC9C78F}",
  959. ["Name"] = V.Value,
  960. ["Color"] = C.Value
  961. }
  962.  
  963. local cf = game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart").CFrame:toObjectSpace(yourHouse.Base.CFrame) + Vector3.new(game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart").CFrame.lookVector)
  964. local x1, y1, z1, m11, m12, m13, m21, m22, m23, m31, m32, m33 = cf:components()
  965.  
  966. local tbl2 = {x1, y1, z1, m11, m12, m13, m21, m22, m23, m31, m32, m33}
  967. game:GetService("Workspace").CommunicationRelays.House.PlaceFurniture:InvokeServer(tbl, tbl2)
  968. end)
  969. end
  970. end
  971. end
  972. end
  973.  
  974. local LogansSpawner= Instance.new("ScreenGui")
  975. LogansSpawner.Name = "LogansSpawner"
  976. LogansSpawner.Parent = gui
  977. LogansSpawner.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  978.  
  979.  
  980.  
  981.  
  982. local ISSearchBox = Instance.new("TextBox")
  983. local ItemSpawnerSF = Instance.new("ScrollingFrame")
  984. local ItemSpawnerF = Instance.new("Frame")
  985.  
  986. ItemSpawnerF.Name = "ItemSpawnerF"
  987. ItemSpawnerF.Parent = LogansSpawner
  988. ItemSpawnerF.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  989. ItemSpawnerF.BorderSizePixel = 0
  990. ItemSpawnerF.Position = UDim2.new(0.5, 135, 0.5, -174)
  991. ItemSpawnerF.Size = UDim2.new(0, 194, 0, 348)
  992. ItemSpawnerF.Visible = true
  993. ItemSpawnerF.Active = true
  994. ItemSpawnerF.Draggable = true
  995.  
  996.  
  997. TitleItem = Instance.new("TextLabel")
  998. TitleItem.Name = "TitleItem"
  999. TitleItem.Parent = ItemSpawnerF
  1000. TitleItem.BackgroundColor3 = Color3.new(0.831373, 0.286275, 0.121569)
  1001. TitleItem.BorderSizePixel = 0
  1002. TitleItem.Size = UDim2.new(0, 194, 0, 30)
  1003. TitleItem.Font = Enum.Font.Arial
  1004. TitleItem.Text = "LoganRMX's Limiteds"
  1005. TitleItem.TextColor3 = Color3.new(0, 0, 0)
  1006. TitleItem.TextSize = 16
  1007. TitleItem.TextWrapped = true
  1008.  
  1009. ItemSpawnerSF.Name = "ItemSpawnerSF"
  1010. ItemSpawnerSF.Parent = ItemSpawnerF
  1011. ItemSpawnerSF.BackgroundColor3 = Color3.new(0.0705882, 0.0705882, 0.0705882)
  1012. ItemSpawnerSF.BorderSizePixel = 0
  1013. ItemSpawnerSF.Position = UDim2.new(0, 0, 0.203448279, 0)
  1014. ItemSpawnerSF.Size = UDim2.new(0, 194, 0, 318)
  1015.  
  1016. ISSearchBox.Name = "ISSearchBox"
  1017. ISSearchBox.Parent = ItemSpawnerF
  1018. ISSearchBox.BackgroundColor3 = Color3.new(1, 1, 1)
  1019. ISSearchBox.BackgroundTransparency = 0.80000001192093
  1020. ISSearchBox.Size = UDim2.new(0, 194, 0, 29)
  1021. ISSearchBox.Font = Enum.Font.SourceSans
  1022. ISSearchBox.PlaceholderText = "Search Item..."
  1023. ISSearchBox.Text = ""
  1024. ISSearchBox.TextColor3 = Color3.new(1, 1, 1)
  1025. ISSearchBox.TextSize = 18
  1026. ISSearchBox.Position = UDim2.new(0, 0, 0.103448279, 0)
  1027. local gg = game.ReplicatedStorage.Furniture:GetChildren()
  1028. ISUpdate(ItemSpawnerSF, gg)
  1029. spawn(function()
  1030. while wait() do
  1031.  
  1032. local TweenService = game:GetService("TweenService")
  1033. local tween = TweenService:Create(TitleItem,
  1034. TweenInfo.new(1, Enum.EasingStyle["Linear"].Value, Enum.EasingDirection["Out"].Value),
  1035. {BackgroundColor3 = Color3.fromRGB(math.random(255),math.random(255),math.random(255))})
  1036. tween:Play()
  1037. tween.Completed:Wait()
  1038. tween:Destroy()
  1039.  
  1040. end
  1041. end)
  1042. ISSearchBox.FocusLost:Connect(function()
  1043. local yourHouse = findHouse(name)
  1044. if yourHouse ~= nil then
  1045. local txt = ISSearchBox.Text
  1046. local items = ItemSpawnerSF:GetChildren()
  1047. if txt ~= "" then
  1048. for i=1, #items do
  1049. items[i]:Destroy()
  1050. end
  1051. local gg = game.ReplicatedStorage.Furniture:GetChildren()
  1052. ISUpdate2(ItemSpawnerSF, gg, txt)
  1053.  
  1054.  
  1055. else
  1056. local gg = game.ReplicatedStorage.Furniture:GetChildren()
  1057. ISUpdate(ItemSpawnerSF, gg)
  1058.  
  1059.  
  1060.  
  1061. end
  1062. end
  1063. end)
  1064.  
  1065. end)
  1066.  
  1067. PaintingSpawner.MouseButton1Click:Connect(function()
  1068.  
  1069.  
  1070. end)
  1071.  
  1072. Autofarm.MouseButton1Click:Connect(function()
  1073. loadstring(game:HttpGet("https://pastebin.com/raw/ZD6aufs4", true))()
  1074.  
  1075.  
  1076.  
  1077. end)
  1078.  
  1079. OpAutofarm.MouseButton1Click:Connect(function()
  1080. loadstring(game:HttpGet("https://raw.githubusercontent.com/234rct632r6tn7nr362t73rc267n/spookydatabase/master/ninjalegendsguiv1.lua", true))()
  1081.  
  1082. end)
  1083.  
  1084. OpGui.MouseButton1Click:Connect(function()
  1085. loadstring(game:HttpGet(('https://pastebin.com/raw/T7weKqag'),true))()
  1086.  
  1087. end)
  1088.  
  1089. Autofarm2.MouseButton1Click:Connect(function()
  1090. loadstring(game:HttpGet(('https://pastebin.com/raw/TWr3At9M'),true))()
  1091.  
  1092. end)
  1093.  
  1094. Autofarm3.MouseButton1Click:Connect(function()
  1095. loadstring(game:HttpGet("https://pastebin.com/raw/yMhJyJn5",true))()
  1096. end)
Add Comment
Please, Sign In to add comment