ALTERSAZ

Untitled

Jan 30th, 2023 (edited)
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 116.36 KB | None | 0 0
  1. getgenv().adverting = false
  2. local vu = game:GetService("VirtualUser")
  3. game:GetService("Players").LocalPlayer.Idled:connect(function()
  4. vu:Button2Down(Vector2.new(0, 0), workspace.CurrentCamera.CFrame)
  5. wait(1)
  6. vu:Button2Up(Vector2.new(0, 0), workspace.CurrentCamera.CFrame)
  7. end)
  8.  
  9. getgenv().isDropping = false
  10. local speed = 50
  11. local c
  12. local h
  13. local bv
  14. local bav
  15. local cam
  16. local flying
  17. local p = game.Players.LocalPlayer
  18. local buttons = {
  19. W = false,
  20. S = false,
  21. A = false,
  22. D = false,
  23. Moving = false
  24. }
  25.  
  26. local startFly = function()
  27. if not p.Character or not p.Character.Head or flying then
  28. return
  29. end
  30. c = p.Character
  31. h = c.Humanoid
  32. h.PlatformStand = true
  33. cam = workspace:WaitForChild('Camera')
  34. bv = Instance.new("BodyVelocity")
  35. bav = Instance.new("BodyAngularVelocity")
  36. bv.Velocity, bv.MaxForce, bv.P = Vector3.new(0, 0, 0), Vector3.new(10000, 10000, 10000), 1000
  37. bav.AngularVelocity, bav.MaxTorque, bav.P = Vector3.new(0, 0, 0), Vector3.new(10000, 10000, 10000), 1000
  38. bv.Parent = c.Head
  39. bav.Parent = c.Head
  40. flying = true
  41. h.Died:connect(function()
  42. flying = false
  43. end)
  44. end
  45.  
  46. local Players = game:GetService('Players')
  47.  
  48. game:GetService("UserInputService").InputBegan:connect(function(input, GPE)
  49. if GPE then
  50. return
  51. end
  52. for i, e in pairs(buttons) do
  53. if i ~= "Moving" and input.KeyCode == Enum.KeyCode[i] then
  54. buttons[i] = true
  55. buttons.Moving = true
  56. end
  57. end
  58. end)
  59.  
  60. game:GetService("UserInputService").InputEnded:connect(function(input, GPE)
  61. if GPE then
  62. return
  63. end
  64. local a = false
  65. for i, e in pairs(buttons) do
  66. if i ~= "Moving" then
  67. if input.KeyCode == Enum.KeyCode[i] then
  68. buttons[i] = false
  69. end
  70. if buttons[i] then
  71. a = true
  72. end
  73. end
  74. end
  75. buttons.Moving = a
  76. end)
  77.  
  78. local setVec = function(vec)
  79. return vec * (speed / vec.Magnitude)
  80. end
  81.  
  82. game:GetService("RunService").Heartbeat:connect(function(step)
  83. if flying and c and c.PrimaryPart then
  84. local p = c.PrimaryPart.Position
  85. local cf = cam.CFrame
  86. local ax, ay, az = cf:toEulerAnglesXYZ()
  87. c:SetPrimaryPartCFrame(CFrame.new(p.x, p.y, p.z) * CFrame.Angles(ax, ay, az))
  88. if buttons.Moving then
  89. local t = Vector3.new()
  90. if buttons.W then
  91. t = t + (setVec(cf.lookVector))
  92. end
  93. if buttons.S then
  94. t = t - (setVec(cf.lookVector))
  95. end
  96. if buttons.A then
  97. t = t - (setVec(cf.rightVector))
  98. end
  99. if buttons.D then
  100. t = t + (setVec(cf.rightVector))
  101. end
  102. c:TranslateBy(t * step)
  103. end
  104. end
  105. end)
  106. Players.PlayerAdded:Connect(function(player)
  107. game.StarterGui:SetCore("SendNotification", {
  108. Title = "Someone joined!",
  109. Text = player.name .. " joined the game.",
  110. Duration = 5
  111. })
  112. end)
  113.  
  114. local function PlayerAdded(Player)
  115. local function Chatted(Message)
  116. local plr = game.Players.LocalPlayer
  117. local character = plr.Character or plr.CharacterAdded:Wait()
  118. local humanoid = character:FindFirstChild("Humanoid")
  119. local PlayerHumanoid = plr.Character:WaitForChild("Humanoid")
  120. local targetHumanoid = Player.Character:WaitForChild("Humanoid")
  121. local LastTargetPosition = targetHumanoid.RootPart.CFrame
  122. local Length = 3
  123.  
  124. if Player.UserId == getgenv().controller then
  125.  
  126. local finalMsg = Message:lower()
  127.  
  128. for i, v in pairs(getgenv().alts) do
  129. if v == plr.UserId then
  130. if finalMsg == getgenv().prefix .. "fly " .. plr.Name:lower() then
  131. startFly()
  132.  
  133. end
  134. if finalMsg == getgenv().prefix .. "fly" then
  135. startFly()
  136.  
  137. end
  138. if finalMsg == getgenv().prefix .. "setup admin" then
  139. game.Players.LocalPlayer.Character.Head.Anchored = false
  140. for i, v in pairs(getgenv().alts) do
  141. if i == "Alt1" then
  142. if v == plr.UserId then
  143. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  144. CFrame.new(-883, -38, -623)
  145. end
  146. end
  147. if i == "Alt2" then
  148. if v == plr.UserId then
  149. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  150. CFrame.new(-878, -38, -623)
  151. end
  152. end
  153. if i == "Alt3" then
  154. if v == plr.UserId then
  155. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  156. CFrame.new(-873, -38, -623)
  157. end
  158. end
  159. if i == "Alt4" then
  160. if v == plr.UserId then
  161. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  162. CFrame.new(-868, -38, -624)
  163. end
  164. end
  165. if i == "Alt5" then
  166. if v == plr.UserId then
  167. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  168. CFrame.new(-862, -38, -624)
  169. end
  170. end
  171. if i == "Alt6" then
  172. if v == plr.UserId then
  173. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  174. CFrame.new(-857, -38, -624)
  175. end
  176. end
  177. if i == "Alt7" then
  178. if v == plr.UserId then
  179. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  180. CFrame.new(-857, -38, -618)
  181. end
  182. end
  183. if i == "Alt8" then
  184. if v == plr.UserId then
  185. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  186. CFrame.new(-862, -38, -618)
  187. end
  188. end
  189. if i == "Alt9" then
  190. if v == plr.UserId then
  191. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  192. CFrame.new(-867, -38, -618)
  193. end
  194. end
  195. if i == "Alt10" then
  196. if v == plr.UserId then
  197. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  198. CFrame.new(-872, -38, -618)
  199. end
  200. end
  201. if i == "Alt11" then
  202. if v == plr.UserId then
  203. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  204. CFrame.new(-877, -38, -618)
  205. end
  206. end
  207. if i == "Alt12" then
  208. if v == plr.UserId then
  209. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  210. CFrame.new(-882, -38, -618)
  211. end
  212. end
  213. if i == "Alt13" then
  214. if v == plr.UserId then
  215. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  216. CFrame.new(-882, -38, -612)
  217. end
  218. end
  219. if i == "Alt14" then
  220. if v == plr.UserId then
  221. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  222. CFrame.new(-878, -38, -611)
  223. end
  224. end
  225. if i == "Alt15" then
  226. if v == plr.UserId then
  227. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  228. CFrame.new(-872, -38, -611)
  229. end
  230. end
  231. if i == "Alt16" then
  232. if v == plr.UserId then
  233. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  234. CFrame.new(-867, -38, -612)
  235. end
  236. end
  237. if i == "Alt17" then
  238. if v == plr.UserId then
  239. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  240. CFrame.new(-861, -38, -612)
  241. end
  242. end
  243. if i == "Alt18" then
  244. if v == plr.UserId then
  245. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  246. CFrame.new(-861, -38, -607)
  247. end
  248. end
  249. if i == "Alt19" then
  250. if v == plr.UserId then
  251. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  252. CFrame.new(-867, -38, -607)
  253. end
  254. end
  255. if i == "Alt20" then
  256. if v == plr.UserId then
  257. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  258. CFrame.new(-872, -38, -607)
  259. end
  260. end
  261. if i == "Alt21" then
  262. if v == plr.UserId then
  263. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  264. CFrame.new(-878, -38, -608)
  265. end
  266. end
  267. if i == "Alt22" then
  268. if v == plr.UserId then
  269. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  270. CFrame.new(-883, -38, -608)
  271. end
  272. end
  273. if i == "Alt23" then
  274. if v == plr.UserId then
  275. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  276. CFrame.new(-883, -38, -603)
  277. end
  278. end
  279. if i == "Alt24" then
  280. if v == plr.UserId then
  281. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  282. CFrame.new(-878, -38, -603)
  283. end
  284. end
  285. if i == "Alt25" then
  286. if v == plr.UserId then
  287. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  288. CFrame.new(-873, -38, -602)
  289. end
  290. end
  291. if i == "Alt26" then
  292. if v == plr.UserId then
  293. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  294. CFrame.new(-867, -38, -602)
  295. end
  296. end
  297. if i == "Alt27" then
  298. if v == plr.UserId then
  299. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  300. CFrame.new(-861, -38, -602)
  301. end
  302. end
  303. if i == "Alt28" then
  304. if v == plr.UserId then
  305. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  306. CFrame.new(-862, -38, -598)
  307. end
  308. end
  309. if i == "Alt29" then
  310. if v == plr.UserId then
  311. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  312. CFrame.new(-867, -38, -598)
  313. end
  314. end
  315. if i == "Alt30" then
  316. if v == plr.UserId then
  317. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  318. CFrame.new(-872, -38, -598)
  319. end
  320. end
  321. if i == "Alt31" then
  322. if v == plr.UserId then
  323. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  324. CFrame.new(-878, -38, -599)
  325. end
  326. end
  327. if i == "Alt32" then
  328. if v == plr.UserId then
  329. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  330. CFrame.new(-884, -38, -599)
  331. end
  332. end
  333. if i == "Alt33" then
  334. if v == plr.UserId then
  335. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  336. CFrame.new(-884, -38, -594)
  337. end
  338. end
  339. if i == "Alt34" then
  340. if v == plr.UserId then
  341. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  342. CFrame.new(-880, -38, -594)
  343. end
  344. end
  345. if i == "Alt35" then
  346. if v == plr.UserId then
  347. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  348. CFrame.new(-874, -38, -594)
  349. end
  350. end
  351. if i == "Alt36" then
  352. if v == plr.UserId then
  353. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  354. CFrame.new(-869, -38, -594)
  355. end
  356. end
  357. if i == "Alt37" then
  358. if v == plr.UserId then
  359. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  360. CFrame.new(-864, -38, -594)
  361. end
  362. end
  363. if i == "Alt38" then
  364. if v == plr.UserId then
  365. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  366. CFrame.new(-858, -38, -594)
  367. end
  368. end
  369. end
  370. end
  371.  
  372. if finalMsg == getgenv().prefix .. "setup bank" then
  373. game.Players.LocalPlayer.Character.Head.Anchored = false
  374. for i, v in pairs(getgenv().alts) do
  375. if i == "Alt1" then
  376. if v == plr.UserId then
  377. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  378. CFrame.new(-389, 21, -338)
  379. end
  380. end
  381. if i == "Alt2" then
  382. if v == plr.UserId then
  383. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  384. CFrame.new(-385, 21, -338)
  385. end
  386. end
  387. if i == "Alt3" then
  388. if v == plr.UserId then
  389. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  390. CFrame.new(-380, 21, -337)
  391. end
  392. end
  393. if i == "Alt4" then
  394. if v == plr.UserId then
  395. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  396. CFrame.new(-376, 21, -338)
  397. end
  398. end
  399. if i == "Alt5" then
  400. if v == plr.UserId then
  401. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  402. CFrame.new(-370, 21, -338)
  403. end
  404. end
  405. if i == "Alt6" then
  406. if v == plr.UserId then
  407. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  408. CFrame.new(-366, 21, -338)
  409. end
  410. end
  411. if i == "Alt7" then
  412. if v == plr.UserId then
  413. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  414. CFrame.new(-361, 21, -338)
  415. end
  416. end
  417. if i == "Alt8" then
  418. if v == plr.UserId then
  419. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  420. CFrame.new(-361, 21, -333)
  421. end
  422. end
  423. if i == "Alt9" then
  424. if v == plr.UserId then
  425. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  426. CFrame.new(-365, 21, -334)
  427. end
  428. end
  429. if i == "Alt10" then
  430. if v == plr.UserId then
  431. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  432. CFrame.new(-370, 21, -334)
  433. end
  434. end
  435. if i == "Alt11" then
  436. if v == plr.UserId then
  437. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  438. CFrame.new(-375, 21, -334)
  439. end
  440. end
  441. if i == "Alt12" then
  442. if v == plr.UserId then
  443. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  444. CFrame.new(-381, 21, -334)
  445. end
  446. end
  447. if i == "Alt13" then
  448. if v == plr.UserId then
  449. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  450. CFrame.new(-386, 21, -334)
  451. end
  452. end
  453. if i == "Alt14" then
  454. if v == plr.UserId then
  455. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  456. CFrame.new(-390, 21, -334)
  457. end
  458. end
  459. if i == "Alt15" then
  460. if v == plr.UserId then
  461. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  462. CFrame.new(-390, 21, -331)
  463. end
  464. end
  465. if i == "Alt16" then
  466. if v == plr.UserId then
  467. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  468. CFrame.new(-386, 21, -331)
  469. end
  470. end
  471. if i == "Alt17" then
  472. if v == plr.UserId then
  473. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  474. CFrame.new(-382, 21, -331)
  475. end
  476. end
  477. if i == "Alt18" then
  478. if v == plr.UserId then
  479. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  480. CFrame.new(-376, 21, -331)
  481. end
  482. end
  483. if i == "Alt19" then
  484. if v == plr.UserId then
  485. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  486. CFrame.new(-371, 21, -331)
  487. end
  488. end
  489. if i == "Alt20" then
  490. if v == plr.UserId then
  491. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  492. CFrame.new(-366, 21, -331)
  493. end
  494. end
  495. if i == "Alt21" then
  496. if v == plr.UserId then
  497. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  498. CFrame.new(-361, 21, -331)
  499. end
  500. end
  501. if i == "Alt22" then
  502. if v == plr.UserId then
  503. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  504. CFrame.new(-361, 21, -327)
  505. end
  506. end
  507. if i == "Alt23" then
  508. if v == plr.UserId then
  509. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  510. CFrame.new(-365, 21, -327)
  511. end
  512. end
  513. if i == "Alt24" then
  514. if v == plr.UserId then
  515. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  516. CFrame.new(-371, 21, -326)
  517. end
  518. end
  519. if i == "Alt25" then
  520. if v == plr.UserId then
  521. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  522. CFrame.new(-376, 21, -327)
  523. end
  524. end
  525. if i == "Alt26" then
  526. if v == plr.UserId then
  527. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  528. CFrame.new(-381, 21, -326)
  529. end
  530. end
  531. if i == "Alt27" then
  532. if v == plr.UserId then
  533. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  534. CFrame.new(-385, 21, -327)
  535. end
  536. end
  537. if i == "Alt28" then
  538. if v == plr.UserId then
  539. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  540. CFrame.new(-390, 21, -323)
  541. end
  542. end
  543. if i == "Alt29" then
  544. if v == plr.UserId then
  545. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  546. CFrame.new(-390, 21, -326)
  547. end
  548. end
  549. if i == "Alt30" then
  550. if v == plr.UserId then
  551. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  552. CFrame.new(-390, 21, -323)
  553. end
  554. end
  555. if i == "Alt31" then
  556. if v == plr.UserId then
  557. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  558. CFrame.new(-385, 21, -323)
  559. end
  560. end
  561. if i == "Alt32" then
  562. if v == plr.UserId then
  563. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  564. CFrame.new(-381, 21, -323)
  565. end
  566. end
  567. if i == "Alt33" then
  568. if v == plr.UserId then
  569. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  570. CFrame.new(-375, 21, -324)
  571. end
  572. end
  573. if i == "Alt34" then
  574. if v == plr.UserId then
  575. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  576. CFrame.new(-370, 21, -323)
  577. end
  578. end
  579. if i == "Alt35" then
  580. if v == plr.UserId then
  581. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  582. CFrame.new(-365, 21, -324)
  583. end
  584. end
  585. if i == "Alt36" then
  586. if v == plr.UserId then
  587. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  588. CFrame.new(-360, 21, -324)
  589. end
  590. end
  591. if i == "Alt37" then
  592. if v == plr.UserId then
  593. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  594. CFrame.new(-359, 21, -318)
  595. end
  596. end
  597. if i == "Alt38" then
  598. if v == plr.UserId then
  599. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame =
  600. CFrame.new(-364, 21, -319)
  601. end
  602. end
  603. end
  604. end
  605.  
  606. if finalMsg == getgenv().prefix .. "drop" then
  607.  
  608. if getgenv().isDropping == false then
  609.  
  610. getgenv().isDropping = true
  611.  
  612. if getgenv().isDropping == true then
  613. game:GetService("VirtualInputManager"):SendKeyEvent(true, 102, false, yomama)
  614. local args = {
  615. [1] = "Started Dropping!",
  616. [2] = "All"
  617. }
  618.  
  619. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(
  620. unpack(args))
  621. end
  622. while getgenv().isDropping == true do
  623.  
  624. if game:GetService("Players").LocalPlayer.DataFolder.Currency.Value < 10000 then
  625. local args = {
  626. [1] = "Ran out of money, stopped dropping.",
  627. [2] = "All"
  628. }
  629.  
  630. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents
  631. .SayMessageRequest:FireServer(unpack(args))
  632. end
  633.  
  634. local args = {
  635. [1] = "DropMoney",
  636. [2] = "10000"
  637. }
  638.  
  639. game:GetService("ReplicatedStorage").MainEvent:FireServer(unpack(args))
  640. wait(15)
  641. end
  642. else
  643.  
  644. getgenv().isDropping = false
  645. if getgenv().isDropping == false then
  646. game:GetService("VirtualInputManager"):SendKeyEvent(false, 102, false, yomama)
  647. local args = {
  648. [1] = "Stopped Dropping!",
  649. [2] = "All"
  650. }
  651.  
  652. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(
  653. unpack(args))
  654. end
  655.  
  656. end
  657.  
  658. end
  659.  
  660. if finalMsg == getgenv().prefix .. "drop " .. plr.Name:lower() then
  661.  
  662. if getgenv().isDropping == false then
  663.  
  664. getgenv().isDropping = true
  665.  
  666. if getgenv().isDropping == true then
  667. game:GetService("VirtualInputManager"):SendKeyEvent(true, 102, false, yomama)
  668. local args = {
  669. [1] = "Started Dropping!",
  670. [2] = "All"
  671. }
  672.  
  673. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(
  674. unpack(args))
  675. end
  676. while getgenv().isDropping == true do
  677.  
  678. if game:GetService("Players").LocalPlayer.DataFolder.Currency.Value < 10000 then
  679. local args = {
  680. [1] = "Ran out of money, stopped dropping.",
  681. [2] = "All"
  682. }
  683.  
  684. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents
  685. .SayMessageRequest:FireServer(unpack(args))
  686. end
  687.  
  688. local args = {
  689. [1] = "DropMoney",
  690. [2] = "10000"
  691. }
  692.  
  693. game:GetService("ReplicatedStorage").MainEvent:FireServer(unpack(args))
  694. wait(15)
  695. end
  696. else
  697.  
  698. getgenv().isDropping = false
  699. if getgenv().isDropping == false then
  700. game:GetService("VirtualInputManager"):SendKeyEvent(false, 102, false, yomama)
  701. local args = {
  702. [1] = "Stopped Dropping!",
  703. [2] = "All"
  704. }
  705.  
  706. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(
  707. unpack(args))
  708. end
  709.  
  710. end
  711.  
  712. end
  713.  
  714. if finalMsg == getgenv().prefix .. "advert" then
  715.  
  716.  
  717. if getgenv().adverting == false then
  718.  
  719. getgenv().adverting = true
  720.  
  721. while getgenv().adverting == true do
  722.  
  723. local args = {
  724. [1] = getgenv().adMessage,
  725. [2] = "All"
  726. }
  727.  
  728. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(
  729. unpack(args))
  730. wait(getgenv().adMessageCooldown)
  731.  
  732. end
  733. else
  734.  
  735. getgenv().adverting = false
  736.  
  737. end
  738.  
  739. end
  740.  
  741. if finalMsg == getgenv().prefix .. "advert " .. plr.Name:lower() then
  742.  
  743. if getgenv().adverting == false then
  744.  
  745. getgenv().adverting = true
  746.  
  747. while getgenv().adverting == true do
  748.  
  749. local args = {
  750. [1] = getgenv().adMessage,
  751. [2] = "All"
  752. }
  753.  
  754. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(
  755. unpack(args))
  756. wait(getgenv().adMessageCooldown)
  757.  
  758. end
  759. else
  760.  
  761. getgenv().adverting = false
  762.  
  763. end
  764.  
  765. end
  766.  
  767. if finalMsg == getgenv().prefix .. "vibe" then
  768.  
  769. game:GetService("Players"):Chat("/e dance2")
  770.  
  771. end
  772. if finalMsg == getgenv().prefix .. "vibe " .. plr.Name:lower() then
  773.  
  774. game:GetService("Players"):Chat("/e dance2")
  775.  
  776. end
  777.  
  778. if finalMsg == getgenv().prefix .. "wallet " .. plr.Name:lower() then
  779. for i, v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  780. if v.name == "Wallet" then
  781. v.Parent = game.Players.LocalPlayer.Character
  782. else
  783. local localPlayer = game.Players.LocalPlayer
  784. local humanoid = localPlayer.Character:FindFirstChildOfClass("Humanoid")
  785. if humanoid then
  786. humanoid:UnequipTools()
  787. end
  788. end
  789. end
  790.  
  791. end
  792.  
  793. if finalMsg == getgenv().prefix .. "wallet" then
  794. for i, v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  795. if v.name == "Wallet" then
  796. v.Parent = game.Players.LocalPlayer.Character
  797. else
  798. local localPlayer = game.Players.LocalPlayer
  799. local humanoid = localPlayer.Character:FindFirstChildOfClass("Humanoid")
  800. if humanoid then
  801. humanoid:UnequipTools()
  802. end
  803. end
  804. end
  805.  
  806. end
  807.  
  808. if finalMsg == getgenv().prefix .. "setspot " .. plr.Name:lower() then
  809. local args = {
  810. [1] = "Set spot successfully!",
  811. [2] = "All"
  812. }
  813.  
  814. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(
  815. unpack(args))
  816. local Players = game:GetService("Players")
  817. local function getPlayerByUserId(userId)
  818. for _, player in pairs(Players:GetPlayers()) do
  819. if player.UserId == userId then
  820. return player
  821. end
  822. end
  823. end
  824.  
  825. local plrrlrllr = getPlayerByUserId(getgenv().controller)
  826.  
  827. getgenv().poss = plrrlrllr.Character.HumanoidRootPart.Position
  828.  
  829. end
  830. if finalMsg == getgenv().prefix .. "setspot" then
  831. local args = {
  832. [1] = "Set spot successfully!",
  833. [2] = "All"
  834. }
  835.  
  836. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(
  837. unpack(args))
  838. local Players = game:GetService("Players")
  839. local function getPlayerByUserId(userId)
  840. for _, player in pairs(Players:GetPlayers()) do
  841. if player.UserId == userId then
  842. return player
  843. end
  844. end
  845. end
  846.  
  847. local plrrlrllr = getPlayerByUserId(getgenv().controller)
  848.  
  849. getgenv().poss = plrrlrllr.Character.HumanoidRootPart.Position
  850.  
  851. end
  852.  
  853. if finalMsg == getgenv().prefix .. "money? " .. plr.Name:lower() then
  854.  
  855. local VIM = game:GetService("VirtualInputManager")
  856. local plr = game:GetService("Players").LocalPlayer
  857. local gui = plr.PlayerGui["MainGui"].Cash["Icon_Click"]
  858.  
  859. while task.wait(0.1) do -- there's a server-sided delay
  860. -- Simulates The Key Being Pressed
  861. VIM:SendMouseButtonEvent(gui.AbsolutePosition.X+gui.AbsoluteSize.X/2,gui.AbsolutePosition.Y+50,0,true,gui,1)
  862.  
  863. -- Simulates The Key Being Released
  864. VIM:SendMouseButtonEvent(gui.AbsolutePosition.X+gui.AbsoluteSize.X/2,gui.AbsolutePosition.Y+50,0,false,gui,1)
  865. end
  866.  
  867. if finalMsg == getgenv().prefix .. "money?" then
  868.  
  869. local VIM = game:GetService("VirtualInputManager")
  870. local plr = game:GetService("Players").LocalPlayer
  871. local gui = plr.PlayerGui["MainGui"].Cash["Icon_Click"]
  872.  
  873. while task.wait(0.1) do -- there's a server-sided delay
  874. -- Simulates The Key Being Pressed
  875. VIM:SendMouseButtonEvent(gui.AbsolutePosition.X+gui.AbsoluteSize.X/2,gui.AbsolutePosition.Y+50,0,true,gui,1)
  876.  
  877. -- Simulates The Key Being Released
  878. VIM:SendMouseButtonEvent(gui.AbsolutePosition.X+gui.AbsoluteSize.X/2,gui.AbsolutePosition.Y+50,0,false,gui,1)
  879. end
  880.  
  881. end
  882. if finalMsg == getgenv().prefix .. "tospot " .. plr.Name:lower() then
  883.  
  884. game.Players.LocalPlayer.Character.Head.Anchored = false
  885. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(
  886. getgenv().poss)
  887. wait(0.5)
  888. game.Players.LocalPlayer.Character.Head.Anchored = true
  889.  
  890. end
  891. if finalMsg == getgenv().prefix .. "tospot" then
  892.  
  893. game.Players.LocalPlayer.Character.Head.Anchored = false
  894. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(
  895. getgenv().poss)
  896. wait(0.5)
  897. game.Players.LocalPlayer.Character.Head.Anchored = true
  898.  
  899. end
  900. if finalMsg == getgenv().prefix .. "unfly" then
  901. endFly()
  902. end
  903. if finalMsg == getgenv().prefix .. "unfly " .. plr.Name:lower() then
  904. endFly()
  905. end
  906. if finalMsg == getgenv().prefix .. "airlock " .. plr.Name:lower() then
  907. game.Players.LocalPlayer.Character.Head.Anchored = false
  908. local player = game.Players.LocalPlayer
  909. local character = player.Character
  910. local humanoid = character:FindFirstChild("Humanoid")
  911. local LPlr = game.Players.LocalPlayer
  912. local Character = LPlr.Character
  913. local HRP = Character:WaitForChild("HumanoidRootPart")
  914. humanoid.Jump = true
  915. wait(0.3)
  916. game.Players.LocalPlayer.Character.Head.Anchored = true
  917.  
  918. end
  919. if finalMsg == getgenv().prefix .. "airlock" then
  920. game.Players.LocalPlayer.Character.Head.Anchored = false
  921. local player = game.Players.LocalPlayer
  922. local character = player.Character
  923. local humanoid = character:FindFirstChild("Humanoid")
  924. local LPlr = game.Players.LocalPlayer
  925. local Character = LPlr.Character
  926. local HRP = Character:WaitForChild("HumanoidRootPart")
  927. humanoid.Jump = true
  928. wait(0.3)
  929. game.Players.LocalPlayer.Character.Head.Anchored = true
  930.  
  931. end
  932. if finalMsg == getgenv().prefix .. "kill" then
  933. humanoid.Health = 0
  934. en
  935.  
  936. if finalMsg == getgenv().prefix .. "kill " .. plr.Name:lower() then
  937. humanoid.Health = 0
  938. end
  939.  
  940. if finalMsg == getgenv().prefix .. "kick" then
  941. plr:Kick("You've been kicked by the Controller.")
  942. end
  943. if finalMsg == getgenv().prefix .. "kick " .. plr.Name:lower() then
  944. plr:Kick("You've been kicked by the Controller.")
  945. end
  946.  
  947. if finalMsg == getgenv().prefix .. "bringalts" then
  948. game.Players.LocalPlayer.Character.Head.Anchored = false
  949. PlayerHumanoid.RootPart.CFrame = LastTargetPosition + LastTargetPosition.LookVector * Length
  950. PlayerHumanoid.RootPart.CFrame =
  951. CFrame.new(PlayerHumanoid.RootPart.CFrame.Position, Vector3.new(
  952. LastTargetPosition.Position.X, PlayerHumanoid.RootPart.CFrame.Position.Y,
  953. LastTargetPosition.Position.Z))
  954. end
  955.  
  956. if finalMsg == getgenv().prefix .. "bring " .. plr.Name:lower() then
  957. game.Players.LocalPlayer.Character.Head.Anchored = false
  958. PlayerHumanoid.RootPart.CFrame = LastTargetPosition + LastTargetPosition.LookVector * Length
  959. PlayerHumanoid.RootPart.CFrame =
  960. CFrame.new(PlayerHumanoid.RootPart.CFrame.Position, Vector3.new(
  961. LastTargetPosition.Position.X, PlayerHumanoid.RootPart.CFrame.Position.Y,
  962. LastTargetPosition.Position.Z))
  963. end
  964.  
  965. if finalMsg == getgenv().prefix .. "freeze" then
  966.  
  967. game.Players.LocalPlayer.Character.Head.Anchored = true
  968.  
  969. end
  970.  
  971. if finalMsg == getgenv().prefix .. "freeze " .. plr.Name:lower() then
  972.  
  973. game.Players.LocalPlayer.Character.Head.Anchored = true
  974.  
  975. end
  976. if finalMsg == getgenv().prefix .. "unfreeze" then
  977.  
  978. game.Players.LocalPlayer.Character.Head.Anchored = false
  979.  
  980. end
  981. if finalMsg == getgenv().prefix .. "unfreeze " .. plr.Name:lower() then
  982.  
  983. game.Players.LocalPlayer.Character.Head.Anchored = false
  984.  
  985. end
  986. end
  987. end
  988.  
  989. end
  990. end
  991. Player.Chatted:Connect(Chatted)
  992. end
  993.  
  994. local GetPlayers = Players:GetPlayers()
  995. for i = 1, #GetPlayers do
  996. local Player = GetPlayers[i]
  997. coroutine.resume(coroutine.create(function()
  998. PlayerAdded(Player)
  999. end))
  1000. end
  1001. Players.PlayerAdded:Connect(PlayerAdded)
  1002.  
  1003. if game.Players.LocalPlayer.UserId == getgenv().controller then
  1004. function RandomVariable(length)
  1005. local res = ""
  1006. for i = 1, length do
  1007. res = res .. string.char(math.random(97, 122))
  1008. end
  1009. return res
  1010. end
  1011.  
  1012. -- Gui to Lua
  1013. -- Version: 3.2
  1014.  
  1015. -- Instances:
  1016.  
  1017. local HoxLZwzeCYfVwOkTlmXO = Instance.new("ScreenGui")
  1018. local Main = Instance.new("Frame")
  1019. local Sidebar = Instance.new("Frame")
  1020. local UICorner = Instance.new("UICorner")
  1021. local Home = Instance.new("ImageButton")
  1022. local Settings = Instance.new("ImageButton")
  1023. local Info = Instance.new("ImageButton")
  1024. local Teleports = Instance.new("ImageButton")
  1025. local Cmds = Instance.new("ImageButton")
  1026. local Search = Instance.new("ImageButton")
  1027. local UICorner_2 = Instance.new("UICorner")
  1028. local Sites = Instance.new("Frame")
  1029. local Home_2 = Instance.new("Frame")
  1030. local Username = Instance.new("TextLabel")
  1031. local Rank = Instance.new("TextLabel")
  1032. local WhatsNew = Instance.new("TextLabel")
  1033. local watext = Instance.new("TextLabel")
  1034. local Teleports_2 = Instance.new("Frame")
  1035. local TextButton = Instance.new("TextButton")
  1036. local UICorner_3 = Instance.new("UICorner")
  1037. local TextButton_2 = Instance.new("TextButton")
  1038. local UICorner_4 = Instance.new("UICorner")
  1039. local TextButton_3 = Instance.new("TextButton")
  1040. local UICorner_5 = Instance.new("UICorner")
  1041. local TextButton_4 = Instance.new("TextButton")
  1042. local UICorner_6 = Instance.new("UICorner")
  1043. local TextButton_5 = Instance.new("TextButton")
  1044. local UICorner_7 = Instance.new("UICorner")
  1045. local TextButton_6 = Instance.new("TextButton")
  1046. local UICorner_8 = Instance.new("UICorner")
  1047. local TextButton_7 = Instance.new("TextButton")
  1048. local UICorner_9 = Instance.new("UICorner")
  1049. local TextButton_8 = Instance.new("TextButton")
  1050. local UICorner_10 = Instance.new("UICorner")
  1051. local TextButton_9 = Instance.new("TextButton")
  1052. local UICorner_11 = Instance.new("UICorner")
  1053. local TextButton_10 = Instance.new("TextButton")
  1054. local UICorner_12 = Instance.new("UICorner")
  1055. local TextButton_11 = Instance.new("TextButton")
  1056. local UICorner_13 = Instance.new("UICorner")
  1057. local TextButton_12 = Instance.new("TextButton")
  1058. local UICorner_14 = Instance.new("UICorner")
  1059. local Title = Instance.new("TextLabel")
  1060. local Cmds_2 = Instance.new("Frame")
  1061. local Username_2 = Instance.new("TextLabel")
  1062. local Rank_2 = Instance.new("TextLabel")
  1063. local Rank_3 = Instance.new("TextLabel")
  1064. local Rank_4 = Instance.new("TextLabel")
  1065. local Rank_5 = Instance.new("TextLabel")
  1066. local Rank_6 = Instance.new("TextLabel")
  1067. local Rank_7 = Instance.new("TextLabel")
  1068. local Rank_8 = Instance.new("TextLabel")
  1069. local Rank_9 = Instance.new("TextLabel")
  1070. local Rank_10 = Instance.new("TextLabel")
  1071. local Rank_11 = Instance.new("TextLabel")
  1072. local Rank_12 = Instance.new("TextLabel")
  1073. local Rank_13 = Instance.new("TextLabel")
  1074. local Rank_14 = Instance.new("TextLabel")
  1075. local Rank_15 = Instance.new("TextLabel")
  1076. local Rank_16 = Instance.new("TextLabel")
  1077. local Info_2 = Instance.new("Frame")
  1078. local Username_3 = Instance.new("TextLabel")
  1079. local Rank_17 = Instance.new("TextLabel")
  1080. local Settings_2 = Instance.new("Frame")
  1081. local Username_4 = Instance.new("TextLabel")
  1082. local Rank_18 = Instance.new("TextLabel")
  1083. local Search_2 = Instance.new("Frame")
  1084. local Title_2 = Instance.new("TextLabel")
  1085. local TextBox = Instance.new("TextBox")
  1086. local UICorner_15 = Instance.new("UICorner")
  1087. local searchBTN = Instance.new("TextButton")
  1088. local UICorner_16 = Instance.new("UICorner")
  1089. local username = Instance.new("TextLabel")
  1090. local cash = Instance.new("TextLabel")
  1091. local UserIMG = Instance.new("ImageLabel")
  1092. local UICorner_17 = Instance.new("UICorner")
  1093. local wanted = Instance.new("TextLabel")
  1094. local Title_3 = Instance.new("TextLabel")
  1095.  
  1096. -- Properties:
  1097.  
  1098. HoxLZwzeCYfVwOkTlmXO.Name = RandomVariable(20)
  1099. HoxLZwzeCYfVwOkTlmXO.Parent = game.CoreGui
  1100. HoxLZwzeCYfVwOkTlmXO.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  1101.  
  1102. Main.Name = "Main"
  1103. Main.Parent = HoxLZwzeCYfVwOkTlmXO
  1104. Main.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
  1105. Main.BorderSizePixel = 0
  1106. Main.Position = UDim2.new(0.168555707, 0, 0.392983228, 0)
  1107. Main.Size = UDim2.new(0, 606, 0, 338)
  1108.  
  1109. Sidebar.Name = "Sidebar"
  1110. Sidebar.Parent = Main
  1111. Sidebar.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  1112. Sidebar.BorderSizePixel = 0
  1113. Sidebar.Size = UDim2.new(0, 65, 0, 338)
  1114.  
  1115. UICorner.CornerRadius = UDim.new(0, 4)
  1116. UICorner.Parent = Sidebar
  1117.  
  1118. Home.Name = "Home"
  1119. Home.Parent = Sidebar
  1120. Home.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1121. Home.BackgroundTransparency = 1.000
  1122. Home.Position = UDim2.new(0.230769232, 0, 0.041420117, 0)
  1123. Home.Size = UDim2.new(0, 35, 0, 35)
  1124. Home.Image = "rbxassetid://9264541932"
  1125.  
  1126. Settings.Name = "Settings"
  1127. Settings.Parent = Sidebar
  1128. Settings.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1129. Settings.BackgroundTransparency = 1.000
  1130. Settings.Position = UDim2.new(0.230769232, 0, 0.855029583, 0)
  1131. Settings.Size = UDim2.new(0, 35, 0, 35)
  1132. Settings.Image = "rbxassetid://9264554833"
  1133.  
  1134. Info.Name = "Info"
  1135. Info.Parent = Sidebar
  1136. Info.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1137. Info.BackgroundTransparency = 1.000
  1138. Info.Position = UDim2.new(0.230769232, 0, 0.70710057, 0)
  1139. Info.Size = UDim2.new(0, 35, 0, 35)
  1140. Info.Image = "rbxassetid://9264635930"
  1141.  
  1142. Teleports.Name = "Teleports"
  1143. Teleports.Parent = Sidebar
  1144. Teleports.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1145. Teleports.BackgroundTransparency = 1.000
  1146. Teleports.Position = UDim2.new(0.230769232, 0, 0.195266277, 0)
  1147. Teleports.Size = UDim2.new(0, 35, 0, 35)
  1148. Teleports.Image = "rbxassetid://9264768136"
  1149.  
  1150. Cmds.Name = "Cmds"
  1151. Cmds.Parent = Sidebar
  1152. Cmds.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1153. Cmds.BackgroundTransparency = 1.000
  1154. Cmds.Position = UDim2.new(0.230769232, 0, 0.352071017, 0)
  1155. Cmds.Size = UDim2.new(0, 35, 0, 35)
  1156. Cmds.Image = "rbxassetid://9264822672"
  1157.  
  1158. Search.Name = "Search"
  1159. Search.Parent = Sidebar
  1160. Search.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1161. Search.BackgroundTransparency = 1.000
  1162. Search.Position = UDim2.new(0.230769232, 0, 0.497041434, 0)
  1163. Search.Size = UDim2.new(0, 35, 0, 35)
  1164. Search.Image = "rbxassetid://9288309850"
  1165.  
  1166. UICorner_2.CornerRadius = UDim.new(0, 4)
  1167. UICorner_2.Parent = Main
  1168.  
  1169. Sites.Name = "Sites"
  1170. Sites.Parent = Main
  1171. Sites.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1172. Sites.BackgroundTransparency = 1.000
  1173. Sites.Position = UDim2.new(0.107260726, 0, 0, 0)
  1174. Sites.Size = UDim2.new(0, 541, 0, 338)
  1175.  
  1176. Home_2.Name = "Home"
  1177. Home_2.Parent = Sites
  1178. Home_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1179. Home_2.BackgroundTransparency = 1.000
  1180. Home_2.Size = UDim2.new(0, 541, 0, 338)
  1181.  
  1182. Username.Name = "Username"
  1183. Username.Parent = Home_2
  1184. Username.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1185. Username.BackgroundTransparency = 1.000
  1186. Username.BorderSizePixel = 0
  1187. Username.Position = UDim2.new(0.0177452099, 0, 0.15242745, 0)
  1188. Username.Size = UDim2.new(0, 335, 0, 21)
  1189. Username.Font = Enum.Font.Code
  1190. Username.Text = "Username: USER_HOLDER"
  1191. Username.TextColor3 = Color3.fromRGB(220, 220, 220)
  1192. Username.TextSize = 18.000
  1193. Username.TextWrapped = true
  1194. Username.TextXAlignment = Enum.TextXAlignment.Left
  1195.  
  1196. Rank.Name = "Rank"
  1197. Rank.Parent = Home_2
  1198. Rank.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1199. Rank.BackgroundTransparency = 1.000
  1200. Rank.BorderSizePixel = 0
  1201. Rank.Position = UDim2.new(0.0177452099, 0, 0.214557633, 0)
  1202. Rank.Size = UDim2.new(0, 335, 0, 21)
  1203. Rank.Font = Enum.Font.Code
  1204. Rank.Text = " "
  1205. Rank.TextColor3 = Color3.fromRGB(220, 220, 220)
  1206. Rank.TextSize = 18.000
  1207. Rank.TextWrapped = true
  1208. Rank.TextXAlignment = Enum.TextXAlignment.Left
  1209.  
  1210. WhatsNew.Name = "Whats New?"
  1211. WhatsNew.Parent = Home_2
  1212. WhatsNew.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1213. WhatsNew.BackgroundTransparency = 1.000
  1214. WhatsNew.BorderSizePixel = 0
  1215. WhatsNew.Position = UDim2.new(0.0177452099, 0, 0.374320924, 0)
  1216. WhatsNew.Size = UDim2.new(0, 335, 0, 28)
  1217. WhatsNew.Font = Enum.Font.Code
  1218. WhatsNew.Text = "What's new?"
  1219. WhatsNew.TextColor3 = Color3.fromRGB(220, 220, 220)
  1220. WhatsNew.TextSize = 26.000
  1221. WhatsNew.TextWrapped = true
  1222. WhatsNew.TextXAlignment = Enum.TextXAlignment.Left
  1223.  
  1224. watext.Name = "watext"
  1225. watext.Parent = Home_2
  1226. watext.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1227. watext.BackgroundTransparency = 1.000
  1228. watext.BorderSizePixel = 0
  1229. watext.Position = UDim2.new(0.0177452099, 0, 0.457161278, 0)
  1230. watext.Size = UDim2.new(0, 515, 0, 169)
  1231. watext.Font = Enum.Font.Code
  1232. watext.Text = "Loading..."
  1233. watext.TextColor3 = Color3.fromRGB(220, 220, 220)
  1234. watext.TextSize = 18.000
  1235. watext.TextWrapped = true
  1236. watext.TextXAlignment = Enum.TextXAlignment.Left
  1237. watext.TextYAlignment = Enum.TextYAlignment.Top
  1238.  
  1239. Teleports_2.Name = "Teleports"
  1240. Teleports_2.Parent = Sites
  1241. Teleports_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1242. Teleports_2.BackgroundTransparency = 1.000
  1243. Teleports_2.Size = UDim2.new(0, 541, 0, 338)
  1244. Teleports_2.Visible = false
  1245.  
  1246. TextButton.Parent = Teleports_2
  1247. TextButton.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  1248. TextButton.Position = UDim2.new(0.0166358575, 0, 0.221893474, 0)
  1249. TextButton.Size = UDim2.new(0, 132, 0, 45)
  1250. TextButton.Font = Enum.Font.Code
  1251. TextButton.Text = "Bank"
  1252. TextButton.TextColor3 = Color3.fromRGB(220, 220, 220)
  1253. TextButton.TextSize = 14.000
  1254.  
  1255. UICorner_3.Parent = TextButton
  1256.  
  1257. TextButton_2.Parent = Teleports_2
  1258. TextButton_2.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  1259. TextButton_2.Position = UDim2.new(0.297597051, 0, 0.221893474, 0)
  1260. TextButton_2.Size = UDim2.new(0, 132, 0, 45)
  1261. TextButton_2.Font = Enum.Font.Code
  1262. TextButton_2.Text = "Playground"
  1263. TextButton_2.TextColor3 = Color3.fromRGB(220, 220, 220)
  1264. TextButton_2.TextSize = 14.000
  1265.  
  1266. UICorner_4.Parent = TextButton_2
  1267.  
  1268. TextButton_3.Parent = Teleports_2
  1269. TextButton_3.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  1270. TextButton_3.Position = UDim2.new(0.584103465, 0, 0.221893474, 0)
  1271. TextButton_3.Size = UDim2.new(0, 132, 0, 45)
  1272. TextButton_3.Font = Enum.Font.Code
  1273. TextButton_3.Text = "Train"
  1274. TextButton_3.TextColor3 = Color3.fromRGB(220, 220, 220)
  1275. TextButton_3.TextSize = 14.000
  1276.  
  1277. UICorner_5.Parent = TextButton_3
  1278.  
  1279. TextButton_4.Parent = Teleports_2
  1280. TextButton_4.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  1281. TextButton_4.Position = UDim2.new(0.584103465, 0, 0.396449685, 0)
  1282. TextButton_4.Size = UDim2.new(0, 132, 0, 45)
  1283. TextButton_4.Font = Enum.Font.Code
  1284. TextButton_4.Text = "Basket"
  1285. TextButton_4.TextColor3 = Color3.fromRGB(220, 220, 220)
  1286. TextButton_4.TextSize = 14.000
  1287.  
  1288. UICorner_6.Parent = TextButton_4
  1289.  
  1290. TextButton_5.Parent = Teleports_2
  1291. TextButton_5.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  1292. TextButton_5.Position = UDim2.new(0.297597051, 0, 0.396449685, 0)
  1293. TextButton_5.Size = UDim2.new(0, 132, 0, 45)
  1294. TextButton_5.Font = Enum.Font.Code
  1295. TextButton_5.Text = "School"
  1296. TextButton_5.TextColor3 = Color3.fromRGB(220, 220, 220)
  1297. TextButton_5.TextSize = 14.000
  1298.  
  1299. UICorner_7.Parent = TextButton_5
  1300.  
  1301. TextButton_6.Parent = Teleports_2
  1302. TextButton_6.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  1303. TextButton_6.Position = UDim2.new(0.0166358575, 0, 0.396449685, 0)
  1304. TextButton_6.Size = UDim2.new(0, 132, 0, 45)
  1305. TextButton_6.Font = Enum.Font.Code
  1306. TextButton_6.Text = "Club"
  1307. TextButton_6.TextColor3 = Color3.fromRGB(220, 220, 220)
  1308. TextButton_6.TextSize = 14.000
  1309.  
  1310. UICorner_8.Parent = TextButton_6
  1311.  
  1312. TextButton_7.Parent = Teleports_2
  1313. TextButton_7.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  1314. TextButton_7.Position = UDim2.new(0.584103465, 0, 0.573964477, 0)
  1315. TextButton_7.Size = UDim2.new(0, 132, 0, 45)
  1316. TextButton_7.Font = Enum.Font.Code
  1317. TextButton_7.Text = "Safezone"
  1318. TextButton_7.TextColor3 = Color3.fromRGB(220, 220, 220)
  1319. TextButton_7.TextSize = 14.000
  1320.  
  1321. UICorner_9.Parent = TextButton_7
  1322.  
  1323. TextButton_8.Parent = Teleports_2
  1324. TextButton_8.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  1325. TextButton_8.Position = UDim2.new(0.297597051, 0, 0.573964477, 0)
  1326. TextButton_8.Size = UDim2.new(0, 132, 0, 45)
  1327. TextButton_8.Font = Enum.Font.Code
  1328. TextButton_8.Text = "Ufo"
  1329. TextButton_8.TextColor3 = Color3.fromRGB(220, 220, 220)
  1330. TextButton_8.TextSize = 14.000
  1331.  
  1332. UICorner_10.Parent = TextButton_8
  1333.  
  1334. TextButton_9.Parent = Teleports_2
  1335. TextButton_9.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  1336. TextButton_9.Position = UDim2.new(0.0166358575, 0, 0.573964477, 0)
  1337. TextButton_9.Size = UDim2.new(0, 132, 0, 45)
  1338. TextButton_9.Font = Enum.Font.Code
  1339. TextButton_9.Text = "Police"
  1340. TextButton_9.TextColor3 = Color3.fromRGB(220, 220, 220)
  1341. TextButton_9.TextSize = 14.000
  1342.  
  1343. UICorner_11.Parent = TextButton_9
  1344.  
  1345. TextButton_10.Parent = Teleports_2
  1346. TextButton_10.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  1347. TextButton_10.Position = UDim2.new(0.584103465, 0, 0.751479208, 0)
  1348. TextButton_10.Size = UDim2.new(0, 132, 0, 45)
  1349. TextButton_10.Font = Enum.Font.Code
  1350. TextButton_10.Text = "Shop2"
  1351. TextButton_10.TextColor3 = Color3.fromRGB(220, 220, 220)
  1352. TextButton_10.TextSize = 14.000
  1353.  
  1354. UICorner_12.Parent = TextButton_10
  1355.  
  1356. TextButton_11.Parent = Teleports_2
  1357. TextButton_11.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  1358. TextButton_11.Position = UDim2.new(0.297597051, 0, 0.751479208, 0)
  1359. TextButton_11.Size = UDim2.new(0, 132, 0, 45)
  1360. TextButton_11.Font = Enum.Font.Code
  1361. TextButton_11.Text = "Shop1"
  1362. TextButton_11.TextColor3 = Color3.fromRGB(220, 220, 220)
  1363. TextButton_11.TextSize = 14.000
  1364.  
  1365. UICorner_13.Parent = TextButton_11
  1366.  
  1367. TextButton_12.Parent = Teleports_2
  1368. TextButton_12.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  1369. TextButton_12.Position = UDim2.new(0.0166358575, 0, 0.751479208, 0)
  1370. TextButton_12.Size = UDim2.new(0, 132, 0, 45)
  1371. TextButton_12.Font = Enum.Font.Code
  1372. TextButton_12.Text = "Admin"
  1373. TextButton_12.TextColor3 = Color3.fromRGB(220, 220, 220)
  1374. TextButton_12.TextSize = 14.000
  1375.  
  1376. UICorner_14.Parent = TextButton_12
  1377.  
  1378. Title.Name = "Title"
  1379. Title.Parent = Teleports_2
  1380. Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1381. Title.BackgroundTransparency = 1.000
  1382. Title.BorderSizePixel = 0
  1383. Title.Position = UDim2.new(0.0183918625, 0, 0.109467454, 0)
  1384. Title.Size = UDim2.new(0, 153, 0, 21)
  1385. Title.Font = Enum.Font.Code
  1386. Title.Text = "Teleports"
  1387. Title.TextColor3 = Color3.fromRGB(220, 220, 220)
  1388. Title.TextSize = 20.000
  1389. Title.TextWrapped = true
  1390. Title.TextXAlignment = Enum.TextXAlignment.Left
  1391.  
  1392. Cmds_2.Name = "Cmds"
  1393. Cmds_2.Parent = Sites
  1394. Cmds_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1395. Cmds_2.BackgroundTransparency = 1.000
  1396. Cmds_2.Size = UDim2.new(0, 541, 0, 338)
  1397. Cmds_2.Visible = false
  1398.  
  1399. Username_2.Name = "Username"
  1400. Username_2.Parent = Cmds_2
  1401. Username_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1402. Username_2.BackgroundTransparency = 1.000
  1403. Username_2.BorderSizePixel = 0
  1404. Username_2.Position = UDim2.new(0.0177452099, 0, 0.15242745, 0)
  1405. Username_2.Size = UDim2.new(0, 335, 0, 21)
  1406. Username_2.Font = Enum.Font.Code
  1407. Username_2.Text = "Commands"
  1408. Username_2.TextColor3 = Color3.fromRGB(220, 220, 220)
  1409. Username_2.TextSize = 18.000
  1410. Username_2.TextWrapped = true
  1411. Username_2.TextXAlignment = Enum.TextXAlignment.Left
  1412.  
  1413. Rank_2.Name = "Rank"
  1414. Rank_2.Parent = Cmds_2
  1415. Rank_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1416. Rank_2.BackgroundTransparency = 1.000
  1417. Rank_2.BorderSizePixel = 0
  1418. Rank_2.Position = UDim2.new(0.0177452099, 0, 0.241184741, 0)
  1419. Rank_2.Size = UDim2.new(0, 390, 0, 21)
  1420. Rank_2.Font = Enum.Font.Code
  1421. Rank_2.Text = "setup {bank, admin}"
  1422. Rank_2.TextColor3 = Color3.fromRGB(220, 220, 220)
  1423. Rank_2.TextSize = 18.000
  1424. Rank_2.TextWrapped = true
  1425. Rank_2.TextXAlignment = Enum.TextXAlignment.Left
  1426.  
  1427. Rank_3.Name = "Rank"
  1428. Rank_3.Parent = Cmds_2
  1429. Rank_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1430. Rank_3.BackgroundTransparency = 1.000
  1431. Rank_3.BorderSizePixel = 0
  1432. Rank_3.Position = UDim2.new(0.0177452099, 0, 0.303314924, 0)
  1433. Rank_3.Size = UDim2.new(0, 390, 0, 21)
  1434. Rank_3.Font = Enum.Font.Code
  1435. Rank_3.Text = "airlock {alt name, none=all}"
  1436. Rank_3.TextColor3 = Color3.fromRGB(220, 220, 220)
  1437. Rank_3.TextSize = 18.000
  1438. Rank_3.TextWrapped = true
  1439. Rank_3.TextXAlignment = Enum.TextXAlignment.Left
  1440.  
  1441. Rank_4.Name = "Rank"
  1442. Rank_4.Parent = Cmds_2
  1443. Rank_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1444. Rank_4.BackgroundTransparency = 1.000
  1445. Rank_4.BorderSizePixel = 0
  1446. Rank_4.Position = UDim2.new(0.0177452099, 0, 0.365445107, 0)
  1447. Rank_4.Size = UDim2.new(0, 390, 0, 21)
  1448. Rank_4.Font = Enum.Font.Code
  1449. Rank_4.Text = "money? {alt name, none=all}"
  1450. Rank_4.TextColor3 = Color3.fromRGB(220, 220, 220)
  1451. Rank_4.TextSize = 18.000
  1452. Rank_4.TextWrapped = true
  1453. Rank_4.TextXAlignment = Enum.TextXAlignment.Left
  1454.  
  1455. Rank_5.Name = "Rank"
  1456. Rank_5.Parent = Cmds_2
  1457. Rank_5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1458. Rank_5.BackgroundTransparency = 1.000
  1459. Rank_5.BorderSizePixel = 0
  1460. Rank_5.Position = UDim2.new(0.0177452099, 0, 0.42757529, 0)
  1461. Rank_5.Size = UDim2.new(0, 390, 0, 21)
  1462. Rank_5.Font = Enum.Font.Code
  1463. Rank_5.Text = "drop {alt name, none=all}"
  1464. Rank_5.TextColor3 = Color3.fromRGB(220, 220, 220)
  1465. Rank_5.TextSize = 18.000
  1466. Rank_5.TextWrapped = true
  1467. Rank_5.TextXAlignment = Enum.TextXAlignment.Left
  1468.  
  1469. Rank_6.Name = "Rank"
  1470. Rank_6.Parent = Cmds_2
  1471. Rank_6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1472. Rank_6.BackgroundTransparency = 1.000
  1473. Rank_6.BorderSizePixel = 0
  1474. Rank_6.Position = UDim2.new(0.0177452099, 0, 0.489705473, 0)
  1475. Rank_6.Size = UDim2.new(0, 390, 0, 21)
  1476. Rank_6.Font = Enum.Font.Code
  1477. Rank_6.Text = "setspot {alt name, none=all}"
  1478. Rank_6.TextColor3 = Color3.fromRGB(220, 220, 220)
  1479. Rank_6.TextSize = 18.000
  1480. Rank_6.TextWrapped = true
  1481. Rank_6.TextXAlignment = Enum.TextXAlignment.Left
  1482.  
  1483. Rank_7.Name = "Rank"
  1484. Rank_7.Parent = Cmds_2
  1485. Rank_7.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1486. Rank_7.BackgroundTransparency = 1.000
  1487. Rank_7.BorderSizePixel = 0
  1488. Rank_7.Position = UDim2.new(0.0177452099, 0, 0.551835656, 0)
  1489. Rank_7.Size = UDim2.new(0, 390, 0, 21)
  1490. Rank_7.Font = Enum.Font.Code
  1491. Rank_7.Text = "tospot {alt name, none=all}"
  1492. Rank_7.TextColor3 = Color3.fromRGB(220, 220, 220)
  1493. Rank_7.TextSize = 18.000
  1494. Rank_7.TextWrapped = true
  1495. Rank_7.TextXAlignment = Enum.TextXAlignment.Left
  1496.  
  1497. Rank_8.Name = "Rank"
  1498. Rank_8.Parent = Cmds_2
  1499. Rank_8.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1500. Rank_8.BackgroundTransparency = 1.000
  1501. Rank_8.BorderSizePixel = 0
  1502. Rank_8.Position = UDim2.new(0.0177452099, 0, 0.613965809, 0)
  1503. Rank_8.Size = UDim2.new(0, 390, 0, 21)
  1504. Rank_8.Font = Enum.Font.Code
  1505. Rank_8.Text = "bringalts"
  1506. Rank_8.TextColor3 = Color3.fromRGB(220, 220, 220)
  1507. Rank_8.TextSize = 18.000
  1508. Rank_8.TextWrapped = true
  1509. Rank_8.TextXAlignment = Enum.TextXAlignment.Left
  1510.  
  1511. Rank_9.Name = "Rank"
  1512. Rank_9.Parent = Cmds_2
  1513. Rank_9.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1514. Rank_9.BackgroundTransparency = 1.000
  1515. Rank_9.BorderSizePixel = 0
  1516. Rank_9.Position = UDim2.new(0.0177452099, 0, 0.738226175, 0)
  1517. Rank_9.Size = UDim2.new(0, 390, 0, 21)
  1518. Rank_9.Font = Enum.Font.Code
  1519. Rank_9.Text = "kill {alt name, none=all}"
  1520. Rank_9.TextColor3 = Color3.fromRGB(220, 220, 220)
  1521. Rank_9.TextSize = 18.000
  1522. Rank_9.TextWrapped = true
  1523. Rank_9.TextXAlignment = Enum.TextXAlignment.Left
  1524.  
  1525. Rank_10.Name = "Rank"
  1526. Rank_10.Parent = Cmds_2
  1527. Rank_10.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1528. Rank_10.BackgroundTransparency = 1.000
  1529. Rank_10.BorderSizePixel = 0
  1530. Rank_10.Position = UDim2.new(0.0177452099, 0, 0.676096022, 0)
  1531. Rank_10.Size = UDim2.new(0, 390, 0, 21)
  1532. Rank_10.Font = Enum.Font.Code
  1533. Rank_10.Text = "bring {alt name}"
  1534. Rank_10.TextColor3 = Color3.fromRGB(220, 220, 220)
  1535. Rank_10.TextSize = 18.000
  1536. Rank_10.TextWrapped = true
  1537. Rank_10.TextXAlignment = Enum.TextXAlignment.Left
  1538.  
  1539. Rank_11.Name = "Rank"
  1540. Rank_11.Parent = Cmds_2
  1541. Rank_11.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1542. Rank_11.BackgroundTransparency = 1.000
  1543. Rank_11.BorderSizePixel = 0
  1544. Rank_11.Position = UDim2.new(0.0177452099, 0, 0.800356328, 0)
  1545. Rank_11.Size = UDim2.new(0, 390, 0, 21)
  1546. Rank_11.Font = Enum.Font.Code
  1547. Rank_11.Text = "kick {alt name, none=all}"
  1548. Rank_11.TextColor3 = Color3.fromRGB(220, 220, 220)
  1549. Rank_11.TextSize = 18.000
  1550. Rank_11.TextWrapped = true
  1551. Rank_11.TextXAlignment = Enum.TextXAlignment.Left
  1552.  
  1553. Rank_12.Name = "Rank"
  1554. Rank_12.Parent = Cmds_2
  1555. Rank_12.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1556. Rank_12.BackgroundTransparency = 1.000
  1557. Rank_12.BorderSizePixel = 0
  1558. Rank_12.Position = UDim2.new(0.0177452099, 0, 0.859527946, 0)
  1559. Rank_12.Size = UDim2.new(0, 390, 0, 21)
  1560. Rank_12.Font = Enum.Font.Code
  1561. Rank_12.Text = "freeze {alt name, none=all}"
  1562. Rank_12.TextColor3 = Color3.fromRGB(220, 220, 220)
  1563. Rank_12.TextSize = 18.000
  1564. Rank_12.TextWrapped = true
  1565. Rank_12.TextXAlignment = Enum.TextXAlignment.Left
  1566.  
  1567. Rank_13.Name = "Rank"
  1568. Rank_13.Parent = Cmds_2
  1569. Rank_13.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1570. Rank_13.BackgroundTransparency = 1.000
  1571. Rank_13.BorderSizePixel = 0
  1572. Rank_13.Position = UDim2.new(0.0177452099, 0, 0.918699563, 0)
  1573. Rank_13.Size = UDim2.new(0, 390, 0, 21)
  1574. Rank_13.Font = Enum.Font.Code
  1575. Rank_13.Text = "unfreeze {alt name, none=all}"
  1576. Rank_13.TextColor3 = Color3.fromRGB(220, 220, 220)
  1577. Rank_13.TextSize = 18.000
  1578. Rank_13.TextWrapped = true
  1579. Rank_13.TextXAlignment = Enum.TextXAlignment.Left
  1580.  
  1581. Rank_14.Name = "Rank"
  1582. Rank_14.Parent = Cmds_2
  1583. Rank_14.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1584. Rank_14.BackgroundTransparency = 1.000
  1585. Rank_14.BorderSizePixel = 0
  1586. Rank_14.Position = UDim2.new(0.511275709, 0, 0.241184801, 0)
  1587. Rank_14.Size = UDim2.new(0, 390, 0, 21)
  1588. Rank_14.Font = Enum.Font.Code
  1589. Rank_14.Text = "vibe {alt name, none=all}"
  1590. Rank_14.TextColor3 = Color3.fromRGB(220, 220, 220)
  1591. Rank_14.TextSize = 18.000
  1592. Rank_14.TextWrapped = true
  1593. Rank_14.TextXAlignment = Enum.TextXAlignment.Left
  1594.  
  1595. Rank_15.Name = "Rank"
  1596. Rank_15.Parent = Cmds_2
  1597. Rank_15.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1598. Rank_15.BackgroundTransparency = 1.000
  1599. Rank_15.BorderSizePixel = 0
  1600. Rank_15.Position = UDim2.new(0.511275709, 0, 0.303314984, 0)
  1601. Rank_15.Size = UDim2.new(0, 390, 0, 21)
  1602. Rank_15.Font = Enum.Font.Code
  1603. Rank_15.Text = "advert {alt name, none=all}"
  1604. Rank_15.TextColor3 = Color3.fromRGB(220, 220, 220)
  1605. Rank_15.TextSize = 18.000
  1606. Rank_15.TextWrapped = true
  1607. Rank_15.TextXAlignment = Enum.TextXAlignment.Left
  1608.  
  1609. Rank_16.Name = "Rank"
  1610. Rank_16.Parent = Cmds_2
  1611. Rank_16.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1612. Rank_16.BackgroundTransparency = 1.000
  1613. Rank_16.BorderSizePixel = 0
  1614. Rank_16.Position = UDim2.new(0.511275709, 0, 0.365445167, 0)
  1615. Rank_16.Size = UDim2.new(0, 390, 0, 21)
  1616. Rank_16.Font = Enum.Font.Code
  1617. Rank_16.Text = "crash (REQUIRES A DECENT PC)"
  1618. Rank_16.TextColor3 = Color3.fromRGB(220, 220, 220)
  1619. Rank_16.TextSize = 18.000
  1620. Rank_16.TextWrapped = true
  1621. Rank_16.TextXAlignment = Enum.TextXAlignment.Left
  1622.  
  1623. Info_2.Name = "Info"
  1624. Info_2.Parent = Sites
  1625. Info_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1626. Info_2.BackgroundTransparency = 1.000
  1627. Info_2.Size = UDim2.new(0, 541, 0, 338)
  1628. Info_2.Visible = false
  1629.  
  1630. Username_3.Name = "Username"
  1631. Username_3.Parent = Info_2
  1632. Username_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1633. Username_3.BackgroundTransparency = 1.000
  1634. Username_3.BorderSizePixel = 0
  1635. Username_3.Position = UDim2.new(0.0177452099, 0, 0.15242745, 0)
  1636. Username_3.Size = UDim2.new(0, 335, 0, 21)
  1637. Username_3.Font = Enum.Font.Code
  1638. Username_3.Text = "Info"
  1639. Username_3.TextColor3 = Color3.fromRGB(220, 220, 220)
  1640. Username_3.TextSize = 18.000
  1641. Username_3.TextWrapped = true
  1642. Username_3.TextXAlignment = Enum.TextXAlignment.Left
  1643.  
  1644. Rank_17.Name = "Rank"
  1645. Rank_17.Parent = Info_2
  1646. Rank_17.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1647. Rank_17.BackgroundTransparency = 1.000
  1648. Rank_17.BorderSizePixel = 0
  1649. Rank_17.Position = UDim2.new(0.0177452099, 0, 0.288522124, 0)
  1650. Rank_17.Size = UDim2.new(0, 513, 0, 226)
  1651. Rank_17.Font = Enum.Font.Code
  1652. Rank_17.Text =
  1653. "gEEZ."
  1654. Rank_17.TextColor3 = Color3.fromRGB(220, 220, 220)
  1655. Rank_17.TextSize = 18.000
  1656. Rank_17.TextWrapped = true
  1657. Rank_17.TextXAlignment = Enum.TextXAlignment.Left
  1658. Rank_17.TextYAlignment = Enum.TextYAlignment.Top
  1659.  
  1660. Settings_2.Name = "Settings"
  1661. Settings_2.Parent = Sites
  1662. Settings_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1663. Settings_2.BackgroundTransparency = 1.000
  1664. Settings_2.Size = UDim2.new(0, 541, 0, 338)
  1665. Settings_2.Visible = false
  1666.  
  1667. Username_4.Name = "Username"
  1668. Username_4.Parent = Settings_2
  1669. Username_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1670. Username_4.BackgroundTransparency = 1.000
  1671. Username_4.BorderSizePixel = 0
  1672. Username_4.Position = UDim2.new(0.0177452099, 0, 0.15242745, 0)
  1673. Username_4.Size = UDim2.new(0, 335, 0, 21)
  1674. Username_4.Font = Enum.Font.Code
  1675. Username_4.Text = "Settings"
  1676. Username_4.TextColor3 = Color3.fromRGB(220, 220, 220)
  1677. Username_4.TextSize = 18.000
  1678. Username_4.TextWrapped = true
  1679. Username_4.TextXAlignment = Enum.TextXAlignment.Left
  1680.  
  1681. Rank_18.Name = "Rank"
  1682. Rank_18.Parent = Settings_2
  1683. Rank_18.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1684. Rank_18.BackgroundTransparency = 1.000
  1685. Rank_18.BorderSizePixel = 0
  1686. Rank_18.Position = UDim2.new(0.133086875, 0, 0.362486631, 0)
  1687. Rank_18.Size = UDim2.new(0, 391, 0, 92)
  1688. Rank_18.Font = Enum.Font.Code
  1689. Rank_18.Text = "THIS FEATURE IS COMING SOON!"
  1690. Rank_18.TextColor3 = Color3.fromRGB(220, 220, 220)
  1691. Rank_18.TextSize = 18.000
  1692. Rank_18.TextWrapped = true
  1693.  
  1694. Search_2.Name = "Search"
  1695. Search_2.Parent = Sites
  1696. Search_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1697. Search_2.BackgroundTransparency = 1.000
  1698. Search_2.Size = UDim2.new(0, 541, 0, 338)
  1699. Search_2.Visible = false
  1700.  
  1701. Title_2.Name = "Title"
  1702. Title_2.Parent = Search_2
  1703. Title_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1704. Title_2.BackgroundTransparency = 1.000
  1705. Title_2.BorderSizePixel = 0
  1706. Title_2.Position = UDim2.new(0.0177452099, 0, 0.15242745, 0)
  1707. Title_2.Size = UDim2.new(0, 335, 0, 21)
  1708. Title_2.Font = Enum.Font.Code
  1709. Title_2.Text = "Search accounts"
  1710. Title_2.TextColor3 = Color3.fromRGB(220, 220, 220)
  1711. Title_2.TextSize = 18.000
  1712. Title_2.TextWrapped = true
  1713. Title_2.TextXAlignment = Enum.TextXAlignment.Left
  1714.  
  1715. TextBox.Parent = Search_2
  1716. TextBox.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  1717. TextBox.Position = UDim2.new(0.0166358594, 0, 0.724852026, 0)
  1718. TextBox.Size = UDim2.new(0, 268, 0, 37)
  1719. TextBox.ZIndex = 5
  1720. TextBox.Font = Enum.Font.Code
  1721. TextBox.LineHeight = 1.100
  1722. TextBox.PlaceholderText = "Input Username (cAsE sEnsItive)"
  1723. TextBox.Text = ""
  1724. TextBox.TextColor3 = Color3.fromRGB(255, 255, 255)
  1725. TextBox.TextSize = 14.000
  1726.  
  1727. UICorner_15.Parent = TextBox
  1728.  
  1729. searchBTN.Name = "searchBTN"
  1730. searchBTN.Parent = Search_2
  1731. searchBTN.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  1732. searchBTN.Position = UDim2.new(0.0166358594, 0, 0.855029583, 0)
  1733. searchBTN.Size = UDim2.new(0, 106, 0, 36)
  1734. searchBTN.Font = Enum.Font.Code
  1735. searchBTN.Text = "Search"
  1736. searchBTN.TextColor3 = Color3.fromRGB(230, 230, 230)
  1737. searchBTN.TextSize = 14.000
  1738.  
  1739. UICorner_16.Parent = searchBTN
  1740.  
  1741. username.Name = "username"
  1742. username.Parent = Search_2
  1743. username.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1744. username.BackgroundTransparency = 1.000
  1745. username.BorderSizePixel = 0
  1746. username.Position = UDim2.new(0.0177452099, 0, 0.264853477, 0)
  1747. username.Size = UDim2.new(0, 335, 0, 21)
  1748. username.Font = Enum.Font.Code
  1749. username.Text = "Username: HOLDER"
  1750. username.TextColor3 = Color3.fromRGB(220, 220, 220)
  1751. username.TextSize = 18.000
  1752. username.TextWrapped = true
  1753. username.TextXAlignment = Enum.TextXAlignment.Left
  1754.  
  1755. cash.Name = "cash"
  1756. cash.Parent = Search_2
  1757. cash.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1758. cash.BackgroundTransparency = 1.000
  1759. cash.BorderSizePixel = 0
  1760. cash.Position = UDim2.new(0.0177452099, 0, 0.338817954, 0)
  1761. cash.Size = UDim2.new(0, 335, 0, 21)
  1762. cash.Font = Enum.Font.Code
  1763. cash.Text = "Money: HOLDER"
  1764. cash.TextColor3 = Color3.fromRGB(220, 220, 220)
  1765. cash.TextSize = 18.000
  1766. cash.TextWrapped = true
  1767. cash.TextXAlignment = Enum.TextXAlignment.Left
  1768.  
  1769. UserIMG.Name = "UserIMG"
  1770. UserIMG.Parent = Search_2
  1771. UserIMG.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1772. UserIMG.BackgroundTransparency = 1.000
  1773. UserIMG.Position = UDim2.new(0.780036926, 0, 0.177514777, 0)
  1774. UserIMG.Size = UDim2.new(0, 100, 0, 100)
  1775. UserIMG.Image = "rbxasset://textures/ui/GuiImagePlaceholder.png"
  1776.  
  1777. UICorner_17.CornerRadius = UDim.new(1, 10)
  1778. UICorner_17.Parent = UserIMG
  1779.  
  1780. wanted.Name = "wanted"
  1781. wanted.Parent = Search_2
  1782. wanted.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1783. wanted.BackgroundTransparency = 1.000
  1784. wanted.BorderSizePixel = 0
  1785. wanted.Position = UDim2.new(0.0177452099, 0, 0.41278249, 0)
  1786. wanted.Size = UDim2.new(0, 335, 0, 21)
  1787. wanted.Font = Enum.Font.Code
  1788. wanted.Text = "Wanted: HOLDER"
  1789. wanted.TextColor3 = Color3.fromRGB(220, 220, 220)
  1790. wanted.TextSize = 18.000
  1791. wanted.TextWrapped = true
  1792. wanted.TextXAlignment = Enum.TextXAlignment.Left
  1793.  
  1794. Title_3.Name = "Title"
  1795. Title_3.Parent = Main
  1796. Title_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1797. Title_3.BackgroundTransparency = 1.000
  1798. Title_3.BorderSizePixel = 0
  1799. Title_3.Position = UDim2.new(0.123752303, 0, 0.0177514795, 0)
  1800. Title_3.Size = UDim2.new(0, 153, 0, 21)
  1801. Title_3.Font = Enum.Font.Code
  1802. Title_3.Text = "Bedrock's Controll v1"
  1803. Title_3.TextColor3 = Color3.fromRGB(220, 220, 220)
  1804. Title_3.TextSize = 14.000
  1805. Title_3.TextWrapped = true
  1806. Title_3.TextXAlignment = Enum.TextXAlignment.Left
  1807.  
  1808. -- Scripts:
  1809.  
  1810. local function GRQO_fake_script() -- Home.LocalScript
  1811. local script = Instance.new('LocalScript', Home)
  1812.  
  1813. local Home = script.Parent.Parent.Parent.Sites.Home
  1814. local Teleport = script.Parent.Parent.Parent.Sites.Teleports
  1815. local Cmds = script.Parent.Parent.Parent.Sites.Cmds
  1816. local Settings = script.Parent.Parent.Parent.Sites.Settings
  1817. local Info = script.Parent.Parent.Parent.Sites.Info
  1818. local Search = script.Parent.Parent.Parent.Sites.Search
  1819.  
  1820. local button = script.Parent
  1821.  
  1822. function leftClick()
  1823. Search.Visible = false
  1824. Home.Visible = true
  1825. Teleport.Visible = false
  1826. Cmds.Visible = false
  1827. Settings.Visible = false
  1828. Info.Visible = false
  1829. end
  1830.  
  1831. button.MouseButton1Click:Connect(leftClick)
  1832. end
  1833. coroutine.wrap(GRQO_fake_script)()
  1834. local function TNFK_fake_script() -- Settings.LocalScript
  1835. local script = Instance.new('LocalScript', Settings)
  1836.  
  1837. local Home = script.Parent.Parent.Parent.Sites.Home
  1838. local Teleport = script.Parent.Parent.Parent.Sites.Teleports
  1839. local Cmds = script.Parent.Parent.Parent.Sites.Cmds
  1840. local Settings = script.Parent.Parent.Parent.Sites.Settings
  1841. local Info = script.Parent.Parent.Parent.Sites.Info
  1842. local Search = script.Parent.Parent.Parent.Sites.Search
  1843.  
  1844. local button = script.Parent
  1845.  
  1846. function leftClick()
  1847. Search.Visible = false
  1848. Home.Visible = false
  1849. Teleport.Visible = false
  1850. Cmds.Visible = false
  1851. Settings.Visible = true
  1852. Info.Visible = false
  1853. end
  1854.  
  1855. button.MouseButton1Click:Connect(leftClick)
  1856. end
  1857. coroutine.wrap(TNFK_fake_script)()
  1858. local function YXXMEU_fake_script() -- Info.LocalScript
  1859. local script = Instance.new('LocalScript', Info)
  1860.  
  1861. local Home = script.Parent.Parent.Parent.Sites.Home
  1862. local Teleport = script.Parent.Parent.Parent.Sites.Teleports
  1863. local Cmds = script.Parent.Parent.Parent.Sites.Cmds
  1864. local Settings = script.Parent.Parent.Parent.Sites.Settings
  1865. local Info = script.Parent.Parent.Parent.Sites.Info
  1866. local Search = script.Parent.Parent.Parent.Sites.Search
  1867.  
  1868. local button = script.Parent
  1869.  
  1870. function leftClick()
  1871. Search.Visible = false
  1872. Home.Visible = false
  1873. Teleport.Visible = false
  1874. Cmds.Visible = false
  1875. Settings.Visible = false
  1876. Info.Visible = true
  1877. end
  1878.  
  1879. button.MouseButton1Click:Connect(leftClick)
  1880. end
  1881. coroutine.wrap(YXXMEU_fake_script)()
  1882. local function DGHUM_fake_script() -- Teleports.LocalScript
  1883. local script = Instance.new('LocalScript', Teleports)
  1884.  
  1885. local Home = script.Parent.Parent.Parent.Sites.Home
  1886. local Teleport = script.Parent.Parent.Parent.Sites.Teleports
  1887. local Cmds = script.Parent.Parent.Parent.Sites.Cmds
  1888. local Settings = script.Parent.Parent.Parent.Sites.Settings
  1889. local Info = script.Parent.Parent.Parent.Sites.Info
  1890. local Search = script.Parent.Parent.Parent.Sites.Search
  1891.  
  1892. local button = script.Parent
  1893.  
  1894. function leftClick()
  1895. Search.Visible = false
  1896. Home.Visible = false
  1897. Teleport.Visible = true
  1898. Cmds.Visible = false
  1899. Settings.Visible = false
  1900. Info.Visible = false
  1901. end
  1902.  
  1903. button.MouseButton1Click:Connect(leftClick)
  1904. end
  1905. coroutine.wrap(DGHUM_fake_script)()
  1906. local function MFTM_fake_script() -- Cmds.LocalScript
  1907. local script = Instance.new('LocalScript', Cmds)
  1908.  
  1909. local Home = script.Parent.Parent.Parent.Sites.Home
  1910. local Teleport = script.Parent.Parent.Parent.Sites.Teleports
  1911. local Cmds = script.Parent.Parent.Parent.Sites.Cmds
  1912. local Settings = script.Parent.Parent.Parent.Sites.Settings
  1913. local Info = script.Parent.Parent.Parent.Sites.Info
  1914. local Search = script.Parent.Parent.Parent.Sites.Search
  1915.  
  1916. local button = script.Parent
  1917.  
  1918. function leftClick()
  1919. Search.Visible = false
  1920. Home.Visible = false
  1921. Teleport.Visible = false
  1922. Cmds.Visible = true
  1923. Settings.Visible = false
  1924. Info.Visible = false
  1925. end
  1926.  
  1927. button.MouseButton1Click:Connect(leftClick)
  1928. end
  1929. coroutine.wrap(MFTM_fake_script)()
  1930. local function HJGQ_fake_script() -- Search.LocalScript
  1931. local script = Instance.new('LocalScript', Search)
  1932.  
  1933. local Home = script.Parent.Parent.Parent.Sites.Home
  1934. local Teleport = script.Parent.Parent.Parent.Sites.Teleports
  1935. local Cmds = script.Parent.Parent.Parent.Sites.Cmds
  1936. local Settings = script.Parent.Parent.Parent.Sites.Settings
  1937. local Info = script.Parent.Parent.Parent.Sites.Info
  1938. local Search = script.Parent.Parent.Parent.Sites.Search
  1939.  
  1940. local button = script.Parent
  1941.  
  1942. function leftClick()
  1943. Search.Visible = true
  1944. Home.Visible = false
  1945. Teleport.Visible = false
  1946. Cmds.Visible = false
  1947. Settings.Visible = false
  1948. Info.Visible = false
  1949. end
  1950.  
  1951. button.MouseButton1Click:Connect(leftClick)
  1952. end
  1953. coroutine.wrap(HJGQ_fake_script)()
  1954. local function SURQ_fake_script() -- Username.LocalScript
  1955. local script = Instance.new('LocalScript', Username)
  1956.  
  1957. local text = script.Parent.Parent.Username
  1958.  
  1959. text.Text = "Username: " .. game.Players.LocalPlayer.Name
  1960. end
  1961. coroutine.wrap(SURQ_fake_script)()
  1962. local function YQCCP_fake_script() -- watext.LocalScript
  1963. local script = Instance.new('LocalScript', watext)
  1964.  
  1965. local text = script.Parent.Parent.watext
  1966.  
  1967. local http_request = http_request;
  1968. if syn then
  1969. http_request = syn.request
  1970. else
  1971. http_request = request
  1972. end
  1973.  
  1974. while wait(5) do
  1975.  
  1976. text.Text = "- Nothing much just released the script"
  1977. end
  1978. end
  1979. coroutine.wrap(YQCCP_fake_script)()
  1980. local function ONSSF_fake_script() -- TextButton.LocalScript
  1981. local script = Instance.new('LocalScript', TextButton)
  1982.  
  1983. local button = script.Parent
  1984.  
  1985. function leftClick()
  1986. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-413, 23, -286)
  1987. end
  1988.  
  1989. button.MouseButton1Click:Connect(leftClick)
  1990. end
  1991. coroutine.wrap(ONSSF_fake_script)()
  1992. local function MZPROM_fake_script() -- TextButton_2.LocalScript
  1993. local script = Instance.new('LocalScript', TextButton_2)
  1994.  
  1995. local button = script.Parent
  1996.  
  1997. function leftClick()
  1998. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-260, 22, -763)
  1999. end
  2000.  
  2001. button.MouseButton1Click:Connect(leftClick)
  2002. end
  2003. coroutine.wrap(MZPROM_fake_script)()
  2004. local function NINLFE_fake_script() -- TextButton_3.LocalScript
  2005. local script = Instance.new('LocalScript', TextButton_3)
  2006.  
  2007. local button = script.Parent
  2008.  
  2009. function leftClick()
  2010. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(658, 48, -73)
  2011. end
  2012.  
  2013. button.MouseButton1Click:Connect(leftClick)
  2014. end
  2015. coroutine.wrap(NINLFE_fake_script)()
  2016. local function UNVTO_fake_script() -- TextButton_4.LocalScript
  2017. local script = Instance.new('LocalScript', TextButton_4)
  2018.  
  2019. local button = script.Parent
  2020.  
  2021. function leftClick()
  2022. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-932, 22, -483)
  2023. end
  2024.  
  2025. button.MouseButton1Click:Connect(leftClick)
  2026. end
  2027. coroutine.wrap(UNVTO_fake_script)()
  2028. local function MOSNQAL_fake_script() -- TextButton_5.LocalScript
  2029. local script = Instance.new('LocalScript', TextButton_5)
  2030.  
  2031. local button = script.Parent
  2032.  
  2033. function leftClick()
  2034. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-653, 22, 252)
  2035. end
  2036.  
  2037. button.MouseButton1Click:Connect(leftClick)
  2038. end
  2039. coroutine.wrap(MOSNQAL_fake_script)()
  2040. local function BDTR_fake_script() -- TextButton_6.LocalScript
  2041. local script = Instance.new('LocalScript', TextButton_6)
  2042.  
  2043. local button = script.Parent
  2044.  
  2045. function leftClick()
  2046. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-266, 0, -339)
  2047. end
  2048.  
  2049. button.MouseButton1Click:Connect(leftClick)
  2050. end
  2051. coroutine.wrap(BDTR_fake_script)()
  2052. local function NPTG_fake_script() -- TextButton_7.LocalScript
  2053. local script = Instance.new('LocalScript', TextButton_7)
  2054.  
  2055. local button = script.Parent
  2056.  
  2057. function leftClick()
  2058. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(205, 38, 200011)
  2059. end
  2060.  
  2061. button.MouseButton1Click:Connect(leftClick)
  2062. end
  2063. coroutine.wrap(NPTG_fake_script)()
  2064. local function NHRGVC_fake_script() -- TextButton_8.LocalScript
  2065. local script = Instance.new('LocalScript', TextButton_8)
  2066.  
  2067. local button = script.Parent
  2068.  
  2069. function leftClick()
  2070. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(72, 139, -686)
  2071. end
  2072.  
  2073. button.MouseButton1Click:Connect(leftClick)
  2074. end
  2075. coroutine.wrap(NHRGVC_fake_script)()
  2076. local function QALRU_fake_script() -- TextButton_9.LocalScript
  2077. local script = Instance.new('LocalScript', TextButton_9)
  2078.  
  2079. local button = script.Parent
  2080.  
  2081. function leftClick()
  2082. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-275, 26, -21)
  2083. end
  2084.  
  2085. button.MouseButton1Click:Connect(leftClick)
  2086. end
  2087. coroutine.wrap(QALRU_fake_script)()
  2088. local function AOSAXLW_fake_script() -- TextButton_10.LocalScript
  2089. local script = Instance.new('LocalScript', TextButton_10)
  2090.  
  2091. local button = script.Parent
  2092.  
  2093. function leftClick()
  2094. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(482, 48, -620)
  2095. end
  2096.  
  2097. button.MouseButton1Click:Connect(leftClick)
  2098. end
  2099. coroutine.wrap(AOSAXLW_fake_script)()
  2100. local function XXYN_fake_script() -- TextButton_11.LocalScript
  2101. local script = Instance.new('LocalScript', TextButton_11)
  2102.  
  2103. local button = script.Parent
  2104.  
  2105. function leftClick()
  2106. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-581, 8, -735)
  2107. end
  2108.  
  2109. button.MouseButton1Click:Connect(leftClick)
  2110. end
  2111. coroutine.wrap(XXYN_fake_script)()
  2112. local function IGPQZ_fake_script() -- TextButton_12.LocalScript
  2113. local script = Instance.new('LocalScript', TextButton_12)
  2114.  
  2115. local button = script.Parent
  2116.  
  2117. function leftClick()
  2118. game:service 'Players'.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-872, -38, -585)
  2119. end
  2120.  
  2121. button.MouseButton1Click:Connect(leftClick)
  2122. end
  2123. coroutine.wrap(IGPQZ_fake_script)()
  2124. local function XGCD_fake_script() -- Search_2.LocalScript
  2125. local script = Instance.new('LocalScript', Search_2)
  2126.  
  2127. local usname = script.Parent.username
  2128.  
  2129. local button = script.Parent.searchBTN
  2130. local cash = script.Parent.cash
  2131. local wanted = script.Parent.wanted
  2132.  
  2133. function leftClick()
  2134. local fuckkk = script.Parent.UserIMG
  2135. local aaakakakkakaka = script.Parent.TextBox.Text
  2136. local player = game:GetService("Players")[aaakakakkakaka]
  2137.  
  2138. local userId = player.UserId
  2139.  
  2140. local thumbType = Enum.ThumbnailType.AvatarBust
  2141.  
  2142. local thumbSize = Enum.ThumbnailSize.Size420x420
  2143.  
  2144. local content, isReady = game.Players:GetUserThumbnailAsync(userId, thumbType, thumbSize)
  2145.  
  2146. fuckkk.Image = content
  2147.  
  2148. usname.Text = "Username: " .. tostring(aaakakakkakaka)
  2149. cash.Text = "Money: " .. game:GetService("Players")[tostring(aaakakakkakaka)].DataFolder.Currency.Value
  2150. wanted.Text = "Wanted: " ..
  2151. game:GetService("Players")[tostring(aaakakakkakaka)].DataFolder.Information.Wanted
  2152. .Value
  2153. end
  2154.  
  2155. button.MouseButton1Click:Connect(leftClick)
  2156. end
  2157. coroutine.wrap(XGCD_fake_script)()
  2158. local function PJUHTHR_fake_script() -- Main.LocalScript
  2159. local script = Instance.new('LocalScript', Main)
  2160.  
  2161. local s = script.Parent.Parent.Main
  2162.  
  2163. s.Draggable = true
  2164. s.Active = true
  2165. s.Selectable = true
  2166. end
  2167. coroutine.wrap(PJUHTHR_fake_script)()
  2168.  
  2169. end
  2170.  
  2171. for i, v in pairs(getgenv().alts) do
  2172.  
  2173. if v == game.Players.LocalPlayer.UserId then
  2174.  
  2175. Clip = false
  2176.  
  2177. local speaker = game.Players.LocalPlayer
  2178. wait(0.1)
  2179. local function NoclipLoop()
  2180. if Clip == false and speaker.Character ~= nil then
  2181. for _, child in pairs(speaker.Character:GetDescendants()) do
  2182. if child:IsA("BasePart") and child.CanCollide == true and child.Name ~= floatName then
  2183. child.CanCollide = false
  2184. end
  2185. end
  2186. end
  2187. end
  2188. Noclipping = game:GetService('RunService').Stepped:Connect(NoclipLoop)
  2189. workspace:FindFirstChildOfClass('Terrain').WaterWaveSize = 0
  2190. workspace:FindFirstChildOfClass('Terrain').WaterWaveSpeed = 0
  2191. workspace:FindFirstChildOfClass('Terrain').WaterReflectance = 0
  2192. workspace:FindFirstChildOfClass('Terrain').WaterTransparency = 0
  2193. game:GetService("Lighting").GlobalShadows = false
  2194. game:GetService("Lighting").FogEnd = 9e9
  2195. settings().Rendering.QualityLevel = 1
  2196. for i, v in pairs(game:GetDescendants()) do
  2197. if v:IsA("Part") or v:IsA("UnionOperation") or v:IsA("MeshPart") or v:IsA("CornerWedgePart") or
  2198. v:IsA("TrussPart") then
  2199. v.Material = "Plastic"
  2200. v.Reflectance = 0
  2201. elseif v:IsA("Decal") then
  2202. v.Transparency = 1
  2203. elseif v:IsA("ParticleEmitter") or v:IsA("Trail") then
  2204. v.Lifetime = NumberRange.new(0)
  2205. elseif v:IsA("Explosion") then
  2206. v.BlastPressure = 1
  2207. v.BlastRadius = 1
  2208. end
  2209. end
  2210. for i, v in pairs(game:GetService("Lighting"):GetDescendants()) do
  2211. if v:IsA("BlurEffect") or v:IsA("SunRaysEffect") or v:IsA("ColorCorrectionEffect") or
  2212. v:IsA("BloomEffect") or v:IsA("DepthOfFieldEffect") then
  2213. v.Enabled = false
  2214. end
  2215. end
  2216. workspace.DescendantAdded:Connect(function(child)
  2217. coroutine.wrap(function()
  2218. if child:IsA('ForceField') then
  2219. game:GetService('RunService').Heartbeat:Wait()
  2220. child:Destroy()
  2221. elseif child:IsA('Sparkles') then
  2222. game:GetService('RunService').Heartbeat:Wait()
  2223. child:Destroy()
  2224. elseif child:IsA('Smoke') or child:IsA('Fire') then
  2225. game:GetService('RunService').Heartbeat:Wait()
  2226. child:Destroy()
  2227. end
  2228. end)()
  2229. end)
  2230.  
  2231. local timeBegan = tick()
  2232. for i, v in ipairs(workspace:GetDescendants()) do
  2233. if v:IsA("BasePart") then
  2234. v.Material = "SmoothPlastic"
  2235. end
  2236. end
  2237. for i, v in ipairs(game:GetService("Lighting"):GetChildren()) do
  2238. v:Destroy()
  2239. end
  2240. local timeEnd = tick() - timeBegan
  2241. local timeMS = math.floor(timeEnd * 1000)
  2242.  
  2243. local decalsyeeted = true -- Leaving this on makes games look shitty but the fps goes up by at least 20.
  2244. local g = game
  2245. local w = g.Workspace
  2246. local l = g.Lighting
  2247. local t = w.Terrain
  2248. t.WaterWaveSize = 0
  2249. t.WaterWaveSpeed = 0
  2250. t.WaterReflectance = 0
  2251. t.WaterTransparency = 0
  2252. l.GlobalShadows = false
  2253. l.FogEnd = 9e9
  2254. l.Brightness = 0
  2255. settings().Rendering.QualityLevel = "Level01"
  2256. for i, v in pairs(g:GetDescendants()) do
  2257. if v:IsA("Part") or v:IsA("Union") or v:IsA("CornerWedgePart") or v:IsA("TrussPart") then
  2258. v.Material = "Plastic"
  2259. v.Reflectance = 0
  2260. elseif v:IsA("Decal") or v:IsA("Texture") and decalsyeeted then
  2261. v.Transparency = 1
  2262. elseif v:IsA("ParticleEmitter") or v:IsA("Trail") then
  2263. v.Lifetime = NumberRange.new(0)
  2264. elseif v:IsA("Explosion") then
  2265. v.BlastPressure = 1
  2266. v.BlastRadius = 1
  2267. elseif v:IsA("Fire") or v:IsA("SpotLight") or v:IsA("Smoke") then
  2268. v.Enabled = false
  2269. elseif v:IsA("MeshPart") then
  2270. v.Material = "Plastic"
  2271. v.Reflectance = 0
  2272. v.TextureID = 10385902758728957
  2273. end
  2274. end
  2275. for i, e in pairs(l:GetChildren()) do
  2276. if e:IsA("BlurEffect") or e:IsA("SunRaysEffect") or e:IsA("ColorCorrectionEffect") or
  2277. e:IsA("BloomEffect") or e:IsA("DepthOfFieldEffect") then
  2278. e.Enabled = false
  2279. end
  2280. end
  2281.  
  2282. local decalsyeeted = true -- Leaving this on makes games look shitty but the fps goes up by at least 20.
  2283. local g = game
  2284. local w = g.Workspace
  2285. local l = g.Lighting
  2286. local t = w.Terrain
  2287. t.WaterWaveSize = 0
  2288. t.WaterWaveSpeed = 0
  2289. t.WaterReflectance = 0
  2290. t.WaterTransparency = 0
  2291. l.GlobalShadows = false
  2292. l.FogEnd = 9e9
  2293. l.Brightness = 0
  2294. settings().Rendering.QualityLevel = "Level01"
  2295. for i, v in pairs(g:GetDescendants()) do
  2296. if v:IsA("Part") or v:IsA("Union") or v:IsA("CornerWedgePart") or v:IsA("TrussPart") then
  2297. v.Material = "Plastic"
  2298. v.Reflectance = 0
  2299. elseif v:IsA("Decal") or v:IsA("Texture") and decalsyeeted then
  2300. v.Transparency = 1
  2301. elseif v:IsA("ParticleEmitter") or v:IsA("Trail") then
  2302. v.Lifetime = NumberRange.new(0)
  2303. elseif v:IsA("Explosion") then
  2304. v.BlastPressure = 1
  2305. v.BlastRadius = 1
  2306. elseif v:IsA("Fire") or v:IsA("SpotLight") or v:IsA("Smoke") then
  2307. v.Enabled = false
  2308. elseif v:IsA("MeshPart") then
  2309. v.Material = "Plastic"
  2310. v.Reflectance = 0
  2311. v.TextureID = 10385902758728957
  2312. end
  2313. end
  2314. for i, e in pairs(l:GetChildren()) do
  2315. if e:IsA("BlurEffect") or e:IsA("SunRaysEffect") or e:IsA("ColorCorrectionEffect") or
  2316. e:IsA("BloomEffect") or e:IsA("DepthOfFieldEffect") then
  2317. e.Enabled = false
  2318. end
  2319. end
  2320.  
  2321. function RandomVariable(length)
  2322. local res = ""
  2323. for i = 1, length do
  2324. res = res .. string.char(math.random(97, 122))
  2325. end
  2326. return res
  2327. end
  2328.  
  2329. -- Gui to Lua
  2330. -- Version: 3.2
  2331. game:GetService("RunService"):Set3dRenderingEnabled(false)
  2332. -- Instances:
  2333.  
  2334. local PSiwshuwDUItgsuiz = Instance.new("ScreenGui")
  2335. local Frame = Instance.new("Frame")
  2336. local TextLabel = Instance.new("TextLabel")
  2337. local TextButton = Instance.new("TextButton")
  2338. local UICorner = Instance.new("UICorner")
  2339. local TextButton_2 = Instance.new("TextButton")
  2340. local UICorner_2 = Instance.new("UICorner")
  2341. local TextButton_3 = Instance.new("TextButton")
  2342. local UICorner_3 = Instance.new("UICorner")
  2343. local TextLabel_2 = Instance.new("TextLabel")
  2344. local TextLabel_3 = Instance.new("TextLabel")
  2345. local TextLabel_4 = Instance.new("TextLabel")
  2346.  
  2347. -- Properties:
  2348.  
  2349. PSiwshuwDUItgsuiz.Name = RandomVariable(20)
  2350. PSiwshuwDUItgsuiz.Parent = game.CoreGui
  2351. PSiwshuwDUItgsuiz.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  2352. PSiwshuwDUItgsuiz.IgnoreGuiInset = true
  2353. Frame.Parent = PSiwshuwDUItgsuiz
  2354. Frame.AnchorPoint = Vector2.new(0.5, 0.5)
  2355. Frame.BackgroundColor3 = Color3.fromRGB(31, 31, 31)
  2356. Frame.Position = UDim2.new(0.5, 0, 0.5, 0)
  2357. Frame.Size = UDim2.new(1, 0, 1, 36)
  2358.  
  2359. TextLabel.Parent = Frame
  2360. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  2361. TextLabel.BackgroundTransparency = 1.000
  2362. TextLabel.BorderSizePixel = 0
  2363. TextLabel.Position = UDim2.new(0.379002213, 0, 0.0237247907, 0)
  2364. TextLabel.Size = UDim2.new(0, 325, 0, 54)
  2365. TextLabel.Font = Enum.Font.Code
  2366. TextLabel.Text = "Bedrock's Controll v1"
  2367. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  2368. TextLabel.TextScaled = true
  2369. TextLabel.TextSize = 14.000
  2370. TextLabel.TextWrapped = true
  2371.  
  2372. TextButton.Parent = Frame
  2373. TextButton.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  2374. TextButton.Position = UDim2.new(0.161833167, 0, 0.12319342, 0)
  2375. TextButton.Size = UDim2.new(0, 274, 0, 72)
  2376. TextButton.Font = Enum.Font.Code
  2377. TextButton.Text = " Copy Discord "
  2378. TextButton.TextColor3 = Color3.fromRGB(220, 220, 220)
  2379. TextButton.TextScaled = true
  2380. TextButton.TextSize = 14.000
  2381. TextButton.TextWrapped = true
  2382.  
  2383. UICorner.Parent = TextButton
  2384.  
  2385. TextButton_2.Parent = Frame
  2386. TextButton_2.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  2387. TextButton_2.Position = UDim2.new(0.397871882, 0, 0.12319342, 0)
  2388. TextButton_2.Size = UDim2.new(0, 274, 0, 72)
  2389. TextButton_2.Font = Enum.Font.Code
  2390. TextButton_2.Text = " Copy Group "
  2391. TextButton_2.TextColor3 = Color3.fromRGB(220, 220, 220)
  2392. TextButton_2.TextScaled = true
  2393. TextButton_2.TextSize = 14.000
  2394. TextButton_2.TextWrapped = true
  2395.  
  2396. UICorner_2.Parent = TextButton_2
  2397.  
  2398. TextButton_3.Parent = Frame
  2399. TextButton_3.BackgroundColor3 = Color3.fromRGB(43, 43, 43)
  2400. TextButton_3.Position = UDim2.new(0.633166015, 0, 0.12319342, 0)
  2401. TextButton_3.Size = UDim2.new(0, 274, 0, 72)
  2402. TextButton_3.Font = Enum.Font.Code
  2403. TextButton_3.Text = " Leave Game "
  2404. TextButton_3.TextColor3 = Color3.fromRGB(220, 220, 220)
  2405. TextButton_3.TextScaled = true
  2406. TextButton_3.TextSize = 14.000
  2407. TextButton_3.TextWrapped = true
  2408.  
  2409. UICorner_3.Parent = TextButton_3
  2410.  
  2411. TextLabel_2.Parent = Frame
  2412. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  2413. TextLabel_2.BackgroundTransparency = 1.000
  2414. TextLabel_2.BorderSizePixel = 0
  2415. TextLabel_2.Position = UDim2.new(0.378997803, 0, 0.869513631, 0)
  2416. TextLabel_2.Size = UDim2.new(0, 325, 0, 54)
  2417. TextLabel_2.Font = Enum.Font.Code
  2418. TextLabel_2.Text = "Version 1"
  2419. TextLabel_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  2420. TextLabel_2.TextScaled = true
  2421. TextLabel_2.TextSize = 14.000
  2422. TextLabel_2.TextWrapped = true
  2423.  
  2424. TextLabel_3.Parent = Frame
  2425. TextLabel_3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  2426. TextLabel_3.BackgroundTransparency = 1.000
  2427. TextLabel_3.BorderSizePixel = 0
  2428. TextLabel_3.Position = UDim2.new(0.161833152, 0, 0.290628701, 0)
  2429. TextLabel_3.Size = UDim2.new(0, 907, 0, 54)
  2430. TextLabel_3.Font = Enum.Font.Code
  2431. TextLabel_3.Text = "Name: HOLDERRR"
  2432. TextLabel_3.TextColor3 = Color3.fromRGB(255, 255, 255)
  2433. TextLabel_3.TextSize = 49.000
  2434. TextLabel_3.TextWrapped = true
  2435. TextLabel_3.TextXAlignment = Enum.TextXAlignment.Left
  2436.  
  2437. TextLabel_4.Parent = Frame
  2438. TextLabel_4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  2439. TextLabel_4.BackgroundTransparency = 1.000
  2440. TextLabel_4.BorderSizePixel = 0
  2441. TextLabel_4.Position = UDim2.new(0.161833152, 0, 0.371293008, 0)
  2442. TextLabel_4.Size = UDim2.new(0, 907, 0, 54)
  2443. TextLabel_4.Font = Enum.Font.Code
  2444. TextLabel_4.Text = "Money: HOLDER"
  2445. TextLabel_4.TextColor3 = Color3.fromRGB(255, 255, 255)
  2446. TextLabel_4.TextSize = 49.000
  2447. TextLabel_4.TextWrapped = true
  2448. TextLabel_4.TextXAlignment = Enum.TextXAlignment.Left
  2449.  
  2450. -- Scripts:
  2451.  
  2452. local function XCBMJ_fake_script() -- Frame.LocalScript
  2453. local script = Instance.new('LocalScript', Frame)
  2454.  
  2455. local StarterGui = game:GetService("StarterGui")
  2456. StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Health, false)
  2457.  
  2458. local StarterGui = game:GetService("StarterGui")
  2459. StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.All, false)
  2460.  
  2461. local StarterGui = game:GetService("StarterGui")
  2462. StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.All, false)
  2463. StarterGui:SetCoreGuiEnabled(Enum.CoreGuiType.Chat, false)
  2464.  
  2465. local StarterGui = game:GetService("StarterGui")
  2466. StarterGui:SetCore("TopbarEnabled", false)
  2467.  
  2468. local UIS = game:GetService("UserInputService")
  2469. UIS.ModalEnabled = true
  2470. end
  2471. coroutine.wrap(XCBMJ_fake_script)()
  2472. local function PPEQE_fake_script() -- TextButton.LocalScript
  2473. local script = Instance.new('LocalScript', TextButton)
  2474.  
  2475. local button = script.Parent
  2476.  
  2477. function leftClick()
  2478. setclipboard("https://discord.gg/roblox")
  2479. end
  2480.  
  2481. button.MouseButton1Click:Connect(leftClick)
  2482. end
  2483. coroutine.wrap(PPEQE_fake_script)()
  2484. local function CDDHNKJ_fake_script() -- TextButton_2.LocalScript
  2485. local script = Instance.new('LocalScript', TextButton_2)
  2486.  
  2487. local button = script.Parent
  2488.  
  2489. function leftClick()
  2490. setclipboard(
  2491. "https://www.roblox.com/1")
  2492. end
  2493.  
  2494. button.MouseButton1Click:Connect(leftClick)
  2495. end
  2496. coroutine.wrap(CDDHNKJ_fake_script)()
  2497. local function RUQFMCI_fake_script() -- TextButton_3.LocalScript
  2498. local script = Instance.new('LocalScript', TextButton_3)
  2499.  
  2500. local button = script.Parent
  2501.  
  2502. function leftClick()
  2503. game.Players.LocalPlayer:Kick('Left game succcessfully.')
  2504. end
  2505.  
  2506. button.MouseButton1Click:Connect(leftClick)
  2507. end
  2508. coroutine.wrap(RUQFMCI_fake_script)()
  2509. local function PJZGR_fake_script() -- TextLabel_3.LocalScript
  2510. local script = Instance.new('LocalScript', TextLabel_3)
  2511.  
  2512. local text = script.Parent
  2513.  
  2514. text.Text = "Name: " .. game.Players.LocalPlayer.Name
  2515. end
  2516. coroutine.wrap(PJZGR_fake_script)()
  2517. local function WDTSQEC_fake_script() -- TextLabel_4.LocalScript
  2518. local script = Instance.new('LocalScript', TextLabel_4)
  2519.  
  2520. local text = script.Parent
  2521.  
  2522. while wait() do
  2523. text.Text = "Money: " ..
  2524. game:GetService("Players").LocalPlayer.PlayerGui.MainScreenGui.MoneyText.Text
  2525. end
  2526. end
  2527. coroutine.wrap(WDTSQEC_fake_script)()
  2528.  
  2529. local RunService = game:GetService("RunService")
  2530. local MaxFPS = getgenv().altFPS
  2531. while true do
  2532. local t0 = tick()
  2533. RunService.Heartbeat:Wait()
  2534. repeat
  2535. until (t0 + 1 / MaxFPS) < tick()
  2536. end
  2537. end
  2538. end
  2539.  
  2540. else
  2541. game.Players.LocalPlayer:Kick("Only VBET.")
  2542. end
Add Comment
Please, Sign In to add comment