Guest User

Untitled

a guest
Mar 23rd, 2019
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 432.47 KB | None | 0 0
  1.  
  2. local RobloxExploit = Instance.new("ScreenGui")
  3. local MainGUI = Instance.new("Frame")
  4. local Shattervast = Instance.new("TextButton")
  5. local TextLabel = Instance.new("TextLabel")
  6. local close = Instance.new("TextButton")
  7. local RoseHub = Instance.new("TextButton")
  8. local ESP = Instance.new("TextButton")
  9. local Reviz = Instance.new("TextButton")
  10. local Fly = Instance.new("TextButton")
  11. local Vehicle = Instance.new("TextButton")
  12. local Pepsi = Instance.new("TextButton")
  13. local Lumber = Instance.new("TextButton")
  14. local Raindrop = Instance.new("TextButton")
  15. local Btools = Instance.new("TextButton")
  16. local opengui = Instance.new("Frame")
  17. local TextButton = Instance.new("TextButton")
  18. --Properties:
  19. RobloxExploit.Name = "RobloxExploit"
  20. RobloxExploit.Parent = game.CoreGui
  21.  
  22. MainGUI.Active = true
  23. MainGUI.Draggable = true
  24.  
  25. MainGUI.Name = "MainGUI"
  26. MainGUI.Parent = RobloxExploit
  27. MainGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  28. MainGUI.Position = UDim2.new(0.33164373, 0, 0.0856389999, 0)
  29. MainGUI.Size = UDim2.new(0, 367, 0, 402)
  30. MainGUI.Visible = false
  31.  
  32. Shattervast.Name = "Shattervast"
  33. Shattervast.Parent = MainGUI
  34. Shattervast.BackgroundColor3 = Color3.new(1, 1, 1)
  35. Shattervast.Position = UDim2.new(0, 0, 0.728855729, 0)
  36. Shattervast.Size = UDim2.new(0, 174, 0, 40)
  37. Shattervast.Font = Enum.Font.SourceSansLight
  38. Shattervast.Text = "Shattervast"
  39. Shattervast.TextColor3 = Color3.new(0, 0, 0)
  40. Shattervast.TextScaled = true
  41. Shattervast.TextSize = 14
  42. Shattervast.TextWrapped = true
  43. Shattervast.MouseButton1Click:connect(function()
  44. -- By illremember#3799
  45.  
  46. -- Important Loading
  47. trueSettings = {
  48. commandPrefix = ";";
  49. hotkeys = {};
  50. fchotkeymode = "unfc";
  51. }
  52.  
  53. -- Important Variables
  54. gsPlayers = game:GetService("Players")
  55. gsWorkspace = game:GetService("Workspace")
  56. gsLighting = game:GetService("Lighting")
  57. gsReplicatedStorage = game:GetService("ReplicatedStorage")
  58. gsCoreGui = game:GetService("CoreGui")
  59. gsTween = game:GetService("TweenService")
  60. gsHttp = game:GetService("HttpService")
  61.  
  62. LP = gsPlayers.LocalPlayer
  63. Mouse = LP:GetMouse()
  64.  
  65. defaultSettings = gsHttp:JSONEncode(trueSettings)
  66. function CreateSave()
  67. writefile("Shattervast.txt", defaultSettings)
  68. wait(0.5)
  69. local content = readfile("Shattervast.txt")
  70. local trueValue = gsHttp:JSONDecode(content)
  71. commandPrefix = trueValue.commandPrefix
  72. hotkeys = trueValue.hotkeys
  73. fchotkeymode = trueValue.fchotkeymode
  74. end
  75. function fullUpdate()
  76. local updatedSettings = {
  77. commandPrefix = commandPrefix;
  78. hotkeys = hotkeys;
  79. fchotkeymode = fchotkeymode;
  80. }
  81. local fullUPDATED = gsHttp:JSONEncode(updatedSettings)
  82. wait(0.2)
  83. writefile("Shattervast.txt", fullUPDATED)
  84. end
  85. if writefile ~= nil then
  86. function builder()
  87. local TESTsave = readfile("Shattervast.txt")
  88. if TESTsave == nil then
  89. return false
  90. else
  91. return true
  92. end
  93. end
  94. local success, message = pcall(builder)
  95. if success == true then
  96. function reader()
  97. local content = readfile("Shattervast.txt")
  98. local trueValue = gsHttp:JSONDecode(content)
  99. commandPrefix = trueValue.commandPrefix
  100. hotkeys = trueValue.hotkeys
  101. if trueValue.fchotkeymode == nil then
  102. fchotkeymode = "unfc"
  103. fullUpdate()
  104. else
  105. fchotkeymode = trueValue.fchotkeymode
  106. end
  107. end
  108. reader()
  109. elseif success == false then
  110. CreateSave()
  111. end
  112. else
  113. commandPrefix = ";"
  114. hotkeys = {}
  115. fchotkeymode = "unfc"
  116. end
  117.  
  118. CurrentGravity = gsWorkspace.Gravity
  119. CurrentWalkspeed = LP.Character.Humanoid.WalkSpeed
  120. CurrentJumppower = LP.Character.Humanoid.JumpPower
  121. CurrentHipheight = LP.Character.Humanoid.HipHeight
  122. CurrentNormal = LP.DevCameraOcclusionMode
  123.  
  124. gsWorkspace.Camera.Changed:Connect(function()
  125. gsWorkspace.Camera.FieldOfView = 70
  126. end)
  127.  
  128. -- Important Functions
  129. function view(plr)
  130. if plr.Character.Humanoid ~= nil then
  131. gsWorkspace.CurrentCamera.CameraSubject = plr.Character.Humanoid
  132. else
  133. gsWorkspace.CurrentCamera.CameraSubject = plr.Character.Head
  134. end
  135. end
  136. function unlockWS()
  137. for i,part in pairs(gsWorkspace:GetDescendants()) do
  138. if part:IsA("Part") then
  139. part.Locked = false
  140. end
  141. end
  142. end
  143. function lockWS()
  144. for i,part in pairs(gsWorkspace:GetDescendants()) do
  145. if part:IsA("Part") then
  146. part.Locked = true
  147. end
  148. end
  149. end
  150. function FEGodmode()
  151. local changeview = false
  152. if gsWorkspace.CurrentCamera.CameraSubject == LP.Character.Humanoid or gsWorkspace.CurrentCamera.CameraSubject == LP.Character then
  153. changeview = true
  154. end
  155. LP.Character.Humanoid.Name = 1
  156. local l = LP.Character["1"]:Clone()
  157. l.Parent = LP.Character
  158. l.Name = "Humanoid"
  159. wait(0.1)
  160. LP.Character["1"]:Destroy()
  161. if changeview then
  162. game:GetService("Workspace").CurrentCamera.CameraSubject = LP.Character
  163. end
  164. LP.Character.Animate.Disabled = true
  165. wait(0.1)
  166. LP.Character.Animate.Disabled = false
  167. LP.Character.Humanoid.DisplayDistanceType = "None"
  168. end
  169. function RocketPropulsion(maxthrust,maxspeed,thrustp,targetplr,name)
  170. local l = Instance.new("RocketPropulsion")
  171. l.Parent = LP.Character.HumanoidRootPart
  172. l.CartoonFactor = 1
  173. l.MaxThrust = maxthrust
  174. l.MaxSpeed = maxspeed
  175. l.ThrustP = thrustp
  176. l.Name = name
  177. l.Target = targetplr.Character.HumanoidRootPart
  178. l:Fire()
  179. end
  180. function createIntro(style, msg, length)
  181. if gsCoreGui:FindFirstChild("Notification") then
  182. gsCoreGui:FindFirstChild("Notification"):Destroy()
  183. end
  184. local info = "http://www.roblox.com/asset/?id=1281284684"
  185. local warning = "http://www.roblox.com/asset/?id=1281286925"
  186. if style == "info" then
  187. style = info
  188. elseif style == "warning" then
  189. style = warning
  190. end
  191. local Notification = Instance.new("ScreenGui")
  192. local Frame = Instance.new("Frame")
  193. local TextLabel = Instance.new("TextLabel")
  194. local IMAGE = Instance.new("ImageLabel")
  195. Notification.Name = "Notification"
  196. Notification.Parent = gsCoreGui
  197. Frame.Parent = Notification
  198. Frame.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  199. Frame.BackgroundTransparency = 0.20000000298023
  200. Frame.BorderSizePixel = 0
  201. Frame.Position = UDim2.new(0, 0, -0.2, 0)
  202. Frame.Size = UDim2.new(1, 0, 0, 30)
  203. TextLabel.Parent = Frame
  204. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  205. TextLabel.BackgroundTransparency = 1
  206. TextLabel.Size = UDim2.new(1, 0, 1, 0)
  207. TextLabel.Font = Enum.Font.SourceSansLight
  208. TextLabel.Text = msg
  209. TextLabel.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  210. TextLabel.TextScaled = true
  211. TextLabel.TextSize = 14
  212. TextLabel.TextWrapped = true
  213. IMAGE.Parent = Frame
  214. IMAGE.BackgroundTransparency = 1
  215. IMAGE.Size = UDim2.new(0, 50, 0, 50)
  216. IMAGE.Position = UDim2.new(0.1, 0, 0, 0)
  217. IMAGE.Image = style
  218. local Intro = Instance.new("ScreenGui")
  219. local Frame2 = Instance.new("Frame")
  220. local IMAGE2 = Instance.new("ImageLabel")
  221. Intro.Name = "Intro"
  222. Intro.Parent = gsCoreGui
  223. Frame2.Parent = Intro
  224. Frame2.BackgroundTransparency = 1
  225. Frame2.BorderSizePixel = 0
  226. Frame2.Position = UDim2.new(0, 0, -0.2, 0)
  227. Frame2.Size = UDim2.new(1, 0, 0, 30)
  228. IMAGE2.Parent = Frame
  229. IMAGE2.BackgroundTransparency = 1
  230. IMAGE2.AnchorPoint = Vector2.new(0.5, 0)
  231. IMAGE2.Size = UDim2.new(0, 240, 0, 120)
  232. IMAGE2.Position = UDim2.new(0.5, 0, 0, 0)
  233. IMAGE2.Image = "http://www.roblox.com/asset/?id=1795472522"
  234. Frame2:TweenPosition(UDim2.new(0, 0, 0, 200), "Out", "Quad", 1.5)
  235. Frame:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Quad", 1.5)
  236. wait(length)
  237. pcall(function()
  238. Frame:TweenPosition(UDim2.new(0, 0, -1.5, 0), "Out", "Quad", 3)
  239. Frame2:TweenPosition(UDim2.new(0, 0, -1.5, 0), "Out", "Quad", 3)
  240. end)
  241. wait(3.01)
  242. Intro:Destroy()
  243. Notification:Destroy()
  244. end
  245. function Notification(style, msg, length)
  246. if gsCoreGui:FindFirstChild("Notification") then
  247. gsCoreGui:FindFirstChild("Notification"):Destroy()
  248. end
  249. local info = "http://www.roblox.com/asset/?id=1281284684"
  250. local warning = "http://www.roblox.com/asset/?id=1281286925"
  251. if style == "info" then
  252. style = info
  253. elseif style == "warning" then
  254. style = warning
  255. end
  256. local Notification = Instance.new("ScreenGui")
  257. local Frame = Instance.new("Frame")
  258. local TextLabel = Instance.new("TextLabel")
  259. local IMAGE = Instance.new("ImageLabel")
  260. Notification.Name = "Notification"
  261. Notification.Parent = gsCoreGui
  262. Frame.Parent = Notification
  263. Frame.BackgroundColor3 = Color3.new(0.164706, 0.164706, 0.164706)
  264. Frame.BackgroundTransparency = 0.20000000298023
  265. Frame.BorderSizePixel = 0
  266. Frame.Position = UDim2.new(0, 0, -0.2, 0)
  267. Frame.Size = UDim2.new(1, 0, 0, 30)
  268. TextLabel.Parent = Frame
  269. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  270. TextLabel.BackgroundTransparency = 1
  271. TextLabel.Size = UDim2.new(1, 0, 1, 0)
  272. TextLabel.Font = Enum.Font.SourceSansLight
  273. TextLabel.Text = msg
  274. TextLabel.TextColor3 = Color3.new(0.905882, 0.905882, 0.905882)
  275. TextLabel.TextScaled = true
  276. TextLabel.TextSize = 14
  277. TextLabel.TextWrapped = true
  278. IMAGE.Parent = Frame
  279. IMAGE.BackgroundTransparency = 1
  280. IMAGE.Size = UDim2.new(0, 50, 0, 50)
  281. IMAGE.Position = UDim2.new(0.1, 0, 0, 0)
  282. IMAGE.Image = style
  283. Frame:TweenPosition(UDim2.new(0, 0, 0, 0), "Out", "Quad", 1.5)
  284. wait(length)
  285. pcall(function()
  286. Frame:TweenPosition(UDim2.new(0, 0, -1.5, 0), "Out", "Quad", 3)
  287. end)
  288. wait(3.01)
  289. Notification:Destroy()
  290. end
  291. function hasTools()
  292. local a = false
  293. local b = false
  294. for i,v in pairs(LP.Character:GetDescendants()) do
  295. if v:IsA("Tool") then
  296. if v ~= nil then
  297. a = true
  298. else
  299. a = false
  300. end
  301. end
  302. end
  303. for i,k in pairs(LP.Backpack:GetDescendants()) do
  304. if k:IsA("Tool") then
  305. if k ~= nil then
  306. b = true
  307. else
  308. b = false
  309. end
  310. end
  311. end
  312. return a or b
  313. end
  314. Compliments = {" is the coolest person in this server!", ", I really like your avatar!", ", I really want to be your friend!", " is truly amazing. Truly!", " is incredible!", ", you are my favourite here!!", ", I am complimenting you right now at this very moment.", " you are really awesome", " when will you be my friend!?", " is such a great person", " is a fantastic person!"}
  315. function complimentplr(player)
  316. local plrName = player.Name
  317. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(plrName..Compliments[math.random(1, #Compliments)], "All")
  318. end
  319. function createINFO(player)
  320. local InfoGUIv2 = Instance.new("ScreenGui")
  321. local Frame = Instance.new("Frame")
  322. local Frame_2 = Instance.new("Frame")
  323. local infoguiCLOSE = Instance.new("TextButton")
  324. local Frame_3 = Instance.new("Frame")
  325. local playerName = Instance.new("TextLabel")
  326. local Frame_4 = Instance.new("Frame")
  327. local playerAvatar = Instance.new("ImageLabel")
  328. local playerAccAge = Instance.new("TextLabel")
  329. local playerId = Instance.new("TextLabel")
  330. local playerOs = Instance.new("TextLabel")
  331. local playerMembership = Instance.new("TextLabel")
  332. local Frame_5 = Instance.new("Frame")
  333. local Frame_6 = Instance.new("Frame")
  334. InfoGUIv2.Name = "InfoGUIv2"
  335. InfoGUIv2.Parent = gsCoreGui
  336. Frame.Parent = InfoGUIv2
  337. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  338. Frame.BackgroundTransparency = 1
  339. Frame.BorderColor3 = Color3.new(0, 0, 0)
  340. Frame.ClipsDescendants = true
  341. Frame.Position = UDim2.new(0.45, 0, 1, 0)
  342. Frame.Size = UDim2.new(0, 265, 0, 302)
  343. Frame.ZIndex = -1
  344. Frame_2.Parent = Frame
  345. Frame_2.BackgroundColor3 = Color3.new(0.290196, 0, 0.447059)
  346. Frame_2.BorderSizePixel = 0
  347. Frame_2.Size = UDim2.new(0, 260, 0, 20)
  348. infoguiCLOSE.Name = "infoguiCLOSE"
  349. infoguiCLOSE.Parent = Frame_2
  350. infoguiCLOSE.BackgroundColor3 = Color3.new(1, 1, 1)
  351. infoguiCLOSE.BackgroundTransparency = 1
  352. infoguiCLOSE.BorderSizePixel = 0
  353. infoguiCLOSE.Position = UDim2.new(0, 230, 0, 0)
  354. infoguiCLOSE.Size = UDim2.new(0, 30, 0, 20)
  355. infoguiCLOSE.Font = Enum.Font.SourceSansBold
  356. infoguiCLOSE.Text = "X"
  357. infoguiCLOSE.TextColor3 = Color3.new(0.992157, 0.992157, 0.992157)
  358. infoguiCLOSE.TextSize = 20
  359. Frame_3.Parent = Frame
  360. Frame_3.BackgroundColor3 = Color3.new(0.482353, 0.121569, 0.635294)
  361. Frame_3.BorderSizePixel = 0
  362. Frame_3.Position = UDim2.new(0, 0, 0, 20)
  363. Frame_3.Size = UDim2.new(0, 260, 0, 40)
  364. playerName.Name = "playerName"
  365. playerName.Parent = Frame_3
  366. playerName.BackgroundColor3 = Color3.new(1, 1, 1)
  367. playerName.BackgroundTransparency = 1
  368. playerName.Position = UDim2.new(0, 10, 0, 5)
  369. playerName.Size = UDim2.new(0, 240, 0, 30)
  370. playerName.Font = Enum.Font.SourceSansLight
  371. playerName.Text = player.Name
  372. playerName.TextColor3 = Color3.new(0.988235, 0.988235, 0.988235)
  373. playerName.TextScaled = true
  374. playerName.TextSize = 14
  375. playerName.TextWrapped = true
  376. Frame_4.Parent = Frame
  377. Frame_4.BackgroundColor3 = Color3.new(0.956863, 0.956863, 0.956863)
  378. Frame_4.BorderSizePixel = 0
  379. Frame_4.Position = UDim2.new(0, 0, 0, 60)
  380. Frame_4.Size = UDim2.new(0, 260, 0, 237)
  381. playerAvatar.Name = "playerAvatar"
  382. playerAvatar.Parent = Frame_4
  383. playerAvatar.BackgroundColor3 = Color3.new(1, 1, 1)
  384. playerAvatar.Position = UDim2.new(0, 85, 0, 10)
  385. playerAvatar.Size = UDim2.new(0, 85, 0, 85)
  386. playerAvatar.Image = "http://www.roblox.com/Thumbs/Avatar.ashx?x=150&y=150&Format=Png&username="..player.Name
  387. playerAccAge.Name = "playerAccAge"
  388. playerAccAge.Parent = Frame_4
  389. playerAccAge.BackgroundColor3 = Color3.new(1, 1, 1)
  390. playerAccAge.BackgroundTransparency = 1
  391. playerAccAge.Position = UDim2.new(0, 5, 0, 101)
  392. playerAccAge.Size = UDim2.new(0, 250, 0, 30)
  393. playerAccAge.Font = Enum.Font.SourceSans
  394. playerAccAge.Text = "Account Age: "..player.AccountAge
  395. playerAccAge.TextColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  396. playerAccAge.TextScaled = true
  397. playerAccAge.TextSize = 14
  398. playerAccAge.TextWrapped = true
  399. playerId.Name = "playerId"
  400. playerId.Parent = Frame_4
  401. playerId.BackgroundColor3 = Color3.new(1, 1, 1)
  402. playerId.BackgroundTransparency = 1
  403. playerId.Position = UDim2.new(0, 5, 0, 131)
  404. playerId.Size = UDim2.new(0, 250, 0, 30)
  405. playerId.Font = Enum.Font.SourceSans
  406. playerId.Text = "Account ID: "..player.UserId
  407. playerId.TextColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  408. playerId.TextScaled = true
  409. playerId.TextSize = 14
  410. playerId.TextWrapped = true
  411. playerOs.Name = "playerOs"
  412. playerOs.Parent = Frame_4
  413. playerOs.BackgroundColor3 = Color3.new(1, 1, 1)
  414. playerOs.BackgroundTransparency = 1
  415. playerOs.Position = UDim2.new(0, 5, 0, 161)
  416. playerOs.Size = UDim2.new(0, 250, 0, 30)
  417. playerOs.Font = Enum.Font.SourceSansLight
  418. playerOs.Text = "Player OS: "..player.OsPlatform
  419. playerOs.TextColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  420. playerOs.TextScaled = true
  421. playerOs.TextSize = 14
  422. playerOs.TextWrapped = true
  423. playerMembership.Name = "playerMembership"
  424. playerMembership.Parent = Frame_4
  425. playerMembership.BackgroundColor3 = Color3.new(1, 1, 1)
  426. playerMembership.BackgroundTransparency = 1
  427. playerMembership.Position = UDim2.new(0, 5, 0, 191)
  428. playerMembership.Size = UDim2.new(0, 250, 0, 30)
  429. playerMembership.Font = Enum.Font.SourceSansLight
  430. if player.MembershipType == Enum.MembershipType.None then
  431. playerMembership.Text = "No builder's club."
  432. elseif player.MembershipType == Enum.MembershipType.BuildersClub then
  433. playerMembership.Text = "Builder's club!"
  434. elseif player.MembershipType == Enum.MembershipType.TurboBuildersClub then
  435. playerMembership.Text = "Turbo Builder's club!"
  436. elseif player.MembershipType == Enum.MembershipType.OutrageousBuildersClub then
  437. playerMembership.Text = "Outrageous Builder's club!"
  438. end
  439. playerMembership.TextColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  440. playerMembership.TextScaled = true
  441. playerMembership.TextSize = 14
  442. playerMembership.TextWrapped = true
  443. Frame_5.Parent = Frame
  444. Frame_5.BackgroundColor3 = Color3.new(0, 0, 0)
  445. Frame_5.BackgroundTransparency = 0.69999998807907
  446. Frame_5.BorderColor3 = Color3.new(0, 0, 0)
  447. Frame_5.BorderSizePixel = 0
  448. Frame_5.ClipsDescendants = true
  449. Frame_5.Position = UDim2.new(0, 10, 0, 10)
  450. Frame_5.Selectable = true
  451. Frame_5.Size = UDim2.new(0, 255, 0, 292)
  452. Frame_5.ZIndex = -1
  453. Frame_6.Parent = Frame
  454. Frame_6.BackgroundColor3 = Color3.new(0, 0, 0)
  455. Frame_6.BackgroundTransparency = 0.69999998807907
  456. Frame_6.BorderColor3 = Color3.new(0, 0, 0)
  457. Frame_6.BorderSizePixel = 0
  458. Frame_6.ClipsDescendants = true
  459. Frame_6.Position = UDim2.new(0, 8, 0, 8)
  460. Frame_6.Selectable = true
  461. Frame_6.Size = UDim2.new(0, 255, 0, 292)
  462. Frame_6.ZIndex = -1
  463. local closeGet = {}
  464. closeGet.Size = UDim2.new(0, 0, 0, 0)
  465. local openGet = {}
  466. openGet.Position = UDim2.new(0.45, 0, 0.45, 0)
  467. local closeFunction = gsTween:Create(Frame, TweenInfo.new(2, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), closeGet)
  468. local openFunction = gsTween:Create(Frame, TweenInfo.new(1, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), openGet)
  469. infoguiCLOSE.MouseButton1Click:Connect(function()
  470. closeFunction:Play()
  471. Frame:TweenPosition((Frame.Position + UDim2.new(0, 265 / 2, 0, 302 / 2)), "InOut", "Sine", 2)
  472. wait(2.01)
  473. Frame:Destroy()
  474. end)
  475. openFunction:Play()
  476. local UserInputService = game:GetService("UserInputService")
  477. local dragging
  478. local dragInput
  479. local dragStart
  480. local startPos
  481. local function update(input)
  482. local delta = input.Position - dragStart
  483. local dragTime = 0.055
  484. local SmoothDrag = {}
  485. SmoothDrag.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  486. local dragSmoothFunction = gsTween:Create(Frame, TweenInfo.new(dragTime, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), SmoothDrag)
  487. dragSmoothFunction:Play()
  488. end
  489. Frame.InputBegan:Connect(function(input)
  490. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  491. dragging = true
  492. dragStart = input.Position
  493. startPos = Frame.Position
  494. input.Changed:Connect(function()
  495. if input.UserInputState == Enum.UserInputState.End then
  496. dragging = false
  497. end
  498. end)
  499. end
  500. end)
  501. Frame.InputChanged:Connect(function(input)
  502. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  503. dragInput = input
  504. end
  505. end)
  506. UserInputService.InputChanged:Connect(function(input)
  507. if input == dragInput and dragging and Frame.Size == UDim2.new(0, 265, 0, 302) then
  508. update(input)
  509. end
  510. end)
  511. end
  512. function clientSided()
  513. Notification("info", "This command is for the client (you) only, no one else can see!", 6)
  514. end
  515. searchCmds={"1 print [msg] - Prints a message to the developer console","2 warn [msg] - Warns a message to the developer console","3 sit - Makes you sit","4 god - Activates FE Godmode (breaks tools)","5 view [plr] - Changes your camera subject to another player","6 unview - Changes your camera back to your player","7 gravity [num] - Changes workspace gravity to [num]","8 ungravity - Reverts workspace gravity to game's default","9 goto [plr] - Teleports you to a player","10 fecheck - Checks whether the game is FE or not","11 lockws - Locks the whole workspace","12 unlockws - Unlocks the whole workspace","13 noclip - Allows you to walk through walls and other objects","14 clip - Stops noclip, can collide","15 follow [plr] / [num] - Makes you follow a player constantly, optional [num] for how far away to follow","16 unfollow - Stops you from following","17 fling [plr] / [pow] - Uses your character to fling a player, optional [pow] for how much power to put into the fling","18 unfling - Stops you from flinging","19 trail [plr] / [num] - Makes you trail (walk infront) of a player constantly, optional [num] for how far away to trail","20 untrail - Stops you from trailing","21 annoy [plr] - Loop teleports you to the player","22 unannoy - Stops loop teleporting you","23 reset - Resets your character","24 grespawn - Respawns your character, best for use after FE godmode","25 respawn - Respawns your character, best to use if grespawn fails to work","26 speed // ws [num] - Changes your walkspeed (speed or ws) to [num]","27 jumppower // jp [num] - Changes your jumppower (jumppower or jp) to [num]","28 hipheight // hh [num] - Changes your hipheight (hipheight or hh) to [num]","29 default - Changes your walkspeed, jumppower and hipheight back to normal","30 credits - Displays admin credits (by illremember#3799)","31 attach [plr] - Attaches you to a player, tool required","32 fly / [speed] - Enables fly, optional [speed] for how fast to fly","33 unfly - Disables fly","34 kill [plr] - Kills a player, tool required","35 bring [plr] - Brings a player, tool required","36 naked - Displays avatar body colours","37 nolimbs - Deletes all your arms and legs","38 noarms - Deletes both your arms","39 nolegs - Deletes both your legs","40 antikick [on/off] - Blocks all remotes for antikick when on, disables when off","41 blockremote [remote] / [service] - Blocks a remote from firing, optional [service] for where the remote is located","42 remotespy [on/off] - Prints all remotes to developer console when on when fired, stops printing when off","43 bang [plr] / [speed] - Bangs a player, optional [speed] to set animation adjust speed","44 unbang - Stops bang player","45 spam [msg] - Spams [msg] in chat","46 spamdelay [num] - Sets how long to wait in between spamming","47 unspam - Stops spamming","48 info [plr] - Creates GUI with information about player account, shows Account age, membership and account ID","49 age [plr] - Chats account age of player","50 invisible - Enables FE invisibility, by Timeless","51 walk [plr] - Begins to make you loop walk towards player","52 glitch [plr] / [num] - Glitches a player, tool required, optional [num] for strength of glitch","53 tp [plr] [plr] - Teleports a player to another player, tool required","54 givetool [plr] / [tool] - Gives your current equipped tool to player, optional [tool] to pick a tool by name from your inventory","55 givealltools [plr] - Gives all tools currently equipped and in inventory to player","56 blockhats - Removes mesh of all accessories","57 blocktool - Removes mesh of currently equipped tool","58 orbit [plr] - Begins to make you orbit around a player","59 unorbit - Stops you orbiting a player","60 pos - Shows your current position","61 savepos - Saves your current position","62 loadpos - Loads your current position from savepos","63 tppos [num] [num] [num] - Teleports you to position [num], [num], [num]","64 pmspam [plr] [msg] - Makes you spam a player's pm with [msg]","65 unpmspam - Stops spamming a player's pm","66 wsvis [num] - Changes all parts in workspace to [num] transparency","67 bringobj [obj] / [num] - Brings an object in the workspace to you, optional [num] for how far away to bring object","68 cbring [plr] - Brings a player to you constantly on client","69 uncbring - Stops bringing a player to you on client","70 cfreeze [plr] - Freezes a player on your client","71 uncfreeze / [plr] - Unfreezes a player on your cleint","72 unattach - Unattaches you from a player","73 reach [on/off] / [num] - Activates/Deactivates reach for currently equipped tool, optional [num] for how long the reach should be","74 droptool / [tool] - Drops a tool into the workspace, optional [tool] command for which tool to drop","75 drophats - Drops all your accessories into the workspace","76 hidecmdbar - Hides the command bar","77 showcmdbar - Shows the command bar","78 prefix [key] - Changes your prefix to [key] must be 1 character","79 removeinvis - Removes all invisible parts in workspace","80 removefog - Removes fog in lighting","81 animation [id/gui] / [speed] - Makes you play an animation with [id], optional [speed] for adjusting animation speed OR [gui] to open Energize animation GUI","82 btools - Gives you btools for deleting, copying and dragging (client side)","83 esp [plr] - Enables an esp for that player, credits to Infinite Yield","84 unesp / [plr] - Disables all esp, optional [plr] for disabling esp just for that player","85 dice - Chats you rolling a dice for 1, 2, 3, 4, 5 or 6","86 random [min] [max] - Chats you picking a random number between [min] and [max]","87 closegame - Shutsdown/closes your game","88 savetool / [tool] - Saves a tool to your player equipped, optional [tool] for which tool to save in your inventory","89 loadtool / [tool] - Loads a tool from your player, optional [tool] for which tool to load by name","90 savealltool - Saves all tools in your character/inventory","91 loadalltool - Loads all tools in your player saved tools","92 clicktp / [key] - Enables click teleport, optional [key] to set a key instead of clicking","93 clickdel / [key] - Enables click delete part, optional [key] to set a key instead of clicking","94 unclicktp - Disables clicktp","95 unclickdel - Disables clickdel","96 shutdown - Attempts a server shutdown","97 chatlogs - Opens up a chat log gui with options to print chat to developer console","98 stopadmin - Disables currently running admin completely","99 freecam / [speed] - Enables freecam (like flying but not in character), optional [speed] for how fast the freecam should go","100 unfreecam // unfc - Disables freecam","101 fctp [plr] - Teleports your freecam to player","102 gotofc - Teleports you to current freecam position","103 cmds - Opens up this GUI with commands","104 fullcredits - Shows full individual credits for all help with the admin","105 hotkey [key] [cmd] - Creates a hotkey that executes [cmd] when [key] is pressed","106 removehotkey [key] - Removes a hotkey with [key]","107 removeallhotkey - Removes all current hotkeys for commands","108 printhotkeys - Prints all current existing hotkeys","109 os [plr] - Chats the current OS of a player","110 spin [plr] - Makes you spin with a player, tool required","111 unspin - Stops you spinning a player/teleporting to a player","112 explorer - Loads DEX explorer","113 maxzoom [num] - Changes your maxzoom to number","114 stare [plr] - Makes you stare at another player","115 unstare [plr] - Makes you stop staring at player","116 tempgod - Enables temporary FE godmode, does not work on all games, does not break tools","117 void [plr] - Teleports you and a player to the void, requires a tool","118 freefall [plr] - Makes you and a player freefall to the ground","119 version - Shows current admin's version","120 shiftlockon - Enables shift lock if not enabled by game developer","121 copychat [plr] - Makes you copy the chat player says, use uncopychat to stop copying chat","122 newattach [plr] - Does not FE Godmode you, requires 2 tools, attaches you to player","123 newkill [plr] - Does not FE Godmode you, requires 2 tools, kills player","124 newbring [plr] - Does not FE Godmode you, requires 2 tools, brings player","125 spawn [ws/jp/hh/god] [num] - Sets your walkspeed/jumppower/hipheight to number whenever you respawn, or makes you FE Godded whenever you respawn","126 unspawn - Stops you spawning with stats set by "..commandPrefix.."spawn","127 autosavetool [on/off] - Auto saves your tools when you reset","128 beginbot / [mode] - Makes you a bot for other players, type just "..commandPrefix.."beginbot to print available modes","129 endbot / [mode] - Ends "..commandPrefix.."beginbot, optional [mode] to disable one mode only","130 stopsit - Disables your ability to sit","131 gosit - Enables your ability to sit","132 spawnpoint - Sets your spawnpoint for whenever you reset to where you are","133 nospawn - Removes your spawnpoint","134 chaterror - Creates a chat error, works best first time","135 bypass [on/off] - Changes certain commands like "..commandPrefix.."fly so they are not detected by most anti-exploits", "136 fixcam - Fixes your camera in case it breaks", "137 gotoobj [obj] - Teleports you to a part in the workspace, make sure you put the name properly!", "138 breakcam - Makes it so your camera can go through parts, fixed with "..commandPrefix.."fixcam", "139 inviscam - Makes it so your camera goes through parts and makes them transparent so your character is always visible, fixed with "..commandPrefix.."fixcam", "140 printobj / [key] - Prints the object's path clicked to developer console, optional [key] for key pressed instead of click", "141 unprintobj - Stops printobj from running", "142 hotkeyfc [goto/unfc] - If freecam is set as a hotkey, chooses whether to use unfreecam or gotofc when disabling through a hotkey", "143 carpet [plr] - Makes you a carpet for a player", "144 uncarpet - Stops carpet", "145 brickcreate [num] / [pos] [pos] [pos] - Creates [num] amount of bricks from accessories, wont work in all games, optional [pos] for position to create bricks", "146 uncopychat - Stops copying chat", "147 forward / [speed] - Makes you automatically move forward default speed is 1", "148 unforward - Stops you moving automatically forward from forward", "149 id [plr] - Makes you chat the user ID of the player", "150 spinhats / [pow] - Makes all your accessories begin to spin around! Credit to xFunnieuss.", "151 unspinhats - Stops spinhats from spinning accessories", "152 headless - Makes you headless, but cannot control your character after, use grespawn to reset", "153 savemap - Saves the current workspace/map", "154 loadmap - Loads map saved by savemap", "155 creatorid - Changes your user ID to the game creator's user ID", "156 gameid - Shows the game's ID", "157 delobj [obj] - Allows you to delete an object in the workspace by name", "158 glide [plr] / [speed] - Makes you glide towards a player, optional [speed] for the speed of gliding", "159 stutter [on/off] - Makes your character begin stuttering as you move", "160 platform - Creates a platform on your client that you can stand on, deletes in 20 seconds", "161 servertime - Gets the server time", "162 ride [plr] - Makes you ride a player's head", "163 unride [plr] - Makes you stop riding a player's head", "164 cmute [plr] - Client mutes a player, useful for muting spammers", "165 uncmute - Unmutes a player that has been cmuted", "166 hat [plr] - Makes you carpet a player, but on their head", "167 unhat - Stops hat from running", "168 chat [msg] - Makes you chat a string, useful for hotkeys"}
  516. CMDS={"print [msg]","warn [msg]","sit","god","view [plr]","unview","gravity [num]","ungravity","goto [plr]","fecheck","lockws","unlockws","noclip","clip","follow [plr] / [num]","unfollow","fling [plr] / [pow]","unfling","trail [plr] / [num]","untrail","annoy [plr]","unannoy","reset","grespawn","respawn","speed // ws [num]","jumppower // jp [num]","hipheight // hh [num]","default","credits","attach [plr]","fly / [speed]","unfly","kill [plr]","bring [plr]","naked","nolimbs","noarms","nolegs","antikick [on/off]","blockremote [remote] / [service]","remotespy [on/off]","bang [plr] / [speed]","unbang","spam [msg]","spamdelay [num]","unspam","info [plr]","age [plr]","invisible","walk [plr]","glitch [plr] / [num]","tp [plr] [plr]","givetool [plr] / [tool]","givealltools [plr]","blockhats","blocktool","orbit [plr]","unorbit","pos","savepos","loadpos","tppos [num] [num] [num]","pmspam [plr] [msg]","unpmspam","wsvis [num]","bringobj [obj] / [num]","cbring [plr] / [num]","uncbring","cfreeze [plr]","uncfreeze / [plr]","unattach","reach [on/off] / [num]","droptool / [tool]","drophats","hidecmdbar","showcmdbar","prefix [key]","removeinvis","removefog","animation [id/gui] / [speed]","btools","esp [plr]","unesp / [plr]","dice","random [min] [max]","closegame","savetool / [tool]","loadtool / [tool]","savealltool","loadalltool","clicktp / [key]","clickdel / [key]","unclicktp","unclickdel","oof","chatlogs","stopadmin","freecam / [speed] // fc / [speed]","unfreecam // unfc","gotofc","cmds","fullcredits","hotkey [key] [cmd]","removehotkey [key]","removeallhotkey","printhotkeys","os [plr]","spin [plr]","unspin","fctp [plr]","explorer","maxzoom [num]","stare [plr]","unstare [plr]","tempgod","void [plr]","freefall [plr]","version","shiftlockon","copychat [plr]","newattach [plr]","newkill [plr]","newbring [plr]","spawn [ws/jp/hh/god] [num]","unspawn","autosavetool [on/off]","beginbot / [mode]","endbot / [mode]","stopsit","gosit","spawnpoint","nospawn","chaterror", "bypass [on/off]", "fixcam", "gotoobj [obj]", "breakcam", "inviscam", "printobj / [key]", "unprintobj", "hotkeyfc [goto/unfc]", "carpet [plr]", "uncarpet", "brickcreate [num] / [pos] [pos] [pos]", "uncopychat", "forward / [speed]", "unforward", "id [plr]", "spinhats / [pow]", "unspinhats", "headless", "savemap", "loadmap", "creatorid", "gameid", "delobj [obj]", "glide [plr] / [speed]", "stutter [on/off]", "platform", "servertime", "ride [plr]", "unride", "cmute [plr]", "uncmute", "hat [plr]", "unhat", "chat [msg]"} -- 168
  517. local CMDS_GUI_V2 = Instance.new("ScreenGui")
  518. local CMDSmain = Instance.new("Frame")
  519. local CMDSframemain = Instance.new("Frame")
  520. local cmdgui_topframe = Instance.new("Frame")
  521. local closecmdsgui = Instance.new("TextButton")
  522. local cmdgui_midframe = Instance.new("Frame")
  523. local cmdsgui_SearchFunction = Instance.new("TextBox")
  524. local cmdsgui_searchDETAILFRAME = Instance.new("Frame")
  525. local cmdsgui_searchDETAILTEXT = Instance.new("TextLabel")
  526. local ListofCMDS = Instance.new("ScrollingFrame")
  527. local cmdTutorial = Instance.new("TextLabel")
  528. local cmdTutorial_2 = Instance.new("TextLabel")
  529. local cmdTutorial_3 = Instance.new("TextLabel")
  530. local CMDS_Shadow = Instance.new("Frame")
  531. local CMDS_Shadow2 = Instance.new("Frame")
  532. CMDS_GUI_V2.Name = "CMDS_GUI_V2"
  533. CMDS_GUI_V2.Parent = gsCoreGui
  534. CMDSmain.Name = "CMDSmain"
  535. CMDSmain.Parent = CMDS_GUI_V2
  536. CMDSmain.BackgroundColor3 = Color3.new(1, 1, 1)
  537. CMDSmain.BackgroundTransparency = 1
  538. CMDSmain.Position = UDim2.new(0, 695, 0, 297)
  539. CMDSmain.Size = UDim2.new(0, 440, 0, 367)
  540. CMDSmain.AnchorPoint = Vector2.new(0.5, 0.5)
  541. CMDSmain.Visible = false
  542. CMDSmain.ClipsDescendants = true
  543. CMDSframemain.Name = "CMDSframemain"
  544. CMDSframemain.Parent = CMDSmain
  545. CMDSframemain.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  546. CMDSframemain.BorderSizePixel = 0
  547. CMDSframemain.Size = UDim2.new(0, 440, 0, 367)
  548. cmdgui_topframe.Name = "cmdgui_topframe"
  549. cmdgui_topframe.Parent = CMDSframemain
  550. cmdgui_topframe.BackgroundColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
  551. cmdgui_topframe.BorderSizePixel = 0
  552. cmdgui_topframe.Size = UDim2.new(0, 440, 0, 15)
  553. closecmdsgui.Name = "closecmdsgui"
  554. closecmdsgui.Parent = cmdgui_topframe
  555. closecmdsgui.BackgroundColor3 = Color3.new(1, 1, 1)
  556. closecmdsgui.BackgroundTransparency = 1
  557. closecmdsgui.Position = UDim2.new(0, 410, 0, 0)
  558. closecmdsgui.Size = UDim2.new(0, 30, 0, 15)
  559. closecmdsgui.Font = Enum.Font.SourceSansBold
  560. closecmdsgui.Text = "X"
  561. closecmdsgui.TextColor3 = Color3.new(0.968628, 0.968628, 0.968628)
  562. closecmdsgui.TextSize = 20
  563. cmdgui_midframe.Name = "cmdgui_midframe"
  564. cmdgui_midframe.Parent = CMDSframemain
  565. cmdgui_midframe.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  566. cmdgui_midframe.BorderSizePixel = 0
  567. cmdgui_midframe.Position = UDim2.new(0, 0, 0, 15)
  568. cmdgui_midframe.Size = UDim2.new(0, 440, 0, 45)
  569. cmdsgui_SearchFunction.Name = "cmdsgui_SearchFunction"
  570. cmdsgui_SearchFunction.Parent = cmdgui_midframe
  571. cmdsgui_SearchFunction.BackgroundColor3 = Color3.new(1, 1, 1)
  572. cmdsgui_SearchFunction.BackgroundTransparency = 1
  573. cmdsgui_SearchFunction.BorderSizePixel = 0
  574. cmdsgui_SearchFunction.Position = UDim2.new(0, 120, 0, 10)
  575. cmdsgui_SearchFunction.Size = UDim2.new(0, 200, 0, 25)
  576. cmdsgui_SearchFunction.Font = Enum.Font.SourceSans
  577. cmdsgui_SearchFunction.Text = ""
  578. cmdsgui_SearchFunction.TextColor3 = Color3.new(0.972549, 0.972549, 0.972549)
  579. cmdsgui_SearchFunction.TextScaled = true
  580. cmdsgui_SearchFunction.TextSize = 14
  581. cmdsgui_SearchFunction.TextWrapped = true
  582. cmdsgui_searchDETAILFRAME.Name = "cmdsgui_searchDETAILFRAME"
  583. cmdsgui_searchDETAILFRAME.Parent = cmdsgui_SearchFunction
  584. cmdsgui_searchDETAILFRAME.BackgroundColor3 = Color3.fromRGB(240, 240, 240)
  585. cmdsgui_searchDETAILFRAME.BorderSizePixel = 0
  586. cmdsgui_searchDETAILFRAME.Position = UDim2.new(0, 0, 0, 25)
  587. cmdsgui_searchDETAILFRAME.Size = UDim2.new(0, 200, 0, 2)
  588. cmdsgui_searchDETAILTEXT.Name = "cmdsgui_searchDETAILTEXT"
  589. cmdsgui_searchDETAILTEXT.Parent = cmdsgui_SearchFunction
  590. cmdsgui_searchDETAILTEXT.BackgroundColor3 = Color3.fromRGB(240, 240, 240)
  591. cmdsgui_searchDETAILTEXT.BackgroundTransparency = 1
  592. cmdsgui_searchDETAILTEXT.Size = UDim2.new(0, 200, 0, 25)
  593. cmdsgui_searchDETAILTEXT.Font = Enum.Font.SourceSansLight
  594. cmdsgui_searchDETAILTEXT.Text = "Search"
  595. cmdsgui_searchDETAILTEXT.TextColor3 = Color3.fromRGB(240, 240, 240)
  596. cmdsgui_searchDETAILTEXT.TextSize = 30
  597. ListofCMDS.Name = "ListofCMDS"
  598. ListofCMDS.Parent = CMDSframemain
  599. ListofCMDS.BackgroundColor3 = Color3.new(0.309804, 0.309804, 0.309804)
  600. ListofCMDS.BorderSizePixel = 0
  601. ListofCMDS.Position = UDim2.new(0, 0, 0, 60)
  602. ListofCMDS.Size = UDim2.new(0, 440, 0, 307)
  603. ListofCMDS.CanvasSize = UDim2.new(5, 0, 8, 0)
  604. ListofCMDS.ScrollingDirection = Enum.ScrollingDirection.XY
  605. cmdTutorial.Name = "cmdTutorial"
  606. cmdTutorial.Parent = ListofCMDS
  607. cmdTutorial.BackgroundColor3 = Color3.new(1, 1, 1)
  608. cmdTutorial.BackgroundTransparency = 1
  609. cmdTutorial.BorderSizePixel = 0
  610. cmdTutorial.Position = UDim2.new(0, 5, 0, 5)
  611. cmdTutorial.Size = UDim2.new(0, 420, 0, 20)
  612. cmdTutorial.Font = Enum.Font.SourceSansBold
  613. cmdTutorial.Text = "\"/\" means OPTIONAL argument after"
  614. cmdTutorial.TextColor3 = Color3.new(0.956863, 0.956863, 0.956863)
  615. cmdTutorial.TextScaled = true
  616. cmdTutorial.TextSize = 14
  617. cmdTutorial.TextWrapped = true
  618. cmdTutorial.TextXAlignment = Enum.TextXAlignment.Left
  619. cmdTutorial_2.Name = "cmdTutorial"
  620. cmdTutorial_2.Parent = ListofCMDS
  621. cmdTutorial_2.BackgroundColor3 = Color3.new(1, 1, 1)
  622. cmdTutorial_2.BackgroundTransparency = 1
  623. cmdTutorial_2.BorderSizePixel = 0
  624. cmdTutorial_2.Position = UDim2.new(0, 5, 0, 25)
  625. cmdTutorial_2.Size = UDim2.new(0, 420, 0, 20)
  626. cmdTutorial_2.Font = Enum.Font.SourceSansBold
  627. cmdTutorial_2.Text = "\"//\" means another way of running command"
  628. cmdTutorial_2.TextColor3 = Color3.new(0.956863, 0.956863, 0.956863)
  629. cmdTutorial_2.TextScaled = true
  630. cmdTutorial_2.TextSize = 14
  631. cmdTutorial_2.TextWrapped = true
  632. cmdTutorial_2.TextXAlignment = Enum.TextXAlignment.Left
  633. cmdTutorial_3.Name = "cmdTutorial"
  634. cmdTutorial_3.Parent = ListofCMDS
  635. cmdTutorial_3.BackgroundColor3 = Color3.new(1, 1, 1)
  636. cmdTutorial_3.BackgroundTransparency = 1
  637. cmdTutorial_3.BorderSizePixel = 0
  638. cmdTutorial_3.Position = UDim2.new(0, 5, 0, 45)
  639. cmdTutorial_3.Size = UDim2.new(0, 420, 0, 20)
  640. cmdTutorial_3.Font = Enum.Font.SourceSansBold
  641. cmdTutorial_3.Text = "Anything inside \"[ ]\" is an argument for the command"
  642. cmdTutorial_3.TextColor3 = Color3.new(0.956863, 0.956863, 0.956863)
  643. cmdTutorial_3.TextScaled = true
  644. cmdTutorial_3.TextSize = 14
  645. cmdTutorial_3.TextWrapped = true
  646. cmdTutorial_3.TextXAlignment = Enum.TextXAlignment.Left
  647. CMDS_Shadow.Name = "CMDS_Shadow"
  648. CMDS_Shadow.Parent = CMDSmain
  649. CMDS_Shadow.BackgroundColor3 = Color3.new(0, 0, 0)
  650. CMDS_Shadow.BackgroundTransparency = 0.60000002384186
  651. CMDS_Shadow.BorderSizePixel = 0
  652. CMDS_Shadow.Position = UDim2.new(0, 2, 0, 2)
  653. CMDS_Shadow.Size = UDim2.new(0, 440, 0, 367)
  654. CMDS_Shadow.ZIndex = -1
  655. CMDS_Shadow2.Name = "CMDS_Shadow2"
  656. CMDS_Shadow2.Parent = CMDSmain
  657. CMDS_Shadow2.BackgroundColor3 = Color3.new(0, 0, 0)
  658. CMDS_Shadow2.BackgroundTransparency = 0.80000001192093
  659. CMDS_Shadow2.BorderSizePixel = 0
  660. CMDS_Shadow2.Position = UDim2.new(0, 5, 0, 5)
  661. CMDS_Shadow2.Size = UDim2.new(0, 440, 0, 367)
  662. CMDS_Shadow2.ZIndex = -1
  663. closecmdsgui.MouseButton1Click:Connect(function()
  664. CMDSmain:TweenSize(UDim2.new(0, 0, 0, 0), "InOut", "Sine", 2)
  665. end)
  666. function CreateCMDlabel(position, text)
  667. local sizenow = 15
  668. local cmdHere = Instance.new("TextLabel")
  669. cmdHere.Name = "cmdHere"
  670. cmdHere.TextWrapped = true
  671. cmdHere.Parent = ListofCMDS
  672. cmdHere.BackgroundColor3 = Color3.new(1, 1, 1)
  673. cmdHere.BackgroundTransparency = 1
  674. cmdHere.BorderSizePixel = 0
  675. cmdHere.Position = position
  676. cmdHere.Size = UDim2.new(0, 1950, 0, sizenow)
  677. cmdHere.Font = Enum.Font.SourceSans
  678. cmdHere.Text = text
  679. cmdHere.TextWrapped = true
  680. cmdHere.TextColor3 = Color3.new(0.956863, 0.956863, 0.956863)
  681. cmdHere.TextScaled = false
  682. cmdHere.TextSize = 20
  683. cmdHere.TextXAlignment = Enum.TextXAlignment.Left
  684. end
  685. for i,_cmds in pairs(searchCmds) do
  686. CreateCMDlabel(UDim2.new(0, 5, 0, 50 + (i * 15)), _cmds)
  687. end
  688. local UserInputService = game:GetService("UserInputService")
  689. local dragging
  690. local dragInput
  691. local dragStart
  692. local startPos
  693. local function updateCMDS(input)
  694. local delta = input.Position - dragStart
  695. local dragTime = 0.055
  696. local SmoothDrag = {}
  697. SmoothDrag.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  698. local dragSmoothFunction = gsTween:Create(CMDSmain, TweenInfo.new(dragTime, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), SmoothDrag)
  699. dragSmoothFunction:Play()
  700. end
  701. cmdgui_topframe.InputBegan:Connect(function(input)
  702. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  703. dragging = true
  704. dragStart = input.Position
  705. startPos = CMDSmain.Position
  706. input.Changed:Connect(function()
  707. if input.UserInputState == Enum.UserInputState.End then
  708. dragging = false
  709. end
  710. end)
  711. end
  712. end)
  713. cmdgui_topframe.InputChanged:Connect(function(input)
  714. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  715. dragInput = input
  716. end
  717. end)
  718. cmdgui_midframe.InputBegan:Connect(function(input)
  719. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  720. dragging = true
  721. dragStart = input.Position
  722. startPos = CMDSmain.Position
  723. input.Changed:Connect(function()
  724. if input.UserInputState == Enum.UserInputState.End then
  725. dragging = false
  726. end
  727. end)
  728. end
  729. end)
  730. cmdgui_midframe.InputChanged:Connect(function(input)
  731. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  732. dragInput = input
  733. end
  734. end)
  735. UserInputService.InputChanged:Connect(function(input)
  736. if input == dragInput and dragging then
  737. updateCMDS(input)
  738. end
  739. end)
  740. cmdsgui_SearchFunction.Focused:Connect(function()
  741. cmdsgui_SearchFunction.TextTransparency = 0
  742. local searchTween = {}
  743. searchTween.TextColor3 = Color3.new(0.0980392, 0.462745, 0.823529)
  744. searchTween.TextSize = 18
  745. searchTween.Position = UDim2.new(0, -70, 0, -15)
  746. local frameTweenblue = {}
  747. frameTweenblue.BackgroundColor3 = Color3.new(0.0980392, 0.462745, 0.823529)
  748. local searchTween1 = gsTween:Create(cmdsgui_searchDETAILTEXT, TweenInfo.new(0.3, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), searchTween)
  749. searchTween1:Play()
  750. local frameTweenblue1 = gsTween:Create(cmdsgui_searchDETAILFRAME, TweenInfo.new(0.3, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), frameTweenblue)
  751. frameTweenblue1:Play()
  752. end)
  753. cmdsgui_SearchFunction.FocusLost:Connect(function(enterPressed)
  754. if not enterPressed then
  755. cmdsgui_SearchFunction.TextTransparency = 1
  756. else
  757. cmdsgui_SearchFunction.Text = " "
  758. end
  759. local searchTween = {}
  760. searchTween.TextColor3 = Color3.fromRGB(240, 240, 240)
  761. searchTween.TextSize = 30
  762. searchTween.Position = UDim2.new(0, 0, 0, 0)
  763. local frameTweenblue = {}
  764. frameTweenblue.BackgroundColor3 = Color3.fromRGB(240, 240, 240)
  765. local searchTween1 = gsTween:Create(cmdsgui_searchDETAILTEXT, TweenInfo.new(0.3, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), searchTween)
  766. searchTween1:Play()
  767. local frameTweenblue1 = gsTween:Create(cmdsgui_searchDETAILFRAME, TweenInfo.new(0.3, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), frameTweenblue)
  768. frameTweenblue1:Play()
  769. end)
  770. cmdsgui_SearchFunction.Changed:Connect(function()
  771. local index = 0
  772. if cmdsgui_SearchFunction.Text ~= "" then
  773. for i,v in pairs(ListofCMDS:GetChildren()) do
  774. if v.Name == "cmdHere" then
  775. if not string.find(v.Text, cmdsgui_SearchFunction.Text) then
  776. v.Visible = false
  777. else
  778. v.Visible = true
  779. index = index + 1
  780. v.Position = UDim2.new(0, 5, 0, 50 + (index * 15))
  781. end
  782. end
  783. end
  784. end
  785. end)
  786.  
  787. -- Command Execution
  788. LP.Chatted:Connect(function(chat)
  789. run(chat)
  790. end)
  791.  
  792. function run(msg)
  793. if string.lower(string.sub(msg, 2, 5)) == "chat" then
  794. msg = msg
  795. elseif string.match(msg, "hotkey") and string.match(msg, "chat") then
  796. msg = msg
  797. else
  798. msg = string.lower(msg)
  799. end
  800. local cmdPrefix = string.sub(msg, 1, 1)
  801. if cmdPrefix == commandPrefix then
  802. msg = string.sub(msg, 2)
  803. local args = {}
  804. for arg in string.gmatch(msg,"[^%s]+") do
  805. table.insert(args,arg)
  806. end
  807. local cmdName = args[1]
  808. table.remove(args,1)
  809. local doCmd = Commands[cmdName]
  810.  
  811. if doCmd ~= nil then
  812. doCmd(args)
  813. end
  814. end
  815. end
  816.  
  817. -- Command bar
  818. local CommandBar = Instance.new("ScreenGui")
  819. local CMDBAR = Instance.new("Frame")
  820. local CMDBARText = Instance.new("TextBox")
  821. CommandBar.Name = "CommandBar"
  822. CommandBar.Parent = gsCoreGui
  823. CMDBAR.Name = "CMDBAR"
  824. CMDBAR.Parent = CommandBar
  825. CMDBAR.BackgroundColor3 = Color3.new(0.164706, 0.152941, 0.172549)
  826. CMDBAR.BorderSizePixel = 0
  827. CMDBAR.Position = UDim2.new(0.025, 0, 1, 0)
  828. CMDBAR.Size = UDim2.new(0, 270, 0, 35)
  829. CMDBARText.Name = "CMDBARText"
  830. CMDBARText.Parent = CMDBAR
  831. CMDBARText.BackgroundColor3 = Color3.new(0.188235, 0.188235, 0.188235)
  832. CMDBARText.BorderSizePixel = 0
  833. CMDBARText.Position = UDim2.new(0, 5, 0, 5)
  834. CMDBARText.Size = UDim2.new(0, 260, 0, 25)
  835. CMDBARText.Font = Enum.Font.SourceSansLight
  836. CMDBARText.Text = ""
  837. CMDBARText.TextColor3 = Color3.new(0.933333, 0.933333, 0.933333)
  838. CMDBARText.TextScaled = true
  839. CMDBARText.TextSize = 14
  840. CMDBARText.TextWrapped = true
  841. Mouse.KeyDown:connect(function(Key)
  842. if Key == string.lower(commandPrefix) then
  843. CMDBARText:CaptureFocus()
  844. CMDBAR:TweenPosition(UDim2.new(0.015, 0, 0.95, 0), "Out", "Elastic", 0.5, true)
  845. end
  846. end)
  847. CMDBARText.FocusLost:connect(function(enterPressed)
  848. CMDBAR:TweenPosition(UDim2.new(0.015, 0, 1, 0), "Out", "Quad", 0.5, true)
  849. if enterPressed then
  850. local cmdmsg = CMDBARText.Text
  851. CMDBARText.Text = ""
  852. run(commandPrefix..cmdmsg)
  853. end
  854. end)
  855. local Match = Instance.new("Frame")
  856. Match.Name = "Match"
  857. Match.Parent = CMDBAR
  858. Match.BackgroundColor3 = Color3.new(0.164706, 0.152941, 0.172549)
  859. Match.BorderSizePixel = 0
  860. Match.Position = UDim2.new(0, 0, -4, 0)
  861. Match.Size = UDim2.new(1, 0, 4, 0)
  862. Match.Visible = false
  863. function CreateOption(Text)
  864. local Option1 = Instance.new("TextLabel")
  865. Option1.Name = "Option"
  866. Option1.Parent = Match
  867. Option1.BackgroundColor3 = Color3.new(1, 1, 1)
  868. Option1.BackgroundTransparency = 1
  869. Option1.Position = UDim2.new(-10, 0, 0, 0)
  870. Option1.Size = UDim2.new(1, 0, 0, 20)
  871. Option1.Font = Enum.Font.SourceSans
  872. Option1.Text = Text
  873. Option1.TextColor3 = Color3.new(0.952941, 0.952941, 0.952941)
  874. Option1.TextScaled = true
  875. Option1.TextWrapped = true
  876. end
  877. for i,cmdtext2 in pairs(CMDS) do
  878. CreateOption(cmdtext2)
  879. end
  880. CMDBARText.Changed:Connect(function()
  881. if CMDBARText.Text ~= "" and CMDBARText.Text ~= commandPrefix then
  882. Match.Visible = true
  883. local PositionMatch = 0
  884. for i,cmdtext in pairs(Match:GetChildren()) do
  885. if cmdtext.Name == "Option" then
  886. if string.find(cmdtext.Text, CMDBARText.Text) then
  887. cmdtext.Position = UDim2.new(0, 0, 0, 2 + (PositionMatch * 20))
  888. PositionMatch = PositionMatch + 1
  889. if cmdtext.Position == UDim2.new(0, 0, 0, 142) then
  890. cmdtext.Position = UDim2.new(-10, 0, 0, 0)
  891. PositionMatch = PositionMatch - 1
  892. end
  893. else
  894. cmdtext.Position = UDim2.new(-10, 0, 0, 0)
  895. end
  896. end
  897. end
  898. else
  899. Match.Visible = false
  900. end
  901. end)
  902.  
  903. -- Chat
  904. local ChatLogsv2 = Instance.new("ScreenGui")
  905. local MainChatFrame = Instance.new("Frame")
  906. local Framess = Instance.new("Frame")
  907. local CloseChatGUI = Instance.new("TextButton")
  908. local Frame_222 = Instance.new("Frame")
  909. local PrintChat = Instance.new("TextButton")
  910. local Shadow1 = Instance.new("Frame")
  911. local Shadow2 = Instance.new("Frame")
  912. local ScrollingFrame = Instance.new("ScrollingFrame")
  913. ChatLogsv2.Name = "ChatLogsv2"
  914. ChatLogsv2.Parent = gsCoreGui
  915. MainChatFrame.Name = "MainChatFrame"
  916. MainChatFrame.Parent = ChatLogsv2
  917. MainChatFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  918. MainChatFrame.BackgroundTransparency = 1
  919. MainChatFrame.Position = UDim2.new(0, 760, 0, 261)
  920. MainChatFrame.Size = UDim2.new(0, 525, 0, 337)
  921. MainChatFrame.Visible = false
  922. Framess.Parent = MainChatFrame
  923. Framess.BackgroundColor3 = Color3.new(0.0784314, 0.0784314, 0.0784314)
  924. Framess.BorderSizePixel = 0
  925. Framess.Size = UDim2.new(0, 525, 0, 15)
  926. CloseChatGUI.Name = "CloseChatGUI"
  927. CloseChatGUI.Parent = Framess
  928. CloseChatGUI.BackgroundColor3 = Color3.new(1, 1, 1)
  929. CloseChatGUI.BackgroundTransparency = 1
  930. CloseChatGUI.BorderSizePixel = 0
  931. CloseChatGUI.Position = UDim2.new(0, 495, 0, 0)
  932. CloseChatGUI.Size = UDim2.new(0, 30, 0, 15)
  933. CloseChatGUI.Font = Enum.Font.SourceSansBold
  934. CloseChatGUI.Text = "X"
  935. CloseChatGUI.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
  936. CloseChatGUI.TextSize = 20
  937. Frame_222.Parent = MainChatFrame
  938. Frame_222.BackgroundColor3 = Color3.new(0.14902, 0.14902, 0.14902)
  939. Frame_222.BorderSizePixel = 0
  940. Frame_222.Position = UDim2.new(0, 0, 0, 15)
  941. Frame_222.Size = UDim2.new(0, 525, 0, 50)
  942. PrintChat.Name = "PrintChat"
  943. PrintChat.Parent = Frame_222
  944. PrintChat.BackgroundColor3 = Color3.new(0.870588, 0.25098, 0.25098)
  945. PrintChat.BorderSizePixel = 0
  946. PrintChat.Position = UDim2.new(0, 15, 0, 0)
  947. PrintChat.Size = UDim2.new(0, 170, 0, 30)
  948. PrintChat.Font = Enum.Font.SourceSansLight
  949. PrintChat.Text = "Print Chat"
  950. PrintChat.TextColor3 = Color3.new(0.960784, 0.960784, 0.960784)
  951. PrintChat.TextSize = 30
  952. PrintChat.TextWrapped = true
  953. Shadow1.Name = "Shadow1"
  954. Shadow1.Parent = MainChatFrame
  955. Shadow1.BackgroundColor3 = Color3.new(0, 0, 0)
  956. Shadow1.BackgroundTransparency = 0.5
  957. Shadow1.Position = UDim2.new(0, 2, 0, 2)
  958. Shadow1.Size = UDim2.new(0, 525, 0, 337)
  959. Shadow1.ZIndex = -1
  960. Shadow2.Name = "Shadow2"
  961. Shadow2.Parent = MainChatFrame
  962. Shadow2.BackgroundColor3 = Color3.new(0, 0, 0)
  963. Shadow2.BackgroundTransparency = 0.80000001192093
  964. Shadow2.Position = UDim2.new(0, 5, 0, 5)
  965. Shadow2.Size = UDim2.new(0, 525, 0, 337)
  966. Shadow2.ZIndex = -1
  967. ScrollingFrame.Parent = MainChatFrame
  968. ScrollingFrame.BackgroundColor3 = Color3.new(0.266667, 0.266667, 0.266667)
  969. ScrollingFrame.BorderSizePixel = 0
  970. ScrollingFrame.Position = UDim2.new(0, 0, 0, 65)
  971. ScrollingFrame.Size = UDim2.new(0, 525, 0, 271)
  972. ScrollingFrame.CanvasPosition = Vector2.new(0, 403)
  973. ScrollingFrame.ScrollBarThickness = 8
  974. function CreateChatText(plr, chat)
  975. for i,v in pairs(ScrollingFrame:GetDescendants()) do
  976. v.Position = v.Position - UDim2.new(0, 0, 0, 20)
  977. if v.Position == UDim2.new(0, 5, 0, 10) then
  978. v:Destroy()
  979. end
  980. end
  981. local Example = Instance.new("TextLabel")
  982. Example.Name = "Example"
  983. Example.Parent = ScrollingFrame
  984. Example.BackgroundColor3 = Color3.new(1, 1, 1)
  985. Example.BackgroundTransparency = 1
  986. Example.Position = UDim2.new(0, 5, 0, 650)
  987. Example.Size = UDim2.new(0, 500, 0, 20)
  988. Example.Font = Enum.Font.SourceSans
  989. Example.Text = "["..plr.Name.."]: "..chat
  990. Example.TextColor3 = Color3.new(0.960784, 0.960784, 0.960784)
  991. Example.TextScaled = true
  992. Example.TextSize = 20
  993. Example.TextWrapped = true
  994. Example.TextXAlignment = Enum.TextXAlignment.Left
  995. end
  996. CloseChatGUI.MouseButton1Click:Connect(function()
  997. MainChatFrame:TweenPosition(UDim2.new(0, 550, 0, -550), "InOut", "Sine", 2)
  998. wait(2.01)
  999. MainChatFrame.Visible = false
  1000. end)
  1001. printingChat = false
  1002. PrintChat.MouseButton1Click:Connect(function()
  1003. if printingChat == false then
  1004. printingChat = true
  1005. PrintChat.BackgroundColor3 = Color3.fromRGB(60, 200, 60)
  1006. elseif printingChat == true then
  1007. printingChat = false
  1008. PrintChat.BackgroundColor3 = Color3.new(0.870588, 0.25098, 0.25098)
  1009. end
  1010. end)
  1011. local UserInputService = game:GetService("UserInputService")
  1012. local dragging
  1013. local dragInput
  1014. local dragStart
  1015. local startPos
  1016. local function updateChat(input)
  1017. local delta = input.Position - dragStart
  1018. local dragTime = 0.055
  1019. local SmoothDrag = {}
  1020. SmoothDrag.Position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X, startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  1021. local dragSmoothFunction = gsTween:Create(MainChatFrame, TweenInfo.new(dragTime, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), SmoothDrag)
  1022. dragSmoothFunction:Play()
  1023. end
  1024. Frame_222.InputBegan:Connect(function(input)
  1025. if input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch then
  1026. dragging = true
  1027. dragStart = input.Position
  1028. startPos = MainChatFrame.Position
  1029. input.Changed:Connect(function()
  1030. if input.UserInputState == Enum.UserInputState.End then
  1031. dragging = false
  1032. end
  1033. end)
  1034. end
  1035. end)
  1036. Frame_222.InputChanged:Connect(function(input)
  1037. if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  1038. dragInput = input
  1039. end
  1040. end)
  1041. UserInputService.InputChanged:Connect(function(input)
  1042. if input == dragInput and dragging then
  1043. updateChat(input)
  1044. end
  1045. end)
  1046.  
  1047. function printChat(player, chat)
  1048. print("["..player.Name.."]: "..chat)
  1049. end
  1050. complimentReady = true
  1051. for i,currentPlayersChatting in pairs(game:GetService("Players"):GetPlayers()) do
  1052. currentPlayersChatting.Chatted:connect(function(chat)
  1053. CreateChatText(currentPlayersChatting, chat)
  1054. if printingChat then
  1055. printChat(currentPlayersChatting, chat)
  1056. end
  1057. if copychatACTIVE then
  1058. if currentPlayersChatting == copychatplayer then
  1059. gsReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(chat, "All")
  1060. end
  1061. end
  1062. if modeFling == true then
  1063. if string.lower(string.sub(chat, 1, 7)) == "!fling " then
  1064. if gsWorkspace:PGSIsEnabled() == false then
  1065. FEGodmode()
  1066. end
  1067. if string.lower(string.sub(chat, 8)) == "me" then
  1068. run(commandPrefix.."unfling")
  1069. LP.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + Vector3.new(0, 10, 0)
  1070. run(commandPrefix.."fling "..currentPlayersChatting.Name.." 2000000")
  1071. else
  1072. for i,notAll in pairs(findSinglePlayer(string.lower(string.sub(chat, 8)))) do
  1073. if notAll ~= LP then
  1074. run(commandPrefix.."unfling")
  1075. LP.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + Vector3.new(0, 10, 0)
  1076. run(commandPrefix.."fling "..notAll.Name.." 2000000")
  1077. end
  1078. end
  1079. end
  1080. end
  1081. end
  1082. if modeCompliment == true then
  1083. if string.lower(string.sub(chat, 1, 3)) == "!c " then
  1084. if complimentReady then
  1085. complimentReady = false
  1086. if string.lower(string.sub(chat, 4)) == "me" then
  1087. complimentplr(currentPlayersChatting)
  1088. else
  1089. for i,Others in pairs(findSinglePlayer(string.lower(string.sub(chat, 4)))) do
  1090. if Others == LP then
  1091. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Don't be silly, I can't compliment myself!", "All")
  1092. else
  1093. complimentplr(Others)
  1094. end
  1095. end
  1096. end
  1097. wait(1)
  1098. complimentReady = true
  1099. end
  1100. end
  1101. end
  1102. if modeMove == true then
  1103. if string.lower(string.sub(chat, 1, 9)) == "!bringbot" then
  1104. run(commandPrefix.."unfollow")
  1105. run(commandPrefix.."unwalk")
  1106. run(commandPrefix.."goto "..currentPlayersChatting.Name)
  1107. elseif string.lower(string.sub(chat, 1, 6)) == "!walk " then
  1108. for i,getWalkPlayer in pairs(findSinglePlayer(string.lower(string.sub(chat, 7)))) do
  1109. if getWalkPlayer == LP then
  1110. run(commandPrefix.."unfollow")
  1111. run(commandPrefix.."walk "..currentPlayersChatting.Name)
  1112. else
  1113. run(commandPrefix.."unfollow")
  1114. run(commandPrefix.."walk "..getWalkPlayer.Name)
  1115. end
  1116. end
  1117. elseif string.lower(string.sub(chat, 1, 8)) == "!follow " then
  1118. for i,getFollowPlayer in pairs(findSinglePlayer(string.lower(string.sub(chat, 9)))) do
  1119. if getFollowPlayer == LP then
  1120. run(commandPrefix.."unwalk")
  1121. run(commandPrefix.."follow "..currentPlayersChatting.Name)
  1122. else
  1123. run(commandPrefix.."unwalk")
  1124. run(commandPrefix.."follow "..getFollowPlayer.Name)
  1125. end
  1126. end
  1127. end
  1128. end
  1129. if modeInfo == true then
  1130. if infoReady then
  1131. infoReady = false
  1132. if string.lower(string.sub(chat, 1, 5)) == "!age " then
  1133. for i,v in pairs(findSinglePlayer(string.lower(string.sub(chat, 6)))) do
  1134. if v == LP then
  1135. run(commandPrefix.."age "..currentPlayersChatting.Name)
  1136. else
  1137. run(commandPrefix.."age "..v.Name)
  1138. end
  1139. end
  1140. end
  1141. if string.lower(string.sub(chat, 1, 4)) == "!id " then
  1142. for i,a in pairs(findSinglePlayer(string.lower(string.sub(chat, 5)))) do
  1143. if a == LP then
  1144. run(commandPrefix.."id "..currentPlayersChatting.Name)
  1145. else
  1146. run(commandPrefix.."id "..a.Name)
  1147. end
  1148. end
  1149. end
  1150. wait(1)
  1151. infoReady = true
  1152. end
  1153. end
  1154. end)
  1155. end
  1156. game:GetService("Players").PlayerAdded:connect(function(plr)
  1157. plr.Chatted:connect(function(chat)
  1158. CreateChatText(plr, chat)
  1159. if printingChat then
  1160. printChat(plr, chat)
  1161. end
  1162. if modeFling == true then
  1163. if string.lower(string.sub(chat, 1, 7)) == "!fling " then
  1164. if gsWorkspace:PGSIsEnabled() == false then
  1165. FEGodmode()
  1166. end
  1167. if string.lower(string.sub(chat, 8)) == "me" then
  1168. run(commandPrefix.."unfling")
  1169. LP.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + Vector3.new(0, 10, 0)
  1170. run(commandPrefix.."fling "..plr.Name.." 2000000")
  1171. else
  1172. for i,notAll in pairs(findSinglePlayer(string.lower(string.sub(chat, 8)))) do
  1173. if notAll ~= LP then
  1174. run(commandPrefix.."unfling")
  1175. LP.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + Vector3.new(0, 10, 0)
  1176. run(commandPrefix.."fling "..notAll.Name.." 2000000")
  1177. end
  1178. end
  1179. end
  1180. end
  1181. end
  1182. if modeCompliment == true then
  1183. if string.lower(string.sub(chat, 1, 3)) == "!c " then
  1184. if complimentReady == true then
  1185. complimentReady = false
  1186. if string.lower(string.sub(chat, 4)) == "me" then
  1187. complimentplr(plr)
  1188. else
  1189. for i,Others in pairs(findSinglePlayer(string.lower(string.sub(chat, 4)))) do
  1190. if Others == LP then
  1191. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Don't be silly, I can't compliment myself!", "All")
  1192. else
  1193. complimentplr(Others)
  1194. end
  1195. end
  1196. end
  1197. wait(1)
  1198. complimentReady = true
  1199. end
  1200. end
  1201. end
  1202. if modeMove == true then
  1203. if string.lower(string.sub(chat, 1, 9)) == "!bringbot" then
  1204. run(commandPrefix.."unfollow")
  1205. run(commandPrefix.."unwalk")
  1206. run(commandPrefix.."goto "..plr.Name)
  1207. elseif string.lower(string.sub(chat, 1, 6)) == "!walk " then
  1208. for i,getWalkPlayer in pairs(findSinglePlayer(string.lower(string.sub(chat, 7)))) do
  1209. if getWalkPlayer == LP then
  1210. run(commandPrefix.."unfollow")
  1211. run(commandPrefix.."walk "..plr.Name)
  1212. else
  1213. run(commandPrefix.."unfollow")
  1214. run(commandPrefix.."walk "..getWalkPlayer.Name)
  1215. end
  1216. end
  1217. elseif string.lower(string.sub(chat, 1, 8)) == "!follow " then
  1218. for i,getFollowPlayer in pairs(findSinglePlayer(string.lower(string.sub(chat, 9)))) do
  1219. if getFollowPlayer == LP then
  1220. run(commandPrefix.."unwalk")
  1221. run(commandPrefix.."follow "..plr.Name)
  1222. else
  1223. run(commandPrefix.."unwalk")
  1224. run(commandPrefix.."follow "..getFollowPlayer.Name)
  1225. end
  1226. end
  1227. end
  1228. end
  1229. if modeInfo == true then
  1230. if infoReady then
  1231. infoReady = false
  1232. if string.lower(string.sub(chat, 1, 5)) == "!age " then
  1233. for i,v in pairs(findSinglePlayer(string.lower(string.sub(chat, 6)))) do
  1234. if v == LP then
  1235. run(commandPrefix.."age "..plr.Name)
  1236. else
  1237. run(commandPrefix.."age "..v.Name)
  1238. end
  1239. end
  1240. end
  1241. if string.lower(string.sub(chat, 1, 4)) == "!id " then
  1242. for i,a in pairs(findSinglePlayer(string.lower(string.sub(chat, 5)))) do
  1243. if a == LP then
  1244. run(commandPrefix.."id "..plr.Name)
  1245. else
  1246. run(commandPrefix.."id "..a.Name)
  1247. end
  1248. end
  1249. end
  1250. wait(1)
  1251. infoReady = true
  1252. end
  1253. end
  1254. end)
  1255. end)
  1256.  
  1257. -- Loops
  1258. noclip = false
  1259. following = false
  1260. trailing = false
  1261. annoying = false
  1262. flingnoclip = false
  1263. staring = false
  1264. stopsitting = false
  1265. stareplr = ""
  1266. CBRINGamount = 3
  1267. spawnWS = CurrentWalkspeed
  1268. spawnJP = CurrentJumppower
  1269. spawnHH = CurrentHipheight
  1270. spawningfegod = false
  1271. looptpbypassfly = false
  1272. if game.GameId == 245662005 or game.GameId == 601130232 then
  1273. bypassMODE = true
  1274. else
  1275. bypassMODE = false
  1276. end
  1277. viewplr = ""
  1278. loopview = false
  1279. cmdForward = false
  1280. forwardSpeed = 1
  1281. loopviewfc = false
  1282. spinTOhead = false
  1283. spinObj = ""
  1284. rideACTIVE = false
  1285. ridePLAYER = ""
  1286.  
  1287. LPcurrenthumanoid = LP.Character.Humanoid
  1288. game:GetService('RunService').Stepped:connect(function()
  1289. if LP.Character.Humanoid ~= nil then
  1290. LPcurrenthumanoid = LP.Character.Humanoid
  1291. end
  1292. if noclip then
  1293. if LP.Character then
  1294. if LP.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  1295. LP.Character.Head.CanCollide = false
  1296. LP.Character.Torso.CanCollide = false
  1297. LP.Character["Left Leg"].CanCollide = false
  1298. LP.Character["Right Leg"].CanCollide = false
  1299. LP.Character["Left Arm"].CanCollide = false
  1300. LP.Character["Right Arm"].CanCollide = false
  1301. elseif LP.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  1302. LP.Character.Head.CanCollide = false
  1303. LP.Character.UpperTorso.CanCollide = false
  1304. LP.Character.LowerTorso.CanCollide = false
  1305. LP.Character.HumanoidRootPart.CanCollide = false
  1306. end
  1307. end
  1308. end
  1309. if following then
  1310. LP.Character.HumanoidRootPart.CFrame = gsPlayers[flwplr.Name].Character.HumanoidRootPart.CFrame + gsPlayers[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * flwnum
  1311. end
  1312. if trailing then
  1313. LP.Character.HumanoidRootPart.CFrame = gsPlayers[trlplr.Name].Character.HumanoidRootPart.CFrame + gsPlayers[trlplr.Name].Character.HumanoidRootPart.CFrame.lookVector * trlnum
  1314. end
  1315. if annoying then
  1316. LP.Character.HumanoidRootPart.CFrame = gsPlayers[annplr.Name].Character.HumanoidRootPart.CFrame
  1317. end
  1318. if walkto then
  1319. LP.Character.Humanoid:MoveTo(walkplr.Character.HumanoidRootPart.Position)
  1320. end
  1321. if cbringing then
  1322. CBRINGplr.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + LP.Character.HumanoidRootPart.CFrame.lookVector * CBRINGamount
  1323. end
  1324. if cbringingall then
  1325. for i,getbringplrs in pairs(gsPlayers:GetPlayers()) do
  1326. if getbringplrs ~= LP then
  1327. getbringplrs.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + LP.Character.HumanoidRootPart.CFrame.lookVector * CBRINGamount
  1328. end
  1329. end
  1330. end
  1331. if staring then
  1332. LP.Character.HumanoidRootPart.CFrame = CFrame.new(LP.Character.Torso.Position, gsPlayers[stareplr.Name].Character.Torso.Position)
  1333. end
  1334. if stopsitting then
  1335. LP.Character.Humanoid.Sit = false
  1336. end
  1337. if looptpbypassfly then
  1338. pcall(function()
  1339. LP.Character.Head.Anchored = false
  1340. LP.Character.HumanoidRootPart.CFrame = gsWorkspace.rGETpartNUMBER2.CFrame
  1341. LP.Character.Head.Anchored = true
  1342. end)
  1343. end
  1344. if loopview then
  1345. view(viewplr)
  1346. end
  1347. if cmdForward then
  1348. LP.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + LP.Character.HumanoidRootPart.CFrame.lookVector * forwardSpeed
  1349. end
  1350. if loopviewfc then
  1351. pcall(function()
  1352. gsWorkspace.CurrentCamera.CameraSubject = gsWorkspace.rGETpartNUMBER2
  1353. end)
  1354. end
  1355. if spinTOhead then
  1356. pcall(function()
  1357. spinObj.Position = LP.Character.Head.Position
  1358. end)
  1359. end
  1360. if rideACTIVE == true then
  1361. LP.character.HumanoidRootPart.CFrame = ridePLAYER.Character.HumanoidRootPart.CFrame + Vector3.new(0, 3, 0)
  1362. end
  1363. end)
  1364. spawningatreset = false
  1365. spawnresetpoint = LP.Character.Head.CFrame
  1366.  
  1367. LPcurrenthumanoid.Died:Connect(function()
  1368. flying = false
  1369. doFREECAM = false
  1370. if savingtoolsloop then
  1371. run(commandPrefix.."savealltool")
  1372. end
  1373. if spawningatreset == true then
  1374. spawnresetpoint = LP.Character.Head.CFrame + Vector3.new(0, 5, 0)
  1375. end
  1376. end)
  1377.  
  1378. LP.CharacterAdded:Connect(function()
  1379. wait(0.2)
  1380. LP.Character.Humanoid.WalkSpeed = spawnWS
  1381. LP.Character.Humanoid.JumpPower = spawnJP
  1382. LP.Character.Humanoid.HipHeight = spawnHH
  1383. if spawningfegod then
  1384. FEGodmode()
  1385. end
  1386. if spawningpos and spawnpos ~= nil then
  1387. LP.Character.HumanoidRootPart.CFrame = spawnpos
  1388. end
  1389. if spawningatreset == true then
  1390. LP.Character.HumanoidRootPart.CFrame = spawnresetpoint
  1391. end
  1392. end)
  1393.  
  1394. -- Commands
  1395. Commands = {}
  1396.  
  1397. Commands.print = function(args)
  1398. local msg = table.concat(args," ")
  1399. print(msg)
  1400. end
  1401.  
  1402. Commands.warn = function(args)
  1403. local msg = table.concat(args," ")
  1404. warn(msg)
  1405. end
  1406.  
  1407. Commands.sit = function(args)
  1408. LP.Character.Humanoid.Sit = true
  1409. end
  1410.  
  1411. Commands.god = function(args)
  1412. FEGodmode()
  1413. Notification("warning", "You have enabled FE Godmode, tools will not work. Use "..commandPrefix.."grespawn to remove.", 7)
  1414. end
  1415.  
  1416. Commands.view = function(args)
  1417. if args[1] then
  1418. for i,v in pairs(findSinglePlayer(args[1])) do
  1419. if bypassMODE == false then
  1420. view(v)
  1421. Notification("info", "Now viewing "..v.Name..". Use "..commandPrefix.."unview to stop viewing.", 3)
  1422. elseif bypassMODE == true then
  1423. viewplr = v
  1424. loopview = true
  1425. end
  1426. end
  1427. end
  1428. end
  1429.  
  1430. Commands.unview = function(args)
  1431. view(LP)
  1432. loopview = false
  1433. end
  1434.  
  1435. Commands.gravity = function(args)
  1436. if args[1] then
  1437. gsWorkspace.Gravity = args[1]
  1438. end
  1439. end
  1440.  
  1441. Commands.ungravity = function(args)
  1442. gsWorkspace.Gravity = CurrentGravity
  1443. end
  1444.  
  1445. Commands.goto = function(args)
  1446. if args[1] then
  1447. if bypassMODE == false then
  1448. for i,v in pairs(findPlayer(args[1])) do
  1449. LP.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame
  1450. end
  1451. elseif bypassMODE == true then
  1452. for i,v in pairs(findPlayer(args[1])) do
  1453. local TPbypass = {}
  1454. TPbypass.CFrame = v.Character.HumanoidRootPart.CFrame + Vector3.new(0, 5, 0)
  1455. local TPFunction = gsTween:Create(LP.Character.HumanoidRootPart, TweenInfo.new(1.5, Enum.EasingStyle.Sine, Enum.EasingDirection.In), TPbypass)
  1456. TPFunction:Play()
  1457. end
  1458. end
  1459. end
  1460. end
  1461.  
  1462. Commands.fecheck = function(args)
  1463. if gsWorkspace.FilteringEnabled == true then
  1464. Notification("warning", "FE is enabled!", 7)
  1465. else
  1466. Notification("warning", "FE is disabled. Consider using a different script.", 7)
  1467. end
  1468. end
  1469.  
  1470. Commands.lockws = function(args)
  1471. lockWS()
  1472. Notification("info", "Workspace locked.", 4)
  1473. end
  1474.  
  1475. Commands.unlockws = function(args)
  1476. unlockWS()
  1477. Notification("info", "Workspace unlocked.", 4)
  1478. end
  1479.  
  1480. Commands.noclip = function(args)
  1481. noclip = true
  1482. Notification("info", "Noclip enabled.", 4)
  1483. end
  1484.  
  1485. Commands.clip = function(args)
  1486. noclip = false
  1487. Notification("info", "Noclip disabled.", 4)
  1488. end
  1489.  
  1490. Commands.follow = function(args)
  1491. if args[1] then
  1492. for i,v in pairs(findPlayer(args[1])) do
  1493. flwplr = v
  1494. end
  1495. if args[2] then
  1496. flwnum = args[2]
  1497. else
  1498. flwnum = -5
  1499. end
  1500. following = true
  1501. else
  1502. Notification("warning", "No player selected to follow! Use: "..commandPrefix.."follow player", 4)
  1503. end
  1504. end
  1505.  
  1506. Commands.unfollow = function(args)
  1507. following = false
  1508. end
  1509.  
  1510. Commands.fling = function(args)
  1511. if args[1] then
  1512. for i,v in pairs(findSinglePlayer(args[1])) do
  1513. if v ~= LP then
  1514. view(v)
  1515. pcall(function()
  1516. LP.Character.HumanoidRootPart.Fling:Destroy()
  1517. end)
  1518. if not args[2] then
  1519. RocketPropulsion(800000,1000,400000,v,"Fling")
  1520. else
  1521. RocketPropulsion(args[2],1500,400000,v,"Fling")
  1522. end
  1523. if noclip ~= true then
  1524. flingnoclip = true
  1525. noclip = true
  1526. end
  1527. end
  1528. end
  1529. else
  1530. Notification("warning", "No player selected to fling! Use: "..commandPrefix.."fling player", 4)
  1531. end
  1532. end
  1533.  
  1534. Commands.unfling = function(args)
  1535. view(LP)
  1536. pcall(function()
  1537. if LP.Character.HumanoidRootPart.Fling then
  1538. for i,v in pairs(LP.Character:GetDescendants()) do
  1539. if v.Name == "Fling" and v:IsA("RocketPropulsion") then
  1540. v:Destroy()
  1541. end
  1542. end
  1543. end
  1544. end)
  1545. if flingnoclip == true then
  1546. noclip = false
  1547. flingnoclip = false
  1548. end
  1549. end
  1550.  
  1551. Commands.trail = function(args)
  1552. if args[1] then
  1553. for i,v in pairs(findPlayer(args[1])) do
  1554. trlplr = v
  1555. end
  1556. if args[2] then
  1557. trlnum = args[2]
  1558. else
  1559. trlnum = 5
  1560. end
  1561. trailing = true
  1562. else
  1563. Notification("warning", "No player selected to trail! Use: "..commandPrefix.."trail player", 4)
  1564. end
  1565. end
  1566.  
  1567. Commands.untrail = function(args)
  1568. trailing = false
  1569. end
  1570.  
  1571. Commands.annoy = function(args)
  1572. if args[1] then
  1573. for i,v in pairs(findPlayer(args[1])) do
  1574. annplr = v
  1575. end
  1576. annoying = true
  1577. else
  1578. Notification("warning", "No player selected to annoy! Use: "..commandPrefix.."annoy player", 4)
  1579. end
  1580. end
  1581.  
  1582. Commands.unannoy = function(args)
  1583. annoying = false
  1584. end
  1585.  
  1586. Commands.reset = function(args)
  1587. LP.Character:BreakJoints()
  1588. end
  1589.  
  1590. Commands.grespawn = function(args)
  1591. LP.Character.Humanoid.Health = 0
  1592. wait(1)
  1593. LP.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  1594. LP.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  1595. end
  1596.  
  1597. Commands.respawn = function(args)
  1598. local mod = Instance.new('Model', workspace) mod.Name = 'new '..LP.Name
  1599. local hum = Instance.new('Humanoid', mod)
  1600. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  1601. LP.Character = mod
  1602. end
  1603.  
  1604. Commands.speed = function(args)
  1605. if args[1] then
  1606. run(commandPrefix.."ws "..args[1])
  1607. end
  1608. end
  1609.  
  1610. bypassingwalkspeed = false
  1611. Commands.ws = function(args)
  1612. if args[1] then
  1613. if bypassMODE == false then
  1614. LP.Character.Humanoid.WalkSpeed = args[1]
  1615. elseif bypassMODE == true then
  1616. if game.GameId == 245662005 then
  1617. bypassingwalkspeed = true
  1618. bypassWalkspeed = args[1]
  1619. end
  1620. end
  1621. end
  1622. end
  1623.  
  1624. game:GetService("RunService").Heartbeat:Connect(function()
  1625. if bypassingwalkspeed then
  1626. LP.Character.Humanoid.WalkSpeed = bypassWalkspeed
  1627. end
  1628. end)
  1629.  
  1630. Commands.jumppower = function(args)
  1631. if args[1] then
  1632. LP.Character.Humanoid.JumpPower = args[1]
  1633. end
  1634. end
  1635.  
  1636. Commands.jp = function(args)
  1637. if args[1] then
  1638. LP.Character.Humanoid.JumpPower = args[1]
  1639. end
  1640. end
  1641.  
  1642. Commands.hipheight = function(args)
  1643. if args[1] then
  1644. LP.Character.Humanoid.HipHeight = args[1]
  1645. end
  1646. end
  1647.  
  1648. Commands.hh = function(args)
  1649. if args[1] then
  1650. LP.Character.Humanoid.HipHeight = args[1]
  1651. end
  1652. end
  1653.  
  1654. Commands.default = function(args)
  1655. LP.Character.Humanoid.WalkSpeed = CurrentWalkspeed
  1656. LP.Character.Humanoid.HipHeight = CurrentHipheight
  1657. LP.Character.Humanoid.JumpPower = CurrentJumppower
  1658. end
  1659.  
  1660. Commands.credits = function(args)
  1661. Notification("info", "Shattervast was made by illremember#3799 , "..commandPrefix.."fullcredits for all credits.", 8)
  1662. end
  1663.  
  1664. Commands.attach = function(args)
  1665. if hasTools() == false then
  1666. Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
  1667. else
  1668. FEGodmode()
  1669. for i,v in pairs(LP.Backpack:GetChildren())do
  1670. LP.Character.Humanoid:EquipTool(v)
  1671. end
  1672. if args[1] then
  1673. for i,v in pairs(findSinglePlayer(args[1])) do
  1674. if v ~= LP then
  1675. LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
  1676. wait(0.3)
  1677. LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
  1678. end
  1679. end
  1680. end
  1681. end
  1682. end
  1683.  
  1684. Commands.fly = function(args)
  1685. if bypassMODE == false then
  1686. local speedget = 1
  1687. repeat wait() until LP and LP.Character and LP.Character:FindFirstChild('HumanoidRootPart') and LP.Character:FindFirstChild('Humanoid')
  1688. repeat wait() until Mouse
  1689. if args[1] then
  1690. speedfly = args[1]
  1691. else
  1692. speedfly = 1
  1693. end
  1694.  
  1695. local T = LP.Character.HumanoidRootPart
  1696. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1697. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1698. local SPEED = speedget
  1699.  
  1700. local function fly()
  1701. flying = true
  1702. local BG = Instance.new('BodyGyro', T)
  1703. local BV = Instance.new('BodyVelocity', T)
  1704. BG.P = 9e4
  1705. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1706. BG.cframe = T.CFrame
  1707. BV.velocity = Vector3.new(0, 0.1, 0)
  1708. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1709. spawn(function()
  1710. repeat wait()
  1711. LP.Character.Humanoid.PlatformStand = true
  1712. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  1713. SPEED = 50
  1714. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  1715. SPEED = 0
  1716. end
  1717. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  1718. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  1719. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  1720. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  1721. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  1722. else
  1723. BV.velocity = Vector3.new(0, 0.1, 0)
  1724. end
  1725. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  1726. until not flying
  1727. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  1728. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  1729. SPEED = 0
  1730. BG:destroy()
  1731. BV:destroy()
  1732. LP.Character.Humanoid.PlatformStand = false
  1733. end)
  1734. end
  1735. Mouse.KeyDown:connect(function(KEY)
  1736. if KEY:lower() == 'w' then
  1737. CONTROL.F = speedfly
  1738. elseif KEY:lower() == 's' then
  1739. CONTROL.B = -speedfly
  1740. elseif KEY:lower() == 'a' then
  1741. CONTROL.L = -speedfly
  1742. elseif KEY:lower() == 'd' then
  1743. CONTROL.R = speedfly
  1744. end
  1745. end)
  1746. Mouse.KeyUp:connect(function(KEY)
  1747. if KEY:lower() == 'w' then
  1748. CONTROL.F = 0
  1749. elseif KEY:lower() == 's' then
  1750. CONTROL.B = 0
  1751. elseif KEY:lower() == 'a' then
  1752. CONTROL.L = 0
  1753. elseif KEY:lower() == 'd' then
  1754. CONTROL.R = 0
  1755. end
  1756. end)
  1757. fly()
  1758. elseif bypassMODE == true then
  1759. if not args[1] then
  1760. run(commandPrefix.."fc")
  1761. else
  1762. run(commandPrefix.."fc "..args[1])
  1763. end
  1764. LP.Character.Head.Anchored = false
  1765. looptpbypassfly = true
  1766. view(LP)
  1767. end
  1768. end
  1769.  
  1770. Commands.unfly = function(args)
  1771. if bypassMODE == false then
  1772. flying = false
  1773. LP.Character.Humanoid.PlatformStand = false
  1774. else
  1775. looptpbypassfly = false
  1776. run(commandPrefix.."unfreecam")
  1777. local goalTP = LP.Character.HumanoidRootPart.CFrame
  1778. if game.GameId == 245662005 then
  1779. for i = 1, 5 do wait(0.2)
  1780. LP.Character.HumanoidRootPart.CFrame = goalTP
  1781. end
  1782. else
  1783. LP.Character.HumanoidRootPart.CFrame = goalTP
  1784. end
  1785. LP.Character.Head.Anchored = false
  1786. end
  1787. end
  1788.  
  1789. Commands.kill = function(args)
  1790. if args[1] then
  1791. for i,v in pairs(findSinglePlayer(args[1])) do
  1792. if v == LP then
  1793. LP.Character:BreakJoints()
  1794. else
  1795. if hasTools() == false then
  1796. Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
  1797. else
  1798. FEGodmode()
  1799. for i,v in pairs(LP.Backpack:GetChildren())do
  1800. LP.Character.Humanoid:EquipTool(v)
  1801. end
  1802. local NOW = LP.Character.HumanoidRootPart.CFrame
  1803. LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
  1804. wait(0.3)
  1805. LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
  1806. local function tp(player,player2)
  1807. local char1,char2=player.Character,player2.Character
  1808. if char1 and char2 then
  1809. char1:MoveTo(char2.Head.Position)
  1810. end
  1811. end
  1812. wait(0.5)
  1813. LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(100000,0,100000))
  1814. wait(0.5)
  1815. tp(LP,game:GetService("Players")[v.Name])
  1816. wait(0.7)
  1817. LP.Character.HumanoidRootPart.CFrame = NOW
  1818. view(LP)
  1819. end
  1820. end
  1821. end
  1822. end
  1823. end
  1824. Commands.bring = function(args)
  1825. if hasTools() == false then
  1826. Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
  1827. else
  1828. FEGodmode()
  1829. for i,v in pairs(LP.Backpack:GetChildren())do
  1830. LP.Character.Humanoid:EquipTool(v)
  1831. end
  1832. if args[1] then
  1833. for i,v in pairs(findSinglePlayer(args[1])) do
  1834. if v ~= LP then
  1835. local NOW = LP.Character.HumanoidRootPart.CFrame
  1836. local function tp(player,player2)
  1837. local char1,char2=player.Character,player2.Character
  1838. if char1 and char2 then
  1839. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  1840. end
  1841. end
  1842. local function getout(player,player2)
  1843. local char1,char2=player.Character,player2.Character
  1844. if char1 and char2 then
  1845. char1:MoveTo(char2.Head.Position)
  1846. end
  1847. end
  1848. tp(game:GetService("Players")[v.Name], LP)
  1849. wait(0.2)
  1850. tp(game:GetService("Players")[v.Name], LP)
  1851. wait(0.5)
  1852. LP.Character.HumanoidRootPart.CFrame = NOW
  1853. wait(0.5)
  1854. getout(LP, game:GetService("Players")[v.Name])
  1855. wait(0.3)
  1856. LP.Character.HumanoidRootPart.CFrame = NOW
  1857. end
  1858. end
  1859. end
  1860. end
  1861. end
  1862.  
  1863. Commands.naked = function(args)
  1864. for i,v in pairs(LP.Character:GetDescendants()) do
  1865. if v:IsA("Clothing") then
  1866. v:Destroy()
  1867. end
  1868. end
  1869. end
  1870.  
  1871. Commands.nolimbs = function(args)
  1872. LP.Character["Left Arm"]:Destroy()
  1873. LP.Character["Right Arm"]:Destroy()
  1874. LP.Character["Left Leg"]:Destroy()
  1875. LP.Character["Right Leg"]:Destroy()
  1876. end
  1877.  
  1878. Commands.noarms = function(args)
  1879. LP.Character["Left Arm"]:Destroy()
  1880. LP.Character["Right Arm"]:Destroy()
  1881. end
  1882.  
  1883. Commands.nolegs = function(args)
  1884. LP.Character["Left Leg"]:Destroy()
  1885. LP.Character["Right Leg"]:Destroy()
  1886. end
  1887.  
  1888. Commands.headless = function(args)
  1889. local l = LP.Character.Humanoid:Clone()
  1890. LP.Character.Humanoid:Destroy()
  1891. wait(0.2)
  1892. LP.Character.Head.CanCollide = false
  1893. for i,v in pairs(LP.Character:GetDescendants()) do
  1894. if string.sub(v.Name, 1, 4) == "Neck" then
  1895. v:Destroy()
  1896. end
  1897. end
  1898. wait(0.2)
  1899. l.Name = "Humanoid"
  1900. l.Parent = LP.Character
  1901. wait(0.1)
  1902. game:GetService("Workspace").CurrentCamera.CameraSubject = LP.Character
  1903. LP.Character.Animate:Destroy()
  1904. end
  1905.  
  1906. antiremotes = false
  1907. Commands.antikick = function(args)
  1908. if args[1] then
  1909. if args[1] == "on" then
  1910. antiremotes = true
  1911. wait(0.2)
  1912. for i,v in pairs(LP.Character:GetChildren()) do
  1913. if string.find(string.lower(v.Name), "exploit") and v:IsA("LocalScript") then
  1914. v.Disabled = true
  1915. end
  1916. end
  1917. Notification("warning", "This command disables all remotes incase they are kick remotes, may break game.", 8)
  1918. Notification("info", "Does not prevent serverside kicks, use "..commandPrefix.."antikick off to turn off.", 8)
  1919. elseif args[1] == "off" then
  1920. antiremotes = false
  1921. Notification("warning", "Remote anti-kick turned off.", 8)
  1922. end
  1923. end
  1924. end
  1925.  
  1926. blockedremotes = {}
  1927. Commands.blockremote = function(args)
  1928. local getService = ""
  1929. if args[1] then
  1930. local remoteName = string.lower(tostring(args[1]))
  1931. if args[2] then
  1932. local serviceRemote = string.lower(tostring(args[2]))
  1933. if serviceRemote == "workspace" then
  1934. getService = "Workspace"
  1935. elseif serviceRemote == "replicatedstorage" then
  1936. getService = "ReplicatedStorage"
  1937. elseif serviceRemote == "players" then
  1938. getService = "Players"
  1939. elseif serviceRemote == "lighting" then
  1940. getService = "Lighting"
  1941. elseif serviceRemote == "startergui" then
  1942. getService = "StarterGui"
  1943. elseif serviceRemote == "starterpack" then
  1944. getService = "StarterPack"
  1945. elseif serviceRemote == "starterplayer" then
  1946. getService = "StarterPlayer"
  1947. else
  1948. getService = "ReplicatedStorage"
  1949. end
  1950. else
  1951. getService = "ReplicatedStorage"
  1952. end
  1953. for i,getRemote in pairs(game:GetService(getService):GetDescendants()) do
  1954. if string.lower(getRemote.Name) == remoteName then
  1955. table.insert(blockedremotes, getRemote.Name)
  1956. end
  1957. end
  1958. end
  1959. Notification("warning", "If this command does not work, make sure you type remote name/service fully correct.", 8)
  1960. end
  1961.  
  1962. spyingremotes = false
  1963. Commands.remotespy = function(args)
  1964. if args[1] then
  1965. if args[1] == "on" then
  1966. spyingremotes = true
  1967. Notification("info", "Remotespy turned on.", 4)
  1968. elseif args[1] == "off" then
  1969. spyingremotes = false
  1970. Notification("info", "Remotespy turned off.", 4)
  1971. end
  1972. end
  1973. end
  1974.  
  1975. Commands.bang = function(args)
  1976. if args[1] then
  1977. for i,v in pairs(findSinglePlayer(args[1])) do
  1978. if v ~= nil then
  1979. following = true
  1980. flwplr = v
  1981. flwnum = -1
  1982. local bangAnimation = Instance.new("Animation")
  1983. bangAnimation.AnimationId = "rbxassetid://148840371"
  1984. bangTrack = LP.Character.Humanoid:LoadAnimation(bangAnimation)
  1985. if args[2] then
  1986. bangTrack:Play(.1, 1, args[2])
  1987. else
  1988. bangTrack:Play(.1, 1, 1)
  1989. end
  1990. end
  1991. end
  1992. else
  1993. Notification("warning", "No player selected to follow! Use: "..commandPrefix.."follow player", 4)
  1994. end
  1995. end
  1996.  
  1997. Commands.unbang = function(args)
  1998. following = false
  1999. bangTrack:Stop()
  2000. end
  2001.  
  2002. spamdelay = 1
  2003. spamtext = "Spam"
  2004. spamming = false
  2005. Commands.spam = function(args)
  2006. if args[1] then
  2007. spamtext = args[1]
  2008. spamming = true
  2009. end
  2010. end
  2011. Commands.spamdelay = function(args)
  2012. if args[1] then
  2013. spamdelay = args[1]
  2014. end
  2015. end
  2016. spawn(function()
  2017. while wait(spamdelay) do
  2018. if spamming then
  2019. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamtext, "All")
  2020. end
  2021. end
  2022. end)
  2023.  
  2024. Commands.unspam = function(args)
  2025. spamming = false
  2026. end
  2027.  
  2028. Commands.info = function(args)
  2029. if args[1] then
  2030. for i,v in pairs(findSinglePlayer(args[1])) do
  2031. createINFO(v)
  2032. end
  2033. end
  2034. end
  2035.  
  2036. Commands.age = function(args)
  2037. if args[1] then
  2038. for i,v in pairs(findPlayer(args[1])) do
  2039. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(v.Name.." Account Age: "..v.AccountAge.." days!", "All")
  2040. end
  2041. end
  2042. end
  2043.  
  2044. Commands.invisible = function(args)
  2045. local Character = LP.Character
  2046. if LP.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  2047. local Clone = Character.HumanoidRootPart:Clone()
  2048. Character.HumanoidRootPart:Destroy()
  2049. Clone.Parent = Character
  2050. else
  2051. local Clone = Character.LowerTorso.Root:Clone()
  2052. Character.LowerTorso.Root:Destroy()
  2053. Clone.Parent = Character.LowerTorso
  2054. end
  2055. end
  2056.  
  2057. walkto = false
  2058. walkplr = ""
  2059. Commands.walk = function(args)
  2060. if args[1] then
  2061. for i,v in pairs(findSinglePlayer(args[1])) do
  2062. walkplr = v
  2063. walkto = true
  2064. noclip = true
  2065. end
  2066. end
  2067. end
  2068.  
  2069. Commands.unwalk = function(args)
  2070. walkto = false
  2071. noclip = false
  2072. LP.Character.Humanoid:MoveTo(LP.Character.HumanoidRootPart.Position)
  2073. end
  2074.  
  2075. Commands.glitch = function(args)
  2076. if hasTools() == false then
  2077. Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
  2078. else
  2079. FEGodmode()
  2080. for i,v in pairs(LP.Backpack:GetChildren())do
  2081. LP.Character.Humanoid:EquipTool(v)
  2082. end
  2083. if args[1] then
  2084. for i,v in pairs(findSinglePlayer(args[1])) do
  2085. local function tp(player,player2)
  2086. local char1,char2=player.Character,player2.Character
  2087. if char1 and char2 then
  2088. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  2089. end
  2090. end
  2091. tp(game:GetService("Players")[v.Name], LP)
  2092. wait(0.2)
  2093. tp(game:GetService("Players")[v.Name], LP)
  2094. wait(0.5)
  2095. local b = Instance.new("BodyForce")
  2096. b.Parent = LP.Character.HumanoidRootPart
  2097. b.Name = "Glitch"
  2098. if args[2] then
  2099. b.Force = Vector3.new(args[2],5000,0)
  2100. else
  2101. b.Force = Vector3.new(100000000,5000,0)
  2102. end
  2103. wait(6)
  2104. b:Destroy()
  2105. end
  2106. end
  2107. end
  2108. end
  2109.  
  2110. Commands.tp = function(args)
  2111. if args[1] then
  2112. for i,v in pairs(findSinglePlayer(args[1])) do
  2113. if v == LP then
  2114. if args[2] then
  2115. for i,a in pairs(findSinglePlayer(args[2])) do
  2116. v.Character.HumanoidRootPart.CFrame = a.Character.HumanoidRootPart.CFrame
  2117. end
  2118. end
  2119. else
  2120. if hasTools() == false then
  2121. Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
  2122. else
  2123. FEGodmode()
  2124. for i,v in pairs(LP.Backpack:GetChildren())do
  2125. LP.Character.Humanoid:EquipTool(v)
  2126. end
  2127. if args[1] then
  2128. for i,first in pairs(findSinglePlayer(args[1])) do
  2129. if args[2] then
  2130. for i,second in pairs(findSinglePlayer(args[2])) do
  2131. local function tp(player,player2)
  2132. local char1,char2=player.Character,player2.Character
  2133. if char1 and char2 then
  2134. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  2135. end
  2136. end
  2137. local function getout(player,player2)
  2138. local char1,char2=player.Character,player2.Character
  2139. if char1 and char2 then
  2140. char1:MoveTo(char2.Head.Position)
  2141. end
  2142. end
  2143. tp(LP, first)
  2144. wait(0.2)
  2145. tp(LP, first)
  2146. wait(0.5)
  2147. tp(LP, second)
  2148. wait(0.2)
  2149. tp(LP, second)
  2150. wait(0.2)
  2151. getout(LP, first)
  2152. end
  2153. end
  2154. end
  2155. end
  2156. end
  2157. end
  2158. end
  2159. end
  2160. end
  2161.  
  2162. Commands.givetool = function(args)
  2163. if args[1] then
  2164. if args[2] then
  2165. local selectedTool = ""
  2166. for i,allTools in pairs(LP.Character:GetDescendants()) do
  2167. if allTools:IsA("Tool") and string.lower(allTools.Name) == string.lower(args[2]) then
  2168. selectedTool = allTools
  2169. else
  2170. for i,otherTools in pairs(LP.Backpack:GetDescendants()) do
  2171. if otherTools:IsA("Tool") and string.lower(otherTools.Name) == string.lower(args[2]) then
  2172. selectedTool = otherTools
  2173. end
  2174. end
  2175. end
  2176. end
  2177. for i,v in pairs(findSinglePlayer(args[1])) do
  2178. if selectedTool ~= "" then
  2179. selectedTool.Parent = v.Character
  2180. end
  2181. end
  2182. else
  2183. for i,plr in pairs(findSinglePlayer(args[1])) do
  2184. for i,tool in pairs(LP.Character:GetDescendants()) do
  2185. if tool:IsA("Tool") then
  2186. tool.Parent = plr.Character
  2187. end
  2188. end
  2189. end
  2190. end
  2191. end
  2192. end
  2193.  
  2194. Commands.givealltools = function(args)
  2195. LP.Character.Humanoid:UnequipTools()
  2196. for i,plr in pairs(findSinglePlayer(args[1])) do
  2197. for i,v in pairs(LP.Character:GetDescendants()) do
  2198. if v:IsA("Tool") then
  2199. v.Parent = plr.Character
  2200. end
  2201. end
  2202. for i,a in pairs(LP.Backpack:GetDescendants()) do
  2203. if a:IsA("Tool") then
  2204. a.Parent = plr.Character
  2205. end
  2206. end
  2207. end
  2208. end
  2209.  
  2210. Commands.blockhats = function(args)
  2211. for i,v in pairs(LP.Character:GetDescendants()) do
  2212. if v:IsA("Accessory") or v:IsA("Hat") then
  2213. for i,mesh in pairs(v:GetDescendants()) do
  2214. if mesh.Name == "Mesh" then
  2215. mesh:Destroy()
  2216. end
  2217. end
  2218. end
  2219. end
  2220. end
  2221.  
  2222. Commands.blocktool = function(args)
  2223. for i,v in pairs(LP.Character:GetDescendants()) do
  2224. if v:IsA("Tool") then
  2225. for i,mesh in pairs(v:GetDescendants()) do
  2226. if mesh.Name == "Mesh" then
  2227. mesh:Destroy()
  2228. end
  2229. end
  2230. end
  2231. end
  2232. end
  2233.  
  2234. Commands.orbit = function(args)
  2235. if args[1] then
  2236. for i,v in pairs(findSinglePlayer(args[1])) do
  2237. view(v)
  2238. RocketPropulsion(5000,100,5000,v,"OrbitMove")
  2239. end
  2240. else
  2241. Notification("warning", "No player selected to orbit! Use: "..commandPrefix.."orbit player", 4)
  2242. end
  2243. end
  2244.  
  2245. Commands.unorbit = function(args)
  2246. for i,v in pairs(LP.Character:GetDescendants()) do
  2247. if v.Name == "OrbitMove" then
  2248. v:Destroy()
  2249. end
  2250. end
  2251. view(LP)
  2252. end
  2253.  
  2254. Commands.pos = function(args)
  2255. Notification("info", "Your current position is ".. tostring(LP.Character.HumanoidRootPart.Position), 9)
  2256. end
  2257.  
  2258. SavedPosition = ""
  2259. Commands.savepos = function(args)
  2260. SavedPosition = LP.Character.HumanoidRootPart.CFrame
  2261. end
  2262. Commands.loadpos = function(args)
  2263. if SavedPosition ~= "" then
  2264. LP.Character.HumanoidRootPart.CFrame = SavedPosition
  2265. end
  2266. end
  2267.  
  2268. Commands.tppos = function(args)
  2269. if args[1] and args[2] and args[3] then
  2270. LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(args[1], args[2], args[3]))
  2271. end
  2272. end
  2273.  
  2274. Commands.pmspam = function(args)
  2275. if args[1] then
  2276. local gotPlayer = ""
  2277. for i,v in pairs(findPlayer(args[1])) do
  2278. gotPlayer = v
  2279. end
  2280. table.remove(args, 1)
  2281. local pmSpamMsg = table.concat(args," ")
  2282. spamtext = "/w "..gotPlayer.Name.." "..pmSpamMsg
  2283. spamming = true
  2284. end
  2285. end
  2286.  
  2287. Commands.unpmspam = function(args)
  2288. spamming = false
  2289. end
  2290.  
  2291. Commands.wsvis = function(args)
  2292. if args[1] then
  2293. for i,v in pairs(gsWorkspace:GetDescendants()) do
  2294. if v:IsA("Part") or v:IsA("Decal") then
  2295. if tonumber(args[1]) > 1 then
  2296. v.Transparency = 0.5
  2297. else
  2298. v.Transparency = args[1]
  2299. end
  2300. end
  2301. end
  2302. end
  2303. clientSided()
  2304. end
  2305.  
  2306. Commands.bringobj = function(args)
  2307. if args[1] then
  2308. local Object = ""
  2309. for i,v in pairs(gsWorkspace:GetDescendants()) do
  2310. if string.lower(v.Name) == string.lower(args[1]) then
  2311. Object = v
  2312. end
  2313. end
  2314. if Object == "" then
  2315. Notification("warning", "Object was not found in the workspace.", 6)
  2316. end
  2317. if args[2] then
  2318. Object.CFrame = LP.Character.HumanoidRootPart.CFrame + LP.Character.HumanoidRootPart.CFrame.lookVector * args[2]
  2319. else
  2320. Object.CFrame = LP.Character.HumanoidRootPart.CFrame + LP.Character.HumanoidRootPart.CFrame.lookVector * 3
  2321. end
  2322. clientSided()
  2323. end
  2324. end
  2325.  
  2326. CBRINGplr = ""
  2327. cbringing = false
  2328. cbringingall = false
  2329. Commands.cbring = function(args)
  2330. if args[1] then
  2331. if string.lower(tostring(args[1])) == "all" or string.lower(tostring(args[1])) == "others" then
  2332. cbringingall = true
  2333. else
  2334. for i,v in pairs(findPlayer(args[1])) do
  2335. CBRINGplr = v
  2336. cbringing = true
  2337. end
  2338. end
  2339. if args[2] then
  2340. CBRINGamount = args[2]
  2341. else
  2342. CBRINGamount = 3
  2343. end
  2344. clientSided()
  2345. end
  2346. end
  2347.  
  2348. Commands.uncbring = function(args)
  2349. cbringing = false
  2350. cbringingall = false
  2351. end
  2352.  
  2353. Commands.cfreeze = function(args)
  2354. if args[1] then
  2355. for i,v in pairs(findPlayer(args[1])) do
  2356. v.Character.HumanoidRootPart.Anchored = true
  2357. end
  2358. clientSided()
  2359. end
  2360. end
  2361.  
  2362. Commands.uncfreeze = function(args)
  2363. if args[1] then
  2364. for i,v in pairs(findPlayer(args[1])) do
  2365. v.Character.HumanoidRootPart.Anchored = false
  2366. end
  2367. else
  2368. for i,all in pairs(gsPlayers:GetPlayers()) do
  2369. all.Character.HumanoidRootPart.Anchored = false
  2370. end
  2371. end
  2372. end
  2373.  
  2374. Commands.unattach = function(args)
  2375. local function getout(player,player2)
  2376. local char1,char2=player.Character,player2.Character
  2377. if char1 and char2 then
  2378. char1:MoveTo(char2.Head.Position)
  2379. end
  2380. end
  2381. getout(LP, LP)
  2382. end
  2383.  
  2384. currentToolSize = ""
  2385. Commands.reach = function(args)
  2386. if args[1] then
  2387. for i,v in pairs(LP.Character:GetDescendants()) do
  2388. if v:IsA("Tool") then
  2389. if string.lower(tostring(args[1])) == "off" then
  2390. v.Handle.Size = currentToolSize
  2391. v.Handle.SelectionBoxCreated:Destroy()
  2392. LP.Character.Humanoid:UnequipTools()
  2393. elseif string.lower(tostring(args[1])) == "on" then
  2394. if args[2] then
  2395. currentToolSize = v.Handle.Size
  2396. local a = Instance.new("SelectionBox",v.Handle)
  2397. a.Name = "SelectionBoxCreated"
  2398. a.Adornee = v.Handle
  2399. v.Handle.Size = Vector3.new(0.5,0.5,args[2])
  2400. v.GripPos = Vector3.new(0,0,0)
  2401. LP.Character.Humanoid:UnequipTools()
  2402. else
  2403. currentToolSize = v.Handle.Size
  2404. local a = Instance.new("SelectionBox",v.Handle)
  2405. a.Name = "SelectionBoxCreated"
  2406. a.Adornee = v.Handle
  2407. v.Handle.Size = Vector3.new(0.5,0.5,60)
  2408. v.GripPos = Vector3.new(0,0,0)
  2409. LP.Character.Humanoid:UnequipTools()
  2410. end
  2411. end
  2412. end
  2413. end
  2414. end
  2415. end
  2416.  
  2417. Commands.droptool = function(args)
  2418. for i,v in pairs(LP.Character:GetDescendants()) do
  2419. if v:IsA("Tool") then
  2420. v.Parent = gsWorkspace
  2421. end
  2422. end
  2423. for i,a in pairs(LP.Backpack:GetDescendants()) do
  2424. if a:IsA("Tool") then
  2425. a.Parent = gsWorkspace
  2426. end
  2427. end
  2428. end
  2429.  
  2430. Commands.drophats = function(args)
  2431. for i,v in pairs(LP.Character:GetDescendants()) do
  2432. if v:IsA("Accessory") or v:IsA("Hat") then
  2433. v.Parent = gsWorkspace
  2434. end
  2435. end
  2436. end
  2437.  
  2438. Commands.hidecmdbar = function(args)
  2439. CMDBAR.Visible = false
  2440. end
  2441.  
  2442. Commands.showcmdbar = function(args)
  2443. CMDBAR.Visible = true
  2444. end
  2445.  
  2446. Commands.prefix = function(args)
  2447. if args[1] then
  2448. commandPrefix = string.sub(tostring(args[1]), 1, 1)
  2449. fullUpdate()
  2450. end
  2451. end
  2452.  
  2453. Commands.removeinvis = function(args)
  2454. for i,v in pairs(gsWorkspace:GetDescendants()) do
  2455. if v:IsA("Part") and v.Name ~= "HumanoidRootPart" then
  2456. if v.Transparency == 1 then
  2457. v:Destroy()
  2458. end
  2459. end
  2460. end
  2461. clientSided()
  2462. end
  2463.  
  2464. Commands.removefog = function(args)
  2465. gsLighting.FogStart = 0
  2466. gsLighting.FogEnd = 9999999999999
  2467. clientSided()
  2468. end
  2469.  
  2470. Commands.animation = function(args)
  2471. if args[1] then
  2472. if string.lower(tostring(args[1])) == "gui" then
  2473. loadstring(game:HttpGet(("https://pastebin.com/raw/mdbTSP4d"),true))()
  2474. else
  2475. local Anim = Instance.new("Animation")
  2476. Anim.AnimationId = "rbxassetid://".. tostring(args[1])
  2477. local track = LP.Character.Humanoid:LoadAnimation(Anim)
  2478. if args[2] then
  2479. track:Play(.1, 1, args[2])
  2480. else
  2481. track:Play(.1, 1, 1)
  2482. end
  2483. end
  2484. end
  2485. end
  2486.  
  2487. Commands.btools = function(args)
  2488. local Clone_T = Instance.new("HopperBin",LP.Backpack)
  2489. Clone_T.BinType = "Clone"
  2490. local Destruct = Instance.new("HopperBin",LP.Backpack)
  2491. Destruct.BinType = "Hammer"
  2492. local Hold_T = Instance.new("HopperBin",LP.Backpack)
  2493. Hold_T.BinType = "Grab"
  2494. clientSided()
  2495. end
  2496.  
  2497. Commands.esp = function(args)
  2498. if args[1] then
  2499. for i,v in pairs(findPlayer(args[1])) do
  2500. local espPlayer = v
  2501. for i,createESP in pairs(espPlayer.Character:GetDescendants()) do
  2502. if createESP:IsA("Part") or createESP:IsA("MeshPart") then
  2503. if createESP.Name ~= "HumanoidRootPart" and createESP.Name ~= "Handle" then
  2504. local current = true
  2505. local espBOX = Instance.new("BoxHandleAdornment")
  2506. espBOX.Parent = gsCoreGui
  2507. espBOX.Name = "rGET"..espPlayer.Name
  2508. espBOX.Adornee = createESP
  2509. espBOX.AlwaysOnTop = true
  2510. espBOX.ZIndex = 0
  2511. espBOX.Size = createESP.Size
  2512. espBOX.Transparency = 0.3
  2513. local AboveHead = Instance.new("BillboardGui")
  2514. AboveHead.Parent = gsCoreGui
  2515. AboveHead.Adornee = espPlayer.Character.Head
  2516. AboveHead.Name = "rGET"..espPlayer.Name
  2517. AboveHead.Size = UDim2.new(0, 100, 0, 100)
  2518. AboveHead.StudsOffset = Vector3.new(0, 1, 0)
  2519. AboveHead.AlwaysOnTop = true
  2520. local Info = Instance.new("TextLabel")
  2521. Info.Parent = AboveHead
  2522. Info.BackgroundTransparency = 1
  2523. Info.Position = UDim2.new(0, 0, 0, 0)
  2524. Info.Size = UDim2.new(1, 0, 0, 40)
  2525. Info.TextColor3 = Color3.fromRGB(200,200,200)
  2526. Info.TextStrokeTransparency = 0.5
  2527. Info.TextSize = 15
  2528. if espPlayer.TeamColor == LP.TeamColor then
  2529. espBOX.Color = BrickColor.new("Lime green")
  2530. Info.TextStrokeColor3 = Color3.fromRGB(10,100,10)
  2531. else
  2532. espBOX.Color = BrickColor.new("Really red")
  2533. Info.TextStrokeColor3 = Color3.fromRGB(100,10,10)
  2534. end
  2535. game:GetService('RunService').Stepped:connect(function()
  2536. if current and LP.Character.Humanoid and espPlayer.Character.HumanoidRootPart then
  2537. Info.Text = espPlayer.Name.." (".. math.floor((LP.Character.HumanoidRootPart.Position - espPlayer.Character.HumanoidRootPart.Position).magnitude)..")"
  2538. end
  2539. end)
  2540. espPlayer.Character.Humanoid.Died:Connect(function()
  2541. current = false
  2542. espBOX:Destroy()
  2543. AboveHead:Destroy()
  2544. end)
  2545. gsPlayers.PlayerRemoving:Connect(function(plr)
  2546. if plr == espPlayer then
  2547. current = false
  2548. espBOX:Destroy()
  2549. AboveHead:Destroy()
  2550. end
  2551. end)
  2552. end
  2553. end
  2554. end
  2555. end
  2556. clientSided()
  2557. end
  2558. end
  2559.  
  2560. Commands.unesp = function(args)
  2561. if not args[1] then
  2562. for i,v in pairs(gsCoreGui:GetDescendants()) do
  2563. if string.sub(v.Name, 1, 4) == "rGET" then
  2564. v:Destroy()
  2565. end
  2566. end
  2567. else
  2568. for i,v in pairs(gsCoreGui:GetDescendants()) do
  2569. if string.sub(v.Name, 1, 4) == "rGET" then
  2570. for i,a in pairs(findPlayer(args[1])) do
  2571. if string.sub(v.Name, 5) == a.Name then
  2572. v:Destroy()
  2573. end
  2574. end
  2575. end
  2576. end
  2577. end
  2578. end
  2579.  
  2580. Commands.dice = function(args)
  2581. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("You rolled a dice for ".. tostring(math.random(1, 6)), "All")
  2582. end
  2583.  
  2584. Commands.random = function(args)
  2585. if args[1] and args[2] then
  2586. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Picking random number between "..args[1].." and "..args[2].."... The number is ".. tostring(math.random(args[1], args[2])), "All")
  2587. end
  2588. end
  2589.  
  2590. Commands.closegame = function(args)
  2591. game:Shutdown()
  2592. end
  2593.  
  2594. Commands.savetool = function(args)
  2595. if args[1] then
  2596. for i,a in pairs(LP.Character:GetDescendants()) do
  2597. if a:IsA("Tool") and string.lower(a.Name) == string.lower(tostring(args[1])) then
  2598. a.Parent = LP
  2599. local oldName = a.Name
  2600. a.Name = "saved "..oldName
  2601. else
  2602. for i,n in pairs(LP.Backpack:GetDescendants()) do
  2603. if n:IsA("Tool") and string.lower(n.Name) == string.lower(tostring(args[1])) then
  2604. n.Parent = LP
  2605. local sOldName = n.Name
  2606. n.Name = "saved "..sOldName
  2607. end
  2608. end
  2609. end
  2610. end
  2611. else
  2612. for i,v in pairs(LP.Character:GetDescendants()) do
  2613. if v:IsA("Tool") then
  2614. v.Parent = LP
  2615. local oldName = v.Name
  2616. v.Name = "saved "..oldName
  2617. end
  2618. end
  2619. end
  2620. end
  2621.  
  2622. Commands.loadtool = function(args)
  2623. if args[1] then
  2624. for i,a in pairs(LP:GetChildren()) do
  2625. if a:IsA("Tool") and string.sub(a.Name, 1, 5) == "saved" and string.lower(string.sub(a.Name, 7)) == string.lower(tostring(args[1])) then
  2626. a.Parent = LP.Backpack
  2627. local currentName = a.Name
  2628. a.Name = string.sub(currentName, 7)
  2629. end
  2630. end
  2631. else
  2632. for i,v in pairs(LP:GetChildren()) do
  2633. if string.sub(v.Name, 1, 5) == "saved" then
  2634. v.Parent = LP.Backpack
  2635. local currentName = v.Name
  2636. v.Name = string.sub(currentName, 7)
  2637. end
  2638. end
  2639. end
  2640. end
  2641.  
  2642. Commands.savealltool = function(args)
  2643. for i,v in pairs(LP.Character:GetDescendants()) do
  2644. if v:IsA("Tool") then
  2645. v.Parent = LP
  2646. local oldName = v.Name
  2647. v.Name = "saved "..oldName
  2648. end
  2649. end
  2650. for i,v in pairs(LP.Backpack:GetDescendants()) do
  2651. if v:IsA("Tool") then
  2652. v.Parent = LP
  2653. local oldName = v.Name
  2654. v.Name = "saved "..oldName
  2655. end
  2656. end
  2657. end
  2658.  
  2659. Commands.loadalltool = function(args)
  2660. for i,v in pairs(LP:GetChildren()) do
  2661. if v:IsA("Tool") and string.sub(v.Name, 1, 5) == "saved" then
  2662. v.Parent = LP.Backpack
  2663. local currentName = v.Name
  2664. v.Name = string.sub(currentName, 7)
  2665. end
  2666. end
  2667. end
  2668.  
  2669. Mouse.KeyDown:Connect(function(key)
  2670. if key == clicktpKEY and clicktpACTIVE == true then
  2671. if Mouse.Target then
  2672. LP.Character.HumanoidRootPart.CFrame = CFrame.new(Mouse.Hit.x, Mouse.Hit.y + 5, Mouse.Hit.z)
  2673. end
  2674. end
  2675. if key == clickdelKEY and clickdelACTIVE == true then
  2676. if Mouse.Target then
  2677. Mouse.Target:Destroy()
  2678. end
  2679. end
  2680. end)
  2681. Mouse.Button1Down:Connect(function()
  2682. if clicktpACTIVE == true and clicktpCLICK == true then
  2683. if Mouse.Target then
  2684. LP.Character.HumanoidRootPart.CFrame = CFrame.new(Mouse.Hit.x, Mouse.Hit.y + 5, Mouse.Hit.z)
  2685. end
  2686. end
  2687. if clickdelACTIVE == true and clickdelCLICK == true then
  2688. if Mouse.Target then
  2689. Mouse.Target:Destroy()
  2690. end
  2691. end
  2692. end)
  2693.  
  2694. clicktpKEY = ""
  2695. clickdelKEY = ""
  2696. clicktpACTIVE = false
  2697. clickdelACTIVE = false
  2698. clicktpCLICK = false
  2699. clickdelCLICK = false
  2700.  
  2701. Commands.clicktp = function(args)
  2702. if args[1] then
  2703. clicktpKEY = string.sub(tostring(args[1]), 1, 1)
  2704. clicktpACTIVE = true
  2705. clicktpCLICK = false
  2706. else
  2707. clicktpKEY = ""
  2708. clicktpACTIVE = true
  2709. clicktpCLICK = true
  2710. end
  2711. clientSided()
  2712. end
  2713.  
  2714. Commands.clickdel = function(args)
  2715. if args[1] then
  2716. clickdelKEY = string.sub(tostring(args[1]), 1, 1)
  2717. clickdelACTIVE = true
  2718. clickdelCLICK = false
  2719. else
  2720. clickdelKEY = ""
  2721. clickdelACTIVE = true
  2722. clickdelCLICK = true
  2723. end
  2724. clientSided()
  2725. end
  2726.  
  2727. Commands.unclicktp = function(args)
  2728. clicktpACTIVE = false
  2729. end
  2730.  
  2731. Commands.unclickdel = function(args)
  2732. clickdelACTIVE = false
  2733. end
  2734.  
  2735. Commands.oof = function(args)
  2736. spawn(function()
  2737. while wait() do
  2738. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  2739. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  2740. for _,x in pairs(v.Character.Head:GetChildren()) do
  2741. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true, true) end
  2742. end
  2743. end
  2744. end
  2745. end
  2746. end)
  2747. end
  2748.  
  2749. Commands.chatlogs = function(args)
  2750. MainChatFrame.Position = UDim2.new(0, 760, 0, 261)
  2751. MainChatFrame.Visible = true
  2752. end
  2753.  
  2754. Commands.stopadmin = function(args)
  2755. commandPrefix = " "
  2756. following = false
  2757. trailing = false
  2758. annoying = false
  2759. CMDBAR.Visible = false
  2760. Match.Visible = false
  2761. flying = false
  2762. end
  2763.  
  2764. Commands.freecam = function(args)
  2765. for i,getFC in pairs(gsWorkspace:GetDescendants()) do
  2766. if getFC.Name == "rGETpartNUMBER2" then
  2767. getFC:Destroy()
  2768. end
  2769. end
  2770. local CameraPart = Instance.new("Part")
  2771. CameraPart.CanCollide = false
  2772. CameraPart.CFrame = LP.Character.Head.CFrame
  2773. CameraPart.Locked = true
  2774. CameraPart.Transparency = 1
  2775. CameraPart.Size = Vector3.new(1, 1, 1)
  2776. CameraPart.Parent = gsWorkspace
  2777. CameraPart.Name = "rGETpartNUMBER2"
  2778. if bypassMODE == true then
  2779. loopviewfc = true
  2780. elseif bypassMODE == false then
  2781. gsWorkspace.CurrentCamera.CameraSubject = CameraPart
  2782. end
  2783. local speedget = 1
  2784. local T = CameraPart
  2785. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2786. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2787. local SPEED = speedget
  2788. if args[1] then
  2789. speedfly = tonumber(args[1])
  2790. else
  2791. speedfly = 1
  2792. end
  2793. local function freecamfly()
  2794. LP.Character.Head.Anchored = true
  2795. doFREECAM = true
  2796. local BG = Instance.new('BodyGyro', T)
  2797. local BV = Instance.new('BodyVelocity', T)
  2798. BG.P = 9e4
  2799. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  2800. BG.cframe = T.CFrame
  2801. BV.velocity = Vector3.new(0, 0.1, 0)
  2802. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  2803. spawn(function()
  2804. repeat wait()
  2805. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  2806. SPEED = 50
  2807. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  2808. SPEED = 0
  2809. end
  2810. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  2811. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  2812. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  2813. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  2814. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  2815. else
  2816. BV.velocity = Vector3.new(0, 0.1, 0)
  2817. end
  2818. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  2819. until not doFREECAM
  2820. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  2821. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  2822. SPEED = 0
  2823. BG:destroy()
  2824. BV:destroy()
  2825. end)
  2826. end
  2827. Mouse.KeyDown:connect(function(KEY)
  2828. if KEY:lower() == 'w' then
  2829. CONTROL.F = speedfly
  2830. elseif KEY:lower() == 's' then
  2831. CONTROL.B = -speedfly
  2832. elseif KEY:lower() == 'a' then
  2833. CONTROL.L = -speedfly
  2834. elseif KEY:lower() == 'd' then
  2835. CONTROL.R = speedfly
  2836. end
  2837. end)
  2838. Mouse.KeyUp:connect(function(KEY)
  2839. if KEY:lower() == 'w' then
  2840. CONTROL.F = 0
  2841. elseif KEY:lower() == 's' then
  2842. CONTROL.B = 0
  2843. elseif KEY:lower() == 'a' then
  2844. CONTROL.L = 0
  2845. elseif KEY:lower() == 'd' then
  2846. CONTROL.R = 0
  2847. end
  2848. end)
  2849. freecamfly()
  2850. end
  2851.  
  2852. Commands.fc = function(args)
  2853. if args[1] then
  2854. run(commandPrefix.."freecam "..args[1])
  2855. else
  2856. run(commandPrefix.."freecam")
  2857. end
  2858. end
  2859.  
  2860. Commands.unfreecam = function(args)
  2861. doFREECAM = false
  2862. LP.Character.Head.Anchored = false
  2863. view(LP)
  2864. if gsWorkspace.rGETpartNUMBER2 then
  2865. gsWorkspace.rGETpartNUMBER2:Destroy()
  2866. end
  2867. loopviewfc = false
  2868. end
  2869.  
  2870. Commands.unfc = function(args)
  2871. doFREECAM = false
  2872. LP.Character.Head.Anchored = false
  2873. view(LP)
  2874. if gsWorkspace.rGETpartNUMBER2 then
  2875. gsWorkspace.rGETpartNUMBER2:Destroy()
  2876. end
  2877. loopviewfc = false
  2878. end
  2879.  
  2880. Commands.gotofc = function(args)
  2881. doFREECAM = false
  2882. LP.Character.Head.Anchored = false
  2883. view(LP)
  2884. pcall(function()
  2885. LP.Character.HumanoidRootPart.CFrame = gsWorkspace.rGETpartNUMBER2.CFrame
  2886. gsWorkspace.rGETpartNUMBER2:Destroy()
  2887. end)
  2888. loopviewfc = false
  2889. end
  2890.  
  2891. Commands.fctp = function(args)
  2892. if args[1] then
  2893. for i,v in pairs(findPlayer(args[1])) do
  2894. pcall(function()
  2895. gsWorkspace.rGETpartNUMBER2.CFrame = v.Character.Head.CFrame
  2896. end)
  2897. end
  2898. end
  2899. end
  2900.  
  2901. Commands.cmds = function(args)
  2902. CMDSmain.Position = UDim2.new(0, 695, 0, 297)
  2903. CMDSmain.Visible = true
  2904. CMDSmain:TweenSize(UDim2.new(0, 440, 0, 367), "InOut", "Sine", 1)
  2905. end
  2906.  
  2907. Commands.fullcredits = function(args)
  2908. Notification("info", "Credit to Autumn, Josh and 3dsboy08 (Help with "..commandPrefix.."remotespy and anti client kick)", 1)
  2909. Notification("info", "Credit to Infinite Yield developers (Assisted in "..commandPrefix.."esp and "..commandPrefix.."fly commands)", 1)
  2910. Notification("info", "Credit to Timeless ("..commandPrefix.."invisible) and Harkinian ("..commandPrefix.."shutdown)", 1)
  2911. Notification("info", "Credit to DEX creators ("..commandPrefix.."explorer) and xFunnieuss ("..commandPrefix.."spinhats)", 1)
  2912. Notification("info", "Only creator is illremember", 2)
  2913. end
  2914.  
  2915. Commands.hotkey = function(args)
  2916. if args[1] then
  2917. local hotkeyKEY = string.sub(tostring(args[1]), 1, 3)
  2918. if args[2] then
  2919. table.remove(args, 1)
  2920. local hotkeyCMD = table.concat(args, " ")
  2921. table.insert(hotkeys, hotkeyCMD.."//"..hotkeyKEY)
  2922. fullUpdate()
  2923. Notification("info", "Hotkey added!", 1)
  2924. end
  2925. end
  2926. end
  2927.  
  2928. Mouse.KeyDown:Connect(function(key)
  2929. for i,v in pairs(hotkeys) do
  2930. local currentKey = string.match(v, "[%a%d]+$")
  2931. if string.len(currentKey) == 1 then
  2932. if key == string.sub(v, #v, #v) then
  2933. local commandtoRUN = string.match(v, "^[%w%s]+")
  2934. if string.sub(string.lower(tostring(commandtoRUN)), 1, 3) == "fly" then
  2935. if bypassMODE == true then
  2936. if doFREECAM == false then
  2937. run(commandPrefix..tostring(commandtoRUN))
  2938. else
  2939. run(commandPrefix.."unfly")
  2940. end
  2941. else
  2942. if flying == false then
  2943. run(commandPrefix..tostring(commandtoRUN))
  2944. else
  2945. run(commandPrefix.."unfly")
  2946. end
  2947. end
  2948. elseif tostring(commandtoRUN) == "noclip" then
  2949. if noclip == false then
  2950. run(commandPrefix..tostring(commandtoRUN))
  2951. else
  2952. run(commandPrefix.."clip")
  2953. end
  2954. elseif tostring(commandtoRUN) == "freecam" or tostring(commandtoRUN) == "fc" then
  2955. if doFREECAM == false then
  2956. run(commandPrefix..tostring(commandtoRUN))
  2957. else
  2958. if fchotkeymode == "goto" then
  2959. run(commandPrefix.."gotofc")
  2960. elseif fchotkeymode == "unfc" then
  2961. run(commandPrefix.."unfreecam")
  2962. end
  2963. end
  2964. else
  2965. run(commandPrefix..tostring(commandtoRUN))
  2966. end
  2967. end
  2968. else
  2969. if string.lower(string.sub(tostring(currentKey), 1, 1)) == "f" then
  2970. local commandtoRUN = string.match(v, "^[%w%s]+")
  2971. local hotkeyadjust = tonumber(string.sub(currentKey, 2, 3)) + 25
  2972. if string.byte(key) == hotkeyadjust then
  2973. if string.sub(string.lower(tostring(commandtoRUN)), 1, 3) == "fly" then
  2974. if bypassMODE == true then
  2975. if doFREECAM == false then
  2976. run(commandPrefix..tostring(commandtoRUN))
  2977. else
  2978. run(commandPrefix.."unfly")
  2979. end
  2980. else
  2981. if flying == false then
  2982. run(commandPrefix..tostring(commandtoRUN))
  2983. else
  2984. run(commandPrefix.."unfly")
  2985. end
  2986. end
  2987. elseif tostring(commandtoRUN) == "noclip" then
  2988. if noclip == false then
  2989. run(commandPrefix..tostring(commandtoRUN))
  2990. else
  2991. run(commandPrefix.."clip")
  2992. end
  2993. elseif tostring(commandtoRUN) == "freecam" or tostring(commandtoRUN) == "fc" then
  2994. if doFREECAM == false then
  2995. run(commandPrefix..tostring(commandtoRUN))
  2996. else
  2997. if fchotkeymode == "goto" then
  2998. run(commandPrefix.."gotofc")
  2999. elseif fchotkeymode == "unfc" then
  3000. run(commandPrefix.."unfreecam")
  3001. end
  3002. end
  3003. else
  3004. run(commandPrefix..tostring(commandtoRUN))
  3005. end
  3006. end
  3007. end
  3008. end
  3009. end
  3010. end)
  3011.  
  3012. Commands.removeallhotkey = function(args)
  3013. hotkeys = {}
  3014. fullUpdate()
  3015. Notification("warning", "All hotkeys reset/removed", 6)
  3016. end
  3017.  
  3018. Commands.removehotkey = function(args)
  3019. if args[1] then
  3020. for i,v in pairs(hotkeys) do
  3021. local currentKey = string.match(v, "[%a%d]+$")
  3022. if currentKey == string.lower(tostring(args[1])) then
  3023. table.remove(hotkeys, i)
  3024. fullUpdate()
  3025. end
  3026. end
  3027. end
  3028. end
  3029.  
  3030. Commands.printhotkeys = function(args)
  3031. for i,v in pairs(hotkeys) do
  3032. warn("HOTKEYS:")
  3033. print(v)
  3034. end
  3035. end
  3036.  
  3037. Commands.os = function(args)
  3038. if args[1] then
  3039. for i,v in pairs(findPlayer(args[1])) do
  3040. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(v.Name.." is on "..v.OsPlatform, "All")
  3041. end
  3042. end
  3043. end
  3044.  
  3045. spinning = false
  3046. Commands.spin = function(args)
  3047. if args[1] then
  3048. for i,v in pairs(findSinglePlayer(args[1])) do
  3049. run(commandPrefix.."attach "..v.Name)
  3050. annplr = v
  3051. annoying = true
  3052. spinning = true
  3053. end
  3054. end
  3055. end
  3056.  
  3057. Commands.unspin = function(args)
  3058. if spinning then
  3059. annoying = false
  3060. spinning = false
  3061. end
  3062. run(""..commandPrefix.."unattach")
  3063. end
  3064.  
  3065. Commands.explorer = function(args)
  3066. loadstring(game:GetObjects("rbxassetid://418957341")[1].Source)()
  3067. Notification("info", "Loaded DEX explorer!", 5)
  3068. end
  3069.  
  3070. Commands.maxzoom = function(args)
  3071. if args[1] then
  3072. LP.CameraMaxZoomDistance = args[1]
  3073. end
  3074. end
  3075.  
  3076. Commands.stare = function(args)
  3077. if args[1] then
  3078. for i,v in pairs(findSinglePlayer(args[1])) do
  3079. stareplr = v
  3080. staring = true
  3081. end
  3082. end
  3083. end
  3084.  
  3085. Commands.unstare = function(args)
  3086. staring = false
  3087. end
  3088.  
  3089. Commands.tempgod = function(args)
  3090. local hu = LP.Character.Humanoid
  3091. local l = Instance.new("Humanoid")
  3092. l.Parent = LP.Character
  3093. l.Name = "Humanoid"
  3094. wait(0.1)
  3095. hu.Parent = LP
  3096. gsWorkspace.CurrentCamera.CameraSubject = LP.Character
  3097. LP.Character.Animate.Disabled = true
  3098. wait(0.1)
  3099. LP.Character.Animate.Disabled = false
  3100. Notification("info", "Enabled Temp FE Godmode", 4)
  3101. end
  3102.  
  3103. Commands.void = function(args)
  3104. if hasTools() == false then
  3105. Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
  3106. else
  3107. FEGodmode()
  3108. for i,v in pairs(LP.Backpack:GetChildren())do
  3109. LP.Character.Humanoid:EquipTool(v)
  3110. end
  3111. if args[1] then
  3112. for i,v in pairs(findSinglePlayer(args[1])) do
  3113. local NOW = LP.Character.HumanoidRootPart.CFrame
  3114. LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
  3115. wait(0.3)
  3116. LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
  3117. local function tp(player,player2)
  3118. local char1,char2=player.Character,player2.Character
  3119. if char1 and char2 then
  3120. char1:MoveTo(char2.Head.Position)
  3121. end
  3122. end
  3123. wait(0.5)
  3124. LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(999999999999999,0,999999999999999))
  3125. end
  3126. end
  3127. end
  3128. end
  3129.  
  3130. Commands.freefall = function(args)
  3131. if hasTools() == false then
  3132. Notification("warning", "You need a tool in your backpack/inventory to use this command.", 8)
  3133. else
  3134. FEGodmode()
  3135. for i,v in pairs(LP.Backpack:GetChildren())do
  3136. LP.Character.Humanoid:EquipTool(v)
  3137. end
  3138. if args[1] then
  3139. for i,v in pairs(findSinglePlayer(args[1])) do
  3140. local NOW = LP.Character.HumanoidRootPart.CFrame
  3141. LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
  3142. wait(0.3)
  3143. LP.Character.HumanoidRootPart.CFrame = v.Character["Left Arm"].CFrame
  3144. wait(0.5)
  3145. LP.Character.HumanoidRootPart.CFrame = NOW
  3146. wait(0.5)
  3147. LP.Character.HumanoidRootPart.CFrame = NOW
  3148. wait(0.6)
  3149. LP.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  3150. end
  3151. end
  3152. end
  3153. end
  3154.  
  3155. Commands.version = function(args)
  3156. Notification("info", "Current Shattervast Version: V2.8", 7)
  3157. end
  3158.  
  3159. Commands.shiftlockon = function(args)
  3160. LP.DevEnableMouseLock = true
  3161. Notification("info", "Shift lock enabled!", 5)
  3162. end
  3163.  
  3164. for i,needChat in pairs(gsPlayers:GetPlayers()) do
  3165. needChat.Chatted:Connect(function(msg)
  3166. if copychatall then
  3167. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(msg, "All")
  3168. end
  3169. end)
  3170. end
  3171. gsPlayers.PlayerAdded:Connect(function(plr)
  3172. plr.Chatted:Connect(function(msg)
  3173. if copychatall then
  3174. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(msg, "All")
  3175. end
  3176. end)
  3177. end)
  3178.  
  3179. copychatplayer = nil
  3180. copychatall = false
  3181. copychatACTIVE = false
  3182. Commands.copychat = function(args)
  3183. if args[1] then
  3184. if string.lower(args[1]) == "all" or string.lower(args[1]) == "others" then
  3185. copychatall = true
  3186. else
  3187. for i,v in pairs(findPlayer(args[1])) do
  3188. if v ~= LP then
  3189. copychatplayer = v
  3190. copychatACTIVE = true
  3191. end
  3192. end
  3193. end
  3194. end
  3195. end
  3196.  
  3197. Commands.uncopychat = function(args)
  3198. copychatall = false
  3199. copychatACTIVE = false
  3200. end
  3201.  
  3202. Commands.newkill = function(args)
  3203. if hasTools() == false then
  3204. Notification("warning", "You need TWO tools in your backpack/inventory to use this command.", 8)
  3205. else
  3206. if args[1] then
  3207. for i,plr in pairs(findSinglePlayer(args[1])) do
  3208. for i,v in pairs(LP.Backpack:GetChildren())do
  3209. LP.Character.Humanoid:EquipTool(v)
  3210. end
  3211. for i,v in pairs(LP.Backpack:GetDescendants()) do
  3212. if v:IsA("Tool") then
  3213. v.Parent = LP.Character
  3214. wait()
  3215. v.Parent = plr.Character
  3216. end
  3217. end
  3218. wait(0.4)
  3219. LP.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(4000000, -10, 200000))
  3220. end
  3221. end
  3222. end
  3223. end
  3224.  
  3225. Commands.newattach = function(args)
  3226. if hasTools() == false then
  3227. Notification("warning", "You need TWO tools in your backpack/inventory to use this command.", 8)
  3228. else
  3229. if args[1] then
  3230. for i,plr in pairs(findSinglePlayer(args[1])) do
  3231. for i,v in pairs(LP.Backpack:GetChildren())do
  3232. LP.Character.Humanoid:EquipTool(v)
  3233. end
  3234. for i,v in pairs(LP.Backpack:GetDescendants()) do
  3235. if v:IsA("Tool") then
  3236. v.Parent = LP.Character
  3237. wait()
  3238. v.Parent = plr.Character
  3239. end
  3240. end
  3241. end
  3242. end
  3243. end
  3244. end
  3245.  
  3246. Commands.newbring = function(args)
  3247. if hasTools() == false then
  3248. Notification("warning", "You need TWO tools in your backpack/inventory to use this command.", 8)
  3249. else
  3250. if args[1] then
  3251. for i,plr in pairs(findSinglePlayer(args[1])) do
  3252. local NOW = LP.Character.HumanoidRootPart.CFrame
  3253. for i,v in pairs(LP.Backpack:GetChildren())do
  3254. LP.Character.Humanoid:EquipTool(v)
  3255. end
  3256. for i,v in pairs(LP.Backpack:GetDescendants()) do
  3257. if v:IsA("Tool") then
  3258. v.Parent = LP.Character
  3259. wait()
  3260. v.Parent = plr.Character
  3261. end
  3262. end
  3263. wait(0.4)
  3264. LP.Character.HumanoidRootPart.CFrame = NOW
  3265. wait(0.4)
  3266. LP.Character.HumanoidRootPart.CFrame = NOW
  3267. end
  3268. end
  3269. end
  3270. end
  3271.  
  3272. Commands.spawn = function(args)
  3273. if args[1] then
  3274. if string.lower(tostring(args[1])) == "ws" then
  3275. spawnWS = args[2] or CurrentWalkspeed
  3276. LP.Character.Humanoid.WalkSpeed = args[2] or CurrentWalkspeed
  3277. elseif string.lower(tostring(args[1])) == "jp" then
  3278. spawnJP = args[2] or CurrentJumppower
  3279. LP.Character.Humanoid.JumpPower = args[2] or CurrentJumppower
  3280. elseif string.lower(tostring(args[1])) == "hh" then
  3281. spawnHH = args[2] or CurrentHipheight
  3282. LP.Character.Humanoid.HipHeight = args[2] or CurrentHipheight
  3283. elseif string.lower(tostring(args[1])) == "god" then
  3284. spawningfegod = true
  3285. FEGodmode()
  3286. end
  3287. end
  3288. end
  3289.  
  3290. Commands.unspawn = function(args)
  3291. spawnWS = CurrentWalkspeed
  3292. spawnJP = CurrentJumppower
  3293. spawnHH = CurrentHipheight
  3294. spawningfegod = false
  3295. Notification("info", "Reset spawning stats", 5)
  3296. end
  3297.  
  3298. savingtoolsloop = false
  3299. Commands.autosavetool = function(args)
  3300. if args[1] then
  3301. if string.lower(tostring(args[1])) == "on" then
  3302. savingtoolsloop = true
  3303. elseif string.lower(tostring(args[1])) == "off" then
  3304. savingtoolsloop = false
  3305. end
  3306. end
  3307. end
  3308.  
  3309. modeFling = false
  3310. modeCompliment = false
  3311. modeMove = false
  3312. modeInfo = false
  3313. Commands.beginbot = function(args)
  3314. if not args[1] then
  3315. print("fling // compliment // move // info")
  3316. Notification("info", ""..commandPrefix.."beginbot Modes printed", 5)
  3317. else
  3318. if string.lower(tostring(args[1])) == "fling" then
  3319. modeFling = true
  3320. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Hello! I am Fling-Bot 5000! Say !fling [Player] to fling that player!", "All")
  3321. elseif string.lower(tostring(args[1])) == "compliment" then
  3322. modeCompliment = true
  3323. complimentReady = true
  3324. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Good day, I am Compliment-Bot. Say !c [Player] to give them a compliment.", "All")
  3325. elseif string.lower(tostring(args[1])) == "move" then
  3326. modeMove = true
  3327. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Hi, I am movement bot. Commands you can use: !walk [Player], !bringbot, !follow [Player].", "All")
  3328. elseif string.lower(tostring(args[1])) == "info" then
  3329. modeInfo = true
  3330. infoReady = true
  3331. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Hey, I'm Info-Bot. Commands you can use: !age [Player], !id [Player].", "All")
  3332. end
  3333. end
  3334. end
  3335.  
  3336. Commands.endbot = function(args)
  3337. if not args[1] then
  3338. modeFling = false
  3339. modeCompliment = false
  3340. modeMove = false
  3341. modeInfo = false
  3342. else
  3343. if string.lower(tostring(args[1])) == "fling" then
  3344. modeFling = false
  3345. elseif string.lower(tostring(args[1])) == "compliment" then
  3346. modeCompliment = false
  3347. elseif string.lower(tostring(args[1])) == "move" then
  3348. modeMove = false
  3349. elseif string.lower(tostring(args[1])) == "info" then
  3350. modeInfo = false
  3351. end
  3352. end
  3353. end
  3354.  
  3355. Commands.stopsit = function(args)
  3356. stopsitting = true
  3357. end
  3358.  
  3359. Commands.gosit = function(args)
  3360. stopsitting = false
  3361. end
  3362.  
  3363. chattingerror = true
  3364. Commands.chaterror = function(args)
  3365. if chattingerror then
  3366. chattingerror = false
  3367. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(" ", "All")
  3368. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(" ", "All")
  3369. wait(4)
  3370. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(" ", "All")
  3371. wait(3)
  3372. chattingerror = true
  3373. end
  3374. end
  3375.  
  3376. spawnpos = nil
  3377. spawningpos = true
  3378. Commands.spawnpoint = function(args)
  3379. spawnpos = LP.Character.HumanoidRootPart.CFrame
  3380. spawningpos = true
  3381. Notification("info", "Spawn point has been set! Use "..commandPrefix.."nospawn to remove.", 6)
  3382. end
  3383.  
  3384. Commands.nospawn = function(args)
  3385. spawningpos = false
  3386. Notification("info", "Spawn point has been removed. Use "..commandPrefix.."spawnpoint to enable.", 6)
  3387. end
  3388.  
  3389. Commands.bypass = function(args)
  3390. if args[1] then
  3391. if string.lower(tostring(args[1])) == "on" then
  3392. bypassMODE = true
  3393. Notification("warning", "Bypass mode turned on, this changes functions of "..commandPrefix.."fly and other commands to bypass most anti-exploits.", 7)
  3394. elseif string.lower(tostring(args[1])) == "off" then
  3395. bypassMODE = false
  3396. Notification("warning", "Bypass mode has been turned off.", 7)
  3397. end
  3398. end
  3399. end
  3400.  
  3401. Commands.fixcam = function(args)
  3402. gsWorkspace.CurrentCamera:Destroy()
  3403. wait(0.1)
  3404. game:GetService("Workspace").CurrentCamera.CameraSubject = LP.Character.Humanoid
  3405. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  3406. LP.CameraMinZoomDistance = 0.5
  3407. LP.CameraMaxZoomDistance = 400
  3408. LP.CameraMode = "Classic"
  3409. LP.DevCameraOcclusionMode = CurrentNormal
  3410. end
  3411.  
  3412. Commands.gotoobj = function(args)
  3413. if args[1] then
  3414. for i,v in pairs(gsWorkspace:GetDescendants()) do
  3415. if string.lower(v.Name) == string.lower(tostring(args[1])) then
  3416. LP.Character.HumanoidRootPart.CFrame = v.CFrame + Vector3.new(0, 3, 0)
  3417. end
  3418. end
  3419. end
  3420. end
  3421.  
  3422. Commands.breakcam = function(args)
  3423. gsWorkspace.CurrentCamera.CameraSubject = LP.Character.Head
  3424. end
  3425.  
  3426. Commands.inviscam = function(args)
  3427. LP.DevCameraOcclusionMode = "Invisicam"
  3428. end
  3429.  
  3430. printobjKEY = ""
  3431. printobjCLICKING = false
  3432. printobjACTIVE = false
  3433.  
  3434. Commands.printobj = function(args)
  3435. if args[1] then
  3436. printobjKEY = string.sub(tostring(args[1]), 1, 1)
  3437. printobjACTIVE = true
  3438. printobjCLICKING = false
  3439. else
  3440. printobjKEY = ""
  3441. printobjACTIVE = true
  3442. printobjCLICKING = true
  3443. end
  3444. end
  3445.  
  3446. Mouse.KeyDown:Connect(function(key)
  3447. if key == printobjKEY and printobjACTIVE == true then
  3448. if Mouse.Target then
  3449. local path = Mouse.Target:GetFullName()
  3450. local getPath = "game:GetService(\"Workspace\")"
  3451. local getSpaces = ""
  3452. local separate = {}
  3453. local a = nil
  3454. for v in string.gmatch(string.sub(path, 10), "[^.]+") do
  3455. if string.match(v, " ") then
  3456. a = "["..v.."]"
  3457. table.insert(separate, a)
  3458. else
  3459. a = "."..v
  3460. table.insert(separate, a)
  3461. end
  3462. getSpaces = table.concat(separate, "")
  3463. end
  3464. local fullPath = getPath..getSpaces
  3465. print(fullPath)
  3466. end
  3467. end
  3468. end)
  3469. Mouse.Button1Down:Connect(function()
  3470. if printobjCLICKING == true and printobjACTIVE == true then
  3471. if Mouse.Target then
  3472. local path = Mouse.Target:GetFullName()
  3473. local getPath = "game:GetService(\"Workspace\")"
  3474. local getSpaces = ""
  3475. local separate = {}
  3476. local a = nil
  3477. for v in string.gmatch(string.sub(path, 10), "[^.]+") do
  3478. if string.match(v, " ") then
  3479. a = "["..v.."]"
  3480. table.insert(separate, a)
  3481. else
  3482. a = "."..v
  3483. table.insert(separate, a)
  3484. end
  3485. getSpaces = table.concat(separate, "")
  3486. end
  3487. local fullPath = getPath..getSpaces
  3488. print(fullPath)
  3489. end
  3490. end
  3491. end)
  3492.  
  3493. Commands.unprintobj = function(args)
  3494. printobjACTIVE = false
  3495. printobjCLICKING = false
  3496. end
  3497.  
  3498. Commands.hotkeyfc = function(args)
  3499. if args[1] then
  3500. if string.lower(tostring(args[1])) == "goto" then
  3501. fchotkeymode = "goto"
  3502. elseif string.lower(tostring(args[1])) == "unfc" then
  3503. fchotkeymode = "unfc"
  3504. end
  3505. fullUpdate()
  3506. end
  3507. end
  3508.  
  3509. Commands.carpet = function(args)
  3510. if args[1] then
  3511. for i,v in pairs(findSinglePlayer(args[1])) do
  3512. if v ~= nil then
  3513. annoying = true
  3514. annplr = v
  3515. local carpetAnimation = Instance.new("Animation")
  3516. carpetAnimation.AnimationId = "rbxassetid://282574440"
  3517. carpetTrack = LP.Character.Humanoid:LoadAnimation(carpetAnimation)
  3518. carpetTrack:Play(.1, 1, 1)
  3519. end
  3520. end
  3521. end
  3522. end
  3523.  
  3524. Commands.uncarpet = function(args)
  3525. annoying = false
  3526. carpetTrack:Stop()
  3527. end
  3528.  
  3529. Commands.brickcreate = function(args)
  3530. if args[1] then
  3531. local createPosition = LP.Character.HumanoidRootPart.CFrame
  3532. if args[2] and args[3] and args[4] then
  3533. createPosition = CFrame.new(Vector3.new(args[2], args[3], args[4]))
  3534. else
  3535. createPosition = LP.Character.HumanoidRootPart.CFrame
  3536. end
  3537. for i = 1, args[1] do
  3538. LP.Character.HumanoidRootPart.CFrame = createPosition
  3539. run(commandPrefix.."blockhats")
  3540. wait(0.2)
  3541. run(commandPrefix.."drophats")
  3542. wait(0.2)
  3543. run(commandPrefix.."reset")
  3544. wait(6)
  3545. end
  3546. end
  3547. end
  3548.  
  3549. Commands.forward = function(args)
  3550. if args[1] then
  3551. forwardSpeed = args[1]
  3552. else
  3553. forwardSpeed = 1
  3554. end
  3555. cmdForward = true
  3556. end
  3557.  
  3558. Commands.unforward = function(args)
  3559. cmdForward = false
  3560. end
  3561.  
  3562. Commands.id = function(args)
  3563. if args[1] then
  3564. for i,v in pairs(findPlayer(args[1])) do
  3565. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(v.Name.." Account ID: "..v.UserId.."!", "All")
  3566. end
  3567. end
  3568. end
  3569.  
  3570. Commands.spinhats = function(args) -- Credit to xFunnieuss
  3571. for i,v in pairs(LP.Character:GetDescendants()) do
  3572. if v:IsA("Accessory") or v:IsA("Hat") then
  3573. local keep = Instance.new("BodyPosition") keep.Parent = v.Handle keep.Name = "no"
  3574. local spin = Instance.new("BodyAngularVelocity") spin.Parent = v.Handle spin.Name = "ha"
  3575. if v.Handle.AccessoryWeld then
  3576. v.Handle.AccessoryWeld:Destroy()
  3577. end
  3578. if args[1] then
  3579. spin.AngularVelocity = Vector3.new(0, args[1], 0)
  3580. spin.MaxTorque = Vector3.new(0, args[1] * 2, 0)
  3581. else
  3582. spin.AngularVelocity = Vector3.new(0, 100, 0)
  3583. spin.MaxTorque = Vector3.new(0, 200, 0)
  3584. end
  3585. keep.P = 30000
  3586. keep.D = 50
  3587. spinObj = keep
  3588. spinTOhead = true
  3589. end
  3590. end
  3591. end
  3592.  
  3593. Commands.unspinhats = function(args)
  3594. for i,v in pairs(LP.Character:GetDescendants()) do
  3595. if v:IsA("Accessory") or v:IsA("Hat") then
  3596. pcall(function()
  3597. run(commandPrefix.."drophats")
  3598. wait(2)
  3599. v.Handle.spin:Destroy()
  3600. v.Handle.keep:Destroy()
  3601. end)
  3602. end
  3603. end
  3604. end
  3605.  
  3606. savedmap = {}
  3607. Commands.savemap = function(args)
  3608. for i,v in pairs(gsWorkspace:GetChildren()) do
  3609. v.Archivable = true
  3610. if not v:IsA("Terrain") and not v:IsA("Camera") then
  3611. if not gsPlayers:FindFirstChild(v.Name) then
  3612. table.insert(savedmap, v:Clone())
  3613. end
  3614. end
  3615. end
  3616. clientSided()
  3617. end
  3618.  
  3619. Commands.loadmap = function(args)
  3620. for i,v in pairs(gsWorkspace:GetChildren()) do
  3621. if not v:IsA("Terrain") and not v:IsA("Camera") then
  3622. if not gsPlayers:FindFirstChild(v.Name) then
  3623. pcall(function()
  3624. v:Destroy()
  3625. end)
  3626. end
  3627. end
  3628. end
  3629. for i,a in ipairs(savedmap) do
  3630. a:Clone().Parent = gsWorkspace
  3631. end
  3632. clientSided()
  3633. end
  3634.  
  3635. Commands.creatorid = function(args)
  3636. LP.UserId = game.CreatorId
  3637. end
  3638.  
  3639. Commands.gameid = function(args)
  3640. Notification("info", "Current game's ID = "..game.GameId, 8)
  3641. end
  3642.  
  3643. Commands.delobj = function(args)
  3644. if args[1] then
  3645. for i,v in pairs(gsWorkspace:GetDescendants()) do
  3646. if string.lower(v.Name) == string.lower(tostring(args[1])) then
  3647. v:Destroy()
  3648. clientSided()
  3649. end
  3650. end
  3651. end
  3652. end
  3653.  
  3654. Commands.glide = function(args)
  3655. if args[1] then
  3656. for i,v in pairs(findSinglePlayer(args[1])) do
  3657. local goal = {}
  3658. goal.CFrame = v.Character.HumanoidRootPart.CFrame
  3659. local defaultSpeed = 3
  3660. if args[2] then
  3661. if tonumber(args[2]) < 10 then
  3662. defaultSpeed = tonumber(args[2])
  3663. else
  3664. defaultSpeed = 5
  3665. end
  3666. else
  3667. defaultSpeed = 3
  3668. end
  3669. local goalFunction = gsTween:Create(LP.Character.HumanoidRootPart, TweenInfo.new(defaultSpeed, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut), goal)
  3670. goalFunction:Play()
  3671. end
  3672. end
  3673. end
  3674.  
  3675. stutterON = false
  3676. Commands.stutter = function(args)
  3677. if args[1] then
  3678. if string.lower(tostring(args[1])) == "on" then
  3679. stutterON = true
  3680. elseif string.lower(tostring(args[1])) == "off" then
  3681. stutterON = false
  3682. wait(0.4)
  3683. LP.Character.HumanoidRootPart.Anchored = false
  3684. end
  3685. end
  3686. end
  3687.  
  3688. spawn(function()
  3689. while wait(0.1) do
  3690. if stutterON == true then
  3691. LP.Character.HumanoidRootPart.Anchored = false
  3692. wait(0.1)
  3693. LP.Character.HumanoidRootPart.Anchored = true
  3694. end
  3695. end
  3696. end)
  3697.  
  3698. Commands.platform = function(args)
  3699. local a = Instance.new("Part")
  3700. a.Parent = gsWorkspace
  3701. a.Size = Vector3.new(10, 1, 10)
  3702. a.Anchored = true
  3703. a.CFrame = LP.Character.HumanoidRootPart.CFrame + Vector3.new(0, 5, 0)
  3704. LP.Character.HumanoidRootPart.CFrame = a.CFrame + Vector3.new(0, 2, 0)
  3705. clientSided()
  3706. wait(20)
  3707. a:Destroy()
  3708. end
  3709.  
  3710. Commands.servertime = function(args)
  3711. Notification("info", "Server time is "..math.ceil(tonumber(gsWorkspace.DistributedGameTime)).." seconds.", 8)
  3712. end
  3713.  
  3714. Commands.ride = function(args)
  3715. if args[1] then
  3716. for i,v in pairs(findSinglePlayer(args[1])) do
  3717. local Anim = Instance.new("Animation")
  3718. Anim.AnimationId = "rbxassetid://179224234"
  3719. RIDEtrack = LP.Character.Humanoid:LoadAnimation(Anim)
  3720. rideACTIVE = true
  3721. ridePLAYER = v
  3722. RIDEtrack:Play()
  3723. end
  3724. end
  3725. end
  3726.  
  3727. Commands.unride = function(args)
  3728. RIDEtrack:Stop()
  3729. rideACTIVE = false
  3730. end
  3731.  
  3732. Commands.cmute = function(args)
  3733. if args[1] then
  3734. for i,v in pairs(findSinglePlayer(args[1])) do
  3735. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/mute "..v.Name, "All")
  3736. clientSided()
  3737. end
  3738. end
  3739. end
  3740.  
  3741. Commands.uncmute = function(args)
  3742. if args[1] then
  3743. for i,v in pairs(findSinglePlayer(args[1])) do
  3744. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/unmute "..v.Name, "All")
  3745. end
  3746. end
  3747. end
  3748.  
  3749. Commands.hat = function(args)
  3750. if args[1] then
  3751. for i,v in pairs(findSinglePlayer(args[1])) do
  3752. local Anim = Instance.new("Animation")
  3753. Anim.AnimationId = "rbxassetid://282574440"
  3754. HATtrack = LP.Character.Humanoid:LoadAnimation(Anim)
  3755. rideACTIVE = true
  3756. ridePLAYER = v
  3757. HATtrack:Play()
  3758. view(v)
  3759. end
  3760. end
  3761. end
  3762.  
  3763. Commands.unhat = function(args)
  3764. HATtrack:Stop()
  3765. rideACTIVE = false
  3766. view(LP)
  3767. end
  3768.  
  3769. --[[Commands.spawnreset = function(args)
  3770. if args[1] then
  3771. if string.lower(tostring(args[1])) == "on" then
  3772. spawningatreset = true
  3773. elseif string.lower(tostring(args[1])) == "off" then
  3774. spawningatreset = false
  3775. end
  3776. end
  3777. end]]
  3778.  
  3779. Commands.chat = function(args)
  3780. if args[1] then
  3781. local Chatmsg = table.concat(args, " ")
  3782. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(Chatmsg, "All")
  3783. end
  3784. end
  3785.  
  3786. -- findPlayer function (ALL, OTHERS, ME, NOOBS, VETERANS, OLDVETERANS, FRIENDS, NOFRIENDS, DEFAULT, RANDOM, SAMETEAM, NOTEAM, OTHERTEAM, TEAMname)
  3787. function findPlayer(plr)
  3788. local players = {}
  3789. local find = plr:lower()
  3790. local getAllNames = getmultipleplayers(find)
  3791. for i,mplr in pairs(getAllNames) do
  3792. if mplr == "all" then
  3793. for i,v in pairs(gsPlayers:GetPlayers()) do
  3794. table.insert(players,v)
  3795. end
  3796. elseif mplr == "others" then
  3797. for i,v in pairs(gsPlayers:GetPlayers()) do
  3798. if v.Name ~= LP.Name then
  3799. table.insert(players,v)
  3800. end
  3801. end
  3802. elseif mplr == "me" then
  3803. table.insert(players,LP)
  3804. elseif mplr == "noobs" then
  3805. for i,v in pairs(gsPlayers:GetPlayers()) do
  3806. if v.AccountAge <= 3 then
  3807. table.insert(players,v)
  3808. end
  3809. end
  3810. elseif mplr == "veterans" then
  3811. for i,v in pairs(gsPlayers:GetPlayers()) do
  3812. if v.AccountAge >= 365 then
  3813. table.insert(players,v)
  3814. end
  3815. end
  3816. elseif mplr == "oldveterans" then
  3817. for i,v in pairs(gsPlayers:GetPlayers()) do
  3818. if v.AccountAge >= 1500 then
  3819. table.insert(players,v)
  3820. end
  3821. end
  3822. elseif mplr == "friends" then
  3823. for i,v in pairs(gsPlayers:GetPlayers()) do
  3824. if v:IsFriendsWith(LP.UserId) and v.Name ~= LP.Name then
  3825. table.insert(players,v)
  3826. end
  3827. end
  3828. elseif mplr == "nofriends" then
  3829. for i,v in pairs(gsPlayers:GetPlayers()) do
  3830. if not v:IsFriendsWith(LP.UserId) and v.Name ~= LP.Name then
  3831. table.insert(players,v)
  3832. end
  3833. end
  3834. elseif mplr == "default" then
  3835. for i,v in pairs(gsPlayers:GetPlayers()) do
  3836. if v.Character:FindFirstChild("Pal Hair") or v.Character:FindFirstChild("Kate Hair") then
  3837. table.insert(players,v)
  3838. end
  3839. end
  3840. elseif mplr == "random" then
  3841. for i,v in pairs(gsPlayers:GetPlayers()) do
  3842. table.insert(players,v[math.random(1, #v)])
  3843. end
  3844. elseif mplr == "sameteam" then
  3845. for i,v in pairs(gsPlayers:GetPlayers()) do
  3846. if v.Team == LP.Team then
  3847. table.insert(players,v)
  3848. end
  3849. end
  3850. elseif mplr == "noteam" then
  3851. for i,v in pairs(gsPlayers:GetPlayers()) do
  3852. if v.Team == nil then
  3853. table.insert(players,v)
  3854. end
  3855. end
  3856. elseif mplr == "otherteam" then
  3857. for i,v in pairs(gsPlayers:GetPlayers()) do
  3858. if v.Team ~= LP.Team then
  3859. table.insert(players,v)
  3860. end
  3861. end
  3862. elseif string.sub(mplr, 1, 4) == "team" then
  3863. for i,v in pairs(gsPlayers:GetPlayers()) do
  3864. local spaceTEAM = {}
  3865. for teamValues in (string.gmatch(string.sub(mplr, 5), "[^_]+")) do
  3866. spaceTEAM[#spaceTEAM + 1] = teamValues
  3867. end
  3868. local gottrueteam = table.concat(spaceTEAM, " ")
  3869. if string.lower(tostring(v.Team)) == string.lower(gottrueteam) then
  3870. table.insert(players,v)
  3871. end
  3872. end
  3873. else
  3874. for i,v in pairs(gsPlayers:GetPlayers()) do
  3875. if string.lower(v.Name):sub(1, #mplr) == string.lower(mplr) then
  3876. table.insert(players,v)
  3877. end
  3878. end
  3879. end
  3880. end
  3881.  
  3882. return players
  3883. end
  3884. function getmultipleplayers(plr)
  3885. local plrsgotten = {}
  3886. for i in string.gmatch(plr,"[^,]+") do
  3887. table.insert(plrsgotten,i)
  3888. end
  3889. return plrsgotten
  3890. end
  3891. function findSinglePlayer(plr)
  3892. local players = {}
  3893. local find = plr:lower()
  3894. if find == "me" then
  3895. table.insert(players,LP)
  3896. else
  3897. for i,v in pairs(gsPlayers:GetPlayers()) do
  3898. if string.lower(v.Name):sub(1, #find) == string.lower(find) then
  3899. table.insert(players,v)
  3900. end
  3901. end
  3902. end
  3903. local oneplayer = {}
  3904. pcall(function()
  3905. table.insert(oneplayer, players[math.random(1, #players)])
  3906. end)
  3907. return oneplayer
  3908. end
  3909.  
  3910. -- Anti Kick
  3911.  
  3912. if getrawmetatable then
  3913. function formatargs(getArgs,v)
  3914. if #getArgs == 0 then
  3915. return ""
  3916. end
  3917.  
  3918. local collectArgs = {}
  3919. for k,v in next,getArgs do
  3920. local argument = ""
  3921. if type(v) == "string" then
  3922. argument = "\""..v.."\""
  3923. elseif type(v) == "table" then
  3924. argument = "{" .. formatargs(v,true) .. "}"
  3925. else
  3926. argument = tostring(v)
  3927. end
  3928. if v and type(k) ~= "number" then
  3929. table.insert(collectArgs,k.."="..argument)
  3930. else
  3931. table.insert(collectArgs,argument)
  3932. end
  3933. end
  3934. return table.concat(collectArgs, ", ")
  3935. end
  3936.  
  3937. kicknum = 0
  3938. local game_meta = getrawmetatable(game)
  3939. local game_namecall = game_meta.__namecall
  3940. local game_index = game_meta.__index
  3941. local w = (setreadonly or fullaccess or make_writeable)
  3942. pcall(w, game_meta, false)
  3943. game_meta.__namecall = function(out, ...)
  3944. local args = {...}
  3945. local Method = args[#args]
  3946. args[#args] = nil
  3947.  
  3948. if Method == "Kick" and out == LP then
  3949. kicknum = kicknum + 1
  3950. warn("Blocked client-kick attempt "..kicknum)
  3951. return
  3952. end
  3953.  
  3954. if antiremotes then
  3955. if Method == "FireServer" or Method == "InvokeServer" then
  3956. if out.Name ~= "CharacterSoundEvent" and out.Name ~= "SayMessageRequest" and out.Name ~= "AddCharacterLoadedEvent" and out.Name ~= "RemoveCharacterEvent" and out.Name ~= "DefaultServerSoundEvent" and out.Parent ~= "DefaultChatSystemChatEvents" then
  3957. warn("Blocked remote: "..out.Name.." // Method: "..Method)
  3958. return
  3959. end
  3960. end
  3961. else
  3962. if Method == "FireServer" or Method == "InvokeServer" then
  3963. for i,noremote in pairs(blockedremotes) do
  3964. if out.Name == noremote and out.Name ~= "SayMessageRequest" then
  3965. warn("Blocked remote: "..out.Name.." // Method: "..Method)
  3966. return
  3967. end
  3968. end
  3969. end
  3970. end
  3971.  
  3972. if spyingremotes then
  3973. if Method == "FireServer" or Method == "InvokeServer" then
  3974. if out.Name ~= "CharacterSoundEvent" and out.Name ~= "AddCharacterLoadedEvent" and out.Name ~= "RemoveCharacterEvent" and out.Name ~= "DefaultServerSoundEvent" and out.Name ~= "SayMessageRequest" then
  3975. local arguments = {}
  3976. for i = 1,#args do
  3977. arguments[i] = args[i]
  3978. end
  3979. local getScript = getfenv(2).script
  3980. if getScript == nil then
  3981. getScript = "??? (Not Found) ???"
  3982. end
  3983. warn("<> <> <> A "..out.ClassName.." has been fired! How to fire:\ngame."..out:GetFullName()..":"..Method.."("..formatargs(arguments)..")\n\nFired from script: ".. tostring(getScript:GetFullName()))
  3984. end
  3985. end
  3986. end
  3987.  
  3988. return game_namecall(out, ...)
  3989. end
  3990. end
  3991.  
  3992. -- FE Check
  3993. function FEcheckDefault()
  3994. if gsWorkspace.FilteringEnabled == true then
  3995. createIntro("warning", "FE is enabled! Press "..commandPrefix.." to bring Command Bar.", 7)
  3996. else
  3997. createIntro("warning", "FE is disabled. Consider using a different script.", 7)
  3998. end
  3999. end
  4000. FEcheckDefault()
  4001. end)
  4002.  
  4003. TextLabel.Parent = MainGUI
  4004. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  4005. TextLabel.BorderSizePixel = 0
  4006. TextLabel.Position = UDim2.new(0, 0, 0.910447776, 0)
  4007. TextLabel.Size = UDim2.new(0, 367, 0, 36)
  4008. TextLabel.Font = Enum.Font.SourceSans
  4009. TextLabel.Text = "Kermit's GUI #kermitlove"
  4010. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  4011. TextLabel.TextScaled = true
  4012. TextLabel.TextSize = 14
  4013. TextLabel.TextWrapped = true
  4014.  
  4015. close.Name = "close"
  4016. close.Parent = MainGUI
  4017. close.BackgroundColor3 = Color3.new(1, 1, 1)
  4018. close.BorderSizePixel = 0
  4019. close.Position = UDim2.new(0.918256104, 0, 0, 0)
  4020. close.Size = UDim2.new(0, 30, 0, 31)
  4021. close.Font = Enum.Font.SourceSansSemibold
  4022. close.Text = "X"
  4023. close.TextColor3 = Color3.new(0, 0, 0)
  4024. close.TextScaled = true
  4025. close.TextSize = 14
  4026. close.TextWrapped = true
  4027. close.MouseButton1Click:connect(function()
  4028. MainGUI.Visible = false
  4029. opengui.Visible = true
  4030. end)
  4031.  
  4032. RoseHub.Name = "RoseHub"
  4033. RoseHub.Parent = MainGUI
  4034. RoseHub.BackgroundColor3 = Color3.new(1, 1, 1)
  4035. RoseHub.Position = UDim2.new(0, 0, 0.534825861, 0)
  4036. RoseHub.Size = UDim2.new(0, 174, 0, 35)
  4037. RoseHub.Font = Enum.Font.SourceSansLight
  4038. RoseHub.Text = "RoseHub"
  4039. RoseHub.TextColor3 = Color3.new(0, 0, 0)
  4040. RoseHub.TextScaled = true
  4041. RoseHub.TextSize = 14
  4042. RoseHub.TextWrapped = true
  4043. RoseHub.MouseButton1Click:connect(function()
  4044. loadstring(game:HttpGet(('https://pastebin.com/raw/YH7x3naH'),true))()
  4045.  
  4046. print("Working")
  4047. end)
  4048.  
  4049. ESP.Name = "ESP"
  4050. ESP.Parent = MainGUI
  4051. ESP.BackgroundColor3 = Color3.new(1, 1, 1)
  4052. ESP.Position = UDim2.new(0, 0, 0.621890545, 0)
  4053. ESP.Size = UDim2.new(0, 174, 0, 43)
  4054. ESP.Font = Enum.Font.SourceSansLight
  4055. ESP.Text = "ESP and stuff"
  4056. ESP.TextColor3 = Color3.new(0, 0, 0)
  4057. ESP.TextScaled = true
  4058. ESP.TextSize = 14
  4059. ESP.TextWrapped = true
  4060. ESP.MouseButton1Click:connect(function()
  4061. pcall(function()
  4062. local espcolor = Color3.fromRGB(140, 69, 102)
  4063. local wallhack_esp_transparency = .4
  4064. local gui_hide_button = {Enum.KeyCode.LeftControl, "h"}
  4065. local plrs = game:GetService("Players")
  4066. local lplr = game:GetService("Players").LocalPlayer
  4067. local TeamBased = true ; local teambasedswitch = "o"
  4068. local presskeytoaim = true; local aimkey = "e"
  4069. aimbothider = false; aimbothiderspeed = .5
  4070. local Aim_Assist = false ; Aim_Assist_Key = {Enum.KeyCode.LeftControl, "z"}
  4071. local espupdatetime = 5; autoesp = false; local charmsesp = true
  4072. local movementcounting = true
  4073.  
  4074.  
  4075.  
  4076.  
  4077. local mouselock = false
  4078. local canaimat = true
  4079. local lockaim = true; local lockangle = 5
  4080. local ver = "2.4"
  4081. local cam = game.Workspace.CurrentCamera
  4082. local BetterDeathCount = true
  4083. local ballisticsboost = 0
  4084.  
  4085. local mouse = lplr:GetMouse()
  4086. local switch = false
  4087. local key = "k"
  4088. local aimatpart = nil
  4089. local lightesp = false
  4090.  
  4091. local abs = math.abs
  4092.  
  4093. local Gui = Instance.new("ScreenGui")
  4094. local Move = Instance.new("Frame")
  4095. local Main = Instance.new("Frame")
  4096. local EspStatus = Instance.new("TextLabel")
  4097. local st1 = Instance.new("TextLabel")
  4098. local st1_2 = Instance.new("TextLabel")
  4099. local st1_3 = Instance.new("TextBox")
  4100. local Name = Instance.new("TextLabel")
  4101. --Properties:
  4102.  
  4103. Gui.Parent = plrs.LocalPlayer:WaitForChild("PlayerGui")
  4104.  
  4105.  
  4106. local aimbotstatus = {"qc", "qr", "qe", "qd", "qi", "qt", "qs", "dd", "sp", "ql", "qa", "qd", "qs"}
  4107. local gotstring = 0
  4108. local function getrandomstring()
  4109. gotstring = gotstring+666
  4110. local str = ""
  4111. local randomstring = {"a", "b", "c", "d", "e", "f", "g", "h", "i", "g", "k", "l", "m", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z",
  4112. "а","б","в","г","д","е","ё","ж","з","и","й","к","л","м","о","п","р","с","т","у","ф","х","ч","щ","ъ","ы","ъ","э","ю","я", "`", "$",
  4113. "0","1","2","3","4","5","6","7","8","9", }
  4114. local counting123 = 0
  4115. for i, v in ipairs(randomstring) do
  4116. counting123 = i
  4117. end
  4118. do
  4119. math.randomseed(tick()+gotstring)
  4120. for i = 3, math.random(1,100) do
  4121. math.randomseed(i+tick()+gotstring)
  4122.  
  4123. local oneortwo = math.random(1,2)
  4124. if oneortwo == 2 then
  4125. math.randomseed(i+tick()+gotstring)
  4126. str = str..""..randomstring[math.random(1, counting123)]
  4127. else
  4128. math.randomseed(i+tick()+gotstring)
  4129. str = str..""..string.upper(randomstring[math.random(1, counting123)])
  4130. end
  4131.  
  4132. end
  4133. end
  4134. return str
  4135. end
  4136. local mousedown = false
  4137. local isonmovething = false
  4138. local mouseoffset = Vector2.new()
  4139. local mousedown = false
  4140. local bspeed = 3584
  4141. local aimbotoffset = {dd = ":", sp = " ", qa = "a", qb = "b",qc = "c", qd = "d", qe = "e", qf = "f", qg = "g" , qh = "h" , qi = "i", qj = "j", qk = "k", ql = "l", qm = "m", qn = "n", qo = "o", qp = "p", qq = "q", qr = "r", qs = "s", qt = "t", qu = "u", qv = "w", qx = "x", qy = "y", qz = "z"}
  4142.  
  4143.  
  4144.  
  4145. Gui.Name = getrandomstring()
  4146.  
  4147. Move.Name = getrandomstring()
  4148. Move.Draggable = true
  4149. Move.Parent = Gui
  4150. Move.BackgroundColor3 = Color3.new(0.0431373, 1, 0.0745098)
  4151. Move.BackgroundTransparency = 0.40000000596046
  4152. Move.BorderSizePixel = 0
  4153. Move.Position = UDim2.new(0.5, 0,0.018, 0)
  4154. Move.Size = UDim2.new(0, 320, 0, 30)
  4155.  
  4156. Move.MouseEnter:Connect(function()
  4157.  
  4158. isonmovething = true
  4159.  
  4160. end)
  4161. Move.MouseLeave:Connect(function()
  4162.  
  4163. isonmovething = mousedown and true or false
  4164. end)
  4165. mouse.Button1Down:connect(function()
  4166. mousedown = true
  4167. mouseoffset = Move.AbsolutePosition - Vector2.new(mouse.X, mouse.Y)
  4168. end)
  4169. mouse.Button1Up:connect(function()
  4170. mousedown = false
  4171. end)
  4172.  
  4173. mouse.Move:Connect(function()
  4174. if isonmovething == true and mousedown then
  4175. Move.Position = UDim2.new(0, mouseoffset.X + mouse.X, 0, mouseoffset.Y + mouse.Y)
  4176. end
  4177. end)
  4178. local function uc (st)
  4179. local ast = ""
  4180. for i, v in ipairs(st) do
  4181. local let = aimbotoffset[v]
  4182. ast = ast..let
  4183. end
  4184. return ast
  4185. end
  4186.  
  4187. Main.Name = getrandomstring()
  4188. Main.Parent = Move
  4189. Main.BackgroundColor3 = Color3.new(0.176471, 0.176471, 0.176471)
  4190. Main.BackgroundTransparency = 0.69999998807907
  4191. Main.Position = UDim2.new(0, 0, 0.995670795, 0)
  4192. Main.Size = UDim2.new(1.0000006, 0, 11.2, 0)
  4193.  
  4194. st1.Name = getrandomstring()
  4195. st1.Parent = Main
  4196. st1.BackgroundColor3 = Color3.new(1, 1, 1)
  4197. st1.BackgroundTransparency = 1
  4198. st1.Position = UDim2.new(0, 0, 0, 0)
  4199. st1.Size = UDim2.new(1, 0, 0.161862016, 0)
  4200. st1.Font = Enum.Font.ArialBold
  4201. st1.Text = uc(aimbotstatus)
  4202. st1.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
  4203. st1.TextScaled = true
  4204. st1.TextSize = 14
  4205. st1.TextWrapped = true
  4206.  
  4207. st1_2.Name = getrandomstring()
  4208. st1_2.Parent = Main
  4209. st1_2.BackgroundColor3 = Color3.new(1, 1, 1)
  4210. st1_2.BackgroundTransparency = 1
  4211. st1_2.Position = UDim2.new(0, 0, 0.375590861, 0)
  4212. st1_2.Size = UDim2.new(0.999999881, 0, 0.161862016, 0)
  4213. st1_2.Font = Enum.Font.ArialBold
  4214. st1_2.TextXAlignment = Enum.TextXAlignment.Left
  4215. st1_2.Text = "Current ballistics: 0"
  4216. st1_2.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
  4217. st1_2.TextScaled = true
  4218. st1_2.TextSize = 14
  4219. st1_2.TextWrapped = true
  4220.  
  4221. local aimbothiderbox = Instance.new("TextBox")
  4222. aimbothiderbox.Name = getrandomstring()
  4223. aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." off"
  4224. aimbothiderbox.Size = UDim2.new(1, 0,0.162, 0)
  4225. aimbothiderbox.TextScaled = true
  4226. aimbothiderbox.TextColor3 =Color3.fromRGB(255, 0, 0)
  4227. aimbothiderbox.Position = UDim2.new(0, 0,0.853, 0)
  4228. aimbothiderbox.BackgroundTransparency = 1
  4229. aimbothiderbox.Parent = Main
  4230.  
  4231. st1_3.Name = getrandomstring()
  4232. st1_3.Parent = Main
  4233. st1_3.BackgroundColor3 = Color3.new(1, 1, 1)
  4234. st1_3.BackgroundTransparency = 1
  4235. st1_3.Position = UDim2.new(0, 0, 0.18558608, 0)
  4236. st1_3.Size = UDim2.new(0.999999881, 0, 0.161862016, 0)
  4237. st1_3.Font = Enum.Font.ArialBold
  4238. st1_3.Text = "Bullet speed = 3584"
  4239. st1_3.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
  4240. st1_3.TextScaled = true
  4241. st1_3.TextSize = 14
  4242. st1_3.TextWrapped = true
  4243. local teambasedstatus = st1_3:Clone()
  4244. teambasedstatus.Parent = Main
  4245. teambasedstatus.TextScaled = true
  4246. teambasedstatus.Position = UDim2.new(0, 0,.7, 0)
  4247. teambasedstatus.Size = UDim2.new(1, 0,.1, 0)
  4248. teambasedstatus.Name = getrandomstring()
  4249. teambasedstatus.Text = "Team Based: "..tostring(TeamBased)
  4250. local espstatustext = teambasedstatus:Clone()
  4251. espstatustext.Name = getrandomstring()
  4252. espstatustext.Position = UDim2.new(0, 0,0.58, 0)
  4253. espstatustext.Text = "Esp loop :"..tostring(autoesp)
  4254. espstatustext.Parent = Main
  4255. local hide = Instance.new("TextButton")
  4256. hide.Text = "_"
  4257. hide.BackgroundTransparency = 1
  4258. hide.TextScaled = true
  4259. hide.TextWrapped = true
  4260. hide.Size = UDim2.new(0.1, 0,1, 0)
  4261. hide.Position = UDim2.new(0.9, 0,-0.15, 0)
  4262. hide.Name = getrandomstring()
  4263. hide.Parent = Move
  4264. Name.Name = getrandomstring()
  4265. Name.Parent = Move
  4266. Name.BackgroundColor3 = Color3.new(1, 1, 1)
  4267. Name.BackgroundTransparency = 1
  4268. Name.Size = UDim2.new(0.838, 0, 1, 0)
  4269. Name.Font = Enum.Font.Arial
  4270. Name.Text = "FPS gui v"..ver
  4271. Name.TextColor3 = Color3.new(0, 0, 0)
  4272. Name.TextScaled = true
  4273. Name.TextSize = 14
  4274. Name.TextWrapped = true
  4275. Name.TextXAlignment = Enum.TextXAlignment.Left
  4276. local scr = Instance.new("ScrollingFrame")
  4277. scr.Size = Main.Size
  4278. scr.Position = Main.Position
  4279. scr.ScrollBarThickness = 0
  4280. scr.BackgroundTransparency = 1
  4281. scr.Name = getrandomstring()
  4282. Main.Size = UDim2.new(1, 0, 1, 0)
  4283. Main.Position = UDim2.new(0,0,0,0)
  4284. Main.Parent = scr
  4285. scr.Parent = Move
  4286. startpos = Main.Position
  4287. Move.Active = true
  4288.  
  4289. -- Scripts:
  4290. hided = false
  4291. hide.MouseButton1Click:Connect(function()
  4292. if hided == false then
  4293. hided = true
  4294. Main:TweenPosition(UDim2.new(0, 0, -1.5, 0))
  4295. else
  4296. hided = false
  4297. Main:TweenPosition(startpos)
  4298. end
  4299. end)
  4300.  
  4301.  
  4302. aimbothiderbox.FocusLost:Connect(function()
  4303. local numb = tonumber(aimbothiderbox.Text)
  4304. if aimbothider == true then
  4305. aimbothiderbox.TextColor3 =Color3.fromRGB(11, 255, 19)
  4306. else
  4307. aimbothiderbox.TextColor3 =Color3.fromRGB(255, 0, 0)
  4308. end
  4309. if numb ~= nil then
  4310. aimbothiderspeed = numb
  4311. if aimbothider == true then
  4312. aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." on"
  4313. else
  4314. aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." off"
  4315. end
  4316. else
  4317. if aimbothider == true then
  4318. aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." on"
  4319. else
  4320. aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." off"
  4321. end
  4322. end
  4323. end)
  4324.  
  4325.  
  4326. local plrsforaim = {}
  4327.  
  4328.  
  4329. Move.Draggable = true
  4330. Gui.ResetOnSpawn = false
  4331. --Gui.Name = "Chat"
  4332. Gui.DisplayOrder = 999
  4333. pcall(function()
  4334. if not game:GetService("CoreGui") then
  4335. Gui.Parent = plrs.LocalPlayer.PlayerGui
  4336. else
  4337. Gui.Parent = game:GetService("CoreGui")
  4338. end
  4339. end)
  4340. local espheadthing
  4341. do
  4342. local BillboardGui = Instance.new("BillboardGui")
  4343. local PName = Instance.new("TextLabel")
  4344. local Pdist = Instance.new("TextLabel")
  4345. local ImageLabel = Instance.new("ImageLabel")
  4346. local ImageLabel_2 = Instance.new("ImageLabel")
  4347. --Properties:
  4348. --BillboardGui.Parent = game.Workspace.Part
  4349. BillboardGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  4350. BillboardGui.AlwaysOnTop = true
  4351. BillboardGui.LightInfluence = 0
  4352. BillboardGui.Size = UDim2.new(0, 100, 0, 46)
  4353. BillboardGui.Name = "headoverthing"
  4354. PName.Name = "PName"
  4355. PName.Parent = BillboardGui
  4356. PName.BackgroundColor3 = espcolor
  4357. PName.BackgroundTransparency = 0.55000001192093
  4358. PName.BorderSizePixel = 0
  4359. PName.Size = UDim2.new(0, 100, 0, 23)
  4360. PName.Font = Enum.Font.SourceSans
  4361. PName.Text = "urmom"
  4362. PName.TextColor3 = Color3.new(0, 0, 0)
  4363. PName.TextScaled = true
  4364. PName.TextSize = 14
  4365. PName.TextWrapped = true
  4366. st1.Text = uc(aimbotstatus)
  4367. Pdist.Name = "Pdist"
  4368. Pdist.Parent = BillboardGui
  4369. Pdist.AnchorPoint = Vector2.new(0.5, 0)
  4370. Pdist.BackgroundColor3 = espcolor
  4371. Pdist.BackgroundTransparency = 0.55000001192093
  4372. Pdist.BorderSizePixel = 0
  4373. Pdist.Position = UDim2.new(0.5, 0, 0.5, 0)
  4374. Pdist.Size = UDim2.new(0, 70, 0, 23)
  4375. Pdist.Font = Enum.Font.SourceSans
  4376. Pdist.Text = "666"
  4377. Pdist.TextColor3 = Color3.new(0, 0, 0)
  4378. Pdist.TextScaled = true
  4379. Pdist.TextSize = 14
  4380. Pdist.TextWrapped = true
  4381.  
  4382. ImageLabel.Parent = BillboardGui
  4383. ImageLabel.BackgroundColor3 = Color3.new(0.298039, 1, 0)
  4384. ImageLabel.BackgroundTransparency = 1
  4385. ImageLabel.BorderColor3 = espcolor
  4386. ImageLabel.Position = UDim2.new(1, -15, 0.5, 0)
  4387. ImageLabel.Rotation = 180
  4388. ImageLabel.Size = UDim2.new(0, 15, 0, 23)
  4389. ImageLabel.Image = "rbxassetid://2832171824"
  4390. ImageLabel.ImageColor3 = espcolor
  4391. ImageLabel.ImageTransparency = 0.55000001192093
  4392.  
  4393. ImageLabel_2.Parent = BillboardGui
  4394. ImageLabel_2.BackgroundColor3 = espcolor
  4395. ImageLabel_2.BackgroundTransparency = 1
  4396. ImageLabel_2.BorderColor3 = Color3.new(0.298039, 1, 0)
  4397. ImageLabel_2.Position = UDim2.new(0, 0, 0.5, 0)
  4398. ImageLabel_2.Rotation = 180
  4399. ImageLabel_2.Size = UDim2.new(0, 15, 0, 23)
  4400. ImageLabel_2.Image = "rbxassetid://2832177613"
  4401. ImageLabel_2.ImageColor3 = espcolor
  4402. ImageLabel_2.ImageTransparency = 0.55000001192093
  4403. espheadthing = BillboardGui
  4404. end
  4405.  
  4406.  
  4407.  
  4408. f = {}
  4409. f.UpdateHeadUI = function(v)
  4410.  
  4411.  
  4412. if v.Adornee and v.Adornee ~= nil then
  4413. local destr = false
  4414. if TeamBased then
  4415. destr = true
  4416. local plr = plrs:GetPlayerFromCharacter(v.Adornee.Parent)
  4417. if plr and plr.Team and plr.Team.Name ~= lplr.Team.Name then
  4418. destr = false
  4419. end
  4420. end
  4421. if lightesp == true then
  4422. v.Pdist.TextColor3 = Color3.new(1,1,1)
  4423. v.PName.TextColor3 = Color3.new(1,1,1)
  4424. else
  4425. v.Pdist.TextColor3 = Color3.new(0,0,0)
  4426. v.PName.TextColor3 = Color3.new(0,0,0)
  4427. end
  4428. local d = math.floor((cam.CFrame.p - v.Adornee.CFrame.p).magnitude)
  4429. v.Pdist.Text = tostring(d)
  4430. if d < 14 then
  4431. v.Enabled = false
  4432. else
  4433. v.Enabled = true
  4434. end
  4435. v.StudsOffset = Vector3.new(0,.6+d/14,0)
  4436. if destr then
  4437. v:Destroy()
  4438. end
  4439. else
  4440. v:Destroy()
  4441. end
  4442.  
  4443.  
  4444. end
  4445. st1.Text = uc(aimbotstatus)
  4446. local espforlder
  4447. local partconverter = Instance.new("Part")
  4448. --local headsupdatelist = {}
  4449. st1_3.FocusLost:connect(function()
  4450. if tonumber(st1_3.Text) then
  4451. bspeed = tonumber(st1_3.Text)
  4452. else
  4453.  
  4454. end
  4455. end)
  4456. f.addesp = function()
  4457. pcall(function()
  4458. --print("ESP ran")
  4459. if espforlder then
  4460. espforlder:Destroy()
  4461. espforlder = Instance.new("Folder")
  4462. espforlder.Parent = game.Workspace.CurrentCamera
  4463. else
  4464. espforlder = Instance.new("Folder")
  4465. espforlder.Parent = game.Workspace.CurrentCamera
  4466. end
  4467. for i, v in pairs(espforlder:GetChildren()) do
  4468. v:Destroy()
  4469. end
  4470. for _, plr in pairs(plrs:GetChildren()) do
  4471. if plr.Character and plr.Character.Humanoid.Health > 0 and plr.Name ~= lplr.Name then
  4472. if TeamBased == true then
  4473.  
  4474. if plr.Team.Name ~= plrs.LocalPlayer.Team.Name then
  4475. pcall(function()
  4476. local e = espforlder:FindFirstChild(plr.Name)
  4477. if not e then
  4478. local fold = Instance.new("Folder", espforlder)
  4479. fold.Name = plr.Name
  4480.  
  4481. --partconverter.BrickColor = plr.Team.Color
  4482. --local teamc = partconverter.Color
  4483. for i, p in pairs(plr.Character:GetChildren()) do
  4484. if p:IsA("BasePart") and p.Name ~= "HumanoidRootPart" then
  4485. if charmsesp then
  4486. local urmom = Instance.new("BoxHandleAdornment")
  4487. urmom.ZIndex = 10
  4488. urmom.AlwaysOnTop = true
  4489. urmom.Color3 = espcolor
  4490. urmom.Size = p.Size
  4491. urmom.Adornee = p
  4492. urmom.Name = tick().." Ur mom has big gay"
  4493. urmom.Transparency = wallhack_esp_transparency
  4494. urmom.Parent = fold
  4495. if p.Name == "Head" then
  4496. local th = p:FindFirstChild("headoverthing")
  4497. if not th then
  4498. local ht = espheadthing:Clone()
  4499. ht.PName.Text = p.Parent.Name
  4500. ht.Adornee = p
  4501. --table.insert(headsupdatelist, ht)
  4502. delay(0, function()
  4503. while wait(0.08) and plr and p do
  4504. f.UpdateHeadUI(ht)
  4505. end
  4506. end)
  4507. ht.Parent = p
  4508. end
  4509. end
  4510. end
  4511. end
  4512. end
  4513. plr.Character.Humanoid.Died:Connect(function()
  4514. fold:Destroy()
  4515. end)
  4516.  
  4517. end
  4518. end)
  4519. end
  4520. else
  4521. local e = espforlder:FindFirstChild(plr.Name)
  4522. if not e then
  4523. local fold = Instance.new("Folder", espforlder)
  4524. fold.Name = plr.Name
  4525.  
  4526. --partconverter.BrickColor = plr.Team.Color
  4527. --local teamc = Move.BackgroundColor3
  4528. for i, p in pairs(plr.Character:GetChildren()) do
  4529. if p:IsA("BasePart") and p.Name ~= "HumanoidRootPart" then
  4530. pcall(function()
  4531. if charmsesp then
  4532. local urmom = Instance.new("BoxHandleAdornment")
  4533. urmom.ZIndex = 10
  4534. urmom.AlwaysOnTop = true
  4535. urmom.Color3 = espcolor
  4536. urmom.Size = p.Size
  4537. urmom.Adornee = p
  4538. urmom.Name = tick().." Ur mom has big gay"
  4539. urmom.Transparency = wallhack_esp_transparency
  4540. urmom.Parent = fold
  4541. end
  4542. if p.Name == "Head" then
  4543. local th = p:FindFirstChild("headoverthing")
  4544. if not th then
  4545. local ht = espheadthing:Clone()
  4546. ht.PName.Text = p.Parent.Name
  4547. ht.Adornee = p
  4548. delay(0, function()
  4549. while wait(0.08) and plr and p do
  4550. f.UpdateHeadUI(ht)
  4551. end
  4552. end)
  4553. --table.insert(headsupdatelist, ht)
  4554. ht.Parent = p
  4555. end
  4556. end
  4557. end)
  4558. end
  4559. end
  4560. plr.Character.Humanoid.Died:Connect(function()
  4561. fold:Destroy()
  4562. end)
  4563. end
  4564. end
  4565.  
  4566.  
  4567. end
  4568. end
  4569. end)
  4570. end
  4571.  
  4572. local uis = game:GetService("UserInputService")
  4573. local bringall = false
  4574. local hided2 = false
  4575. local upping = false
  4576. local downing = false
  4577. mouse.KeyDown:Connect(function(a)
  4578.  
  4579. if a == "t" then
  4580. --print("worked1")
  4581. f.addesp()
  4582. elseif a == gui_hide_button[2] and uis:IsKeyDown(gui_hide_button[1]) then
  4583. if hided2 == false then
  4584. hided2 = true
  4585. autoesp =false
  4586. if espforlder then
  4587. espforlder:Destroy()
  4588. end
  4589. Gui.Enabled = false
  4590. else
  4591. Gui.Enabled = true
  4592. hided2 = false
  4593. end
  4594.  
  4595. elseif a == "y" then
  4596. if aimbothider == false then
  4597. aimbothider = true
  4598. if aimbothider == true then
  4599. aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." on"
  4600. else
  4601. aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." off"
  4602. end
  4603. else
  4604.  
  4605. aimbothider = false
  4606. if aimbothider == true then
  4607. aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." on"
  4608. else
  4609. aimbothiderbox.Text = "Speed :"..tostring(aimbothiderspeed).." off"
  4610. end
  4611. end
  4612. if aimbothider == true then
  4613. aimbothiderbox.TextColor3 =Color3.fromRGB(11, 255, 19)
  4614. else
  4615. aimbothiderbox.TextColor3 =Color3.fromRGB(255, 0, 0)
  4616. end
  4617. elseif a == "l" then
  4618. if not uis:IsKeyDown(Enum.KeyCode.LeftControl) then
  4619. if autoesp == false then
  4620. autoesp = true
  4621. else
  4622. autoesp = false
  4623. end
  4624. else
  4625. if lightesp == true then
  4626. lightesp = false
  4627. else
  4628. lightesp = true
  4629. end
  4630. end
  4631. elseif a == "]" then
  4632. upping = true
  4633. downing = false
  4634. elseif a== "[" then
  4635. downing = true
  4636. upping = false
  4637. elseif a == Aim_Assist_Key[2] and uis:IsKeyDown(Aim_Assist_Key[1]) then
  4638. if Aim_Assist == true then
  4639. Aim_Assist = false
  4640. --print("disabled")
  4641. else
  4642. Aim_Assist = true
  4643. end
  4644. end
  4645. if a == "j" then
  4646. if mouse.Target then
  4647. mouse.Target:Destroy()
  4648. end
  4649. end
  4650. if a == key then
  4651. if switch == false then
  4652. switch = true
  4653. else
  4654. switch = false
  4655. if aimatpart ~= nil then
  4656. aimatpart = nil
  4657. end
  4658. end
  4659. elseif a == "b" and uis:IsKeyDown(Enum.KeyCode.LeftControl) and not uis:IsKeyDown(Enum.KeyCode.R) then
  4660. if movementcounting then
  4661. movementcounting = false
  4662. else
  4663. movementcounting = true
  4664. end
  4665. elseif a == teambasedswitch then
  4666. if TeamBased == true then
  4667. TeamBased = false
  4668. teambasedstatus.Text = "Team Based: "..tostring(TeamBased)
  4669. else
  4670. TeamBased = true
  4671. teambasedstatus.Text = "Team Based: "..tostring(TeamBased)
  4672. end
  4673. elseif a == "b" and uis:IsKeyDown(Enum.KeyCode.LeftControl) and uis:IsKeyDown(Enum.KeyCode.R) then
  4674. ballisticsboost = 0
  4675. elseif a == aimkey then
  4676. if not aimatpart then
  4677. local maxangle = math.rad(20)
  4678. for i, plr in pairs(plrs:GetChildren()) do
  4679. if plr.Name ~= lplr.Name and plr.Character and plr.Character.Head and plr.Character.Humanoid and plr.Character.Humanoid.Health > 1 then
  4680. if TeamBased == true then
  4681. if plr.Team.Name ~= lplr.Team.Name then
  4682. local an = checkfov(plr.Character.Head)
  4683. if an < maxangle then
  4684. maxangle = an
  4685. aimatpart = plr.Character.Head
  4686. end
  4687. end
  4688. else
  4689. local an = checkfov(plr.Character.Head)
  4690. if an < maxangle then
  4691. maxangle = an
  4692. aimatpart = plr.Character.Head
  4693. end
  4694. --print(plr)
  4695. end
  4696. local old = aimatpart
  4697. plr.Character.Humanoid.Died:Connect(function()
  4698. --print("died")
  4699. if aimatpart and aimatpart == old then
  4700. aimatpart = nil
  4701. end
  4702. end)
  4703.  
  4704. end
  4705. end
  4706. else
  4707. aimatpart = nil
  4708. canaimat = false
  4709. delay(1.1, function()
  4710. canaimat = true
  4711. end)
  4712. end
  4713. end
  4714. end)
  4715.  
  4716. function getfovxyz (p0, p1, deg)
  4717. local x1, y1, z1 = p0:ToOrientation()
  4718. local cf = CFrame.new(p0.p, p1.p)
  4719. local x2, y2, z2 = cf:ToOrientation()
  4720. local d = math.deg
  4721. if deg then
  4722. return Vector3.new(d(x1-x2), d(y1-y2), d(z1-z2))
  4723. else
  4724. return Vector3.new((x1-x2), (y1-y2), (z1-z2))
  4725. end
  4726. end
  4727.  
  4728.  
  4729. function aimat(part)
  4730. if part then
  4731. --print(part)
  4732. local d = (cam.CFrame.p - part.CFrame.p).magnitude
  4733. local calculatedrop
  4734. local timetoaim = 0
  4735. local pos2 = Vector3.new()
  4736. if movementcounting == true then
  4737. timetoaim = d/bspeed
  4738. pos2 = part.Velocity * timetoaim
  4739. end
  4740. local minuseddrop = (ballisticsboost+50)/50
  4741. if ballisticsboost ~= 0 then
  4742. calculatedrop = d - (d/minuseddrop)
  4743.  
  4744. else
  4745. calculatedrop = 0
  4746. end
  4747. --print(calculatedrop)
  4748. local addative = Vector3.new()
  4749. if movementcounting then
  4750. addative = pos2
  4751. end
  4752. local cf = CFrame.new(cam.CFrame.p, (addative + part.CFrame.p+ Vector3.new(0, calculatedrop, 0)))
  4753. if aimbothider == true or Aim_Assist == true then
  4754. cam.CFrame = cam.CFrame:Lerp(cf, aimbothiderspeed)
  4755. else
  4756.  
  4757. cam.CFrame = cf
  4758. end
  4759. --print(cf)
  4760. end
  4761. end
  4762. function checkfov (part)
  4763. local fov = getfovxyz(game.Workspace.CurrentCamera.CFrame, part.CFrame)
  4764. local angle = math.abs(fov.X) + math.abs(fov.Y)
  4765. return angle
  4766. end
  4767. pcall(function()
  4768. delay(0, function()
  4769. while wait(.32) do
  4770. if Aim_Assist and not aimatpart and canaimat and lplr.Character and lplr.Character.Humanoid and lplr.Character.Humanoid.Health > 0 then
  4771. for i, plr in pairs(plrs:GetChildren()) do
  4772.  
  4773.  
  4774. local minangle = math.rad(5.5)
  4775. local lastpart = nil
  4776. local function gg(plr)
  4777. pcall(function()
  4778. if plr.Name ~= lplr.Name and plr.Character and plr.Character.Humanoid and plr.Character.Humanoid.Health > 0 and plr.Character.Head then
  4779. local raycasted = false
  4780. local cf1 = CFrame.new(cam.CFrame.p, plr.Character.Head.CFrame.p) * CFrame.new(0, 0, -4)
  4781. local r1 = Ray.new(cf1.p, cf1.LookVector * 9000)
  4782. local obj, pos = game.Workspace:FindPartOnRayWithIgnoreList(r1, {lplr.Character.Head})
  4783. local dist = (plr.Character.Head.CFrame.p- pos).magnitude
  4784. if dist < 4 then
  4785. raycasted = true
  4786. end
  4787. if raycasted == true then
  4788. local an1 = getfovxyz(cam.CFrame, plr.Character.Head.CFrame)
  4789. local an = abs(an1.X) + abs(an1.Y)
  4790. if an < minangle then
  4791. minangle = an
  4792. lastpart = plr.Character.Head
  4793. end
  4794. end
  4795. end
  4796. end)
  4797. end
  4798. if TeamBased then
  4799. if plr.Team.Name ~= lplr.Team.Name then
  4800. gg(plr)
  4801. end
  4802. else
  4803. gg(plr)
  4804. end
  4805. --print(math.deg(minangle))
  4806. if lastpart then
  4807. aimatpart = lastpart
  4808. aimatpart.Parent.Humanoid.Died:Connect(function()
  4809. if aimatpart == lastpart then
  4810. aimatpart = nil
  4811. end
  4812. end)
  4813.  
  4814. end
  4815. end
  4816. end
  4817. end
  4818. end)
  4819. end)
  4820. local oldheadpos
  4821. local lastaimapart
  4822. game:GetService("RunService").RenderStepped:Connect(function(dt)
  4823. if uis:IsKeyDown(Enum.KeyCode.RightBracket) or uis:IsKeyDown(Enum.KeyCode.LeftBracket) then
  4824. if upping then
  4825. ballisticsboost = ballisticsboost + dt/1.9
  4826. elseif downing then
  4827. ballisticsboost = ballisticsboost - dt/1.9
  4828. end
  4829. end
  4830. if movementcounting then
  4831. st1_2.TextColor3 = Color3.new(0.0431373, 1, 0.0745098)
  4832. st1_2.Text = "Current ballistics: "..tostring(math.floor(ballisticsboost*10)/10)
  4833. else
  4834. st1_2.TextColor3 = Color3.new(1,0,0)
  4835. end
  4836. espstatustext.Text = "Esp loop :"..tostring(autoesp)
  4837. if aimatpart and lplr.Character and lplr.Character.Head then
  4838. if BetterDeathCount and lastaimapart and lastaimapart == aimatpart then
  4839. local dist = (oldheadpos - aimatpart.CFrame.p).magnitude
  4840. if dist > 40 then
  4841. aimatpart = nil
  4842. end
  4843. end
  4844. lastaimapart = aimatpart
  4845. oldheadpos = lastaimapart.CFrame.p
  4846. do
  4847. if aimatpart.Parent == plrs.LocalPlayer.Character then
  4848. aimatpart = nil
  4849. end
  4850. aimat(aimatpart)
  4851. pcall(function()
  4852. if Aim_Assist == true then
  4853. local cf1 = CFrame.new(cam.CFrame.p, aimatpart.CFrame.p) * CFrame.new(0, 0, -4)
  4854. local r1 = Ray.new(cf1.p, cf1.LookVector * 1000)
  4855. local obj, pos = game.Workspace:FindPartOnRayWithIgnoreList(r1, {lplr.Character.Head})
  4856. local dist = (aimatpart.CFrame.p- pos).magnitude
  4857. if obj then
  4858. --print(obj:GetFullName())
  4859. end
  4860. if not obj or dist > 6 then
  4861. aimatpart = nil
  4862. --print("ooof")
  4863. end
  4864. canaimat = false
  4865. delay(.5, function()
  4866. canaimat = true
  4867. end)
  4868. end
  4869. end)
  4870. end
  4871.  
  4872.  
  4873.  
  4874. end
  4875. end)
  4876.  
  4877.  
  4878. delay(0, function()
  4879. while wait(espupdatetime) do
  4880. if autoesp == true then
  4881. pcall(function()
  4882. f.addesp()
  4883. end)
  4884. end
  4885. end
  4886. end)
  4887. --warn("loaded")
  4888. end)
  4889.  
  4890. end)
  4891.  
  4892. Reviz.Name = "Reviz"
  4893. Reviz.Parent = MainGUI
  4894. Reviz.BackgroundColor3 = Color3.new(1, 1, 1)
  4895. Reviz.Position = UDim2.new(0.585831046, 0, 0.534825861, 0)
  4896. Reviz.Size = UDim2.new(0, 152, 0, 35)
  4897. Reviz.Font = Enum.Font.SourceSansLight
  4898. Reviz.Text = "Reviz Admin"
  4899. Reviz.TextColor3 = Color3.new(0, 0, 0)
  4900. Reviz.TextScaled = true
  4901. Reviz.TextSize = 14
  4902. Reviz.TextWrapped = true
  4903. Reviz.MouseButton1Click:connect(function()
  4904. -- Creator: illremember#3799
  4905.  
  4906. -- Credits to infinite yield, harkinian, dex creators
  4907.  
  4908. prefix = ":"
  4909. wait(0.3)
  4910. Commands = {
  4911. '[-] cmdbar is shown when ; is pressed.',
  4912. '[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player',
  4913. '[2] bring [plr] -- You need a tool! Will bring player to you',
  4914. '[3] spin [plr] -- You need a tool! Makes you and the player spin crazy',
  4915. '[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting',
  4916. '[5] attach [plr] -- You need a tool! Attaches you to player',
  4917. '[6] unattach [plr] -- Attempts to unattach you from a player',
  4918. '[7] follow [plr] -- Makes you follow behind the player',
  4919. '[8] unfollow',
  4920. '[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air',
  4921. '[10] trail [plr] -- The opposite of follow, you stay infront of player',
  4922. '[11] untrail',
  4923. '[12] orbit [plr] -- Makes you orbit the player',
  4924. '[13] unorbit',
  4925. '[14] fling [plr] -- Makes you fling the player',
  4926. '[15] unfling',
  4927. '[16] fecheck -- Checks if the game is FE or not',
  4928. '[17] void [plr] -- Teleports player to the void',
  4929. '[18] noclip -- Gives you noclip to walk through walls',
  4930. '[19] clip -- Removes noclip',
  4931. '[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default',
  4932. '[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default',
  4933. '[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default',
  4934. '[23] default -- Changes your speed, jumppower and hipheight to default values',
  4935. '[24] annoy [plr] -- Loop teleports you to the player',
  4936. '[25] unannoy',
  4937. '[26] headwalk [plr] -- Loop teleports you to the player head',
  4938. '[27] unheadwalk',
  4939. '[28] nolimbs -- Removes your arms and legs',
  4940. '[29] god -- Gives you FE Godmode',
  4941. '[30] drophats -- Drops your accessories',
  4942. '[31] droptool -- Drops any tool you have equipped',
  4943. '[32] loopdhats -- Loop drops your accessories',
  4944. '[33] unloopdhats',
  4945. '[34] loopdtool -- Loop drops any tools you have equipped',
  4946. '[35] unloopdtool',
  4947. '[36] invisible -- Gives you invisibility CREDIT TO TIMELESS',
  4948. '[37] view [plr] -- Changes your camera to the player character',
  4949. '[38] unview',
  4950. '[39] goto [plr] -- Teleports you to player',
  4951. '[40] fly -- Allows you to fly, credit to Infinite Yield',
  4952. '[41] unfly',
  4953. '[42] chat [msg] -- Makes you chat a message',
  4954. '[43] spam [msg] -- Spams a message',
  4955. '[44] unspam',
  4956. '[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second',
  4957. '[46] pmspam [plr] -- Spams a player in private message',
  4958. '[47] unpmspam',
  4959. '[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you',
  4960. '[49] uncfreeze [plr]',
  4961. '[50] unlockws -- Unlocks the workspace',
  4962. '[51] lockws -- Locks the workspace',
  4963. '[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you',
  4964. '[53] pstand -- Enables platform stand',
  4965. '[54] unpstand -- Disables platform stand',
  4966. '[55] blockhead -- Removes your head mesh',
  4967. '[56] sit',
  4968. '[57] bringobj [obj] -- Only shows on client, brings an object/part to you constantly, can be used to bring healing parts, weapons, money etc, type in exact name',
  4969. '[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided',
  4970. '[59] hypertotal -- Loads in my FE GUI Hypertotal',
  4971. '[60] cmds -- Prints all commands',
  4972. '[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats',
  4973. '[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool',
  4974. '[63] spinner -- Makes you spin',
  4975. '[64] nospinner',
  4976. '[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom',
  4977. '[66] noreach -- Removes reach, must have tool equipped',
  4978. '[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying',
  4979. '[68] tp me [plr] -- Alternative to goto',
  4980. '[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player',
  4981. '[70] uncbring',
  4982. '[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players',
  4983. '[72] givetool [plr] -- Gives the tool you have equipped to the player',
  4984. '[73] glitch [plr] -- Glitches you and the player, looks very cool',
  4985. '[74] unglitch -- Unglitches you',
  4986. '[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode',
  4987. '[76] explorer -- Loads up DEX',
  4988. '[77] reset -- Resets your character.',
  4989. '[78] anim [id] -- Applies an animation on you, must be created by ROBLOX',
  4990. '[79] animgui -- Loads up Energize animations GUI',
  4991. '[80] savepos -- Saves your current position',
  4992. '[81] loadpos -- Teleports you to your saved position',
  4993. '[82] bang [plr] -- 18+ will not work if you have FE Godmode on',
  4994. '[83] unbang',
  4995. '[84] delcmdbar -- Removes the command bar completely',
  4996. '[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model',
  4997. '[86] shutdown -- Uses harkinians script to shutdown server',
  4998. '[87] respawn -- If grespawn doesnt work you can use respawn',
  4999. '[88] delobj [obj] -- Deletes a certain brick in workspace, client sided',
  5000. '[89] getplrs -- Prints all players in game',
  5001. '[90] deldecal -- Deletes all decals client sided',
  5002. '[91] opfinality -- Loads in my FE GUI Opfinality',
  5003. '[92] remotes -- Prints all remotes in the game in the console when added',
  5004. '[93] noremotes -- Stops printing remotes',
  5005. '[94] tpdefault -- Stops all loop teleports to a player',
  5006. '[95] stopsit -- Will not allow you to sit',
  5007. '[96] gosit -- Allows you to sit',
  5008. '[97] clicktp -- Enables click tp',
  5009. '[98] noclicktp -- Disables click tp',
  5010. '[99] toolson -- If any tools are dropped in the workspace you will automatically get them',
  5011. '[100] toolsoff -- Stops ;toolson',
  5012. '[101] version -- Gets the admin version',
  5013. '[102] state [num] -- Changes your humanoid state, ;unstate to stop.',
  5014. '[103] gravity [num] -- Changes workspace gravity default is 196.2',
  5015. '[104] pgs -- Checks if the game has PGSPhysicsSolverEnabled enabled',
  5016. '[105] clickdel -- Delete any block you press q on, client sided',
  5017. '[106] noclickdel -- Stops clickdel',
  5018. '[107] looprhats -- Loop removes mesh of your hats/loop block hats',
  5019. '[108] unlooprhats -- Stops loop removing mesh',
  5020. '[109] looprtool -- Loop removes mesh of your tool/loop block tools',
  5021. '[110] unlooprtool -- Stops loop removing mesh',
  5022. '[111] givealltools [plr] -- Gives all the tools you have in your backpack to the player',
  5023. '[112] age [plr] -- Makes you chat the account age of the player',
  5024. '[113] id [plr] -- Makes you chat the account ID of the player',
  5025. '[114] .age [plr] -- Privately shows you the account age of the player',
  5026. '[115] .id [plr] -- Privately shows you the account ID of the player',
  5027. '[116] gameid -- Shows the game ID',
  5028. '[117] removeinvis -- Removes all invisible walls/parts, client sided',
  5029. '[118] removefog -- Removes fog, client sided',
  5030. '[119] disable -- Disables your character by removing humanoid',
  5031. '[120] enable -- Enables your character by adding humanoid',
  5032. '[121] prefix [key] -- Changes the prefix used, default is ;',
  5033. '[122] ;resetprefix -- Resets the prefix to ; incase you change it to an unusable prefix. Say exactly ";resetprefix" to do this command, no matter what your prefix is set to.',
  5034. '[123] flyspeed [num] -- Change your fly speed, default is 1',
  5035. '[124] carpet [plr] -- Makes you a carpet for a player, will not work if FE Godmode is on',
  5036. '[125] uncarpet -- Stops carpet player',
  5037. '[126] stare [plr] -- Turns your character to stare at another player',
  5038. '[127] unstare -- Stops stare player',
  5039. '[128] logchat -- Logs all chat (including /e and whispers) of all players',
  5040. '[129] unlogchat -- Disables logchat',
  5041. '[130] fixcam -- Fixes/resets your camera',
  5042. '[131] unstate -- Stops changing state',
  5043. }
  5044. speedget = 1
  5045.  
  5046. lplayer = game:GetService("Players").LocalPlayer
  5047.  
  5048. lplayer.CharacterAdded:Connect(function(character)
  5049. spin = false
  5050. flying = false
  5051. staring = false
  5052. banpl = false
  5053. end)
  5054.  
  5055. function change()
  5056. prefix = prefix
  5057. speedfly = speedfly
  5058. end
  5059.  
  5060. function GetPlayer(String) -- Credit to Timeless/xFunnieuss
  5061. local Found = {}
  5062. local strl = String:lower()
  5063. if strl == "all" then
  5064. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  5065. table.insert(Found,v)
  5066. end
  5067. elseif strl == "others" then
  5068. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  5069. if v.Name ~= lplayer.Name then
  5070. table.insert(Found,v)
  5071. end
  5072. end
  5073. elseif strl == "me" then
  5074. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  5075. if v.Name == lplayer.Name then
  5076. table.insert(Found,v)
  5077. end
  5078. end
  5079. else
  5080. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  5081. if v.Name:lower():sub(1, #String) == String:lower() then
  5082. table.insert(Found,v)
  5083. end
  5084. end
  5085. end
  5086. return Found
  5087. end
  5088.  
  5089. local Mouse = lplayer:GetMouse()
  5090.  
  5091. spin = false
  5092. followed = false
  5093. traill = false
  5094. noclip = false
  5095. annoying = false
  5096. hwalk = false
  5097. droppinghats = false
  5098. droppingtools = false
  5099. flying = false
  5100. spamdelay = 1
  5101. spamming = false
  5102. spammingpm = false
  5103. cbringing = false
  5104. remotes = true
  5105. added = true
  5106. binds = false
  5107. stopsitting = false
  5108. clickgoto = false
  5109. gettingtools = false
  5110. removingmeshhats = false
  5111. removingmeshtool = false
  5112. clickdel = false
  5113. staring = false
  5114. chatlogs = false
  5115. banpl = false
  5116. changingstate = false
  5117. statechosen = 0
  5118.  
  5119. adminversion = "Reviz Admin by illremember, Version 2.0"
  5120.  
  5121. flying = false
  5122. speedfly = 1
  5123.  
  5124. function plrchat(plr, chat)
  5125. print(plr.Name..": "..tick().."\n"..chat)
  5126. end
  5127.  
  5128. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  5129. v.Chatted:connect(function(chat)
  5130. if chatlogs then
  5131. plrchat(v, chat)
  5132. end
  5133. end)
  5134. end
  5135. game:GetService("Players").PlayerAdded:connect(function(plr)
  5136. plr.Chatted:connect(function(chat)
  5137. if chatlogs then
  5138. plrchat(plr, chat)
  5139. end
  5140. end)
  5141. end)
  5142.  
  5143.  
  5144. local ScreenGui = Instance.new("ScreenGui")
  5145. local Frame = Instance.new("Frame")
  5146. local CMDBAR = Instance.new("TextBox")
  5147. ScreenGui.Parent = game:GetService("CoreGui")
  5148. Frame.Parent = ScreenGui
  5149. Frame.BackgroundColor3 = Color3.new(0.3, 0.1, 0.1)
  5150. Frame.BackgroundTransparency = 0.3
  5151. Frame.Position = UDim2.new(0.5, 0, 0, 10)
  5152. Frame.Size = UDim2.new(0, 200, 0, 40)
  5153. Frame.Active = true
  5154. Frame.Draggable = true
  5155. CMDBAR.Name = "CMDBAR"
  5156. CMDBAR.Parent = Frame
  5157. CMDBAR.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
  5158. CMDBAR.BackgroundTransparency = 0.20000000298023
  5159. CMDBAR.Size = UDim2.new(0, 180, 0, 20)
  5160. CMDBAR.Position = UDim2.new(0.05, 0, 0.25, 0)
  5161. CMDBAR.Font = Enum.Font.SourceSansLight
  5162. CMDBAR.FontSize = Enum.FontSize.Size14
  5163. CMDBAR.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
  5164. CMDBAR.TextScaled = true
  5165. CMDBAR.TextSize = 14
  5166. CMDBAR.TextWrapped = true
  5167. CMDBAR.Text = "Press ; to type, Enter to execute"
  5168.  
  5169. local CMDS = Instance.new("ScreenGui")
  5170. local CMDSFRAME = Instance.new("Frame")
  5171. local ScrollingFrame = Instance.new("ScrollingFrame")
  5172. local TextLabel = Instance.new("TextLabel")
  5173. local closegui = Instance.new("TextButton")
  5174. CMDS.Name = "CMDS"
  5175. CMDS.Parent = game:GetService("CoreGui")
  5176. CMDSFRAME.Name = "CMDSFRAME"
  5177. CMDSFRAME.Parent = CMDS
  5178. CMDSFRAME.Active = true
  5179. CMDSFRAME.BackgroundColor3 = Color3.new(0.223529, 0.231373, 0.309804)
  5180. CMDSFRAME.BorderSizePixel = 0
  5181. CMDSFRAME.Draggable = true
  5182. CMDSFRAME.Position = UDim2.new(0, 315, 0, 100)
  5183. CMDSFRAME.Size = UDim2.new(0, 275, 0, 275)
  5184. CMDSFRAME.Visible = false
  5185. ScrollingFrame.Parent = CMDSFRAME
  5186. ScrollingFrame.BackgroundColor3 = Color3.new(0.160784, 0.160784, 0.203922)
  5187. ScrollingFrame.BorderSizePixel = 0
  5188. ScrollingFrame.Position = UDim2.new(0, 0, 0.0729999989, 0)
  5189. ScrollingFrame.Size = UDim2.new(1.04999995, 0, 0.92900002, 0)
  5190. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 10, 0)
  5191. TextLabel.Parent = ScrollingFrame
  5192. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  5193. TextLabel.BackgroundTransparency = 1
  5194. TextLabel.Size = UDim2.new(0.930000007, 0, 1, 0)
  5195. TextLabel.Font = Enum.Font.SourceSans
  5196. TextLabel.FontSize = Enum.FontSize.Size18
  5197. TextLabel.Text = "[-] cmdbar is shown when ; is pressed.,\n[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player,\n[2] bring [plr] -- You need a tool! Will bring player to you,\n[3] spin [plr] -- You need a tool! Makes you and the player spin crazy,\n[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting,\n[5] attach [plr] -- You need a tool! Attaches you to player,\n[6] unattach [plr] -- Attempts to unattach you from a player,\n[7] follow [plr] -- Makes you follow behind the player,\n[8] unfollow,\n[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air,\n[10] trail [plr] -- The opposite of follow, you stay infront of player,\n[11] untrail,\n[12] orbit [plr] -- Makes you orbit the player,\n[13] unorbit,\n[14] fling [plr] -- Makes you fling the player,\n[15] unfling,\n[16] fecheck -- Checks if the game is FE or not,\n[17] void [plr] -- Teleports player to the void,\n[18] noclip -- Gives you noclip to walk through walls,\n[19] clip -- Removes noclip,\n[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default,\n[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default,\n[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default,\n[23] default -- Changes your speed, jumppower and hipheight to default values,\n[24] annoy [plr] -- Loop teleports you to the player,\n[25] unannoy,\n[26] headwalk [plr] -- Loop teleports you to the player head,\n[27] unheadwalk,\n[28] nolimbs -- Removes your arms and legs,\n[29] god -- Gives you FE Godmode,\n[30] drophats -- Drops your accessories,\n[31] droptool -- Drops any tool you have equipped,\n[32] loopdhats -- Loop drops your accessories,\n[33] unloopdhats,\n[34] loopdtool -- Loop drops any tools you have equipped,\n[35] unloopdtool,\n[36] invisible -- Gives you invisibility CREDIT TO TIMELESS,\n[37] view [plr] -- Changes your camera to the player character,\n[38] unview,\n[39] goto [plr] -- Teleports you to player,\n[40] fly -- Allows you to fly,\n[41] unfly,\n[42] chat [msg] -- Makes you chat a message,\n[43] spam [msg] -- Spams a message,\n[44] unspam,\n[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second,\n[46] pmspam [plr] -- Spams a player in private message,\n[47] unpmspam,\n[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you,\n[49] uncfreeze [plr],\n[50] unlockws -- Unlocks the workspace,\n[51] lockws -- Locks the workspace,\n[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you,\n[53] pstand -- Enables platform stand,\n[54] unpstand -- Disables platform stand,\n[55] blockhead -- Removes your head mesh,\n[56] sit,\n[57] bringobj [obj] -- Only shows on client, brings an object/part to you constantly, can be used to bring healing parts, weapons, money etc, type in exact name,\n[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided,\n[59] hypertotal -- Loads in my FE GUI Hypertotal,\n[60] cmds -- Prints all commands,\n[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats,\n[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool,\n[63] spinner -- Makes you spin,\n[64] nospinner,\n[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom,\n[66] noreach -- Removes reach, must have tool equipped,\n[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying,\n[68] tp me [plr] -- Alternative to goto,\n[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player,\n[70] uncbring,\n[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players,\n[72] givetool [plr] -- Gives the tool you have equipped to the player,\n[73] glitch [plr] -- Glitches you and the player, looks very cool,\n[74] unglitch -- Unglitches you,\n[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode,\n[76] explorer -- Loads up DEX,\n[77] reset -- Resets your character.,\n[78] anim [id] -- Applies an animation on you, must be created by ROBLOX,\n[79] animgui -- Loads up Energize animations GUI,\n[80] savepos -- Saves your current position,\n[81] loadpos -- Teleports you to your saved position,\n[82] bang [plr] -- 18+,\n[83] unbang,\n[84] delcmdbar -- Removes the command bar completely,\n[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model,\n[86] shutdown -- Uses harkinians script to shutdown server,\n[87] respawn -- If grespawn doesnt work you can use respawn,\n[88] delobj [obj] -- Deletes a certain brick in workspace, client sided,\n[89] getplrs -- Prints all players in game,\n[90] deldecal -- Deletes all decals client sided,\n[91] opfinality -- Loads in my FE GUI Opfinality,\n[92] remotes -- Prints all remotes in the game in the console when added,\n[93] noremotes -- Stops printing remotes,\n[94] tpdefault -- Stops all loop teleports to a player,\n[95] stopsit -- Will not allow you to sit,\n[96] gosit -- Allows you to sit,\n[97] clicktp -- Enables click tp,\n[98] noclicktp -- Disables click tp,\n[99] toolson -- If any tools are dropped in the workspace you will automatically get them,\n[100] toolsoff -- Stops ;toolson,\n[101] version -- Gets the admin version, \n This list of commands is NOT showing everything, go to my thread in the pastebin link to see ALL commands."
  5198. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  5199. TextLabel.TextSize = 15
  5200. TextLabel.TextWrapped = true
  5201. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  5202. TextLabel.TextYAlignment = Enum.TextYAlignment.Top
  5203. closegui.Name = "closegui"
  5204. closegui.Parent = CMDSFRAME
  5205. closegui.BackgroundColor3 = Color3.new(0.890196, 0.223529, 0.0588235)
  5206. closegui.BorderSizePixel = 0
  5207. closegui.Position = UDim2.new(0.995000005, 0, 0, 0)
  5208. closegui.Size = UDim2.new(0.0545952693, 0, 0.0728644878, 0)
  5209. closegui.Font = Enum.Font.SourceSansBold
  5210. closegui.FontSize = Enum.FontSize.Size24
  5211. closegui.Text = "X"
  5212. closegui.TextColor3 = Color3.new(1, 1, 1)
  5213. closegui.TextSize = 20
  5214.  
  5215. closegui.MouseButton1Click:connect(function()
  5216. CMDSFRAME.Visible = false
  5217. end)
  5218.  
  5219. game:GetService('RunService').Stepped:connect(function()
  5220. if spin then
  5221. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[spinplr.Name].Character.HumanoidRootPart.CFrame
  5222. end
  5223. if followed then
  5224. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * -5
  5225. end
  5226. if traill then
  5227. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame.lookVector * 5
  5228. end
  5229. if annoying then
  5230. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[annplr.Name].Character.HumanoidRootPart.CFrame
  5231. end
  5232. if hwalk then
  5233. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[hdwplr.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 4, 0)
  5234. end
  5235. if staring then
  5236. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(lplayer.Character.Torso.Position, game:GetService("Players")[stareplr.Name].Character.Torso.Position)
  5237. end
  5238. end)
  5239. game:GetService('RunService').Stepped:connect(function()
  5240. if noclip then
  5241. if lplayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  5242. lplayer.Character.Head.CanCollide = false
  5243. lplayer.Character.Torso.CanCollide = false
  5244. lplayer.Character["Left Leg"].CanCollide = false
  5245. lplayer.Character["Right Leg"].CanCollide = false
  5246. else
  5247. lplayer.Character.Humanoid:ChangeState(11)
  5248. end
  5249. end
  5250. if changingstate then
  5251. lplayer.Character.Humanoid:ChangeState(statechosen)
  5252. end
  5253. end)
  5254. game:GetService('RunService').Stepped:connect(function()
  5255. if droppinghats then
  5256. for i,v in pairs(lplayer.Character:GetChildren()) do
  5257. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  5258. v.Parent = workspace
  5259. end
  5260. end
  5261. end
  5262. if droppingtools then
  5263. for i,v in pairs(lplayer.Character:GetChildren()) do
  5264. if (v:IsA("Tool")) then
  5265. v.Parent = workspace
  5266. end
  5267. end
  5268. end
  5269. if removingmeshhats then
  5270. for i,v in pairs(lplayer.Character:GetChildren()) do
  5271. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  5272. v.Handle.Mesh:Destroy()
  5273. end
  5274. end
  5275. end
  5276. if removingmeshtool then
  5277. for i,v in pairs(lplayer.Character:GetChildren()) do
  5278. if (v:IsA("Tool")) then
  5279. v.Handle.Mesh:Destroy()
  5280. end
  5281. end
  5282. end
  5283. end)
  5284. game:GetService('RunService').Stepped:connect(function()
  5285. if banpl then
  5286. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[bplrr].Character.HumanoidRootPart.CFrame
  5287. end
  5288. end)
  5289. game:GetService('RunService').Stepped:connect(function()
  5290. if stopsitting then
  5291. lplayer.Character.Humanoid.Sit = false
  5292. end
  5293. end)
  5294.  
  5295. plr = lplayer
  5296. hum = plr.Character.HumanoidRootPart
  5297. mouse = plr:GetMouse()
  5298. mouse.KeyDown:connect(function(key)
  5299. if key == "e" then
  5300. if mouse.Target then
  5301. if clickgoto then
  5302. hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
  5303. elseif clickdel then
  5304. mouse.Target:Destroy()
  5305. end
  5306. end
  5307. end
  5308. end)
  5309.  
  5310. game:GetService("Workspace").ChildAdded:connect(function(part)
  5311. if gettingtools then
  5312. if part:IsA("Tool") then
  5313. part.Handle.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  5314. end
  5315. end
  5316. end)
  5317.  
  5318. lplayer.Chatted:Connect(function(msg)
  5319. if string.sub(msg, 1, 6) == (prefix.."kill ") then
  5320. if string.sub(msg, 7) == "me" then
  5321. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  5322. else
  5323. for i,v in pairs(GetPlayer(string.sub(msg, 7)))do
  5324. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  5325. lplayer.Character.Humanoid.Name = 1
  5326. local l = lplayer.Character["1"]:Clone()
  5327. l.Parent = lplayer.Character
  5328. l.Name = "Humanoid"
  5329. wait(0.1)
  5330. lplayer.Character["1"]:Destroy()
  5331. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  5332. lplayer.Character.Animate.Disabled = true
  5333. wait(0.1)
  5334. lplayer.Character.Animate.Disabled = false
  5335. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  5336. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  5337. lplayer.Character.Humanoid:EquipTool(v)
  5338. end
  5339. local function tp(player,player2)
  5340. local char1,char2=player.Character,player2.Character
  5341. if char1 and char2 then
  5342. char1:MoveTo(char2.Head.Position)
  5343. end
  5344. end
  5345. wait(0.1)
  5346. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  5347. wait(0.2)
  5348. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  5349. wait(0.5)
  5350. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  5351. wait(0.7)
  5352. tp(lplayer,game:GetService("Players")[v.Name])
  5353. wait(0.7)
  5354. lplayer.Character.HumanoidRootPart.CFrame = NOW
  5355. game:GetService("StarterGui"):SetCore("SendNotification", {
  5356. Title = "Tools needed!";
  5357. Text = "You need a tool in your backpack for this command!";
  5358. })
  5359. end
  5360. end
  5361. end
  5362. if string.sub(msg, 1, 7) == (prefix.."bring ") then
  5363. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  5364. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  5365. lplayer.Character.Humanoid.Name = 1
  5366. local l = lplayer.Character["1"]:Clone()
  5367. l.Parent = lplayer.Character
  5368. l.Name = "Humanoid"
  5369. wait(0.1)
  5370. lplayer.Character["1"]:Destroy()
  5371. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  5372. lplayer.Character.Animate.Disabled = true
  5373. wait(0.1)
  5374. lplayer.Character.Animate.Disabled = false
  5375. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  5376. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  5377. lplayer.Character.Humanoid:EquipTool(v)
  5378. end
  5379. local function tp(player,player2)
  5380. local char1,char2=player.Character,player2.Character
  5381. if char1 and char2 then
  5382. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  5383. end
  5384. end
  5385. local function getout(player,player2)
  5386. local char1,char2=player.Character,player2.Character
  5387. if char1 and char2 then
  5388. char1:MoveTo(char2.Head.Position)
  5389. end
  5390. end
  5391. tp(game:GetService("Players")[v.Name], lplayer)
  5392. wait(0.2)
  5393. tp(game:GetService("Players")[v.Name], lplayer)
  5394. wait(0.5)
  5395. lplayer.Character.HumanoidRootPart.CFrame = NOW
  5396. wait(0.5)
  5397. getout(lplayer, game:GetService("Players")[v.Name])
  5398. wait(0.3)
  5399. lplayer.Character.HumanoidRootPart.CFrame = NOW
  5400. game:GetService("StarterGui"):SetCore("SendNotification", {
  5401. Title = "Tools needed!";
  5402. Text = "You need a tool in your backpack for this command!";
  5403. })
  5404. end
  5405. end
  5406. if string.sub(msg, 1, 6) == (prefix.."spin ") then
  5407. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  5408. lplayer.Character.Humanoid.Name = 1
  5409. local l = lplayer.Character["1"]:Clone()
  5410. l.Parent = lplayer.Character
  5411. l.Name = "Humanoid"
  5412. wait(0.1)
  5413. lplayer.Character["1"]:Destroy()
  5414. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  5415. lplayer.Character.Animate.Disabled = true
  5416. wait(0.1)
  5417. lplayer.Character.Animate.Disabled = false
  5418. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  5419. lplayer.Character.Animate.Disabled = false
  5420. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  5421. lplayer.Character.Humanoid:EquipTool(v)
  5422. end
  5423. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  5424. spinplr = v
  5425. wait(0.5)
  5426. spin = true
  5427. game:GetService("StarterGui"):SetCore("SendNotification", {
  5428. Title = "Tools needed!";
  5429. Text = "You need a tool in your backpack for this command!";
  5430. })
  5431. end
  5432. end
  5433. if string.sub(msg, 1, 7) == (prefix.."unspin") then
  5434. spin = false
  5435. end
  5436. if string.sub(msg, 1, 8) == (prefix.."attach ") then
  5437. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  5438. lplayer.Character.Humanoid.Name = 1
  5439. local l = lplayer.Character["1"]:Clone()
  5440. l.Parent = lplayer.Character
  5441. l.Name = "Humanoid"
  5442. wait(0.1)
  5443. lplayer.Character["1"]:Destroy()
  5444. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  5445. lplayer.Character.Animate.Disabled = true
  5446. wait(0.1)
  5447. lplayer.Character.Animate.Disabled = false
  5448. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  5449. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  5450. lplayer.Character.Humanoid:EquipTool(v)
  5451. end
  5452. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  5453. wait(0.3)
  5454. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  5455. attplr = v
  5456. game:GetService("StarterGui"):SetCore("SendNotification", {
  5457. Title = "Tools needed!";
  5458. Text = "You need a tool in your backpack for this command!";
  5459. })
  5460. end
  5461. end
  5462. if string.sub(msg, 1, 10) == (prefix.."unattach ") then
  5463. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  5464. local function getout(player,player2)
  5465. local char1,char2=player.Character,player2.Character
  5466. if char1 and char2 then
  5467. char1:MoveTo(char2.Head.Position)
  5468. end
  5469. end
  5470. getout(lplayer, game:GetService("Players")[v.Name])
  5471. end
  5472. end
  5473. if string.sub(msg, 1, 8) == (prefix.."follow ") then
  5474. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  5475. followed = true
  5476. flwplr = v
  5477. end
  5478. end
  5479. if string.sub(msg, 1, 9) == (prefix.."unfollow") then
  5480. followed = false
  5481. end
  5482. if string.sub(msg, 1, 10) == (prefix.."freefall ") then
  5483. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  5484. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  5485. lplayer.Character.Humanoid.Name = 1
  5486. local l = lplayer.Character["1"]:Clone()
  5487. l.Parent = lplayer.Character
  5488. l.Name = "Humanoid"
  5489. wait(0.1)
  5490. lplayer.Character["1"]:Destroy()
  5491. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  5492. lplayer.Character.Animate.Disabled = true
  5493. wait(0.1)
  5494. lplayer.Character.Animate.Disabled = false
  5495. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  5496. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  5497. lplayer.Character.Humanoid:EquipTool(v)
  5498. end
  5499. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  5500. wait(0.2)
  5501. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  5502. wait(0.6)
  5503. lplayer.Character.HumanoidRootPart.CFrame = NOW
  5504. wait(0.6)
  5505. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  5506. game:GetService("StarterGui"):SetCore("SendNotification", {
  5507. Title = "Tools needed!";
  5508. Text = "You need a tool in your backpack for this command!";
  5509. })
  5510. end
  5511. end
  5512. if string.sub(msg, 1, 7) == (prefix.."trail ") then
  5513. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  5514. traill = true
  5515. trlplr = v
  5516. end
  5517. end
  5518. if string.sub(msg, 1, 8) == (prefix.."untrail") then
  5519. traill = false
  5520. end
  5521. if string.sub(msg, 1, 7) == (prefix.."orbit ") then
  5522. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  5523. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  5524. else
  5525. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  5526. local o = Instance.new("RocketPropulsion")
  5527. o.Parent = lplayer.Character.HumanoidRootPart
  5528. o.Name = "Orbit"
  5529. o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  5530. o:Fire()
  5531. noclip = true
  5532. end
  5533. end
  5534. end
  5535. if string.sub(msg, 1, 8) == (prefix.."unorbit") then
  5536. lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  5537. noclip = false
  5538. end
  5539. if string.sub(msg, 1, 7) == (prefix.."fling ") then
  5540. if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
  5541. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  5542. else
  5543. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  5544. local y = Instance.new("RocketPropulsion")
  5545. y.Parent = lplayer.Character.HumanoidRootPart
  5546. y.CartoonFactor = 1
  5547. y.MaxThrust = 800000
  5548. y.MaxSpeed = 1000
  5549. y.ThrustP = 200000
  5550. y.Name = "Fling"
  5551. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  5552. y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  5553. y:Fire()
  5554. noclip = true
  5555. end
  5556. end
  5557. end
  5558. if string.sub(msg, 1, 8) == (prefix.."unfling") then
  5559. noclip = false
  5560. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  5561. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  5562. wait(0.4)
  5563. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  5564. end
  5565. if string.sub(msg, 1, 8) == (prefix.."fecheck") then
  5566. if game:GetService("Workspace").FilteringEnabled == true then
  5567. warn("FE is Enabled (Filtering Enabled)")
  5568. game:GetService("StarterGui"):SetCore("SendNotification", {
  5569. Title = "FE is Enabled";
  5570. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  5571. })
  5572. else
  5573. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  5574. game:GetService("StarterGui"):SetCore("SendNotification", {
  5575. Title = "FE is Disabled";
  5576. Text = "Filtering Disabled. Consider using a different admin script.";
  5577. })
  5578. end
  5579. end
  5580. if string.sub(msg, 1, 6) == (prefix.."void ") then
  5581. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  5582. lplayer.Character.Humanoid.Name = 1
  5583. local l = lplayer.Character["1"]:Clone()
  5584. l.Parent = lplayer.Character
  5585. l.Name = "Humanoid"
  5586. wait(0.1)
  5587. lplayer.Character["1"]:Destroy()
  5588. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  5589. lplayer.Character.Animate.Disabled = true
  5590. wait(0.1)
  5591. lplayer.Character.Animate.Disabled = false
  5592. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  5593. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  5594. lplayer.Character.Humanoid:EquipTool(v)
  5595. end
  5596. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  5597. wait(0.2)
  5598. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  5599. wait(0.6)
  5600. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  5601. game:GetService("StarterGui"):SetCore("SendNotification", {
  5602. Title = "Tools needed!";
  5603. Text = "You need a tool in your backpack for this command!";
  5604. })
  5605. end
  5606. end
  5607. if string.sub(msg, 1, 7) == (prefix.."noclip") then
  5608. noclip = true
  5609. game:GetService("StarterGui"):SetCore("SendNotification", {
  5610. Title = "Noclip enabled";
  5611. Text = "Type ;clip to disable";
  5612. })
  5613. end
  5614. if string.sub(msg, 1, 5) == (prefix.."clip") then
  5615. noclip = false
  5616. game:GetService("StarterGui"):SetCore("SendNotification", {
  5617. Title = "Noclip disabled";
  5618. Text = "Type ;noclip to enable";
  5619. })
  5620. end
  5621. if string.sub(msg, 1, 7) == (prefix.."speed ") then
  5622. lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 8))
  5623. end
  5624. if string.sub(msg, 1, 4) == (prefix.."ws ") then
  5625. lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 5))
  5626. end
  5627. if string.sub(msg, 1, 11) == (prefix.."hipheight ") then
  5628. lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 12))
  5629. end
  5630. if string.sub(msg, 1, 4) == (prefix.."hh ") then
  5631. lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 5))
  5632. end
  5633. if string.sub(msg, 1, 11) == (prefix.."jumppower ") then
  5634. lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 12))
  5635. end
  5636. if string.sub(msg, 1, 4) == (prefix.."jp ") then
  5637. lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 5))
  5638. end
  5639. if string.sub(msg, 1, 8) == (prefix.."default") then
  5640. lplayer.Character.Humanoid.JumpPower = 50
  5641. lplayer.Character.Humanoid.WalkSpeed = 16
  5642. lplayer.Character.Humanoid.HipHeight = 0
  5643. end
  5644. if string.sub(msg, 1, 7) == (prefix.."annoy ") then
  5645. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  5646. annoying = true
  5647. annplr = v
  5648. end
  5649. end
  5650. if string.sub(msg, 1, 8) == (prefix.."unannoy") then
  5651. annoying = false
  5652. end
  5653. if string.sub(msg, 1, 10) == (prefix.."headwalk ") then
  5654. for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
  5655. hwalk = true
  5656. hdwplr = v
  5657. end
  5658. end
  5659. if string.sub(msg, 1, 11) == (prefix.."unheadwalk") then
  5660. hwalk = false
  5661. end
  5662. if string.sub(msg, 1, 8) == (prefix.."nolimbs") then
  5663. lplayer.Character["Left Leg"]:Destroy()
  5664. lplayer.Character["Left Arm"]:Destroy()
  5665. lplayer.Character["Right Leg"]:Destroy()
  5666. lplayer.Character["Right Arm"]:Destroy()
  5667. end
  5668. if string.sub(msg, 1, 4) == (prefix.."god") then
  5669. lplayer.Character.Humanoid.Name = 1
  5670. local l = lplayer.Character["1"]:Clone()
  5671. l.Parent = lplayer.Character
  5672. l.Name = "Humanoid"
  5673. wait(0.1)
  5674. lplayer.Character["1"]:Destroy()
  5675. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  5676. lplayer.Character.Animate.Disabled = true
  5677. wait(0.1)
  5678. lplayer.Character.Animate.Disabled = false
  5679. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  5680. game:GetService("StarterGui"):SetCore("SendNotification", {
  5681. Title = "FE Godmode enabled";
  5682. Text = "Use ;grespawn or ;respawn to remove";
  5683. })
  5684. end
  5685. if string.sub(msg, 1, 9) == (prefix.."drophats") then
  5686. for i,v in pairs(lplayer.Character:GetChildren()) do
  5687. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  5688. v.Parent = workspace
  5689. end
  5690. end
  5691. end
  5692. if string.sub(msg, 1, 9) == (prefix.."droptool") then
  5693. for i,v in pairs(lplayer.Character:GetChildren()) do
  5694. if (v:IsA("Tool")) then
  5695. v.Parent = workspace
  5696. end
  5697. end
  5698. end
  5699. if string.sub(msg, 1, 10) == (prefix.."loopdhats") then
  5700. droppinghats = true
  5701. game:GetService("StarterGui"):SetCore("SendNotification", {
  5702. Title = "Loop Drop Enabled";
  5703. Text = "Type ;unloopdhats to disable";
  5704. })
  5705. end
  5706. if string.sub(msg, 1, 12) == (prefix.."unloopdhats") then
  5707. droppinghats = false
  5708. game:GetService("StarterGui"):SetCore("SendNotification", {
  5709. Title = "Loop Drop Disabled";
  5710. Text = "Type ;loopdhats to enable.";
  5711. })
  5712. end
  5713. if string.sub(msg, 1, 10) == (prefix.."loopdtool") then
  5714. droppingtools = true
  5715. game:GetService("StarterGui"):SetCore("SendNotification", {
  5716. Title = "Loop Drop Enabled";
  5717. Text = "Type ;unloopdtool to disable";
  5718. })
  5719. end
  5720. if string.sub(msg, 1, 12) == (prefix.."unloopdtool") then
  5721. droppingtools = false
  5722. game:GetService("StarterGui"):SetCore("SendNotification", {
  5723. Title = "Loop Drop Disabled";
  5724. Text = "Type ;loopdtool to enable.";
  5725. })
  5726. end
  5727. if string.sub(msg, 1, 10) == (prefix.."invisible") then -- Credit to Timeless
  5728. Local = game:GetService('Players').LocalPlayer
  5729. Char = Local.Character
  5730. touched,tpdback = false, false
  5731. box = Instance.new('Part',workspace)
  5732. box.Anchored = true
  5733. box.CanCollide = true
  5734. box.Size = Vector3.new(10,1,10)
  5735. box.Position = Vector3.new(0,10000,0)
  5736. box.Touched:connect(function(part)
  5737. if (part.Parent.Name == Local.Name) then
  5738. if touched == false then
  5739. touched = true
  5740. function apply()
  5741. if script.Disabled ~= true then
  5742. no = Char.HumanoidRootPart:Clone()
  5743. wait(.25)
  5744. Char.HumanoidRootPart:Destroy()
  5745. no.Parent = Char
  5746. Char:MoveTo(loc)
  5747. touched = false
  5748. end end
  5749. if Char then
  5750. apply()
  5751. end
  5752. end
  5753. end
  5754. end)
  5755. repeat wait() until Char
  5756. loc = Char.HumanoidRootPart.Position
  5757. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  5758. game:GetService("StarterGui"):SetCore("SendNotification", {
  5759. Title = "Invisibility enabled!";
  5760. Text = "Reset or use ;respawn to remove.";
  5761. })
  5762. end
  5763. if string.sub(msg, 1, 6) == (prefix.."view ") then
  5764. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  5765. if game:GetService("Players")[v.Name].Character.Humanoid then
  5766. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  5767. else
  5768. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  5769. end
  5770. end
  5771. end
  5772. if string.sub(msg, 1, 7) == (prefix.."unview") then
  5773. if lplayer.Character.Humanoid then
  5774. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  5775. else
  5776. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  5777. end
  5778. end
  5779. if string.sub(msg, 1, 6) == (prefix.."goto ") then
  5780. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  5781. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  5782. end
  5783. end
  5784. if string.sub(msg, 1, 4) == (prefix.."fly") then
  5785. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  5786. repeat wait() until Mouse
  5787.  
  5788. local T = lplayer.Character.HumanoidRootPart
  5789. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  5790. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  5791. local SPEED = speedget
  5792.  
  5793. local function fly()
  5794. flying = true
  5795. local BG = Instance.new('BodyGyro', T)
  5796. local BV = Instance.new('BodyVelocity', T)
  5797. BG.P = 9e4
  5798. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  5799. BG.cframe = T.CFrame
  5800. BV.velocity = Vector3.new(0, 0.1, 0)
  5801. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  5802. spawn(function()
  5803. repeat wait()
  5804. lplayer.Character.Humanoid.PlatformStand = true
  5805. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  5806. SPEED = 50
  5807. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  5808. SPEED = 0
  5809. end
  5810. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  5811. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  5812. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  5813. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  5814. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  5815. else
  5816. BV.velocity = Vector3.new(0, 0.1, 0)
  5817. end
  5818. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  5819. until not flying
  5820. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  5821. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  5822. SPEED = 0
  5823. BG:destroy()
  5824. BV:destroy()
  5825. lplayer.Character.Humanoid.PlatformStand = false
  5826. end)
  5827. end
  5828. Mouse.KeyDown:connect(function(KEY)
  5829. if KEY:lower() == 'w' then
  5830. CONTROL.F = speedfly
  5831. elseif KEY:lower() == 's' then
  5832. CONTROL.B = -speedfly
  5833. elseif KEY:lower() == 'a' then
  5834. CONTROL.L = -speedfly
  5835. elseif KEY:lower() == 'd' then
  5836. CONTROL.R = speedfly
  5837. end
  5838. end)
  5839. Mouse.KeyUp:connect(function(KEY)
  5840. if KEY:lower() == 'w' then
  5841. CONTROL.F = 0
  5842. elseif KEY:lower() == 's' then
  5843. CONTROL.B = 0
  5844. elseif KEY:lower() == 'a' then
  5845. CONTROL.L = 0
  5846. elseif KEY:lower() == 'd' then
  5847. CONTROL.R = 0
  5848. end
  5849. end)
  5850. fly()
  5851. end
  5852. if string.sub(msg, 1, 6) == (prefix.."unfly") then
  5853. flying = false
  5854. lplayer.Character.Humanoid.PlatformStand = false
  5855. end
  5856. if string.sub(msg, 1, 6) == (prefix.."chat ") then
  5857. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(msg, 7)), "All")
  5858. end
  5859. if string.sub(msg, 1, 6) == (prefix.."spam ") then
  5860. spamtext = (string.sub(msg, 7))
  5861. spamming = true
  5862. end
  5863. if string.sub(msg, 1, 7) == (prefix.."unspam") then
  5864. spamming = false
  5865. end
  5866. if string.sub(msg, 1, 10) == (prefix.."spamwait ") then
  5867. spamdelay = (string.sub(msg, 11))
  5868. end
  5869. if string.sub(msg, 1, 8) == (prefix.."pmspam ") then
  5870. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  5871. pmspammed = v.Name
  5872. spammingpm = true
  5873. end
  5874. end
  5875. if string.sub(msg, 1, 9) == (prefix.."unpmspam") then
  5876. spammingpm = false
  5877. end
  5878. if string.sub(msg, 1, 9) == (prefix.."cfreeze ") then
  5879. for i,v in pairs(GetPlayer(string.sub(msg, 10))) do
  5880. v.Character["Left Leg"].Anchored = true
  5881. v.Character["Left Arm"].Anchored = true
  5882. v.Character["Right Leg"].Anchored = true
  5883. v.Character["Right Arm"].Anchored = true
  5884. v.Character.Torso.Anchored = true
  5885. v.Character.Head.Anchored = true
  5886. end
  5887. end
  5888. if string.sub(msg, 1, 11) == (prefix.."uncfreeze ") then
  5889. for i,v in pairs(GetPlayer(string.sub(msg, 12))) do
  5890. v.Character["Left Leg"].Anchored = false
  5891. v.Character["Left Arm"].Anchored = false
  5892. v.Character["Right Leg"].Anchored = false
  5893. v.Character["Right Arm"].Anchored = false
  5894. v.Character.Torso.Anchored = false
  5895. v.Character.Head.Anchored = false
  5896. end
  5897. end
  5898. if string.sub(msg, 1, 9) == (prefix.."unlockws") then
  5899. local a = game:GetService("Workspace"):getChildren()
  5900. for i = 1, #a do
  5901. if a[i].className == "Part" then
  5902. a[i].Locked = false
  5903. elseif a[i].className == "Model" then
  5904. local r = a[i]:getChildren()
  5905. for i = 1, #r do
  5906. if r[i].className == "Part" then
  5907. r[i].Locked = false
  5908. end
  5909. end
  5910. end
  5911. end
  5912. game:GetService("StarterGui"):SetCore("SendNotification", {
  5913. Title = "Success!";
  5914. Text = "Workspace unlocked. Use ;lockws to lock.";
  5915. })
  5916. end
  5917. if string.sub(msg, 1, 7) == (prefix.."lockws") then
  5918. local a = game:GetService("Workspace"):getChildren()
  5919. for i = 1, #a do
  5920. if a[i].className == "Part" then
  5921. a[i].Locked = true
  5922. elseif a[i].className == "Model" then
  5923. local r = a[i]:getChildren()
  5924. for i = 1, #r do
  5925. if r[i].className == "Part" then
  5926. r[i].Locked = true
  5927. end
  5928. end
  5929. end
  5930. end
  5931. end
  5932. if string.sub(msg, 1, 7) == (prefix.."btools") then
  5933. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  5934. Clone_T.BinType = "Clone"
  5935. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  5936. Destruct.BinType = "Hammer"
  5937. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  5938. Hold_T.BinType = "Grab"
  5939. end
  5940. if string.sub(msg, 1, 7) == (prefix.."pstand") then
  5941. lplayer.Character.Humanoid.PlatformStand = true
  5942. end
  5943. if string.sub(msg, 1, 9) == (prefix.."unpstand") then
  5944. lplayer.Character.Humanoid.PlatformStand = false
  5945. end
  5946. if string.sub(msg, 1, 10) == (prefix.."blockhead") then
  5947. lplayer.Character.Head.Mesh:Destroy()
  5948. end
  5949. if string.sub(msg, 1, 4) == (prefix.."sit") then
  5950. lplayer.Character.Humanoid.Sit = true
  5951. end
  5952. if string.sub(msg, 1, 10) == (prefix.."bringobj ") then
  5953. local function bringobjw()
  5954. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  5955. if obj.Name == (string.sub(msg, 11)) then
  5956. obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  5957. obj.CanCollide = false
  5958. obj.Transparency = 0.7
  5959. wait()
  5960. obj.CFrame = lplayer.Character["Left Leg"].CFrame
  5961. wait()
  5962. obj.CFrame = lplayer.Character["Right Leg"].CFrame
  5963. wait()
  5964. obj.CFrame = lplayer.Character["Head"].CFrame
  5965. end
  5966. end
  5967. end
  5968. while wait() do
  5969. bringobjw()
  5970. end
  5971. game:GetService("StarterGui"):SetCore("SendNotification", {
  5972. Title = "BringObj";
  5973. Text = "BringObj enabled.";
  5974. })
  5975. end
  5976. if string.sub(msg, 1, 7) == (prefix.."wsvis ") then
  5977. vis = (string.sub(msg, 8))
  5978. local a = game:GetService("Workspace"):GetDescendants()
  5979. for i = 1, #a do
  5980. if a[i].className == "Part" then
  5981. a[i].Transparency = vis
  5982. elseif a[i].className == "Model" then
  5983. local r = a[i]:getChildren()
  5984. for i = 1, #r do
  5985. if r[i].className == "Part" then
  5986. r[i].Transparency = vis
  5987. end
  5988. end
  5989. end
  5990. end
  5991. end
  5992. if string.sub(msg, 1, 11) == (prefix.."hypertotal") then
  5993. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  5994. game:GetService("StarterGui"):SetCore("SendNotification", {
  5995. Title = "Success!";
  5996. Text = "HyperTotal GUI Loaded!";
  5997. })
  5998. end
  5999. if string.sub(msg, 1, 5) == (prefix.."cmds") then
  6000. CMDSFRAME.Visible = true
  6001. end
  6002. if string.sub(msg, 1, 10) == (prefix.."rmeshhats") then
  6003. for i,v in pairs(lplayer.Character:GetChildren()) do
  6004. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  6005. v.Handle.Mesh:Destroy()
  6006. end
  6007. end
  6008. end
  6009. if string.sub(msg, 1, 10) == (prefix.."blockhats") then
  6010. for i,v in pairs(lplayer.Character:GetChildren()) do
  6011. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  6012. v.Handle.Mesh:Destroy()
  6013. end
  6014. end
  6015. end
  6016. if string.sub(msg, 1, 10) == (prefix.."rmeshtool") then
  6017. for i,v in pairs(lplayer.Character:GetChildren()) do
  6018. if (v:IsA("Tool")) then
  6019. v.Handle.Mesh:Destroy()
  6020. end
  6021. end
  6022. end
  6023. if string.sub(msg, 1, 10) == (prefix.."blocktool") then
  6024. for i,v in pairs(lplayer.Character:GetChildren()) do
  6025. if (v:IsA("Tool")) then
  6026. v.Handle.Mesh:Destroy()
  6027. end
  6028. end
  6029. end
  6030. if string.sub(msg, 1, 8) == (prefix.."spinner") then
  6031. local p = Instance.new("RocketPropulsion")
  6032. p.Parent = lplayer.Character.HumanoidRootPart
  6033. p.Name = "Spinner"
  6034. p.Target = lplayer.Character["Left Arm"]
  6035. p:Fire()
  6036. game:GetService("StarterGui"):SetCore("SendNotification", {
  6037. Title = "Spinner enabled";
  6038. Text = "Type ;nospinner to disable.";
  6039. })
  6040. end
  6041. if string.sub(msg, 1, 10) == (prefix.."nospinner") then
  6042. lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  6043. end
  6044. if string.sub(msg, 1, 7) == (prefix.."reachd") then
  6045. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  6046. if v:isA("Tool") then
  6047. local a = Instance.new("SelectionBox",v.Handle)
  6048. a.Adornee = v.Handle
  6049. v.Handle.Size = Vector3.new(0.5,0.5,60)
  6050. v.GripPos = Vector3.new(0,0,0)
  6051. lplayer.Character.Humanoid:UnequipTools()
  6052. end
  6053. end
  6054. game:GetService("StarterGui"):SetCore("SendNotification", {
  6055. Title = "Reach applied!";
  6056. Text = "Applied to equipped sword. Use ;noreach to disable.";
  6057. })
  6058. end
  6059. if string.sub(msg, 1, 7) == (prefix.."reach ") then
  6060. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  6061. if v:isA("Tool") then
  6062. handleSize = v.Handle.Size
  6063. wait()
  6064. local a = Instance.new("SelectionBox",v.Handle)
  6065. a.Name = "a"
  6066. a.Adornee = v.Handle
  6067. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(msg, 8)))
  6068. v.GripPos = Vector3.new(0,0,0)
  6069. lplayer.Character.Humanoid:UnequipTools()
  6070. end
  6071. end
  6072. game:GetService("StarterGui"):SetCore("SendNotification", {
  6073. Title = "Reach applied!";
  6074. Text = "Applied to equipped sword. Use ;noreach to disable.";
  6075. })
  6076. end
  6077. if string.sub(msg, 1, 8) == (prefix.."noreach") then
  6078. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  6079. if v:isA("Tool") then
  6080. v.Handle.a:Destroy()
  6081. v.Handle.Size = handleSize
  6082. end
  6083. end
  6084. game:GetService("StarterGui"):SetCore("SendNotification", {
  6085. Title = "Reach removed!";
  6086. Text = "Removed reach from equipped sword.";
  6087. })
  6088. end
  6089. if string.sub(msg, 1, 7) == (prefix.."rkill ") then
  6090. for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
  6091. lplayer.Character.Humanoid.Name = 1
  6092. local l = lplayer.Character["1"]:Clone()
  6093. l.Parent = lplayer.Character
  6094. l.Name = "Humanoid"
  6095. wait(0.1)
  6096. lplayer.Character["1"]:Destroy()
  6097. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  6098. lplayer.Character.Animate.Disabled = true
  6099. wait(0.1)
  6100. lplayer.Character.Animate.Disabled = false
  6101. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  6102. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  6103. lplayer.Character.Humanoid:EquipTool(v)
  6104. end
  6105. wait(0.1)
  6106. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6107. wait(0.2)
  6108. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6109. wait(0.5)
  6110. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  6111. game:GetService("StarterGui"):SetCore("SendNotification", {
  6112. Title = "Tools needed!";
  6113. Text = "You need a tool in your backpack for this command!";
  6114. })
  6115. end
  6116. end
  6117. if string.sub(msg, 1, 7) == (prefix.."tp me ") then
  6118. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  6119. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6120. end
  6121. end
  6122. if string.sub(msg, 1, 8) == (prefix.."cbring ") then
  6123. if (string.sub(msg, 9)) == "all" or (string.sub(msg, 9)) == "All" or (string.sub(msg, 9)) == "ALL" then
  6124. cbringall = true
  6125. else
  6126. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  6127. brplr = v.Name
  6128. end
  6129. end
  6130. cbring = true
  6131. end
  6132. if string.sub(msg, 1, 9) == (prefix.."uncbring") then
  6133. cbring = false
  6134. cbringall = false
  6135. end
  6136. if string.sub(msg, 1, 6) == (prefix.."swap ") then
  6137. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  6138. local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6139. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  6140. lplayer.Character.Humanoid.Name = 1
  6141. local l = lplayer.Character["1"]:Clone()
  6142. l.Parent = lplayer.Character
  6143. l.Name = "Humanoid"
  6144. wait(0.1)
  6145. lplayer.Character["1"]:Destroy()
  6146. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  6147. lplayer.Character.Animate.Disabled = true
  6148. wait(0.1)
  6149. lplayer.Character.Animate.Disabled = false
  6150. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  6151. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  6152. lplayer.Character.Humanoid:EquipTool(v)
  6153. end
  6154. local function tp(player,player2)
  6155. local char1,char2=player.Character,player2.Character
  6156. if char1 and char2 then
  6157. char1:MoveTo(char2.Head.Position)
  6158. end
  6159. end
  6160. wait(0.1)
  6161. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6162. wait(0.2)
  6163. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6164. wait(0.5)
  6165. lplayer.Character.HumanoidRootPart.CFrame = NOW
  6166. wait(0.6)
  6167. tp(lplayer, game:GetService("Players")[v.Name])
  6168. wait(0.4)
  6169. lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  6170. game:GetService("StarterGui"):SetCore("SendNotification", {
  6171. Title = "Tools needed!";
  6172. Text = "You need a tool in your backpack for this command!";
  6173. })
  6174. end
  6175. end
  6176. if string.sub(msg, 1, 8) == (prefix.."glitch ") then
  6177. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  6178. lplayer.Character.Humanoid.Name = 1
  6179. local l = lplayer.Character["1"]:Clone()
  6180. l.Parent = lplayer.Character
  6181. l.Name = "Humanoid"
  6182. wait(0.1)
  6183. lplayer.Character["1"]:Destroy()
  6184. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  6185. lplayer.Character.Animate.Disabled = true
  6186. wait(0.1)
  6187. lplayer.Character.Animate.Disabled = false
  6188. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  6189. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  6190. lplayer.Character.Humanoid:EquipTool(v)
  6191. end
  6192. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  6193. wait(0.3)
  6194. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  6195. wait(0.4)
  6196. b = Instance.new("BodyForce")
  6197. b.Parent = lplayer.Character.HumanoidRootPart
  6198. b.Name = "Glitch"
  6199. b.Force = Vector3.new(100000000,5000,0)
  6200. game:GetService("StarterGui"):SetCore("SendNotification", {
  6201. Title = "Tools needed!";
  6202. Text = "You need a tool in your backpack for this command!";
  6203. })
  6204. end
  6205. end
  6206. if string.sub(msg, 1, 9) == (prefix.."unglitch") then
  6207. lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  6208. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  6209. b = Instance.new("BodyForce")
  6210. b.Parent = lplayer.Character.HumanoidRootPart
  6211. b.Name = "unGlitch"
  6212. b.Force = Vector3.new(0,-5000000,0)
  6213. wait(2)
  6214. lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  6215. end
  6216. if string.sub(msg, 1, 9) == (prefix.."grespawn") then
  6217. lplayer.Character.Humanoid.Health = 0
  6218. wait(1)
  6219. lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  6220. lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  6221. end
  6222. if string.sub(msg, 1, 9) == (prefix.."explorer") then
  6223. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  6224. game:GetService("StarterGui"):SetCore("SendNotification", {
  6225. Title = "Success!";
  6226. Text = "DEX Explorer has loaded.";
  6227. })
  6228. end
  6229. if string.sub(msg, 1, 6) == (prefix.."anim ") then
  6230. local Anim = Instance.new("Animation")
  6231. Anim.AnimationId = "rbxassetid://"..(string.sub(msg, 7))
  6232. local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  6233. track:Play(.1, 1, 1)
  6234. end
  6235. if string.sub(msg, 1, 8) == (prefix.."animgui") then
  6236. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  6237. game:GetService("StarterGui"):SetCore("SendNotification", {
  6238. Title = "Success!";
  6239. Text = "Energize Animations GUI has loaded.";
  6240. })
  6241. end
  6242. if string.sub(msg, 1, 8) == (prefix.."savepos") then
  6243. saved = lplayer.Character.HumanoidRootPart.CFrame
  6244. game:GetService("StarterGui"):SetCore("SendNotification", {
  6245. Title = "Position Saved";
  6246. Text = "Use ;loadpos to return to saved position.";
  6247. })
  6248. end
  6249. if string.sub(msg, 1, 8) == (prefix.."loadpos") then
  6250. lplayer.Character.HumanoidRootPart.CFrame = saved
  6251. end
  6252. if string.sub(msg, 1, 6) == (prefix.."bang ") then
  6253. for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
  6254. local Anim2 = Instance.new("Animation")
  6255. Anim2.AnimationId = "rbxassetid://148840371"
  6256. local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  6257. track2:Play(.1, 1, 1)
  6258. bplrr = v.Name
  6259. banpl = true
  6260. end
  6261. end
  6262. if string.sub(msg, 1, 7) == (prefix.."unbang") then
  6263. banpl = false
  6264. end
  6265. if string.sub(msg, 1, 10) == (prefix.."bringmod ") then
  6266. local function bringmodw()
  6267. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  6268. if obj.Name == (string.sub(msg, 11)) then
  6269. for i,ch in pairs(obj:GetDescendants()) do
  6270. if (ch:IsA("BasePart")) then
  6271. ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  6272. ch.CanCollide = false
  6273. ch.Transparency = 0.7
  6274. wait()
  6275. ch.CFrame = lplayer.Character["Left Leg"].CFrame
  6276. wait()
  6277. ch.CFrame = lplayer.Character["Right Leg"].CFrame
  6278. wait()
  6279. ch.CFrame = lplayer.Character["Head"].CFrame
  6280. end
  6281. end
  6282. end
  6283. end
  6284. end
  6285. while wait() do
  6286. bringmodw()
  6287. end
  6288. game:GetService("StarterGui"):SetCore("SendNotification", {
  6289. Title = "BringMod";
  6290. Text = "BringMod enabled.";
  6291. })
  6292. end
  6293. if string.sub(msg, 1, 8) == (prefix.."respawn") then
  6294. local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  6295. local hum = Instance.new('Humanoid', mod)
  6296. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  6297. lplayer.Character = mod
  6298. end
  6299. if string.sub(msg, 1, 9) == (prefix.."shutdown") then
  6300. game:GetService'RunService'.Stepped:Connect(function()
  6301. pcall(function()
  6302. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  6303. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  6304. for _,x in pairs(v.Character.Head:GetChildren()) do
  6305. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  6306. end
  6307. end
  6308. end
  6309. end)
  6310. end)
  6311. game:GetService("StarterGui"):SetCore("SendNotification", {
  6312. Title = "Attempting Shutdown";
  6313. Text = "Shutdown Attempt has begun.";
  6314. })
  6315. end
  6316. if string.sub(msg, 1, 8) == (prefix.."delobj ") then
  6317. objtodel = (string.sub(msg, 9))
  6318. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  6319. if v.Name == objtodel then
  6320. v:Destroy()
  6321. end
  6322. end
  6323. end
  6324. if string.sub(msg, 1, 8) == (prefix.."getplrs") then
  6325. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  6326. print(v)
  6327. end
  6328. game:GetService("StarterGui"):SetCore("SendNotification", {
  6329. Title = "Printed";
  6330. Text = "Players have been printed to console. (F9)";
  6331. })
  6332. end
  6333. if string.sub(msg, 1, 9) == (prefix.."deldecal") then
  6334. for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  6335. if (v:IsA("Decal")) then
  6336. v:Destroy()
  6337. end
  6338. end
  6339. end
  6340. if string.sub(msg, 1, 11) == (prefix.."opfinality") then
  6341. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  6342. game:GetService("StarterGui"):SetCore("SendNotification", {
  6343. Title = "Success!";
  6344. Text = "OpFinality GUI has loaded.";
  6345. })
  6346. end
  6347. if string.sub(msg, 1, 8) == (prefix.."remotes") then
  6348. remotes = true
  6349. added = true
  6350. game.DescendantAdded:connect(function(rmt)
  6351. if added == true then
  6352. if remotes == true then
  6353. if rmt:IsA("RemoteEvent") then
  6354. print("A RemoteEvent was added!")
  6355. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  6356. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  6357. end end end
  6358. end)
  6359. game.DescendantAdded:connect(function(rmtfnctn)
  6360. if added == true then
  6361. if remotes == true then
  6362. if rmtfnctn:IsA("RemoteFunction") then
  6363. warn("A RemoteFunction was added!")
  6364. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  6365. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  6366. end end end
  6367. end)
  6368.  
  6369. game.DescendantAdded:connect(function(bndfnctn)
  6370. if added == true then
  6371. if binds == true then
  6372. if bndfnctn:IsA("BindableFunction") then
  6373. print("A BindableFunction was added!")
  6374. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  6375. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  6376. end end end
  6377. end)
  6378.  
  6379. game.DescendantAdded:connect(function(bnd)
  6380. if added == true then
  6381. if binds == true then
  6382. if bnd:IsA("BindableEvent") then
  6383. warn("A BindableEvent was added!")
  6384. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  6385. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  6386. end end end
  6387. end)
  6388.  
  6389.  
  6390. if binds == true then
  6391. for i,v in pairs(game:GetDescendants()) do
  6392. if v:IsA("BindableFunction") then
  6393. print(" game." .. v:GetFullName() .. " | BindableFunction")
  6394. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  6395. end end
  6396. for i,v in pairs(game:GetDescendants()) do
  6397. if v:IsA("BindableEvent") then
  6398. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  6399. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  6400. end end
  6401. else
  6402. print("Off")
  6403. end
  6404. if remotes == true then
  6405. for i,v in pairs(game:GetDescendants()) do
  6406. if v:IsA("RemoteFunction") then
  6407. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  6408. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  6409. end end
  6410. wait()
  6411. for i,v in pairs(game:GetDescendants()) do
  6412. if v:IsA("RemoteEvent") then
  6413. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  6414. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  6415. end end
  6416. else
  6417. print("Off")
  6418. end
  6419. game:GetService("StarterGui"):SetCore("SendNotification", {
  6420. Title = "Printing Remotes";
  6421. Text = "Type ;noremotes to disable.";
  6422. })
  6423. end
  6424. if string.sub(msg, 1, 10) == (prefix.."noremotes") then
  6425. remotes = false
  6426. added = false
  6427. game:GetService("StarterGui"):SetCore("SendNotification", {
  6428. Title = "Printing Remotes Disabled";
  6429. Text = "Type ;remotes to enable.";
  6430. })
  6431. end
  6432. if string.sub(msg, 1, 10) == (prefix.."tpdefault") then
  6433. spin = false
  6434. followed = false
  6435. traill = false
  6436. noclip = false
  6437. annoying = false
  6438. hwalk = false
  6439. cbringing = false
  6440. end
  6441. if string.sub(msg, 1, 8) == (prefix.."stopsit") then
  6442. stopsitting = true
  6443. end
  6444. if string.sub(msg, 1, 6) == (prefix.."gosit") then
  6445. stopsitting = false
  6446. end
  6447. if string.sub(msg, 1, 8) == (prefix.."version") then
  6448. print(adminversion)
  6449. game:GetService("StarterGui"):SetCore("SendNotification", {
  6450. Title = "Version";
  6451. Text = adminversion;
  6452. })
  6453. end
  6454. if string.sub(msg, 1, 8) == (prefix.."clicktp") then
  6455. clickgoto = true
  6456. game:GetService("StarterGui"):SetCore("SendNotification", {
  6457. Title = "Click TP";
  6458. Text = "Press E to teleport to mouse position, ;noclicktp to stop";
  6459. })
  6460. end
  6461. if string.sub(msg, 1, 9) == (prefix.."clickdel") then
  6462. clickdel = true
  6463. game:GetService("StarterGui"):SetCore("SendNotification", {
  6464. Title = "Click Delete";
  6465. Text = "Press E to delete part at mouse, ;noclickdel to stop";
  6466. })
  6467. end
  6468. if string.sub(msg, 1, 11) == (prefix.."noclickdel") then
  6469. clickdel = false
  6470. game:GetService("StarterGui"):SetCore("SendNotification", {
  6471. Title = "Click Delete";
  6472. Text = "Click delete has been disabled.";
  6473. })
  6474. end
  6475. if string.sub(msg, 1, 10) == (prefix.."noclicktp") then
  6476. clickgoto = false
  6477. game:GetService("StarterGui"):SetCore("SendNotification", {
  6478. Title = "Click TP";
  6479. Text = "Click TP has been disabled.";
  6480. })
  6481. end
  6482. if string.sub(msg, 1, 8) == (prefix.."toolson") then
  6483. gettingtools = true
  6484. game:GetService("StarterGui"):SetCore("SendNotification", {
  6485. Title = "Tools Enabled";
  6486. Text = "Automatically colleting tools dropped.";
  6487. })
  6488. end
  6489. if string.sub(msg, 1, 9) == (prefix.."toolsoff") then
  6490. gettingtools = false
  6491. game:GetService("StarterGui"):SetCore("SendNotification", {
  6492. Title = "Tools Disabled";
  6493. Text = "Click TP has been disabled.";
  6494. })
  6495. end
  6496. if string.sub(msg, 1, 10) == (prefix.."delcmdbar") then
  6497. ScreenGui:Destroy()
  6498. end
  6499. if string.sub(msg, 1, 6) == (prefix.."reset") then
  6500. lplayer.Character.Head:Destroy()
  6501. end
  6502. if string.sub(msg, 1, 7) == (prefix.."state ") then
  6503. statechosen = string.sub(msg, 8)
  6504. changingstate = true
  6505. end
  6506. if string.sub(msg, 1, 9) == (prefix.."gravity ") then
  6507. game:GetService("Workspace").Gravity = string.sub(msg, 10)
  6508. end
  6509. if string.sub(msg, 1, 10) == (prefix.."looprhats") then
  6510. removingmeshhats = true
  6511. end
  6512. if string.sub(msg, 1, 12) == (prefix.."unlooprhats") then
  6513. removingmeshhats = false
  6514. end
  6515. if string.sub(msg, 1, 10) == (prefix.."looprtool") then
  6516. removingmeshtool = true
  6517. end
  6518. if string.sub(msg, 1, 12) == (prefix.."unlooprtool") then
  6519. removingmeshtool = false
  6520. end
  6521. if string.sub(msg, 1, 10) == (prefix.."givetool ") then
  6522. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  6523. if v:IsA("Tool") then
  6524. for i,player in pairs(GetPlayer(string.sub(msg, 11))) do
  6525. v.Parent = player.Character
  6526. end
  6527. end
  6528. end
  6529. end
  6530. if string.sub(msg, 1, 14) == (prefix.."givealltools ") then
  6531. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  6532. if v:IsA("Tool") then
  6533. v.Parent = lplayer.Character
  6534. wait()
  6535. for i,player in pairs(GetPlayer(string.sub(msg, 15))) do
  6536. v.Parent = player.Character
  6537. end
  6538. end
  6539. end
  6540. end
  6541. if string.sub(msg, 1, 5) == (prefix.."age ") then
  6542. for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  6543. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  6544. end
  6545. end
  6546. if string.sub(msg, 1, 4) == (prefix.."id ") then
  6547. for i,player in pairs(GetPlayer(string.sub(msg, 5))) do
  6548. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  6549. end
  6550. end
  6551. if string.sub(msg, 1, 6) == (prefix..".age ") then
  6552. for i,player in pairs(GetPlayer(string.sub(msg, 7))) do
  6553. game:GetService("StarterGui"):SetCore("SendNotification", {
  6554. Title = player.AccountAge.." Days";
  6555. Text = "Account age of "..player.Name;
  6556. })
  6557. end
  6558. end
  6559. if string.sub(msg, 1, 5) == (prefix..".id ") then
  6560. for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
  6561. game:GetService("StarterGui"):SetCore("SendNotification", {
  6562. Title = player.UserId.." ID";
  6563. Text = "Account ID of "..player.Name;
  6564. })
  6565. end
  6566. end
  6567. if string.sub(msg, 1, 7) == (prefix.."gameid") then
  6568. game:GetService("StarterGui"):SetCore("SendNotification", {
  6569. Title = "Game ID";
  6570. Text = "Game ID: ".. game.GameId;
  6571. })
  6572. end
  6573. if string.sub(msg, 1, 4) == (prefix.."pgs") then
  6574. local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  6575. if pgscheck == true then
  6576. game:GetService("StarterGui"):SetCore("SendNotification", {
  6577. Title = "PGSPhysicsSolverEnabled";
  6578. Text = "PGS is Enabled!";
  6579. })
  6580. else
  6581. game:GetService("StarterGui"):SetCore("SendNotification", {
  6582. Title = "PGSPhysicsSolverEnabled";
  6583. Text = "PGS is Disabled!";
  6584. })
  6585. end
  6586. end
  6587. if string.sub(msg, 1, 12) == (prefix.."removeinvis") then
  6588. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  6589. if v:IsA("Part") then
  6590. if v.Transparency == 1 then
  6591. if v.Name ~= "HumanoidRootPart" then
  6592. v:Destroy()
  6593. end
  6594. end
  6595. end
  6596. end
  6597. end
  6598. if string.sub(msg, 1, 10) == (prefix.."removefog") then
  6599. game:GetService("Lighting").FogStart = 0
  6600. game:GetService("Lighting").FogEnd = 9999999999999
  6601. end
  6602. if string.sub(msg, 1, 8) == (prefix.."disable") then
  6603. lplayer.Character.Humanoid.Parent = lplayer
  6604. end
  6605. if string.sub(msg, 1, 7) == (prefix.."enable") then
  6606. lplayer.Humanoid.Parent = lplayer.Character
  6607. end
  6608. if string.sub(msg, 1, 8) == (prefix.."prefix ") then
  6609. prefix = (string.sub(msg, 9, 9))
  6610. wait(0.1)
  6611. change()
  6612. wait(0.1)
  6613. game:GetService("StarterGui"):SetCore("SendNotification", {
  6614. Title = "Prefix changed!";
  6615. Text = "Prefix is now "..prefix..". Use ;resetprefix to reset to ;";
  6616. })
  6617. end
  6618. if string.sub(msg, 1, 12) == (";resetprefix") then
  6619. prefix = ";"
  6620. wait(0.1)
  6621. change()
  6622. wait(0.1)
  6623. game:GetService("StarterGui"):SetCore("SendNotification", {
  6624. Title = "Prefix changed!";
  6625. Text = "Prefix is now "..prefix..". Make sure it's one key!";
  6626. })
  6627. end
  6628. if string.sub(msg, 1, 10) == (prefix.."flyspeed ") then
  6629. speedfly = string.sub(msg, 11)
  6630. wait()
  6631. change()
  6632. end
  6633. if string.sub(msg, 1, 8) == (prefix.."carpet ") then
  6634. for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
  6635. local Anim3 = Instance.new("Animation")
  6636. Anim3.AnimationId = "rbxassetid://282574440"
  6637. local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  6638. track3:Play(.1, 1, 1)
  6639. bplrr = v.Name
  6640. banpl = true
  6641. end
  6642. end
  6643. if string.sub(msg, 1, 9) == (prefix.."uncarpet") then
  6644. banpl = false
  6645. end
  6646. if string.sub(msg, 1, 7) == (prefix.."stare ") then
  6647. for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
  6648. staring = true
  6649. stareplr = v
  6650. end
  6651. end
  6652. if string.sub(msg, 1, 8) == (prefix.."unstare") then
  6653. staring = false
  6654. end
  6655. if string.sub(msg, 1, 8) == (prefix.."logchat") then
  6656. chatlogs = true
  6657. game:GetService("StarterGui"):SetCore("SendNotification", {
  6658. Title = "LogChat enabled";
  6659. Text = "Now logging all player chat.";
  6660. })
  6661. end
  6662. if string.sub(msg, 1, 10) == (prefix.."unlogchat") then
  6663. chatlogs = false
  6664. game:GetService("StarterGui"):SetCore("SendNotification", {
  6665. Title = "LogChat disabled";
  6666. Text = "Stopped logging all player chat.";
  6667. })
  6668. end
  6669. if string.sub(msg, 1, 7) == (prefix.."fixcam") then
  6670. game:GetService("Workspace").CurrentCamera:Destroy()
  6671. wait(0.1)
  6672. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  6673. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  6674. lplayer.CameraMinZoomDistance = 0.5
  6675. lplayer.CameraMaxZoomDistance = 400
  6676. lplayer.CameraMode = "Classic"
  6677. end
  6678. if string.sub(msg, 1, 8) == (prefix.."unstate") then
  6679. changingstate = false
  6680. end
  6681. end)
  6682.  
  6683. local function tp()
  6684. for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  6685. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  6686. if player.Name == brplr then
  6687. player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 2
  6688. end
  6689. end
  6690. end
  6691. end
  6692. local function tpall()
  6693. for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
  6694. if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
  6695. player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 3
  6696. end
  6697. end
  6698. end
  6699. spawn(function()
  6700. while wait(spamdelay) do
  6701. if spamming == true then
  6702. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamtext, "All")
  6703. end
  6704. end
  6705. end)
  6706. spawn(function()
  6707. while wait(spamdelay) do
  6708. if spammingpm == true then
  6709. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..pmspammed.." @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All")
  6710. end
  6711. end
  6712. end)
  6713. spawn(function()
  6714. while wait() do
  6715. if cbring == true then
  6716. tp()
  6717. end
  6718. end
  6719. end)
  6720. spawn(function()
  6721. while wait() do
  6722. if cbringall == true then
  6723. tpall()
  6724. end
  6725. end
  6726. end)
  6727.  
  6728. Mouse.KeyDown:connect(function(Key)
  6729. if Key == prefix then
  6730. CMDBAR:CaptureFocus()
  6731. end
  6732. end)
  6733.  
  6734. CMDBAR.FocusLost:connect(function(enterPressed)
  6735. if enterPressed then
  6736. if string.sub(CMDBAR.Text, 1, 5) == ("kill ") then
  6737. if string.sub(CMDBAR.Text, 6) == "me" then
  6738. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
  6739. else
  6740. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6)))do
  6741. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  6742. lplayer.Character.Humanoid.Name = 1
  6743. local l = lplayer.Character["1"]:Clone()
  6744. l.Parent = lplayer.Character
  6745. l.Name = "Humanoid"
  6746. wait(0.1)
  6747. lplayer.Character["1"]:Destroy()
  6748. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  6749. lplayer.Character.Animate.Disabled = true
  6750. wait(0.1)
  6751. lplayer.Character.Animate.Disabled = false
  6752. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  6753. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  6754. lplayer.Character.Humanoid:EquipTool(v)
  6755. end
  6756. local function tp(player,player2)
  6757. local char1,char2=player.Character,player2.Character
  6758. if char1 and char2 then
  6759. char1:MoveTo(char2.Head.Position)
  6760. end
  6761. end
  6762. wait(0.1)
  6763. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6764. wait(0.2)
  6765. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6766. wait(0.5)
  6767. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  6768. wait(0.7)
  6769. tp(lplayer,game:GetService("Players")[v.Name])
  6770. wait(0.7)
  6771. lplayer.Character.HumanoidRootPart.CFrame = NOW
  6772. game:GetService("StarterGui"):SetCore("SendNotification", {
  6773. Title = "Tools needed!";
  6774. Text = "You need a tool in your backpack for this command!";
  6775. })
  6776. end
  6777. end
  6778. end
  6779. if string.sub(CMDBAR.Text, 1, 6) == ("bring ") then
  6780. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  6781. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  6782. lplayer.Character.Humanoid.Name = 1
  6783. local l = lplayer.Character["1"]:Clone()
  6784. l.Parent = lplayer.Character
  6785. l.Name = "Humanoid"
  6786. wait(0.1)
  6787. lplayer.Character["1"]:Destroy()
  6788. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  6789. lplayer.Character.Animate.Disabled = true
  6790. wait(0.1)
  6791. lplayer.Character.Animate.Disabled = false
  6792. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  6793. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  6794. lplayer.Character.Humanoid:EquipTool(v)
  6795. end
  6796. local function tp(player,player2)
  6797. local char1,char2=player.Character,player2.Character
  6798. if char1 and char2 then
  6799. char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
  6800. end
  6801. end
  6802. local function getout(player,player2)
  6803. local char1,char2=player.Character,player2.Character
  6804. if char1 and char2 then
  6805. char1:MoveTo(char2.Head.Position)
  6806. end
  6807. end
  6808. tp(game:GetService("Players")[v.Name], lplayer)
  6809. wait(0.2)
  6810. tp(game:GetService("Players")[v.Name], lplayer)
  6811. wait(0.5)
  6812. lplayer.Character.HumanoidRootPart.CFrame = NOW
  6813. wait(0.5)
  6814. getout(lplayer, game:GetService("Players")[v.Name])
  6815. wait(0.3)
  6816. lplayer.Character.HumanoidRootPart.CFrame = NOW
  6817. game:GetService("StarterGui"):SetCore("SendNotification", {
  6818. Title = "Tools needed!";
  6819. Text = "You need a tool in your backpack for this command!";
  6820. })
  6821. end
  6822. end
  6823. if string.sub(CMDBAR.Text, 1, 5) == ("spin ") then
  6824. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  6825. lplayer.Character.Humanoid.Name = 1
  6826. local l = lplayer.Character["1"]:Clone()
  6827. l.Parent = lplayer.Character
  6828. l.Name = "Humanoid"
  6829. wait(0.1)
  6830. lplayer.Character["1"]:Destroy()
  6831. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  6832. lplayer.Character.Animate.Disabled = true
  6833. wait(0.1)
  6834. lplayer.Character.Animate.Disabled = false
  6835. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  6836. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  6837. lplayer.Character.Humanoid:EquipTool(v)
  6838. end
  6839. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  6840. spinplr = v
  6841. wait(0.5)
  6842. spin = true
  6843. game:GetService("StarterGui"):SetCore("SendNotification", {
  6844. Title = "Tools needed!";
  6845. Text = "You need a tool in your backpack for this command!";
  6846. })
  6847. end
  6848. end
  6849. if string.sub(CMDBAR.Text, 1, 6) == ("unspin") then
  6850. spin = false
  6851. end
  6852. if string.sub(CMDBAR.Text, 1, 7) == ("attach ") then
  6853. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  6854. lplayer.Character.Humanoid.Name = 1
  6855. local l = lplayer.Character["1"]:Clone()
  6856. l.Parent = lplayer.Character
  6857. l.Name = "Humanoid"
  6858. wait(0.1)
  6859. lplayer.Character["1"]:Destroy()
  6860. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  6861. lplayer.Character.Animate.Disabled = true
  6862. wait(0.1)
  6863. lplayer.Character.Animate.Disabled = false
  6864. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  6865. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  6866. lplayer.Character.Humanoid:EquipTool(v)
  6867. end
  6868. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  6869. wait(0.3)
  6870. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  6871. attplr = v
  6872. game:GetService("StarterGui"):SetCore("SendNotification", {
  6873. Title = "Tools needed!";
  6874. Text = "You need a tool in your backpack for this command!";
  6875. })
  6876. end
  6877. end
  6878. if string.sub(CMDBAR.Text, 1, 9) == ("unattach ") then
  6879. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  6880. local function getout(player,player2)
  6881. local char1,char2=player.Character,player2.Character
  6882. if char1 and char2 then
  6883. char1:MoveTo(char2.Head.Position)
  6884. end
  6885. end
  6886. getout(lplayer, game:GetService("Players")[v.Name])
  6887. end
  6888. end
  6889. if string.sub(CMDBAR.Text, 1, 7) == ("follow ") then
  6890. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  6891. followed = true
  6892. flwplr = v
  6893. end
  6894. end
  6895. if string.sub(CMDBAR.Text, 1, 8) == ("unfollow") then
  6896. followed = false
  6897. end
  6898. if string.sub(CMDBAR.Text, 1, 9) == ("freefall ") then
  6899. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  6900. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  6901. lplayer.Character.Humanoid.Name = 1
  6902. local l = lplayer.Character["1"]:Clone()
  6903. l.Parent = lplayer.Character
  6904. l.Name = "Humanoid"
  6905. wait(0.1)
  6906. lplayer.Character["1"]:Destroy()
  6907. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  6908. lplayer.Character.Animate.Disabled = true
  6909. wait(0.1)
  6910. lplayer.Character.Animate.Disabled = false
  6911. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  6912. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  6913. lplayer.Character.Humanoid:EquipTool(v)
  6914. end
  6915. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6916. wait(0.2)
  6917. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  6918. wait(0.6)
  6919. lplayer.Character.HumanoidRootPart.CFrame = NOW
  6920. wait(0.6)
  6921. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
  6922. game:GetService("StarterGui"):SetCore("SendNotification", {
  6923. Title = "Tools needed!";
  6924. Text = "You need a tool in your backpack for this command!";
  6925. })
  6926. end
  6927. end
  6928. if string.sub(CMDBAR.Text, 1, 6) == ("trail ") then
  6929. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  6930. traill = true
  6931. trlplr = v
  6932. end
  6933. end
  6934. if string.sub(CMDBAR.Text, 1, 7) == ("untrail") then
  6935. traill = false
  6936. end
  6937. if string.sub(CMDBAR.Text, 1, 6) == ("orbit ") then
  6938. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  6939. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  6940. else
  6941. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  6942. local o = Instance.new("RocketPropulsion")
  6943. o.Parent = lplayer.Character.HumanoidRootPart
  6944. o.Name = "Orbit"
  6945. o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  6946. o:Fire()
  6947. noclip = true
  6948. end
  6949. end
  6950. end
  6951. if string.sub(CMDBAR.Text, 1, 7) == ("unorbit") then
  6952. lplayer.Character.HumanoidRootPart.Orbit:Destroy()
  6953. noclip = false
  6954. end
  6955. if string.sub(CMDBAR.Text, 1, 6) == ("fling ") then
  6956. if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
  6957. lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  6958. else
  6959. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  6960. local y = Instance.new("RocketPropulsion")
  6961. y.Parent = lplayer.Character.HumanoidRootPart
  6962. y.CartoonFactor = 1
  6963. y.MaxThrust = 800000
  6964. y.MaxSpeed = 1000
  6965. y.ThrustP = 200000
  6966. y.Name = "Fling"
  6967. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  6968. y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
  6969. y:Fire()
  6970. noclip = true
  6971. end
  6972. end
  6973. end
  6974. if string.sub(CMDBAR.Text, 1, 7) == ("unfling") then
  6975. noclip = false
  6976. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  6977. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  6978. wait(0.4)
  6979. lplayer.Character.HumanoidRootPart.Fling:Destroy()
  6980. end
  6981. if string.sub(CMDBAR.Text, 1, 7) == ("fecheck") then
  6982. if game:GetService("Workspace").FilteringEnabled == true then
  6983. warn("FE is Enabled (Filtering Enabled)")
  6984. game:GetService("StarterGui"):SetCore("SendNotification", {
  6985. Title = "FE is Enabled";
  6986. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  6987. })
  6988. else
  6989. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  6990. game:GetService("StarterGui"):SetCore("SendNotification", {
  6991. Title = "FE is Disabled";
  6992. Text = "Filtering Disabled. Consider using a different admin script.";
  6993. })
  6994. end
  6995. end
  6996. if string.sub(CMDBAR.Text, 1, 5) == ("void ") then
  6997. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  6998. lplayer.Character.Humanoid.Name = 1
  6999. local l = lplayer.Character["1"]:Clone()
  7000. l.Parent = lplayer.Character
  7001. l.Name = "Humanoid"
  7002. wait(0.1)
  7003. lplayer.Character["1"]:Destroy()
  7004. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  7005. lplayer.Character.Animate.Disabled = true
  7006. wait(0.1)
  7007. lplayer.Character.Animate.Disabled = false
  7008. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  7009. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  7010. lplayer.Character.Humanoid:EquipTool(v)
  7011. end
  7012. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7013. wait(0.2)
  7014. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7015. wait(0.6)
  7016. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  7017. game:GetService("StarterGui"):SetCore("SendNotification", {
  7018. Title = "Tools needed!";
  7019. Text = "You need a tool in your backpack for this command!";
  7020. })
  7021. end
  7022. end
  7023. if string.sub(CMDBAR.Text, 1, 6) == ("noclip") then
  7024. noclip = true
  7025. game:GetService("StarterGui"):SetCore("SendNotification", {
  7026. Title = "Noclip enabled";
  7027. Text = "Type ;clip to disable";
  7028. })
  7029. end
  7030. if string.sub(CMDBAR.Text, 1, 4) == ("clip") then
  7031. noclip = false
  7032. game:GetService("StarterGui"):SetCore("SendNotification", {
  7033. Title = "Noclip disabled";
  7034. Text = "Type ;noclip to enable";
  7035. })
  7036. end
  7037. if string.sub(CMDBAR.Text, 1, 6) == ("speed ") then
  7038. lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 7))
  7039. end
  7040. if string.sub(CMDBAR.Text, 1, 3) == ("ws ") then
  7041. lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 4))
  7042. end
  7043. if string.sub(CMDBAR.Text, 1, 10) == ("hipheight ") then
  7044. lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 11))
  7045. end
  7046. if string.sub(CMDBAR.Text, 1, 3) == ("hh ") then
  7047. lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 4))
  7048. end
  7049. if string.sub(CMDBAR.Text, 1, 10) == ("jumppower ") then
  7050. lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 11))
  7051. end
  7052. if string.sub(CMDBAR.Text, 1, 3) == ("jp ") then
  7053. lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 4))
  7054. end
  7055. if string.sub(CMDBAR.Text, 1, 7) == ("default") then
  7056. lplayer.Character.Humanoid.JumpPower = 50
  7057. lplayer.Character.Humanoid.WalkSpeed = 16
  7058. lplayer.Character.Humanoid.HipHeight = 0
  7059. end
  7060. if string.sub(CMDBAR.Text, 1, 6) == ("annoy ") then
  7061. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  7062. annoying = true
  7063. annplr = v
  7064. end
  7065. end
  7066. if string.sub(CMDBAR.Text, 1, 7) == ("unannoy") then
  7067. annoying = false
  7068. end
  7069. if string.sub(CMDBAR.Text, 1, 9) == ("headwalk ") then
  7070. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  7071. hwalk = true
  7072. hdwplr = v
  7073. end
  7074. end
  7075. if string.sub(CMDBAR.Text, 1, 10) == ("unheadwalk") then
  7076. hwalk = false
  7077. end
  7078. if string.sub(CMDBAR.Text, 1, 7) == ("nolimbs") then
  7079. lplayer.Character["Left Leg"]:Destroy()
  7080. lplayer.Character["Left Arm"]:Destroy()
  7081. lplayer.Character["Right Leg"]:Destroy()
  7082. lplayer.Character["Right Arm"]:Destroy()
  7083. end
  7084. if string.sub(CMDBAR.Text, 1, 3) == ("god") then
  7085. lplayer.Character.Humanoid.Name = 1
  7086. local l = lplayer.Character["1"]:Clone()
  7087. l.Parent = lplayer.Character
  7088. l.Name = "Humanoid"
  7089. wait(0.1)
  7090. lplayer.Character["1"]:Destroy()
  7091. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  7092. lplayer.Character.Animate.Disabled = true
  7093. wait(0.1)
  7094. lplayer.Character.Animate.Disabled = false
  7095. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  7096. game:GetService("StarterGui"):SetCore("SendNotification", {
  7097. Title = "FE Godmode enabled";
  7098. Text = "Use ;grespawn or ;respawn to remove.";
  7099. })
  7100. end
  7101. if string.sub(CMDBAR.Text, 1, 8) == ("drophats") then
  7102. for i,v in pairs(lplayer.Character:GetChildren()) do
  7103. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  7104. v.Parent = workspace
  7105. end
  7106. end
  7107. end
  7108. if string.sub(CMDBAR.Text, 1, 8) == ("droptool") then
  7109. for i,v in pairs(lplayer.Character:GetChildren()) do
  7110. if (v:IsA("Tool")) then
  7111. v.Parent = workspace
  7112. end
  7113. end
  7114. end
  7115. if string.sub(CMDBAR.Text, 1, 9) == ("loopdhats") then
  7116. droppinghats = true
  7117. game:GetService("StarterGui"):SetCore("SendNotification", {
  7118. Title = "Loop Drop Enabled";
  7119. Text = "Type ;unloopdhats to disable";
  7120. })
  7121. end
  7122. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdhats") then
  7123. droppinghats = false
  7124. game:GetService("StarterGui"):SetCore("SendNotification", {
  7125. Title = "Loop Drop Disabled";
  7126. Text = "Type ;loopdhats to enable.";
  7127. })
  7128. end
  7129. if string.sub(CMDBAR.Text, 1, 9) == ("loopdtool") then
  7130. droppingtools = true
  7131. game:GetService("StarterGui"):SetCore("SendNotification", {
  7132. Title = "Loop Drop Enabled";
  7133. Text = "Type ;unloopdtool to disable";
  7134. })
  7135. end
  7136. if string.sub(CMDBAR.Text, 1, 11) == ("unloopdtool") then
  7137. droppingtools = false
  7138. game:GetService("StarterGui"):SetCore("SendNotification", {
  7139. Title = "Loop Drop Disabled";
  7140. Text = "Type ;loopdtool to enable.";
  7141. })
  7142. end
  7143. if string.sub(CMDBAR.Text, 1, 9) == ("invisible") then -- Credit to Timeless
  7144. Local = game:GetService('Players').LocalPlayer
  7145. Char = Local.Character
  7146. touched,tpdback = false, false
  7147. box = Instance.new('Part',workspace)
  7148. box.Anchored = true
  7149. box.CanCollide = true
  7150. box.Size = Vector3.new(10,1,10)
  7151. box.Position = Vector3.new(0,10000,0)
  7152. box.Touched:connect(function(part)
  7153. if (part.Parent.Name == Local.Name) then
  7154. if touched == false then
  7155. touched = true
  7156. function apply()
  7157. if script.Disabled ~= true then
  7158. no = Char.HumanoidRootPart:Clone()
  7159. wait(.25)
  7160. Char.HumanoidRootPart:Destroy()
  7161. no.Parent = Char
  7162. Char:MoveTo(loc)
  7163. touched = false
  7164. end end
  7165. if Char then
  7166. apply()
  7167. end
  7168. end
  7169. end
  7170. end)
  7171. repeat wait() until Char
  7172. loc = Char.HumanoidRootPart.Position
  7173. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  7174. game:GetService("StarterGui"):SetCore("SendNotification", {
  7175. Title = "Invisibility enabled!";
  7176. Text = "Reset or use ;respawn to remove.";
  7177. })
  7178. end
  7179. if string.sub(CMDBAR.Text, 1, 5) == ("view ") then
  7180. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  7181. if game:GetService("Players")[v.Name].Character.Humanoid then
  7182. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
  7183. else
  7184. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
  7185. end
  7186. end
  7187. end
  7188. if string.sub(CMDBAR.Text, 1, 6) == ("unview") then
  7189. if lplayer.Character.Humanoid then
  7190. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  7191. else
  7192. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  7193. end
  7194. end
  7195. if string.sub(CMDBAR.Text, 1, 5) == ("goto ") then
  7196. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  7197. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7198. end
  7199. end
  7200. if string.sub(CMDBAR.Text, 1, 3) == ("fly") then
  7201. repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
  7202. repeat wait() until Mouse
  7203.  
  7204. local T = lplayer.Character.HumanoidRootPart
  7205. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  7206. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  7207. local SPEED = speedget
  7208.  
  7209. local function fly()
  7210. flying = true
  7211. local BG = Instance.new('BodyGyro', T)
  7212. local BV = Instance.new('BodyVelocity', T)
  7213. BG.P = 9e4
  7214. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  7215. BG.cframe = T.CFrame
  7216. BV.velocity = Vector3.new(0, 0.1, 0)
  7217. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  7218. spawn(function()
  7219. repeat wait()
  7220. lplayer.Character.Humanoid.PlatformStand = true
  7221. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  7222. SPEED = 50
  7223. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  7224. SPEED = 0
  7225. end
  7226. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  7227. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  7228. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  7229. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  7230. BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  7231. else
  7232. BV.velocity = Vector3.new(0, 0.1, 0)
  7233. end
  7234. BG.cframe = workspace.CurrentCamera.CoordinateFrame
  7235. until not flying
  7236. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  7237. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  7238. SPEED = 0
  7239. BG:destroy()
  7240. BV:destroy()
  7241. lplayer.Character.Humanoid.PlatformStand = false
  7242. end)
  7243. end
  7244. Mouse.KeyDown:connect(function(KEY)
  7245. if KEY:lower() == 'w' then
  7246. CONTROL.F = speedfly
  7247. elseif KEY:lower() == 's' then
  7248. CONTROL.B = -speedfly
  7249. elseif KEY:lower() == 'a' then
  7250. CONTROL.L = -speedfly
  7251. elseif KEY:lower() == 'd' then
  7252. CONTROL.R = speedfly
  7253. end
  7254. end)
  7255. Mouse.KeyUp:connect(function(KEY)
  7256. if KEY:lower() == 'w' then
  7257. CONTROL.F = 0
  7258. elseif KEY:lower() == 's' then
  7259. CONTROL.B = 0
  7260. elseif KEY:lower() == 'a' then
  7261. CONTROL.L = 0
  7262. elseif KEY:lower() == 'd' then
  7263. CONTROL.R = 0
  7264. end
  7265. end)
  7266. fly()
  7267. end
  7268. if string.sub(CMDBAR.Text, 1, 5) == ("unfly") then
  7269. flying = false
  7270. lplayer.Character.Humanoid.PlatformStand = false
  7271. end
  7272. if string.sub(CMDBAR.Text, 1, 5) == ("chat ") then
  7273. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(CMDBAR.Text, 6)), "All")
  7274. end
  7275. if string.sub(CMDBAR.Text, 1, 5) == ("spam ") then
  7276. spamtext = (string.sub(CMDBAR.Text, 6))
  7277. spamming = true
  7278. end
  7279. if string.sub(CMDBAR.Text, 1, 6) == ("unspam") then
  7280. spamming = false
  7281. end
  7282. if string.sub(CMDBAR.Text, 1, 9) == ("spamwait ") then
  7283. spamdelay = (string.sub(CMDBAR.Text, 10))
  7284. end
  7285. if string.sub(CMDBAR.Text, 1, 7) == ("pmspam ") then
  7286. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  7287. pmspammed = v.Name
  7288. spammingpm = true
  7289. end
  7290. end
  7291. if string.sub(CMDBAR.Text, 1, 8) == ("unpmspam") then
  7292. spammingpm = false
  7293. end
  7294. if string.sub(CMDBAR.Text, 1, 8) == ("cfreeze ") then
  7295. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 9))) do
  7296. v.Character["Left Leg"].Anchored = true
  7297. v.Character["Left Arm"].Anchored = true
  7298. v.Character["Right Leg"].Anchored = true
  7299. v.Character["Right Arm"].Anchored = true
  7300. v.Character.Torso.Anchored = true
  7301. v.Character.Head.Anchored = true
  7302. end
  7303. end
  7304. if string.sub(CMDBAR.Text, 1, 10) == ("uncfreeze ") then
  7305. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 11))) do
  7306. v.Character["Left Leg"].Anchored = false
  7307. v.Character["Left Arm"].Anchored = false
  7308. v.Character["Right Leg"].Anchored = false
  7309. v.Character["Right Arm"].Anchored = false
  7310. v.Character.Torso.Anchored = false
  7311. v.Character.Head.Anchored = false
  7312. end
  7313. end
  7314. if string.sub(CMDBAR.Text, 1, 8) == ("unlockws") then
  7315. local a = game:GetService("Workspace"):getChildren()
  7316. for i = 1, #a do
  7317. if a[i].className == "Part" then
  7318. a[i].Locked = false
  7319. elseif a[i].className == "Model" then
  7320. local r = a[i]:getChildren()
  7321. for i = 1, #r do
  7322. if r[i].className == "Part" then
  7323. r[i].Locked = false
  7324. end
  7325. end
  7326. end
  7327. end
  7328. game:GetService("StarterGui"):SetCore("SendNotification", {
  7329. Title = "Success!";
  7330. Text = "Workspace unlocked. Use ;lockws to lock.";
  7331. })
  7332. end
  7333. if string.sub(CMDBAR.Text, 1, 6) == ("lockws") then
  7334. local a = game:GetService("Workspace"):getChildren()
  7335. for i = 1, #a do
  7336. if a[i].className == "Part" then
  7337. a[i].Locked = true
  7338. elseif a[i].className == "Model" then
  7339. local r = a[i]:getChildren()
  7340. for i = 1, #r do
  7341. if r[i].className == "Part" then
  7342. r[i].Locked = true
  7343. end
  7344. end
  7345. end
  7346. end
  7347. end
  7348. if string.sub(CMDBAR.Text, 1, 6) == ("btools") then
  7349. local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
  7350. Clone_T.BinType = "Clone"
  7351. local Destruct = Instance.new("HopperBin",lplayer.Backpack)
  7352. Destruct.BinType = "Hammer"
  7353. local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
  7354. Hold_T.BinType = "Grab"
  7355. end
  7356. if string.sub(CMDBAR.Text, 1, 6) == ("pstand") then
  7357. lplayer.Character.Humanoid.PlatformStand = true
  7358. end
  7359. if string.sub(CMDBAR.Text, 1, 8) == ("unpstand") then
  7360. lplayer.Character.Humanoid.PlatformStand = false
  7361. end
  7362. if string.sub(CMDBAR.Text, 1, 9) == ("blockhead") then
  7363. lplayer.Character.Head.Mesh:Destroy()
  7364. end
  7365. if string.sub(CMDBAR.Text, 1, 3) == ("sit") then
  7366. lplayer.Character.Humanoid.Sit = true
  7367. end
  7368. if string.sub(CMDBAR.Text, 1, 9) == ("bringobj ") then
  7369. local function bringobjw()
  7370. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  7371. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  7372. obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  7373. obj.CanCollide = false
  7374. obj.Transparency = 0.7
  7375. wait()
  7376. obj.CFrame = lplayer.Character["Left Leg"].CFrame
  7377. wait()
  7378. obj.CFrame = lplayer.Character["Right Leg"].CFrame
  7379. wait()
  7380. obj.CFrame = lplayer.Character["Head"].CFrame
  7381. end
  7382. end
  7383. end
  7384. while wait() do
  7385. bringobjw()
  7386. end
  7387. game:GetService("StarterGui"):SetCore("SendNotification", {
  7388. Title = "BringObj";
  7389. Text = "BringObj enabled.";
  7390. })
  7391. end
  7392. if string.sub(CMDBAR.Text, 1, 6) == ("wsvis ") then
  7393. vis = (string.sub(CMDBAR.Text, 7))
  7394. local a = game:GetService("Workspace"):GetDescendants()
  7395. for i = 1, #a do
  7396. if a[i].className == "Part" then
  7397. a[i].Transparency = vis
  7398. elseif a[i].className == "Model" then
  7399. local r = a[i]:getChildren()
  7400. for i = 1, #r do
  7401. if r[i].className == "Part" then
  7402. r[i].Transparency = vis
  7403. end
  7404. end
  7405. end
  7406. end
  7407. end
  7408. if string.sub(CMDBAR.Text, 1, 10) == ("hypertotal") then
  7409. loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
  7410. game:GetService("StarterGui"):SetCore("SendNotification", {
  7411. Title = "Success!";
  7412. Text = "HyperTotal GUI Loaded!";
  7413. })
  7414. end
  7415. if string.sub(CMDBAR.Text, 1, 4) == ("cmds") then
  7416. CMDSFRAME.Visible = true
  7417. end
  7418. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshhats") then
  7419. for i,v in pairs(lplayer.Character:GetChildren()) do
  7420. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  7421. v.Handle.Mesh:Destroy()
  7422. end
  7423. end
  7424. end
  7425. if string.sub(CMDBAR.Text, 1, 9) == ("blockhats") then
  7426. for i,v in pairs(lplayer.Character:GetChildren()) do
  7427. if (v:IsA("Accessory")) or (v:IsA("Hat")) then
  7428. v.Handle.Mesh:Destroy()
  7429. end
  7430. end
  7431. end
  7432. if string.sub(CMDBAR.Text, 1, 9) == ("rmeshtool") then
  7433. for i,v in pairs(lplayer.Character:GetChildren()) do
  7434. if (v:IsA("Tool")) then
  7435. v.Handle.Mesh:Destroy()
  7436. end
  7437. end
  7438. end
  7439. if string.sub(CMDBAR.Text, 1, 9) == ("blocktool") then
  7440. for i,v in pairs(lplayer.Character:GetChildren()) do
  7441. if (v:IsA("Tool")) then
  7442. v.Handle.Mesh:Destroy()
  7443. end
  7444. end
  7445. end
  7446. if string.sub(CMDBAR.Text, 1, 7) == ("spinner") then
  7447. local p = Instance.new("RocketPropulsion")
  7448. p.Parent = lplayer.Character.HumanoidRootPart
  7449. p.Name = "Spinner"
  7450. p.Target = lplayer.Character["Left Arm"]
  7451. p:Fire()
  7452. game:GetService("StarterGui"):SetCore("SendNotification", {
  7453. Title = "Spinner enabled";
  7454. Text = "Type ;nospinner to disable.";
  7455. })
  7456. end
  7457. if string.sub(CMDBAR.Text, 1, 9) == ("nospinner") then
  7458. lplayer.Character.HumanoidRootPart.Spinner:Destroy()
  7459. end
  7460. if string.sub(CMDBAR.Text, 1, 6) == ("reachd") then
  7461. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  7462. if v:isA("Tool") then
  7463. local a = Instance.new("SelectionBox",v.Handle)
  7464. a.Adornee = v.Handle
  7465. v.Handle.Size = Vector3.new(0.5,0.5,60)
  7466. v.GripPos = Vector3.new(0,0,0)
  7467. lplayer.Character.Humanoid:UnequipTools()
  7468. end
  7469. end
  7470. game:GetService("StarterGui"):SetCore("SendNotification", {
  7471. Title = "Reach applied!";
  7472. Text = "Applied to equipped sword. Use ;noreach to disable.";
  7473. })
  7474. end
  7475. if string.sub(CMDBAR.Text, 1, 6) == ("reach ") then
  7476. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  7477. if v:isA("Tool") then
  7478. local a = Instance.new("SelectionBox",v.Handle)
  7479. a.Name = "Reach"
  7480. a.Adornee = v.Handle
  7481. v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(CMDBAR.Text, 7)))
  7482. v.GripPos = Vector3.new(0,0,0)
  7483. lplayer.Character.Humanoid:UnequipTools()
  7484. end
  7485. end
  7486. game:GetService("StarterGui"):SetCore("SendNotification", {
  7487. Title = "Reach applied!";
  7488. Text = "Applied to equipped sword. Use ;noreach to disable.";
  7489. })
  7490. end
  7491. if string.sub(CMDBAR.Text, 1, 7) == ("noreach") then
  7492. for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
  7493. if v:isA("Tool") then
  7494. v.Handle.Reach:Destroy()
  7495. end
  7496. end
  7497. game:GetService("StarterGui"):SetCore("SendNotification", {
  7498. Title = "Reach removed!";
  7499. Text = "Removed reach from equipped sword.";
  7500. })
  7501. end
  7502. if string.sub(CMDBAR.Text, 1, 6) == ("rkill ") then
  7503. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
  7504. lplayer.Character.Humanoid.Name = 1
  7505. local l = lplayer.Character["1"]:Clone()
  7506. l.Parent = lplayer.Character
  7507. l.Name = "Humanoid"
  7508. wait(0.1)
  7509. lplayer.Character["1"]:Destroy()
  7510. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  7511. lplayer.Character.Animate.Disabled = true
  7512. wait(0.1)
  7513. lplayer.Character.Animate.Disabled = false
  7514. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  7515. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  7516. lplayer.Character.Humanoid:EquipTool(v)
  7517. end
  7518. wait(0.1)
  7519. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7520. wait(0.2)
  7521. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7522. wait(0.5)
  7523. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
  7524. game:GetService("StarterGui"):SetCore("SendNotification", {
  7525. Title = "Tools needed!";
  7526. Text = "You need a tool in your backpack for this command!";
  7527. })
  7528. end
  7529. end
  7530. if string.sub(CMDBAR.Text, 1, 6) == ("tp me ") then
  7531. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  7532. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7533. end
  7534. end
  7535. if string.sub(CMDBAR.Text, 1, 7) == ("cbring ") then
  7536. if (string.sub(CMDBAR.Text, 8)) == "all" or (string.sub(CMDBAR.Text, 8)) == "All" or (string.sub(CMDBAR.Text, 8)) == "ALL" then
  7537. cbringall = true
  7538. else
  7539. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  7540. brplr = v.Name
  7541. end
  7542. end
  7543. cbring = true
  7544. end
  7545. if string.sub(CMDBAR.Text, 1, 8) == ("uncbring") then
  7546. cbring = false
  7547. cbringall = false
  7548. end
  7549. if string.sub(CMDBAR.Text, 1, 5) == ("swap ") then
  7550. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  7551. local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7552. local NOW = lplayer.Character.HumanoidRootPart.CFrame
  7553. lplayer.Character.Humanoid.Name = 1
  7554. local l = lplayer.Character["1"]:Clone()
  7555. l.Parent = lplayer.Character
  7556. l.Name = "Humanoid"
  7557. wait(0.1)
  7558. lplayer.Character["1"]:Destroy()
  7559. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  7560. lplayer.Character.Animate.Disabled = true
  7561. wait(0.1)
  7562. lplayer.Character.Animate.Disabled = false
  7563. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  7564. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  7565. lplayer.Character.Humanoid:EquipTool(v)
  7566. end
  7567. local function tp(player,player2)
  7568. local char1,char2=player.Character,player2.Character
  7569. if char1 and char2 then
  7570. char1:MoveTo(char2.Head.Position)
  7571. end
  7572. end
  7573. wait(0.1)
  7574. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7575. wait(0.2)
  7576. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
  7577. wait(0.5)
  7578. lplayer.Character.HumanoidRootPart.CFrame = NOW
  7579. wait(0.6)
  7580. tp(lplayer, game:GetService("Players")[v.Name])
  7581. wait(0.4)
  7582. lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
  7583. game:GetService("StarterGui"):SetCore("SendNotification", {
  7584. Title = "Tools needed!";
  7585. Text = "You need a tool in your backpack for this command!";
  7586. })
  7587. end
  7588. end
  7589. if string.sub(CMDBAR.Text, 1, 7) == ("glitch ") then
  7590. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  7591. lplayer.Character.Humanoid.Name = 1
  7592. local l = lplayer.Character["1"]:Clone()
  7593. l.Parent = lplayer.Character
  7594. l.Name = "Humanoid"
  7595. wait(0.1)
  7596. lplayer.Character["1"]:Destroy()
  7597. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  7598. lplayer.Character.Animate.Disabled = true
  7599. wait(0.1)
  7600. lplayer.Character.Animate.Disabled = false
  7601. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  7602. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  7603. lplayer.Character.Humanoid:EquipTool(v)
  7604. end
  7605. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  7606. wait(0.3)
  7607. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
  7608. wait(0.4)
  7609. b = Instance.new("BodyForce")
  7610. b.Parent = lplayer.Character.HumanoidRootPart
  7611. b.Name = "Glitch"
  7612. b.Force = Vector3.new(100000000,5000,0)
  7613. game:GetService("StarterGui"):SetCore("SendNotification", {
  7614. Title = "Tools needed!";
  7615. Text = "You need a tool in your backpack for this command!";
  7616. })
  7617. end
  7618. end
  7619. if string.sub(CMDBAR.Text, 1, 8) == ("unglitch") then
  7620. lplayer.Character.HumanoidRootPart.Glitch:Destroy()
  7621. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
  7622. b = Instance.new("BodyForce")
  7623. b.Parent = lplayer.Character.HumanoidRootPart
  7624. b.Name = "unGlitch"
  7625. b.Force = Vector3.new(0,-5000000,0)
  7626. wait(2)
  7627. lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
  7628. end
  7629. if string.sub(CMDBAR.Text, 1, 8) == ("grespawn") then
  7630. lplayer.Character.Humanoid.Health = 0
  7631. wait(1)
  7632. lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
  7633. lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
  7634. end
  7635. if string.sub(CMDBAR.Text, 1, 8) == ("explorer") then
  7636. loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
  7637. game:GetService("StarterGui"):SetCore("SendNotification", {
  7638. Title = "Success!";
  7639. Text = "DEX Explorer has loaded.";
  7640. })
  7641. end
  7642. if string.sub(CMDBAR.Text, 1, 5) == ("anim ") then
  7643. local Anim = Instance.new("Animation")
  7644. Anim.AnimationId = "rbxassetid://"..(string.sub(CMDBAR.Text, 6))
  7645. local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
  7646. track:Play(.1, 1, 1)
  7647. end
  7648. if string.sub(CMDBAR.Text, 1, 7) == ("animgui") then
  7649. loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
  7650. game:GetService("StarterGui"):SetCore("SendNotification", {
  7651. Title = "Success!";
  7652. Text = "Energize Animations GUI has loaded.";
  7653. })
  7654. end
  7655. if string.sub(CMDBAR.Text, 1, 7) == ("savepos") then
  7656. saved = lplayer.Character.HumanoidRootPart.CFrame
  7657. game:GetService("StarterGui"):SetCore("SendNotification", {
  7658. Title = "Position Saved";
  7659. Text = "Use ;loadpos to return to saved position.";
  7660. })
  7661. end
  7662. if string.sub(CMDBAR.Text, 1, 7) == ("loadpos") then
  7663. lplayer.Character.HumanoidRootPart.CFrame = saved
  7664. end
  7665. if string.sub(CMDBAR.Text, 1, 5) == ("bang ") then
  7666. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  7667. local Anim2 = Instance.new("Animation")
  7668. Anim2.AnimationId = "rbxassetid://148840371"
  7669. local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
  7670. track2:Play(.1, 1, 1)
  7671. bplrr = v.Name
  7672. banpl = true
  7673. end
  7674. end
  7675. if string.sub(CMDBAR.Text, 1, 6) == ("unbang") then
  7676. banpl = false
  7677. end
  7678. if string.sub(CMDBAR.Text, 1, 9) == ("bringmod ") then
  7679. local function bringmodw()
  7680. for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
  7681. if obj.Name == (string.sub(CMDBAR.Text, 10)) then
  7682. for i,ch in pairs(obj:GetDescendants()) do
  7683. if (ch:IsA("BasePart")) then
  7684. ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
  7685. ch.CanCollide = false
  7686. ch.Transparency = 0.7
  7687. wait()
  7688. ch.CFrame = lplayer.Character["Left Leg"].CFrame
  7689. wait()
  7690. ch.CFrame = lplayer.Character["Right Leg"].CFrame
  7691. wait()
  7692. ch.CFrame = lplayer.Character["Head"].CFrame
  7693. end
  7694. end
  7695. end
  7696. end
  7697. end
  7698. while wait() do
  7699. bringmodw()
  7700. end
  7701. game:GetService("StarterGui"):SetCore("SendNotification", {
  7702. Title = "BringMod";
  7703. Text = "BringMod enabled.";
  7704. })
  7705. end
  7706. if string.sub(CMDBAR.Text, 1, 7) == ("respawn") then
  7707. local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
  7708. local hum = Instance.new('Humanoid', mod)
  7709. local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
  7710. lplayer.Character = mod
  7711. end
  7712. if string.sub(CMDBAR.Text, 1, 8) == ("shutdown") then
  7713. game:GetService'RunService'.Stepped:Connect(function()
  7714. pcall(function()
  7715. for i,v in pairs(game:GetService'Players':GetPlayers()) do
  7716. if v.Character ~= nil and v.Character:FindFirstChild'Head' then
  7717. for _,x in pairs(v.Character.Head:GetChildren()) do
  7718. if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
  7719. end
  7720. end
  7721. end
  7722. end)
  7723. end)
  7724. game:GetService("StarterGui"):SetCore("SendNotification", {
  7725. Title = "Attempting Shutdown";
  7726. Text = "Shutdown Attempt has begun.";
  7727. })
  7728. end
  7729. if string.sub(CMDBAR.Text, 1, 7) == ("delobj ") then
  7730. objtodel = (string.sub(CMDBAR.Text, 8))
  7731. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  7732. if v.Name == objtodel then
  7733. v:Destroy()
  7734. end
  7735. end
  7736. end
  7737. if string.sub(CMDBAR.Text, 1, 7) == ("getplrs") then
  7738. for i,v in pairs(game:GetService("Players"):GetPlayers())do
  7739. print(v)
  7740. end
  7741. game:GetService("StarterGui"):SetCore("SendNotification", {
  7742. Title = "Printed";
  7743. Text = "Players have been printed to console. (F9)";
  7744. })
  7745. end
  7746. if string.sub(CMDBAR.Text, 1, 8) == ("deldecal") then
  7747. for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
  7748. if (v:IsA("Decal")) then
  7749. v:Destroy()
  7750. end
  7751. end
  7752. end
  7753. if string.sub(CMDBAR.Text, 1, 10) == ("opfinality") then
  7754. loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
  7755. game:GetService("StarterGui"):SetCore("SendNotification", {
  7756. Title = "Success!";
  7757. Text = "OpFinality GUI has loaded.";
  7758. })
  7759. end
  7760. if string.sub(CMDBAR.Text, 1, 7) == ("remotes") then
  7761. remotes = true
  7762. added = true
  7763. game.DescendantAdded:connect(function(rmt)
  7764. if added == true then
  7765. if remotes == true then
  7766. if rmt:IsA("RemoteEvent") then
  7767. print("A RemoteEvent was added!")
  7768. print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
  7769. print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  7770. end end end
  7771. end)
  7772. game.DescendantAdded:connect(function(rmtfnctn)
  7773. if added == true then
  7774. if remotes == true then
  7775. if rmtfnctn:IsA("RemoteFunction") then
  7776. warn("A RemoteFunction was added!")
  7777. warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
  7778. print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  7779. end end end
  7780. end)
  7781.  
  7782. game.DescendantAdded:connect(function(bndfnctn)
  7783. if added == true then
  7784. if binds == true then
  7785. if bndfnctn:IsA("BindableFunction") then
  7786. print("A BindableFunction was added!")
  7787. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
  7788. print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  7789. end end end
  7790. end)
  7791.  
  7792. game.DescendantAdded:connect(function(bnd)
  7793. if added == true then
  7794. if binds == true then
  7795. if bnd:IsA("BindableEvent") then
  7796. warn("A BindableEvent was added!")
  7797. warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
  7798. print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  7799. end end end
  7800. end)
  7801.  
  7802.  
  7803. if binds == true then
  7804. for i,v in pairs(game:GetDescendants()) do
  7805. if v:IsA("BindableFunction") then
  7806. print(" game." .. v:GetFullName() .. " | BindableFunction")
  7807. print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
  7808. end end
  7809. for i,v in pairs(game:GetDescendants()) do
  7810. if v:IsA("BindableEvent") then
  7811. warn(" game." .. v:GetFullName() .. " | BindableEvent")
  7812. print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
  7813. end end
  7814. else
  7815. print("Off")
  7816. end
  7817. if remotes == true then
  7818. for i,v in pairs(game:GetDescendants()) do
  7819. if v:IsA("RemoteFunction") then
  7820. warn(" game." .. v:GetFullName() .. " | RemoteFunction")
  7821. print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
  7822. end end
  7823. wait()
  7824. for i,v in pairs(game:GetDescendants()) do
  7825. if v:IsA("RemoteEvent") then
  7826. print(" game." .. v:GetFullName() .. " | RemoteEvent")
  7827. print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
  7828. end end
  7829. else
  7830. print("Off")
  7831. end
  7832. game:GetService("StarterGui"):SetCore("SendNotification", {
  7833. Title = "Printing Remotes";
  7834. Text = "Type ;noremotes to disable.";
  7835. })
  7836. end
  7837. if string.sub(CMDBAR.Text, 1, 9) == ("noremotes") then
  7838. remotes = false
  7839. added = false
  7840. game:GetService("StarterGui"):SetCore("SendNotification", {
  7841. Title = "Printing Remotes Disabled";
  7842. Text = "Type ;remotes to enable.";
  7843. })
  7844. end
  7845. if string.sub(CMDBAR.Text, 1, 9) == ("tpdefault") then
  7846. spin = false
  7847. followed = false
  7848. traill = false
  7849. noclip = false
  7850. annoying = false
  7851. hwalk = false
  7852. cbringing = false
  7853. end
  7854. if string.sub(CMDBAR.Text, 1, 7) == ("stopsit") then
  7855. stopsitting = true
  7856. end
  7857. if string.sub(CMDBAR.Text, 1, 5) == ("gosit") then
  7858. stopsitting = false
  7859. end
  7860. if string.sub(CMDBAR.Text, 1, 7) == ("version") then
  7861. print(adminversion)
  7862. game:GetService("StarterGui"):SetCore("SendNotification", {
  7863. Title = "Version";
  7864. Text = adminversion;
  7865. })
  7866. end
  7867. if string.sub(CMDBAR.Text, 1, 7) == ("clicktp") then
  7868. clickgoto = true
  7869. game:GetService("StarterGui"):SetCore("SendNotification", {
  7870. Title = "Click TP";
  7871. Text = "Press E to teleport to mouse position";
  7872. })
  7873. end
  7874. if string.sub(CMDBAR.Text, 1, 9) == ("noclicktp") then
  7875. clickgoto = false
  7876. game:GetService("StarterGui"):SetCore("SendNotification", {
  7877. Title = "Click TP";
  7878. Text = "Click TP has been disabled.";
  7879. })
  7880. end
  7881. if string.sub(CMDBAR.Text, 1, 7) == ("toolson") then
  7882. gettingtools = true
  7883. game:GetService("StarterGui"):SetCore("SendNotification", {
  7884. Title = "Tools Enabled";
  7885. Text = "Automatically colleting tools dropped.";
  7886. })
  7887. end
  7888. if string.sub(CMDBAR.Text, 1, 8) == ("toolsoff") then
  7889. gettingtools = false
  7890. game:GetService("StarterGui"):SetCore("SendNotification", {
  7891. Title = "Tools Disabled";
  7892. Text = "Click TP has been disabled.";
  7893. })
  7894. end
  7895. if string.sub(CMDBAR.Text, 1, 9) == ("delcmdbar") then
  7896. ScreenGui:Destroy()
  7897. end
  7898. if string.sub(CMDBAR.Text, 1, 5) == ("reset") then
  7899. lplayer.Character.Head:Destroy()
  7900. end
  7901. if string.sub(CMDBAR.Text, 1, 6) == ("state ") then
  7902. statechosen = string.sub(CMDBAR.Text, 7)
  7903. changingstate = true
  7904. end
  7905. if string.sub(CMDBAR.Text, 1, 8) == ("gravity ") then
  7906. game:GetService("Workspace").Gravity = string.sub(CMDBAR.Text, 9)
  7907. end
  7908. if string.sub(CMDBAR.Text, 1, 9) == ("looprhats") then
  7909. removingmeshhats = true
  7910. end
  7911. if string.sub(CMDBAR.Text, 1, 11) == ("unlooprhats") then
  7912. removingmeshhats = false
  7913. end
  7914. if string.sub(CMDBAR.Text, 1, 9) == ("looprtool") then
  7915. removingmeshtool = true
  7916. end
  7917. if string.sub(CMDBAR.Text, 1, 11) == ("unlooprtool") then
  7918. removingmeshtool = false
  7919. end
  7920. if string.sub(CMDBAR.Text, 1, 9) == ("givetool ") then
  7921. for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
  7922. if v:IsA("Tool") then
  7923. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
  7924. v.Parent = player.Character
  7925. end
  7926. end
  7927. end
  7928. end
  7929. if string.sub(CMDBAR.Text, 1, 4) == ("age ") then
  7930. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  7931. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
  7932. end
  7933. end
  7934. if string.sub(CMDBAR.Text, 1, 3) == ("id ") then
  7935. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 4))) do
  7936. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
  7937. end
  7938. end
  7939. if string.sub(CMDBAR.Text, 1, 5) == (".age ") then
  7940. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
  7941. game:GetService("StarterGui"):SetCore("SendNotification", {
  7942. Title = player.AccountAge.." Days";
  7943. Text = "Account age of "..player.Name;
  7944. })
  7945. end
  7946. end
  7947. if string.sub(CMDBAR.Text, 1, 4) == (".id ") then
  7948. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
  7949. game:GetService("StarterGui"):SetCore("SendNotification", {
  7950. Title = player.UserId.." ID";
  7951. Text = "Account ID of "..player.Name;
  7952. })
  7953. end
  7954. end
  7955. if string.sub(CMDBAR.Text, 1, 6) == ("gameid") then
  7956. game:GetService("StarterGui"):SetCore("SendNotification", {
  7957. Title = "Game ID";
  7958. Text = "Game ID: ".. game.GameId;
  7959. })
  7960. end
  7961. if string.sub(CMDBAR.Text, 1, 3) == ("pgs") then
  7962. local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
  7963. if pgscheck == true then
  7964. game:GetService("StarterGui"):SetCore("SendNotification", {
  7965. Title = "PGSPhysicsSolverEnabled";
  7966. Text = "PGS is Enabled!";
  7967. })
  7968. else
  7969. game:GetService("StarterGui"):SetCore("SendNotification", {
  7970. Title = "PGSPhysicsSolverEnabled";
  7971. Text = "PGS is Disabled!";
  7972. })
  7973. end
  7974. end
  7975. if string.sub(CMDBAR.Text, 1, 11) == ("removeinvis") then
  7976. for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
  7977. if v:IsA("Part") then
  7978. if v.Transparency == 1 then
  7979. if v.Name ~= "HumanoidRootPart" then
  7980. v:Destroy()
  7981. end
  7982. end
  7983. end
  7984. end
  7985. end
  7986. if string.sub(CMDBAR.Text, 1, 9) == ("removefog") then
  7987. game:GetService("Lighting").FogStart = 0
  7988. game:GetService("Lighting").FogEnd = 9999999999999
  7989. end
  7990. if string.sub(CMDBAR.Text, 1, 7) == ("disable") then
  7991. lplayer.Character.Humanoid.Parent = lplayer
  7992. end
  7993. if string.sub(CMDBAR.Text, 1, 6) == ("enable") then
  7994. lplayer.Humanoid.Parent = lplayer.Character
  7995. end
  7996. if string.sub(CMDBAR.Text, 1, 13) == ("givealltools ") then
  7997. for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
  7998. if v:IsA("Tool") then
  7999. v.Parent = lplayer.Character
  8000. wait()
  8001. for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 14))) do
  8002. v.Parent = player.Character
  8003. end
  8004. end
  8005. end
  8006. end
  8007. if string.sub(CMDBAR.Text, 1, 9) == ("flyspeed ") then
  8008. speedfly = string.sub(CMDBAR.Text, 10)
  8009. wait()
  8010. change()
  8011. end
  8012. if string.sub(CMDBAR.Text, 1, 7) == ("carpet ") then
  8013. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
  8014. local Anim3 = Instance.new("Animation")
  8015. Anim3.AnimationId = "rbxassetid://282574440"
  8016. local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
  8017. track3:Play(.1, 1, 1)
  8018. bplrr = v.Name
  8019. banpl = true
  8020. end
  8021. end
  8022. if string.sub(CMDBAR.Text, 1, 8) == ("uncarpet") then
  8023. banpl = false
  8024. end
  8025. if string.sub(CMDBAR.Text, 1, 6) == ("stare ") then
  8026. for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
  8027. staring = true
  8028. stareplr = v
  8029. end
  8030. end
  8031. if string.sub(CMDBAR.Text, 1, 7) == ("unstare") then
  8032. staring = false
  8033. end
  8034. if string.sub(CMDBAR.Text, 1, 7) == ("logchat") then
  8035. chatlogs = true
  8036. game:GetService("StarterGui"):SetCore("SendNotification", {
  8037. Title = "LogChat enabled";
  8038. Text = "Now logging all player chat.";
  8039. })
  8040. end
  8041. if string.sub(CMDBAR.Text, 1, 9) == ("unlogchat") then
  8042. chatlogs = false
  8043. game:GetService("StarterGui"):SetCore("SendNotification", {
  8044. Title = "LogChat disabled";
  8045. Text = "Stopped logging all player chat.";
  8046. })
  8047. end
  8048. if string.sub(CMDBAR.Text, 1, 6) == ("fixcam") then
  8049. game:GetService("Workspace").CurrentCamera:Destroy()
  8050. wait(0.1)
  8051. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  8052. game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
  8053. lplayer.CameraMinZoomDistance = 0.5
  8054. lplayer.CameraMaxZoomDistance = 400
  8055. lplayer.CameraMode = "Classic"
  8056. end
  8057. if string.sub(CMDBAR.Text, 1, 7) == ("unstate") then
  8058. changingstate = false
  8059. end
  8060. CMDBAR.Text = ""
  8061. end
  8062. end)
  8063.  
  8064. wait(0.3)
  8065. game:GetService("StarterGui"):SetCore("SendNotification", {
  8066. Title = "Loaded successfully!";
  8067. Text = "Reviz Admin V2 by illremember";
  8068. })
  8069. wait(0.1)
  8070. print("Reviz Admin V2 loaded!")
  8071. if game:GetService("Workspace").FilteringEnabled == true then
  8072. warn("FE is Enabled (Filtering Enabled)")
  8073. game:GetService("StarterGui"):SetCore("SendNotification", {
  8074. Title = "FE is Enabled";
  8075. Text = "Filtering Enabled. Enjoy using Reviz Admin!";
  8076. })
  8077. else
  8078. warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
  8079. game:GetService("StarterGui"):SetCore("SendNotification", {
  8080. Title = "FE is Disabled";
  8081. Text = "Filtering Disabled. Consider using a different admin script.";
  8082. })
  8083. end
  8084.  
  8085. local intro = Instance.new("ScreenGui")
  8086. local Frame = Instance.new("Frame")
  8087. local ImageLabel = Instance.new("ImageLabel")
  8088. intro.Parent = game:GetService("CoreGui")
  8089. Frame.Parent = intro
  8090. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  8091. Frame.BackgroundTransparency = 1
  8092. Frame.Size = UDim2.new(1, 0, 0, 300)
  8093. Frame.Position = UDim2.new(0, 0, -0.4, 0)
  8094. ImageLabel.Parent = Frame
  8095. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  8096. ImageLabel.BackgroundTransparency = 1
  8097. ImageLabel.Position = UDim2.new(0, 0, 0, 0)
  8098. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  8099. ImageLabel.Image = "http://www.roblox.com/asset/?id=1542162618"
  8100. Frame:TweenPosition(UDim2.new(0, 0, 0.2, 0), "Out", "Elastic", 3)
  8101. wait(3.01)
  8102. Frame:TweenPosition(UDim2.new(0, 0, 1.5, 0), "Out", "Elastic", 5)
  8103. wait(5.01)
  8104. intro:Destroy()
  8105. end)
  8106.  
  8107. Fly.Name = "Fly"
  8108. Fly.Parent = MainGUI
  8109. Fly.BackgroundColor3 = Color3.new(1, 1, 1)
  8110. Fly.Position = UDim2.new(0.585831046, 0, 0.621890545, 0)
  8111. Fly.Size = UDim2.new(0, 152, 0, 43)
  8112. Fly.Font = Enum.Font.SourceSansLight
  8113. Fly.Text = "Fly [Press E]"
  8114. Fly.TextColor3 = Color3.new(0, 0, 0)
  8115. Fly.TextScaled = true
  8116. Fly.TextSize = 14
  8117. Fly.TextWrapped = true
  8118. Fly.MouseButton1Click:connect(function()
  8119. repeat wait()
  8120. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  8121. local mouse = game.Players.LocalPlayer:GetMouse()
  8122. repeat wait() until mouse
  8123. local plr = game.Players.LocalPlayer
  8124. local torso = plr.Character.Torso
  8125. local flying = true
  8126. local deb = true
  8127. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  8128. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  8129. local maxspeed = 50
  8130. local speed = 0
  8131.  
  8132. function Fly()
  8133. local bg = Instance.new("BodyGyro", torso)
  8134. bg.P = 9e4
  8135. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  8136. bg.cframe = torso.CFrame
  8137. local bv = Instance.new("BodyVelocity", torso)
  8138. bv.velocity = Vector3.new(0,0.1,0)
  8139. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  8140. repeat wait()
  8141. plr.Character.Humanoid.PlatformStand = true
  8142. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  8143. speed = speed+.5+(speed/maxspeed)
  8144. if speed > maxspeed then
  8145. speed = maxspeed
  8146. end
  8147. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  8148. speed = speed-1
  8149. if speed < 0 then
  8150. speed = 0
  8151. end
  8152. end
  8153. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  8154. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  8155. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  8156. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  8157. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  8158. else
  8159. bv.velocity = Vector3.new(0,0.1,0)
  8160. end
  8161. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  8162. until not flying
  8163. ctrl = {f = 0, b = 0, l = 0, r = 0}
  8164. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  8165. speed = 0
  8166. bg:Destroy()
  8167. bv:Destroy()
  8168. plr.Character.Humanoid.PlatformStand = false
  8169. end
  8170. mouse.KeyDown:connect(function(key)
  8171. if key:lower() == "e" then
  8172. if flying then flying = false
  8173. else
  8174. flying = true
  8175. Fly()
  8176. end
  8177. elseif key:lower() == "w" then
  8178. ctrl.f = 1
  8179. elseif key:lower() == "s" then
  8180. ctrl.b = -1
  8181. elseif key:lower() == "a" then
  8182. ctrl.l = -1
  8183. elseif key:lower() == "d" then
  8184. ctrl.r = 1
  8185. end
  8186. end)
  8187. mouse.KeyUp:connect(function(key)
  8188. if key:lower() == "w" then
  8189. ctrl.f = 0
  8190. elseif key:lower() == "s" then
  8191. ctrl.b = 0
  8192. elseif key:lower() == "a" then
  8193. ctrl.l = 0
  8194. elseif key:lower() == "d" then
  8195. ctrl.r = 0
  8196. end
  8197. end)
  8198. Fly()
  8199. end)
  8200.  
  8201. Vehicle.Name = "Vehicle"
  8202. Vehicle.Parent = MainGUI
  8203. Vehicle.BackgroundColor3 = Color3.new(1, 1, 1)
  8204. Vehicle.Position = UDim2.new(0.585831046, 0, 0.728855729, 0)
  8205. Vehicle.Size = UDim2.new(0, 152, 0, 40)
  8206. Vehicle.Font = Enum.Font.SourceSansLight
  8207. Vehicle.Text = "Vehicle Simulator GUI"
  8208. Vehicle.TextColor3 = Color3.new(0, 0, 0)
  8209. Vehicle.TextScaled = true
  8210. Vehicle.TextSize = 14
  8211. Vehicle.TextWrapped = true
  8212. Vehicle.MouseButton1Click:connect(function()
  8213. -- Instances:
  8214. local VehicleSimultor = Instance.new("ScreenGui")
  8215. local VSV1 = Instance.new("Frame")
  8216. local TItle = Instance.new("TextLabel")
  8217. local TItle_2 = Instance.new("TextLabel")
  8218. local Speed = Instance.new("TextButton")
  8219. local SpeedBind = Instance.new("TextBox")
  8220. local Close = Instance.new("TextButton")
  8221. local NitroSpeed = Instance.new("TextButton")
  8222. local NST = Instance.new("TextBox")
  8223. local NitroForce = Instance.new("TextButton")
  8224. local NFT = Instance.new("TextBox")
  8225. local JumpHeight = Instance.new("TextButton")
  8226. local JHT = Instance.new("TextBox")
  8227. local ScrollingFrame = Instance.new("ScrollingFrame")
  8228. local TptoCrate = Instance.new("TextButton")
  8229. local TeleportLT = Instance.new("TextButton")
  8230. local TeleportToCar = Instance.new("TextButton")
  8231. local CrateESP = Instance.new("TextButton")
  8232. local GiveAllPerks = Instance.new("TextButton")
  8233. local SuperCar = Instance.new("TextButton")
  8234. local InfiniteNitro = Instance.new("TextButton")
  8235. local AutoFarm = Instance.new("TextButton")
  8236. local Torque = Instance.new("TextButton")
  8237. local Torquet = Instance.new("TextBox")
  8238. local SteeringForce = Instance.new("TextButton")
  8239. local SFT = Instance.new("TextBox")
  8240. local Open = Instance.new("TextButton")
  8241. --Properties:
  8242. VehicleSimultor.Name = "VehicleSimultor"
  8243. VehicleSimultor.Parent = game.CoreGui
  8244.  
  8245. VSV1.Name = "VSV1"
  8246. VSV1.Parent = VehicleSimultor
  8247. VSV1.BackgroundColor3 = Color3.new(0.282353, 0.282353, 0.282353)
  8248. VSV1.BorderSizePixel = 0
  8249. VSV1.Position = UDim2.new(0.341240883, 0, 0.10428305, 0)
  8250. VSV1.Size = UDim2.new(0, 369, 0, 407)
  8251. VSV1.Active = true
  8252. VSV1.Draggable = true
  8253.  
  8254. TItle.Name = "TItle"
  8255. TItle.Parent = VSV1
  8256. TItle.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  8257. TItle.BorderSizePixel = 0
  8258. TItle.Position = UDim2.new(-3.83744082e-05, 0, -0.0101027992, 0)
  8259. TItle.Size = UDim2.new(0, 369, 0, 36)
  8260. TItle.Font = Enum.Font.SourceSansLight
  8261. TItle.Text = "Vehicle Simultor Gui"
  8262. TItle.TextColor3 = Color3.new(1, 1, 1)
  8263. TItle.TextSize = 25
  8264.  
  8265. TItle_2.Name = "TItle"
  8266. TItle_2.Parent = VSV1
  8267. TItle_2.BackgroundColor3 = Color3.new(0.231373, 0.231373, 0.231373)
  8268. TItle_2.BorderSizePixel = 0
  8269. TItle_2.Position = UDim2.new(-3.83744082e-05, 0, 0.0778456926, 0)
  8270. TItle_2.Size = UDim2.new(0, 369, 0, 10)
  8271. TItle_2.Font = Enum.Font.SourceSansLight
  8272. TItle_2.Text = ""
  8273. TItle_2.TextColor3 = Color3.new(1, 1, 1)
  8274. TItle_2.TextSize = 25
  8275.  
  8276. Speed.Name = "Speed"
  8277. Speed.Parent = VSV1
  8278. Speed.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  8279. Speed.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  8280. Speed.BorderSizePixel = 3
  8281. Speed.Position = UDim2.new(0.0415850431, 0, 0.11448466, 0)
  8282. Speed.Size = UDim2.new(0, 166, 0, 25)
  8283. Speed.Font = Enum.Font.SourceSans
  8284. Speed.Text = "Max Speed"
  8285. Speed.TextColor3 = Color3.new(1, 1, 1)
  8286. Speed.TextSize = 25
  8287.  
  8288. SpeedBind.Name = "SpeedBind"
  8289. SpeedBind.Parent = Speed
  8290. SpeedBind.BackgroundColor3 = Color3.new(1, 1, 1)
  8291. SpeedBind.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  8292. SpeedBind.BorderSizePixel = 3
  8293. SpeedBind.Position = UDim2.new(1.0793581, 0, -0.00314961374, 0)
  8294. SpeedBind.Size = UDim2.new(0, 155, 0, 25)
  8295. SpeedBind.Font = Enum.Font.SourceSans
  8296. SpeedBind.PlaceholderText = "Amount"
  8297. SpeedBind.Text = ""
  8298. SpeedBind.TextColor3 = Color3.new(0, 0, 0)
  8299. SpeedBind.TextSize = 25
  8300.  
  8301. Close.Name = "Close"
  8302. Close.Parent = VSV1
  8303. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  8304. Close.BackgroundTransparency = 1
  8305. Close.BorderSizePixel = 0
  8306. Close.Position = UDim2.new(0.91011405, 0, 0, 0)
  8307. Close.Size = UDim2.new(0, 33, 0, 30)
  8308. Close.Font = Enum.Font.SourceSansLight
  8309. Close.Text = "X"
  8310. Close.TextColor3 = Color3.new(1, 1, 1)
  8311. Close.TextSize = 30
  8312. Close.TextWrapped = true
  8313.  
  8314. NitroSpeed.Name = "NitroSpeed"
  8315. NitroSpeed.Parent = VSV1
  8316. NitroSpeed.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  8317. NitroSpeed.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  8318. NitroSpeed.BorderSizePixel = 3
  8319. NitroSpeed.Position = UDim2.new(0.0415850431, 0, 0.280174315, 0)
  8320. NitroSpeed.Size = UDim2.new(0, 166, 0, 25)
  8321. NitroSpeed.Font = Enum.Font.SourceSans
  8322. NitroSpeed.Text = "Nitro Max Speed"
  8323. NitroSpeed.TextColor3 = Color3.new(1, 1, 1)
  8324. NitroSpeed.TextSize = 25
  8325.  
  8326. NST.Name = "NST"
  8327. NST.Parent = NitroSpeed
  8328. NST.BackgroundColor3 = Color3.new(1, 1, 1)
  8329. NST.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  8330. NST.BorderSizePixel = 3
  8331. NST.Position = UDim2.new(1.0793581, 0, -0.00629922748, 0)
  8332. NST.Size = UDim2.new(0, 155, 0, 25)
  8333. NST.Font = Enum.Font.SourceSans
  8334. NST.PlaceholderText = "Amount"
  8335. NST.Text = ""
  8336. NST.TextColor3 = Color3.new(0, 0, 0)
  8337. NST.TextSize = 25
  8338.  
  8339. NitroForce.Name = "NitroForce"
  8340. NitroForce.Parent = VSV1
  8341. NitroForce.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  8342. NitroForce.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  8343. NitroForce.BorderSizePixel = 3
  8344. NitroForce.Position = UDim2.new(0.0415850468, 0, 0.362042129, 0)
  8345. NitroForce.Size = UDim2.new(0, 166, 0, 25)
  8346. NitroForce.Font = Enum.Font.SourceSans
  8347. NitroForce.Text = "Nitro Force"
  8348. NitroForce.TextColor3 = Color3.new(1, 1, 1)
  8349. NitroForce.TextSize = 25
  8350.  
  8351. NFT.Name = "NFT"
  8352. NFT.Parent = NitroForce
  8353. NFT.BackgroundColor3 = Color3.new(1, 1, 1)
  8354. NFT.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  8355. NFT.BorderSizePixel = 3
  8356. NFT.Position = UDim2.new(1.07935798, 0, 0, 0)
  8357. NFT.Size = UDim2.new(0, 155, 0, 25)
  8358. NFT.Font = Enum.Font.SourceSans
  8359. NFT.PlaceholderText = "Amount"
  8360. NFT.Text = ""
  8361. NFT.TextColor3 = Color3.new(0, 0, 0)
  8362. NFT.TextSize = 25
  8363.  
  8364. JumpHeight.Name = "JumpHeight"
  8365. JumpHeight.Parent = VSV1
  8366. JumpHeight.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  8367. JumpHeight.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  8368. JumpHeight.BorderSizePixel = 3
  8369. JumpHeight.Position = UDim2.new(0.0419999994, 0, 0.443515956, 0)
  8370. JumpHeight.Size = UDim2.new(0, 166, 0, 25)
  8371. JumpHeight.Font = Enum.Font.SourceSans
  8372. JumpHeight.Text = "Jump Height"
  8373. JumpHeight.TextColor3 = Color3.new(1, 1, 1)
  8374. JumpHeight.TextSize = 25
  8375.  
  8376. JHT.Name = "JHT"
  8377. JHT.Parent = JumpHeight
  8378. JHT.BackgroundColor3 = Color3.new(1, 1, 1)
  8379. JHT.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  8380. JHT.BorderSizePixel = 3
  8381. JHT.Position = UDim2.new(1.0793581, 0, -0.00629922748, 0)
  8382. JHT.Size = UDim2.new(0, 155, 0, 25)
  8383. JHT.Font = Enum.Font.SourceSans
  8384. JHT.PlaceholderText = "Amount"
  8385. JHT.Text = ""
  8386. JHT.TextColor3 = Color3.new(0, 0, 0)
  8387. JHT.TextSize = 25
  8388.  
  8389. ScrollingFrame.Parent = VSV1
  8390. ScrollingFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  8391. ScrollingFrame.BackgroundTransparency = 1
  8392. ScrollingFrame.Position = UDim2.new(0, 0, 0.601494849, 0)
  8393. ScrollingFrame.Size = UDim2.new(0, 369, 0, 156)
  8394. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 0.469999999, 0)
  8395.  
  8396. TptoCrate.Name = "TptoCrate"
  8397. TptoCrate.Parent = ScrollingFrame
  8398. TptoCrate.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  8399. TptoCrate.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  8400. TptoCrate.BorderSizePixel = 3
  8401. TptoCrate.Position = UDim2.new(0.490514904, 0, 0.270000011, 0)
  8402. TptoCrate.Size = UDim2.new(0, 167, 0, 41)
  8403. TptoCrate.Font = Enum.Font.SourceSans
  8404. TptoCrate.Text = "TP to Crates"
  8405. TptoCrate.TextColor3 = Color3.new(1, 1, 1)
  8406. TptoCrate.TextSize = 20
  8407.  
  8408. TeleportLT.Name = "TeleportLT"
  8409. TeleportLT.Parent = ScrollingFrame
  8410. TeleportLT.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  8411. TeleportLT.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  8412. TeleportLT.BorderSizePixel = 3
  8413. TeleportLT.Position = UDim2.new(0.490514934, 0, 0.0104986876, 0)
  8414. TeleportLT.Size = UDim2.new(0, 167, 0, 41)
  8415. TeleportLT.Font = Enum.Font.SourceSans
  8416. TeleportLT.Text = "Teleport to Long Tunnel"
  8417. TeleportLT.TextColor3 = Color3.new(1, 1, 1)
  8418. TeleportLT.TextSize = 20
  8419.  
  8420. TeleportToCar.Name = "TeleportToCar"
  8421. TeleportToCar.Parent = ScrollingFrame
  8422. TeleportToCar.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  8423. TeleportToCar.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  8424. TeleportToCar.BorderSizePixel = 3
  8425. TeleportToCar.Position = UDim2.new(0.0189701896, 0, 0.0104986876, 0)
  8426. TeleportToCar.Size = UDim2.new(0, 167, 0, 41)
  8427. TeleportToCar.Font = Enum.Font.SourceSans
  8428. TeleportToCar.Text = "Teleport To Car"
  8429. TeleportToCar.TextColor3 = Color3.new(1, 1, 1)
  8430. TeleportToCar.TextSize = 20
  8431.  
  8432. CrateESP.Name = "CrateESP"
  8433. CrateESP.Parent = ScrollingFrame
  8434. CrateESP.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  8435. CrateESP.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  8436. CrateESP.BorderSizePixel = 3
  8437. CrateESP.Position = UDim2.new(0.0162601657, 0, 0.270000011, 0)
  8438. CrateESP.Size = UDim2.new(0, 167, 0, 41)
  8439. CrateESP.Font = Enum.Font.SourceSans
  8440. CrateESP.Text = "Crate ESP"
  8441. CrateESP.TextColor3 = Color3.new(1, 1, 1)
  8442. CrateESP.TextSize = 20
  8443.  
  8444. GiveAllPerks.Name = "GiveAllPerks"
  8445. GiveAllPerks.Parent = ScrollingFrame
  8446. GiveAllPerks.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  8447. GiveAllPerks.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  8448. GiveAllPerks.BorderSizePixel = 3
  8449. GiveAllPerks.Position = UDim2.new(0.0189701933, 0, 0.519999981, 0)
  8450. GiveAllPerks.Size = UDim2.new(0, 167, 0, 41)
  8451. GiveAllPerks.Font = Enum.Font.SourceSans
  8452. GiveAllPerks.Text = "Give All Perks"
  8453. GiveAllPerks.TextColor3 = Color3.new(1, 1, 1)
  8454. GiveAllPerks.TextSize = 20
  8455.  
  8456. SuperCar.Name = "SuperCar"
  8457. SuperCar.Parent = ScrollingFrame
  8458. SuperCar.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  8459. SuperCar.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  8460. SuperCar.BorderSizePixel = 3
  8461. SuperCar.Position = UDim2.new(0.493224919, 0, 0.519999981, 0)
  8462. SuperCar.Size = UDim2.new(0, 167, 0, 41)
  8463. SuperCar.Font = Enum.Font.SourceSans
  8464. SuperCar.Text = "Give Super Speed"
  8465. SuperCar.TextColor3 = Color3.new(1, 1, 1)
  8466. SuperCar.TextSize = 20
  8467.  
  8468. InfiniteNitro.Name = "InfiniteNitro"
  8469. InfiniteNitro.Parent = ScrollingFrame
  8470. InfiniteNitro.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  8471. InfiniteNitro.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  8472. InfiniteNitro.BorderSizePixel = 3
  8473. InfiniteNitro.Position = UDim2.new(0.490514904, 0, 0.769999981, 0)
  8474. InfiniteNitro.Size = UDim2.new(0, 167, 0, 41)
  8475. InfiniteNitro.Font = Enum.Font.SourceSans
  8476. InfiniteNitro.Text = "Infinite Nitro"
  8477. InfiniteNitro.TextColor3 = Color3.new(1, 1, 1)
  8478. InfiniteNitro.TextSize = 20
  8479.  
  8480. AutoFarm.Name = "AutoFarm"
  8481. AutoFarm.Parent = ScrollingFrame
  8482. AutoFarm.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  8483. AutoFarm.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  8484. AutoFarm.BorderSizePixel = 3
  8485. AutoFarm.Position = UDim2.new(0.0162601657, 0, 0.769999981, 0)
  8486. AutoFarm.Size = UDim2.new(0, 167, 0, 41)
  8487. AutoFarm.Font = Enum.Font.SourceSans
  8488. AutoFarm.Text = "Auto Farm"
  8489. AutoFarm.TextColor3 = Color3.new(1, 1, 1)
  8490. AutoFarm.TextSize = 20
  8491.  
  8492. Torque.Name = "Torque"
  8493. Torque.Parent = VSV1
  8494. Torque.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  8495. Torque.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  8496. Torque.BorderSizePixel = 3
  8497. Torque.Position = UDim2.new(0.0399999991, 0, 0.197285011, 0)
  8498. Torque.Size = UDim2.new(0, 166, 0, 25)
  8499. Torque.Font = Enum.Font.SourceSans
  8500. Torque.Text = "Torque"
  8501. Torque.TextColor3 = Color3.new(1, 1, 1)
  8502. Torque.TextSize = 25
  8503.  
  8504. Torquet.Name = "Torquet"
  8505. Torquet.Parent = Torque
  8506. Torquet.BackgroundColor3 = Color3.new(1, 1, 1)
  8507. Torquet.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  8508. Torquet.BorderSizePixel = 3
  8509. Torquet.Position = UDim2.new(1.079, 0, -0.030026257, 0)
  8510. Torquet.Size = UDim2.new(0, 155, 0, 25)
  8511. Torquet.Font = Enum.Font.SourceSans
  8512. Torquet.PlaceholderText = "Amount"
  8513. Torquet.Text = ""
  8514. Torquet.TextColor3 = Color3.new(0, 0, 0)
  8515. Torquet.TextSize = 25
  8516.  
  8517. SteeringForce.Name = "SteeringForce"
  8518. SteeringForce.Parent = VSV1
  8519. SteeringForce.BackgroundColor3 = Color3.new(0.243137, 0.243137, 0.243137)
  8520. SteeringForce.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  8521. SteeringForce.BorderSizePixel = 3
  8522. SteeringForce.Position = UDim2.new(0.0419999994, 0, 0.524596989, 0)
  8523. SteeringForce.Size = UDim2.new(0, 166, 0, 25)
  8524. SteeringForce.Font = Enum.Font.SourceSans
  8525. SteeringForce.Text = "Steering Force"
  8526. SteeringForce.TextColor3 = Color3.new(1, 1, 1)
  8527. SteeringForce.TextSize = 25
  8528.  
  8529. SFT.Name = "SFT"
  8530. SFT.Parent = SteeringForce
  8531. SFT.BackgroundColor3 = Color3.new(1, 1, 1)
  8532. SFT.BorderColor3 = Color3.new(0.207843, 0.207843, 0.207843)
  8533. SFT.BorderSizePixel = 3
  8534. SFT.Position = UDim2.new(1.0793581, 0, -0.00629922748, 0)
  8535. SFT.Size = UDim2.new(0, 155, 0, 25)
  8536. SFT.Font = Enum.Font.SourceSans
  8537. SFT.PlaceholderText = "Amount"
  8538. SFT.Text = ""
  8539. SFT.TextColor3 = Color3.new(0, 0, 0)
  8540. SFT.TextSize = 25
  8541.  
  8542. Open.Name = "Open"
  8543. Open.Parent = VehicleSimultor
  8544. Open.BackgroundColor3 = Color3.new(0, 0, 0)
  8545. Open.BackgroundTransparency = 0.5
  8546. Open.BorderSizePixel = 0
  8547. Open.Position = UDim2.new(0.5, 0, 0, 0)
  8548. Open.Size = UDim2.new(0, 110, 0, 39)
  8549. Open.Font = Enum.Font.SourceSans
  8550. Open.Text = "Open"
  8551. Open.TextColor3 = Color3.new(1, 1, 1)
  8552. Open.TextScaled = true
  8553. Open.TextSize = 14
  8554. Open.TextWrapped = true
  8555. Open.Visible = false
  8556. -- Scripts:
  8557. Open.MouseButton1Click:connect(function()
  8558. VSV1.Visible = true
  8559. Open.Visible = false
  8560. end)
  8561.  
  8562. Close.MouseButton1Click:connect(function()
  8563. VSV1.Visible = false
  8564. Open.Visible = true
  8565. end)
  8566.  
  8567. SteeringForce.MouseButton1Click.connect(function()
  8568. findCar()
  8569. myCar.Handling.SteeringRadiusConstant.Value = SFT.Text
  8570. end)
  8571.  
  8572. function findCar()
  8573. local vehicle = workspace.Vehicles:getChildren()
  8574. for i=1,#vehicle do
  8575. if vehicle[i]:findFirstChild("owner") then
  8576. if vehicle[i].owner.Value == game.Players.LocalPlayer.Name then
  8577. myCar = vehicle[i]
  8578. end
  8579. end
  8580. end
  8581. end
  8582.  
  8583.  
  8584. SuperCar.MouseButton1Down:connect(function()
  8585. findCar()
  8586. myCar.Handling.MaxSpeed.Value = 10000
  8587. myCar.Handling.Torque.Value = 40000
  8588. myCar.Handling.SteeringRadiusConstant.Value = 15000
  8589. myCar.Handling.FrictionRoad.Value = 250
  8590. myCar.Handling.Nitro.NitroSpeed.Value = 500
  8591. myCar.Handling.Nitro.NitroForce.Value = 5000
  8592. myCar.Handling.TurboJump.TurboJumpHeight.Value = 250
  8593. end)
  8594.  
  8595. Speed.MouseButton1Down:connect(function()
  8596. findCar()
  8597. myCar.Handling.MaxSpeed.Value = SpeedBind.Text
  8598. myCar.Handling.SteeringRadiusConstant.Value = 1500000
  8599. end)
  8600.  
  8601. Torque.MouseButton1Down:connect(function()
  8602. findCar()
  8603. myCar.Handling.Torque.Value = Torquet.Text
  8604. end)
  8605.  
  8606. NitroSpeed.MouseButton1Down:connect(function()
  8607. findCar()
  8608. myCar.Handling.Nitro.NitroSpeed.Value = NST.Text
  8609. end)
  8610.  
  8611. NitroForce.MouseButton1Down:connect(function()
  8612. findCar()
  8613. myCar.Handling.Nitro.NitroForce.Value = NFT.Text
  8614. end)
  8615.  
  8616. JumpHeight.MouseButton1Down:connect(function()
  8617. findCar()
  8618. myCar.Handling.TurboJump.TurboJumpHeight.Value = JHT.Text
  8619. end)
  8620.  
  8621. GiveAllPerks.MouseButton1Down:connect(function()
  8622. game:GetService("Players").LocalPlayer.UserId = 1099580
  8623. end)
  8624.  
  8625. CrateESP.MouseButton1Down:connect(function()
  8626. local crates = workspace:getChildren()
  8627. for i=1,#crates do
  8628. if crates[i].ClassName == "Model" then
  8629. local crates2 = crates[i]:getChildren()
  8630. for i=1,#crates2 do
  8631. if crates2[i].ClassName == "Model" then
  8632. local crates3 = crates2[i]:getChildren()
  8633. for i=1,#crates3 do
  8634. if crates3[i].ClassName == "MeshPart" then
  8635. if crates3[i]:findFirstChild("Smoke") then
  8636. if crates3[i]:findFirstChild("BoxHandleAdornment") then
  8637. crates3[i]:findFirstChild("BoxHandleAdornment"):Remove()
  8638. else
  8639. local a = Instance.new("BoxHandleAdornment",crates3[i])
  8640. a.Size = Vector3.new(10,500,6)
  8641. a.SizeRelativeOffset = Vector3.new(0,135,0)
  8642. a.Color3 = Color3.fromRGB(0,255,0)
  8643. a.Transparency = 0.5
  8644. a.AlwaysOnTop = true
  8645. a.Adornee = crates3[i]
  8646. a.ZIndex = 1
  8647. local b = Instance.new("BoxHandleAdornment",crates3[i])
  8648. b.Size = Vector3.new(10,4,6)
  8649. b.Color3 = Color3.fromRGB(0,0,255)
  8650. b.Transparency = 0.3
  8651. b.AlwaysOnTop = true
  8652. b.Adornee = crates3[i]
  8653. b.ZIndex = 1
  8654. end
  8655. end
  8656. end
  8657. end
  8658. end
  8659. end
  8660. end
  8661. end
  8662. end)
  8663.  
  8664. TptoCrate.MouseButton1Down:connect(function()
  8665. local crates = workspace:getChildren()
  8666. for i=1,#crates do
  8667. if crates[i].ClassName == "Model" then
  8668. local crates2 = crates[i]:getChildren()
  8669. for i=1,#crates2 do
  8670. if crates2[i].ClassName == "Model" then
  8671. local crates3 = crates2[i]:getChildren()
  8672. for i=1,#crates3 do
  8673. if crates3[i].ClassName == "MeshPart" then
  8674. if crates3[i]:findFirstChild("Smoke") then
  8675. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(crates3[i].Position.X+30,crates3[i].Position.Y+5,crates3[i].Position.Z))
  8676. wait()
  8677. game.Players.LocalPlayer.Character.Humanoid:MoveTo(Vector3.new(crates3[i].Position.X,crates3[i].Position.Y,crates3[i].Position.Z))
  8678. wait(4)
  8679. end
  8680. end
  8681. end
  8682. end
  8683. end
  8684. end
  8685. end
  8686. end)
  8687.  
  8688. TeleportToCar.MouseButton1Down:connect(function()
  8689. findCar()
  8690. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(myCar.Chassis.VehicleSeat.Position+myCar.Chassis.VehicleSeat.SeatOffset.Value)
  8691. end)
  8692.  
  8693. TeleportLT.MouseButton1Down:connect(function()
  8694. findCar()
  8695. myCar:MoveTo(Vector3.new(-2180,45,-3650))
  8696. end)
  8697.  
  8698. InfiniteNitro.MouseButton1Down:connect(function()
  8699. veh = nil
  8700. for i,v in pairs(game.Workspace.Vehicles:GetChildren()) do
  8701. if v:IsA("Model") then
  8702. if v.owner.Value == game.Players.LocalPlayer.Name then
  8703. veh = v
  8704. end
  8705. end
  8706. end
  8707. han = veh.Handling
  8708.  
  8709. while han ~= nil do
  8710. wait(0.5)
  8711. han.Nitro.NitroAmount.Value = 250
  8712. end
  8713. end)
  8714.  
  8715. AutoFarm.MouseButton1Down:connect(function()
  8716. --[[
  8717. Fully automatic money/miles farm
  8718. TODO:
  8719. Add auto respawn vehicle
  8720. ]]
  8721. local waitTime = 1 --This will be the time it takes (seconds) until your car resets. See line 37
  8722. --Do not change anything below :)
  8723. local hint = Instance.new('Hint', Workspace) hint.Text = "Vehicle Simulator Autofarm loading..."
  8724. local found = false
  8725. local go = true
  8726.  
  8727. function findVehicle() --Finds your vehicle
  8728. while not found do --Loops until your vehicle has been found
  8729. local vehicles = Workspace.Vehicles:getChildren()
  8730. for i=1,#vehicles do
  8731. if vehicles[i]:findFirstChild'owner' then
  8732. if vehicles[i].owner.Value == game:GetService'Players'.LocalPlayer.Name then -- Found your vehicle
  8733. found = true --Setting found to true so loop breaks
  8734. vehicle = vehicles[i] -- Declares vehicle variable to your vehicle
  8735. vehStats = vehicle.Handling -- Declares vehStats variable to vehicle stats folder
  8736. vehStats.MaxSpeed.Value = 700
  8737. vehStats.Torque.Value = 20000
  8738. vehStats.SteeringRadiusConstant.Value = 120000000
  8739. elseif vehicles[i + 1] == nil and not found then
  8740. --Autorespawn would go here
  8741. hint.Text = "Please spawn and enter your vehicle!" --Your vehicle does not exist in the Workspace
  8742. end
  8743. end
  8744. end
  8745. wait(1) --Waiting before checking again so we don't crash
  8746. end
  8747. wait(2) --We've found the car. Waiting so the car can be properly placed on the highway
  8748. vehicle.PrimaryPart = vehicle.Chassis.VehicleSeat
  8749. end
  8750.  
  8751. function farm() --This is where the magic happens :)
  8752. hint.Text = "Finished loading! Autofarm initialized."
  8753. while wait(waitTime) do --Waits x seconds before resetting car
  8754. vehicle:SetPrimaryPartCFrame(CFrame.new(-2470,60,777)) --Teleports vehicle to highway
  8755. game:GetService'VirtualUser':SetKeyUp("w") --Resets W key
  8756. game:GetService'VirtualUser':SetKeyDown("w") --Presses W key to go forward
  8757. end
  8758. end
  8759. findVehicle() --Calls the findVehicle function
  8760. while go do
  8761. if not pcall(farm()) then --Calls farm function & checks for errors
  8762. found = false --If it errors, it sets found to false and continues looking for your vehicle.
  8763. findVehicle()
  8764. end
  8765. end
  8766. end)
  8767. end)
  8768.  
  8769. Pepsi.Name = "Pepsi"
  8770. Pepsi.Parent = MainGUI
  8771. Pepsi.BackgroundColor3 = Color3.new(1, 1, 1)
  8772. Pepsi.Position = UDim2.new(0.0054495912, 0, 0.442786068, 0)
  8773. Pepsi.Size = UDim2.new(0, 172, 0, 37)
  8774. Pepsi.Font = Enum.Font.SourceSansLight
  8775. Pepsi.Text = "CBRO Pepsi"
  8776. Pepsi.TextColor3 = Color3.new(0, 0, 0)
  8777. Pepsi.TextScaled = true
  8778. Pepsi.TextSize = 14
  8779. Pepsi.TextWrapped = true
  8780. Pepsi.MouseButton1Click:connect(function()
  8781. _G.stream_mode = _G.stream_mode or false -- Hide Notifications?
  8782. _G.forceallowlagswitch = true -- In case you crash a lot and don't care for your PC's well being.
  8783. _G.delete_script = false -- If you need to remove the script for any reason.
  8784. _G.ffao = _G.ffao or false -- Free For All Override
  8785.  
  8786. -- Script
  8787. _G.load_time = tick();wait()
  8788.  
  8789. local a="5.5"local b="f"local c=0.001;local d="e"local e=0.01;local f="FakeHead"local g=CFrame.new(0,0,0).Position;local h=true;local i=0.08;local j=false;local k=false;local l="j"local m=4;local n=Color3.new(0,255,255)local o=true;local p=true;local q="v"local r=1/2;local s=8;local t=127;local u=29;local v="c"local w="5"local x="o"local y=0.3;local z="6"local A="!"local B="9"local C=23;local D=96;local E="x"local F=0.735;local G="z"local H="h"local I="="local J="-"local K="["local L="]"local M="t"local N="CT"local O="k"local P="l"local Q="p"local R="\\"local S="i"local T=75;local U=27;local V="7"local W="8"local X=true;local Y={["StarryGazor"]=true,["nerf_bos"]=true,["LucarioZombie"]=true,["blueblastors"]=true,["Guest 7042"]=true,["Guest 3871"]=true}local Z={}local _={["confirm_reset"]=false,["overwrite"]=false,["createpart"]=false,["auto_fix"]=false,["justteleported"]=false,["panic"]=false,["allow_assist"]=true,["auto_defuse"]=false,["spining"]=false,["auto_play"]=false,["derp"]=false,["god"]=false,["page"]=0,["auto_shoot"]=false,["bring_list"]="All",["aimbot_on"]=false,["value_num"]=1,["skin_num"]=1,["plr_num"]=1,["gun_num"]=1,["esp_on"]=false,["hover_on"]=false,["speed2_on"]=false,["speed1_on"]=false,["bhop_on"]=false,["cash_on"]=false,["auto_join"]=false,["bring_on"]=false,["psshootdelay"]=0,["speed1"]=23,["speed2"]=192,["fire"]=false,["shots"]=0,["path_on"]=false,["auto_walk"]=false,["in_loop"]=false}local a0=PROTOSMAHSER_LOADED or elysianexecute or Synapse or keypress or mouse1press or printconsole or decompile or mousemoverel;local a1=keypress;local a2=keyrelease;local a3=keypress;local a4=mouse1press or mouse1click;local a5=mousemoverel;if PROTOSMASHER_LOADED then warn("Using protosmasher functions")a5=Input.MoveMouse;a1=Input.KeyDown;a2=Input.KeyUp;a3=Input.KeyPress;a4=Input.LeftClick end;local a6=90;local a7=0;local a8=0;local a9=nil;local aa=nil;local ab=nil;local ac=nil;local ad=false;local ae=nil;local af=false;local ag=nil;local ah=nil;local ai=nil;local aj=nil;local ak=game.Players.LocalPlayer:GetMouse()_G.delete_script=_G.delete_script or false;if _G.cpepsi_script==nil then _G.cpepsi_script=true;ak.KeyDown:Connect(function(al)local am=al:lower()if _G.delete_script then script:Destroy()return nil end;if am==b:lower()then if _["aimbot_on"]==true then a7=0;_["aimbot_on"]=false;if X then Notify("Aimbot OFF")end;print("Aimbot off")else a7=0;_["aimbot_on"]=true;if X then Notify("Aimbot ON")end;print("Aimbot on")repeat if _["aimbot_on"]then Aimbot()a8=1+a8;if a8==1000 then Notify("Aimbot is still On")a8=0 end;a7=1+a7 end;wait(c)until not _["aimbot_on"]end elseif al:byte()==s then if _["god"]then _["god"]=false;local an=GetHuman()if an then local ab=FindPart(game.Players.LocalPlayer)if ab then ai=ab.CFrame end end;local ao=game.ReplicatedStorage.Events:FindFirstChild("Spawnme")if ao then ao:FireServer()wait(0.5)if ai then local ap=GetHuman()if ap then local ab=FindPart(game.Players.LocalPlayer)if ab then ab.CFrame=ai end end end;ai=nil;Notify("Reverted")end else _["god"]=true;repeat wait(0.1)a7=1+a7 until a7>=10 or not _["god"]or not _["in_loop"]wait(0.1)repeat if _["god"]then local aq=GetHuman()if aq and _["god"]then if aq.Name=="Humanoid"then local ar=aq:Clone()if aq.Parent and _["god"]then local as=aq.Parent;ar.Name=tostring(tonumber(tostring(math.random()):reverse()))aq:Destroy()wait(1/5)if as and _["god"]then ar.Parent=as;Notify("Press "..I.." to revert")end end end end;wait(6)end until not _["god"]end elseif al:byte()==t then if a0 then Notify("Auto Playing - Panicking")a3(0x77)wait(3)a1(0x35)wait(1.5)a2(0x35)wait(0.1)a1(0x73)wait(1.5)a2(0x73)wait(0.1)a3(0x45)wait(0.1)a3(0x46)wait(0.1)a3(0x54)else Notify("Level 7 Exploits Required")end elseif al:byte()==C then if _["auto_defuse"]then _["auto_defuse"]=false;Notify("Auto Defuse Off")else _["auto_defuse"]=true;a7=0;_["in_loop"]=true;repeat wait(0.1)a7=1+a7 until(a7>=9 or not _["auto_defuse"])and _["in_loop"]_["in_loop"]=false;a7=0;wait(0.1)if _["auto_defuse"]then Notify("Auto Defuse On")repeat if a0 then _["allow_assist"]=falsea;for at,au in pairs(game:GetService("Workspace"):GetDescendants())do if au.Name:lower()=="c4"then local av=au;if av then local aw=av:WaitForChild("HUD",1)if aw then local ax=game:GetService("Players")if ax then local ay=ax.LocalPlayer;if ay then local az=FindPart(ay)local aA=GetHuman(ay)if az and az.Parent then az.Parent:MoveTo(aw.Position)for aB=1,225 do _["allow_assist"]=false;a3(0x57)a1(0x45)Track(aw)wait(0.05)if aA then aA.WalkSpeed=1 end end end end end end end end end;a2(0x45)else Notify("You need Level 7 exploits to run this.")_["auto_defuse"]=false;_["allow_assist"]=true end;wait(2)until not _["auto_defuse"]or not a0 end;_["allow_assist"]=true end elseif am==A:lower()then if _["auto_fix"]~=false then _["auto_fix"]=false;Notify("Auto Fix Off")end;if _["spining"]~=false then _["spining"]=false;Notify("Spin off")end;if _["derp"]~=false then _["derp"]=false;Notify("Derp off")end;if _["auto_shoot"]~=false then _["auto_shoot"]=false;Notify("Rapid Fire off")end;if _["aimbot_on"]~=false then _["aimbot_on"]=false;Notify("Aimbot off")end;if _["esp_on"]~=false then _["esp_on"]=false;Notify("ESP off")end;if _["hover_on"]~=false then _["hover_on"]=false;Notify("Assist off")end;if _["bhop_on"]~=false then _["bhop_on"]=false;Notify("Bhop off")end;if _["auto_walk"]~=false then _["auto_walk"]=false;Notify("Auto Walk off")end;if _["auto_join"]then _["auto_join"]=false;Notify("Auto Join off")end;if _["cash_on"]then _["cash_on"]=false;Notify("Cash off")end;if _["path_on"]then _["path_on"]=false;Notify("Paths off")end;if _["auto_defuse"]then _["auto_defuse"]=false;Notify("Auto Defuse Off")end;if _["god"]then _["god"]=false;Notify("God off")end;if _["speed2_on"]then _["speed2_on"]=false;Notify("Speed off")end;if _["speed1_on"]then _["speed1_on"]=false;Notify("Speed off")end;if ad then ad=false;Notify("Auto Respawn off")end;if _["bring_on"]then _["bring_on"]=false;Notify("Releasing players")end;local aC=game.Players.LocalPlayer.PlayerGui:FindFirstChild("PEPSIHELP")local aD=game.Players.LocalPlayer.PlayerGui:FindFirstChild("PEPSISETTINGS")if aC then aC:Destroy()end;if aD then aD:Destroy()Notify("Settings Not Saved")end;_["fire"]=false;_["shots"]=0;a7=0;a8=0;wait(1/2)_["allow_assist"]=true;Notify("Panic Finished")elseif al:byte()==u then if _["auto_fix"]then _["auto_fix"]=false;Notify("Auto Fix Off")else _["auto_fix"]=true;a7=0;_["in_loop"]=true;repeat wait(0.1)a7=1+a7 until a7>=9 or not _["auto_fix"]and _["in_loop"]_["in_loop"]=false;a7=0;wait(0.1)if _["auto_fix"]then Notify("Auto Fix On")repeat if a0 then local aE=game.Players.LocalPlayer.PlayerGui:FindFirstChild("GUI")if aE then local aF=aE:FindFirstChild("TeamSelection")if aF then if aF.Visible then a3(0x4D)print("PRESSING M")end end;local aG=aE:FindFirstChild("AmmoGUI")if aG then local aH=aG:FindFirstChild("AmmoClip")if aH then if aH.ClassName=="TextLabel"then if tonumber(tostring(tonumber(aH.Text)))>4 then a3(0x32)else a3(0x32)a3(0x52)end end end end else a3(0x32)end else Notify("You need Level 7 exploits to run this.")_["auto_fix"]=false end;wait(6)until not _["auto_fix"]end end elseif am==w:lower()then if _["auto_walk"]then _["auto_walk"]=false;Notify("Auto Walk Off")else _["auto_walk"]=true;a7=0;_["in_loop"]=true;repeat wait(0.1)a7=1+a7 until a7>=9 or not _["auto_walk"]and _["in_loop"]_["in_loop"]=false;a7=0;wait(0.1)if _["auto_walk"]then Notify("Auto Walking")repeat if GetHuman()then plyr=GetNearestPlayer(25000)if plyr then local aI=game.Players.LocalPlayer.Character;if aI then local aJ=aI:FindFirstChildOfClass("Part")if aJ then local aK=FindValidPart(plyr)if aK then local aL=game:GetService("PathfindingService"):FindPathAsync(aJ.Position,aK.Position)if aL then local aM=aL:GetWaypoints()if aM then local aN={}local aO=aM[3]if aO then local aP=Instance.new("Part")aP.Position=aO.Position+Vector3.new(0,0.5,0)aP.Size=Vector3.new(0.3,0.3,0.3)aP.Transparency=1;aP.CanCollide=false;aP.Anchored=true;local aQ=Instance.new("SelectionSphere",aP)aQ.Color3=Color3.new(255,255,255)aQ.SurfaceTransparency=0.8;aQ.Transparency=0.6;aQ.SurfaceColor3=Color3.new(0,0,0)aQ.Adornee=aP;table.insert(aN,0,aP)local an=GetHuman()local aR=game.Players.LocalPlayer.Character;if an then an.WalkToPoint=aP.Position;local aI=game.Players.LocalPlayer.Character;if aI then local aR=aI:FindFirstChild("HumanoidRootPart")if aR then if aR.Position.Y<aP.Position.Y then if an then an.Jump=true;wait()an.Jump=false end end end end end;aP.Parent=game.Workspace.CurrentCamera;game.Debris:AddItem(aP,y/2+0.06)end end end end end end end end;wait(y/2)until not _["auto_walk"]end end elseif al:byte()==D then _["spining"]=true;repeat spinme()wait()until not _["spining"]elseif am==z:lower()then a7=0;_["createpart"]=false;repeat wait(0.1)a7=a7+1 until _["createpart"]if not _["createpart"]then local aS=workspace.CurrentCamera:FindFirstChild("GHOSTPARTS")if aS then aS:ClearAllChildren()else aS=Instance.new("Folder")aS.Name="GHOSTPARTS"aS.Parent=workspace.CurrentCamera end else local aS=workspace.CurrentCamera:FindFirstChild("GHOSTPARTS")if aS then ab=Instance.new("Part")ab.Anchored=true;ab.Size=Vector3.new(3.5,1.2,3.5)ab.BrickColor=BrickColor.Red()ab.CFrame=ak.Hit+ak.Hit.lookVector*.1;ab.Parent=aS;ab.Transparency=0.4;game.Debris:AddItem(ab,60)else ab=Instance.new("Part")ab.Anchored=true;ab.Size=Vector3.new(3.5,1.2,3.5)ab.BrickColor=BrickColor.Red()ab.CFrame=ak.Hit+ak.Hit.lookVector*.1;ab.Parent=aS;ab.Transparency=0.4;game.Debris:AddItem(ab,60)end end elseif am==d:lower()then if _["hover_on"]then _["hover_on"]=false;if X then Notify("Assist OFF")end;print("Assist off")elseif _["allow_assist"]then _["hover_on"]=true;if X then Notify("Assist ON")end;print("Assist on")repeat local an=GetHuman()if an then if an.Health>0 and ak.Target then if ak.Target.Parent then plyr=GetPlayerFromPart(ak.Target.Parent)if plyr then if IsValidTarget(plyr)then ab=GetPart(plyr)if a0 then if _["auto_fix"]then a1(0xA0)end;_["fire"]=true end;if ab then if a0 then if _["auto_fix"]then a1(0xA0)end;_["fire"]=true end;Track(ab)end end end elseif ak.Target then plyr=GetPlayerFromPart(ak.Target)if plyr then if IsValidTarget(plyr)then ab=GetPart(plyr)if a0 then a1(0xA0)_["fire"]=true end;if ab then _["fire"]=true;Track(ab)end end end end end end;wait(e)until not _["hover_on"]end elseif am==B then _["derp"]=true;a7=0;repeat wait(0.1)a7=1+a7 until a7>=9 or not _["in_loop"]or not _["derp"]wait(0.1)if _["derp"]or a7>=9 then if GetHuman()then _["derp"]=true;Notify("DERP")repeat local aR=game.Players.LocalPlayer.Character:FindFirstChild("HumanoidRootPart")local aT=Instance.new("Part")aT.Anchored=true;aT.Name="DERPBLOCK"aT.Transparency=1;aT.Size=Vector3.new(1,1,1)aT.CanCollide=false;aT.CFrame=aR.CFrame+Vector3.new(math.random(-10,10),math.random(-10,10),math.random(-10,10))*math.random()aT.Parent=workspace.CurrentCamera;Track(aT)game.Debris:AddItem(aT,0.01)wait()until not _["derp"]end end elseif am==V:lower()then if _["speed1_on"]then _["speed1_on"]=false;if X then Notify("Speed Off")end else _["speed2_on"]=false;_["speed1_on"]=true;if X then Notify("Speed:".._["speed1"])end;repeat local ap=GetHuman()if ap and ap.Health~=0 then ap.WalkSpeed=_["speed1"]end;wait(0.01)until not _["speed1_on"]end elseif am==H:lower()then local aC=game.Players.LocalPlayer.PlayerGui:FindFirstChild("PEPSIHELP")local aD=game.Players.LocalPlayer.PlayerGui:FindFirstChild("PEPSISETTINGS")if not aC and not aD then _["page"]=1;local aU=Instance.new("ScreenGui")local aV=Instance.new("Frame")local aW=Instance.new("Frame")local ap=Instance.new("Frame")local aX=Instance.new("TextLabel")local aY=Instance.new("Frame")local aZ=Instance.new("ImageButton")local a_=Instance.new("Frame")local b0=Instance.new("TextLabel")local b1=Instance.new("Frame")local b2=Instance.new("Frame")local b3=Instance.new("TextButton")local b4=Instance.new("TextLabel")local b5=Instance.new("Frame")local b6=Instance.new("TextLabel")local b7=Instance.new("TextButton")local b8=Instance.new("Frame")local b9=Instance.new("TextLabel")local ba=Instance.new("TextButton")local am=Instance.new("Frame")local bb=Instance.new("TextLabel")local bc=Instance.new("TextButton")local aS=Instance.new("Frame")local bd=Instance.new("TextLabel")local be=Instance.new("TextButton")local bf=Instance.new("Frame")local bg=Instance.new("TextLabel")local bh=Instance.new("TextButton")local bi=Instance.new("Frame")local bj=Instance.new("TextLabel")local bk=Instance.new("TextButton")local bl=Instance.new("Frame")local bm=Instance.new("TextLabel")local bn=Instance.new("TextLabel")local bo=Instance.new("Frame")local bp=Instance.new("TextLabel")local bq=Instance.new("TextButton")local br=Instance.new("Frame")local bs=Instance.new("TextLabel")local bt=Instance.new("TextButton")local bu=Instance.new("Frame")local bv=Instance.new("TextLabel")local bw=Instance.new("TextButton")local bx=Instance.new("Frame")local by=Instance.new("TextLabel")local bz=Instance.new("TextLabel")local bA=Instance.new("Frame")local bB=Instance.new("TextLabel")local bC=Instance.new("TextButton")local bD=Instance.new("Frame")local bE=Instance.new("Frame")local bF=Instance.new("TextLabel")local bG=Instance.new("Frame")local bH=Instance.new("TextLabel")local bI=Instance.new("Frame")local bJ=Instance.new("TextLabel")local bK=Instance.new("TextLabel")local bL=Instance.new("Frame")local bM=Instance.new("TextLabel")local bN=Instance.new("TextLabel")local bO=Instance.new("Frame")local bP=Instance.new("TextLabel")local bQ=Instance.new("TextButton")local bR=Instance.new("Frame")local bS=Instance.new("TextLabel")local bT=Instance.new("TextButton")local bU=Instance.new("Frame")local bV=Instance.new("TextLabel")local bW=Instance.new("TextButton")local au=Instance.new("Frame")local bX=Instance.new("TextLabel")local bY=Instance.new("TextButton")local bZ=Instance.new("Frame")local b_=Instance.new("TextLabel")local c0=Instance.new("TextButton")local at=Instance.new("Frame")local c1=Instance.new("TextButton")aU.Name="PEPSIHELP"aU.Parent=game.Players.LocalPlayer:WaitForChild("PlayerGui")aV.Name="Gui"aV.Parent=aU;aV.BackgroundColor3=Color3.new(1,1,1)aV.BackgroundTransparency=1;aV.BorderSizePixel=0;aV.Position=UDim2.new(0.342416108,0,0.287591219,0)aV.Size=UDim2.new(0,400,0,290)aW.Name="Topbar"aW.Parent=aV;aW.BackgroundColor3=Color3.new(1,1,1)aW.BackgroundTransparency=1;aW.BorderSizePixel=0;aW.Size=UDim2.new(1,0,0.100000001,0)ap.Name="Title"ap.Parent=aW;ap.BackgroundColor3=Color3.new(1,1,1)ap.BackgroundTransparency=1;ap.BorderSizePixel=0;ap.Position=UDim2.new(0.0724999979,0,0,0)ap.Size=UDim2.new(0.855000019,0,1,0)aX.Parent=ap;aX.BackgroundColor3=Color3.new(0,0,0)aX.BackgroundTransparency=0.5;aX.BorderSizePixel=0;aX.Size=UDim2.new(1,0,1,0)aX.Font=Enum.Font.SourceSans;aX.Text="COUNTER PEPSI BINDS (Version "..a..")"aX.TextColor3=Color3.new(255,255,255)aX.TextScaled=true;aX.TextSize=14;aX.TextWrapped=true;aY.Name="x"aY.Parent=aW;aY.BackgroundColor3=Color3.new(1,1,1)aY.BackgroundTransparency=1;aY.BorderSizePixel=0;aY.Position=UDim2.new(0.92750001,0,0,0)aY.Size=UDim2.new(0.0724999979,0,1,0)aZ.Parent=aY;aZ.BackgroundColor3=Color3.new(0,0,0)aZ.BackgroundTransparency=0.5;aZ.BorderSizePixel=0;aZ.Size=UDim2.new(1,0,1,0)aZ.Image="rbxassetid://2257220394"a_.Name="time"a_.Parent=aW;a_.BackgroundColor3=Color3.new(1,1,1)a_.BackgroundTransparency=1;a_.BorderSizePixel=0;a_.Size=UDim2.new(0.0724999979,0,1,0)b0.Name="Time"b0.Parent=a_;b0.BackgroundColor3=Color3.new(0,0,0)b0.BackgroundTransparency=0.5;b0.BorderSizePixel=0;b0.Size=UDim2.new(1,0,1,0)b0.Font=Enum.Font.SourceSans;b0.Text=a6;b0.TextColor3=Color3.new(255,255,255)b0.TextScaled=true;b0.TextSize=14;b0.TextWrapped=true;b1.Name="Body"b1.Parent=aV;b1.BackgroundColor3=Color3.new(1,1,1)b1.BackgroundTransparency=1;b1.BorderSizePixel=0;b1.Position=UDim2.new(0,0,0.100000001,0)b1.Size=UDim2.new(1,0,1.20000005,0)b2.Name="aimbot"b2.Parent=b1;b2.BackgroundColor3=Color3.new(1,1,1)b2.BackgroundTransparency=0.75;b2.BorderSizePixel=0;b2.Size=UDim2.new(0.200000003,0,0.166666672,0)b3.Name="bind"b3.Parent=b2;b3.BackgroundColor3=Color3.new(1,1,1)b3.BackgroundTransparency=1;b3.BorderSizePixel=0;b3.Position=UDim2.new(0,0,0.5,0)b3.Size=UDim2.new(1,0,0.5,0)b3.Font=Enum.Font.SourceSans;b3.Text=b:upper()b3.TextColor3=Color3.new(0,0,0)b3.TextScaled=true;b3.TextSize=1;b3.TextWrapped=true;b4.Name="name"b4.Parent=b2;b4.BackgroundColor3=Color3.new(1,1,1)b4.BackgroundTransparency=1;b4.BorderSizePixel=0;b4.Size=UDim2.new(1,0,0.5,0)b4.Font=Enum.Font.SourceSans;b4.Text=" Aimbot "b4.TextColor3=Color3.new(0,0,0)b4.TextScaled=true;b4.TextSize=1;b4.TextWrapped=true;b5.Name="farmer"b5.Parent=b1;b5.BackgroundColor3=Color3.new(1,1,1)b5.BackgroundTransparency=0.75;b5.BorderSizePixel=0;b5.Position=UDim2.new(0.800000012,0,0,0)b5.Size=UDim2.new(0.200000003,0,0.166666672,0)b6.Name="name"b6.Parent=b5;b6.BackgroundColor3=Color3.new(1,1,1)b6.BackgroundTransparency=1;b6.BorderSizePixel=0;b6.Size=UDim2.new(1,0,0.5,0)b6.Font=Enum.Font.SourceSans;b6.Text=" Join Winner "b6.TextColor3=Color3.new(0,0,0)b6.TextScaled=true;b6.TextSize=14;b6.TextWrapped=true;b7.Name="bind"b7.Parent=b5;b7.BackgroundColor3=Color3.new(1,1,1)b7.BackgroundTransparency=1;b7.BorderSizePixel=0;b7.Position=UDim2.new(0,0,0.5,0)b7.Size=UDim2.new(1,0,0.5,0)b7.Font=Enum.Font.SourceSans;b7.Text=M:upper()b7.TextColor3=Color3.new(0,0,0)b7.TextScaled=true;b7.TextSize=14;b7.TextWrapped=true;b8.Name="esp"b8.Parent=b1;b8.BackgroundColor3=Color3.new(1,1,1)b8.BackgroundTransparency=0.75;b8.BorderSizePixel=0;b8.Position=UDim2.new(0.200000003,0,0,0)b8.Size=UDim2.new(0.200000003,0,0.166666672,0)b9.Name="name"b9.Parent=b8;b9.BackgroundColor3=Color3.new(1,1,1)b9.BackgroundTransparency=1;b9.BorderSizePixel=0;b9.Size=UDim2.new(1,0,0.5,0)b9.Font=Enum.Font.SourceSans;b9.Text=" ESP "b9.TextColor3=Color3.new(0,0,0)b9.TextScaled=true;b9.TextSize=14;b9.TextWrapped=true;ba.Name="bind"ba.Parent=b8;ba.BackgroundColor3=Color3.new(1,1,1)ba.BackgroundTransparency=1;ba.BorderSizePixel=0;ba.Position=UDim2.new(0,0,0.5,0)ba.Size=UDim2.new(1,0,0.5,0)ba.Font=Enum.Font.SourceSans;ba.Text=l:upper()ba.TextColor3=Color3.new(0,0,0)ba.TextScaled=true;ba.TextSize=14;ba.TextWrapped=true;am.Name="respawn"am.Parent=b1;am.BackgroundColor3=Color3.new(1,1,1)am.BackgroundTransparency=0.75;am.BorderSizePixel=0;am.Position=UDim2.new(0.600000024,0,0,0)am.Size=UDim2.new(0.200000003,0,0.166666672,0)bb.Name="name"bb.Parent=am;bb.BackgroundColor3=Color3.new(1,1,1)bb.BackgroundTransparency=1;bb.BorderSizePixel=0;bb.Size=UDim2.new(1,0,0.5,0)bb.Font=Enum.Font.SourceSans;bb.Text=" Respawn "bb.TextColor3=Color3.new(0,0,0)bb.TextScaled=true;bb.TextSize=14;bb.TextWrapped=true;bc.Name="bind"bc.Parent=am;bc.BackgroundColor3=Color3.new(1,1,1)bc.BackgroundTransparency=1;bc.BorderSizePixel=0;bc.Position=UDim2.new(0,0,0.5,0)bc.Size=UDim2.new(1,0,0.5,0)bc.Font=Enum.Font.SourceSans;bc.Text=I:upper()bc.TextColor3=Color3.new(0,0,0)bc.TextScaled=true;bc.TextSize=14;bc.TextWrapped=true;aS.Name="bring"aS.Parent=b1;aS.BackgroundColor3=Color3.new(1,1,1)aS.BackgroundTransparency=0.75;aS.BorderSizePixel=0;aS.Position=UDim2.new(0.400000006,0,0,0)aS.Size=UDim2.new(0.200000003,0,0.166666672,0)bd.Name="name"bd.Parent=aS;bd.BackgroundColor3=Color3.new(1,1,1)bd.BackgroundTransparency=1;bd.BorderSizePixel=0;bd.Size=UDim2.new(1,0,0.5,0)bd.Font=Enum.Font.SourceSans;bd.Text=" Bring "bd.TextColor3=Color3.new(0,0,0)bd.TextScaled=true;bd.TextSize=14;bd.TextWrapped=true;be.Name="bind"be.Parent=aS;be.BackgroundColor3=Color3.new(1,1,1)be.BackgroundTransparency=1;be.BorderSizePixel=0;be.Position=UDim2.new(0,0,0.5,0)be.Size=UDim2.new(1,0,0.5,0)be.Font=Enum.Font.SourceSans;be.Text=q:upper()be.TextColor3=Color3.new(0,0,0)be.TextScaled=true;be.TextSize=14;be.TextWrapped=true;bf.Name="load"bf.Parent=b1;bf.BackgroundColor3=Color3.new(1,1,1)bf.BackgroundTransparency=0.75;bf.BorderSizePixel=0;bf.Position=UDim2.new(0,0,0.166666672,0)bf.Size=UDim2.new(0.200000003,0,0.166666672,0)bg.Name="name"bg.Parent=bf;bg.BackgroundColor3=Color3.new(1,1,1)bg.BackgroundTransparency=1;bg.BorderSizePixel=0;bg.Size=UDim2.new(1,0,0.5,0)bg.Font=Enum.Font.SourceSans;bg.Text=" Load WP "bg.TextColor3=Color3.new(0,0,0)bg.TextScaled=true;bg.TextSize=14;bg.TextWrapped=true;bh.Name="bind"bh.Parent=bf;bh.BackgroundColor3=Color3.new(1,1,1)bh.BackgroundTransparency=1;bh.BorderSizePixel=0;bh.Position=UDim2.new(0,0,0.5,0)bh.Size=UDim2.new(1,0,0.5,0)bh.Font=Enum.Font.SourceSans;bh.Text=P:upper()bh.TextColor3=Color3.new(0,0,0)bh.TextScaled=true;bh.TextSize=14;bh.TextWrapped=true;bi.Name="save"bi.Parent=b1;bi.BackgroundColor3=Color3.new(1,1,1)bi.BackgroundTransparency=0.75;bi.BorderSizePixel=0;bi.Position=UDim2.new(0.200000003,0,0.166666672,0)bi.Size=UDim2.new(0.200000003,0,0.166666672,0)bj.Name="name"bj.Parent=bi;bj.BackgroundColor3=Color3.new(1,1,1)bj.BackgroundTransparency=1;bj.BorderSizePixel=0;bj.Size=UDim2.new(1,0,0.5,0)bj.Font=Enum.Font.SourceSans;bj.Text=" Save WP "bj.TextColor3=Color3.new(0,0,0)bj.TextScaled=true;bj.TextSize=14;bj.TextWrapped=true;bk.Name="bind"bk.Parent=bi;bk.BackgroundColor3=Color3.new(1,1,1)bk.BackgroundTransparency=1;bk.BorderSizePixel=0;bk.Position=UDim2.new(0,0,0.5,0)bk.Size=UDim2.new(1,0,0.5,0)bk.Font=Enum.Font.SourceSans;bk.Text=O:upper()bk.TextColor3=Color3.new(0,0,0)bk.TextScaled=true;bk.TextSize=14;bk.TextWrapped=true;bl.Name="clear"bl.Parent=b1;bl.BackgroundColor3=Color3.new(1,1,1)bl.BackgroundTransparency=0.75;bl.BorderSizePixel=0;bl.Position=UDim2.new(0.400000006,0,0.166666672,0)bl.Size=UDim2.new(0.200000003,0,0.166666672,0)bm.Name="name"bm.Parent=bl;bm.BackgroundColor3=Color3.new(1,1,1)bm.BackgroundTransparency=1;bm.BorderSizePixel=0;bm.Size=UDim2.new(1,0,0.5,0)bm.Font=Enum.Font.SourceSans;bm.Text=" Clear WP "bm.TextColor3=Color3.new(0,0,0)bm.TextScaled=true;bm.TextSize=14;bm.TextWrapped=true;bn.Name="bind"bn.Parent=bl;bn.BackgroundColor3=Color3.new(1,1,1)bn.BackgroundTransparency=1;bn.BorderSizePixel=0;bn.Position=UDim2.new(0,0,0.5,0)bn.Size=UDim2.new(1,0,0.5,0)bn.Font=Enum.Font.SourceSans;bn.Text=Q:upper()bn.TextColor3=Color3.new(0,0,0)bn.TextScaled=true;bn.TextSize=14;bn.TextWrapped=true;bo.Name="autorespawn"bo.Parent=b1;bo.BackgroundColor3=Color3.new(1,1,1)bo.BackgroundTransparency=0.75;bo.BorderSizePixel=0;bo.Position=UDim2.new(0.600000024,0,0.166666672,0)bo.Size=UDim2.new(0.200000003,0,0.166666672,0)bp.Name="name"bp.Parent=bo;bp.BackgroundColor3=Color3.new(1,1,1)bp.BackgroundTransparency=1;bp.BorderSizePixel=0;bp.Size=UDim2.new(1,0,0.5,0)bp.Font=Enum.Font.SourceSans;bp.Text=" Auto Respawn "bp.TextColor3=Color3.new(0,0,0)bp.TextScaled=true;bp.TextSize=14;bp.TextWrapped=true;bq.Name="bind"bq.Parent=bo;bq.BackgroundColor3=Color3.new(1,1,1)bq.BackgroundTransparency=1;bq.BorderSizePixel=0;bq.Position=UDim2.new(0,0,0.5,0)bq.Size=UDim2.new(1,0,0.5,0)bq.Font=Enum.Font.SourceSans;bq.Text=S:upper()bq.TextColor3=Color3.new(0,0,0)bq.TextScaled=true;bq.TextSize=14;bq.TextWrapped=true;br.Name="reset"br.Parent=b1;br.BackgroundColor3=Color3.new(1,1,1)br.BackgroundTransparency=0.75;br.BorderSizePixel=0;br.Position=UDim2.new(0.800000012,0,0.166666672,0)br.Size=UDim2.new(0.200000003,0,0.166666672,0)bs.Name="name"bs.Parent=br;bs.BackgroundColor3=Color3.new(1,1,1)bs.BackgroundTransparency=1;bs.BorderSizePixel=0;bs.Size=UDim2.new(1,0,0.5,0)bs.Font=Enum.Font.SourceSans;bs.Text=" Reset "bs.TextColor3=Color3.new(0,0,0)bs.TextScaled=true;bs.TextSize=14;bs.TextWrapped=true;bt.Name="bind"bt.Parent=br;bt.BackgroundColor3=Color3.new(1,1,1)bt.BackgroundTransparency=1;bt.BorderSizePixel=0;bt.Position=UDim2.new(0,0,0.5,0)bt.Size=UDim2.new(1,0,0.5,0)bt.Font=Enum.Font.SourceSans;bt.Text=J:upper()bt.TextColor3=Color3.new(0,0,0)bt.TextScaled=true;bt.TextSize=1;bt.TextWrapped=true;bu.Name="bombsite"bu.Parent=b1;bu.BackgroundColor3=Color3.new(1,1,1)bu.BackgroundTransparency=0.75;bu.BorderSizePixel=0;bu.Position=UDim2.new(0.200000003,0,0.333333343,0)bu.Size=UDim2.new(0.200000003,0,0.166666672,0)bv.Name="name"bv.Parent=bu;bv.BackgroundColor3=Color3.new(1,1,1)bv.BackgroundTransparency=1;bv.BorderSizePixel=0;bv.Size=UDim2.new(1,0,0.5,0)bv.Font=Enum.Font.SourceSans;bv.Text=" TP to Bomb "bv.TextColor3=Color3.new(0,0,0)bv.TextScaled=true;bv.TextSize=14;bv.TextWrapped=true;bw.Name="bind"bw.Parent=bu;bw.BackgroundColor3=Color3.new(1,1,1)bw.BackgroundTransparency=1;bw.BorderSizePixel=0;bw.Position=UDim2.new(0,0,0.5,0)bw.Size=UDim2.new(1,0,0.5,0)bw.Font=Enum.Font.SourceSans;bw.Text=G:upper()bw.TextColor3=Color3.new(0,0,0)bw.TextScaled=true;bw.TextSize=14;bw.TextWrapped=true;bx.Name="cash"bx.Parent=b1;bx.BackgroundColor3=Color3.new(1,1,1)bx.BackgroundTransparency=0.75;bx.BorderSizePixel=0;bx.Position=UDim2.new(0.600000024,0,0.5,0)bx.Size=UDim2.new(0.200000003,0,0.166666672,0)by.Name="name"by.Parent=bx;by.BackgroundColor3=Color3.new(1,1,1)by.BackgroundTransparency=1;by.BorderSizePixel=0;by.Size=UDim2.new(1,0,0.5,0)by.Font=Enum.Font.SourceSans;by.Text=" Infinite Cash "by.TextColor3=Color3.new(0,0,0)by.TextScaled=true;by.TextSize=14;by.TextWrapped=true;bz.Name="bind"bz.Parent=bx;bz.BackgroundColor3=Color3.new(1,1,1)bz.BackgroundTransparency=1;bz.BorderSizePixel=0;bz.Position=UDim2.new(0,0,0.5,0)bz.Size=UDim2.new(1,0,0.5,0)bz.Font=Enum.Font.SourceSans;bz.Text="F2"bz.TextColor3=Color3.new(0,0,0)bz.TextScaled=true;bz.TextSize=14;bz.TextWrapped=true;bA.Name="switch"bA.Parent=b1;bA.BackgroundColor3=Color3.new(1,1,1)bA.BackgroundTransparency=0.75;bA.BorderSizePixel=0;bA.Position=UDim2.new(0.400000006,0,0.333333343,0)bA.Size=UDim2.new(0.200000003,0,0.166666672,0)bB.Name="name"bB.Parent=bA;bB.BackgroundColor3=Color3.new(1,1,1)bB.BackgroundTransparency=1;bB.BorderSizePixel=0;bB.Size=UDim2.new(1,0,0.5,0)bB.Font=Enum.Font.SourceSans;bB.Text=" Switch Teams "bB.TextColor3=Color3.new(0,0,0)bB.TextScaled=true;bB.TextSize=14;bB.TextWrapped=true;bC.Name="bind"bC.Parent=bA;bC.BackgroundColor3=Color3.new(1,1,1)bC.BackgroundTransparency=1;bC.BorderSizePixel=0;bC.Position=UDim2.new(0,0,0.5,0)bC.Size=UDim2.new(1,0,0.5,0)bC.Font=Enum.Font.SourceSans;bC.Text=R:upper()bC.TextColor3=Color3.new(0,0,0)bC.TextScaled=true;bC.TextSize=14;bC.TextWrapped=true;bD.Name="waypoints"bD.Parent=b1;bD.BackgroundColor3=Color3.new(1,1,1)bD.BackgroundTransparency=1;bD.BorderSizePixel=0;bD.Position=UDim2.new(0,0,0.800000012,0)bD.Size=UDim2.new(1,0,0.179310352,0)bE.Name="a"bE.Parent=bD;bE.BackgroundColor3=Color3.new(1,1,1)bE.BackgroundTransparency=0.75;bE.BorderSizePixel=0;bE.Size=UDim2.new(1,0,0.5,0)bF.Name="cord"bF.Parent=bE;bF.BackgroundColor3=Color3.new(1,1,1)bF.BackgroundTransparency=1;bF.BorderSizePixel=0;bF.Size=UDim2.new(1,0,1,0)bF.Font=Enum.Font.SourceSans;bF.Text=" Press "..O:upper().." to save waypoint 1 "if aa then local c2=aa.X-aa.X%1;local c3=aa.Y-aa.Y%1;local c4=aa.Z-aa.Z%1;bF.Text=tostring(c2)..", "..tostring(c3)..", "..tostring(c4)end;bF.TextColor3=Color3.new(0,0,0)bF.TextScaled=true;bF.TextSize=1;bF.TextWrapped=true;bG.Name="b"bG.Parent=bD;bG.BackgroundColor3=Color3.new(1,1,1)bG.BackgroundTransparency=0.75;bG.BorderSizePixel=0;bG.Position=UDim2.new(0,0,0.5,0)bG.Size=UDim2.new(1,0,0.5,0)bH.Name="cord"bH.Parent=bG;bH.BackgroundColor3=Color3.new(1,1,1)bH.BackgroundTransparency=1;bH.BorderSizePixel=0;bH.Size=UDim2.new(1,0,1,0)bH.Font=Enum.Font.SourceSans;bH.Text=" Press "..O:upper().." to save waypoint 2 "if ac then local c5=ac.X-ac.X%1;local c6=ac.Y-ac.Y%1;local c7=ac.Z-ac.Z%1;bH.Text=tostring(c5)..", "..tostring(c6)..", "..tostring(c7)end;bH.TextColor3=Color3.new(0,0,0)bH.TextScaled=true;bH.TextSize=1;bH.TextWrapped=true;bI.Name="credits"bI.Parent=b1;bI.BackgroundColor3=Color3.new(1,1,1)bI.BackgroundTransparency=0.75;bI.BorderSizePixel=0;bI.Position=UDim2.new(0.800000012,0,0.5,0)bI.Size=UDim2.new(0.200000003,0,0.166666672,0)bJ.Name="bind"bJ.Parent=bI;bJ.BackgroundColor3=Color3.new(1,1,1)bJ.BackgroundTransparency=1;bJ.BorderSizePixel=0;bJ.Position=UDim2.new(0,0,0.5,0)bJ.Size=UDim2.new(1,0,0.5,0)bJ.Font=Enum.Font.SourceSans;bJ.Text=" Pepsi "bJ.TextColor3=Color3.new(0,0,0)bJ.TextScaled=true;bJ.TextSize=14;bJ.TextWrapped=true;bK.Name="name"bK.Parent=bI;bK.BackgroundColor3=Color3.new(1,1,1)bK.BackgroundTransparency=1;bK.BorderSizePixel=0;bK.Size=UDim2.new(1,0,0.5,0)bK.Font=Enum.Font.SourceSans;bK.Text=" Created By "bK.TextColor3=Color3.new(0,0,0)bK.TextScaled=true;bK.TextSize=14;bK.TextWrapped=true;bL.Name="help"bL.Parent=b1;bL.BackgroundColor3=Color3.new(1,1,1)bL.BackgroundTransparency=0.75;bL.BorderSizePixel=0;bL.Position=UDim2.new(0,0,0.333333343,0)bL.Size=UDim2.new(0.200000003,0,0.166666672,0)bM.Name="name"bM.Parent=bL;bM.BackgroundColor3=Color3.new(1,1,1)bM.BackgroundTransparency=1;bM.BorderSizePixel=0;bM.Size=UDim2.new(1,0,0.5,0)bM.Font=Enum.Font.SourceSans;bM.Text=" Help GUI "bM.TextColor3=Color3.new(0,0,0)bM.TextScaled=true;bM.TextSize=14;bM.TextWrapped=true;bN.Name="bind"bN.Parent=bL;bN.BackgroundColor3=Color3.new(1,1,1)bN.BackgroundTransparency=1;bN.BorderSizePixel=0;bN.Position=UDim2.new(0,0,0.5,0)bN.Size=UDim2.new(1,0,0.5,0)bN.Font=Enum.Font.SourceSans;bN.Text=H:upper()bN.TextColor3=Color3.new(0,0,0)bN.TextScaled=true;bN.TextSize=14;bN.TextWrapped=true;bO.Name="speed1"bO.Parent=b1;bO.BackgroundColor3=Color3.new(1,1,1)bO.BackgroundTransparency=0.75;bO.BorderSizePixel=0;bO.Position=UDim2.new(0.400000006,0,0.5,0)bO.Size=UDim2.new(0.200000003,0,0.166666672,0)bP.Name="name"bP.Parent=bO;bP.BackgroundColor3=Color3.new(1,1,1)bP.BackgroundTransparency=1;bP.BorderSizePixel=0;bP.Size=UDim2.new(1,0,0.5,0)bP.Font=Enum.Font.SourceSans;bP.Text=" Speed (".._["speed1"]..") "bP.TextColor3=Color3.new(0,0,0)bP.TextScaled=true;bP.TextSize=14;bP.TextWrapped=true;bQ.Name="bind"bQ.Parent=bO;bQ.BackgroundColor3=Color3.new(1,1,1)bQ.BackgroundTransparency=1;bQ.BorderSizePixel=0;bQ.Position=UDim2.new(0,0,0.5,0)bQ.Size=UDim2.new(1,0,0.5,0)bQ.Font=Enum.Font.SourceSans;bQ.Text=V:upper()bQ.TextColor3=Color3.new(0,0,0)bQ.TextScaled=true;bQ.TextSize=14;bQ.TextWrapped=true;bR.Name="speed2"bR.Parent=b1;bR.BackgroundColor3=Color3.new(1,1,1)bR.BackgroundTransparency=0.75;bR.BorderSizePixel=0;bR.Position=UDim2.new(0.200000003,0,0.5,0)bR.Size=UDim2.new(0.200000003,0,0.166666672,0)bS.Name="name"bS.Parent=bR;bS.BackgroundColor3=Color3.new(1,1,1)bS.BackgroundTransparency=1;bS.BorderSizePixel=0;bS.Size=UDim2.new(1,0,0.5,0)bS.Font=Enum.Font.SourceSans;bS.Text=" Speed (".._["speed2"]..") "bS.TextColor3=Color3.new(0,0,0)bS.TextScaled=true;bS.TextSize=14;bS.TextWrapped=true;bT.Name="bind"bT.Parent=bR;bT.BackgroundColor3=Color3.new(1,1,1)bT.BackgroundTransparency=1;bT.BorderSizePixel=0;bT.Position=UDim2.new(0,0,0.5,0)bT.Size=UDim2.new(1,0,0.5,0)bT.Font=Enum.Font.SourceSans;bT.Text=W:upper()bT.TextColor3=Color3.new(0,0,0)bT.TextScaled=true;bT.TextSize=14;bT.TextWrapped=true;bU.Name="paths"bU.Parent=b1;bU.BackgroundColor3=Color3.new(1,1,1)bU.BackgroundTransparency=0.75;bU.BorderSizePixel=0;bU.Position=UDim2.new(0,0,0.5,0)bU.Size=UDim2.new(0.200000003,0,0.166666672,0)bV.Name="name"bV.Parent=bU;bV.BackgroundColor3=Color3.new(1,1,1)bV.BackgroundTransparency=1;bV.BorderSizePixel=0;bV.Size=UDim2.new(1,0,0.5,0)bV.Font=Enum.Font.SourceSans;bV.Text=" Default Team "bV.TextColor3=Color3.new(0,0,0)bV.TextScaled=true;bV.TextSize=14;bV.TextWrapped=true;bW.Name="bind"bW.Parent=bU;bW.BackgroundColor3=Color3.new(1,1,1)bW.BackgroundTransparency=1;bW.BorderSizePixel=0;bW.Position=UDim2.new(0,0,0.5,0)bW.Size=UDim2.new(1,0,0.5,0)bW.Font=Enum.Font.SourceSans;bW.Text=N:upper()bW.TextColor3=Color3.new(0,0,0)bW.TextScaled=true;bW.TextSize=14;bW.TextWrapped=true;au.Name="ct"au.Parent=b1;au.BackgroundColor3=Color3.new(1,1,1)au.BackgroundTransparency=0.75;au.BorderSizePixel=0;au.Position=UDim2.new(0.600000024,0,0.333333343,0)au.Size=UDim2.new(0.200000003,0,0.166666672,0)bX.Name="name"bX.Parent=au;bX.BackgroundColor3=Color3.new(1,1,1)bX.BackgroundTransparency=1;bX.BorderSizePixel=0;bX.Size=UDim2.new(1,0,0.5,0)bX.Font=Enum.Font.SourceSans;bX.Text=" Join CT "bX.TextColor3=Color3.new(0,0,0)bX.TextScaled=true;bX.TextSize=14;bX.TextWrapped=true;bY.Name="bind"bY.Parent=au;bY.BackgroundColor3=Color3.new(1,1,1)bY.BackgroundTransparency=1;bY.BorderSizePixel=0;bY.Position=UDim2.new(0,0,0.5,0)bY.Size=UDim2.new(1,0,0.5,0)bY.Font=Enum.Font.SourceSans;bY.Text=K:upper()bY.TextColor3=Color3.new(0,0,0)bY.TextScaled=true;bY.TextSize=14;bY.TextWrapped=true;bZ.Name="t"bZ.Parent=b1;bZ.BackgroundColor3=Color3.new(1,1,1)bZ.BackgroundTransparency=0.75;bZ.BorderSizePixel=0;bZ.Position=UDim2.new(0.800000012,0,0.333333343,0)bZ.Size=UDim2.new(0.200000003,0,0.166666672,0)b_.Name="name"b_.Parent=bZ;b_.BackgroundColor3=Color3.new(1,1,1)b_.BackgroundTransparency=1;b_.BorderSizePixel=0;b_.Size=UDim2.new(1,0,0.5,0)b_.Font=Enum.Font.SourceSans;b_.Text=" Join T "b_.TextColor3=Color3.new(0,0,0)b_.TextScaled=true;b_.TextSize=14;b_.TextWrapped=true;c0.Name="bind"c0.Parent=bZ;c0.BackgroundColor3=Color3.new(1,1,1)c0.BackgroundTransparency=1;c0.BorderSizePixel=0;c0.Position=UDim2.new(0,0,0.5,0)c0.Size=UDim2.new(1,0,0.5,0)c0.Font=Enum.Font.SourceSans;c0.Text=L:upper()c0.TextColor3=Color3.new(0,0,0)c0.TextScaled=true;c0.TextSize=14;c0.TextWrapped=true;at.Name="moreinfo"at.Parent=b1;at.BackgroundColor3=Color3.new(1,1,1)at.BackgroundTransparency=0.75;at.BorderSizePixel=0;at.Position=UDim2.new(0,0,0.666666687,0)at.Size=UDim2.new(1,0,0.132183909,0)c1.Parent=at;c1.BackgroundColor3=Color3.new(1,1,1)c1.BackgroundTransparency=1;c1.BorderSizePixel=0;c1.Size=UDim2.new(1,0,1,0)c1.Font=Enum.Font.SourceSans;c1.Text=" More Binds "c1.TextColor3=Color3.new(0,0,0)c1.TextScaled=true;c1.TextSize=14;c1.TextWrapped=true;aZ.MouseButton1Click:Connect(function()if aU then aU:Destroy()end end)b3.MouseButton1Click:Connect(function()local c8=true;b3.Text=" Press New key "local c9=game.Players.LocalPlayer:GetMouse()c9.KeyDown:Connect(function(al)if type(al)=="string"and c8 then c8=false;b3.Text=al:upper()wait(1)b=al:lower()end end)end)bQ.MouseButton1Click:Connect(function()local ca=bQ;local c8=true;ca.Text=" Press New key "local c9=game.Players.LocalPlayer:GetMouse()c9.KeyDown:Connect(function(al)if type(al)=="string"and c8 then c8=false;ca.Text=al:upper()wait(1)V=al:lower()end end)end)c0.MouseButton1Click:Connect(function()local ca=c0;local c8=true;ca.Text=" Press New key "local c9=game.Players.LocalPlayer:GetMouse()c9.KeyDown:Connect(function(al)if type(al)=="string"and c8 then c8=false;ca.Text=al:upper()wait(1)L=al:lower()end end)end)be.MouseButton1Click:Connect(function()local ca=be;local c8=true;ca.Text=" Press New key "local c9=game.Players.LocalPlayer:GetMouse()c9.KeyDown:Connect(function(al)if type(al)=="string"and c8 then c8=false;ca.Text=al:upper()wait(1)q=al:lower()end end)end)bT.MouseButton1Click:Connect(function()local ca=bT;local c8=true;ca.Text=" Press New key "local c9=game.Players.LocalPlayer:GetMouse()c9.KeyDown:Connect(function(al)if type(al)=="string"and c8 and _["page"]==1 then c8=false;ca.Text=al:upper()wait(1)W=al:lower()end end)end)bC.MouseButton1Click:Connect(function()local ca=bC;local c8=true;ca.Text=" Press New key "local c9=game.Players.LocalPlayer:GetMouse()c9.KeyDown:Connect(function(al)if type(al)=="string"and c8 and _["page"]==1 then c8=false;ca.Text=al:upper()wait(1/2)if _["page"]==1 then R=al:lower()else Notify("Cannot change this bind")end end end)end)bw.MouseButton1Click:Connect(function()local ca=bw;local c8=true;ca.Text=" Press New key "local c9=game.Players.LocalPlayer:GetMouse()c9.KeyDown:Connect(function(al)if type(al)=="string"and c8 and _["page"]==1 then c8=false;ca.Text=al:upper()wait(1/2)if _["page"]==1 then G=al:lower()else Notify("Cannot change this bind")end end end)end)bt.MouseButton1Click:Connect(function()local ca=bt;local c8=true;ca.Text=" Press New key "local c9=game.Players.LocalPlayer:GetMouse()c9.KeyDown:Connect(function(al)if type(al)=="string"and c8 and _["page"]==1 then c8=false;ca.Text=al:upper()wait(1/2)if _["page"]==1 then J=al:lower()else Notify("Cannot change this bind")end end end)end)bq.MouseButton1Click:Connect(function()local ca=bq;local c8=true;ca.Text=" Press New key "local c9=game.Players.LocalPlayer:GetMouse()c9.KeyDown:Connect(function(al)if type(al)=="string"and c8 then c8=false;ca.Text=al:upper()wait(1/2)if _["page"]==1 then S=al:lower()else w=al:lower()end end end)end)ba.MouseButton1Click:Connect(function()local ca=ba;local c8=true;ca.Text=" Press New key "local c9=game.Players.LocalPlayer:GetMouse()c9.KeyDown:Connect(function(al)if type(al)=="string"and c8 then c8=false;ca.Text=al:upper()wait(1/2)if _["page"]==1 then l=al:lower()else B=al:lower()end end end)end)bk.MouseButton1Click:Connect(function()local ca=bk;local c8=true;ca.Text=" Press New key "local c9=game.Players.LocalPlayer:GetMouse()c9.KeyDown:Connect(function(al)if type(al)=="string"and c8 then c8=false;ca.Text=al:upper()wait(1/2)if _["page"]==1 then O=al:lower()else G=al:lower()end end end)end)bh.MouseButton1Click:Connect(function()local ca=bh;local c8=true;ca.Text=" Press New key "local c9=game.Players.LocalPlayer:GetMouse()c9.KeyDown:Connect(function(al)if type(al)=="string"and c8 then c8=false;ca.Text=al:upper()wait(1/2)if _["page"]==1 then P=al:lower()else d=al:lower()end end end)end)bc.MouseButton1Click:Connect(function()local ca=bc;local c8=true;ca.Text=" Press New key "local c9=game.Players.LocalPlayer:GetMouse()c9.KeyDown:Connect(function(al)if type(al)=="string"and c8 then c8=false;ca.Text=al:upper()wait(1/2)if _["page"]==1 then I=al:lower()else v=al:lower()end end end)end)b7.MouseButton1Click:Connect(function()local ca=b7;local c8=true;ca.Text=" Press New key "local c9=game.Players.LocalPlayer:GetMouse()c9.KeyDown:Connect(function(al)if type(al)=="string"and c8 then c8=false;ca.Text=al:upper()if _["page"]==1 then M=al:lower()else z=al:lower()end end end)end)bW.MouseButton1Click:Connect(function()if N=="CT"then N="T"bW.Text="T"else N="CT"bW.Text="CT"end;if X then Notify("Default team:"..N)end end)c1.MouseButton1Click:Connect(function()_["page"]=2;b4.Text=" Paths "b3.Text=x:upper()b9.Text=" Derp Mode "ba.Text=B:upper()bd.Text=" 360 "be.Text="`"bb.Text=" Rapid Fire "bc.Text=v:upper()b6.Text=" Create Part "b7.Text=z:upper()bg.Text=" Aim Assist "bh.Text=d:upper()bj.Text=" TP C4 "bk.Text=G:upper()bs.Text=" Auto Fix "bt.Text=" F4 "bm.Text=" F4 "bn.Text=E:upper()bM.Text=" Panic "bN.Text=" F8 "bp.Text=" Auto Walk "bq.Text=w:upper()bv.Text=" Auto Play "bw.Text="."bX.Text=" Godmode "bY.Text=" BACKSPACE "bB.Text=" Auto Defuse "bC.Text=" END "c1.Text=" Settings "c1.MouseButton1Click:Connect(function()_["page"]=3;if aU then aU:Destroy()end;local aU=Instance.new("ScreenGui")local at=Instance.new("Frame")local am=Instance.new("Frame")local aY=Instance.new("Frame")local bi=Instance.new("TextLabel")local bG=Instance.new("Frame")local a_=Instance.new("ImageButton")local bE=Instance.new("Frame")local bo=Instance.new("TextLabel")local br=Instance.new("Frame")local ap=Instance.new("Frame")local au=Instance.new("TextButton")local bu=Instance.new("TextLabel")local bA=Instance.new("Frame")local bI=Instance.new("TextLabel")local aV=Instance.new("TextBox")local bD=Instance.new("Frame")local bx=Instance.new("TextLabel")local aW=Instance.new("TextBox")local aS=Instance.new("Frame")local bf=Instance.new("TextLabel")local bZ=Instance.new("TextBox")local cb=Instance.new("TextButton")local cc=Instance.new("TextButton")local cd=Instance.new("Frame")local ce=Instance.new("Frame")local b2=Instance.new("Frame")local cf=Instance.new("Frame")local cg=Instance.new("Frame")local ch=Instance.new("Frame")local ci=Instance.new("TextButton")local cj=Instance.new("TextButton")cg.Name="whitelist"cg.Parent=br;cg.BackgroundColor3=Color3.new(1,1,1)cg.BackgroundTransparency=1;cg.BorderSizePixel=0;cg.Position=UDim2.new(0,0,0.200000003,0)cg.Size=UDim2.new(1,0,0.179310367,0)ch.Name="nameframe"ch.Parent=cg;ch.BackgroundColor3=Color3.new(1,1,1)ch.BackgroundTransparency=0.75;ch.BorderSizePixel=0;ch.Size=UDim2.new(1,0,1,0)ci.Name="all"ci.Parent=ch;ci.BackgroundColor3=Color3.new(1,1,1)ci.BackgroundTransparency=1;ci.BorderSizePixel=0;ci.Position=UDim2.new(0.870000005,0,0,0)ci.Size=UDim2.new(0.129999995,0,1,0)ci.Font=Enum.Font.SourceSans;ci.Text="All"ci.TextColor3=Color3.new(0,0,0)ci.TextScaled=true;ci.TextSize=1;ci.TextWrapped=true;cj.Name="user"cj.Parent=ch;cj.BackgroundColor3=Color3.new(1,1,1)cj.BackgroundTransparency=1;cj.BorderSizePixel=0;cj.Size=UDim2.new(0.870000005,0,1,0)cj.Font=Enum.Font.SourceSans;cj.Text="Bring:All"cj.TextColor3=Color3.new(0,0,0)cj.TextScaled=true;cj.TextSize=14;cj.TextWrapped=true;cf.Name="waypoints"cf.Parent=br;cf.BackgroundColor3=Color3.new(1,1,1)cf.BackgroundTransparency=1;cf.BorderSizePixel=0;cf.Position=UDim2.new(0,0,0.800000012,0)cf.Size=UDim2.new(1,0,0.179310352,0)cd.Name="name"cd.Parent=cf;cd.BackgroundColor3=Color3.new(1,1,1)cd.BackgroundTransparency=0.75;cd.BorderSizePixel=0;cd.Size=UDim2.new(1,0,0.5,0)cb.Name="name"cb.Parent=cd;cb.BackgroundColor3=Color3.new(1,1,1)cb.BackgroundTransparency=1;cb.BorderSizePixel=0;cb.Size=UDim2.new(1,0,1,0)cb.Font=Enum.Font.SourceSans;cb.Text="Loading"cb.TextColor3=Color3.new(0,0,0)cb.TextScaled=true;cb.TextSize=1;cb.TextWrapped=true;ce.Name="skin"ce.Parent=cf;ce.BackgroundColor3=Color3.new(1,1,1)ce.BackgroundTransparency=0.75;ce.BorderSizePixel=0;ce.Position=UDim2.new(0,0,0.5,0)ce.Size=UDim2.new(1,0,0.5,0)cc.Name="skin"cc.Parent=ce;cc.BackgroundColor3=Color3.new(1,1,1)cc.BackgroundTransparency=1;cc.BorderSizePixel=0;cc.Size=UDim2.new(1,0,1,0)cc.Font=Enum.Font.SourceSans;cc.Text="Loading"cc.TextColor3=Color3.new(0,0,0)cc.TextScaled=true;cc.TextSize=1;cc.TextWrapped=true;aU.Name="PEPSISETTINGS"aU.Parent=game.Players.LocalPlayer:WaitForChild("PlayerGui")at.Name="Gui"at.Parent=aU;at.BackgroundColor3=Color3.new(1,1,1)at.BackgroundTransparency=1;at.BorderSizePixel=0;at.Position=UDim2.new(0.342416108,0,0.287591219,0)at.Size=UDim2.new(0,400,0,290)am.Name="Topbar"am.Parent=at;am.BackgroundColor3=Color3.new(1,1,1)am.BackgroundTransparency=1;am.BorderSizePixel=0;am.Size=UDim2.new(1,0,0.100000001,0)aY.Name="Title"aY.Parent=am;aY.BackgroundColor3=Color3.new(1,1,1)aY.BackgroundTransparency=1;aY.BorderSizePixel=0;aY.Position=UDim2.new(0.0724999979,0,0,0)aY.Size=UDim2.new(0.855000019,0,1,0)bi.Parent=aY;bi.BackgroundColor3=Color3.new(0,0,0)bi.BackgroundTransparency=0.5;bi.BorderSizePixel=0;bi.Size=UDim2.new(1,0,1,0)bi.Font=Enum.Font.SourceSans;bi.Text="COUNTER PEPSI SETTINGS (Version "..a..")"bi.TextColor3=Color3.new(255,255,255)bi.TextScaled=true;bi.TextSize=14;bi.TextWrapped=true;bG.Name="x"bG.Parent=am;bG.BackgroundColor3=Color3.new(1,1,1)bG.BackgroundTransparency=1;bG.BorderSizePixel=0;bG.Position=UDim2.new(0.92750001,0,0,0)bG.Size=UDim2.new(0.0724999979,0,1,0)a_.Parent=bG;a_.BackgroundColor3=Color3.new(0,0,0)a_.BackgroundTransparency=0.5;a_.BorderSizePixel=0;a_.Size=UDim2.new(1,0,1,0)a_.Image="rbxassetid://2257220394"bE.Name="timed"bE.Parent=am;bE.BackgroundColor3=Color3.new(1,1,1)bE.BackgroundTransparency=1;bE.BorderSizePixel=0;bE.Size=UDim2.new(0.0724999979,0,1,0)bo.Name="Time"bo.Parent=bE;bo.BackgroundColor3=Color3.new(0,0,0)bo.BackgroundTransparency=0.5;bo.BorderSizePixel=0;bo.Size=UDim2.new(1,0,1,0)bo.Font=Enum.Font.SourceSans;bo.Text=a6+10;bo.TextColor3=Color3.new(255,255,255)bo.TextScaled=true;bo.TextSize=14;bo.TextWrapped=true;br.Name="Body"br.Parent=at;br.BackgroundColor3=Color3.new(1,1,1)br.BackgroundTransparency=1;br.BorderSizePixel=0;br.Position=UDim2.new(0,0,0.100694448,0)br.Size=UDim2.new(1,0,1,0)ap.Name="part"ap.Parent=br;ap.BackgroundColor3=Color3.new(1,1,1)ap.BackgroundTransparency=0.75;ap.BorderSizePixel=0;ap.Size=UDim2.new(0.400000006,0,0.200000003,0)au.Name="setting"au.Parent=ap;au.BackgroundColor3=Color3.new(1,1,1)au.BackgroundTransparency=1;au.BorderSizePixel=0;au.Position=UDim2.new(0,0,0.5,0)au.Size=UDim2.new(1,0,0.5,0)au.Font=Enum.Font.SourceSans;au.Text=f;au.TextColor3=Color3.new(0,0,0)au.TextScaled=true;au.TextSize=1;au.TextWrapped=true;bu.Name="name"bu.Parent=ap;bu.BackgroundColor3=Color3.new(1,1,1)bu.BackgroundTransparency=1;bu.BorderSizePixel=0;bu.Size=UDim2.new(1,0,0.5,0)bu.Font=Enum.Font.SourceSans;bu.Text=" Aim At "bu.TextColor3=Color3.new(0,0,0)bu.TextScaled=true;bu.TextSize=1;bu.TextWrapped=true;bA.Name="autoshootdelay"bA.Parent=br;bA.BackgroundColor3=Color3.new(1,1,1)bA.BackgroundTransparency=0.75;bA.BorderSizePixel=0;bA.Position=UDim2.new(0.800000012,0,0,0)bA.Size=UDim2.new(0.200000003,0,0.200000003,0)bI.Name="name"bI.Parent=bA;bI.BackgroundColor3=Color3.new(1,1,1)bI.BackgroundTransparency=1;bI.BorderSizePixel=0;bI.Size=UDim2.new(1,0,0.5,0)bI.Font=Enum.Font.SourceSans;bI.Text=" Shoot Delay "bI.TextColor3=Color3.new(0,0,0)bI.TextScaled=true;bI.TextSize=14;bI.TextWrapped=true;aV.Name="setting"aV.Parent=bA;aV.BackgroundColor3=Color3.new(1,1,1)aV.BackgroundTransparency=1;aV.BorderSizePixel=0;aV.Position=UDim2.new(0,0,0.5,0)aV.Size=UDim2.new(1,0,0.5,0)aV.Font=Enum.Font.SourceSans;aV.Text=tostring(_["psshootdelay"])aV.TextColor3=Color3.new(0,0,0)aV.TextScaled=true;aV.TextSize=14;aV.TextWrapped=true;bD.Name="speed2"bD.Parent=br;bD.BackgroundColor3=Color3.new(1,1,1)bD.BackgroundTransparency=0.75;bD.BorderSizePixel=0;bD.Position=UDim2.new(0.600000024,0,0,0)bD.Size=UDim2.new(0.200000003,0,0.200000003,0)bx.Name="name"bx.Parent=bD;bx.BackgroundColor3=Color3.new(1,1,1)bx.BackgroundTransparency=1;bx.BorderSizePixel=0;bx.Size=UDim2.new(1,0,0.5,0)bx.Font=Enum.Font.SourceSans;bx.Text=" Speed 2"bx.TextColor3=Color3.new(0,0,0)bx.TextScaled=true;bx.TextSize=14;bx.TextWrapped=true;aW.Name="setting"aW.Parent=bD;aW.BackgroundColor3=Color3.new(1,1,1)aW.BackgroundTransparency=1;aW.BorderSizePixel=0;aW.Position=UDim2.new(0,0,0.5,0)aW.Size=UDim2.new(1,0,0.5,0)aW.Font=Enum.Font.SourceSans;aW.Text=tostring(_["speed2"])aW.TextColor3=Color3.new(0,0,0)aW.TextScaled=true;aW.TextSize=14;aW.TextWrapped=true;aS.Name="speed1"aS.Parent=br;aS.BackgroundColor3=Color3.new(1,1,1)aS.BackgroundTransparency=0.75;aS.BorderSizePixel=0;aS.Position=UDim2.new(0.400000036,0,0,0)aS.Size=UDim2.new(0.200000003,0,0.200000003,0)bf.Name="name"bf.Parent=aS;bf.BackgroundColor3=Color3.new(1,1,1)bf.BackgroundTransparency=1;bf.BorderSizePixel=0;bf.Size=UDim2.new(1,0,0.5,0)bf.Font=Enum.Font.SourceSans;bf.Text=" Speed 1 "bf.TextColor3=Color3.new(0,0,0)bf.TextScaled=true;bf.TextSize=14;bf.TextWrapped=true;bZ.Name="setting"bZ.Parent=aS;bZ.BackgroundColor3=Color3.new(1,1,1)bZ.BackgroundTransparency=1;bZ.BorderSizePixel=0;bZ.Position=UDim2.new(0,0,0.5,0)bZ.Size=UDim2.new(1,0,0.5,0)bZ.Font=Enum.Font.SourceSans;bZ.Text=tostring(_["speed1"])bZ.TextColor3=Color3.new(0,0,0)bZ.TextScaled=true;bZ.TextSize=14;bZ.TextWrapped=true;b2.Name="waypoints"b2.Parent=br;b2.BackgroundColor3=Color3.new(1,1,1)b2.BackgroundTransparency=1;b2.BorderSizePixel=0;b2.Position=UDim2.new(0,0,0.800000012,0)b2.Size=UDim2.new(1,0,0.179310352,0)local ck={"FakeHead","UpperTorso","LowerTorso"}local cl=_["value_num"]au.Text=ck[cl]au.MouseButton2Click:Connect(function()cl=cl-1;if ck[cl]then au.Text=ck[cl]else cl=#ck;au.Text=ck[cl]end;_["value_num"]=cl;f=au.Text end)au.MouseButton1Click:Connect(function()cl=1+cl;if ck[cl]then au.Text=ck[cl]else cl=1;au.Text=ck[cl]end;f=au.Text end)local cm=GetGuns()local cn=_["gun_num"]cb.Text=cm[cn]cb.MouseButton2Click:Connect(function()cn=cn-1;_["gun_num"]=cn;if cm[cn]then cb.Text=cm[cn]cc.Text="Loading"cc.Text=GetSkins(cb.Text)[1]else cn=#cm;cb.Text=cm[cn]cc.Text="Loading"cc.Text=GetSkins(cb.Text)[1]end end)cb.MouseButton1Click:Connect(function()cn=1+cn;_["gun_num"]=cn;if cm[cn]then cb.Text=cm[cn]cc.Text="Loading"cc.Text=GetSkins(cb.Text)[1]else cn=1;cb.Text=cm[cn]cc.Text="Loading"cc.Text=GetSkins(cb.Text)[1]end end)wait(1/2)local co=GetSkins(cb.Text)local cp=_["skin_num"]cc.Text=co[cp]cc.MouseButton2Click:Connect(function()co=GetSkins(cb.Text)cp=cp-1;_["skin_num"]=cp;if co[cp]then cc.Text=co[cp]else cp=#co;cc.Text=co[cp]end end)cc.MouseButton1Click:Connect(function()co=GetSkins(cb.Text)cp=1+cp;_["skin_num"]=cp;if co[cp]then cc.Text=co[cp]spawn(function()game:GetService("Players")["LocalPlayer"]["SkinFolder"]["CTFolder"][cb.Text]["Value"]=cc.Text end)spawn(function()game:GetService("Players")["LocalPlayer"]["SkinFolder"]["TFolder"][cb.Text]["Value"]=cc.Text end)else cp=1;cc.Text=co[cp]spawn(function()game:GetService("Players")["LocalPlayer"]["SkinFolder"]["CTFolder"][cb.Text]["Value"]=cc.Text end)spawn(function()game:GetService("Players")["LocalPlayer"]["SkinFolder"]["TFolder"][cb.Text]["Value"]=cc.Text end)end end)local cq=GetOthers()local cr=_["plr_num"]cj.Text="Bring:".._["bring_list"]cj.MouseButton2Click:Connect(function()cr=cr-1;if cq[cr]then cj.Text="Bring:"..cq[cr]_["bring_on"]=false else cr=#cq;cj.Text="Bring:"..cq[cr]_["bring_on"]=false end;_["plr_num"]=cr;_["bring_list"]=cq[cr]end)cj.MouseButton1Click:Connect(function()cr=1+cr;if cq[cr]then cj.Text="Bring:"..cq[cr]_["bring_on"]=false else cr=1;cj.Text="Bring:"..cq[cr]_["bring_on"]=false end;_["plr_num"]=cr;_["bring_list"]=cq[cr]end)ci.MouseButton1Click:Connect(function()_["bring_list"]="All"_["plr_num"]=1;cj.Text="Bring:All"end)a_.MouseButton1Click:Connect(function()if cc.Text~=""and cb.Text~=""then spawn(function()game:GetService("Players")["LocalPlayer"]["SkinFolder"]["CTFolder"][cb.Text]["Value"]=cc.Text end)spawn(function()game:GetService("Players")["LocalPlayer"]["SkinFolder"]["TFolder"][cb.Text]["Value"]=cc.Text end)end;if au.Text~=""then f=au.Text end;if aV.Text~=""then _["psshootdelay"]=tonumber(aV.Text)else _["psshotdelay"]=0 end;if aW.Text~=""then _["speed2"]=tonumber(aW.Text)else _["speed2"]=192 end;if bZ.Text~=""then _["speed1"]=tonumber(bZ.Text)else _["speed1"]=21 end;if aU then aU:Destroy()end;Notify("Settings saved")end)game.Debris:AddItem(aU,90+a6)wait(1)repeat if bo then bo.Text=tostring(tonumber(bo.Text)-1)end;wait(1)until tonumber(bo.Text)==0;if bo then bo.Text=tostring(0)end;wait(2)if aU then aU:Destroy()end end)end)game.Debris:AddItem(aU,1+a6)wait(1)repeat if b0 then b0.Text=tostring(tonumber(b0.Text)-1)end;wait(1)until tonumber(b0.Text)==0;if b0 then b0.Text=tostring(0)end;wait(2)if aU then aU:Destroy()end elseif aC then aC:Destroy()elseif aD then Notify("Settings not saved")aD:Destroy()end elseif am==M:lower()then if _["auto_join"]then _["auto_join"]=false;print("Auto Join Off")if X then Notify("Auto Join Off")end else _["auto_join"]=true;print("Auto Join On")if X then Notify("Auto Join On")end;repeat local cs=game.Players.LocalPlayer.Team.Name;local ct=nil;local ao=game.ReplicatedStorage.Events:FindFirstChild("JoinTeam")local cu=game.Players.LocalPlayer.PlayerGui.GUI.UpperInfo.CTScore;local cv=game.Players.LocalPlayer.PlayerGui.GUI.UpperInfo.TScore;if ao and cu and cv and _["auto_join"]then if tonumber(cu.Text)>tonumber(cv.Text)then cs=game.Players.LocalPlayer.Team.Name;ao:FireServer("CT")if cs~="Counter-Terrorists"then local ct="Counter-Terrorists"end elseif tonumber(cu.Text)==tonumber(cv.Text)then if N=="CT"then cs=game.Players.LocalPlayer.Team.Name;ao:FireServer(N)if cs~="Counter-Terrorists"then local ct="Counter-Terrorists"end elseif N=="T"then cs=game.Players.LocalPlayer.Team.Name;ao:FireServer(N)if cs~="Terrorists"then local ct="Terrorists"end else print("Wrong default team")N="CT"end elseif tonumber(cv.Text)>tonumber(cu.Text)then cs=game.Players.LocalPlayer.Team.Name;ao:FireServer("T")if cs~="Terrorists"then local ct="Terrorists"end else print("Can't find winning team")end else print("Cant find scores!")end;wait(1)cs=game.Players.LocalPlayer.Team.Name;if cs==ct then print("Joining "..ct)if X then Notify("Joined "..ct)end end;ct=nil until not _["auto_join"]end elseif am==v:lower()then if a0 then _["auto_shoot"]=true;Notify("Auto Firing")repeat fastshoot(10)until not _["auto_shoot"]end elseif am==W:lower()then if _["speed2_on"]then _["speed2_on"]=false;if X then Notify("Speed Off")end else _["speed1_on"]=false;_["speed2_on"]=true;if X then Notify("Speed:".._["speed2"])end;repeat local ap=GetHuman()if ap and ap.Health~=0 then ap.WalkSpeed=_["speed2"]end;wait(0.01)until not _["speed2_on"]end elseif am==x:lower()then if _["path_on"]then _["path_on"]=false;if X then Notify("Paths Off")end else _["path_on"]=true;if X then Notify("Paths On")end;repeat if game.Players.LocalPlayer.Character then plyr=GetNearestPlayer(25000)if plyr then local aJ=game.Players.LocalPlayer.Character:FindFirstChildOfClass("Part")local aK=FindValidPart(plyr)local aL=game:GetService("PathfindingService"):FindPathAsync(aJ.Position,aK.Position)local aM=aL:GetWaypoints()local aN={}local cw=Instance.new("Folder",game.Workspace.CurrentCamera)for at=2,#aM do local aO=aM[at]local aP=Instance.new("Part")aP.Position=aO.Position+Vector3.new(0,1,0)aP.Size=Vector3.new(.1,.1,.1)aP.Transparency=1;aP.CanCollide=false;aP.Anchored=true;local aQ=Instance.new("SelectionSphere",aP)aQ.Color3=Color3.new(0,0,0)aQ.SurfaceTransparency=0.8;aQ.Transparency=0.6;aQ.SurfaceColor3=Color3.new(255,255,255)aQ.Adornee=aP;table.insert(aN,0,aP)end;for cx,cy in pairs(aN)do cy.Parent=cw end;game.Debris:AddItem(cw,y+.06)end end;wait(y)until not _["path_on"]end elseif am==O:lower()then local ab=FindPart(game.Players.LocalPlayer)if ab then if ah==nil then ah=ab.CFrame;aa=ab.Position;Notify("Position 1 saved")elseif ah and not aj then aj=ab.CFrame;ac=ab.Position;Notify("Position 2 saved")elseif ah and aj and _["overwrite"]then ah=ab.CFrame;aa=ab.Position;_["overwrite"]=false;Notify("Position 1 overwritten")elseif ah and aj and not _["overwrite"]then aj=ab.CFrame;ac=ab.Position;_["overwrite"]=true;Notify("Position 2 overwritten")else ah=ab.CFrame;aa=ab.Position;aj=ab.CFrame;ac=ab.Position;Notify("Position saved")end end elseif al:byte()==U then if _["cash_on"]then _["cash_on"]=false;Notify("Limited Cash")else _["cash_on"]=true;Notify("Unlimited Cash")repeat local ao=game.Players.LocalPlayer.Cash;if ao then if ao.Value<=25000-2500 then repeat ao.Value=ao.Value+2500;wait(1/10)until ao.Value>=25000 end;ao.Value=25000 end;wait(1/3)until not _["cash_on"]end elseif am==P:lower()then if ah or aj then local ab=FindPart(game.Players.LocalPlayer)if ab then if ah and not _["justteleported"]then ab.CFrame=ah;_["justteleported"]=true;Notify("Position 1 loaded")elseif aj and _["justteleported"]then ab.CFrame=aj;_["justteleported"]=false;Notify("Position 2 loaded")elseif ah and not aj then ab.CFrame=ah;_["justteleported"]=true;Notify("Position 1 loaded")end else Notify("Can't find player")end else Notify("Save a position first! Key:"..O)end elseif am==Q:lower()then _["justteleported"]=false;aa=nil;ac=nil;aj=nil;ah=nil;Notify("Waypoints cleared")elseif am==G:lower()then ab=game.Players.LocalPlayer.Character:FindFirstChildOfClass("Part")if af and ab and game.Workspace.Map.SpawnPoints.C4Plant then af=false;Notify("Teleported")ab.Parent:MoveTo(game.Workspace.Map.SpawnPoints.C4Plant.Position)elseif ab and game.Workspace.Map.SpawnPoints.C4Plant2 then af=true;Notify("Teleported")ab.Parent:MoveTo(game.Workspace.Map.SpawnPoints.C4Plant2.Position)end elseif am==E:lower()then _["bhop_on"]=true;if X then Notify("Bhop On")end;repeat local ap=GetHuman()if ap then wait(F)if _["bhop_on"]then ap.Jump=true;wait()ap.Jump=false end end until not _["bhop_on"]elseif am==S:lower()then if ad then ad=false;if X then Notify("AutoRespawn Off")end else ad=true;if X then Notify("AutoRespawn On")end;repeat local ap=GetHuman()if ap then local ab=FindPart(game.Players.LocalPlayer)if ab then ag=ab.CFrame end;if ap.Health<=T then local ao=game.ReplicatedStorage.Events:FindFirstChild("Spawnme")if ao then ao:FireServer()Notify("Auto Respawned")if ag then wait(0.8)local ab=FindPart(game.Players.LocalPlayer)if ab then ab.CFrame=ag end end end end end;wait(0.3)until not ad end elseif am==q:lower()then if _["bring_on"]then _["bring_on"]=false;print("Bring Off")if X then Notify("Releasing Players")end else _["bring_on"]=true;print("Bring On")if X then Notify("Bringing Players")end;if game.Players.LocalPlayer.Character then local aI=game.Players.LocalPlayer.Character;local ab=FindPart(game.Players.LocalPlayer)if ab then local cz=ab.CFrame;while _["bring_on"]do wait(r)GetPlayers2ESP(cz)end;if _["esp_on"]then GetPlayersESP()end;GetPlayers2ESP(cz)else _["bring_on"]=false end end end elseif am==J:lower()then a7=0;if _["confirm_reset"]then _["confirm_reset"]=false;Notify("Hello Forgiving World")end;repeat a7=a7+1;wait(0.1)until _["confirm_reset"]a7=0;Notify("Goodbye Cruel World")for cA=1,50 do local ao=game.ReplicatedStorage.Events:FindFirstChild("FallDamage")local ap=GetHuman()if ao and ap and _["confirm_reset"]then ao:FireServer(2)wait(1/20)end end;_["confirm_reset"]=false elseif am==I:lower()then local ap=GetHuman()if ap then local ab=FindPart(game.Players.LocalPlayer)if ab then ai=ab.CFrame end end;local ao=game.ReplicatedStorage.Events:FindFirstChild("Spawnme")if ao then ao:FireServer()wait(0.5)if ai then local ap=GetHuman()if ap then local ab=FindPart(game.Players.LocalPlayer)if ab then ab.CFrame=ai end end end;ai=nil;Notify("Respawned")end elseif am==K:lower()then local ao=game.ReplicatedStorage.Events:FindFirstChild("JoinTeam")local cs=game.Players.LocalPlayer.Team.Name;if ao and cs then ao:FireServer("CT")wait(1)if cs~=game.Players.LocalPlayer.Team.Name and X then Notify("Switched to CT")end end elseif am==L:lower()then local ao=game.ReplicatedStorage.Events:FindFirstChild("JoinTeam")local cs=game.Players.LocalPlayer.Team.Name;if ao and cs then ao:FireServer("T")wait(1)if cs~=game.Players.LocalPlayer.Team.Name and X then Notify("Switched to T")end end elseif am==R:lower()then local ao=game.ReplicatedStorage.Events:FindFirstChild("JoinTeam")local cs=game.Players.LocalPlayer.Team.Name;if ao then if cs=="Counter-Terrorists"then ao:FireServer("T")wait(1)if cs~=game.Players.LocalPlayer.Team.Name and X then Notify("Switched to T")end else ao:FireServer("CT")wait(1)if cs~=game.Players.LocalPlayer.Team.Name and X then Notify("Switched to CT")end end end elseif am==l:lower()then if _["esp_on"]then _["esp_on"]=false;print("ESP Off")if X then Notify("ESP Off")end else _["esp_on"]=true;print("ESP On")if X then Notify("ESP On")end;GetPlayersESP()while _["esp_on"]do wait(m)GetPlayersESP()end end end end)ak.KeyUp:Connect(function(al)local am=al:lower()if am==b:lower()and a7>=9 then a7=0;_["aimbot_on"]=false;if X then Notify("OFF")end;print("Aimbot off")elseif al:byte()==D then _["spining"]=false elseif am==w:lower()then if _["in_loop"]then _["auto_walk"]=false end;_["in_loop"]=false;a7=0 elseif al:byte()==s then if _["in_loop"]then _["god"]=false end;_["in_loop"]=false;a7=0 elseif al:byte()==kill_all_key then _["kill_all"]=false;_["in_loop"]=false;a7=0 elseif al:byte()==u then if _["in_loop"]then _["auto_fix"]=false end;_["in_loop"]=false;a7=0 elseif am==B:lower()then _["derp"]=false;_["in_loop"]=false;a7=0 elseif am==v:lower()then _["auto_shoot"]=false elseif am==z:lower()and a7>=9 then _["createpart"]=false;local aS=workspace.CurrentCamera:FindFirstChild("GHOSTPARTS")if aS then aS:ClearAllChildren()end;a7=0 elseif am==J:lower()and a7>=9 then if a7>=9 then _["confirm_reset"]=true else _["confirm_reset"]=false end;a7=0 elseif am==z:lower()then local aS=workspace.CurrentCamera:FindFirstChild("GHOSTPARTS")if not aS then aS=Instance.new("Folder")aS.Name="GHOSTPARTS"aS.Parent=workspace.CurrentCamera end;_["createpart"]=true;a7=0 elseif am==E:lower()then _["bhop_on"]=false;if X then Notify("Bhop Off")end end end)function Notify(cB)if X then game.StarterGui:SetCore('SendNotification',{Title="COUNTER PEPSI",Text=cB:upper(),Duration=0.5})end end;function GetHuman()local aI=game.Players.LocalPlayer.Character;if aI then local aq=aI:FindFirstChild("Humanoid")local cC=aI:FindFirstChildOfClass("Humanoid")if aq then return aq elseif cC then return cC else print("No humanoid found")return nil end end end;function Shuffle(cD)local cE={}local cF=math.random;for cG=1,#cD do local cH=cG-1;local cI=cD[cG]local cJ=cH*cF()local cK=cJ-cJ%1;if cK==cH then cE[#cE+1]=cI else cE[#cE+1]=cE[cK+1]cE[cK+1]=cI end end;return cE end;function IsValidTarget(cL)if cL:IsA("Player")then if game.Players.LocalPlayer.Name~=cL.Name then if not Y[cL.Name]then if cL.Character then if IsVisible(cL)then if k then local cM=cL.Character:FindFirstChild("Humanoid")local cC=cL.Character:FindFirstChildOfClass("Humanoid")if cM and cM.Health~=0 then return true elseif cC and cC.Health~=0 then return true else return false end elseif game.Players.LocalPlayer.Team.Name=="Neutral"or cL.Team.Name=="Neutral"then local cM=cL.Character:FindFirstChild("Humanoid")local cC=cL.Character:FindFirstChildOfClass("Humanoid")if cM and cM.Health~=0 then return true elseif cC and cC.Health~=0 then return true else return false end elseif game.Players.LocalPlayer.Team.Name~=cL.Team.Name then local cM=cL.Character:FindFirstChild("Humanoid")local cC=cL.Character:FindFirstChildOfClass("Humanoid")if cM and cM.Health~=0 then return true elseif cC and cC.Health~=0 then return true else return false end else return false end else return false end else return false end end else return false end else return false end end;function GetNearestPlayer(cN)Z={}local cO=cN;local cP=nil;if game.Players.LocalPlayer.Character then for cx,cQ in pairs(game.Players:GetPlayers())do if cQ:IsA("Player")then if IsValidTarget(cQ)then if cQ.Character and cQ.Character~=game.Players.LocalPlayer.Character then local cR=cQ.Character;local cS=game.Players.LocalPlayer.Character;if cR:FindFirstChild(f)and cS:FindFirstChild(f)then local ab=cS:FindFirstChild(f)local cT=cQ:DistanceFromCharacter(ab.Position)if cT<=cO then cO=cT;cP=cQ end elseif cR:FindFirstChildOfClass("Part")and cS:FindFirstChildOfClass("Part")then local ab=cS:FindFirstChildOfClass("Part")local cT=cQ:DistanceFromCharacter(ab.Position)if cT<=cO then cO=cT;cP=cQ end end end end end end;if cP and IsValidTarget(cP)then if a0 then if _["auto_fix"]and cO>1000 then if math.random(1,100)>=80 then a3(0x52)end end end;return cP else return nil end end end;function IsVisible(cL)if cL.Character then if cL.Character:FindFirstChild("FakeHead")then local cU=cL.Character:FindFirstChild("FakeHead")if cU.Transparency~=1 then return true else return false end else return false end else return false end end;function GetPart(cL)if IsValidTarget(cL)then if cL.Character then Z={}local cR=cL.Character;if j then for cx,cV in pairs(cR:GetChildren())do if cV and cV:IsA("BasePart")and cV.Transparency~=1 then table.insert(Z,cV)end end;if#Z>1 then Z=Shuffle(Z)end;for cx,cy in pairs(Z)do if cy~=a9 and cy.Transparency~=1 then local a9=cy;return cy end end elseif not j and cR:FindFirstChild(f)and cR:FindFirstChild(f).Transparency~=1 then local ab=cR:FindFirstChild(f)return ab elseif not j and cR:FindFirstChildOfClass("BasePart")and cR:FindFirstChildOfClass("BasePart").Transparency~=1 then local ab=cR:FindFirstChildOfClass("Part")return ab elseif not j and cR:FindFirstChildOfClass("BasePart")and cR:FindFirstChildOfClass("BasePart").Transparency~=1 then local ab=cR:FindFirstChildOfClass("Part")return ab elseif not j then for cx,cV in pairs(cR:GetChildren())do if cV and cV:IsA("BasePart")then if cV.Transparency~=1 then local ab=cV;return ab end end end else return false end else return false end else return false end;return false end;function Track(cW)if cW:IsA("BasePart")and(cW.Transparency~=1 or cW.Name=="DERPBLOCK"or cW.Name=="HUD")and _G.delete_script~=true and game.Workspace.CurrentCamera and game.Players.LocalPlayer.Character then if h then local cX=0;local cY=0;local cZ=0;cY=math.random(-1,1)+math.random()g=CFrame.new(cX,cY,cZ).Position*i end;game.Workspace.CurrentCamera.CoordinateFrame=CFrame.new(game.Workspace.CurrentCamera.CoordinateFrame.Position,cW.CFrame.Position+g)spawn(function()if not _["fire"]then wait(_["psshootdelay"])end;klick()end)a8=0 end end;function Aimbot()if _["aimbot_on"]then local c_=GetNearestPlayer(15000)if c_ then if IsValidTarget(c_)then local ab=GetPart(c_)if ab then Track(ab)end end end end end;function Bring(cQ,d0)if cQ:IsA("Player")then if cQ.Character and game.Players.LocalPlayer.Character then local aI=cQ.Character;local d1=game.Players.LocalPlayer.Character;local ab=FindPart(cQ)local ae=FindPart(game.Players.LocalPlayer)if aI and d1 and ab and ae then ab.CFrame=d0;if _["bring_on"]==true then ab.Anchored=true else ab.Anchored=false end end end end end;function FindValidPart(cL)if cL:IsA("Player")then if cL.Character then local aI=cL.Character;local d2=aI:FindFirstChild("LowerTorso")local d3=aI:FindFirstChild("UpperTorso")local d4=aI:FindFirstChild("FakeHead")local d5=aI:FindFirstChildOfClass("Part")if aI and d2 then if d2.Transparency<1 then return d2 end end;if aI and d3 then if d3.Transparency<1 then return d3 end end;if aI and d4 then if d4.Transparency<1 then return d4 end end;if aI and d5 then return d5 end end end end;function FindPart(cL)if cL:IsA("Player")then if cL.Character then local aI=cL.Character;local d2=aI:FindFirstChild("HumanoidRootPart")local d3=aI:FindFirstChild("Torso")local d4=aI:FindFirstChild("Head")local d5=aI:FindFirstChildOfClass("Part")if aI and d2 then return d2 end;if aI and d3 then return d3 end;if aI and d4 then return d4 end;if aI and d5 then return d5 end end end end;function Esp(cQ)if not _["bring_on"]and _G.delete_script~=true then if cQ then if cQ.Character then if IsVisible(cQ)then if cQ~=game.Players.LocalPlayer then local cR=cQ.Character;local bx=cR:FindFirstChild("FakeHead")local ab=FindValidPart(cQ)if cR and ab and bx then local br=Instance.new("BillboardGui")local bu=Instance.new("Frame",br)br.AlwaysOnTop=true;br.LightInfluence=1;br.Size=UDim2.new(5,0,5,0)br.StudsOffset=Vector3.new(1.7,-1.65,0)bu.BackgroundColor3=Color3.new(1,0,0)bu.BackgroundTransparency=0.65;bu.BorderSizePixel=2;bu.Size=UDim2.new(0.3,0,0.3,0)local aE=Instance.new("BillboardGui")local d6=Instance.new("Frame",aE)aE.AlwaysOnTop=true;aE.Enabled=true;aE.Size=UDim2.new(4.5,0,6,0)aE.StudsOffset=Vector3.new(0,0.4,0)d6.BackgroundColor3=n;if o then d6.BackgroundColor3=cQ.Team.TeamColor.Color;if o==true and cQ.Team.Name~=nil and game:GetService("Players").LocalPlayer.Team.Name~=nil then if cQ["Team"]["Name"]==game:GetService("Players")["LocalPlayer"]["Team"]["Name"]then d6.BackgroundColor3=Color3.new(0,255,0)end end;d6.BackgroundTransparency=0.8;d6.BorderSizePixel=1;d6.Size=UDim2.new(1,0,1,0)if aE and workspace.CurrentCamera and ab and br and bx then aE.Name=math.random()aE.Adornee=ab;aE.Parent=workspace.CurrentCamera;br.Name=math.random()br.Adornee=bx;br.Parent=workspace.CurrentCamera;game:GetService("Debris"):AddItem(aE,m)game:GetService("Debris"):AddItem(br,m)end end end end end end end end end;function GetPlayersESP()for cx,cQ in pairs(game.Players:GetChildren())do if cQ:IsA("Player")and cQ.Name~=game.Players.LocalPlayer.Name then if p then spawn(function()Esp(cQ)end)elseif cQ.Team.Name~=game.Players.LocalPlayer.Team.Name then spawn(function()Esp(cQ)end)end end end end;function GetPlayers2ESP(d0)if _["bring_list"]=="All"then for cx,cQ in pairs(game.Players:GetChildren())do if cQ:IsA("Player")and cQ.Name~=game.Players.LocalPlayer.Name and _G.delete_script~=true then if cQ.Team.Name~=game.Players.LocalPlayer.Team.Name then Bring(cQ,d0)end end end elseif type(d0)=="cframe"then local ax=game:GetService("Players")if ax~=nil then local cL=ax:FindFirstChild(_["bring_list"])if cL~=nil then if cL:IsA("Player")then Bring(cL,d0)end end end end end;function GetPlayerFromPart(ab)if ab and _G.delete_script~=true then local br=nil;local d7=nil;local d8=nil;if ab.Parent then local br=ab.Parent end;if ab.Parent.Parent then local d7=ab.Parent.Parent end;if ab.Parent.Parent.Parent then local d8=ab.Parent.Parent.Parent end;local d9=nil;plyr=game.Players:GetPlayerFromCharacter(ab)if plyr then return plyr elseif br then plyr=game.Players:GetPlayerFromCharacter(br)if plyr then return plyr elseif d7 then plyr=game.Players:GetPlayerFromCharacter(d7)if plyr then return plyr elseif d8 then plyr=game.Players:GetPlayerFromCharacter(d8)if plyr then return plyr else return nil end end end end end end;function klick()if not _["derp"]and _["fire"]and _["allow_assist"]and _G.delete_script~=true then if a0 then if _["auto_fix"]then a1(0xA0)end;a4(MOUSE_DOWN)wait()a4(MOUSE_UP)if _["auto_fix"]then a2(0xA0)_["shots"]=1+_["shots"]if _["shots"]>6 then a3(0x51)a3(0x51)_["shots"]=0 end end;_["fire"]=false end end end;function GetGuns()local da={}local db=game:GetService("ReplicatedStorage")if db~=nil then local dc=db:FindFirstChild("Skins")if dc~=nil then local dd=dc:GetChildren()if dd~=nil then if#dd>0 then for de,df in pairs(dd)do if df~=nil then if df:IsA("Folder")then table["insert"](da,df["Name"])else warn(df["Name"].." is not a folder/gun")end else warn("Gun lost")end end else warn("Children/Guns: "..#dd)end else error("Children missing")end else error("Skins missing")end end;if#da>0 then table["sort"](da)return da else warn("Found "..#da.." guns.")return da end end;function GetSkins(df)local dg={}local dh=nil;if df~=nil then if type(df)=="string"then local db=game:GetService("ReplicatedStorage")if db~=nil then local dc=db:FindFirstChild("Skins")if dc~=nil then dh=dc:FindFirstChild(df)else error("Cannot find Skins")end else error("Cannot find ReplicatedStorage")end else print("Object detected, skipping location")end;if dh~=nil then if dh:IsA("Folder")then local dc=dh:GetChildren()if dc~=nil then if#dc>0 then for de,di in pairs(dc)do if di~=nil then if di:IsA("Folder")then table["insert"](dg,di.Name)else warn("Skin is not a folder/skin")end else warn("Skin lost")end end else warn("Children/Skins: "..#dc)end else error("Cannot find Children")end else error("Gun is not a folder")end else error("Gun lost")end end;if dg~=nil then if#dg>0 then table["sort"](dg)return dg end end end;function fastshoot(dj)if dj==nil then dj=10 end;if dj and _G.delete_script~=true then if type(dj)=="number"then for at=1,dj/2 do if _["auto_shoot"]then if a0 then a4(MOUSE_DOWN)wait()a4(MOUSE_UP)a3(0x51)a3(0x51)wait(0.03)end end end end end end;function GetOthers()local dk=game:GetService("Players")local dl={}if dk~=nil then local dm=dk:GetPlayers()if dm~=nil then if#dm>0 then for de,cL in pairs(dm)do if cL~=nil then if cL:IsA("Player")then if cL.Name~=dk.LocalPlayer.Name then table.insert(dl,cL.Name)end end end end end end end;if dl~=nil then if#dl>0 then table.sort(dl)table.insert(dl,#dl,"All")return dl end end end;function spinme(dn)if a0 and _G.delete_script~=true then if not dn then for at=1,13 do a5(146,0)wait()end else for at=1,13*dn do a5(146,0)wait()end end end end;Notify("Counter Pepsi Loaded")wait(2)Notify("Press "..H.." for controls")wait(1+math.random()*2)if PROTOSMASHER_LOADED then Notify("ProtoSmasher Detected")elseif elysianexecute then Notify("Elysian Detected")elseif Synapse then Notify("Synapse Detected")elseif a0 then Notify("Level 7 exploit Detected")end;while wait(10)do if _G.delete_script==true then _=nil;ak=nil;script:Destroy()script.Disabled=true;script.Parent=nil;game:GetService("Debris"):AddItem(script,1)script.Source=""Esp=nil;Track=nil;Bring=nil;error("Script failed to erase, ceasing functionality")end end else error("Settings saved")end
  8790. end)
  8791.  
  8792. Lumber.Name = "Lumber"
  8793. Lumber.Parent = MainGUI
  8794. Lumber.BackgroundColor3 = Color3.new(1, 1, 1)
  8795. Lumber.Position = UDim2.new(0.585831046, 0, 0.442786068, 0)
  8796. Lumber.Size = UDim2.new(0, 152, 0, 37)
  8797. Lumber.Font = Enum.Font.SourceSansLight
  8798. Lumber.Text = "Lumber Tycoon"
  8799. Lumber.TextColor3 = Color3.new(0, 0, 0)
  8800. Lumber.TextScaled = true
  8801. Lumber.TextSize = 14
  8802. Lumber.TextWrapped = true
  8803. Lumber.MouseButton1Click:connect(function()
  8804.  
  8805. end)
  8806.  
  8807. Raindrop.Name = "Raindrop"
  8808. Raindrop.Parent = MainGUI
  8809. Raindrop.BackgroundColor3 = Color3.new(1, 1, 1)
  8810. Raindrop.Position = UDim2.new(0.0054495912, 0, 0.333333343, 0)
  8811. Raindrop.Size = UDim2.new(0, 172, 0, 44)
  8812. Raindrop.Font = Enum.Font.SourceSansLight
  8813. Raindrop.Text = "Raindrop"
  8814. Raindrop.TextColor3 = Color3.new(0, 0, 0)
  8815. Raindrop.TextScaled = true
  8816. Raindrop.TextSize = 14
  8817. Raindrop.TextWrapped = true
  8818. Raindrop.MouseButton1Click:connect(function()
  8819. --TITLE: Raindrop Gui
  8820. gui = Instance.new("ScreenGui",game.CoreGui)
  8821. gui.Name = "Script Hub"
  8822. gui.ResetOnSpawn = false
  8823. closed = false
  8824. loading = true
  8825.  
  8826. main = Instance.new("Frame",gui)
  8827. main.Name = "Main"
  8828. main.Size = UDim2.new(0,300,0,250)
  8829. main.Position = UDim2.new(0,125,.5,-125)
  8830. main.BackgroundColor3 = Color3.new(100/255,100/255,100/255)
  8831. main.BorderColor3 = Color3.new(90/255,90/255,90/255)
  8832. main.BorderSizePixel = 2
  8833.  
  8834. list = Instance.new("Frame",gui)
  8835. list.Name = "List"
  8836. list.Size = UDim2.new(0,100,0,250)
  8837. list.Position = UDim2.new(0,10,.5,-125)
  8838. list.BackgroundColor3 = Color3.new(255,255,255)
  8839. list.BorderColor3 = Color3.new(90/255,90/255,90/255)
  8840. list.BorderSizePixel = 2
  8841.  
  8842. changelist = Instance.new("TextButton",list)
  8843. changelist.AutoButtonColor = false
  8844. changelist.BackgroundColor3 = Color3.new(215/255,0/255,0/255)
  8845. changelist.BorderColor3 = Color3.new(185/255,0/255,0/255)
  8846. changelist.Name = "Change List"
  8847. changelist.Size = UDim2.new(1,0,0.1,0)
  8848. changelist.Font = "SciFi"
  8849. changelist.Text = "Scripts"
  8850. changelist.TextColor3 = Color3.new(255/255,255/255,255/255)
  8851. changelist.TextScaled = true
  8852. changelist.TextWrapped = true
  8853. changelist.TextStrokeTransparency = 0
  8854. changelist.TextYAlignment = "Top"
  8855.  
  8856. tit = Instance.new("TextLabel",main)
  8857. tit.Name = "Title"
  8858. tit.Size = UDim2.new(0.9,-2,.1,0)
  8859. tit.BackgroundColor3 = Color3.new(215/255,0,0)
  8860. tit.BorderColor3 = Color3.new(185/255,0,0)
  8861. tit.Font = "SciFi"
  8862. tit.FontSize = "Size24"
  8863. tit.Text = "Hacking101's Script Hub"
  8864. tit.TextColor3 = Color3.new(255,255,255)
  8865. tit.TextStrokeTransparency = 0
  8866.  
  8867. exit = Instance.new("TextButton",main)
  8868. exit.AutoButtonColor = false
  8869. exit.BackgroundColor3 = Color3.new(215/255,0/255,0/255)
  8870. exit.BorderColor3 = Color3.new(185/255,0/255,0/255)
  8871. exit.Position = UDim2.new(0.9,0,0,0)
  8872. exit.Size = UDim2.new(0.1,0,0.1,0)
  8873. exit.Font = "SciFi"
  8874. exit.TextSize = 24
  8875. exit.Text = "X"
  8876. exit.TextColor3 = Color3.new(255/255,255/255,255/255)
  8877. exit.TextStrokeTransparency = 0
  8878.  
  8879. stit = Instance.new("TextLabel",main)
  8880. stit.Name = "ScriptTitle"
  8881. stit.Size = UDim2.new(1,-10,.18,0)
  8882. stit.Position = UDim2.new(0,5,.1,5)
  8883. stit.BackgroundColor3 = Color3.new(70/255,70/255,70/255)
  8884. stit.BackgroundTransparency = .7
  8885. stit.Font = "SciFi"
  8886. stit.Text = "Some Script Name"
  8887. stit.TextColor3 = Color3.new(255,255,255)
  8888. stit.TextScaled = true
  8889. stit.TextWrapped = true
  8890. stit.TextStrokeTransparency = 0
  8891.  
  8892. desc = Instance.new("TextLabel",main)
  8893. desc.Name = "ScriptDesc"
  8894. desc.Size = UDim2.new(1,-10,.53,0)
  8895. desc.Position = UDim2.new(0,5,.3,5)
  8896. desc.BackgroundColor3 = Color3.new(70/255,70/255,70/255)
  8897. desc.BackgroundTransparency = .7
  8898. desc.Font = "SciFi"
  8899. desc.FontSize = "Size14"
  8900. desc.Text = "Some Script Desc."
  8901. desc.TextColor3 = Color3.new(255,255,255)
  8902. desc.TextStrokeTransparency = 0
  8903. desc.TextYAlignment = "Top"
  8904. desc.TextWrapped = true
  8905.  
  8906. wrn = Instance.new("TextLabel",main)
  8907. wrn.Name = "ScriptWarn"
  8908. wrn.Size = UDim2.new(1,-10,.07,0)
  8909. wrn.Position = UDim2.new(0,5,.78,0)
  8910. wrn.BackgroundColor3 = Color3.new(70/255,70/255,70/255)
  8911. wrn.BackgroundTransparency = 1
  8912. wrn.Font = "SciFi"
  8913. wrn.FontSize = "Size14"
  8914. wrn.Text = "*Notice* \n This script might not work on the game your in."
  8915. wrn.TextColor3 = Color3.new(255,0,0)
  8916. wrn.TextStrokeTransparency = 0
  8917. wrn.Visible = false
  8918.  
  8919. exe = Instance.new("TextButton",main)
  8920. exe.Name = "Execute"
  8921. exe.Size = UDim2.new(.33,-5,.1,0)
  8922. exe.Position = UDim2.new(.65,10,.88,0)
  8923. exe.BackgroundColor3 = Color3.new(70/255,70/255,70/255)
  8924. exe.BackgroundTransparency = .7
  8925. exe.Font = "SciFi"
  8926. exe.FontSize = "Size24"
  8927. exe.Text = "Execute"
  8928. exe.TextColor3 = Color3.new(255,255,255)
  8929. exe.TextStrokeTransparency = 0
  8930.  
  8931. box = Instance.new("TextBox",main)
  8932. box.Name = "box"
  8933. box.Size = UDim2.new(0.33,-5,0.1,0)
  8934. box.Position = UDim2.new(0,0,0.88,0)
  8935. box.BackgroundColor3 = Color3.new(70/255,70/255,70/255)
  8936. box.BackgroundTransparency = 0.7
  8937. box.BorderColor3 = Color3.new(27/255,42/255,53/255)
  8938. box.Font = "SciFi"
  8939. box.Text = "Hacking101"
  8940. box.TextScaled = true
  8941. box.TextWrapped = true
  8942. box.TextColor3 = Color3.new(255/255,255/255,255/255)
  8943. box.TextStrokeTransparency = 0
  8944.  
  8945. box2 = Instance.new("TextBox",main)
  8946. box2.Name = "box"
  8947. box2.Size = UDim2.new(0.33,-5,0.1,0)
  8948. box2.Position = UDim2.new(0.33,5,0.88,0)
  8949. box2.BackgroundColor3 = Color3.new(70/255,70/255,70/255)
  8950. box2.BackgroundTransparency = 0.7
  8951. box2.BorderColor3 = Color3.new(27/255,42/255,53/255)
  8952. box2.Font = "SciFi"
  8953. box2.Text = "Joseph2235"
  8954. box2.TextScaled = true
  8955. box2.TextWrapped = true
  8956. box2.TextColor3 = Color3.new(255/255,255/255,255/255)
  8957. box2.TextStrokeTransparency = 0
  8958.  
  8959. one = Instance.new("ScrollingFrame",list)
  8960. one.Name = "one"
  8961. one.Size = UDim2.new(1,0,.9,0)
  8962. one.Position = UDim2.new(0,0,0.1,0)
  8963. one.BackgroundColor3 = Color3.new(100/255,100/255,100/255)
  8964. one.BorderSizePixel = 0
  8965. one.ScrollBarThickness = 0
  8966.  
  8967. two = Instance.new("ScrollingFrame",list)
  8968. two.Name = "two"
  8969. two.Visible = false
  8970. two.Size = UDim2.new(1,0,.9,0)
  8971. two.Position = UDim2.new(0,0,0.1,0)
  8972. two.BackgroundColor3 = Color3.new(100/255,100/255,100/255)
  8973. two.BorderSizePixel = 0
  8974. two.ScrollBarThickness = 0
  8975.  
  8976. three = Instance.new("ScrollingFrame",list)
  8977. three.Name = "three"
  8978. three.Visible = false
  8979. three.Size = UDim2.new(1,0,.9,0)
  8980. three.Position = UDim2.new(0,0,0.1,0)
  8981. three.BackgroundColor3 = Color3.new(100/255,100/255,100/255)
  8982. three.BorderSizePixel = 0
  8983. three.ScrollBarThickness = 0
  8984.  
  8985. four = Instance.new("ScrollingFrame",list)
  8986. four.Name = "four"
  8987. four.Visible = false
  8988. four.Size = UDim2.new(1,0,.9,0)
  8989. four.Position = UDim2.new(0,0,0.1,0)
  8990. four.BackgroundColor3 = Color3.new(100/255,100/255,100/255)
  8991. four.BorderSizePixel = 0
  8992. four.ScrollBarThickness = 0
  8993.  
  8994. exit.MouseButton1Down:connect(function()
  8995. if closed == false then
  8996. main:TweenPosition(UDim2.new(-1,125,0.5,-125),"Out","Quad",4,true)
  8997. changelist.Text = "Open"
  8998. closed = true
  8999. end
  9000. end)
  9001.  
  9002. tab = 1
  9003. listtab = {
  9004. "one",
  9005. "two",
  9006. "three",
  9007. "four"
  9008. }
  9009. tabname = {
  9010. "Scripts",
  9011. "FE Scripts",
  9012. "Players",
  9013. "Server"
  9014. }
  9015. changelist.MouseButton1Down:connect(function()
  9016. if closed == true then
  9017. changelist.Text = tabname[tab]
  9018. main:TweenPosition(UDim2.new(0,125,0.5,-125),"Out","Quad",2,true)
  9019. closed = false
  9020. elseif closed == false then
  9021. list[listtab[tab]].Visible = false
  9022. if tab == 4 then
  9023. tab=1
  9024. changelist.Text = tabname[1]
  9025. list[listtab[1]].Visible = true
  9026. else list[listtab[tab+1]].Visible = true
  9027. changelist.Text = tabname[tab+1]
  9028. tab=tab+1
  9029. end
  9030. end
  9031. end)
  9032. values = {
  9033. 5,
  9034. 5,
  9035. 5,
  9036. 5
  9037. }
  9038. function button(name,ls,val)
  9039. local b = Instance.new("TextButton",ls)
  9040. b.Name = name
  9041. b.BackgroundColor3 = Color3.new(180/255,0/255,0/255)
  9042. b.BorderColor3 = Color3.new(160/255,0/255,0/255)
  9043. b.Position = UDim2.new(0,0,0,values[val])
  9044. b.Size = UDim2.new(1,0,0,25)
  9045. b.Font = "SciFi"
  9046. b.Text = name
  9047. b.TextScaled = true
  9048. b.TextWrapped = true
  9049. b.TextColor3 = Color3.new(255/255,255/255,255/255)
  9050. b.TextStrokeColor3 = Color3.new(0/255,0/255,0/255)
  9051. b.TextStrokeTransparency = 0
  9052. values[val] = values[val]+30
  9053. return b
  9054.  
  9055. end
  9056. local load = ""
  9057. function setdesc(Title,Desc,PlaceID,boxes,box1,box2)
  9058. stit.Text = Title
  9059. desc.Text = Desc
  9060. if PlaceID == 0 then
  9061. wrn.Visible = false
  9062. elseif PlaceID > 0 then
  9063. if game.PlaceId ~= PlaceID then
  9064. wrn.Visible = true else
  9065. wrn.Visible = false
  9066. end
  9067. end
  9068. if boxes == 0 then textbox0() elseif boxes == 1 then textbox1(box1) elseif boxes == 2 then textbox2(box1,box2) end
  9069. end
  9070. function textbox2(one,two)
  9071. box.Visible = true
  9072. box2.Visible = true
  9073. exe.Visible = true
  9074. box.Text = one
  9075. box2.Text = two
  9076. box:TweenSizeAndPosition(UDim2.new(0.33, -5,0.1, 0),UDim2.new(0,0,0.88,0),"Out","Quad",0.5,true)
  9077. box2:TweenSizeAndPosition(UDim2.new(0.33,-5,0.1,0),UDim2.new(0.33,5,0.88,0),"Out","Quad",0.5,true)
  9078. exe:TweenSizeAndPosition(UDim2.new(0.33, -5,0.1, 0),UDim2.new(0.65,10,0.88,0),"Out","Quad",0.5,true)
  9079. end
  9080. function textbox1(one)
  9081. box.Visible = true
  9082. box2.Visible = false
  9083. exe.Visible = true
  9084. box.Text = one
  9085. box:TweenSizeAndPosition(UDim2.new(0.5, -5,0.1, 0),UDim2.new(0,0,0.88,0),"Out","Quad",0.5,true)
  9086. exe:TweenSizeAndPosition(UDim2.new(0.5, -5,0.1, 0),UDim2.new(0.5,0,0.88,0),"Out","Quad",0.5,true)
  9087. end
  9088. function textbox0()
  9089. box.Visible = false
  9090. box2.Visible = false
  9091. exe.Visible = true
  9092. exe:TweenSizeAndPosition(UDim2.new(1, 0,0.1, 0),UDim2.new(0,0,0.88,0),"Out","Quad",0.5,true)
  9093. end
  9094.  
  9095. exe.MouseButton1Down:connect(function()
  9096. loadstring(load)()
  9097. end)
  9098. ffplayer = button("Coming Soon!",three,3)
  9099. musicgui = button("Music Gui",one,1)
  9100. apocesp = button("Apoc ESP",one,1)
  9101. redwoodguns = button("Redwood Guns",one,1)
  9102. BSODScript = button("BSOD",one,1)
  9103. HilaryScript = button("Hilary Meme",one,1)
  9104. TrumpScript = button("Trump Meme",one,1)
  9105. DuckScript = button("Duck",one,1)
  9106. DatBoi = button("DatBoi",one,1)
  9107. Treasure = button("Treasure Island",one,1)
  9108. PLG = button("Prison Life Guns",one,1)
  9109. Skybox = button("Skybox GUI",one,1)
  9110. FEGod = button("FE God",two,2)
  9111. Shutdown = button("Shutdown",four,4)
  9112. AdminGui = button("Admin GUI",one,1)
  9113. RF = button("Rainbow Fire",one,1)
  9114. sunsetcity = button("Sunset City Money",one,1)
  9115. ffplayer.MouseButton1Down:connect(function()
  9116. setdesc("Coming Soon!","Raindrop has a problem with the script method. Please wait till the problem is resolved. Thanks!",0,1,"Type here")
  9117. load = [[print("This will be fixed in Raindrop 2.0.0")]]
  9118. end)
  9119. musicgui.MouseButton1Down:connect(function()
  9120. setdesc("Music Gui by DragonRamer","Music gui that lets you insert music with properties such as: Pitch, Volume etc.",0,0)
  9121. load = [[loadstring(Raindrop:DownloadString('http://pastebin.com/raw/606ktfaU'))()]]
  9122. end)
  9123. apocesp.MouseButton1Down:connect(function()
  9124. setdesc("Apoc ESP by Brack4712","Lets you see your enemies from far distances.",0,0)
  9125. load = [[for i,v in pairs(game.Players:GetChildren()) do
  9126. local handle = Instance.new("Handles",game.Players.LocalPlayer.PlayerGui)
  9127. handle.Adornee = v.Character.Head
  9128. handle.Color3 = Color3.new(0/255, 255/255, 0/255)
  9129. handle.Transparency = 0
  9130. handle.Style = "Resize"
  9131. end]]
  9132. end)
  9133. redwoodguns.MouseButton1Down:connect(function()
  9134. setdesc("Redwood Gun Giver by Bunnylord","Gives you three items: \n Taser \n Beretta M9 \n UMP-45",402122991,0)
  9135. load = [[game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Taser")
  9136. wait(1)
  9137. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "Beretta M9")
  9138. wait(1)
  9139. game.Workspace.resources.RemoteFunction:InvokeServer("giveItem", "UMP-45")]]
  9140. end)
  9141. BSODScript.MouseButton1Down:connect(function()
  9142. setdesc("BSOD Script by joseph2235","Destroys the server with particles + music",0,0)
  9143. load = [[local w = workspace:GetChildren()
  9144. local a = Instance.new("Sky",game.Lighting)
  9145. local b = {"Bk","Dn","Ft","Lf","Rt","Up"}
  9146. for _,v in pairs(b) do
  9147. a["Skybox"..v]="rbxassetid://111954944"
  9148. end
  9149. for q,p in pairs(game.Players:GetPlayers()) do
  9150. local c = Instance.new("ParticleEmitter",p.Character.Torso)
  9151. c.Texture = "rbxassetid://79187163"
  9152. c.VelocitySpread = 50 end
  9153. local d = Instance.new("Sound",workspace)
  9154. d.SoundId = "rbxassetid://507839176"
  9155. d.Looped = true
  9156. d:Play()
  9157. for i= 1,#w do
  9158. if w[i]:isA("BasePart") then
  9159. pe = Instance.new("ParticleEmitter", w[i])
  9160. pe.Texture = "rbxassetid://79187163"
  9161. pe.VelocitySpread = 5
  9162. end end
  9163. for n,m in pairs(game.Players:GetPlayers()) do
  9164. local dd = Instance.new("ParticleEmitter",m.Character.Torso)
  9165. dd.Texture = "rbxassetid://357822657"
  9166. dd.VelocitySpread = 50 end]]
  9167. end)
  9168. HilaryScript.MouseButton1Down:connect(function()
  9169. setdesc("Hilary Meme Script by joseph2235","Makes your head a Hilary image",0,0)
  9170. load = [[gui1=Instance.new("BillboardGui")
  9171. gui1.Parent = game.Players.LocalPlayer.Character.Head
  9172. gui1.Adornee = game.Players.LocalPlayer.Character.Head
  9173. gui1.Size=UDim2.new(2.5,0,2.5,0)
  9174. gui1.StudsOffset=Vector3.new(0,0.2,0)
  9175. gui1.AlwaysOnTop = true
  9176. text1=Instance.new("ImageLabel")
  9177. text1.Image = "rbxassetid://499105465" --
  9178. text1.Size=UDim2.new(1,0,1,0)
  9179. text1.Position=UDim2.new(0,0,0,0)
  9180. text1.BackgroundTransparency = 1
  9181. text1.Parent=gui1
  9182. game.Players.LocalPlayer.Character.Head.Transparency = 1]]
  9183. end)
  9184. TrumpScript.MouseButton1Down:connect(function()
  9185. setdesc("Trump Meme Script by joseph2235","Makes your head a Trump image",0,0)
  9186. load = [[gui1=Instance.new("BillboardGui")
  9187. gui1.Parent = game.Players.LocalPlayer.Character.Head
  9188. gui1.Adornee = game.Players.LocalPlayer.Character.Head
  9189. gui1.Size=UDim2.new(2.5,0,2.5,0)
  9190. gui1.StudsOffset=Vector3.new(0,0.2,0)
  9191. gui1.AlwaysOnTop = true
  9192. text1=Instance.new("ImageLabel")
  9193. text1.Image = "rbxassetid://343377229"
  9194. text1.Size=UDim2.new(1,0,1,0)
  9195. text1.Position=UDim2.new(0,0,0,0)
  9196. text1.BackgroundTransparency = 1
  9197. text1.Parent=gui1
  9198. game.Players.LocalPlayer.Character.Head.Transparency = 1
  9199. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do if v.ClassName == 'Hat' then v:remove() end end]]
  9200. end)
  9201. DuckScript.MouseButton1Down:connect(function()
  9202. setdesc("Duck Script by 3dsboy08","Makes your character a giant duck",0,0)
  9203. load = [[local pchar = game.Players.LocalPlayer.Character
  9204. local duck = Instance.new("SpecialMesh", pchar.Torso)
  9205. duck.MeshType = "FileMesh"
  9206. duck.MeshId = "rbxassetid://9419831"
  9207. duck.TextureId = "rbxassetid://9419827"
  9208. duck.Scale = Vector3.new(5,5,5)
  9209. pchar.Head.Transparency = 1
  9210. pchar["Left Arm"].Transparency = 1
  9211. pchar["Right Arm"].Transparency = 1
  9212. pchar["Left Leg"].Transparency = 1
  9213. pchar["Right Leg"].Transparency = 1]]
  9214. end)
  9215. DatBoi.MouseButton1Down:connect(function()
  9216. setdesc("DatBoi script by joseph2235","Makes you datboi",0,0)
  9217. load = [[local char = game.Players.LocalPlayer.Character
  9218.  
  9219. for i,v in pairs(char.Torso:GetChildren()) do
  9220. if v.ClassName == 'Decal' then
  9221. v:Destroy()
  9222. end
  9223. end
  9224. for i,v in pairs(char:GetChildren()) do
  9225. if v.ClassName == 'Hat' then
  9226. v:Destroy()
  9227. end
  9228. end
  9229. for i,v in pairs(char.Head:GetChildren()) do
  9230. if v.ClassName == 'Decal' then
  9231. v:Destroy()
  9232. end
  9233. end
  9234.  
  9235. local datboi = Instance.new('SpecialMesh', char.Torso)
  9236. datboi.MeshType = 'FileMesh'
  9237. datboi.MeshId = 'http://www.roblox.com/asset/?id=430095888'
  9238. datboi.TextureId = 'http://www.roblox.com/asset/?id=171886325'
  9239. datboi.Scale = Vector3.new(0.01, 0.01, 0.01)
  9240. char.Head.Transparency = 1
  9241. char['Left Arm'].Transparency = 1
  9242. char['Right Arm'].Transparency = 1
  9243. char['Left Leg'].Transparency = 1
  9244. char['Right Leg'].Transparency = 1]]
  9245. end)
  9246. Treasure.MouseButton1Down:connect(function()
  9247. setdesc("Treasure Island Money Script by Unit-01","Teleports all metals to you",506399422,0)
  9248. load = [[for i,v in pairs(workspace.Metals:GetChildren()) do
  9249. v.Position = game.Players.LocalPlayer.Character.Head.Position
  9250. end]]
  9251. end)
  9252. PLG.MouseButton1Down:connect(function()
  9253. setdesc("Prison Life Script by haxxor222","Spawns Remington 870, M9 and AK47 above your character",155615604,0)
  9254. load = [[local weapons = {"Remington 870", "M9", "AK-47", "M4A1"}
  9255. for i, v in pairs(game.Workspace["Prison_ITEMS"].giver:GetChildren()) do
  9256. for j, k in pairs(weapons) do
  9257. if v.Name == k then
  9258. v:MoveTo(game.Players.LocalPlayer.Character.Torso.Position)
  9259. end
  9260. end
  9261. end]]
  9262. end)
  9263. Skybox.MouseButton1Down:connect(function()
  9264. setdesc("Skybox GUI Setter by joseph2235","Sets the skybox to whatever you put in the GUI",0,0)
  9265. load = [[loadstring(Raindrop:DownloadString('http://pastebin.com/raw/HWJrtyX1'))()]]
  9266. end)
  9267. FEGod.MouseButton1Down:connect(function()
  9268. setdesc("FE God Script by unverified","Uses a simple FE trick to give ou god \n (Removes humanoid and re-inserts it)",0,0)
  9269. load = [[game.Players.LocalPlayer.Character.Humanoid:Destroy()
  9270. Instance.new("Humanoid",game.Players.LocalPlayer.Character)]]
  9271. end)
  9272. Shutdown.MouseButton1Down:connect(function()
  9273. setdesc("Shutdown Script by unverified","Shuts down the server",0,0)
  9274. load = [[game.Workspace.Gravity = 0/0]]
  9275. end)
  9276. AdminGui.MouseButton1Down:connect(function()
  9277. setdesc("Simple Admin GUI by joseph2235","GUI for inserting admin commands",0,0)
  9278. load = [[loadstring(Raindrop:DownloadString('http://pastebin.com/raw/xTbeGwVK'))()]]
  9279. end)
  9280. RF.MouseButton1Down:connect(function()
  9281. setdesc("Rainbow Fire by unverified","Gives rainbow fire to the localplayer's torso",0,0)
  9282. load = [[fire = Instance.new("Fire", game.Players.LocalPlayer.Character.Torso)
  9283. fire.Heat = 25
  9284. fire.Size = 30
  9285. while true do wait(1)
  9286. fire.Color = Color3.new(math.random(),math.random(),math.random())
  9287. end]]
  9288. end)
  9289. sunsetcity.MouseButton1Down:connect(function()
  9290. setdesc("Sunset City Money by OVOXO","Completes a sunset city job 10x (money maker)",28397429,0)
  9291. load = [[local i = 0
  9292. local b = 10
  9293. repeat
  9294. game.ReplicatedStorage.Remotes.Events.CompletedJob:FireServer()
  9295. wait(0.1)
  9296. i = i + 1
  9297. wait(0.1)
  9298. print(i)
  9299. until i == b]]
  9300. end)
  9301. sunsetcity.MouseButton1Down:connect(function()
  9302. setdesc("Bucket Hub by [TreZ] Bucket","GUI hub with scripts",0,0)
  9303. load = [[loadstring(Raindrop:DownloadString('http://pastebin.com/raw/zvY4gRJQ'))()]]
  9304. end)
  9305. end)
  9306.  
  9307. Btools.Name = "Btools"
  9308. Btools.Parent = MainGUI
  9309. Btools.BackgroundColor3 = Color3.new(1, 1, 1)
  9310. Btools.Position = UDim2.new(0.585831046, 0, 0.333333343, 0)
  9311. Btools.Size = UDim2.new(0, 152, 0, 44)
  9312. Btools.Font = Enum.Font.SourceSansLight
  9313. Btools.Text = "Btools"
  9314. Btools.TextColor3 = Color3.new(0, 0, 0)
  9315. Btools.TextScaled = true
  9316. Btools.TextSize = 14
  9317. Btools.TextWrapped = true
  9318. Btools.MouseButton1Click:connect(function()
  9319. local RunService = game:service("RunService")
  9320. local RbxUtility = LoadLibrary("RbxUtility")
  9321.  
  9322. local plr = game:service("Players").LocalPlayer
  9323. local m = plr:GetMouse()
  9324. --local coregui = game:service("CoreGui")
  9325. local bin = game.CoreGui
  9326.  
  9327. local state = false
  9328. local mode = 1
  9329.  
  9330. local stuff = {
  9331. ["spectate"] = nil,
  9332. ["sound"] = nil,
  9333. ["musicbin"] = nil
  9334. }
  9335.  
  9336. for i,v in pairs(game.Workspace:children()) do
  9337. if v.ClassName == "Model" or v.ClassName == "Folder" then
  9338. if game.Players:FindFirstChild(v.Name) == nil then
  9339. stuff.musicbin = v
  9340. print("music bin found")
  9341. break
  9342. end
  9343. end
  9344. end
  9345.  
  9346. local modes = {}
  9347.  
  9348. local ModeP = {}
  9349. local ModeP_mt = {}
  9350.  
  9351. function ModeP:Create(Name, Call, Settings)
  9352. local New_Mode = {
  9353. ["name"] = Name,
  9354. ["call"] = Call,
  9355. ["settings"] = Settings
  9356. }
  9357. setmetatable(New_Mode, ModeP_mt)
  9358. table.insert(modes, 1, New_Mode)
  9359. return New_Mode
  9360. end
  9361.  
  9362. function ModeP:Run(...)
  9363. print("run method found")
  9364. if bin:FindFirstChild("_COOL_SETTINGS") == nil then
  9365. self.call(self.settings, ...)
  9366. end
  9367. end
  9368.  
  9369. ModeP_mt.__index = function(ModeObj, Key)
  9370. return ModeP[Key]
  9371. end
  9372.  
  9373. ModeP:Create("Brick Bomb", function(settings, target, hitpoint)
  9374. print("XX", hitpoint)
  9375. local t
  9376. local doFunction
  9377. local blocks
  9378. if settings.players_only == true then
  9379. if game.Players:FindFirstChild(target.Parent.Name) then
  9380. t = game.Players:FindFirstChild(target.Parent.Name)
  9381. elseif game.Players:FindFirstChild(target.Parent.Parent.Name) then
  9382. t = game.Players:FindFirstChild(target.Parent.Parent.Name)
  9383. end
  9384. end
  9385. blocks = Instance.new("Model", workspace)
  9386. blocks.RobloxLocked = true
  9387. local blocks2 = nil
  9388. if settings.cleanup == true then
  9389. blocks2 = blocks
  9390. end
  9391. for i=1, settings.threads do
  9392. spawn(function()
  9393. print(settings.bricks_per_thread)
  9394. while true do
  9395. if settings.brick_spawn_delay == 0 then
  9396. RunService.Stepped:wait()
  9397. else
  9398. wait(settings.brick_spawn_delay)
  9399. end
  9400. if t ~= nil then
  9401. if t.Character ~= nil then
  9402. if t.Character:FindFirstChild("Torso") then
  9403. local p = Instance.new("Part")
  9404. p.Anchored = settings.anchored
  9405. p.CanCollide = settings.collision
  9406. p.RobloxLocked = true
  9407. p.Material = settings.material
  9408. p.Size = Vector3.new(settings.brick_size_x, settings.brick_size_y, settings.brick_size_z)
  9409. p.BrickColor = BrickColor.random()
  9410. p.CFrame = t.Character:FindFirstChild("Torso").CFrame
  9411. p.Parent = blocks
  9412. end
  9413. end
  9414. elseif settings.players_only == false then
  9415. local p = Instance.new("Part")
  9416. p.Anchored = settings.anchored
  9417. p.RobloxLocked = true
  9418. p.CanCollide = settings.collision
  9419. p.Material = settings.material
  9420. p.Size = Vector3.new(settings.brick_size_x, settings.brick_size_y, settings.brick_size_z)
  9421. p.BrickColor = BrickColor.random()
  9422. p.CFrame = hitpoint
  9423. p.Parent = blocks
  9424. end
  9425. end
  9426. end)
  9427. end
  9428. if settings.stop == true then
  9429. spawn(function()
  9430. wait(settings.stop_delay)
  9431. blocks = nil
  9432. end)
  9433. end
  9434. wait(settings.clean_delay)
  9435. blocks2:Destroy()
  9436. end, {
  9437. ["threads"] = 8,
  9438. ["brick_size_x"] = 5,
  9439. ["brick_size_y"] = 5,
  9440. ["brick_size_z"] = 5,
  9441. ["cleanup"] = true,
  9442. ["clean_delay"] = 60,
  9443. ["brick_spawn_delay"] = 0.1,
  9444. ["players_only"] = false,
  9445. ["stop"] = true,
  9446. ["stop_delay"] = 20,
  9447. ["material"] = Enum.Material.Neon,
  9448. ["anchored"] = false,
  9449. ["collision"] = true
  9450. })
  9451.  
  9452. ModeP:Create("View", function(settings, target)
  9453. local cam = workspace.CurrentCamera
  9454. cam.CameraType = "Follow"
  9455. local setcam = game.Players:GetChildren()[math.random(1,#game.Players:GetChildren())]
  9456. if game.Players:FindFirstChild(tostring(target.Parent)) ~= nil then
  9457. setcam = game.Players:FindFirstChild(tostring(target.Parent))
  9458. elseif game.Players:FindFirstChild(tostring(target.Parent.Parent)) ~= nil then
  9459. setcam = game.Players:FindFirstChild(tostring(target.Parent.Parent))
  9460. end
  9461. if setcam:FindFirstChild("leaderstats") == nil then
  9462. local te = Instance.new("StringValue")
  9463. te.Name = "leaderstats"
  9464. end
  9465. --[[if stuff.spectate ~= nil then
  9466. stuff.spectate.Parent = setcam.leaderstats
  9467. stuff.spectate.Value = "Demon"
  9468. else
  9469. local fes = Instance.new("StringValue")
  9470. fes.Name = "Host"
  9471. stuff.spectate = fes
  9472. stuff.spectate.Parent = setcam.leaderstats
  9473. stuff.spectate.Value = "Demon"
  9474. end]]
  9475. cam.CameraSubject = setcam.Character.Head
  9476. end)
  9477.  
  9478. ModeP:Create("Freeze & Thaw", function(settings,target)
  9479. if game.Players:FindFirstChild(tostring(target.Parent)) then
  9480. if game.Players:FindFirstChild(tostring(target.Parent)).Character.Torso.Anchored == true then
  9481. game.Players:FindFirstChild(tostring(target.Parent)).Character.Torso.Anchored = false
  9482. else
  9483. game.Players:FindFirstChild(tostring(target.Parent)).Character.Torso.Anchored = true
  9484. end
  9485. elseif game.Players:FindFirstChild(tostring(target.Parent.Parent)) then
  9486. if game.Players:FindFirstChild(tostring(target.Parent.Parent)).Character.Torso.Anchored == true then
  9487. game.Players:FindFirstChild(tostring(target.Parent.Parent)).Character.Torso.Anchored = false
  9488. else
  9489. game.Players:FindFirstChild(tostring(target.Parent.Parent)).Character.Torso.Anchored = true
  9490. end
  9491. end
  9492. end)
  9493.  
  9494. ModeP:Create("Kick", function(settings, target)
  9495. if game.Players:FindFirstChild(tostring(target.Parent)) then
  9496. game.Players:FindFirstChild(tostring(target.Parent)):Kick("Kicked")
  9497. elseif game.Players:FindFirstChild(tostring(target.Parent.Parent)) then
  9498. game.Players:FindFirstChild(tostring(target.Parent.Parent)):Kick("Kicked")
  9499. end
  9500. end)
  9501.  
  9502. ModeP:Create("Humanoid Kill", function(settings, target)
  9503. if game.Players:FindFirstChild(tostring(target.Parent)) then
  9504. game.Players:FindFirstChild(tostring(target.Parent)).Character.Humanoid:Destroy()
  9505. elseif game.Players:FindFirstChild(tostring(target.Parent.Parent)) then
  9506. game.Players:FindFirstChild(tostring(target.Parent.Parent)).Character.Humanoid:Destroy()
  9507. end
  9508. end)
  9509.  
  9510. ModeP:Create("Delete", function(settings, target)
  9511. target:Destroy()
  9512. end)
  9513.  
  9514. ModeP:Create("Kill", function(settings, target)
  9515. if game.Players:FindFirstChild(tostring(target.Parent)) then
  9516. game.Players:FindFirstChild(tostring(target.Parent)).Character.Humanoid.Health = 0
  9517. elseif game.Players:FindFirstChild(tostring(target.Parent.Parent)) then
  9518. game.Players:FindFirstChild(tostring(target.Parent.Parent)).Character.Humanoid.Health = 0
  9519. end
  9520. end)
  9521.  
  9522. ModeP:Create("Send AWay", function(settings, target)
  9523. if game.Players:FindFirstChild(tostring(target.Parent)) then
  9524. target = game.Players:FindFirstChild(tostring(target.Parent))
  9525. elseif game.Players:FindFirstChild(tostring(target.Parent.Parent)) then
  9526. target = game.Players:FindFirstChild(tostring(target.Parent.Parent))
  9527. else
  9528. print("returning")
  9529. return
  9530. end
  9531.  
  9532. local p = Instance.new("Part")
  9533. local w = Instance.new("Weld")
  9534. w.Parent = p
  9535. w.Part0 = p
  9536. p.Size = Vector3.new(6, 7, 3)
  9537. p.BrickColor = BrickColor.random()
  9538. p.Material = Enum.Material.Neon
  9539. p.Anchored = true
  9540. p.CanCollide = false
  9541. p.Transparency = 0.5
  9542. p.Locked = true
  9543. p.Parent = workspace
  9544. p.CFrame = target.Character.Torso.CFrame
  9545. w.Part1 = target.Character.Torso
  9546. spawn(function()
  9547. while wait(0.1) do
  9548. p.BrickColor = BrickColor.random()
  9549. end
  9550. end)
  9551. local e
  9552. e = p.Changed:connect(function()
  9553. target.Character.Torso.CFrame = p.CFrame
  9554. end)
  9555.  
  9556. for i=1, settings.move_distance do
  9557. wait(settings.move_rate)
  9558. p.CFrame = p.CFrame + Vector3.new(0, settings.move_step, 0)
  9559. end
  9560. e:Disconnect()
  9561. p:Destroy()
  9562. end, {
  9563. ["move_rate"] = 0,
  9564. ["move_step"] = 1.5,
  9565. ["move_distance"] = 1000,
  9566. ["move_threads"] = 1
  9567. })
  9568.  
  9569. ModeP:Create("Tsunami Sushi", function(settings, target)
  9570. if game.Players:FindFirstChild(tostring(target.Parent)) then
  9571. target = game.Players:FindFirstChild(tostring(target.Parent))
  9572. elseif game.Players:FindFirstChild(tostring(target.Parent.Parent)) then
  9573. target = game.Players:FindFirstChild(tostring(target.Parent.Parent))
  9574. else
  9575. game.Workspace.GiveSystem.GiveItem:FireServer(game.Players.LocalPlayer, target)
  9576. plr.PlayerGui:WaitForChild("reciever", 15)
  9577. plr.PlayerGui.reciever:Destroy()
  9578. return
  9579. end
  9580.  
  9581. game.Workspace.GiveSystem.GiveItem:FireServer(game.Players.LocalPlayer, target.Character.Humanoid)
  9582. plr.PlayerGui:WaitForChild("reciever", 15)
  9583. plr.PlayerGui.reciever:Destroy()
  9584. end)
  9585.  
  9586.  
  9587. local gui = Instance.new("ScreenGui")
  9588.  
  9589. local music_frame = Instance.new("Frame")
  9590. music_frame.Size = UDim2.new(0, 150, 0, 60)
  9591. music_frame.Position = UDim2.new(0, 0, 1, -215)
  9592. music_frame.BorderSizePixel = 5
  9593. music_frame.BorderColor3 = Color3.new(255/255, 255/255, 255/255)
  9594. music_frame.BackgroundTransparency = 0.1
  9595. music_frame.BackgroundColor3 = Color3.new(57/255, 57/255, 57/255)
  9596.  
  9597. local music_entry = Instance.new("TextBox")
  9598. music_entry.BackgroundTransparency = 0.9
  9599. music_entry.Size = UDim2.new((2/3), 0, 0.5, 0)
  9600. music_entry.BackgroundColor3 = Color3.new(0/255, 0/255, 0/255)
  9601. music_entry.BorderSizePixel = 0
  9602. music_entry.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  9603. music_entry.TextSize = 18
  9604. music_entry.Text = "Music ID"
  9605. music_entry.Font = "SciFi"
  9606.  
  9607. local volume = Instance.new("TextBox")
  9608. volume.BackgroundTransparency = 0.8
  9609. volume.Size = UDim2.new((1/3), 0, 0.5, 0)
  9610. volume.Position = UDim2.new((2/3), 0, 0, 0)
  9611. volume.BackgroundColor3 = Color3.new(0/255, 0/255, 0/255)
  9612. volume.BorderSizePixel = 0
  9613. volume.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  9614. volume.TextSize = 16
  9615. volume.Text = "Vol"
  9616. volume.Font = "SciFi"
  9617.  
  9618. volume.FocusLost:connect(function()
  9619. if type(tonumber(volume.Text)) == type(1337) then
  9620. stuff.sound.Volume = tonumber(volume.Text)
  9621. volume.Text = tostring(stuff.sound.Volume)
  9622. else
  9623. volume.Text = tostring(stuff.sound.Volume)
  9624. end
  9625. end)
  9626.  
  9627. local play = Instance.new("TextButton")
  9628. play.BackgroundColor3 = Color3.new(22/255, 95/255, 0/255)
  9629. play.BorderSizePixel = 0
  9630. play.Position = UDim2.new(0, 0, 0.5, 0)
  9631. play.Size = UDim2.new((1/3), 0, 0.5, 0)
  9632. play.Font = "SciFi"
  9633. play.TextSize = 16
  9634. play.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  9635. play.Text = "Plaay"
  9636.  
  9637. play.MouseButton1Click:connect(function()
  9638. if stuff.sound == nil then
  9639. stuff.sound = Instance.new("Sound", stuff.musicbin)
  9640. elseif stuff.sound.Parent ~= stuff.musicbin then
  9641. stuff.sound:Stop()
  9642. stuff.sound:Destroy()
  9643. stuff.sound = Instance.new("Sound", stuff.musicbin)
  9644. elseif stuff.sound.Parent == stuff.musicbin then
  9645. stuff.sound:Stop()
  9646. end
  9647. stuff.sound.SoundId = ("rbxassetid://" .. music_entry.Text)
  9648. stuff.sound:Play()
  9649. end)
  9650.  
  9651. local stop = Instance.new("TextButton")
  9652. stop.BackgroundColor3 = Color3.new(95/255, 0/255, 0/255)
  9653. stop.BorderSizePixel = 0
  9654. stop.Position = UDim2.new((1/3), 0, 0.5, 0)
  9655. stop.Size = UDim2.new((1/3), 0, 0.5, 0)
  9656. stop.Font = "SciFi"
  9657. stop.TextSize = 16
  9658. stop.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  9659. stop.Text = "Stop"
  9660.  
  9661. stop.MouseButton1Click:connect(function()
  9662. stuff.sound:Stop()
  9663. stuff.sound:Destroy()
  9664. stuff.sound = nil
  9665. end)
  9666.  
  9667. local allstop = Instance.new("TextButton")
  9668. allstop.BackgroundColor3 = Color3.new(0/255, 0/255, 0/255)
  9669. allstop.BorderSizePixel = 0
  9670. allstop.Position = UDim2.new((2/3), 0, 0.5, 0)
  9671. allstop.Size = UDim2.new((1/3), 0, 0.5, 0)
  9672. allstop.Font = "SciFi"
  9673. allstop.TextSize = 16
  9674. allstop.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  9675. allstop.Text = "Solo"
  9676.  
  9677. allstop.MouseButton1Click:connect(function()
  9678. local function search(container)
  9679. for i,v in pairs(container:children()) do
  9680. if #v:children() > 0 then
  9681. search(v)
  9682. elseif v.ClassName == "Sound" and v ~= stuff.sound then
  9683. v:Stop()
  9684. end
  9685. end
  9686. end
  9687. search(workspace)
  9688. end)
  9689.  
  9690. allstop.Parent = music_frame
  9691. stop.Parent = music_frame
  9692. play.Parent = music_frame
  9693. volume.Parent = music_frame
  9694. music_entry.Parent = music_frame
  9695.  
  9696. music_frame.Parent = gui
  9697.  
  9698. local frame = Instance.new("Frame")
  9699. frame.Size = UDim2.new(0, 150, 0, 100)
  9700. frame.Position = UDim2.new(0, 0, 1, -140)
  9701. frame.BackgroundColor3 = Color3.new(57/255, 57/255, 57/255)
  9702. frame.BackgroundTransparency = 0.1
  9703. frame.BorderSizePixel = 5
  9704. frame.BorderColor3 = Color3.new(255/255, 255/255, 255/255)
  9705.  
  9706. local a_line = Instance.new("Frame")
  9707. a_line.Size = UDim2.new(1, 0, 0, 5)
  9708. a_line.Position = UDim2.new(0, 0, 0, 17)
  9709. a_line.BorderSizePixel = 0
  9710. a_line.BackgroundColor3 = Color3.new(255/255, 255/255, 255/255)
  9711.  
  9712. local title = Instance.new("TextLabel")
  9713. title.Position = UDim2.new(0, 0, 0, 3)
  9714. title.Size = UDim2.new(1, 0, 0, 20)
  9715. title.BackgroundTransparency = 1
  9716. title.Font = "SciFi"
  9717. title.TextSize = 14
  9718. title.TextYAlignment = "Top"
  9719. if game.Workspace.FilteringEnabled ~= true then
  9720. title.TextColor3 = Color3.new(0/255, 255/255, 0/255)
  9721. else
  9722. title.TextColor3 = Color3.new(255/255, 0/255, 0/255)
  9723. end
  9724. title.Text = "Cooler Kids Gui2"
  9725.  
  9726. local instru = Instance.new("TextButton")
  9727. instru.Position = UDim2.new(0, 0, 0, 20)
  9728. instru.Size = UDim2.new(1, 0, 0, 20)
  9729. instru.BackgroundTransparency = 0.9
  9730. instru.Font = "SciFi"
  9731. instru.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  9732. instru.TextSize = 14
  9733. instru.TextXAlignment = "Left"
  9734. instru.BorderSizePixel = 0
  9735. instru.Text = "On"
  9736.  
  9737. instru.MouseButton1Click:connect(function()
  9738. if instru.Text == "On" then
  9739. instru.Text = "Off"
  9740. else
  9741. instru.Text = "On"
  9742. end
  9743. end)
  9744.  
  9745. local mode_l = Instance.new("TextLabel")
  9746. mode_l.Position = UDim2.new(0, 0, 0, 40)
  9747. mode_l.Size = UDim2.new(1, 0, 0, 20)
  9748. mode_l.BackgroundTransparency = 1
  9749. mode_l.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  9750. mode_l.Font = "SciFi"
  9751. mode_l.TextSize = 18
  9752. mode_l.Text = "[ Press E ]"
  9753.  
  9754. local sets_b = Instance.new("TextButton")
  9755. sets_b.Position = UDim2.new(0, 0, 1, -40)
  9756. sets_b.Size = UDim2.new(1, 0, 0, 20)
  9757. sets_b.BackgroundTransparency = 0.9
  9758. sets_b.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  9759. sets_b.Font = "SciFi"
  9760. sets_b.TextSize = 32
  9761. sets_b.TextScaled = true
  9762. sets_b.BorderSizePixel = 0
  9763. sets_b.Modal = true
  9764. sets_b.Text = "[ Settings ]"
  9765.  
  9766. local sets_b_db = false
  9767. sets_b.MouseButton1Click:connect(function()
  9768. sets_b_db = true
  9769. if bin:FindFirstChild("_COOL_SETTINGS") then
  9770. bin:FindFirstChild("_COOL_SETTINGS"):Destroy()
  9771. else
  9772.  
  9773. local gui = Instance.new("ScreenGui")
  9774. gui.Name = "_COOL_SETTINGS"
  9775.  
  9776. local frame = Instance.new("Frame")
  9777. frame.BackgroundColor3 = Color3.new(57/255, 57/255, 57/255)
  9778. frame.BackgroundTransparency = 0.1
  9779. frame.BorderColor3 = Color3.new(255/255, 255/255, 255/255)
  9780. frame.BorderSizePixel = 5
  9781. frame.Position = UDim2.new(0.5, -150, 0.5, -250)
  9782. frame.Size = UDim2.new(0, 300, 0, 500)
  9783.  
  9784. local a_line = Instance.new("Frame")
  9785. a_line.BackgroundColor3 = Color3.new(255/255, 255/255, 255/255)
  9786. a_line.BorderSizePixel = 0
  9787. a_line.Position = UDim2.new(0, 0, 0, 22)
  9788. a_line.Size = UDim2.new(1, 0, 0, 5)
  9789.  
  9790. local title = Instance.new("TextLabel")
  9791. title.BackgroundTransparency = 1
  9792. title.Size = UDim2.new(1, 0, 0, 22)
  9793. title.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  9794. title.TextScaled = true
  9795. title.Font = "SciFi"
  9796. title.TextXAlignment = "Left"
  9797. title.Text = "Mode Settings"
  9798.  
  9799. local scroller = Instance.new("ScrollingFrame")
  9800. scroller.BackgroundTransparency = 1
  9801. scroller.Position = UDim2.new(0, 0, 0, 27)
  9802. scroller.Size = UDim2.new(1, 0, 1, -27)
  9803. scroller.ScrollBarThickness = 0
  9804.  
  9805. local hostmode = modes[mode]
  9806.  
  9807. --scroller.CanvasSize = Vector2.new(0,(#hostmode*20))
  9808. for i,v in pairs(hostmode.settings) do
  9809. scroller.CanvasSize = UDim2.new(0, 0, 0, scroller.CanvasSize.Y.Offset+20)
  9810. local frame = Instance.new("Frame")
  9811. frame.BackgroundTransparency = 1
  9812. frame.Size = UDim2.new(1, 0, 0, 20)
  9813. frame.Position = UDim2.new(0, 0, 0, scroller.CanvasSize.Y.Offset-20)
  9814.  
  9815. local label = Instance.new("TextLabel")
  9816. label.BackgroundTransparency = 1
  9817. label.Size = UDim2.new(0.5, 0, 1, 0)
  9818. label.Font = "SciFi"
  9819. label.TextScaled = true
  9820. label.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  9821. label.TextXAlignment = "Left"
  9822. label.Text = i
  9823.  
  9824. local input = Instance.new("TextBox")
  9825. input.BackgroundTransparency = 0.8
  9826. input.BackgroundColor3 = Color3.new(0/255, 0/255, 0/255)
  9827. input.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  9828. input.BorderSizePixel = 0
  9829. input.ClearTextOnFocus = true
  9830. input.Position = UDim2.new(0.5, 0, 0, 0)
  9831. input.Size = UDim2.new(0.5, 0, 1, 0)
  9832. input.Font = "SciFi"
  9833. input.TextScaled = true
  9834. input.Text = tostring(v)
  9835.  
  9836. input.FocusLost:connect(function(property)
  9837. print("ffffffff")
  9838. if type(v) == type(true) then
  9839. if input.Text:lower() == "true" then
  9840. hostmode.settings[i] = true
  9841. elseif input.Text:lower() == "false" then
  9842. hostmode.settings[i] = false
  9843. else
  9844. input.Text = tostring(hostmode.settings[i])
  9845. end
  9846. elseif type(v) == type(45678) then
  9847. if tonumber(input.Text) ~= nil then
  9848. hostmode.settings[i] = tonumber(input.Text)
  9849. else
  9850. input.Text = tostring(hostmode.settings[i])
  9851. end
  9852. elseif type(v) == type(Enum.Material.Plastic) then
  9853. for _,v in pairs(Enum.Material:GetEnumItems()) do
  9854. print("TEST", tostring(v):lower() == ("enum.material."..input.Text), tostring(v):lower(), ("enum.material."..input.Text))
  9855. if tostring(v):lower() == ("enum.material."..input.Text) then
  9856. print(hostmode.settings[i])
  9857. hostmode.settings[i] = v
  9858. print("match", hostmode.settings[i])
  9859. return
  9860. end
  9861. end
  9862. input.Text = tostring(hostmode.settings[i])
  9863. end
  9864. end)
  9865.  
  9866. input.Parent = frame
  9867. label.Parent = frame
  9868.  
  9869. frame.Parent = scroller
  9870. end
  9871.  
  9872. scroller.Parent = frame
  9873. title.Parent = frame
  9874. a_line.Parent = frame
  9875.  
  9876. frame.Parent = gui
  9877.  
  9878. gui.Parent = bin
  9879.  
  9880. end
  9881. sets_b_db = false
  9882. end)
  9883.  
  9884. local lock = Instance.new("TextButton")
  9885. lock.Position = UDim2.new(0, 0, 1, -20)
  9886. lock.Size = UDim2.new(1, 0, 0, 20)
  9887. lock.BackgroundTransparency = 0.9
  9888. lock.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  9889. lock.Font = "SciFi"
  9890. lock.TextSize = 32
  9891. lock.TextScaled = true
  9892. lock.BorderSizePixel = 0
  9893. lock.Text = "[ Unlocked ]"
  9894.  
  9895. lock.MouseButton1Click:connect(function()
  9896. state = not state
  9897. if state then
  9898. lock.Text = "[ Locked ]"
  9899. else
  9900. lock.Text = "[ Unlocked ]"
  9901. end
  9902. end)
  9903.  
  9904. lock.Parent = frame
  9905. sets_b.Parent = frame
  9906. mode_l.Parent = frame
  9907. instru.Parent = frame
  9908. title.Parent = frame
  9909. a_line.Parent = frame
  9910.  
  9911. frame.Parent = gui
  9912.  
  9913.  
  9914.  
  9915.  
  9916. gui.Parent = bin
  9917.  
  9918.  
  9919. m.Button1Down:connect(function()
  9920. if m.Target ~= nil and instru.Text == "On" and bin:FindFirstChild("_COOL_SETTINGS") == nil then
  9921. print(m.Hit)
  9922. modes[mode]:Run(m.Target, m.Hit)
  9923. end
  9924. end)
  9925.  
  9926. game:GetService("UserInputService").InputBegan:connect(function(iob, gpe)
  9927. if iob.KeyCode == Enum.KeyCode.E and not state and bin:FindFirstChild("_COOL_SETTINGS") == nil then
  9928. if mode < #modes then
  9929. mode = mode + 1
  9930. mode_l.Text = modes[mode].name
  9931. else
  9932. mode = 1
  9933. mode_l.Text = modes[mode].name
  9934. end
  9935. elseif iob.KeyCode == Enum.KeyCode.R then
  9936. for i,v in pairs(_G.csets) do
  9937. print(i)
  9938. for i,v in pairs(v) do
  9939. print("[[ " .. i .. " ]] -- " .. "[[ " .. v .. " ]]")
  9940. end
  9941. end
  9942. end
  9943. end)
  9944. end)
  9945.  
  9946. opengui.Name = "opengui"
  9947. opengui.Parent = RobloxExploit
  9948. opengui.BackgroundColor3 = Color3.new(1, 1, 1)
  9949. opengui.Position = UDim2.new(-7.4505806e-09, 0, 0.446640283, 0)
  9950. opengui.Size = UDim2.new(0, 167, 0, 34)
  9951.  
  9952. TextButton.Parent = opengui
  9953. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  9954. TextButton.Size = UDim2.new(0, 167, 0, 34)
  9955. TextButton.Font = Enum.Font.SourceSansSemibold
  9956. TextButton.Text = "OpenGUI"
  9957. TextButton.TextColor3 = Color3.new(0, 0, 0)
  9958. TextButton.TextScaled = true
  9959. TextButton.TextSize = 14
  9960. TextButton.TextWrapped = true
  9961. TextButton.MouseButton1Click:connect(function()
  9962. MainGUI.Visible = true
  9963. opengui.Visible = false
  9964. end)
Add Comment
Please, Sign In to add comment