Advertisement
minecrafter206

Roblox Wanted GUI

Sep 24th, 2018
1,654
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.74 KB | None | 0 0
  1.  
  2.  
  3.  
  4. local WantedGUI = Instance.new("ScreenGui")
  5. local Main = Instance.new("Frame")
  6. local Treasury = Instance.new("TextButton")
  7. local Juwely_1 = Instance.new("TextButton")
  8. local Juwely_2 = Instance.new("TextButton")
  9. local Safespot = Instance.new("TextButton")
  10. local AutoFarm = Instance.new("TextButton")
  11. local Open = Instance.new("Frame")
  12. local Opener = Instance.new("TextButton")
  13. local Close = Instance.new("Frame")
  14. local Closer = Instance.new("TextButton")
  15. --Properties:
  16. WantedGUI.Name = "WantedGUI"
  17. WantedGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  18.  
  19. Main.Name = "Main"
  20. Main.Parent = WantedGUI
  21. Main.Active = true
  22. Main.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  23. Main.Position = UDim2.new(-7.4505806e-09, 0, 0.623672247, 0)
  24. Main.Selectable = true
  25. Main.Size = UDim2.new(0, 321, 0, 248)
  26. Main.Draggable = true
  27. Main.Visible = false
  28.  
  29. Treasury.Name = "Treasury"
  30. Treasury.Parent = Main
  31. Treasury.BackgroundColor3 = Color3.new(1, 1, 1)
  32. Treasury.Position = UDim2.new(0.046875, 0, 0.0685483813, 0)
  33. Treasury.Size = UDim2.new(0, 174, 0, 50)
  34. Treasury.Font = Enum.Font.SourceSans
  35. Treasury.Text = "Treasury"
  36. Treasury.TextColor3 = Color3.new(0, 0, 0)
  37. Treasury.TextSize = 14
  38. Treasury.MouseButton1Down:connect(function()
  39. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(936.982361, 39.2983131, 1941.78491, 0.865499735, -1.90497929e-07, -0.500909388, 2.2920582e-07, 1, 1.5730711e-08, 0.500909388, -1.28426279e-07, 0.865499735)
  40. end)
  41.  
  42. Juwely_1.Name = "Juwely_1"
  43. Juwely_1.Parent = Main
  44. Juwely_1.BackgroundColor3 = Color3.new(1, 1, 1)
  45. Juwely_1.Position = UDim2.new(0.046875, 0, 0.302419364, 0)
  46. Juwely_1.Size = UDim2.new(0, 174, 0, 50)
  47. Juwely_1.Font = Enum.Font.SourceSans
  48. Juwely_1.Text = "Juwely Step 1"
  49. Juwely_1.TextColor3 = Color3.new(0, 0, 0)
  50. Juwely_1.TextSize = 14
  51. Juwely_1.MouseButton1Down:connect(function()
  52. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(600.745117, 123.500023, 1944.28552, -0.0513457954, -9.50548937e-08, -0.998680949, 6.40008491e-09, 1, -9.55094919e-08, 0.998680949, -1.12956542e-08, -0.0513457954)
  53. end)
  54.  
  55. Juwely_2.Name = "Juwely_2"
  56. Juwely_2.Parent = Main
  57. Juwely_2.BackgroundColor3 = Color3.new(1, 1, 1)
  58. Juwely_2.Position = UDim2.new(0.046875, 0, 0.532258093, 0)
  59. Juwely_2.Size = UDim2.new(0, 174, 0, 50)
  60. Juwely_2.Font = Enum.Font.SourceSans
  61. Juwely_2.Text = "Juwely Step 2"
  62. Juwely_2.TextColor3 = Color3.new(0, 0, 0)
  63. Juwely_2.TextSize = 14
  64. Juwely_2.MouseButton1Down:connect(function()
  65. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(599.51709, 168.399994, 1944.94495, -0.966231644, 9.35891808e-09, -0.257674962, 7.52386775e-09, 1, -8-10757506e-09, -0-257674962, -5.89508309e-09, -0-966231644)
  66. end)
  67.  
  68. Safespot.Name = "Safespot"
  69. Safespot.Parent = Main
  70. Safespot.BackgroundColor3 = Color3.new(1, 1, 1)
  71. Safespot.Position = UDim2.new(0.046875, 0, 0.766129017, 0)
  72. Safespot.Size = UDim2.new(0, 174, 0, 50)
  73. Safespot.Font = Enum.Font.SourceSans
  74. Safespot.Text = "SafeSpot"
  75. Safespot.TextColor3 = Color3.new(0, 0, 0)
  76. Safespot.TextSize = 14
  77. Safespot.MouseButton1Down:connect(function()
  78. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2166.88892, 256.412506, 114.517967, 0.646955371, 5.77079591e-05, 0.762527823, 2.65634335e-05, 1, -9.82171332e-05, -0.762527823, 8.37974731e-05, 0.646955371)
  79. end)
  80.  
  81. AutoFarm.Name = "AutoFarm"
  82. AutoFarm.Parent = Main
  83. AutoFarm.BackgroundColor3 = Color3.new(1, 1, 1)
  84. AutoFarm.Position = UDim2.new(0.635514021, 0, 0.0685483888, 0)
  85. AutoFarm.Size = UDim2.new(0, 109, 0, 224)
  86. AutoFarm.Font = Enum.Font.SourceSans
  87. AutoFarm.Text = "AutoFarm"
  88. AutoFarm.TextColor3 = Color3.new(0, 0, 0)
  89. AutoFarm.TextSize = 14
  90. AutoFarm.MouseButton1Down:connect(function()
  91.  
  92. wait(1)
  93. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(936.982361, 39.2983131, 1941.78491, 0.865499735, -1.90497929e-07, -0.500909388, 2.2920582e-07, 1, 1.5730711e-08, 0.500909388, -1.28426279e-07, 0.865499735)
  94. wait(10)
  95. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(600.745117, 123.500023, 1944.28552, -0.0513457954, -9.50548937e-08, -0.998680949, 6.40008491e-09, 1, -9.55094919e-08, 0.998680949, -1.12956542e-08, -0.0513457954)
  96. wait(10)
  97. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(599.51709, 168.399994, 1944.94495, -0.966231644, 9.35891808e-09, -0.257674962, 7.52386775e-09, 1, -8-10757506e-09, -0-257674962, -5.89508309e-09, -0-966231644)
  98. wait(10)
  99. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2166.88892, 256.412506, 114.517967, 0.646955371, 5.77079591e-05, 0.762527823, 2.65634335e-05, 1, -9.82171332e-05, -0.762527823, 8.37974731e-05, 0.646955371)
  100. wait(200)
  101. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(898.345825, 32.6145706, -376.05603, -0.996996343, 5.28336273e-08, 0.0774525702, -2.67509304e-08, 1, -1.02649312e-06, -0.0774525702, -1.02548199e-06, -0.996996343)
  102. wait(1)
  103. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(936.982361, 39.2983131, 1941.78491, 0.865499735, -1.90497929e-07, -0.500909388, 2.2920582e-07, 1, 1.5730711e-08, 0.500909388, -1.28426279e-07, 0.865499735)
  104. wait(10)
  105. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(600.745117, 123.500023, 1944.28552, -0.0513457954, -9.50548937e-08, -0.998680949, 6.40008491e-09, 1, -9.55094919e-08, 0.998680949, -1.12956542e-08, -0.0513457954)
  106. wait(10)
  107. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(599.51709, 168.399994, 1944.94495, -0.966231644, 9.35891808e-09, -0.257674962, 7.52386775e-09, 1, -8-10757506e-09, -0-257674962, -5.89508309e-09, -0-966231644)
  108. wait(10)
  109. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2166.88892, 256.412506, 114.517967, 0.646955371, 5.77079591e-05, 0.762527823, 2.65634335e-05, 1, -9.82171332e-05, -0.762527823, 8.37974731e-05, 0.646955371)
  110. wait(200)
  111. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(898.345825, 32.6145706, -376.05603, -0.996996343, 5.28336273e-08, 0.0774525702, -2.67509304e-08, 1, -1.02649312e-06, -0.0774525702, -1.02548199e-06, -0.996996343)
  112. wait(1)
  113. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(936.982361, 39.2983131, 1941.78491, 0.865499735, -1.90497929e-07, -0.500909388, 2.2920582e-07, 1, 1.5730711e-08, 0.500909388, -1.28426279e-07, 0.865499735)
  114. wait(10)
  115. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(600.745117, 123.500023, 1944.28552, -0.0513457954, -9.50548937e-08, -0.998680949, 6.40008491e-09, 1, -9.55094919e-08, 0.998680949, -1.12956542e-08, -0.0513457954)
  116. wait(10)
  117. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(599.51709, 168.399994, 1944.94495, -0.966231644, 9.35891808e-09, -0.257674962, 7.52386775e-09, 1, -8-10757506e-09, -0-257674962, -5.89508309e-09, -0-966231644)
  118. wait(10)
  119. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2166.88892, 256.412506, 114.517967, 0.646955371, 5.77079591e-05, 0.762527823, 2.65634335e-05, 1, -9.82171332e-05, -0.762527823, 8.37974731e-05, 0.646955371)
  120. wait(200)
  121. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(898.345825, 32.6145706, -376.05603, -0.996996343, 5.28336273e-08, 0.0774525702, -2.67509304e-08, 1, -1.02649312e-06, -0.0774525702, -1.02548199e-06, -0.996996343)
  122. wait(1)
  123. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(936.982361, 39.2983131, 1941.78491, 0.865499735, -1.90497929e-07, -0.500909388, 2.2920582e-07, 1, 1.5730711e-08, 0.500909388, -1.28426279e-07, 0.865499735)
  124. wait(10)
  125. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(600.745117, 123.500023, 1944.28552, -0.0513457954, -9.50548937e-08, -0.998680949, 6.40008491e-09, 1, -9.55094919e-08, 0.998680949, -1.12956542e-08, -0.0513457954)
  126. wait(10)
  127. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(599.51709, 168.399994, 1944.94495, -0.966231644, 9.35891808e-09, -0.257674962, 7.52386775e-09, 1, -8-10757506e-09, -0-257674962, -5.89508309e-09, -0-966231644)
  128. wait(10)
  129. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2166.88892, 256.412506, 114.517967, 0.646955371, 5.77079591e-05, 0.762527823, 2.65634335e-05, 1, -9.82171332e-05, -0.762527823, 8.37974731e-05, 0.646955371)
  130. wait(200)
  131. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(898.345825, 32.6145706, -376.05603, -0.996996343, 5.28336273e-08, 0.0774525702, -2.67509304e-08, 1, -1.02649312e-06, -0.0774525702, -1.02548199e-06, -0.996996343)
  132. wait(1)
  133. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(936.982361, 39.2983131, 1941.78491, 0.865499735, -1.90497929e-07, -0.500909388, 2.2920582e-07, 1, 1.5730711e-08, 0.500909388, -1.28426279e-07, 0.865499735)
  134. wait(10)
  135. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(600.745117, 123.500023, 1944.28552, -0.0513457954, -9.50548937e-08, -0.998680949, 6.40008491e-09, 1, -9.55094919e-08, 0.998680949, -1.12956542e-08, -0.0513457954)
  136. wait(10)
  137. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(599.51709, 168.399994, 1944.94495, -0.966231644, 9.35891808e-09, -0.257674962, 7.52386775e-09, 1, -8-10757506e-09, -0-257674962, -5.89508309e-09, -0-966231644)
  138. wait(10)
  139. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2166.88892, 256.412506, 114.517967, 0.646955371, 5.77079591e-05, 0.762527823, 2.65634335e-05, 1, -9.82171332e-05, -0.762527823, 8.37974731e-05, 0.646955371)
  140. wait(200)
  141. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(898.345825, 32.6145706, -376.05603, -0.996996343, 5.28336273e-08, 0.0774525702, -2.67509304e-08, 1, -1.02649312e-06, -0.0774525702, -1.02548199e-06, -0.996996343)
  142. wait(1)
  143. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(936.982361, 39.2983131, 1941.78491, 0.865499735, -1.90497929e-07, -0.500909388, 2.2920582e-07, 1, 1.5730711e-08, 0.500909388, -1.28426279e-07, 0.865499735)
  144. wait(10)
  145. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(600.745117, 123.500023, 1944.28552, -0.0513457954, -9.50548937e-08, -0.998680949, 6.40008491e-09, 1, -9.55094919e-08, 0.998680949, -1.12956542e-08, -0.0513457954)
  146. wait(10)
  147. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(599.51709, 168.399994, 1944.94495, -0.966231644, 9.35891808e-09, -0.257674962, 7.52386775e-09, 1, -8-10757506e-09, -0-257674962, -5.89508309e-09, -0-966231644)
  148. wait(10)
  149. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2166.88892, 256.412506, 114.517967, 0.646955371, 5.77079591e-05, 0.762527823, 2.65634335e-05, 1, -9.82171332e-05, -0.762527823, 8.37974731e-05, 0.646955371)
  150. wait(200)
  151. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(898.345825, 32.6145706, -376.05603, -0.996996343, 5.28336273e-08, 0.0774525702, -2.67509304e-08, 1, -1.02649312e-06, -0.0774525702, -1.02548199e-06, -0.996996343)
  152. wait(1)
  153. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(936.982361, 39.2983131, 1941.78491, 0.865499735, -1.90497929e-07, -0.500909388, 2.2920582e-07, 1, 1.5730711e-08, 0.500909388, -1.28426279e-07, 0.865499735)
  154. wait(10)
  155. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(600.745117, 123.500023, 1944.28552, -0.0513457954, -9.50548937e-08, -0.998680949, 6.40008491e-09, 1, -9.55094919e-08, 0.998680949, -1.12956542e-08, -0.0513457954)
  156. wait(10)
  157. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(599.51709, 168.399994, 1944.94495, -0.966231644, 9.35891808e-09, -0.257674962, 7.52386775e-09, 1, -8-10757506e-09, -0-257674962, -5.89508309e-09, -0-966231644)
  158. wait(10)
  159. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2166.88892, 256.412506, 114.517967, 0.646955371, 5.77079591e-05, 0.762527823, 2.65634335e-05, 1, -9.82171332e-05, -0.762527823, 8.37974731e-05, 0.646955371)
  160. wait(200)
  161. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(898.345825, 32.6145706, -376.05603, -0.996996343, 5.28336273e-08, 0.0774525702, -2.67509304e-08, 1, -1.02649312e-06, -0.0774525702, -1.02548199e-06, -0.996996343)
  162. wait(1)
  163. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(936.982361, 39.2983131, 1941.78491, 0.865499735, -1.90497929e-07, -0.500909388, 2.2920582e-07, 1, 1.5730711e-08, 0.500909388, -1.28426279e-07, 0.865499735)
  164. wait(10)
  165. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(600.745117, 123.500023, 1944.28552, -0.0513457954, -9.50548937e-08, -0.998680949, 6.40008491e-09, 1, -9.55094919e-08, 0.998680949, -1.12956542e-08, -0.0513457954)
  166. wait(10)
  167. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(599.51709, 168.399994, 1944.94495, -0.966231644, 9.35891808e-09, -0.257674962, 7.52386775e-09, 1, -8-10757506e-09, -0-257674962, -5.89508309e-09, -0-966231644)
  168. wait(10)
  169. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2166.88892, 256.412506, 114.517967, 0.646955371, 5.77079591e-05, 0.762527823, 2.65634335e-05, 1, -9.82171332e-05, -0.762527823, 8.37974731e-05, 0.646955371)
  170. wait(200)
  171. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(898.345825, 32.6145706, -376.05603, -0.996996343, 5.28336273e-08, 0.0774525702, -2.67509304e-08, 1, -1.02649312e-06, -0.0774525702, -1.02548199e-06, -0.996996343)
  172. wait(1)
  173. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(936.982361, 39.2983131, 1941.78491, 0.865499735, -1.90497929e-07, -0.500909388, 2.2920582e-07, 1, 1.5730711e-08, 0.500909388, -1.28426279e-07, 0.865499735)
  174. wait(10)
  175. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(600.745117, 123.500023, 1944.28552, -0.0513457954, -9.50548937e-08, -0.998680949, 6.40008491e-09, 1, -9.55094919e-08, 0.998680949, -1.12956542e-08, -0.0513457954)
  176. wait(10)
  177. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(599.51709, 168.399994, 1944.94495, -0.966231644, 9.35891808e-09, -0.257674962, 7.52386775e-09, 1, -8-10757506e-09, -0-257674962, -5.89508309e-09, -0-966231644)
  178. wait(10)
  179. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2166.88892, 256.412506, 114.517967, 0.646955371, 5.77079591e-05, 0.762527823, 2.65634335e-05, 1, -9.82171332e-05, -0.762527823, 8.37974731e-05, 0.646955371)
  180. wait(200)
  181. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(898.345825, 32.6145706, -376.05603, -0.996996343, 5.28336273e-08, 0.0774525702, -2.67509304e-08, 1, -1.02649312e-06, -0.0774525702, -1.02548199e-06, -0.996996343)
  182. wait(1)
  183. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(936.982361, 39.2983131, 1941.78491, 0.865499735, -1.90497929e-07, -0.500909388, 2.2920582e-07, 1, 1.5730711e-08, 0.500909388, -1.28426279e-07, 0.865499735)
  184. wait(10)
  185. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(600.745117, 123.500023, 1944.28552, -0.0513457954, -9.50548937e-08, -0.998680949, 6.40008491e-09, 1, -9.55094919e-08, 0.998680949, -1.12956542e-08, -0.0513457954)
  186. wait(10)
  187. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(599.51709, 168.399994, 1944.94495, -0.966231644, 9.35891808e-09, -0.257674962, 7.52386775e-09, 1, -8-10757506e-09, -0-257674962, -5.89508309e-09, -0-966231644)
  188. wait(10)
  189. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2166.88892, 256.412506, 114.517967, 0.646955371, 5.77079591e-05, 0.762527823, 2.65634335e-05, 1, -9.82171332e-05, -0.762527823, 8.37974731e-05, 0.646955371)
  190. wait(200)
  191. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(898.345825, 32.6145706, -376.05603, -0.996996343, 5.28336273e-08, 0.0774525702, -2.67509304e-08, 1, -1.02649312e-06, -0.0774525702, -1.02548199e-06, -0.996996343)
  192. wait(1)
  193. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(936.982361, 39.2983131, 1941.78491, 0.865499735, -1.90497929e-07, -0.500909388, 2.2920582e-07, 1, 1.5730711e-08, 0.500909388, -1.28426279e-07, 0.865499735)
  194. wait(10)
  195. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(600.745117, 123.500023, 1944.28552, -0.0513457954, -9.50548937e-08, -0.998680949, 6.40008491e-09, 1, -9.55094919e-08, 0.998680949, -1.12956542e-08, -0.0513457954)
  196. wait(10)
  197. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(599.51709, 168.399994, 1944.94495, -0.966231644, 9.35891808e-09, -0.257674962, 7.52386775e-09, 1, -8-10757506e-09, -0-257674962, -5.89508309e-09, -0-966231644)
  198. wait(10)
  199. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2166.88892, 256.412506, 114.517967, 0.646955371, 5.77079591e-05, 0.762527823, 2.65634335e-05, 1, -9.82171332e-05, -0.762527823, 8.37974731e-05, 0.646955371)
  200. wait(200)
  201. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(898.345825, 32.6145706, -376.05603, -0.996996343, 5.28336273e-08, 0.0774525702, -2.67509304e-08, 1, -1.02649312e-06, -0.0774525702, -1.02548199e-06, -0.996996343)
  202. wait(1)
  203. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(936.982361, 39.2983131, 1941.78491, 0.865499735, -1.90497929e-07, -0.500909388, 2.2920582e-07, 1, 1.5730711e-08, 0.500909388, -1.28426279e-07, 0.865499735)
  204. wait(10)
  205. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(600.745117, 123.500023, 1944.28552, -0.0513457954, -9.50548937e-08, -0.998680949, 6.40008491e-09, 1, -9.55094919e-08, 0.998680949, -1.12956542e-08, -0.0513457954)
  206. wait(10)
  207. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(599.51709, 168.399994, 1944.94495, -0.966231644, 9.35891808e-09, -0.257674962, 7.52386775e-09, 1, -8-10757506e-09, -0-257674962, -5.89508309e-09, -0-966231644)
  208. wait(10)
  209. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2166.88892, 256.412506, 114.517967, 0.646955371, 5.77079591e-05, 0.762527823, 2.65634335e-05, 1, -9.82171332e-05, -0.762527823, 8.37974731e-05, 0.646955371)
  210. wait(200)
  211. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(898.345825, 32.6145706, -376.05603, -0.996996343, 5.28336273e-08, 0.0774525702, -2.67509304e-08, 1, -1.02649312e-06, -0.0774525702, -1.02548199e-06, -0.996996343)
  212. wait(1)
  213. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(936.982361, 39.2983131, 1941.78491, 0.865499735, -1.90497929e-07, -0.500909388, 2.2920582e-07, 1, 1.5730711e-08, 0.500909388, -1.28426279e-07, 0.865499735)
  214. wait(10)
  215. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(600.745117, 123.500023, 1944.28552, -0.0513457954, -9.50548937e-08, -0.998680949, 6.40008491e-09, 1, -9.55094919e-08, 0.998680949, -1.12956542e-08, -0.0513457954)
  216. wait(10)
  217. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(599.51709, 168.399994, 1944.94495, -0.966231644, 9.35891808e-09, -0.257674962, 7.52386775e-09, 1, -8-10757506e-09, -0-257674962, -5.89508309e-09, -0-966231644)
  218. wait(10)
  219. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2166.88892, 256.412506, 114.517967, 0.646955371, 5.77079591e-05, 0.762527823, 2.65634335e-05, 1, -9.82171332e-05, -0.762527823, 8.37974731e-05, 0.646955371)
  220. wait(200)
  221. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(898.345825, 32.6145706, -376.05603, -0.996996343, 5.28336273e-08, 0.0774525702, -2.67509304e-08, 1, -1.02649312e-06, -0.0774525702, -1.02548199e-06, -0.996996343)
  222. wait(1)
  223. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(936.982361, 39.2983131, 1941.78491, 0.865499735, -1.90497929e-07, -0.500909388, 2.2920582e-07, 1, 1.5730711e-08, 0.500909388, -1.28426279e-07, 0.865499735)
  224. wait(10)
  225. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(600.745117, 123.500023, 1944.28552, -0.0513457954, -9.50548937e-08, -0.998680949, 6.40008491e-09, 1, -9.55094919e-08, 0.998680949, -1.12956542e-08, -0.0513457954)
  226. wait(10)
  227. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(599.51709, 168.399994, 1944.94495, -0.966231644, 9.35891808e-09, -0.257674962, 7.52386775e-09, 1, -8-10757506e-09, -0-257674962, -5.89508309e-09, -0-966231644)
  228. wait(10)
  229. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2166.88892, 256.412506, 114.517967, 0.646955371, 5.77079591e-05, 0.762527823, 2.65634335e-05, 1, -9.82171332e-05, -0.762527823, 8.37974731e-05, 0.646955371)
  230. wait(100)
  231. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(898.345825, 32.6145706, -376.05603, -0.996996343, 5.28336273e-08, 0.0774525702, -2.67509304e-08, 1, -1.02649312e-06, -0.0774525702, -1.02548199e-06, -0.996996343)
  232. wait(1)
  233. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(936.982361, 39.2983131, 1941.78491, 0.865499735, -1.90497929e-07, -0.500909388, 2.2920582e-07, 1, 1.5730711e-08, 0.500909388, -1.28426279e-07, 0.865499735)
  234. wait(10)
  235. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(600.745117, 123.500023, 1944.28552, -0.0513457954, -9.50548937e-08, -0.998680949, 6.40008491e-09, 1, -9.55094919e-08, 0.998680949, -1.12956542e-08, -0.0513457954)
  236. wait(10)
  237. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(599.51709, 168.399994, 1944.94495, -0.966231644, 9.35891808e-09, -0.257674962, 7.52386775e-09, 1, -8-10757506e-09, -0-257674962, -5.89508309e-09, -0-966231644)
  238. wait(10)
  239. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2166.88892, 256.412506, 114.517967, 0.646955371, 5.77079591e-05, 0.762527823, 2.65634335e-05, 1, -9.82171332e-05, -0.762527823, 8.37974731e-05, 0.646955371)
  240. wait(200)
  241. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(898.345825, 32.6145706, -376.05603, -0.996996343, 5.28336273e-08, 0.0774525702, -2.67509304e-08, 1, -1.02649312e-06, -0.0774525702, -1.02548199e-06, -0.996996343)
  242. wait(1)
  243. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(936.982361, 39.2983131, 1941.78491, 0.865499735, -1.90497929e-07, -0.500909388, 2.2920582e-07, 1, 1.5730711e-08, 0.500909388, -1.28426279e-07, 0.865499735)
  244. wait(10)
  245. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(600.745117, 123.500023, 1944.28552, -0.0513457954, -9.50548937e-08, -0.998680949, 6.40008491e-09, 1, -9.55094919e-08, 0.998680949, -1.12956542e-08, -0.0513457954)
  246. wait(10)
  247. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(599.51709, 168.399994, 1944.94495, -0.966231644, 9.35891808e-09, -0.257674962, 7.52386775e-09, 1, -8-10757506e-09, -0-257674962, -5.89508309e-09, -0-966231644)
  248. wait(10)
  249. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2166.88892, 256.412506, 114.517967, 0.646955371, 5.77079591e-05, 0.762527823, 2.65634335e-05, 1, -9.82171332e-05, -0.762527823, 8.37974731e-05, 0.646955371)
  250. wait(200)
  251. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(898.345825, 32.6145706, -376.05603, -0.996996343, 5.28336273e-08, 0.0774525702, -2.67509304e-08, 1, -1.02649312e-06, -0.0774525702, -1.02548199e-06, -0.996996343)
  252. wait(1)
  253. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(936.982361, 39.2983131, 1941.78491, 0.865499735, -1.90497929e-07, -0.500909388, 2.2920582e-07, 1, 1.5730711e-08, 0.500909388, -1.28426279e-07, 0.865499735)
  254. wait(10)
  255. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(600.745117, 123.500023, 1944.28552, -0.0513457954, -9.50548937e-08, -0.998680949, 6.40008491e-09, 1, -9.55094919e-08, 0.998680949, -1.12956542e-08, -0.0513457954)
  256. wait(10)
  257. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(599.51709, 168.399994, 1944.94495, -0.966231644, 9.35891808e-09, -0.257674962, 7.52386775e-09, 1, -8-10757506e-09, -0-257674962, -5.89508309e-09, -0-966231644)
  258. wait(10)
  259. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2166.88892, 256.412506, 114.517967, 0.646955371, 5.77079591e-05, 0.762527823, 2.65634335e-05, 1, -9.82171332e-05, -0.762527823, 8.37974731e-05, 0.646955371)
  260. wait(200)
  261. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(898.345825, 32.6145706, -376.05603, -0.996996343, 5.28336273e-08, 0.0774525702, -2.67509304e-08, 1, -1.02649312e-06, -0.0774525702, -1.02548199e-06, -0.996996343)
  262. wait(1)
  263. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(936.982361, 39.2983131, 1941.78491, 0.865499735, -1.90497929e-07, -0.500909388, 2.2920582e-07, 1, 1.5730711e-08, 0.500909388, -1.28426279e-07, 0.865499735)
  264. wait(10)
  265. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(600.745117, 123.500023, 1944.28552, -0.0513457954, -9.50548937e-08, -0.998680949, 6.40008491e-09, 1, -9.55094919e-08, 0.998680949, -1.12956542e-08, -0.0513457954)
  266. wait(10)
  267. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(599.51709, 168.399994, 1944.94495, -0.966231644, 9.35891808e-09, -0.257674962, 7.52386775e-09, 1, -8-10757506e-09, -0-257674962, -5.89508309e-09, -0-966231644)
  268. wait(10)
  269. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2166.88892, 256.412506, 114.517967, 0.646955371, 5.77079591e-05, 0.762527823, 2.65634335e-05, 1, -9.82171332e-05, -0.762527823, 8.37974731e-05, 0.646955371)
  270. wait(200)
  271. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(898.345825, 32.6145706, -376.05603, -0.996996343, 5.28336273e-08, 0.0774525702, -2.67509304e-08, 1, -1.02649312e-06, -0.0774525702, -1.02548199e-06, -0.996996343)
  272. wait(1)
  273. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(936.982361, 39.2983131, 1941.78491, 0.865499735, -1.90497929e-07, -0.500909388, 2.2920582e-07, 1, 1.5730711e-08, 0.500909388, -1.28426279e-07, 0.865499735)
  274. wait(10)
  275. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(600.745117, 123.500023, 1944.28552, -0.0513457954, -9.50548937e-08, -0.998680949, 6.40008491e-09, 1, -9.55094919e-08, 0.998680949, -1.12956542e-08, -0.0513457954)
  276. wait(10)
  277. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(599.51709, 168.399994, 1944.94495, -0.966231644, 9.35891808e-09, -0.257674962, 7.52386775e-09, 1, -8-10757506e-09, -0-257674962, -5.89508309e-09, -0-966231644)
  278. wait(10)
  279. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2166.88892, 256.412506, 114.517967, 0.646955371, 5.77079591e-05, 0.762527823, 2.65634335e-05, 1, -9.82171332e-05, -0.762527823, 8.37974731e-05, 0.646955371)
  280. wait(200)
  281. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(898.345825, 32.6145706, -376.05603, -0.996996343, 5.28336273e-08, 0.0774525702, -2.67509304e-08, 1, -1.02649312e-06, -0.0774525702, -1.02548199e-06, -0.996996343)
  282. wait(1)
  283. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(936.982361, 39.2983131, 1941.78491, 0.865499735, -1.90497929e-07, -0.500909388, 2.2920582e-07, 1, 1.5730711e-08, 0.500909388, -1.28426279e-07, 0.865499735)
  284. wait(10)
  285. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(600.745117, 123.500023, 1944.28552, -0.0513457954, -9.50548937e-08, -0.998680949, 6.40008491e-09, 1, -9.55094919e-08, 0.998680949, -1.12956542e-08, -0.0513457954)
  286. wait(10)
  287. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(599.51709, 168.399994, 1944.94495, -0.966231644, 9.35891808e-09, -0.257674962, 7.52386775e-09, 1, -8-10757506e-09, -0-257674962, -5.89508309e-09, -0-966231644)
  288. wait(10)
  289. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(2166.88892, 256.412506, 114.517967, 0.646955371, 5.77079591e-05, 0.762527823, 2.65634335e-05, 1, -9.82171332e-05, -0.762527823, 8.37974731e-05, 0.646955371)
  290. wait(200)
  291. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(898.345825, 32.6145706, -376.05603, -0.996996343, 5.28336273e-08, 0.0774525702, -2.67509304e-08, 1, -1.02649312e-06, -0.0774525702, -1.02548199e-06, -0.996996343)
  292.  
  293.  
  294. end)
  295.  
  296. Open.Name = "Open"
  297. Open.Parent = WantedGUI
  298. Open.BackgroundColor3 = Color3.new(1, 1, 1)
  299. Open.Position = UDim2.new(0.00821167883, 0, 0.553869486, 0)
  300. Open.Size = UDim2.new(0, 60, 0, 22)
  301.  
  302. Opener.Name = "Opener"
  303. Opener.Parent = Open
  304. Opener.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  305. Opener.Position = UDim2.new(0.00800000038, 0, 0.00854545832, 0)
  306. Opener.Size = UDim2.new(0, 60, 0, 22)
  307. Opener.Font = Enum.Font.SourceSans
  308. Opener.Text = "Open"
  309. Opener.TextColor3 = Color3.new(0, 0, 0)
  310. Opener.TextSize = 14
  311. Opener.MouseButton1Down:connect(function()
  312. Close.Visible = true
  313. Open.Visible = false
  314. Main.Visible = true
  315. end)
  316.  
  317. Close.Name = "Close"
  318. Close.Parent = WantedGUI
  319. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  320. Close.Position = UDim2.new(0.00800000038, 0, 0.55400002, 0)
  321. Close.Size = UDim2.new(0, 60, 0, 22)
  322. Close.Visible = false
  323.  
  324. Closer.Name = "Closer"
  325. Closer.Parent = Close
  326. Closer.BackgroundColor3 = Color3.new(0.333333, 1, 1)
  327. Closer.Position = UDim2.new(0.00800000038, 0, 0.00899999961, 0)
  328. Closer.Size = UDim2.new(0, 60, 0, 22)
  329. Closer.Font = Enum.Font.SourceSans
  330. Closer.Text = "Close"
  331. Closer.TextColor3 = Color3.new(0, 0, 0)
  332. Closer.TextSize = 14
  333. Closer.MouseButton1Down:connect(function()
  334. Close.Visible = false
  335. Open.Visible = true
  336. Main.Visible = false
  337. end)
  338. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement