Fish_2651

doomspire script by fish#2651

Apr 13th, 2021 (edited)
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.46 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local Doomspireguibyfish2651 = Instance.new("ScreenGui")
  7. local Background = Instance.new("Frame")
  8. local Red = Instance.new("TextLabel")
  9. local REDBOTTOM = Instance.new("TextButton")
  10. local REDTOP = Instance.new("TextButton")
  11. local REDMiddle = Instance.new("TextButton")
  12. local RedBridge = Instance.new("TextButton")
  13. local Blue = Instance.new("TextLabel")
  14. local Bluetop = Instance.new("TextButton")
  15. local BlueMiddle = Instance.new("TextButton")
  16. local Bluebottom = Instance.new("TextButton")
  17. local BlueBridge = Instance.new("TextButton")
  18. local Yellow = Instance.new("TextLabel")
  19. local Yellowtop = Instance.new("TextButton")
  20. local YellowBottom = Instance.new("TextButton")
  21. local YellowMiddle = Instance.new("TextButton")
  22. local YellowBridge = Instance.new("TextButton")
  23. local Green = Instance.new("TextLabel")
  24. local GreenTop = Instance.new("TextButton")
  25. local Greenbottom = Instance.new("TextButton")
  26. local Greenmiddle = Instance.new("TextButton")
  27. local GreenBridge = Instance.new("TextButton")
  28. local Title = Instance.new("Frame")
  29. local TextLabel = Instance.new("TextLabel")
  30. local Center = Instance.new("TextLabel")
  31. local Center_2 = Instance.new("TextButton")
  32.  
  33. --Properties:
  34.  
  35. Doomspireguibyfish2651.Name = "Doomspire gui by fish#2651"
  36. Doomspireguibyfish2651.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  37. Doomspireguibyfish2651.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  38.  
  39. Background.Name = "Background"
  40. Background.Parent = Doomspireguibyfish2651
  41. Background.BackgroundColor3 = Color3.fromRGB(58, 58, 58)
  42. Background.Position = UDim2.new(0.151020408, 0, 0.221294373, 0)
  43. Background.Size = UDim2.new(0, 452, 0, 334)
  44.  
  45. Red.Name = "Red"
  46. Red.Parent = Background
  47. Red.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  48. Red.BackgroundTransparency = 1.000
  49. Red.Size = UDim2.new(0, 200, 0, 50)
  50. Red.Font = Enum.Font.SourceSans
  51. Red.Text = "RED"
  52. Red.TextColor3 = Color3.fromRGB(255, 0, 0)
  53. Red.TextScaled = true
  54. Red.TextSize = 14.000
  55. Red.TextWrapped = true
  56.  
  57. REDBOTTOM.Name = "RED BOTTOM"
  58. REDBOTTOM.Parent = Red
  59. REDBOTTOM.BackgroundColor3 = Color3.fromRGB(168, 0, 0)
  60. REDBOTTOM.Position = UDim2.new(0.100000001, 0, 3, 0)
  61. REDBOTTOM.Size = UDim2.new(0, 159, 0, 28)
  62. REDBOTTOM.Font = Enum.Font.SourceSans
  63. REDBOTTOM.Text = "RED BOTTOM"
  64. REDBOTTOM.TextColor3 = Color3.fromRGB(0, 0, 0)
  65. REDBOTTOM.TextScaled = true
  66. REDBOTTOM.TextSize = 14.000
  67. REDBOTTOM.TextWrapped = true
  68.  
  69. REDTOP.Name = "RED TOP"
  70. REDTOP.Parent = Red
  71. REDTOP.BackgroundColor3 = Color3.fromRGB(168, 0, 0)
  72. REDTOP.Position = UDim2.new(0.100000001, 0, 1, 0)
  73. REDTOP.Size = UDim2.new(0, 159, 0, 28)
  74. REDTOP.Font = Enum.Font.SourceSans
  75. REDTOP.Text = "RED TOP"
  76. REDTOP.TextColor3 = Color3.fromRGB(0, 0, 0)
  77. REDTOP.TextScaled = true
  78. REDTOP.TextSize = 14.000
  79. REDTOP.TextWrapped = true
  80.  
  81. REDMiddle.Name = "RED Middle"
  82. REDMiddle.Parent = Red
  83. REDMiddle.BackgroundColor3 = Color3.fromRGB(168, 0, 0)
  84. REDMiddle.Position = UDim2.new(0.100000001, 0, 2.38000011, 0)
  85. REDMiddle.Size = UDim2.new(0, 159, 0, 28)
  86. REDMiddle.Font = Enum.Font.SourceSans
  87. REDMiddle.Text = "RED Middle"
  88. REDMiddle.TextColor3 = Color3.fromRGB(0, 0, 0)
  89. REDMiddle.TextScaled = true
  90. REDMiddle.TextSize = 14.000
  91. REDMiddle.TextWrapped = true
  92.  
  93. RedBridge.Name = "Red Bridge"
  94. RedBridge.Parent = Red
  95. RedBridge.BackgroundColor3 = Color3.fromRGB(168, 0, 0)
  96. RedBridge.Position = UDim2.new(0.100000001, 0, 1.70000005, 0)
  97. RedBridge.Size = UDim2.new(0, 159, 0, 28)
  98. RedBridge.Font = Enum.Font.SourceSans
  99. RedBridge.Text = "Red Bridge"
  100. RedBridge.TextColor3 = Color3.fromRGB(0, 0, 0)
  101. RedBridge.TextScaled = true
  102. RedBridge.TextSize = 14.000
  103. RedBridge.TextWrapped = true
  104.  
  105. Blue.Name = "Blue"
  106. Blue.Parent = Background
  107. Blue.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  108. Blue.BackgroundTransparency = 1.000
  109. Blue.Position = UDim2.new(0.53761059, 0, 0, 0)
  110. Blue.Size = UDim2.new(0, 200, 0, 50)
  111. Blue.Font = Enum.Font.SourceSans
  112. Blue.Text = "BLUE"
  113. Blue.TextColor3 = Color3.fromRGB(0, 85, 255)
  114. Blue.TextScaled = true
  115. Blue.TextSize = 14.000
  116. Blue.TextWrapped = true
  117.  
  118. Bluetop.Name = "Blue top"
  119. Bluetop.Parent = Blue
  120. Bluetop.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  121. Bluetop.Position = UDim2.new(0.189999998, 0, 1, 0)
  122. Bluetop.Size = UDim2.new(0, 147, 0, 28)
  123. Bluetop.Font = Enum.Font.SourceSans
  124. Bluetop.Text = "Blue top"
  125. Bluetop.TextColor3 = Color3.fromRGB(0, 0, 0)
  126. Bluetop.TextScaled = true
  127. Bluetop.TextSize = 14.000
  128. Bluetop.TextWrapped = true
  129.  
  130. BlueMiddle.Name = "Blue Middle"
  131. BlueMiddle.Parent = Blue
  132. BlueMiddle.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  133. BlueMiddle.Position = UDim2.new(0.189999998, 0, 2.38000011, 0)
  134. BlueMiddle.Size = UDim2.new(0, 147, 0, 28)
  135. BlueMiddle.Font = Enum.Font.SourceSans
  136. BlueMiddle.Text = "Blue Middle"
  137. BlueMiddle.TextColor3 = Color3.fromRGB(0, 0, 0)
  138. BlueMiddle.TextScaled = true
  139. BlueMiddle.TextSize = 14.000
  140. BlueMiddle.TextWrapped = true
  141.  
  142. Bluebottom.Name = "Blue bottom"
  143. Bluebottom.Parent = Blue
  144. Bluebottom.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  145. Bluebottom.Position = UDim2.new(0.189999998, 0, 3.00000024, 0)
  146. Bluebottom.Size = UDim2.new(0, 147, 0, 28)
  147. Bluebottom.Font = Enum.Font.SourceSans
  148. Bluebottom.Text = "Blue bottom"
  149. Bluebottom.TextColor3 = Color3.fromRGB(0, 0, 0)
  150. Bluebottom.TextScaled = true
  151. Bluebottom.TextSize = 14.000
  152. Bluebottom.TextWrapped = true
  153.  
  154. BlueBridge.Name = "Blue Bridge"
  155. BlueBridge.Parent = Blue
  156. BlueBridge.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  157. BlueBridge.Position = UDim2.new(0.189999998, 0, 1.70000005, 0)
  158. BlueBridge.Size = UDim2.new(0, 147, 0, 28)
  159. BlueBridge.Font = Enum.Font.SourceSans
  160. BlueBridge.Text = "Blue Bridge"
  161. BlueBridge.TextColor3 = Color3.fromRGB(0, 0, 0)
  162. BlueBridge.TextScaled = true
  163. BlueBridge.TextSize = 14.000
  164. BlueBridge.TextWrapped = true
  165.  
  166. Yellow.Name = "Yellow"
  167. Yellow.Parent = Background
  168. Yellow.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  169. Yellow.BackgroundTransparency = 1.000
  170. Yellow.Position = UDim2.new(0.53761059, 0, 0.494011968, 0)
  171. Yellow.Size = UDim2.new(0, 200, 0, 50)
  172. Yellow.Font = Enum.Font.SourceSans
  173. Yellow.Text = "YELLOW"
  174. Yellow.TextColor3 = Color3.fromRGB(255, 255, 0)
  175. Yellow.TextScaled = true
  176. Yellow.TextSize = 14.000
  177. Yellow.TextWrapped = true
  178.  
  179. Yellowtop.Name = "Yellow top"
  180. Yellowtop.Parent = Yellow
  181. Yellowtop.BackgroundColor3 = Color3.fromRGB(255, 255, 127)
  182. Yellowtop.Position = UDim2.new(0.189999998, 0, 1, 0)
  183. Yellowtop.Size = UDim2.new(0, 147, 0, 25)
  184. Yellowtop.Font = Enum.Font.SourceSans
  185. Yellowtop.Text = "Yellow top"
  186. Yellowtop.TextColor3 = Color3.fromRGB(0, 0, 0)
  187. Yellowtop.TextScaled = true
  188. Yellowtop.TextSize = 14.000
  189. Yellowtop.TextWrapped = true
  190.  
  191. YellowBottom.Name = "Yellow Bottom"
  192. YellowBottom.Parent = Yellow
  193. YellowBottom.BackgroundColor3 = Color3.fromRGB(255, 255, 127)
  194. YellowBottom.Position = UDim2.new(0.189999998, 0, 2.88000011, 0)
  195. YellowBottom.Size = UDim2.new(0, 147, 0, 25)
  196. YellowBottom.Font = Enum.Font.SourceSans
  197. YellowBottom.Text = "Yellow Bottom"
  198. YellowBottom.TextColor3 = Color3.fromRGB(0, 0, 0)
  199. YellowBottom.TextScaled = true
  200. YellowBottom.TextSize = 14.000
  201. YellowBottom.TextWrapped = true
  202.  
  203. YellowMiddle.Name = "Yellow Middle"
  204. YellowMiddle.Parent = Yellow
  205. YellowMiddle.BackgroundColor3 = Color3.fromRGB(255, 255, 127)
  206. YellowMiddle.Position = UDim2.new(0.189999998, 0, 2.24000001, 0)
  207. YellowMiddle.Size = UDim2.new(0, 147, 0, 25)
  208. YellowMiddle.Font = Enum.Font.SourceSans
  209. YellowMiddle.Text = "Yellow Middle"
  210. YellowMiddle.TextColor3 = Color3.fromRGB(0, 0, 0)
  211. YellowMiddle.TextScaled = true
  212. YellowMiddle.TextSize = 14.000
  213. YellowMiddle.TextWrapped = true
  214.  
  215. YellowBridge.Name = "Yellow Bridge"
  216. YellowBridge.Parent = Yellow
  217. YellowBridge.BackgroundColor3 = Color3.fromRGB(255, 255, 127)
  218. YellowBridge.Position = UDim2.new(0.189999998, 0, 1.62, 0)
  219. YellowBridge.Size = UDim2.new(0, 147, 0, 25)
  220. YellowBridge.Font = Enum.Font.SourceSans
  221. YellowBridge.Text = "Yellow Bridge"
  222. YellowBridge.TextColor3 = Color3.fromRGB(0, 0, 0)
  223. YellowBridge.TextScaled = true
  224. YellowBridge.TextSize = 14.000
  225. YellowBridge.TextWrapped = true
  226.  
  227. Green.Name = "Green"
  228. Green.Parent = Background
  229. Green.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  230. Green.BackgroundTransparency = 1.000
  231. Green.Position = UDim2.new(0, 0, 0.494011968, 0)
  232. Green.Size = UDim2.new(0, 200, 0, 50)
  233. Green.Font = Enum.Font.SourceSans
  234. Green.Text = "GREEN"
  235. Green.TextColor3 = Color3.fromRGB(85, 170, 0)
  236. Green.TextScaled = true
  237. Green.TextSize = 14.000
  238. Green.TextWrapped = true
  239.  
  240. GreenTop.Name = "Green Top"
  241. GreenTop.Parent = Green
  242. GreenTop.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  243. GreenTop.Position = UDim2.new(0.104999997, 0, 1, 0)
  244. GreenTop.Size = UDim2.new(0, 159, 0, 25)
  245. GreenTop.Font = Enum.Font.SourceSans
  246. GreenTop.Text = "Green top"
  247. GreenTop.TextColor3 = Color3.fromRGB(0, 0, 0)
  248. GreenTop.TextScaled = true
  249. GreenTop.TextSize = 14.000
  250. GreenTop.TextWrapped = true
  251.  
  252. Greenbottom.Name = "Green bottom"
  253. Greenbottom.Parent = Green
  254. Greenbottom.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  255. Greenbottom.Position = UDim2.new(0.099999994, 0, 2.88000011, 0)
  256. Greenbottom.Size = UDim2.new(0, 159, 0, 25)
  257. Greenbottom.Font = Enum.Font.SourceSans
  258. Greenbottom.Text = "Green bottom"
  259. Greenbottom.TextColor3 = Color3.fromRGB(0, 0, 0)
  260. Greenbottom.TextScaled = true
  261. Greenbottom.TextSize = 14.000
  262. Greenbottom.TextWrapped = true
  263.  
  264. Greenmiddle.Name = "Green middle"
  265. Greenmiddle.Parent = Green
  266. Greenmiddle.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  267. Greenmiddle.Position = UDim2.new(0.104999997, 0, 2.24000025, 0)
  268. Greenmiddle.Size = UDim2.new(0, 159, 0, 25)
  269. Greenmiddle.Font = Enum.Font.SourceSans
  270. Greenmiddle.Text = "Green Middle"
  271. Greenmiddle.TextColor3 = Color3.fromRGB(0, 0, 0)
  272. Greenmiddle.TextScaled = true
  273. Greenmiddle.TextSize = 14.000
  274. Greenmiddle.TextWrapped = true
  275.  
  276. GreenBridge.Name = "Green Bridge"
  277. GreenBridge.Parent = Green
  278. GreenBridge.BackgroundColor3 = Color3.fromRGB(85, 255, 127)
  279. GreenBridge.Position = UDim2.new(0.104999997, 0, 1.62000024, 0)
  280. GreenBridge.Size = UDim2.new(0, 159, 0, 25)
  281. GreenBridge.Font = Enum.Font.SourceSans
  282. GreenBridge.Text = "Green Bridge"
  283. GreenBridge.TextColor3 = Color3.fromRGB(0, 0, 0)
  284. GreenBridge.TextScaled = true
  285. GreenBridge.TextSize = 14.000
  286. GreenBridge.TextWrapped = true
  287.  
  288. Title.Name = "Title"
  289. Title.Parent = Background
  290. Title.BackgroundColor3 = Color3.fromRGB(76, 76, 76)
  291. Title.Position = UDim2.new(-0.000782623887, 0, -0.128955022, 0)
  292. Title.Size = UDim2.new(0, 452, 0, 35)
  293.  
  294. TextLabel.Parent = Title
  295. TextLabel.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
  296. TextLabel.Position = UDim2.new(0, 0, 0.0857142806, 0)
  297. TextLabel.Size = UDim2.new(0, 452, 0, 29)
  298. TextLabel.Font = Enum.Font.SourceSans
  299. TextLabel.Text = "Fish Doomspire exploit"
  300. TextLabel.TextColor3 = Color3.fromRGB(170, 0, 255)
  301. TextLabel.TextScaled = true
  302. TextLabel.TextSize = 14.000
  303. TextLabel.TextWrapped = true
  304.  
  305. Center.Name = "Center"
  306. Center.Parent = Background
  307. Center.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  308. Center.BackgroundTransparency = 1.000
  309. Center.Position = UDim2.new(0.3960177, 0, 0, 0)
  310. Center.Size = UDim2.new(0, 102, 0, 50)
  311. Center.Font = Enum.Font.SourceSans
  312. Center.Text = "Center"
  313. Center.TextColor3 = Color3.fromRGB(255, 255, 255)
  314. Center.TextScaled = true
  315. Center.TextSize = 14.000
  316. Center.TextWrapped = true
  317.  
  318. Center_2.Name = "Center"
  319. Center_2.Parent = Center
  320. Center_2.BackgroundColor3 = Color3.fromRGB(181, 255, 243)
  321. Center_2.Position = UDim2.new(0.14705883, 0, 1, 0)
  322. Center_2.Size = UDim2.new(0, 73, 0, 284)
  323. Center_2.Font = Enum.Font.SourceSans
  324. Center_2.Text = "Tp center"
  325. Center_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  326. Center_2.TextScaled = true
  327. Center_2.TextSize = 14.000
  328. Center_2.TextWrapped = true
  329.  
  330. -- Scripts:
  331.  
  332. local function NRKVDUR_fake_script() -- REDBOTTOM.LocalScript
  333. local script = Instance.new('LocalScript', REDBOTTOM)
  334.  
  335. local Plr = game.Players.LocalPlayer
  336. local char = Plr.Character
  337.  
  338. script.Parent.MouseButton1Click:Connect(function()
  339. char.HumanoidRootPart.CFrame = CFrame.new(-131.184, 24.7737, -0.29865)--add number here\
  340.  
  341. end)
  342.  
  343. end
  344. coroutine.wrap(NRKVDUR_fake_script)()
  345. local function ZAFZ_fake_script() -- REDTOP.LocalScript
  346. local script = Instance.new('LocalScript', REDTOP)
  347.  
  348. local Plr = game.Players.LocalPlayer
  349. local char = Plr.Character
  350.  
  351. script.Parent.MouseButton1Click:Connect(function()
  352. char.HumanoidRootPart.CFrame = CFrame.new(-127.61, 145.734, 2.29418)--add number here\
  353.  
  354. end)
  355.  
  356. end
  357. coroutine.wrap(ZAFZ_fake_script)()
  358. local function VVKWTK_fake_script() -- REDMiddle.LocalScript
  359. local script = Instance.new('LocalScript', REDMiddle)
  360.  
  361. local Plr = game.Players.LocalPlayer
  362. local char = Plr.Character
  363.  
  364. script.Parent.MouseButton1Click:Connect(function()
  365. char.HumanoidRootPart.CFrame = CFrame.new(-131.184, 24.7737, -0.29865)--add number here\
  366.  
  367. end)
  368.  
  369. end
  370. coroutine.wrap(VVKWTK_fake_script)()
  371. local function ZSBMIM_fake_script() -- RedBridge.LocalScript
  372. local script = Instance.new('LocalScript', RedBridge)
  373.  
  374. local Plr = game.Players.LocalPlayer
  375. local char = Plr.Character
  376.  
  377. script.Parent.MouseButton1Click:Connect(function()
  378. char.HumanoidRootPart.CFrame = CFrame.new(-96.0424, 129.174, -2.98802)--add number here\
  379.  
  380. end)
  381.  
  382. end
  383. coroutine.wrap(ZSBMIM_fake_script)()
  384. local function TGQIYR_fake_script() -- Bluetop.LocalScript
  385. local script = Instance.new('LocalScript', Bluetop)
  386.  
  387. local Plr = game.Players.LocalPlayer
  388. local char = Plr.Character
  389.  
  390. script.Parent.MouseButton1Click:Connect(function()
  391. char.HumanoidRootPart.CFrame = CFrame.new(-0.0598154, 145.259, 126.096)--add number here\
  392.  
  393. end)
  394.  
  395. end
  396. coroutine.wrap(TGQIYR_fake_script)()
  397. local function OFXKVQH_fake_script() -- BlueMiddle.LocalScript
  398. local script = Instance.new('LocalScript', BlueMiddle)
  399.  
  400. local Plr = game.Players.LocalPlayer
  401. local char = Plr.Character
  402.  
  403. script.Parent.MouseButton1Click:Connect(function()
  404. char.HumanoidRootPart.CFrame = CFrame.new(-0.619707, 65.574, 130.602)--add number here\
  405.  
  406. end)
  407.  
  408. end
  409. coroutine.wrap(OFXKVQH_fake_script)()
  410. local function ETIJKKG_fake_script() -- Bluebottom.LocalScript
  411. local script = Instance.new('LocalScript', Bluebottom)
  412.  
  413. local Plr = game.Players.LocalPlayer
  414. local char = Plr.Character
  415.  
  416. script.Parent.MouseButton1Click:Connect(function()
  417. char.HumanoidRootPart.CFrame = CFrame.new(-0.0923092, 24.7737, 131.338)--add number here\
  418.  
  419. end)
  420.  
  421. end
  422. coroutine.wrap(ETIJKKG_fake_script)()
  423. local function JCWYQE_fake_script() -- BlueBridge.LocalScript
  424. local script = Instance.new('LocalScript', BlueBridge)
  425.  
  426. local Plr = game.Players.LocalPlayer
  427. local char = Plr.Character
  428.  
  429. script.Parent.MouseButton1Click:Connect(function()
  430. char.HumanoidRootPart.CFrame = CFrame.new(-0.477491, 129.174, 96.2701)--add number here\
  431.  
  432. end)
  433.  
  434. end
  435. coroutine.wrap(JCWYQE_fake_script)()
  436. local function QVCPINT_fake_script() -- Yellowtop.LocalScript
  437. local script = Instance.new('LocalScript', Yellowtop)
  438.  
  439. local Plr = game.Players.LocalPlayer
  440. local char = Plr.Character
  441.  
  442. script.Parent.MouseButton1Click:Connect(function()
  443. char.HumanoidRootPart.CFrame = CFrame.new(127.024, 145.494, 1.1816)--add number here\
  444.  
  445. end)
  446.  
  447. end
  448. coroutine.wrap(QVCPINT_fake_script)()
  449. local function DQKMZ_fake_script() -- YellowBottom.LocalScript
  450. local script = Instance.new('LocalScript', YellowBottom)
  451.  
  452. local Plr = game.Players.LocalPlayer
  453. local char = Plr.Character
  454.  
  455. script.Parent.MouseButton1Click:Connect(function()
  456. char.HumanoidRootPart.CFrame = CFrame.new(131.461, 24.774, 0.732975)--add number here\
  457.  
  458. end)
  459.  
  460. end
  461. coroutine.wrap(DQKMZ_fake_script)()
  462. local function CTDANS_fake_script() -- YellowMiddle.LocalScript
  463. local script = Instance.new('LocalScript', YellowMiddle)
  464.  
  465. local Plr = game.Players.LocalPlayer
  466. local char = Plr.Character
  467.  
  468. script.Parent.MouseButton1Click:Connect(function()
  469. char.HumanoidRootPart.CFrame = CFrame.new(132.046, 65.574, -0.822696)--add number here\
  470.  
  471. end)
  472.  
  473. end
  474. coroutine.wrap(CTDANS_fake_script)()
  475. local function SRZERN_fake_script() -- YellowBridge.LocalScript
  476. local script = Instance.new('LocalScript', YellowBridge)
  477.  
  478. local Plr = game.Players.LocalPlayer
  479. local char = Plr.Character
  480.  
  481. script.Parent.MouseButton1Click:Connect(function()
  482. char.HumanoidRootPart.CFrame = CFrame.new(97.8715, 129.174, -4.88463)--add number here\
  483.  
  484. end)
  485.  
  486. end
  487. coroutine.wrap(SRZERN_fake_script)()
  488. local function SCNEPPE_fake_script() -- GreenTop.LocalScript
  489. local script = Instance.new('LocalScript', GreenTop)
  490.  
  491. local Plr = game.Players.LocalPlayer
  492. local char = Plr.Character
  493.  
  494. script.Parent.MouseButton1Click:Connect(function()
  495. char.HumanoidRootPart.CFrame = CFrame.new(-4.04972, 145.254, -131.132)--add number here\
  496.  
  497. end)
  498.  
  499. end
  500. coroutine.wrap(SCNEPPE_fake_script)()
  501. local function TYQR_fake_script() -- Greenbottom.LocalScript
  502. local script = Instance.new('LocalScript', Greenbottom)
  503.  
  504. local Plr = game.Players.LocalPlayer
  505. local char = Plr.Character
  506.  
  507. script.Parent.MouseButton1Click:Connect(function()
  508. char.HumanoidRootPart.CFrame = CFrame.new(-0.899567, 24.774, -128.9)--add number here\
  509.  
  510. end)
  511.  
  512. end
  513. coroutine.wrap(TYQR_fake_script)()
  514. local function ZDWDT_fake_script() -- Greenmiddle.LocalScript
  515. local script = Instance.new('LocalScript', Greenmiddle)
  516.  
  517. local Plr = game.Players.LocalPlayer
  518. local char = Plr.Character
  519.  
  520. script.Parent.MouseButton1Click:Connect(function()
  521. char.HumanoidRootPart.CFrame = CFrame.new(-130.867, 65.574, -0.342427)--add number here\
  522.  
  523. end)
  524.  
  525. end
  526. coroutine.wrap(ZDWDT_fake_script)()
  527. local function MPUQ_fake_script() -- GreenBridge.LocalScript
  528. local script = Instance.new('LocalScript', GreenBridge)
  529.  
  530. local Plr = game.Players.LocalPlayer
  531. local char = Plr.Character
  532.  
  533. script.Parent.MouseButton1Click:Connect(function()
  534. char.HumanoidRootPart.CFrame = CFrame.new(-3.01761, 129.174, -96.2964)--add number here\
  535.  
  536. end)
  537.  
  538. end
  539. coroutine.wrap(MPUQ_fake_script)()
  540. local function HJJHW_fake_script() -- Background.LocalScript
  541. local script = Instance.new('LocalScript', Background)
  542.  
  543. local Plr = game.Players.LocalPlayer
  544.  
  545. Plr:GetMouse().KeyDown:Connect(function(K)
  546. if K == "e" then
  547. script.Parent.Visible = true
  548. end
  549. end)
  550.  
  551. local Plr = game.Players.LocalPlayer
  552.  
  553. Plr:GetMouse().KeyDown:Connect(function(K)
  554. if K == "r" then
  555. script.Parent.Visible = false
  556. end
  557. end)
  558. end
  559. coroutine.wrap(HJJHW_fake_script)()
  560. local function HZHZ_fake_script() -- Center_2.LocalScript
  561. local script = Instance.new('LocalScript', Center_2)
  562.  
  563. local Plr = game.Players.LocalPlayer
  564. local char = Plr.Character
  565.  
  566. script.Parent.MouseButton1Click:Connect(function()
  567. char.HumanoidRootPart.CFrame = CFrame.new(-0.344388, 132.574, 2.77256)--add number here\
  568.  
  569. end)
  570.  
  571. end
  572. coroutine.wrap(HZHZ_fake_script)()
  573.  
Add Comment
Please, Sign In to add comment