Advertisement
lygelz23

TEST [WEARESAFE]

Jan 28th, 2019
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.55 KB | None | 0 0
  1. -- Check GUI Already Open. --
  2. for _, a in pairs(game.CoreGui:children'') do if a.Name == "FameSimGUI" then a:Destroy'' end end --Should work.
  3. --Anti Afk--
  4. local VirtualUser=game:service'VirtualUser'
  5. game:service'Players'.LocalPlayer.Idled:connect(function()
  6. VirtualUser:CaptureController()
  7. VirtualUser:ClickButton2(Vector2.new())
  8. end)
  9.  
  10. local WEARESAFE = Instance.new("ScreenGui")
  11. local maingui = Instance.new("ImageLabel")
  12. local bar = Instance.new("Frame")
  13. local TextLabel = Instance.new("TextLabel")
  14. local exit = Instance.new("TextButton")
  15. local TextLabel_2 = Instance.new("TextLabel")
  16. local s1 = Instance.new("TextButton")
  17. local backround = Instance.new("Frame")
  18. local autoc = Instance.new("TextButton")
  19. local autos = Instance.new("TextButton")
  20. local autob = Instance.new("TextButton")
  21. local farmf = Instance.new("TextButton")
  22. local btools = Instance.new("TextButton")
  23. local teleport = Instance.new("TextButton")
  24. local noclip = Instance.new("TextButton")
  25. local speed = Instance.new("TextButton")
  26. local vip = Instance.new("TextButton")
  27. local rej = Instance.new("TextButton")
  28. local backround_2 = Instance.new("Frame")
  29. local TextLabel_3 = Instance.new("TextLabel")
  30. local TextLabel_4 = Instance.new("TextLabel")
  31. local s2 = Instance.new("TextButton")
  32. local s3 = Instance.new("TextButton")
  33. local s4 = Instance.new("TextButton")
  34. local s5 = Instance.new("TextButton")
  35. local s6 = Instance.new("TextButton")
  36. local TextLabel_5 = Instance.new("TextLabel")
  37. local shop = Instance.new("TextButton")
  38. local menu = Instance.new("ImageButton")
  39. local minimize = Instance.new("TextButton")
  40. local opengui = Instance.new("ImageLabel")
  41. local open = Instance.new("TextButton")
  42. local secondgui = Instance.new("ImageLabel")
  43. local bar_2 = Instance.new("Frame")
  44. local TextLabel_6 = Instance.new("TextLabel")
  45. local exittwo = Instance.new("TextButton")
  46. local TextLabel_7 = Instance.new("TextLabel")
  47. local backround_3 = Instance.new("Frame")
  48. local Tier01 = Instance.new("TextButton")
  49. local Tier02 = Instance.new("TextButton")
  50. local Tier03 = Instance.new("TextButton")
  51. local Tier04 = Instance.new("TextButton")
  52. local Tier05 = Instance.new("TextButton")
  53. local Tier06 = Instance.new("TextButton")
  54. local Tier07 = Instance.new("TextButton")
  55. local Tier09 = Instance.new("TextButton")
  56. local Tier08 = Instance.new("TextButton")
  57. local BuyStar = Instance.new("TextButton")
  58. local backround_4 = Instance.new("Frame")
  59. local TextLabel_8 = Instance.new("TextLabel")
  60. local TextLabel_9 = Instance.new("TextLabel")
  61. local TextLabel_10 = Instance.new("TextLabel")
  62. local TextLabel_11 = Instance.new("TextLabel")
  63. local TextLabel_12 = Instance.new("TextLabel")
  64. local TextLabel_13 = Instance.new("TextLabel")
  65. local NumberOfStars = Instance.new("TextBox")
  66. local plr = game.Players.LocalPlayer -- find you in "Players"
  67.  
  68. --Properties:
  69. WEARESAFE.Name = "WEARESAFE"
  70. WEARESAFE.Parent = game.CoreGui
  71.  
  72. maingui.Name = "maingui"
  73. maingui.Parent = WEARESAFE
  74. maingui.BackgroundColor3 = Color3.new(1, 1, 1)
  75. maingui.BackgroundTransparency = 1
  76. maingui.Position = UDim2.new(0.358703941, -125, 0.293299288, -25)
  77. maingui.Size = UDim2.new(0, 533, 0, 277)
  78. maingui.Visible = false
  79. maingui.Image = "rbxassetid://605740338"
  80. maingui.ImageColor3 = Color3.new(0.184314, 0.184314, 0.184314)
  81. maingui.ScaleType = Enum.ScaleType.Slice
  82. maingui.SliceCenter = Rect.new(24, 24, 216, 216)
  83.  
  84. bar.Name = "bar"
  85. bar.Parent = maingui
  86. bar.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  87. bar.BorderSizePixel = 0
  88. bar.Position = UDim2.new(5.90006493e-06, 0, -0.000864284229, 0)
  89. bar.Size = UDim2.new(0, 527, 0, 27)
  90.  
  91. TextLabel.Parent = maingui
  92. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  93. TextLabel.BackgroundTransparency = 1
  94. TextLabel.Position = UDim2.new(0.419696867, 0, -0.00228653545, 0)
  95. TextLabel.Size = UDim2.new(0, 36, 0, 27)
  96. TextLabel.Font = Enum.Font.Arial
  97. TextLabel.Text = "W"
  98. TextLabel.TextColor3 = Color3.new(1, 0.333333, 0)
  99. TextLabel.TextScaled = true
  100. TextLabel.TextSize = 14
  101. TextLabel.TextWrapped = true
  102.  
  103. exit.Name = "exit"
  104. exit.Parent = maingui
  105. exit.BackgroundColor3 = Color3.new(0.596078, 0, 0)
  106. exit.BorderColor3 = Color3.new(1, 1, 1)
  107. exit.BorderSizePixel = 0
  108. exit.Position = UDim2.new(0.93851155, 0, 0.00322285458, 0)
  109. exit.Size = UDim2.new(0, 32, 0, 25)
  110. exit.Font = Enum.Font.Arial
  111. exit.Text = "X"
  112. exit.TextColor3 = Color3.new(1, 1, 1)
  113. exit.TextScaled = true
  114. exit.TextSize = 18
  115. exit.TextWrapped = true
  116.  
  117. TextLabel_2.Parent = maingui
  118. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  119. TextLabel_2.BackgroundTransparency = 1
  120. TextLabel_2.Position = UDim2.new(0.470930278, 0, 0.00322284829, 0)
  121. TextLabel_2.Size = UDim2.new(0, 97, 0, 23)
  122. TextLabel_2.Font = Enum.Font.Arial
  123. TextLabel_2.Text = "eAreSafe"
  124. TextLabel_2.TextColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  125. TextLabel_2.TextScaled = true
  126. TextLabel_2.TextSize = 14
  127. TextLabel_2.TextWrapped = true
  128.  
  129. s1.Name = "s1"
  130. s1.Parent = maingui
  131. s1.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  132. s1.BorderColor3 = Color3.new(1, 0.333333, 0)
  133. s1.BorderSizePixel = 2
  134. s1.Position = UDim2.new(0, 14, 0, 203)
  135. s1.Size = UDim2.new(0, 61, 0, 49)
  136. s1.Font = Enum.Font.Arial
  137. s1.Text = "Stage 1"
  138. s1.TextColor3 = Color3.new(1, 1, 1)
  139. s1.TextSize = 18
  140. s1.TextWrapped = true
  141.  
  142. backround.Name = "backround"
  143. backround.Parent = maingui
  144. backround.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  145. backround.BorderSizePixel = 0
  146. backround.Position = UDim2.new(0.0187625196, 0, 0.156616032, 0)
  147. backround.Size = UDim2.new(0, 508, 0, 105)
  148.  
  149. autoc.Name = "autoc"
  150. autoc.Parent = backround
  151. autoc.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  152. autoc.BorderColor3 = Color3.new(1, 0.333333, 0)
  153. autoc.BorderSizePixel = 2
  154. autoc.Position = UDim2.new(0, 6, 0, 10)
  155. autoc.Size = UDim2.new(0, 93, 0, 33)
  156. autoc.Font = Enum.Font.Arial
  157. autoc.Text = "Auto Clicker [OFF]"
  158. autoc.TextColor3 = Color3.new(1, 1, 1)
  159. autoc.TextScaled = true
  160. autoc.TextSize = 18
  161. autoc.TextWrapped = true
  162.  
  163. autos.Name = "autos"
  164. autos.Parent = backround
  165. autos.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  166. autos.BorderColor3 = Color3.new(1, 0.333333, 0)
  167. autos.BorderSizePixel = 2
  168. autos.Position = UDim2.new(0, 115, 0, 10)
  169. autos.Size = UDim2.new(0, 97, 0, 33)
  170. autos.Font = Enum.Font.Arial
  171. autos.Text = "Auto Stages [OFF]"
  172. autos.TextColor3 = Color3.new(1, 1, 1)
  173. autos.TextScaled = true
  174. autos.TextSize = 18
  175. autos.TextWrapped = true
  176.  
  177. autob.Name = "autob"
  178. autob.Parent = backround
  179. autob.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  180. autob.BorderColor3 = Color3.new(1, 0.333333, 0)
  181. autob.BorderSizePixel = 2
  182. autob.Position = UDim2.new(0, 4, 0, 54)
  183. autob.Size = UDim2.new(0, 95, 0, 33)
  184. autob.Font = Enum.Font.Arial
  185. autob.Text = "Auto Buy [OFF]"
  186. autob.TextColor3 = Color3.new(1, 1, 1)
  187. autob.TextScaled = true
  188. autob.TextSize = 18
  189. autob.TextWrapped = true
  190.  
  191. farmf.Name = "farmf"
  192. farmf.Parent = backround
  193. farmf.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  194. farmf.BorderColor3 = Color3.new(1, 0.333333, 0)
  195. farmf.BorderSizePixel = 2
  196. farmf.Position = UDim2.new(0, 115, 0, 54)
  197. farmf.Size = UDim2.new(0, 97, 0, 35)
  198. farmf.Font = Enum.Font.Arial
  199. farmf.Text = "Farm Followers [OFF]"
  200. farmf.TextColor3 = Color3.new(1, 1, 1)
  201. farmf.TextScaled = true
  202. farmf.TextSize = 18
  203. farmf.TextWrapped = true
  204.  
  205. btools.Name = "btools"
  206. btools.Parent = backround
  207. btools.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  208. btools.BorderColor3 = Color3.new(1, 0.333333, 0)
  209. btools.BorderSizePixel = 2
  210. btools.Position = UDim2.new(0, 297, 0, 10)
  211. btools.Size = UDim2.new(0, 97, 0, 33)
  212. btools.Font = Enum.Font.Arial
  213. btools.Text = "BTools"
  214. btools.TextColor3 = Color3.new(1, 1, 1)
  215. btools.TextSize = 18
  216. btools.TextWrapped = true
  217.  
  218. teleport.Name = "teleport"
  219. teleport.Parent = backround
  220. teleport.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  221. teleport.BorderColor3 = Color3.new(1, 0.333333, 0)
  222. teleport.BorderSizePixel = 2
  223. teleport.Position = UDim2.new(0, 297, 0, 56)
  224. teleport.Size = UDim2.new(0, 97, 0, 33)
  225. teleport.Font = Enum.Font.Arial
  226. teleport.Text = "Teleport [V]"
  227. teleport.TextColor3 = Color3.new(1, 1, 1)
  228. teleport.TextSize = 18
  229. teleport.TextWrapped = true
  230.  
  231. noclip.Name = "noclip"
  232. noclip.Parent = backround
  233. noclip.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  234. noclip.BorderColor3 = Color3.new(1, 0.333333, 0)
  235. noclip.BorderSizePixel = 2
  236. noclip.Position = UDim2.new(0, 403, 0, 10)
  237. noclip.Size = UDim2.new(0, 97, 0, 33)
  238. noclip.Font = Enum.Font.Arial
  239. noclip.Text = "NoClip [H]"
  240. noclip.TextColor3 = Color3.new(1, 1, 1)
  241. noclip.TextSize = 18
  242. noclip.TextWrapped = true
  243.  
  244. speed.Name = "speed"
  245. speed.Parent = backround
  246. speed.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  247. speed.BorderColor3 = Color3.new(1, 0.333333, 0)
  248. speed.BorderSizePixel = 2
  249. speed.Position = UDim2.new(0, 403, 0, 55)
  250. speed.Size = UDim2.new(0, 97, 0, 33)
  251. speed.Font = Enum.Font.Arial
  252. speed.Text = "Speed"
  253. speed.TextColor3 = Color3.new(1, 1, 1)
  254. speed.TextSize = 18
  255. speed.TextWrapped = true
  256.  
  257. vip.Name = "vip"
  258. vip.Parent = backround
  259. vip.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  260. vip.BorderColor3 = Color3.new(1, 0.333333, 0)
  261. vip.BorderSizePixel = 2
  262. vip.Position = UDim2.new(0, 233, 0, 56)
  263. vip.Size = UDim2.new(0, 42, 0, 33)
  264. vip.Font = Enum.Font.Arial
  265. vip.Text = "VIP"
  266. vip.TextColor3 = Color3.new(1, 1, 1)
  267. vip.TextSize = 18
  268. vip.TextWrapped = true
  269.  
  270. rej.Name = "rej"
  271. rej.Parent = backround
  272. rej.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  273. rej.BorderColor3 = Color3.new(1, 0.333333, 0)
  274. rej.BorderSizePixel = 2
  275. rej.Position = UDim2.new(0, 233, 0, 10)
  276. rej.Size = UDim2.new(0, 42, 0, 33)
  277. rej.Font = Enum.Font.Arial
  278. rej.Text = "REJ"
  279. rej.TextColor3 = Color3.new(1, 1, 1)
  280. rej.TextSize = 18
  281. rej.TextWrapped = true
  282.  
  283. backround_2.Name = "backround"
  284. backround_2.Parent = maingui
  285. backround_2.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  286. backround_2.BorderSizePixel = 0
  287. backround_2.Position = UDim2.new(0.0170837063, 0, 0.611674488, 0)
  288. backround_2.Size = UDim2.new(0, 501, 0, 27)
  289.  
  290. TextLabel_3.Parent = backround_2
  291. TextLabel_3.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  292. TextLabel_3.BackgroundTransparency = 1
  293. TextLabel_3.BorderSizePixel = 0
  294. TextLabel_3.Position = UDim2.new(0.052137889, 0, 0.0607055426, 0)
  295. TextLabel_3.Size = UDim2.new(0, 384, 0, 27)
  296. TextLabel_3.Font = Enum.Font.Arial
  297. TextLabel_3.Text = "T"
  298. TextLabel_3.TextColor3 = Color3.new(1, 0.333333, 0)
  299. TextLabel_3.TextScaled = true
  300. TextLabel_3.TextSize = 14
  301. TextLabel_3.TextWrapped = true
  302.  
  303. TextLabel_4.Parent = backround_2
  304. TextLabel_4.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  305. TextLabel_4.BackgroundTransparency = 1
  306. TextLabel_4.BorderSizePixel = 0
  307. TextLabel_4.Position = UDim2.new(0.450005323, 0, 0.0607055426, 0)
  308. TextLabel_4.Size = UDim2.new(0, 91, 0, 27)
  309. TextLabel_4.Font = Enum.Font.Arial
  310. TextLabel_4.Text = "eleports"
  311. TextLabel_4.TextColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  312. TextLabel_4.TextScaled = true
  313. TextLabel_4.TextSize = 14
  314. TextLabel_4.TextWrapped = true
  315.  
  316. s2.Name = "s2"
  317. s2.Parent = maingui
  318. s2.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  319. s2.BorderColor3 = Color3.new(1, 0.333333, 0)
  320. s2.BorderSizePixel = 2
  321. s2.Position = UDim2.new(0, 84, 0, 203)
  322. s2.Size = UDim2.new(0, 61, 0, 49)
  323. s2.Font = Enum.Font.Arial
  324. s2.Text = "Stage 2"
  325. s2.TextColor3 = Color3.new(1, 1, 1)
  326. s2.TextSize = 18
  327. s2.TextWrapped = true
  328.  
  329. s3.Name = "s3"
  330. s3.Parent = maingui
  331. s3.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  332. s3.BorderColor3 = Color3.new(1, 0.333333, 0)
  333. s3.BorderSizePixel = 2
  334. s3.Position = UDim2.new(0, 156, 0, 203)
  335. s3.Size = UDim2.new(0, 61, 0, 49)
  336. s3.Font = Enum.Font.Arial
  337. s3.Text = "Stage 3"
  338. s3.TextColor3 = Color3.new(1, 1, 1)
  339. s3.TextSize = 18
  340. s3.TextWrapped = true
  341.  
  342. s4.Name = "s4"
  343. s4.Parent = maingui
  344. s4.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  345. s4.BorderColor3 = Color3.new(1, 0.333333, 0)
  346. s4.BorderSizePixel = 2
  347. s4.Position = UDim2.new(0, 225, 0, 203)
  348. s4.Size = UDim2.new(0, 61, 0, 49)
  349. s4.Font = Enum.Font.Arial
  350. s4.Text = "Stage 4"
  351. s4.TextColor3 = Color3.new(1, 1, 1)
  352. s4.TextSize = 18
  353. s4.TextWrapped = true
  354.  
  355. s5.Name = "s5"
  356. s5.Parent = maingui
  357. s5.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  358. s5.BorderColor3 = Color3.new(1, 0.333333, 0)
  359. s5.BorderSizePixel = 2
  360. s5.Position = UDim2.new(0, 296, 0, 203)
  361. s5.Size = UDim2.new(0, 61, 0, 49)
  362. s5.Font = Enum.Font.Arial
  363. s5.Text = "Stage 5"
  364. s5.TextColor3 = Color3.new(1, 1, 1)
  365. s5.TextSize = 18
  366. s5.TextWrapped = true
  367.  
  368. s6.Name = "s6"
  369. s6.Parent = maingui
  370. s6.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  371. s6.BorderColor3 = Color3.new(1, 0.333333, 0)
  372. s6.BorderSizePixel = 2
  373. s6.Position = UDim2.new(0, 367, 0, 203)
  374. s6.Size = UDim2.new(0, 61, 0, 49)
  375. s6.Font = Enum.Font.Arial
  376. s6.Text = "Stage 6"
  377. s6.TextColor3 = Color3.new(1, 1, 1)
  378. s6.TextSize = 18
  379. s6.TextWrapped = true
  380.  
  381. TextLabel_5.Parent = maingui
  382. TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
  383. TextLabel_5.BackgroundTransparency = 1
  384. TextLabel_5.Position = UDim2.new(-0.00155549892, 0, 0.00322284852, 0)
  385. TextLabel_5.Size = UDim2.new(0, 109, 0, 23)
  386. TextLabel_5.Font = Enum.Font.Arial
  387. TextLabel_5.Text = "TypicalRBLX"
  388. TextLabel_5.TextColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  389. TextLabel_5.TextScaled = true
  390. TextLabel_5.TextSize = 14
  391. TextLabel_5.TextWrapped = true
  392.  
  393. shop.Name = "shop"
  394. shop.Parent = maingui
  395. shop.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  396. shop.BorderColor3 = Color3.new(1, 0.333333, 0)
  397. shop.BorderSizePixel = 2
  398. shop.Position = UDim2.new(0, 438, 0, 203)
  399. shop.Size = UDim2.new(0, 61, 0, 49)
  400. shop.Font = Enum.Font.Arial
  401. shop.Text = "Shop"
  402. shop.TextColor3 = Color3.new(1, 1, 1)
  403. shop.TextSize = 18
  404. shop.TextWrapped = true
  405.  
  406. menu.Name = "menu"
  407. menu.Parent = maingui
  408. menu.BackgroundColor3 = Color3.new(1, 1, 1)
  409. menu.BackgroundTransparency = 1
  410. menu.Position = UDim2.new(0.821763515, 0, -0.00722021656, 0)
  411. menu.Size = UDim2.new(0, 26, 0, 28)
  412. menu.Image = "rbxgameasset://Images/menu"
  413.  
  414. minimize.Name = "minimize"
  415. minimize.Parent = maingui
  416. minimize.BackgroundColor3 = Color3.new(0.596078, 0, 0)
  417. minimize.BorderColor3 = Color3.new(1, 1, 1)
  418. minimize.BorderSizePixel = 0
  419. minimize.Position = UDim2.new(0.874721646, 0, 0.00322285458, 0)
  420. minimize.Size = UDim2.new(0, 32, 0, 25)
  421. minimize.Font = Enum.Font.Arial
  422. minimize.Text = "-"
  423. minimize.TextColor3 = Color3.new(1, 1, 1)
  424. minimize.TextScaled = true
  425. minimize.TextSize = 18
  426. minimize.TextWrapped = true
  427.  
  428. opengui.Name = "opengui"
  429. opengui.Parent = WEARESAFE
  430. opengui.BackgroundColor3 = Color3.new(1, 1, 1)
  431. opengui.BackgroundTransparency = 1
  432. opengui.Position = UDim2.new(0.126911312, -125, 0.880808115, -25)
  433. opengui.Size = UDim2.new(0, 90, 0, 36)
  434. opengui.Image = "rbxassetid://605740338"
  435. opengui.ImageColor3 = Color3.new(0.184314, 0.184314, 0.184314)
  436. opengui.ScaleType = Enum.ScaleType.Slice
  437. opengui.SliceCenter = Rect.new(24, 24, 216, 216)
  438.  
  439. open.Name = "open"
  440. open.Parent = opengui
  441. open.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  442. open.BorderColor3 = Color3.new(1, 0.333333, 0)
  443. open.BorderSizePixel = 0
  444. open.Position = UDim2.new(0, 10, 0, 6)
  445. open.Size = UDim2.new(0, 70, 0, 24)
  446. open.Font = Enum.Font.Arial
  447. open.Text = "OPEN"
  448. open.TextColor3 = Color3.new(1, 1, 1)
  449. open.TextScaled = true
  450. open.TextSize = 18
  451. open.TextWrapped = true
  452.  
  453. secondgui.Name = "secondgui"
  454. secondgui.Parent = WEARESAFE
  455. secondgui.BackgroundColor3 = Color3.new(1, 1, 1)
  456. secondgui.BackgroundTransparency = 1
  457. secondgui.Position = UDim2.new(0.435156524, -125, 0.467036605, -25)
  458. secondgui.Size = UDim2.new(0, 533, 0, 277)
  459. secondgui.Visible = false
  460. secondgui.Image = "rbxassetid://605740338"
  461. secondgui.ImageColor3 = Color3.new(0.184314, 0.184314, 0.184314)
  462. secondgui.ScaleType = Enum.ScaleType.Slice
  463. secondgui.SliceCenter = Rect.new(24, 24, 216, 216)
  464.  
  465. bar_2.Name = "bar"
  466. bar_2.Parent = secondgui
  467. bar_2.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  468. bar_2.BorderSizePixel = 0
  469. bar_2.Position = UDim2.new(5.90006493e-06, 0, -0.000864284229, 0)
  470. bar_2.Size = UDim2.new(0, 527, 0, 27)
  471.  
  472. TextLabel_6.Parent = secondgui
  473. TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
  474. TextLabel_6.BackgroundTransparency = 1
  475. TextLabel_6.Position = UDim2.new(0.419696867, 0, -0.00228653545, 0)
  476. TextLabel_6.Size = UDim2.new(0, 36, 0, 27)
  477. TextLabel_6.Font = Enum.Font.Arial
  478. TextLabel_6.Text = "W"
  479. TextLabel_6.TextColor3 = Color3.new(1, 0.333333, 0)
  480. TextLabel_6.TextScaled = true
  481. TextLabel_6.TextSize = 14
  482. TextLabel_6.TextWrapped = true
  483.  
  484. exittwo.Name = "exittwo"
  485. exittwo.Parent = secondgui
  486. exittwo.BackgroundColor3 = Color3.new(0.596078, 0, 0)
  487. exittwo.BorderColor3 = Color3.new(1, 1, 1)
  488. exittwo.BorderSizePixel = 0
  489. exittwo.Position = UDim2.new(0.947467148, 0, 0.00322285458, 0)
  490. exittwo.Size = UDim2.new(0, 27, 0, 25)
  491. exittwo.Font = Enum.Font.Arial
  492. exittwo.Text = "X"
  493. exittwo.TextColor3 = Color3.new(1, 1, 1)
  494. exittwo.TextScaled = true
  495. exittwo.TextSize = 18
  496. exittwo.TextWrapped = true
  497.  
  498. TextLabel_7.Parent = secondgui
  499. TextLabel_7.BackgroundColor3 = Color3.new(1, 1, 1)
  500. TextLabel_7.BackgroundTransparency = 1
  501. TextLabel_7.Position = UDim2.new(0.461549401, 0, 0.00322284829, 0)
  502. TextLabel_7.Size = UDim2.new(0, 97, 0, 23)
  503. TextLabel_7.Font = Enum.Font.Arial
  504. TextLabel_7.Text = "eAreSafe"
  505. TextLabel_7.TextColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  506. TextLabel_7.TextScaled = true
  507. TextLabel_7.TextSize = 14
  508. TextLabel_7.TextWrapped = true
  509.  
  510. backround_3.Name = "backround"
  511. backround_3.Parent = secondgui
  512. backround_3.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  513. backround_3.BorderSizePixel = 0
  514. backround_3.Position = UDim2.new(0.018762527, 0, 0.156615987, 0)
  515. backround_3.Size = UDim2.new(0, 508, 0, 119)
  516.  
  517. Tier01.Name = "Tier01"
  518. Tier01.Parent = backround_3
  519. Tier01.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  520. Tier01.BorderColor3 = Color3.new(1, 0.333333, 0)
  521. Tier01.BorderSizePixel = 2
  522. Tier01.Position = UDim2.new(0, 6, 0, 11)
  523. Tier01.Size = UDim2.new(0, 58, 0, 27)
  524. Tier01.Font = Enum.Font.Arial
  525. Tier01.Text = "TIER 1"
  526. Tier01.TextColor3 = Color3.new(1, 1, 1)
  527. Tier01.TextScaled = true
  528. Tier01.TextSize = 18
  529. Tier01.TextWrapped = true
  530.  
  531. Tier02.Name = "Tier02"
  532. Tier02.Parent = backround_3
  533. Tier02.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  534. Tier02.BorderColor3 = Color3.new(1, 0.333333, 0)
  535. Tier02.BorderSizePixel = 2
  536. Tier02.Position = UDim2.new(0, 6, 0, 46)
  537. Tier02.Size = UDim2.new(0, 58, 0, 27)
  538. Tier02.Font = Enum.Font.Arial
  539. Tier02.Text = "TIER 2"
  540. Tier02.TextColor3 = Color3.new(1, 1, 1)
  541. Tier02.TextScaled = true
  542. Tier02.TextSize = 18
  543. Tier02.TextWrapped = true
  544.  
  545. Tier03.Name = "Tier03"
  546. Tier03.Parent = backround_3
  547. Tier03.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  548. Tier03.BorderColor3 = Color3.new(1, 0.333333, 0)
  549. Tier03.BorderSizePixel = 2
  550. Tier03.Position = UDim2.new(0, 6, 0, 81)
  551. Tier03.Size = UDim2.new(0, 58, 0, 27)
  552. Tier03.Font = Enum.Font.Arial
  553. Tier03.Text = "TIER 3"
  554. Tier03.TextColor3 = Color3.new(1, 1, 1)
  555. Tier03.TextScaled = true
  556. Tier03.TextSize = 18
  557. Tier03.TextWrapped = true
  558.  
  559. Tier04.Name = "Tier04"
  560. Tier04.Parent = backround_3
  561. Tier04.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  562. Tier04.BorderColor3 = Color3.new(1, 0.333333, 0)
  563. Tier04.BorderSizePixel = 2
  564. Tier04.Position = UDim2.new(0, 80, 0, 10)
  565. Tier04.Size = UDim2.new(0, 58, 0, 27)
  566. Tier04.Font = Enum.Font.Arial
  567. Tier04.Text = "TIER 4"
  568. Tier04.TextColor3 = Color3.new(1, 1, 1)
  569. Tier04.TextScaled = true
  570. Tier04.TextSize = 18
  571. Tier04.TextWrapped = true
  572.  
  573. Tier05.Name = "Tier05"
  574. Tier05.Parent = backround_3
  575. Tier05.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  576. Tier05.BorderColor3 = Color3.new(1, 0.333333, 0)
  577. Tier05.BorderSizePixel = 2
  578. Tier05.Position = UDim2.new(0, 80, 0, 46)
  579. Tier05.Size = UDim2.new(0, 58, 0, 27)
  580. Tier05.Font = Enum.Font.Arial
  581. Tier05.Text = "TIER 5"
  582. Tier05.TextColor3 = Color3.new(1, 1, 1)
  583. Tier05.TextScaled = true
  584. Tier05.TextSize = 18
  585. Tier05.TextWrapped = true
  586.  
  587. Tier06.Name = "Tier06"
  588. Tier06.Parent = backround_3
  589. Tier06.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  590. Tier06.BorderColor3 = Color3.new(1, 0.333333, 0)
  591. Tier06.BorderSizePixel = 2
  592. Tier06.Position = UDim2.new(0, 80, 0, 81)
  593. Tier06.Size = UDim2.new(0, 58, 0, 27)
  594. Tier06.Font = Enum.Font.Arial
  595. Tier06.Text = "TIER 6"
  596. Tier06.TextColor3 = Color3.new(1, 1, 1)
  597. Tier06.TextScaled = true
  598. Tier06.TextSize = 18
  599. Tier06.TextWrapped = true
  600.  
  601. Tier07.Name = "Tier07"
  602. Tier07.Parent = backround_3
  603. Tier07.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  604. Tier07.BorderColor3 = Color3.new(1, 0.333333, 0)
  605. Tier07.BorderSizePixel = 2
  606. Tier07.Position = UDim2.new(0, 148, 0, 11)
  607. Tier07.Size = UDim2.new(0, 58, 0, 27)
  608. Tier07.Font = Enum.Font.Arial
  609. Tier07.Text = "TIER 7"
  610. Tier07.TextColor3 = Color3.new(1, 1, 1)
  611. Tier07.TextScaled = true
  612. Tier07.TextSize = 18
  613. Tier07.TextWrapped = true
  614.  
  615. Tier09.Name = "Tier09"
  616. Tier09.Parent = backround_3
  617. Tier09.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  618. Tier09.BorderColor3 = Color3.new(1, 0.333333, 0)
  619. Tier09.BorderSizePixel = 2
  620. Tier09.Position = UDim2.new(0, 148, 0, 81)
  621. Tier09.Size = UDim2.new(0, 59, 0, 26)
  622. Tier09.Font = Enum.Font.Arial
  623. Tier09.Text = "TIER 9"
  624. Tier09.TextColor3 = Color3.new(1, 1, 1)
  625. Tier09.TextScaled = true
  626. Tier09.TextSize = 18
  627. Tier09.TextWrapped = true
  628.  
  629. Tier08.Name = "Tier08"
  630. Tier08.Parent = backround_3
  631. Tier08.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  632. Tier08.BorderColor3 = Color3.new(1, 0.333333, 0)
  633. Tier08.BorderSizePixel = 2
  634. Tier08.Position = UDim2.new(0, 148, 0, 46)
  635. Tier08.Size = UDim2.new(0, 58, 0, 27)
  636. Tier08.Font = Enum.Font.Arial
  637. Tier08.Text = "TIER 8"
  638. Tier08.TextColor3 = Color3.new(1, 1, 1)
  639. Tier08.TextScaled = true
  640. Tier08.TextSize = 18
  641. Tier08.TextWrapped = true
  642.  
  643. BuyStar.Name = "BuyStar"
  644. BuyStar.Parent = backround_3
  645. BuyStar.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  646. BuyStar.BorderColor3 = Color3.new(1, 0.333333, 0)
  647. BuyStar.BorderSizePixel = 2
  648. BuyStar.Position = UDim2.new(0, 289, 0, 11)
  649. BuyStar.Size = UDim2.new(0, 58, 0, 29)
  650. BuyStar.Font = Enum.Font.Arial
  651. BuyStar.Text = "BUY STAR"
  652. BuyStar.TextColor3 = Color3.new(1, 1, 1)
  653. BuyStar.TextScaled = true
  654. BuyStar.TextSize = 18
  655. BuyStar.TextWrapped = true
  656.  
  657. backround_4.Name = "backround"
  658. backround_4.Parent = secondgui
  659. backround_4.BackgroundColor3 = Color3.new(0.168627, 0.168627, 0.168627)
  660. backround_4.BorderSizePixel = 0
  661. backround_4.Position = UDim2.new(0.0170837063, 0, 0.611674488, 0)
  662. backround_4.Size = UDim2.new(0, 501, 0, 27)
  663.  
  664. TextLabel_8.Parent = backround_4
  665. TextLabel_8.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  666. TextLabel_8.BackgroundTransparency = 1
  667. TextLabel_8.BorderSizePixel = 0
  668. TextLabel_8.Position = UDim2.new(0.0641139373, 0, -0.0133685321, 0)
  669. TextLabel_8.Size = UDim2.new(0, 384, 0, 27)
  670. TextLabel_8.Font = Enum.Font.Arial
  671. TextLabel_8.Text = "C"
  672. TextLabel_8.TextColor3 = Color3.new(1, 0.333333, 0)
  673. TextLabel_8.TextScaled = true
  674. TextLabel_8.TextSize = 14
  675. TextLabel_8.TextWrapped = true
  676.  
  677. TextLabel_9.Parent = backround_4
  678. TextLabel_9.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  679. TextLabel_9.BackgroundTransparency = 1
  680. TextLabel_9.BorderSizePixel = 0
  681. TextLabel_9.Position = UDim2.new(0.464870781, 0, -0.0133689605, 0)
  682. TextLabel_9.Size = UDim2.new(0, 80, 0, 27)
  683. TextLabel_9.Font = Enum.Font.Arial
  684. TextLabel_9.Text = "reators"
  685. TextLabel_9.TextColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  686. TextLabel_9.TextScaled = true
  687. TextLabel_9.TextSize = 14
  688. TextLabel_9.TextWrapped = true
  689.  
  690. TextLabel_10.Parent = backround_4
  691. TextLabel_10.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  692. TextLabel_10.BackgroundTransparency = 1
  693. TextLabel_10.BorderSizePixel = 0
  694. TextLabel_10.Position = UDim2.new(0.00179694593, 0, 1.20885324, 0)
  695. TextLabel_10.Size = UDim2.new(0, 259, 0, 33)
  696. TextLabel_10.Font = Enum.Font.Arial
  697. TextLabel_10.Text = "TYPICAL_RBLX -WEARESAFE OWNER"
  698. TextLabel_10.TextColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  699. TextLabel_10.TextScaled = true
  700. TextLabel_10.TextSize = 14
  701. TextLabel_10.TextWrapped = true
  702.  
  703. TextLabel_11.Parent = backround_4
  704. TextLabel_11.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  705. TextLabel_11.BackgroundTransparency = 1
  706. TextLabel_11.BorderSizePixel = 0
  707. TextLabel_11.Position = UDim2.new(0.514771044, 0, 1.20885324, 0)
  708. TextLabel_11.Size = UDim2.new(0, 259, 0, 33)
  709. TextLabel_11.Font = Enum.Font.Arial
  710. TextLabel_11.Text = "ROBLOX PAIN - WEARESAFE CO OWNER"
  711. TextLabel_11.TextColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  712. TextLabel_11.TextScaled = true
  713. TextLabel_11.TextSize = 14
  714. TextLabel_11.TextWrapped = true
  715.  
  716. TextLabel_12.Parent = backround_4
  717. TextLabel_12.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  718. TextLabel_12.BackgroundTransparency = 1
  719. TextLabel_12.BorderSizePixel = 0
  720. TextLabel_12.Position = UDim2.new(0.229341894, 0, 2.43107557, 0)
  721. TextLabel_12.Size = UDim2.new(0, 259, 0, 33)
  722. TextLabel_12.Font = Enum.Font.Arial
  723. TextLabel_12.Text = "OUR CREW'S"
  724. TextLabel_12.TextColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  725. TextLabel_12.TextScaled = true
  726. TextLabel_12.TextSize = 14
  727. TextLabel_12.TextWrapped = true
  728.  
  729. TextLabel_13.Parent = secondgui
  730. TextLabel_13.BackgroundColor3 = Color3.new(1, 1, 1)
  731. TextLabel_13.BackgroundTransparency = 1
  732. TextLabel_13.Position = UDim2.new(-0.00155549892, 0, 0.00322284852, 0)
  733. TextLabel_13.Size = UDim2.new(0, 109, 0, 23)
  734. TextLabel_13.Font = Enum.Font.Arial
  735. TextLabel_13.Text = "TypicalRBLX"
  736. TextLabel_13.TextColor3 = Color3.new(0.784314, 0.784314, 0.784314)
  737. TextLabel_13.TextScaled = true
  738. TextLabel_13.TextSize = 14
  739. TextLabel_13.TextWrapped = true
  740.  
  741. NumberOfStars.Name = "NumberOfStars"
  742. NumberOfStars.Parent = secondgui
  743. NumberOfStars.BackgroundColor3 = Color3.new(0.105882, 0.105882, 0.105882)
  744. NumberOfStars.BorderColor3 = Color3.new(1, 0.333333, 0)
  745. NumberOfStars.BorderSizePixel = 2
  746. NumberOfStars.Position = UDim2.new(0.692307711, 0, 0.19632718, 0)
  747. NumberOfStars.Size = UDim2.new(0, 136, 0, 29)
  748. NumberOfStars.Font = Enum.Font.Arial
  749. NumberOfStars.PlaceholderColor3 = Color3.new(1, 1, 1)
  750. NumberOfStars.PlaceholderText = "Amount of star to open"
  751. NumberOfStars.Text = ""
  752. NumberOfStars.TextColor3 = Color3.new(1, 1, 1)
  753. NumberOfStars.TextSize = 14
  754.  
  755. maingui.Draggable = true
  756. maingui.Active = true
  757.  
  758. open.MouseButton1Down:Connect(function()
  759. opengui.Visible = false
  760. maingui.Visible = true
  761. end)
  762.  
  763. exit.MouseButton1Down:Connect(function()
  764. maingui.Visible = false
  765. end)
  766. minimize.MouseButton1Down:Connect(function()
  767. opengui.Visible = true
  768. maingui.Visible = false
  769. end)
  770. autoc.MouseButton1Down:Connect(function()
  771. AutoClickOn = not AutoClickOn
  772. if AutoClickOn then
  773. warn("AC Enabled")
  774. autoc.Text = "Auto Clicker [ON]"
  775. else
  776. warn("AC Disabled")
  777. autoc.Text = "Auto Clicker [OFF]"
  778. end
  779. AutoClickForMe()
  780.  
  781. game:GetService("StarterGui"):SetCore("SendNotification", {
  782. Title = "GUI OWNER";
  783. Text = "TYPICALRBLX";
  784. })
  785. end)
  786.  
  787. function AutoClickForMe()
  788. while AutoClickOn == true do
  789. wait()
  790. game:GetService("ReplicatedStorage").Requests.Click:FireServer()
  791. end
  792. game:GetService("StarterGui"):SetCore("SendNotification", {
  793. Title = "GUI OWNER";
  794. Text = "TYPICALRBLX";
  795. })
  796. end
  797.  
  798.  
  799. autos.MouseButton1Click:connect(function()
  800. UnlockTheStages = not UnlockTheStages
  801. if UnlockTheStages then
  802. print("Enabled Auto Buy Stages")
  803. autos.Text = "Auto Stages [ON]"
  804. else
  805. print("Disabled Auto Buy Stages")
  806. autos.Text = "Auto Stages [OFF]"
  807. end
  808. stages()
  809. game:GetService("StarterGui"):SetCore("SendNotification", {
  810. Title = "GUI OWNER";
  811. Text = "TYPICALRBLX";
  812. })
  813. end)
  814.  
  815.  
  816. function stages()
  817. while UnlockTheStages == true do
  818. local r = game.ReplicatedStorage.Requests.Unlock
  819.  
  820. local wrlds = {}
  821.  
  822. for i, world in pairs(workspace.Map:GetChildren()) do
  823. local stages = {}
  824. for j, stage in pairs(world:GetChildren()) do
  825. table.insert(stages, tonumber(stage.Name:match("%d+")))
  826. end
  827. table.sort(stages)
  828. worlds[tonumber(world.Name:match("%d+"))] = stages
  829. end
  830.  
  831. for i, v in ipairs(wrlds) do
  832. for j in ipairs(v) do
  833. r:FireServer(i, j)
  834. wait()
  835. end
  836. end
  837. end
  838. end
  839.  
  840.  
  841. farmf.MouseButton1Click:connect(function()
  842. FarmTheFollowers = not FarmTheFollowers
  843. if FarmTheFollowers then
  844. print("Enabled Auto Followers")
  845. farmf.Text = "Farm Followers [ON]"
  846. else
  847. print("Disabled Auto Followers")
  848. farmf.Text = "Farm Followers [OFF]"
  849. end
  850. FarmFollowers()
  851. game:GetService("StarterGui"):SetCore("SendNotification", {
  852. Title = "GUI OWNER";
  853. Text = "TYPICALRBLX";
  854. })
  855. end)
  856.  
  857. function FarmFollowers()
  858. while FarmTheFollowers == true do
  859. wait()
  860. local StageToFarm = plr.Info.Stage.Value
  861. local WorldToFarm = plr.Info.World.Value
  862. game:GetService("ReplicatedStorage").Requests.Select:FireServer(game.workspace.Map["World "..WorldToFarm]["Stage "..StageToFarm].Items:GetChildren()[1])
  863. end
  864. game:GetService("StarterGui"):SetCore("SendNotification", {
  865. Title = "GUI OWNER";
  866. Text = "TYPICALRBLX";
  867. })
  868. end
  869.  
  870. autob.MouseButton1Click:connect(function()
  871. buyp = not buyp
  872. if buyp then
  873. print("Enabled Auto Buy Phones")
  874. autob.Text = "Auto Buy [ON]"
  875. else
  876. print("Disabled Auto Buy Phones")
  877. autob.Text = "Auto Buy [OFF]"
  878. end
  879. Phones()
  880. game:GetService("StarterGui"):SetCore("SendNotification", {
  881. Title = "GUI OWNER";
  882. Text = "TYPICALRBLX";
  883. })
  884. end)
  885.  
  886. function Phones()
  887. while buyp == true do
  888. for i,v in ipairs(game.Workspace.Shop.ShopButtons:GetChildren()) do
  889. game.ReplicatedStorage.Requests['Buy']:FireServer(v.Name)
  890. end
  891. wait()
  892. end
  893. end
  894.  
  895. shop.MouseButton1Down:connect(function()
  896. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(27.3003368, 8.37278748, -262.831512)
  897. game:GetService("StarterGui"):SetCore("SendNotification", {
  898. Title = "GUI OWNER";
  899. Text = "TYPICALRBLX";
  900. })
  901. end)
  902.  
  903. s1.MouseButton1Click:connect(function()
  904. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(29, 4.86499977, -68)
  905. game:GetService("StarterGui"):SetCore("SendNotification", {
  906. Title = "GUI OWNER";
  907. Text = "TYPICALRBLX";
  908. })
  909. end)
  910. s2.MouseButton1Click:connect(function()
  911. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(27, 4.86499977, 255)
  912. end)
  913. s3.MouseButton1Click:connect(function()
  914. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(28, 4.86499977, 661)
  915. game:GetService("StarterGui"):SetCore("SendNotification", {
  916. Title = "GUI OWNER";
  917. Text = "TYPICALRBLX";
  918. })
  919. end)
  920. s4.MouseButton1Click:connect(function()
  921. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(26, 4.86499977, 1067)
  922. game:GetService("StarterGui"):SetCore("SendNotification", {
  923. Title = "GUI OWNER";
  924. Text = "TYPICALRBLX";
  925. })
  926. end)
  927. s5.MouseButton1Click:connect(function()
  928. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(30, 4.86499977, 1441)
  929. game:GetService("StarterGui"):SetCore("SendNotification", {
  930. Title = "GUI OWNER";
  931. Text = "TYPICALRBLX";
  932. })
  933.  
  934. end)
  935. s6.MouseButton1Click:connect(function()
  936. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(23.5, 4.86499977, 1859)
  937. game:GetService("StarterGui"):SetCore("SendNotification", {
  938. Title = "GUI OWNER";
  939. Text = "TYPICALRBLX";
  940. })
  941. end)
  942.  
  943. vip.MouseButton1Down:Connect(function()
  944. plr.Gamepasses:FindFirstChild("Shutter Mode").Value = true
  945. plr.Gamepasses.VIP.Value = true
  946. print("Added Gamepass + Tag")
  947. game:GetService("StarterGui"):SetCore("SendNotification", {
  948. Title = "GUI OWNER";
  949. Text = "TYPICALRBLX";
  950. })
  951.  
  952. end)
  953.  
  954. rej.MouseButton1Down:Connect(function()
  955. game:GetService("TeleportService"):Teleport(game.PlaceId, plr)
  956. game:GetService("StarterGui"):SetCore("SendNotification", {
  957. Title = "GUI OWNER";
  958. Text = "TYPICALRBLX";
  959. })
  960. end)
  961.  
  962. wait(0.3)
  963. game:GetService("StarterGui"):SetCore("SendNotification", {
  964. Title = "Gui Loaded Successfully!";
  965. Text = "This Gui Made by Typical_RBLX";
  966. })
  967. wait(0.1)
  968. print("TypicalRBLX admin loaded")
  969. if game:GetService("Workspace").FilteringEnabled == true then
  970. warn("FE is Enabled (Filtering Enabled)")
  971. game:GetService("StarterGui"):SetCore("SendNotification", {
  972. Title = "Subscribe to Typical_RBLX";
  973. Text = "Enjoy :smiley: ";
  974. })
  975. else
  976. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  977. game:GetService("StarterGui"):SetCore("SendNotification", {
  978. Title = "Sorry the this gui wont work here :(";
  979. Text = "Filtering Disabled.";
  980. })
  981. end
  982. btools.MouseButton1Click:connect(function()
  983.  
  984. lp = game.Players.LocalPlayer
  985. local a,b,c = Instance.new("HopperBin", lp.Backpack),Instance.new("HopperBin", lp.Backpack),Instance.new("HopperBin", lp.Backpack)
  986. a.BinType = 2
  987. b.BinType = 3
  988. c.BinType = 4
  989. print('BTools Loaded')
  990. end)
  991. teleport.MouseButton1Click:connect(function()
  992. print("Use V to click tp")
  993. plr = game.Players.LocalPlayer
  994.  
  995. hum = plr.Character.HumanoidRootPart
  996.  
  997. mouse = plr:GetMouse()
  998.  
  999.  
  1000.  
  1001. mouse.KeyDown:connect(function(key)
  1002.  
  1003. if key == "v" then
  1004.  
  1005. if mouse.Target then
  1006.  
  1007. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  1008.  
  1009. end
  1010.  
  1011. end
  1012. end)
  1013.  
  1014. game:GetService("StarterGui"):SetCore("SendNotification", {
  1015. Title = "INSTURCTION";
  1016. Text = "Press V to click tp";
  1017. })
  1018. end)
  1019. speed.MouseButton1Click:connect(function()
  1020. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 150
  1021. end)
  1022. menu.MouseButton1Down:connect(function()
  1023. secondgui.Visible = true
  1024. end)
  1025. secondgui.Active = true
  1026. secondgui.Draggable = true
  1027. exittwo.MouseButton1Down:connect(function()
  1028. secondgui.Visible = false
  1029. end)
  1030. BuyStar.MouseButton1Click:connect(function()
  1031. for i = 1,NumberOfStars.Text do
  1032. game:GetService("ReplicatedStorage").Requests.Buy:FireServer(game:GetService("Workspace").Shop.ShopButtons[TeirToOpen])
  1033. end
  1034. end)
  1035. Tier01.MouseButton1Click:connect(function()
  1036. TeirToOpen = "InputS1-350"
  1037. end)
  1038.  
  1039. Tier02.MouseButton1Click:connect(function()
  1040. TeirToOpen = "InputS2-4000"
  1041. end)
  1042.  
  1043. Tier03.MouseButton1Click:connect(function()
  1044. TeirToOpen = "InputS3-25000"
  1045. end)
  1046.  
  1047. Tier04.MouseButton1Click:connect(function()
  1048. TeirToOpen = "InputS4-125000"
  1049. end)
  1050.  
  1051. Tier05.MouseButton1Click:connect(function()
  1052. TeirToOpen = "InputS5-1000000"
  1053. end)
  1054.  
  1055. Tier06.MouseButton1Click:connect(function()
  1056. TeirToOpen = "InputS6-10000000"
  1057. end)
  1058.  
  1059. Tier07.MouseButton1Click:connect(function()
  1060. TeirToOpen = "InputS7-40000000"
  1061. end)
  1062.  
  1063. Tier08.MouseButton1Click:connect(function()
  1064. TeirToOpen = "InputS8-125000000"
  1065. end)
  1066.  
  1067. Tier09.MouseButton1Click:connect(function()
  1068. TeirToOpen = "InputS9-500000000"
  1069. end)
  1070.  
  1071. BuyStar.MouseButton1Click:connect(function()
  1072. for i = 1,NumberOfStars.Text do
  1073. game:GetService("ReplicatedStorage").Requests.Buy:FireServer(game:GetService("Workspace").Shop.ShopButtons[TeirToOpen])
  1074. end
  1075. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement