Advertisement
Guest User

HEJ

a guest
Feb 22nd, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.70 KB | None | 0 0
  1. local MultiMillionare = Instance.new("ScreenGui")
  2. local ScrollingFrame = Instance.new("ScrollingFrame")
  3. local HeaderFrame = Instance.new("Frame")
  4. local ExitButton = Instance.new("TextButton")
  5. local HeaderLabel = Instance.new("TextLabel")
  6. local ButtonsFrame = Instance.new("Frame")
  7. local Parkour = Instance.new("TextButton")
  8. local PhantomForces = Instance.new("TextButton")
  9. local JailBreak = Instance.new("TextButton")
  10. local OnePieceMill = Instance.new("TextButton")
  11. local SuperPowerTraningSim = Instance.new("TextButton")
  12. local BoogaBooga = Instance.new("TextButton")
  13. local RestaurantTycoon = Instance.new("TextButton")
  14. local CounterBlox = Instance.new("TextButton")
  15. local PizzaPlace = Instance.new("TextButton")
  16. local MagnetSim = Instance.new("TextButton")
  17. local IslandRoyale = Instance.new("TextButton")
  18. local MeepCity = Instance.new("TextButton")
  19. local FloodEscape2 = Instance.new("TextButton")
  20. local SlayingSIm = Instance.new("TextButton")
  21. local RoGhoul = Instance.new("TextButton")
  22. local Strucid = Instance.new("TextButton")
  23. local ZombieAttack = Instance.new("TextButton")
  24. local LumberTycoon2 = Instance.new("TextButton")
  25. local CarCrushers2 = Instance.new("TextButton")
  26. local SwordBurst2 = Instance.new("TextButton")
  27. local HeaderLabel_2 = Instance.new("TextLabel")
  28. --Properties:
  29. MultiMillionare.Name = "MultiMillionare"
  30. MultiMillionare.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  31.  
  32. ScrollingFrame.Parent = MultiMillionare
  33. ScrollingFrame.Active = true
  34. ScrollingFrame.BackgroundColor3 = Color3.new(0.235294, 0.231373, 0.235294)
  35. ScrollingFrame.Position = UDim2.new(0.472770393, 0, 0.201251253, 0)
  36. ScrollingFrame.Size = UDim2.new(0.419100106, 0, 0.712282598, 0)
  37. ScrollingFrame.CanvasPosition = Vector2.new(0, 641.201904)
  38. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 1.5, 0)
  39. ScrollingFrame.Draggable = true
  40.  
  41. HeaderFrame.Name = "HeaderFrame"
  42. HeaderFrame.Parent = ScrollingFrame
  43. HeaderFrame.Active = true
  44. HeaderFrame.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  45. HeaderFrame.Selectable = true
  46. HeaderFrame.Size = UDim2.new(0, 531, 0, 95)
  47. HeaderFrame.Draggable = true
  48.  
  49. ExitButton.Name = "ExitButton"
  50. ExitButton.Parent = HeaderFrame
  51. ExitButton.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  52. ExitButton.BorderColor3 = Color3.new(1, 1, 1)
  53. ExitButton.BorderSizePixel = 3
  54. ExitButton.Position = UDim2.new(-0.000540810579, 0, -0.000388488756, 0)
  55. ExitButton.Size = UDim2.new(0.107783593, 0, 0.999950886, 0)
  56. ExitButton.Font = Enum.Font.SourceSansLight
  57. ExitButton.Text = "X"
  58. ExitButton.TextColor3 = Color3.new(1, 1, 1)
  59. ExitButton.TextScaled = true
  60. ExitButton.TextSize = 16
  61. ExitButton.TextWrapped = true
  62.  
  63. HeaderLabel.Name = "HeaderLabel"
  64. HeaderLabel.Parent = HeaderFrame
  65. HeaderLabel.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  66. HeaderLabel.BackgroundTransparency = 1
  67. HeaderLabel.BorderSizePixel = 0
  68. HeaderLabel.Position = UDim2.new(0.107242793, 0, -0.0109640025, 0)
  69. HeaderLabel.Size = UDim2.new(0.868274748, 0, 1.00043666, 0)
  70. HeaderLabel.Font = Enum.Font.SourceSansLight
  71. HeaderLabel.Text = "Multi Game Gui"
  72. HeaderLabel.TextColor3 = Color3.new(1, 1, 1)
  73. HeaderLabel.TextScaled = true
  74. HeaderLabel.TextSize = 32
  75. HeaderLabel.TextWrapped = true
  76.  
  77. ButtonsFrame.Name = "ButtonsFrame"
  78. ButtonsFrame.Parent = ScrollingFrame
  79. ButtonsFrame.Active = true
  80. ButtonsFrame.BackgroundColor3 = Color3.new(0.27451, 0.552941, 0.823529)
  81. ButtonsFrame.BackgroundTransparency = 1
  82. ButtonsFrame.BorderColor3 = Color3.new(0.333333, 0.666667, 1)
  83. ButtonsFrame.BorderSizePixel = 0
  84. ButtonsFrame.ClipsDescendants = true
  85. ButtonsFrame.Position = UDim2.new(0.038869258, -21, 0.255696207, -213)
  86. ButtonsFrame.Selectable = true
  87. ButtonsFrame.Size = UDim2.new(0.924028277, 41, 0.559493661, 436)
  88. ButtonsFrame.Draggable = true
  89.  
  90. Parkour.Name = "Parkour"
  91. Parkour.Parent = ButtonsFrame
  92. Parkour.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  93. Parkour.BorderSizePixel = 0
  94. Parkour.Position = UDim2.new(0.073995091, 0, 0.0950226635, 0)
  95. Parkour.Size = UDim2.new(0.198113203, 0, 0.131221727, 0)
  96. Parkour.Font = Enum.Font.SourceSansLight
  97. Parkour.Text = "Parkour"
  98. Parkour.TextColor3 = Color3.new(1, 1, 1)
  99. Parkour.TextScaled = true
  100. Parkour.TextSize = 14
  101. Parkour.TextWrapped = true
  102.  
  103. PhantomForces.Name = "PhantomForces"
  104. PhantomForces.Parent = ButtonsFrame
  105. PhantomForces.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  106. PhantomForces.BorderSizePixel = 0
  107. PhantomForces.Position = UDim2.new(0.292349517, 0, 0.0950226635, 0)
  108. PhantomForces.Size = UDim2.new(0.198113203, 0, 0.131221727, 0)
  109. PhantomForces.Font = Enum.Font.SourceSansLight
  110. PhantomForces.Text = "Phantom Forces"
  111. PhantomForces.TextColor3 = Color3.new(1, 1, 1)
  112. PhantomForces.TextScaled = true
  113. PhantomForces.TextSize = 14
  114. PhantomForces.TextWrapped = true
  115.  
  116. JailBreak.Name = "JailBreak"
  117. JailBreak.Parent = ButtonsFrame
  118. JailBreak.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  119. JailBreak.BorderSizePixel = 0
  120. JailBreak.Position = UDim2.new(0.073995091, 0, 0.592760205, 0)
  121. JailBreak.Size = UDim2.new(0.198113203, 0, 0.131221727, 0)
  122. JailBreak.Font = Enum.Font.SourceSansLight
  123. JailBreak.Text = "Jailbreak"
  124. JailBreak.TextColor3 = Color3.new(1, 1, 1)
  125. JailBreak.TextScaled = true
  126. JailBreak.TextSize = 14
  127. JailBreak.TextWrapped = true
  128.  
  129. OnePieceMill.Name = "OnePieceMill"
  130. OnePieceMill.Parent = ButtonsFrame
  131. OnePieceMill.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  132. OnePieceMill.BorderSizePixel = 0
  133. OnePieceMill.Position = UDim2.new(0.292349517, 0, 0.592760205, 0)
  134. OnePieceMill.Size = UDim2.new(0.198113203, 0, 0.131221727, 0)
  135. OnePieceMill.Font = Enum.Font.SourceSansLight
  136. OnePieceMill.Text = "One Piece Millenium"
  137. OnePieceMill.TextColor3 = Color3.new(1, 1, 1)
  138. OnePieceMill.TextScaled = true
  139. OnePieceMill.TextSize = 14
  140. OnePieceMill.TextWrapped = true
  141.  
  142. SuperPowerTraningSim.Name = "SuperPowerTraíningSim"
  143. SuperPowerTraningSim.Parent = ButtonsFrame
  144. SuperPowerTraningSim.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  145. SuperPowerTraningSim.BorderSizePixel = 0
  146. SuperPowerTraningSim.Position = UDim2.new(0.510114491, 0, 0.592760205, 0)
  147. SuperPowerTraningSim.Size = UDim2.new(0.198113203, 0, 0.131221727, 0)
  148. SuperPowerTraningSim.Font = Enum.Font.SourceSansLight
  149. SuperPowerTraningSim.Text = "Super Power Training Sim"
  150. SuperPowerTraningSim.TextColor3 = Color3.new(1, 1, 1)
  151. SuperPowerTraningSim.TextScaled = true
  152. SuperPowerTraningSim.TextSize = 14
  153. SuperPowerTraningSim.TextWrapped = true
  154.  
  155. BoogaBooga.Name = "BoogaBooga"
  156. BoogaBooga.Parent = ButtonsFrame
  157. BoogaBooga.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  158. BoogaBooga.BorderSizePixel = 0
  159. BoogaBooga.Position = UDim2.new(0.728114486, 0, 0.592760205, 0)
  160. BoogaBooga.Size = UDim2.new(0.198113203, 0, 0.131221727, 0)
  161. BoogaBooga.Font = Enum.Font.SourceSansLight
  162. BoogaBooga.Text = "Booga Booga"
  163. BoogaBooga.TextColor3 = Color3.new(1, 1, 1)
  164. BoogaBooga.TextScaled = true
  165. BoogaBooga.TextSize = 14
  166. BoogaBooga.TextWrapped = true
  167.  
  168. RestaurantTycoon.Name = "RestaurantTycoon"
  169. RestaurantTycoon.Parent = ButtonsFrame
  170. RestaurantTycoon.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  171. RestaurantTycoon.BorderSizePixel = 0
  172. RestaurantTycoon.Position = UDim2.new(0.292115808, 0, 0.773755729, 0)
  173. RestaurantTycoon.Size = UDim2.new(0.198113203, 0, 0.131221727, 0)
  174. RestaurantTycoon.Font = Enum.Font.SourceSansLight
  175. RestaurantTycoon.Text = "Restaurant Tycoon"
  176. RestaurantTycoon.TextColor3 = Color3.new(1, 1, 1)
  177. RestaurantTycoon.TextScaled = true
  178. RestaurantTycoon.TextSize = 14
  179. RestaurantTycoon.TextWrapped = true
  180.  
  181. CounterBlox.Name = "CounterBlox"
  182. CounterBlox.Parent = ButtonsFrame
  183. CounterBlox.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  184. CounterBlox.BorderSizePixel = 0
  185. CounterBlox.Position = UDim2.new(0.509123504, 0, 0.773755729, 0)
  186. CounterBlox.Size = UDim2.new(0.198113203, 0, 0.131221727, 0)
  187. CounterBlox.Font = Enum.Font.SourceSansLight
  188. CounterBlox.Text = "Counter Blox"
  189. CounterBlox.TextColor3 = Color3.new(1, 1, 1)
  190. CounterBlox.TextScaled = true
  191. CounterBlox.TextSize = 14
  192. CounterBlox.TextWrapped = true
  193.  
  194. PizzaPlace.Name = "PizzaPlace"
  195. PizzaPlace.Parent = ButtonsFrame
  196. PizzaPlace.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  197. PizzaPlace.BorderSizePixel = 0
  198. PizzaPlace.Position = UDim2.new(0.073995091, 0, 0.429864287, 0)
  199. PizzaPlace.Size = UDim2.new(0.198113203, 0, 0.131221727, 0)
  200. PizzaPlace.Font = Enum.Font.SourceSansLight
  201. PizzaPlace.Text = "Pizza Place- AutoFarm"
  202. PizzaPlace.TextColor3 = Color3.new(1, 1, 1)
  203. PizzaPlace.TextScaled = true
  204. PizzaPlace.TextSize = 14
  205. PizzaPlace.TextWrapped = true
  206.  
  207. MagnetSim.Name = "MagnetSim"
  208. MagnetSim.Parent = ButtonsFrame
  209. MagnetSim.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  210. MagnetSim.BorderSizePixel = 0
  211. MagnetSim.Position = UDim2.new(0.292349517, 0, 0.429864287, 0)
  212. MagnetSim.Size = UDim2.new(0.198113203, 0, 0.131221727, 0)
  213. MagnetSim.Font = Enum.Font.SourceSansLight
  214. MagnetSim.Text = "Magnet Sim"
  215. MagnetSim.TextColor3 = Color3.new(1, 1, 1)
  216. MagnetSim.TextScaled = true
  217. MagnetSim.TextSize = 14
  218. MagnetSim.TextWrapped = true
  219.  
  220. IslandRoyale.Name = "IslandRoyale"
  221. IslandRoyale.Parent = ButtonsFrame
  222. IslandRoyale.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  223. IslandRoyale.BorderSizePixel = 0
  224. IslandRoyale.Position = UDim2.new(0.510114491, 0, 0.429864287, 0)
  225. IslandRoyale.Size = UDim2.new(0.198113203, 0, 0.131221727, 0)
  226. IslandRoyale.Font = Enum.Font.SourceSansLight
  227. IslandRoyale.Text = "Island Royale"
  228. IslandRoyale.TextColor3 = Color3.new(1, 1, 1)
  229. IslandRoyale.TextScaled = true
  230. IslandRoyale.TextSize = 14
  231. IslandRoyale.TextWrapped = true
  232.  
  233. MeepCity.Name = "MeepCity"
  234. MeepCity.Parent = ButtonsFrame
  235. MeepCity.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  236. MeepCity.BorderSizePixel = 0
  237. MeepCity.Position = UDim2.new(0.728114486, 0, 0.429864287, 0)
  238. MeepCity.Size = UDim2.new(0.198113203, 0, 0.131221727, 0)
  239. MeepCity.Font = Enum.Font.SourceSansLight
  240. MeepCity.Text = "Meep City"
  241. MeepCity.TextColor3 = Color3.new(1, 1, 1)
  242. MeepCity.TextScaled = true
  243. MeepCity.TextSize = 14
  244. MeepCity.TextWrapped = true
  245.  
  246. FloodEscape2.Name = "FloodEscape2"
  247. FloodEscape2.Parent = ButtonsFrame
  248. FloodEscape2.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  249. FloodEscape2.BorderSizePixel = 0
  250. FloodEscape2.Position = UDim2.new(0.073995091, 0, 0.26147902, 0)
  251. FloodEscape2.Size = UDim2.new(0.198113203, 0, 0.131221727, 0)
  252. FloodEscape2.Font = Enum.Font.SourceSansLight
  253. FloodEscape2.Text = "Flood Escape 2"
  254. FloodEscape2.TextColor3 = Color3.new(1, 1, 1)
  255. FloodEscape2.TextScaled = true
  256. FloodEscape2.TextSize = 14
  257. FloodEscape2.TextWrapped = true
  258.  
  259. SlayingSIm.Name = "SlayingSIm"
  260. SlayingSIm.Parent = ButtonsFrame
  261. SlayingSIm.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  262. SlayingSIm.BorderSizePixel = 0
  263. SlayingSIm.Position = UDim2.new(0.292349517, 0, 0.262443483, 0)
  264. SlayingSIm.Size = UDim2.new(0.198113203, 0, 0.131221727, 0)
  265. SlayingSIm.Font = Enum.Font.SourceSansLight
  266. SlayingSIm.Text = "Slaying Sim"
  267. SlayingSIm.TextColor3 = Color3.new(1, 1, 1)
  268. SlayingSIm.TextScaled = true
  269. SlayingSIm.TextSize = 14
  270. SlayingSIm.TextWrapped = true
  271.  
  272. RoGhoul.Name = "RoGhoul"
  273. RoGhoul.Parent = ButtonsFrame
  274. RoGhoul.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  275. RoGhoul.BorderSizePixel = 0
  276. RoGhoul.Position = UDim2.new(0.510114491, 0, 0.262443483, 0)
  277. RoGhoul.Size = UDim2.new(0.198113203, 0, 0.131221727, 0)
  278. RoGhoul.Font = Enum.Font.SourceSansLight
  279. RoGhoul.Text = "Ro- Ghoul"
  280. RoGhoul.TextColor3 = Color3.new(1, 1, 1)
  281. RoGhoul.TextScaled = true
  282. RoGhoul.TextSize = 14
  283. RoGhoul.TextWrapped = true
  284.  
  285. Strucid.Name = "Strucid"
  286. Strucid.Parent = ButtonsFrame
  287. Strucid.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  288. Strucid.BorderSizePixel = 0
  289. Strucid.Position = UDim2.new(0.728114486, 0, 0.262443483, 0)
  290. Strucid.Size = UDim2.new(0.198113203, 0, 0.131221727, 0)
  291. Strucid.Font = Enum.Font.SourceSansLight
  292. Strucid.Text = "Strucid"
  293. Strucid.TextColor3 = Color3.new(1, 1, 1)
  294. Strucid.TextScaled = true
  295. Strucid.TextSize = 14
  296. Strucid.TextWrapped = true
  297.  
  298. ZombieAttack.Name = "ZombieAttack"
  299. ZombieAttack.Parent = ButtonsFrame
  300. ZombieAttack.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  301. ZombieAttack.BorderSizePixel = 0
  302. ZombieAttack.Position = UDim2.new(0.728114486, 0, 0.0950226635, 0)
  303. ZombieAttack.Size = UDim2.new(0.198113203, 0, 0.131221727, 0)
  304. ZombieAttack.Font = Enum.Font.SourceSansLight
  305. ZombieAttack.Text = "Zombie Attack"
  306. ZombieAttack.TextColor3 = Color3.new(1, 1, 1)
  307. ZombieAttack.TextScaled = true
  308. ZombieAttack.TextSize = 14
  309. ZombieAttack.TextWrapped = true
  310.  
  311. LumberTycoon2.Name = "LumberTycoon2"
  312. LumberTycoon2.Parent = ButtonsFrame
  313. LumberTycoon2.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  314. LumberTycoon2.BorderSizePixel = 0
  315. LumberTycoon2.Position = UDim2.new(0.510114491, 0, 0.0950226635, 0)
  316. LumberTycoon2.Size = UDim2.new(0.198113203, 0, 0.131221727, 0)
  317. LumberTycoon2.Font = Enum.Font.SourceSansLight
  318. LumberTycoon2.Text = "Lumber Tycoon 2"
  319. LumberTycoon2.TextColor3 = Color3.new(1, 1, 1)
  320. LumberTycoon2.TextScaled = true
  321. LumberTycoon2.TextSize = 14
  322. LumberTycoon2.TextWrapped = true
  323.  
  324. CarCrushers2.Name = "CarCrushers2"
  325. CarCrushers2.Parent = ButtonsFrame
  326. CarCrushers2.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  327. CarCrushers2.BorderSizePixel = 0
  328. CarCrushers2.Position = UDim2.new(0.727308512, 0, 0.773755729, 0)
  329. CarCrushers2.Size = UDim2.new(0.198113203, 0, 0.131221727, 0)
  330. CarCrushers2.Font = Enum.Font.SourceSansLight
  331. CarCrushers2.Text = "Car Crushers 2"
  332. CarCrushers2.TextColor3 = Color3.new(1, 1, 1)
  333. CarCrushers2.TextScaled = true
  334. CarCrushers2.TextSize = 14
  335. CarCrushers2.TextWrapped = true
  336.  
  337. SwordBurst2.Name = "SwordBurst2"
  338. SwordBurst2.Parent = ButtonsFrame
  339. SwordBurst2.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  340. SwordBurst2.BorderSizePixel = 0
  341. SwordBurst2.Position = UDim2.new(0.0727533698, 0, 0.773755729, 0)
  342. SwordBurst2.Size = UDim2.new(0.198113203, 0, 0.131221727, 0)
  343. SwordBurst2.Font = Enum.Font.SourceSansLight
  344. SwordBurst2.Text = "Sword Burst 2"
  345. SwordBurst2.TextColor3 = Color3.new(1, 1, 1)
  346. SwordBurst2.TextScaled = true
  347. SwordBurst2.TextSize = 14
  348. SwordBurst2.TextWrapped = true
  349.  
  350. HeaderLabel_2.Name = "HeaderLabel"
  351. HeaderLabel_2.Parent = ButtonsFrame
  352. HeaderLabel_2.BackgroundColor3 = Color3.new(0.333333, 0.666667, 1)
  353. HeaderLabel_2.BackgroundTransparency = 1
  354. HeaderLabel_2.BorderSizePixel = 0
  355. HeaderLabel_2.Position = UDim2.new(0.362561107, 0, 0.00422614813, 0)
  356. HeaderLabel_2.Size = UDim2.new(0.246210232, 0, 0.073833853, 0)
  357. HeaderLabel_2.Font = Enum.Font.SourceSansLight
  358. HeaderLabel_2.Text = "Games"
  359. HeaderLabel_2.TextColor3 = Color3.new(1, 1, 1)
  360. HeaderLabel_2.TextScaled = true
  361. HeaderLabel_2.TextSize = 32
  362. HeaderLabel_2.TextWrapped = true
  363. -- Scripts:
  364. function SCRIPT_SAPM73_FAKESCRIPT() -- ExitButton.LocalScript
  365. local script = Instance.new('LocalScript')
  366. script.Parent = ExitButton
  367. function rek()
  368. script.Parent.Parent.Parent.Parent:Destroy()
  369. end
  370.  
  371. script.Parent.MouseButton1Click:Connect(rek)
  372.  
  373. end
  374. coroutine.resume(coroutine.create(SCRIPT_SAPM73_FAKESCRIPT))
  375. function SCRIPT_DFSE72_FAKESCRIPT() -- Parkour.Script
  376. local script = Instance.new('Script')
  377. script.Parent = Parkour
  378. script.Parent.MouseButton1Click:Connect(function()
  379. loadstring(game:HttpGet("https://pastebin.com/raw/qzFFijER", true))()
  380. end)
  381.  
  382. end
  383. coroutine.resume(coroutine.create(SCRIPT_DFSE72_FAKESCRIPT))
  384. function SCRIPT_NKID72_FAKESCRIPT() -- PhantomForces.Script
  385. local script = Instance.new('Script')
  386. script.Parent = PhantomForces
  387. script.Parent.MouseButton1Click:Connect(function()
  388. loadstring(game:GetObjects("rbxassetid://2823493372")[1].Source)()
  389. end)
  390.  
  391. end
  392. coroutine.resume(coroutine.create(SCRIPT_NKID72_FAKESCRIPT))
  393. function SCRIPT_LSFA71_FAKESCRIPT() -- JailBreak.Script
  394. local script = Instance.new('Script')
  395. script.Parent = JailBreak
  396. script.Parent.MouseButton1Click:Connect(function()
  397. loadstring(game:HttpGet("https://hastebin.com/raw/ujifuzerod", true))()
  398. end)
  399.  
  400. end
  401. coroutine.resume(coroutine.create(SCRIPT_LSFA71_FAKESCRIPT))
  402. function SCRIPT_WCYN77_FAKESCRIPT() -- OnePieceMill.Script
  403. local script = Instance.new('Script')
  404. script.Parent = OnePieceMill
  405. script.Parent.MouseButton1Click:Connect(function()
  406. loadstring(game:HttpGet(('https://pastebin.com/raw/3sJewi1G'),true))()
  407. end)
  408.  
  409. end
  410. coroutine.resume(coroutine.create(SCRIPT_WCYN77_FAKESCRIPT))
  411. function SCRIPT_NKUC77_FAKESCRIPT() -- SuperPowerTraningSim.Script
  412. local script = Instance.new('Script')
  413. script.Parent = SuperPowerTraningSim
  414. script.Parent.MouseButton1Click:Connect(function()
  415. while true do
  416. wait()
  417. local A_1 =
  418. {
  419. [1] = "+FS1"
  420. }
  421. local Event = game.ReplicatedStorage.RemoteEvent
  422. Event:FireServer(A_1)
  423. end
  424. end)
  425.  
  426. end
  427. coroutine.resume(coroutine.create(SCRIPT_NKUC77_FAKESCRIPT))
  428. function SCRIPT_VMSY86_FAKESCRIPT() -- BoogaBooga.Script
  429. local script = Instance.new('Script')
  430. script.Parent = BoogaBooga
  431. script.Parent.MouseButton1Click:Connect(function()
  432. loadstring(game:HttpGet("https://pastebin.com/raw/BqFvT1SE", true))()
  433. end)
  434.  
  435. end
  436. coroutine.resume(coroutine.create(SCRIPT_VMSY86_FAKESCRIPT))
  437. function SCRIPT_RHPY79_FAKESCRIPT() -- RestaurantTycoon.Script
  438. local script = Instance.new('Script')
  439. script.Parent = RestaurantTycoon
  440. script.Parent.MouseButton1Click:Connect(function()
  441. loadstring(game:HttpGet(('https://pastebin.com/raw/bfDHmiM4'),true))()
  442. end)
  443.  
  444. end
  445. coroutine.resume(coroutine.create(SCRIPT_RHPY79_FAKESCRIPT))
  446. function SCRIPT_UUYP72_FAKESCRIPT() -- CounterBlox.Script
  447. local script = Instance.new('Script')
  448. script.Parent = CounterBlox
  449. script.Parent.MouseButton1Click:Connect(function()
  450. loadstring(game:HttpGet("https://pastebin.com/raw/E2i4A73y", true))()
  451. end)
  452.  
  453. end
  454. coroutine.resume(coroutine.create(SCRIPT_UUYP72_FAKESCRIPT))
  455. function SCRIPT_TOUM76_FAKESCRIPT() -- PizzaPlace.Script
  456. local script = Instance.new('Script')
  457. script.Parent = PizzaPlace
  458. script.Parent.MouseButton1Click:Connect(function()
  459. loadstring(game:HttpGet("https://pastebin.com/raw/cEwtwKZR",true))()
  460. end)
  461.  
  462. end
  463. coroutine.resume(coroutine.create(SCRIPT_TOUM76_FAKESCRIPT))
  464. function SCRIPT_JZRC84_FAKESCRIPT() -- MagnetSim.Script
  465. local script = Instance.new('Script')
  466. script.Parent = MagnetSim
  467. script.Parent.MouseButton1Click:Connect(function()
  468. loadstring(game:HttpGet("https://www.hastebin.com/raw/oxuhurifot", true))()
  469. end)
  470.  
  471. end
  472. coroutine.resume(coroutine.create(SCRIPT_JZRC84_FAKESCRIPT))
  473. function SCRIPT_HOTN77_FAKESCRIPT() -- IslandRoyale.Script
  474. local script = Instance.new('Script')
  475. script.Parent = IslandRoyale
  476. script.Parent.MouseButton1Click:Connect(function()
  477. loadstring(game:HttpGet("https://www.hastebin.com/raw/lawofofiso", true))()
  478. end)
  479.  
  480. end
  481. coroutine.resume(coroutine.create(SCRIPT_HOTN77_FAKESCRIPT))
  482. function SCRIPT_TAEP88_FAKESCRIPT() -- MeepCity.Script
  483. local script = Instance.new('Script')
  484. script.Parent = MeepCity
  485. script.Parent.MouseButton1Click:Connect(function()
  486. loadstring(game:HttpGet("https://hastebin.com/raw/waloxayome", true))()
  487. end)
  488.  
  489. end
  490. coroutine.resume(coroutine.create(SCRIPT_TAEP88_FAKESCRIPT))
  491. function SCRIPT_NRDW69_FAKESCRIPT() -- FloodEscape2.Script
  492. local script = Instance.new('Script')
  493. script.Parent = FloodEscape2
  494. script.Parent.MouseButton1Click:Connect(function()
  495. loadstring(game:HttpGet("https://pastebin.com/raw/mvtjvzah", true))()
  496. end)
  497.  
  498. end
  499. coroutine.resume(coroutine.create(SCRIPT_NRDW69_FAKESCRIPT))
  500. function SCRIPT_SURF88_FAKESCRIPT() -- SlayingSIm.Script
  501. local script = Instance.new('Script')
  502. script.Parent = SlayingSIm
  503. script.Parent.MouseButton1Click:Connect(function()
  504. loadstring(game:HttpGet("https://pastebin.com/raw/VnNfANWv", true))()
  505. end)
  506.  
  507. end
  508. coroutine.resume(coroutine.create(SCRIPT_SURF88_FAKESCRIPT))
  509. function SCRIPT_ISRO70_FAKESCRIPT() -- RoGhoul.Script
  510. local script = Instance.new('Script')
  511. script.Parent = RoGhoul
  512. script.Parent.MouseButton1Click:Connect(function()
  513. loadstring(game:HttpGet("https://pastebin.com/raw/CJ1wscgU", true))()
  514. end)
  515.  
  516. end
  517. coroutine.resume(coroutine.create(SCRIPT_ISRO70_FAKESCRIPT))
  518. function SCRIPT_BVCD71_FAKESCRIPT() -- Strucid.Script
  519. local script = Instance.new('Script')
  520. script.Parent = Strucid
  521. script.Parent.MouseButton1Click:Connect(function()
  522. loadstring(game:HttpGet("https://pastebin.com/raw/xfN2mkWF", true))()
  523. end)
  524.  
  525. end
  526. coroutine.resume(coroutine.create(SCRIPT_BVCD71_FAKESCRIPT))
  527. function SCRIPT_UPBU70_FAKESCRIPT() -- ZombieAttack.Script
  528. local script = Instance.new('Script')
  529. script.Parent = ZombieAttack
  530. script.Parent.MouseButton1Click:Connect(function()
  531. loadstring(game:HttpGet("https://pastebin.com/raw/iYiJxU9M", true))()
  532. end)
  533.  
  534. end
  535. coroutine.resume(coroutine.create(SCRIPT_UPBU70_FAKESCRIPT))
  536. function SCRIPT_BEPI66_FAKESCRIPT() -- LumberTycoon2.Script
  537. local script = Instance.new('Script')
  538. script.Parent = LumberTycoon2
  539. script.Parent.MouseButton1Click:Connect(function()
  540. loadstring(game:HttpGet("https://pastebin.com/raw/bhGd2EBD", true))()
  541. end)
  542.  
  543. end
  544. coroutine.resume(coroutine.create(SCRIPT_BEPI66_FAKESCRIPT))
  545. function SCRIPT_YIIC78_FAKESCRIPT() -- CarCrushers2.Script
  546. local script = Instance.new('Script')
  547. script.Parent = CarCrushers2
  548. script.Parent.MouseButton1Click:Connect(function()
  549. wait(1)
  550. game.Workspace:WaitForChild(game.Players.LocalPlayer.Name)
  551. wait(1)
  552. local ts = game:GetService("TeleportService")
  553. local p = game:GetService("Players").LocalPlayer
  554. if game.PlaceId == 654732683 then
  555. for _,v in pairs(game.workspace:GetChildren()) do
  556. if tonumber(v.name) then
  557. if v:IsA("Part") then
  558. pos = v.CFrame.p
  559. p.Character.HumanoidRootPart.CFrame = CFrame.new(pos)
  560. end
  561. end
  562. end
  563. wait(1)
  564. ts:Teleport(game.PlaceId, p)
  565. end
  566. end)
  567.  
  568. end
  569. coroutine.resume(coroutine.create(SCRIPT_YIIC78_FAKESCRIPT))
  570. function SCRIPT_TJNR77_FAKESCRIPT() -- SwordBurst2.Script
  571. local script = Instance.new('Script')
  572. script.Parent = SwordBurst2
  573. script.Parent.MouseButton1Click:Connect(function()
  574. loadstring(game:HttpGet("https://pastebin.com/raw/0YahafQ9", true))()
  575. end)
  576.  
  577. end
  578. coroutine.resume(coroutine.create(SCRIPT_TJNR77_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement