Advertisement
_Thanh_Thy_Cute_

GOD TYCOON GET ALL WEAPONS - ALL TELEPORTS & MORE GUI!

Aug 2nd, 2021
2,554
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.21 KB | None | 0 0
  1. --This just applies an impulse to the vehicle’s LookVector, you have to use the nitrous to activate it.
  2. local h4x = Instance.new("ScreenGui")
  3. local main = Instance.new("Frame")
  4. local title = Instance.new("TextLabel")
  5. local ImageLabel = Instance.new("ImageLabel")
  6. local center_teleport = Instance.new("TextButton")
  7. local Credits = Instance.new("TextLabel")
  8. local music_1 = Instance.new("TextButton")
  9. local music_2 = Instance.new("TextButton")
  10. local stop_songs = Instance.new("TextButton")
  11. local lightning_teleport = Instance.new("TextButton")
  12. local death_teleport = Instance.new("TextButton")
  13. local poison_teleport = Instance.new("TextButton")
  14. local ice_teleport = Instance.new("TextButton")
  15. local light_teleport = Instance.new("TextButton")
  16. local nature_teleport = Instance.new("TextButton")
  17. local wind_teleport = Instance.new("TextButton")
  18. local get_weapons = Instance.new("TextButton")
  19. local noclip = Instance.new("TextButton")
  20. local lightning_morph = Instance.new("TextButton")
  21. local poison_morph = Instance.new("TextButton")
  22. local ice_morph = Instance.new("TextButton")
  23. local fire_morph = Instance.new("TextButton")
  24. local death_morph = Instance.new("TextButton")
  25. local wind_morph = Instance.new("TextButton")
  26. local nature_morph = Instance.new("TextButton")
  27. local light_morph = Instance.new("TextButton")
  28. local speed_button = Instance.new("TextButton")
  29. local speed_value_textbox = Instance.new("TextBox")
  30. local open_close = Instance.new("Frame")
  31. local open_close_2 = Instance.new("TextButton")
  32.  
  33. --Properties:
  34.  
  35. h4x.Name = "h4x"
  36. h4x.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  37. h4x.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  38.  
  39. main.Name = "main"
  40. main.Parent = h4x
  41. main.BackgroundColor3 = Color3.fromRGB(4, 134, 104)
  42. main.BorderColor3 = Color3.fromRGB(4, 134, 104)
  43. main.BorderSizePixel = 0
  44. main.Position = UDim2.new(0.692518234, 0, 0.0289389063, 0)
  45. main.Size = UDim2.new(0, 320, 0, 554)
  46.  
  47. title.Name = "title"
  48. title.Parent = main
  49. title.BackgroundColor3 = Color3.fromRGB(5, 190, 147)
  50. title.BorderColor3 = Color3.fromRGB(2, 117, 88)
  51. title.BorderSizePixel = 4
  52. title.Size = UDim2.new(0, 320, 0, 55)
  53. title.Font = Enum.Font.SourceSans
  54. title.Text = "GOD TYCOON GUI"
  55. title.TextColor3 = Color3.fromRGB(1, 0, 89)
  56. title.TextSize = 35.000
  57.  
  58. ImageLabel.Parent = main
  59. ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  60. ImageLabel.BorderColor3 = Color3.fromRGB(255, 255, 255)
  61. ImageLabel.BorderSizePixel = 0
  62. ImageLabel.Position = UDim2.new(-0.581250012, 0, 0.699327946, 0)
  63. ImageLabel.Size = UDim2.new(0, 186, 0, 165)
  64. ImageLabel.Image = "rbxassetid://7182999569"
  65.  
  66. center_teleport.Name = "center_teleport"
  67. center_teleport.Parent = main
  68. center_teleport.BackgroundColor3 = Color3.fromRGB(89, 204, 145)
  69. center_teleport.BorderColor3 = Color3.fromRGB(27, 42, 53)
  70. center_teleport.BorderSizePixel = 0
  71. center_teleport.Position = UDim2.new(0.550000012, 0, 0.118876547, 0)
  72. center_teleport.Size = UDim2.new(0, 144, 0, 31)
  73. center_teleport.Font = Enum.Font.SourceSans
  74. center_teleport.Text = "Teleport to Center"
  75. center_teleport.TextColor3 = Color3.fromRGB(0, 0, 0)
  76. center_teleport.TextSize = 20.000
  77.  
  78. Credits.Name = "Credits"
  79. Credits.Parent = main
  80. Credits.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  81. Credits.BackgroundTransparency = 1.000
  82. Credits.Position = UDim2.new(0.59375, 0, 0.926134646, 0)
  83. Credits.Size = UDim2.new(0, 130, 0, 40)
  84. Credits.Font = Enum.Font.Antique
  85. Credits.Text = "JUKjacker"
  86. Credits.TextColor3 = Color3.fromRGB(1, 0, 89)
  87. Credits.TextScaled = true
  88. Credits.TextSize = 50.000
  89. Credits.TextWrapped = true
  90.  
  91. music_1.Name = "music_1"
  92. music_1.Parent = main
  93. music_1.BackgroundColor3 = Color3.fromRGB(77, 182, 80)
  94. music_1.BorderColor3 = Color3.fromRGB(27, 42, 53)
  95. music_1.BorderSizePixel = 0
  96. music_1.Position = UDim2.new(0, 0, 0.756107509, 0)
  97. music_1.Size = UDim2.new(0, 110, 0, 33)
  98. music_1.Font = Enum.Font.SourceSans
  99. music_1.Text = "Music 1"
  100. music_1.TextColor3 = Color3.fromRGB(0, 0, 0)
  101. music_1.TextScaled = true
  102. music_1.TextSize = 20.000
  103. music_1.TextWrapped = true
  104.  
  105. music_2.Name = "music_2"
  106. music_2.Parent = main
  107. music_2.BackgroundColor3 = Color3.fromRGB(77, 182, 80)
  108. music_2.BorderColor3 = Color3.fromRGB(27, 42, 53)
  109. music_2.BorderSizePixel = 0
  110. music_2.Position = UDim2.new(0, 0, 0.829176068, 0)
  111. music_2.Size = UDim2.new(0, 110, 0, 33)
  112. music_2.Font = Enum.Font.SourceSans
  113. music_2.Text = "Music 2"
  114. music_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  115. music_2.TextScaled = true
  116. music_2.TextSize = 20.000
  117. music_2.TextWrapped = true
  118.  
  119. stop_songs.Name = "stop_songs"
  120. stop_songs.Parent = main
  121. stop_songs.BackgroundColor3 = Color3.fromRGB(182, 117, 43)
  122. stop_songs.BorderColor3 = Color3.fromRGB(27, 42, 53)
  123. stop_songs.BorderSizePixel = 0
  124. stop_songs.Position = UDim2.new(0, 0, 0.915448785, 0)
  125. stop_songs.Size = UDim2.new(0, 78, 0, 33)
  126. stop_songs.Font = Enum.Font.SourceSans
  127. stop_songs.Text = "Stop songs"
  128. stop_songs.TextColor3 = Color3.fromRGB(0, 0, 0)
  129. stop_songs.TextSize = 20.000
  130. stop_songs.TextWrapped = true
  131.  
  132. lightning_teleport.Name = "lightning_teleport"
  133. lightning_teleport.Parent = main
  134. lightning_teleport.BackgroundColor3 = Color3.fromRGB(89, 204, 145)
  135. lightning_teleport.BorderColor3 = Color3.fromRGB(27, 42, 53)
  136. lightning_teleport.BorderSizePixel = 0
  137. lightning_teleport.Position = UDim2.new(0.550000012, 0, 0.185663551, 0)
  138. lightning_teleport.Size = UDim2.new(0, 144, 0, 37)
  139. lightning_teleport.Font = Enum.Font.SourceSans
  140. lightning_teleport.Text = "Teleport to lightning base"
  141. lightning_teleport.TextColor3 = Color3.fromRGB(0, 0, 0)
  142. lightning_teleport.TextScaled = true
  143. lightning_teleport.TextSize = 20.000
  144. lightning_teleport.TextWrapped = true
  145.  
  146. death_teleport.Name = "death_teleport"
  147. death_teleport.Parent = main
  148. death_teleport.BackgroundColor3 = Color3.fromRGB(89, 204, 145)
  149. death_teleport.BorderColor3 = Color3.fromRGB(27, 42, 53)
  150. death_teleport.BorderSizePixel = 0
  151. death_teleport.Position = UDim2.new(0.550000012, 0, 0.265085936, 0)
  152. death_teleport.Size = UDim2.new(0, 144, 0, 37)
  153. death_teleport.Font = Enum.Font.SourceSans
  154. death_teleport.Text = "Teleport to death base"
  155. death_teleport.TextColor3 = Color3.fromRGB(0, 0, 0)
  156. death_teleport.TextScaled = true
  157. death_teleport.TextSize = 20.000
  158. death_teleport.TextWrapped = true
  159.  
  160. poison_teleport.Name = "poison_teleport"
  161. poison_teleport.Parent = main
  162. poison_teleport.BackgroundColor3 = Color3.fromRGB(89, 204, 145)
  163. poison_teleport.BorderColor3 = Color3.fromRGB(27, 42, 53)
  164. poison_teleport.BorderSizePixel = 0
  165. poison_teleport.Position = UDim2.new(0.550000012, 0, 0.342703253, 0)
  166. poison_teleport.Size = UDim2.new(0, 144, 0, 37)
  167. poison_teleport.Font = Enum.Font.SourceSans
  168. poison_teleport.Text = "Teleport to poison base"
  169. poison_teleport.TextColor3 = Color3.fromRGB(0, 0, 0)
  170. poison_teleport.TextScaled = true
  171. poison_teleport.TextSize = 20.000
  172. poison_teleport.TextWrapped = true
  173.  
  174. ice_teleport.Name = "ice_teleport"
  175. ice_teleport.Parent = main
  176. ice_teleport.BackgroundColor3 = Color3.fromRGB(89, 204, 145)
  177. ice_teleport.BorderColor3 = Color3.fromRGB(27, 42, 53)
  178. ice_teleport.BorderSizePixel = 0
  179. ice_teleport.Position = UDim2.new(0.550000012, 0, 0.423930705, 0)
  180. ice_teleport.Size = UDim2.new(0, 144, 0, 37)
  181. ice_teleport.Font = Enum.Font.SourceSans
  182. ice_teleport.Text = "Teleport to ice base"
  183. ice_teleport.TextColor3 = Color3.fromRGB(0, 0, 0)
  184. ice_teleport.TextScaled = true
  185. ice_teleport.TextSize = 20.000
  186. ice_teleport.TextWrapped = true
  187.  
  188. light_teleport.Name = "light_teleport"
  189. light_teleport.Parent = main
  190. light_teleport.BackgroundColor3 = Color3.fromRGB(89, 204, 145)
  191. light_teleport.BorderColor3 = Color3.fromRGB(27, 42, 53)
  192. light_teleport.BorderSizePixel = 0
  193. light_teleport.Position = UDim2.new(0.550000012, 0, 0.506963193, 0)
  194. light_teleport.Size = UDim2.new(0, 144, 0, 37)
  195. light_teleport.Font = Enum.Font.SourceSans
  196. light_teleport.Text = "Teleport to light base"
  197. light_teleport.TextColor3 = Color3.fromRGB(0, 0, 0)
  198. light_teleport.TextScaled = true
  199. light_teleport.TextSize = 20.000
  200. light_teleport.TextWrapped = true
  201.  
  202. nature_teleport.Name = "nature_teleport"
  203. nature_teleport.Parent = main
  204. nature_teleport.BackgroundColor3 = Color3.fromRGB(89, 204, 145)
  205. nature_teleport.BorderColor3 = Color3.fromRGB(27, 42, 53)
  206. nature_teleport.BorderSizePixel = 0
  207. nature_teleport.Position = UDim2.new(0.550000012, 0, 0.588190675, 0)
  208. nature_teleport.Size = UDim2.new(0, 144, 0, 37)
  209. nature_teleport.Font = Enum.Font.SourceSans
  210. nature_teleport.Text = "Teleport to nature base"
  211. nature_teleport.TextColor3 = Color3.fromRGB(0, 0, 0)
  212. nature_teleport.TextScaled = true
  213. nature_teleport.TextSize = 20.000
  214. nature_teleport.TextWrapped = true
  215.  
  216. wind_teleport.Name = "wind_teleport"
  217. wind_teleport.Parent = main
  218. wind_teleport.BackgroundColor3 = Color3.fromRGB(89, 204, 145)
  219. wind_teleport.BorderColor3 = Color3.fromRGB(27, 42, 53)
  220. wind_teleport.BorderSizePixel = 0
  221. wind_teleport.Position = UDim2.new(0.550000012, 0, 0.667613029, 0)
  222. wind_teleport.Size = UDim2.new(0, 144, 0, 37)
  223. wind_teleport.Font = Enum.Font.SourceSans
  224. wind_teleport.Text = "Teleport to wind base"
  225. wind_teleport.TextColor3 = Color3.fromRGB(0, 0, 0)
  226. wind_teleport.TextScaled = true
  227. wind_teleport.TextSize = 20.000
  228. wind_teleport.TextWrapped = true
  229.  
  230. get_weapons.Name = "get_weapons"
  231. get_weapons.Parent = main
  232. get_weapons.BackgroundColor3 = Color3.fromRGB(121, 173, 10)
  233. get_weapons.BorderColor3 = Color3.fromRGB(27, 42, 53)
  234. get_weapons.BorderSizePixel = 0
  235. get_weapons.Position = UDim2.new(0, 0, 0.118876547, 0)
  236. get_weapons.Size = UDim2.new(0, 153, 0, 31)
  237. get_weapons.Font = Enum.Font.SourceSans
  238. get_weapons.Text = "Get all weapons (OP)"
  239. get_weapons.TextColor3 = Color3.fromRGB(0, 0, 0)
  240. get_weapons.TextSize = 20.000
  241. get_weapons.TextWrapped = true
  242.  
  243. noclip.Name = "noclip"
  244. noclip.Parent = main
  245. noclip.BackgroundColor3 = Color3.fromRGB(79, 182, 129)
  246. noclip.BorderColor3 = Color3.fromRGB(27, 42, 53)
  247. noclip.BorderSizePixel = 0
  248. noclip.Position = UDim2.new(0, 0, 0.185663551, 0)
  249. noclip.Size = UDim2.new(0, 153, 0, 31)
  250. noclip.Font = Enum.Font.SourceSans
  251. noclip.Text = "e to noclip"
  252. noclip.TextColor3 = Color3.fromRGB(0, 0, 0)
  253. noclip.TextSize = 20.000
  254. noclip.TextWrapped = true
  255.  
  256. lightning_morph.Name = "lightning_morph"
  257. lightning_morph.Parent = main
  258. lightning_morph.BackgroundColor3 = Color3.fromRGB(73, 182, 89)
  259. lightning_morph.BorderColor3 = Color3.fromRGB(27, 42, 53)
  260. lightning_morph.BorderSizePixel = 0
  261. lightning_morph.Position = UDim2.new(0, 0, 0.252450556, 0)
  262. lightning_morph.Size = UDim2.new(0, 153, 0, 31)
  263. lightning_morph.Font = Enum.Font.SourceSans
  264. lightning_morph.Text = "Lightning morph"
  265. lightning_morph.TextColor3 = Color3.fromRGB(0, 0, 0)
  266. lightning_morph.TextSize = 20.000
  267. lightning_morph.TextWrapped = true
  268.  
  269. poison_morph.Name = "poison_morph"
  270. poison_morph.Parent = main
  271. poison_morph.BackgroundColor3 = Color3.fromRGB(73, 182, 89)
  272. poison_morph.BorderColor3 = Color3.fromRGB(27, 42, 53)
  273. poison_morph.BorderSizePixel = 0
  274. poison_morph.Position = UDim2.new(0, 0, 0.31923756, 0)
  275. poison_morph.Size = UDim2.new(0, 153, 0, 31)
  276. poison_morph.Font = Enum.Font.SourceSans
  277. poison_morph.Text = "Poison morph"
  278. poison_morph.TextColor3 = Color3.fromRGB(0, 0, 0)
  279. poison_morph.TextSize = 20.000
  280. poison_morph.TextWrapped = true
  281.  
  282. ice_morph.Name = "ice_morph"
  283. ice_morph.Parent = main
  284. ice_morph.BackgroundColor3 = Color3.fromRGB(73, 182, 89)
  285. ice_morph.BorderColor3 = Color3.fromRGB(27, 42, 53)
  286. ice_morph.BorderSizePixel = 0
  287. ice_morph.Position = UDim2.new(0, 0, 0.386024565, 0)
  288. ice_morph.Size = UDim2.new(0, 153, 0, 31)
  289. ice_morph.Font = Enum.Font.SourceSans
  290. ice_morph.Text = "Ice morph"
  291. ice_morph.TextColor3 = Color3.fromRGB(0, 0, 0)
  292. ice_morph.TextSize = 20.000
  293. ice_morph.TextWrapped = true
  294.  
  295. fire_morph.Name = "fire_morph"
  296. fire_morph.Parent = main
  297. fire_morph.BackgroundColor3 = Color3.fromRGB(73, 182, 89)
  298. fire_morph.BorderColor3 = Color3.fromRGB(27, 42, 53)
  299. fire_morph.BorderSizePixel = 0
  300. fire_morph.Position = UDim2.new(0, 0, 0.451006532, 0)
  301. fire_morph.Size = UDim2.new(0, 153, 0, 31)
  302. fire_morph.Font = Enum.Font.SourceSans
  303. fire_morph.Text = "Fire morph"
  304. fire_morph.TextColor3 = Color3.fromRGB(0, 0, 0)
  305. fire_morph.TextSize = 20.000
  306. fire_morph.TextWrapped = true
  307.  
  308. death_morph.Name = "death_morph"
  309. death_morph.Parent = main
  310. death_morph.BackgroundColor3 = Color3.fromRGB(73, 182, 89)
  311. death_morph.BorderColor3 = Color3.fromRGB(27, 42, 53)
  312. death_morph.BorderSizePixel = 0
  313. death_morph.Position = UDim2.new(0, 0, 0.515988529, 0)
  314. death_morph.Size = UDim2.new(0, 153, 0, 31)
  315. death_morph.Font = Enum.Font.SourceSans
  316. death_morph.Text = "Death morph"
  317. death_morph.TextColor3 = Color3.fromRGB(0, 0, 0)
  318. death_morph.TextSize = 20.000
  319. death_morph.TextWrapped = true
  320.  
  321. wind_morph.Name = "wind_morph"
  322. wind_morph.Parent = main
  323. wind_morph.BackgroundColor3 = Color3.fromRGB(73, 182, 89)
  324. wind_morph.BorderColor3 = Color3.fromRGB(27, 42, 53)
  325. wind_morph.BorderSizePixel = 0
  326. wind_morph.Position = UDim2.new(0, 0, 0.588190675, 0)
  327. wind_morph.Size = UDim2.new(0, 153, 0, 31)
  328. wind_morph.Font = Enum.Font.SourceSans
  329. wind_morph.Text = "Wind morph"
  330. wind_morph.TextColor3 = Color3.fromRGB(0, 0, 0)
  331. wind_morph.TextSize = 20.000
  332. wind_morph.TextWrapped = true
  333.  
  334. nature_morph.Name = "nature_morph"
  335. nature_morph.Parent = main
  336. nature_morph.BackgroundColor3 = Color3.fromRGB(73, 182, 89)
  337. nature_morph.BorderColor3 = Color3.fromRGB(27, 42, 53)
  338. nature_morph.BorderSizePixel = 0
  339. nature_morph.Position = UDim2.new(0, 0, 0.654977679, 0)
  340. nature_morph.Size = UDim2.new(0, 153, 0, 31)
  341. nature_morph.Font = Enum.Font.SourceSans
  342. nature_morph.Text = "Nature morph"
  343. nature_morph.TextColor3 = Color3.fromRGB(0, 0, 0)
  344. nature_morph.TextSize = 20.000
  345. nature_morph.TextWrapped = true
  346.  
  347. light_morph.Name = "light_morph"
  348. light_morph.Parent = main
  349. light_morph.BackgroundColor3 = Color3.fromRGB(73, 182, 89)
  350. light_morph.BorderColor3 = Color3.fromRGB(27, 42, 53)
  351. light_morph.BorderSizePixel = 0
  352. light_morph.Position = UDim2.new(0.550000012, 0, 0.756060719, 0)
  353. light_morph.Size = UDim2.new(0, 144, 0, 31)
  354. light_morph.Font = Enum.Font.SourceSans
  355. light_morph.Text = "Light morph"
  356. light_morph.TextColor3 = Color3.fromRGB(0, 0, 0)
  357. light_morph.TextSize = 20.000
  358. light_morph.TextWrapped = true
  359.  
  360. speed_button.Name = "speed_button"
  361. speed_button.Parent = main
  362. speed_button.BackgroundColor3 = Color3.fromRGB(72, 165, 117)
  363. speed_button.BorderColor3 = Color3.fromRGB(27, 42, 53)
  364. speed_button.BorderSizePixel = 0
  365. speed_button.Position = UDim2.new(0.550000012, 0, 0.824652731, 0)
  366. speed_button.Size = UDim2.new(0, 144, 0, 22)
  367. speed_button.Font = Enum.Font.SourceSans
  368. speed_button.Text = "Speed"
  369. speed_button.TextColor3 = Color3.fromRGB(0, 0, 0)
  370. speed_button.TextScaled = true
  371. speed_button.TextSize = 20.000
  372. speed_button.TextWrapped = true
  373.  
  374. speed_value_textbox.Name = "speed_value_textbox"
  375. speed_value_textbox.Parent = main
  376. speed_value_textbox.BackgroundColor3 = Color3.fromRGB(147, 255, 201)
  377. speed_value_textbox.BorderSizePixel = 0
  378. speed_value_textbox.Position = UDim2.new(0.550000012, 0, 0.862815857, 0)
  379. speed_value_textbox.Size = UDim2.new(0, 144, 0, 29)
  380. speed_value_textbox.ClearTextOnFocus = false
  381. speed_value_textbox.Font = Enum.Font.SourceSans
  382. speed_value_textbox.Text = "100"
  383. speed_value_textbox.TextColor3 = Color3.fromRGB(0, 0, 0)
  384. speed_value_textbox.TextScaled = true
  385. speed_value_textbox.TextSize = 20.000
  386. speed_value_textbox.TextWrapped = true
  387.  
  388. open_close.Name = "open_close"
  389. open_close.Parent = h4x
  390. open_close.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  391. open_close.BackgroundTransparency = 1.000
  392. open_close.Size = UDim2.new(0, 100, 0, 100)
  393.  
  394. open_close_2.Name = "open_close"
  395. open_close_2.Parent = open_close
  396. open_close_2.BackgroundColor3 = Color3.fromRGB(76, 173, 123)
  397. open_close_2.BorderColor3 = Color3.fromRGB(27, 42, 53)
  398. open_close_2.BorderSizePixel = 0
  399. open_close_2.Position = UDim2.new(6.80999994, 0, 0.171367407, 0)
  400. open_close_2.Size = UDim2.new(0, 68, 0, 40)
  401. open_close_2.Font = Enum.Font.SourceSans
  402. open_close_2.Text = "Hide"
  403. open_close_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  404. open_close_2.TextSize = 20.000
  405.  
  406. -- Scripts:
  407.  
  408. local function LATA_fake_script() -- center_teleport.LocalScript
  409. local script = Instance.new('LocalScript', center_teleport)
  410.  
  411. function do_stuff()
  412. game.Players.LocalPlayer.Character:moveTo(Vector3.new(77.200912475586, 136.28895568848, -173.05107116699))
  413. end
  414.  
  415. script.Parent.MouseButton1Click:Connect(do_stuff)
  416.  
  417. end
  418. coroutine.wrap(LATA_fake_script)()
  419. local function LZMW_fake_script() -- music_1.LocalScript
  420. local script = Instance.new('LocalScript', music_1)
  421.  
  422. function do_stuff()
  423. local music = Instance.new("Sound")
  424. music.Parent = workspace
  425. music.SoundId = "rbxassetid://6665234911"
  426. music.Volume = 10
  427. music.Looped = true
  428. music.Name = "music"
  429. music:Play()
  430. end
  431.  
  432. script.Parent.MouseButton1Click:Connect(do_stuff)
  433.  
  434. end
  435. coroutine.wrap(LZMW_fake_script)()
  436. local function UXPTY_fake_script() -- music_2.LocalScript
  437. local script = Instance.new('LocalScript', music_2)
  438.  
  439. function do_stuff()
  440. local music = Instance.new("Sound")
  441. music.Parent = workspace
  442. music.SoundId = "rbxassetid://5998819632"
  443. music.Volume = 10
  444. music.Looped = true
  445. music.Name = "music"
  446. music:Play()
  447. end
  448.  
  449. script.Parent.MouseButton1Click:Connect(do_stuff)
  450.  
  451. end
  452. coroutine.wrap(UXPTY_fake_script)()
  453. local function EZODDJE_fake_script() -- stop_songs.LocalScript
  454. local script = Instance.new('LocalScript', stop_songs)
  455.  
  456. function do_stuff()
  457. for i,v in pairs(workspace:GetChildren()) do
  458. if v.Name == "music" then
  459. v:Remove()
  460. end
  461. end
  462. end
  463.  
  464. script.Parent.MouseButton1Click:Connect(do_stuff)
  465.  
  466. end
  467. coroutine.wrap(EZODDJE_fake_script)()
  468. local function IJDVJ_fake_script() -- lightning_teleport.LocalScript
  469. local script = Instance.new('LocalScript', lightning_teleport)
  470.  
  471. function do_stuff()
  472. game.Players.LocalPlayer.Character:moveTo(Vector3.new(218.96739196777, 141.97253417969, -317.11404418945))
  473. end
  474.  
  475. script.Parent.MouseButton1Click:Connect(do_stuff)
  476.  
  477. end
  478. coroutine.wrap(IJDVJ_fake_script)()
  479. local function VCZEWQK_fake_script() -- death_teleport.LocalScript
  480. local script = Instance.new('LocalScript', death_teleport)
  481.  
  482. function do_stuff()
  483. game.Players.LocalPlayer.Character:moveTo(Vector3.new(86.338417053223, 141.7392578125, -375.60772705078))
  484. end
  485.  
  486. script.Parent.MouseButton1Click:Connect(do_stuff)
  487.  
  488. end
  489. coroutine.wrap(VCZEWQK_fake_script)()
  490. local function HAEVUM_fake_script() -- poison_teleport.LocalScript
  491. local script = Instance.new('LocalScript', poison_teleport)
  492.  
  493. function do_stuff()
  494. game.Players.LocalPlayer.Character:moveTo(Vector3.new(-51.093280792236, 141.83815002441, -319.45190429688))
  495. end
  496.  
  497. script.Parent.MouseButton1Click:Connect(do_stuff)
  498.  
  499. end
  500. coroutine.wrap(HAEVUM_fake_script)()
  501. local function FVAS_fake_script() -- ice_teleport.LocalScript
  502. local script = Instance.new('LocalScript', ice_teleport)
  503.  
  504. function do_stuff()
  505. game.Players.LocalPlayer.Character:moveTo(Vector3.new(287.42858886719, 141.94912719727, -172.95935058594))
  506. end
  507.  
  508. script.Parent.MouseButton1Click:Connect(do_stuff)
  509.  
  510. end
  511. coroutine.wrap(FVAS_fake_script)()
  512. local function RXCF_fake_script() -- light_teleport.LocalScript
  513. local script = Instance.new('LocalScript', light_teleport)
  514.  
  515. function do_stuff()
  516. game.Players.LocalPlayer.Character:moveTo(Vector3.new(214.74580383301, 141.95018005371, -30.623189926147))
  517. end
  518.  
  519. script.Parent.MouseButton1Click:Connect(do_stuff)
  520.  
  521. end
  522. coroutine.wrap(RXCF_fake_script)()
  523. local function VOQZRU_fake_script() -- nature_teleport.LocalScript
  524. local script = Instance.new('LocalScript', nature_teleport)
  525.  
  526. function do_stuff()
  527. game.Players.LocalPlayer.Character:moveTo(Vector3.new(79.047225952148, 141.78202819824, 32.028415679932))
  528. end
  529.  
  530. script.Parent.MouseButton1Click:Connect(do_stuff)
  531.  
  532. end
  533. coroutine.wrap(VOQZRU_fake_script)()
  534. local function DCBYOWL_fake_script() -- wind_teleport.LocalScript
  535. local script = Instance.new('LocalScript', wind_teleport)
  536.  
  537. function do_stuff()
  538. game.Players.LocalPlayer.Character:moveTo(Vector3.new(-71.147148132324, 141.96440124512, -34.252185821533))
  539. end
  540.  
  541. script.Parent.MouseButton1Click:Connect(do_stuff)
  542.  
  543. end
  544. coroutine.wrap(DCBYOWL_fake_script)()
  545. local function EECFUL_fake_script() -- get_weapons.LocalScript
  546. local script = Instance.new('LocalScript', get_weapons)
  547.  
  548. function do_stuff()
  549. for i,tycoon in pairs(workspace.Tycoons.Tycoons:GetChildren()) do
  550. for j,purchased in pairs(tycoon:FindFirstChild("PurchasedObjects"):GetChildren()) do
  551. local name = purchased.Name:lower()
  552. if name:match("giver") then
  553. local giver = purchased:FindFirstChild("Giver")
  554. giver.Position = game.Players.LocalPlayer.Character.Head.Position
  555. end
  556. end
  557. end
  558. end
  559.  
  560. script.Parent.MouseButton1Click:Connect(do_stuff)
  561.  
  562. end
  563. coroutine.wrap(EECFUL_fake_script)()
  564. local function YIQAZN_fake_script() -- noclip.LocalScript
  565. local script = Instance.new('LocalScript', noclip)
  566.  
  567. function do_stuff()
  568. local noclip = false
  569. game:GetService('RunService').Stepped:connect(function()
  570. if noclip then
  571. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  572. end
  573. end)
  574. local plr = game.Players.LocalPlayer
  575. local mouse = plr:GetMouse()
  576. mouse.KeyDown:connect(function(key)
  577.  
  578. if key == "e" then
  579. noclip = not noclip
  580. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  581. end
  582. end)
  583. print('Loaded')
  584. print('Press "E" to noclip')
  585. end
  586.  
  587. script.Parent.MouseButton1Click:Connect(do_stuff)
  588.  
  589. end
  590. coroutine.wrap(YIQAZN_fake_script)()
  591. local function TDBO_fake_script() -- lightning_morph.LocalScript
  592. local script = Instance.new('LocalScript', lightning_morph)
  593.  
  594. function do_stuff()
  595. workspace.Tycoons.Tycoons.Lightning.PurchasedObjects:FindFirstChild("Morph")[""].MorphButton.Position = game.Players.LocalPlayer.Character.Head.Position
  596. end
  597.  
  598. script.Parent.MouseButton1Click:Connect(do_stuff)
  599.  
  600. end
  601. coroutine.wrap(TDBO_fake_script)()
  602. local function EZKI_fake_script() -- poison_morph.LocalScript
  603. local script = Instance.new('LocalScript', poison_morph)
  604.  
  605. function do_stuff()
  606. workspace.Tycoons.Tycoons.Poison.PurchasedObjects:FindFirstChild("Morph")[""].MorphButton.Position = game.Players.LocalPlayer.Character.Head.Position
  607. end
  608.  
  609. script.Parent.MouseButton1Click:Connect(do_stuff)
  610.  
  611. end
  612. coroutine.wrap(EZKI_fake_script)()
  613. local function QEBS_fake_script() -- ice_morph.LocalScript
  614. local script = Instance.new('LocalScript', ice_morph)
  615.  
  616. function do_stuff()
  617. workspace.Tycoons.Tycoons.Ice.PurchasedObjects:FindFirstChild("Morph")[""].MorphButton.Position = game.Players.LocalPlayer.Character.Head.Position
  618. end
  619.  
  620. script.Parent.MouseButton1Click:Connect(do_stuff)
  621.  
  622. end
  623. coroutine.wrap(QEBS_fake_script)()
  624. local function TJJDF_fake_script() -- fire_morph.LocalScript
  625. local script = Instance.new('LocalScript', fire_morph)
  626.  
  627. function do_stuff()
  628. workspace.Tycoons.Tycoons.Fire.PurchasedObjects:FindFirstChild("Morph")[""].MorphButton.Position = game.Players.LocalPlayer.Character.Head.Position
  629. end
  630.  
  631. script.Parent.MouseButton1Click:Connect(do_stuff)
  632.  
  633. end
  634. coroutine.wrap(TJJDF_fake_script)()
  635. local function TMPC_fake_script() -- death_morph.LocalScript
  636. local script = Instance.new('LocalScript', death_morph)
  637.  
  638. function do_stuff()
  639. workspace.Tycoons.Tycoons.Death.PurchasedObjects:FindFirstChild("Morph")[""].MorphButton.Position = game.Players.LocalPlayer.Character.Head.Position
  640. end
  641.  
  642. script.Parent.MouseButton1Click:Connect(do_stuff)
  643.  
  644. end
  645. coroutine.wrap(TMPC_fake_script)()
  646. local function ZOIO_fake_script() -- wind_morph.LocalScript
  647. local script = Instance.new('LocalScript', wind_morph)
  648.  
  649. function do_stuff()
  650. workspace.Tycoons.Tycoons.Wind.PurchasedObjects:FindFirstChild("Morph")[""].MorphButton.Position = game.Players.LocalPlayer.Character.Head.Position
  651. end
  652.  
  653. script.Parent.MouseButton1Click:Connect(do_stuff)
  654.  
  655. end
  656. coroutine.wrap(ZOIO_fake_script)()
  657. local function KRBZG_fake_script() -- nature_morph.LocalScript
  658. local script = Instance.new('LocalScript', nature_morph)
  659.  
  660. function do_stuff()
  661. workspace.Tycoons.Tycoons.Nature.PurchasedObjects:FindFirstChild("Morph")[""].MorphButton.Position = game.Players.LocalPlayer.Character.Head.Position
  662. end
  663.  
  664. script.Parent.MouseButton1Click:Connect(do_stuff)
  665.  
  666. end
  667. coroutine.wrap(KRBZG_fake_script)()
  668. local function GBAQOOV_fake_script() -- light_morph.LocalScript
  669. local script = Instance.new('LocalScript', light_morph)
  670.  
  671. function do_stuff()
  672. workspace.Tycoons.Tycoons.Light.PurchasedObjects:FindFirstChild("Morph")[""].MorphButton.Position = game.Players.LocalPlayer.Character.Head.Position
  673. end
  674.  
  675. script.Parent.MouseButton1Click:Connect(do_stuff)
  676.  
  677. end
  678. coroutine.wrap(GBAQOOV_fake_script)()
  679. local function IRCSI_fake_script() -- speed_button.LocalScript
  680. local script = Instance.new('LocalScript', speed_button)
  681.  
  682. function do_stuff()
  683. local speed_value = tonumber(script.Parent.Parent.speed_value_textbox.Text)
  684. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = speed_value
  685. end
  686.  
  687. script.Parent.MouseButton1Click:Connect(do_stuff)
  688.  
  689. end
  690. coroutine.wrap(IRCSI_fake_script)()
  691. local function MCMKGX_fake_script() -- open_close_2.LocalScript
  692. local script = Instance.new('LocalScript', open_close_2)
  693.  
  694. function do_stuff()
  695. if script.Parent.Parent.Parent.main.Visible == true then
  696. script.Parent.Parent.Parent.main.Visible = false
  697. script.Parent.Text = "Show"
  698. else
  699. script.Parent.Parent.Parent.main.Visible = true
  700. script.Parent.Text = "Hide"
  701. end
  702. end
  703.  
  704. script.Parent.MouseButton1Click:Connect(do_stuff)
  705.  
  706. end
  707. coroutine.wrap(MCMKGX_fake_script)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement