Advertisement
Shocker130000

Wanted GUI

Oct 12th, 2018
535
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.89 KB | None | 0 0
  1.  
  2. local Rob = game.Workspace.Game.Props.Entities
  3. local CoreWithU = Instance.new("ScreenGui")
  4. local Main = Instance.new("Frame")
  5. local Title = Instance.new("TextLabel")
  6. local Frame = Instance.new("Frame")
  7. local OC = Instance.new("TextButton")
  8. local Close = Instance.new("TextButton")
  9. local Stat = Instance.new("TextLabel")
  10. local TextLabel = Instance.new("TextLabel")
  11. local Mini = Instance.new("TextButton")
  12. local TextButton = Instance.new("TextButton")
  13. A = false
  14. Start = false
  15.  
  16.  
  17. CoreWithU.Name = "CoreWithU"
  18. CoreWithU.Parent = game.CoreGui
  19.  
  20. Main.Name = "Main"
  21. Main.Parent = CoreWithU
  22. Main.BackgroundColor3 = Color3.new(0.352941, 0.556863, 0.913726)
  23. Main.BorderSizePixel = 0
  24. Main.Position = UDim2.new(0.401785672, 0, 0.397515535, 0)
  25. Main.Size = UDim2.new(0, 264, 0, 164)
  26. Main.Draggable = true
  27. Main.Active = true
  28. Main.Selectable = true
  29.  
  30.  
  31. Title.Name = "Title"
  32. Title.Parent = Main
  33. Title.BackgroundColor3 = Color3.new(1, 1, 1)
  34. Title.BackgroundTransparency = 1.039999961853
  35. Title.BorderSizePixel = 0
  36. Title.Position = UDim2.new(0.208333343, 0, -0.00609756075, 0)
  37. Title.Size = UDim2.new(0, 154, 0, 24)
  38. Title.Font = Enum.Font.ArialBold
  39. Title.Text = "FJust"
  40. Title.TextColor3 = Color3.new(1, 1, 1)
  41. Title.TextSize = 20
  42.  
  43. Frame.Parent = Main
  44. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  45. Frame.BorderSizePixel = 0
  46. Frame.Position = UDim2.new(0, 0, 0.152439028, 0)
  47. Frame.Size = UDim2.new(0, 264, 0, 4)
  48.  
  49. OC.Name = "OC"
  50. OC.Parent = Main
  51. OC.BackgroundColor3 = Color3.new(1, 1, 1)
  52. OC.BorderSizePixel = 0
  53. OC.Position = UDim2.new(0.121212117, 0, 0.243902445, 0)
  54. OC.Size = UDim2.new(0, 200, 0, 50)
  55. OC.Style = Enum.ButtonStyle.RobloxRoundDefaultButton
  56. OC.Font = Enum.Font.Arial
  57. OC.Text = "Start?"
  58. OC.TextColor3 = Color3.new(1, 1, 1)
  59. OC.TextScaled = true
  60. OC.TextSize = 14
  61. OC.TextWrapped = true
  62.  
  63. Close.Name = "Close"
  64. Close.Parent = Main
  65. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  66. Close.BackgroundTransparency = 1
  67. Close.BorderSizePixel = 0
  68. Close.Position = UDim2.new(0.909090936, 0, 3.7252903e-09, 0)
  69. Close.Size = UDim2.new(0, 24, 0, 23)
  70. Close.Font = Enum.Font.ArialBold
  71. Close.Text = "X"
  72. Close.TextColor3 = Color3.new(1, 1, 1)
  73. Close.TextSize = 20
  74.  
  75. Stat.Name = "Stat"
  76. Stat.Parent = Main
  77. Stat.BackgroundColor3 = Color3.new(0.352941, 0.556863, 0.913726)
  78. Stat.BorderColor3 = Color3.new(1, 1, 1)
  79. Stat.Position = UDim2.new(0.121212117, 0, 0.707316995, 0)
  80. Stat.Size = UDim2.new(0, 200, 0, 36)
  81. Stat.Font = Enum.Font.ArialBold
  82. Stat.Text = "Nil cause why not"
  83. Stat.TextColor3 = Color3.new(1, 1, 1)
  84. Stat.TextSize = 14
  85. Stat.TextXAlignment = Enum.TextXAlignment.Left
  86. Stat.TextYAlignment = Enum.TextYAlignment.Top
  87.  
  88. TextLabel.Parent = Stat
  89. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  90. TextLabel.BackgroundTransparency = 1
  91. TextLabel.Position = UDim2.new(0.0799999982, 0, -0.611111045, 0)
  92. TextLabel.Size = UDim2.new(0, 168, 0, 22)
  93. TextLabel.Font = Enum.Font.ArialBold
  94. TextLabel.Text = "Status:"
  95. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  96. TextLabel.TextSize = 20
  97.  
  98. Mini.Name = "Mini"
  99. Mini.Parent = Main
  100. Mini.BackgroundColor3 = Color3.new(1, 1, 1)
  101. Mini.BackgroundTransparency = 1
  102. Mini.BorderSizePixel = 0
  103. Mini.Position = UDim2.new(0.818181872, 0, 3.7252903e-09, 0)
  104. Mini.Size = UDim2.new(0, 24, 0, 23)
  105. Mini.Font = Enum.Font.ArialBold
  106. Mini.Text = "-"
  107. Mini.TextColor3 = Color3.new(1, 1, 1)
  108. Mini.TextSize = 20
  109.  
  110. TextButton.Parent = CoreWithU
  111. TextButton.BackgroundColor3 = Color3.new(0.352941, 0.556863, 0.913726)
  112. TextButton.BorderSizePixel = 0
  113. TextButton.Position = UDim2.new(-1, 0, 0.696894407, 0)
  114. TextButton.Size = UDim2.new(0, 30, 0, 27)
  115. TextButton.Font = Enum.Font.SourceSans
  116. TextButton.Text = ">"
  117. TextButton.TextColor3 = Color3.new(1, 1, 1)
  118. TextButton.TextSize = 24
  119. -- Internals
  120.  
  121.  
  122. --Mouse Button Clicks
  123.  
  124. TextButton.MouseButton1Click:connect(function()
  125. TextButton:TweenPosition(UDim2.new(-1, 0, 0.696894407, 0),"In","Quad",3)
  126. wait(0.5)
  127. Main:TweenPosition(UDim2.new(0.401785672, 0, 0.397515535, 0),"In","Quad",2)
  128. end)
  129.  
  130. Mini.MouseButton1Click:connect(function()
  131. Main:TweenPosition(UDim2.new(-1, 0, 0.397515535, 0),"In","Quad",2)
  132. wait(0.5)
  133. TextButton:TweenPosition(UDim2.new(0, 0, 0.696894407, 0),"In","Quad",4)
  134. end)
  135.  
  136. OC.MouseButton1Click:connect(function()
  137. if Start == false then
  138. Start = true
  139. OC.Text = "Stop?"
  140. Stat.Text = "True, Preparing and Searching"
  141. else
  142. Start = false
  143. OC.Text = "Start?"
  144. Stat.Text = "False, Searching"
  145. end
  146. end)
  147.  
  148. Close.MouseButton1Click:connect(function()
  149. game.CoreGui.CoreWithU:Destroy()
  150. end)
  151.  
  152. --Brain
  153. while wait(1.50) do
  154. if Start == true then
  155. if A == true then
  156.  
  157. A = false
  158.  
  159. for i=1,20 do
  160. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(608,39,1944)
  161. end
  162. wait(0.5)
  163. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  164. wait(0.3)
  165. game.Players.LocalPlayer.Character.Humanoid:MoveTo(Vector3.new(595,39,1944))
  166. wait(3)
  167.  
  168.  
  169. for i=1,10 do
  170. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(589,39,1910)
  171. end
  172. wait(0.3)
  173. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  174.  
  175. print("1 ")
  176. wait(2)
  177.  
  178. for i=1,10 do
  179. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(599,39,1927)
  180. end
  181. wait(0.3)
  182. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  183.  
  184. print("2")
  185. wait(2)
  186.  
  187. for i=1,10 do
  188. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(597,39,1962)
  189. end
  190. wait(0.3)
  191. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  192.  
  193. print("3 Error" )
  194. wait(2)
  195. for i=1,10 do
  196. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(589,39,1977)
  197. end
  198. wait(0.3)
  199. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  200.  
  201. print("4 Error")
  202. wait(2)
  203.  
  204. for i=1,10 do
  205. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(589,81,1911)
  206. end
  207. wait(0.3)
  208. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  209.  
  210. print("5")
  211. wait(2)
  212.  
  213. for i=1,10 do
  214. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(597,81,1944)
  215. end
  216. wait(0.3)
  217. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  218.  
  219. print("6")
  220. wait(2)
  221.  
  222. for i=1,10 do
  223. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(589,81,1977)
  224. end
  225. wait(0.3)
  226. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  227.  
  228. print("7")
  229. wait(2)
  230.  
  231. for i=1,10 do
  232. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(589,123,1979)
  233. end
  234. wait(0.3)
  235. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  236.  
  237. print("8 Error")
  238. wait(2)
  239.  
  240. for i=1,10 do
  241. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(596,123,1949)
  242. end
  243. wait(0.3)
  244. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  245.  
  246. print("9")
  247. wait(2)
  248.  
  249. for i=1,10 do
  250. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(595,123,1939)
  251. end
  252. wait(0.3)
  253. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  254.  
  255. print("10")
  256. wait(2)
  257.  
  258. for i=1,10 do
  259. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(589,123,1909)
  260. end
  261. wait(0.3)
  262. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  263.  
  264. print("11")
  265. wait(2)
  266.  
  267. for i=1,10 do
  268. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(589,165,1911)
  269. end
  270. wait(0.3)
  271. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  272.  
  273. print("12")
  274. wait(2)
  275.  
  276. for i=1,10 do
  277. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(595,165,1944)
  278. end
  279. wait(0.3)
  280. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  281.  
  282. print("13")
  283. wait(2)
  284.  
  285. for i=1,10 do
  286. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(589,165,1978)
  287. end
  288. wait(0.3)
  289. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  290.  
  291. print("14")
  292. wait(2)
  293. --More
  294.  
  295. for i=1,10 do
  296. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(405,508,1443)
  297. end
  298. wait(0.3)
  299. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  300.  
  301. wait(2)
  302. for i=1,10 do
  303. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(882,39,1943)
  304. end
  305. wait(0.3)
  306. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  307. game.Players.LocalPlayer.Character.Humanoid:MoveTo(Vector3.new(873,39,1942))
  308.  
  309. wait(2)
  310. for i=1,10 do
  311. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(926,39,1943)
  312. end
  313. wait(0.3)
  314. game.Players.LocalPlayer.Character.Humanoid.Jump = true
  315. game.Players.LocalPlayer.Character.Humanoid:MoveTo(Vector3.new(936,39,1942))
  316. --End
  317. wait(1)
  318. for i=1,20 do
  319. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-350,56,1132)
  320. end
  321. wait(1)
  322. for i=1,30 do
  323. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-350,56,1132)
  324. end
  325.  
  326. game.Players.LocalPlayer.Character.Humanoid:MoveTo(Vector3.new(-350,56,1132))
  327.  
  328. wait(0.2)
  329. A = false
  330. else
  331. print(A)
  332. end
  333.  
  334.  
  335. if not Rob:FindFirstChild("Ruby") then
  336. Stat.Text = "False, Reason: Target nil"
  337. else
  338. if game.Players.LocalPlayer.PlayerGui.UI.Stars.Bounty.Visible == false then
  339. A = true
  340. Stat.Text = "True, Environment Suitable"
  341. else
  342. Stat.Text "False, Environment Unsuitable"
  343.  
  344. end
  345. end
  346. end
  347. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement