VuaxExploits

CBRO SHIITY GUI

Dec 11th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 24.71 KB | None | 0 0
  1. game.StarterGui:SetCore('SendNotification', {
  2. Title = 'ples enjoy';
  3. Text = "why the fuck would you use this?";
  4. Duration = 5;
  5.    })
  6. wait(6)
  7. game.StarterGui:SetCore('SendNotification', {
  8. Title = 'made by vuax';
  9. Text = "sub 2 vuax";
  10. Duration = 5;
  11.    })
  12.  
  13.  
  14. local ScreenGui = Instance.new("ScreenGui")
  15. local Main = Instance.new("Frame")
  16. local Frame = Instance.new("Frame")
  17. local Frame_2 = Instance.new("Frame")
  18. local TextLabel = Instance.new("TextLabel")
  19. local Aimbot = Instance.new("TextButton")
  20. local Slient = Instance.new("TextButton")
  21. local Frame_3 = Instance.new("Frame")
  22. local Frame_4 = Instance.new("Frame")
  23. local Frame_5 = Instance.new("Frame")
  24. local TextLabel_2 = Instance.new("TextLabel")
  25. local ESP = Instance.new("TextButton")
  26. local AntiFlash = Instance.new("TextButton")
  27. local Frame_6 = Instance.new("Frame")
  28. local Frame_7 = Instance.new("Frame")
  29. local Frame_8 = Instance.new("Frame")
  30. local TextLabel_3 = Instance.new("TextLabel")
  31. local InstantWin = Instance.new("TextButton")
  32. local RapeSound = Instance.new("TextButton")
  33. local MapRestart = Instance.new("TextButton")
  34. local BypassBan = Instance.new("TextButton")
  35. local InfinityMoney = Instance.new("TextButton")
  36. local Frame_9 = Instance.new("Frame")
  37. local Frame_10 = Instance.new("Frame")
  38. local Frame_11 = Instance.new("Frame")
  39. local Info = Instance.new("TextLabel")
  40. local Info_2 = Instance.new("TextLabel")
  41.  
  42. --Properties:
  43.  
  44. ScreenGui.Parent = game.CoreGui
  45. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  46.  
  47. Main.Name = "Main"
  48. Main.Parent = ScreenGui
  49. Main.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  50. Main.BorderSizePixel = 0
  51. Main.Position = UDim2.new(0.0313315913, 0, 0.0537848622, 0)
  52. Main.Size = UDim2.new(0, 129, 0, 19)
  53.  
  54. Frame.Parent = Main
  55. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  56. Frame.BorderSizePixel = 0
  57. Frame.Position = UDim2.new(0, 0, 1, 0)
  58. Frame.Size = UDim2.new(0, 129, 0, 6)
  59.  
  60. Frame_2.Parent = Main
  61. Frame_2.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  62. Frame_2.BorderSizePixel = 0
  63. Frame_2.Position = UDim2.new(0, 0, 1.31578946, 0)
  64. Frame_2.Size = UDim2.new(0, 129, 0, 63)
  65.  
  66. TextLabel.Parent = Main
  67. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  68. TextLabel.BackgroundTransparency = 1
  69. TextLabel.BorderSizePixel = 0
  70. TextLabel.Position = UDim2.new(-0.279069781, 0, -0.842105269, 0)
  71. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  72. TextLabel.Font = Enum.Font.Code
  73. TextLabel.Text = "Aimbot"
  74. TextLabel.TextColor3 = Color3.new(1, 1, 1)
  75. TextLabel.TextSize = 14
  76.  
  77. Aimbot.Name = "Aimbot"
  78. Aimbot.Parent = Main
  79. Aimbot.BackgroundColor3 = Color3.new(1, 1, 1)
  80. Aimbot.BackgroundTransparency = 1
  81. Aimbot.BorderSizePixel = 0
  82. Aimbot.Position = UDim2.new(-0.279069781, 0, 0.684210539, 0)
  83. Aimbot.Size = UDim2.new(0, 200, 0, 50)
  84. Aimbot.Font = Enum.Font.GothamBlack
  85. Aimbot.Text = "Aimbot"
  86. Aimbot.TextColor3 = Color3.new(1, 1, 1)
  87. Aimbot.TextSize = 14
  88. Aimbot.MouseButton1Down:connect(function()
  89. PLAYER  = game.Players.LocalPlayer
  90. MOUSE   = PLAYER:GetMouse()
  91. CC      = game.Workspace.CurrentCamera
  92.  
  93. ENABLED      = false
  94. ESP_ENABLED  = false
  95.  
  96. _G.FREE_FOR_ALL = false
  97.  
  98. _G.BIND        = 118
  99. _G.ESP_BIND    = 49
  100. _G.CHANGE_AIM  = 'q'
  101.  
  102. _G.AIM_AT = 'Head'
  103.  
  104. wait(1)
  105.  
  106. function GetNearestPlayerToMouse()
  107. local PLAYERS      = {}
  108. local PLAYER_HOLD  = {}
  109. local DISTANCES    = {}
  110. for i, v in pairs(game.Players:GetPlayers()) do
  111. if v ~= PLAYER then
  112. table.insert(PLAYERS, v)
  113. end
  114. end
  115. for i, v in pairs(PLAYERS) do
  116. if _G.FREE_FOR_ALL == false then
  117. if v and (v.Character) ~= nil and v.TeamColor ~= PLAYER.TeamColor then
  118. local AIM = v.Character:FindFirstChild(_G.AIM_AT)
  119. if AIM ~= nil then
  120. local DISTANCE                 = (AIM.Position - game.Workspace.CurrentCamera.CoordinateFrame.p).magnitude
  121. local RAY                      = Ray.new(game.Workspace.CurrentCamera.CoordinateFrame.p, (MOUSE.Hit.p - CC.CoordinateFrame.p).unit * DISTANCE)
  122. local HIT,POS                  = game.Workspace:FindPartOnRay(RAY, game.Workspace)
  123. local DIFF                     = math.floor((POS - AIM.Position).magnitude)
  124. PLAYER_HOLD[v.Name .. i]       = {}
  125. PLAYER_HOLD[v.Name .. i].dist  = DISTANCE
  126. PLAYER_HOLD[v.Name .. i].plr   = v
  127. PLAYER_HOLD[v.Name .. i].diff  = DIFF
  128. table.insert(DISTANCES, DIFF)
  129. end
  130. end
  131. elseif _G.FREE_FOR_ALL == true then
  132. local AIM = v.Character:FindFirstChild(_G.AIM_AT)
  133. if AIM ~= nil then
  134. local DISTANCE                 = (AIM.Position - game.Workspace.CurrentCamera.CoordinateFrame.p).magnitude
  135. local RAY                      = Ray.new(game.Workspace.CurrentCamera.CoordinateFrame.p, (MOUSE.Hit.p - CC.CoordinateFrame.p).unit * DISTANCE)
  136. local HIT,POS                  = game.Workspace:FindPartOnRay(RAY, game.Workspace)
  137. local DIFF                     = math.floor((POS - AIM.Position).magnitude)
  138. PLAYER_HOLD[v.Name .. i]       = {}
  139. PLAYER_HOLD[v.Name .. i].dist  = DISTANCE
  140. PLAYER_HOLD[v.Name .. i].plr   = v
  141. PLAYER_HOLD[v.Name .. i].diff  = DIFF
  142. table.insert(DISTANCES, DIFF)
  143. end
  144. end
  145. end
  146.  
  147. if unpack(DISTANCES) == nil then
  148. return false
  149. end
  150.  
  151. local L_DISTANCE = math.floor(math.min(unpack(DISTANCES)))
  152. if L_DISTANCE > 20 then
  153. return false
  154. end
  155.  
  156. for i, v in pairs(PLAYER_HOLD) do
  157. if v.diff == L_DISTANCE then
  158. return v.plr
  159. end
  160. end
  161. return false
  162. end
  163.  
  164. GUI_MAIN                           = Instance.new('ScreenGui', game.CoreGui)
  165. GUI_TARGET                         = Instance.new('TextLabel', GUI_MAIN)
  166. GUI_AIM_AT                         = Instance.new('TextLabel', GUI_MAIN)
  167.  
  168. GUI_MAIN.Name                      = 'AIMBOT'
  169.  
  170. GUI_TARGET.Size                    = UDim2.new(0,200,0,30)
  171. GUI_TARGET.BackgroundTransparency  = 0.5
  172. GUI_TARGET.BackgroundColor         = BrickColor.new('Fossil')
  173. GUI_TARGET.BorderSizePixel         = 0
  174. GUI_TARGET.Position                = UDim2.new(0.5,-100,0,0)
  175. GUI_TARGET.Text                    = 'AIMBOT : OFF'
  176. GUI_TARGET.TextColor3              = Color3.new(1,1,1)
  177. GUI_TARGET.TextStrokeTransparency  = 1
  178. GUI_TARGET.TextWrapped             = true
  179. GUI_TARGET.FontSize                = 'Size24'
  180. GUI_TARGET.Font                    = 'SourceSansBold'
  181.  
  182. GUI_AIM_AT.Size                    = UDim2.new(0,200,0,20)
  183. GUI_AIM_AT.BackgroundTransparency  = 0.5
  184. GUI_AIM_AT.BackgroundColor         = BrickColor.new('Fossil')
  185. GUI_AIM_AT.BorderSizePixel         = 0
  186. GUI_AIM_AT.Position                = UDim2.new(0.5,-100,0,30)
  187. GUI_AIM_AT.Text                    = 'AIMING : HEAD'
  188. GUI_AIM_AT.TextColor3              = Color3.new(1,1,1)
  189. GUI_AIM_AT.TextStrokeTransparency  = 1
  190. GUI_AIM_AT.TextWrapped             = true
  191. GUI_AIM_AT.FontSize                = 'Size18'
  192. GUI_AIM_AT.Font                    = 'SourceSansBold'
  193.  
  194. local TRACK = false
  195.  
  196. function CREATE(BASE, TEAM)
  197. local ESP_MAIN                   = Instance.new('BillboardGui', PLAYER.PlayerGui)
  198. local ESP_DOT                    = Instance.new('Frame', ESP_MAIN)
  199. local ESP_NAME                   = Instance.new('TextLabel', ESP_MAIN)
  200.  
  201. ESP_MAIN.Name                    = 'ESP'
  202. ESP_MAIN.Adornee                 = BASE
  203. ESP_MAIN.AlwaysOnTop             = true
  204. ESP_MAIN.ExtentsOffset           = Vector3.new(0, 1, 0)
  205. ESP_MAIN.Size                    = UDim2.new(0, 5, 0, 5)
  206.  
  207. ESP_DOT.Name                     = 'DOT'
  208. ESP_DOT.BackgroundColor          = BrickColor.new('Bright red')
  209. ESP_DOT.BackgroundTransparency   = 0.3
  210. ESP_DOT.BorderSizePixel          = 0
  211. ESP_DOT.Position                 = UDim2.new(-0.5, 0, -0.5, 0)
  212. ESP_DOT.Size                     = UDim2.new(2, 0, 2, 0)
  213. ESP_DOT.Visible                  = true
  214. ESP_DOT.ZIndex                   = 10
  215.  
  216. ESP_NAME.Name                    = 'NAME'
  217. ESP_NAME.BackgroundColor3        = Color3.new(255, 255, 255)
  218. ESP_NAME.BackgroundTransparency  = 1
  219. ESP_NAME.BorderSizePixel         = 0
  220. ESP_NAME.Position                = UDim2.new(0, 0, 0, -40)
  221. ESP_NAME.Size                    = UDim2.new(1, 0, 10, 0)
  222. ESP_NAME.Visible                 = true
  223. ESP_NAME.ZIndex                  = 10
  224. ESP_NAME.Font                    = 'ArialBold'
  225. ESP_NAME.FontSize                = 'Size14'
  226. ESP_NAME.Text                    = BASE.Parent.Name:upper()
  227. ESP_NAME.TextColor               = BrickColor.new('Bright red')
  228. end
  229.  
  230. function CLEAR()
  231. for _,v in pairs(PLAYER.PlayerGui:children()) do
  232. if v.Name == 'ESP' and v:IsA('BillboardGui') then
  233. v:Destroy()
  234. end
  235. end
  236. end
  237.  
  238. function FIND()
  239. CLEAR()
  240. TRACK = true
  241. spawn(function()
  242. while wait() do
  243. if TRACK then
  244. CLEAR()
  245. for i,v in pairs(game.Players:GetChildren()) do
  246. if v.Character and v.Character:FindFirstChild('Head') then
  247. if _G.FREE_FOR_ALL == false then
  248. if v.TeamColor ~= PLAYER.TeamColor then
  249. if v.Character:FindFirstChild('Head') then
  250. CREATE(v.Character.Head, true)
  251. end
  252. end
  253. else
  254. if v.Character:FindFirstChild('Head') then
  255. CREATE(v.Character.Head, true)
  256. end
  257. end
  258. end
  259. end
  260. end
  261. end
  262. wait(1)
  263. end)
  264. end
  265.  
  266. MOUSE.KeyDown:connect(function(KEY)
  267. KEY = KEY:lower():byte()
  268. if KEY == _G.BIND then
  269. ENABLED = true
  270. end
  271. end)
  272.  
  273. MOUSE.KeyUp:connect(function(KEY)
  274. KEY = KEY:lower():byte()
  275. if KEY == _G.BIND then
  276. ENABLED = false
  277. end
  278. end)
  279.  
  280. MOUSE.KeyDown:connect(function(KEY)
  281. KEY = KEY:lower():byte()
  282. if KEY == _G.ESP_BIND then
  283. if ESP_ENABLED == false then
  284. FIND()
  285. ESP_ENABLED = true
  286. print('ESP : ON')
  287. elseif ESP_ENABLED == true then
  288. wait()
  289. CLEAR()
  290. TRACK = false
  291. ESP_ENABLED = true
  292. print('ESP : OFF')
  293. end
  294. end
  295. end)
  296.  
  297. MOUSE.KeyDown:connect(function(KEY)
  298. if KEY == _G.CHANGE_AIM then
  299. if _G.AIM_AT == 'Head' then
  300. _G.AIM_AT = 'Torso'
  301. GUI_AIM_AT.Text = 'AIMING : TORSO'
  302. elseif _G.AIM_AT == 'Torso' then
  303. _G.AIM_AT = 'Head'
  304. GUI_AIM_AT.Text = 'AIMING : HEAD'
  305. end
  306. end
  307. end)
  308.  
  309. game:GetService('RunService').RenderStepped:connect(function()
  310. if ENABLED then
  311. local TARGET = GetNearestPlayerToMouse()
  312. if (TARGET ~= false) then
  313. local AIM = TARGET.Character:FindFirstChild(_G.AIM_AT)
  314. if AIM then
  315. CC.CoordinateFrame = CFrame.new(CC.CoordinateFrame.p, AIM.CFrame.p)
  316. end
  317. GUI_TARGET.Text = 'AIMBOT : '.. TARGET.Name:sub(1, 5)
  318. else
  319. GUI_TARGET.Text = 'AIMBOT : OFF'
  320. end
  321. end
  322. end)
  323.  
  324. repeat
  325. wait()
  326. if ESP_ENABLED == true then
  327. FIND()
  328. end
  329. until ESP_ENABLED == false
  330. wait()
  331. _G.FREE_FOR_ALL = false
  332. _G.BIND = 118 -- LEFT ALT
  333. _G.ESP_BIND = 49 -- RIGHT CTRL
  334. end)
  335.  
  336. Slient.Name = "Slient"
  337. Slient.Parent = Main
  338. Slient.BackgroundColor3 = Color3.new(1, 1, 1)
  339. Slient.BackgroundTransparency = 1
  340. Slient.BorderSizePixel = 0
  341. Slient.Position = UDim2.new(-0.279069781, 0, 2, 0)
  342. Slient.Size = UDim2.new(0, 200, 0, 50)
  343. Slient.Font = Enum.Font.GothamBlack
  344. Slient.Text = "Slient Aim"
  345. Slient.TextColor3 = Color3.new(1, 1, 1)
  346. Slient.TextSize = 14
  347. Slient.MouseButton1Down:connect(function()
  348. local localPlayer = game:GetService("Players").LocalPlayer
  349. local currentCamera = game:GetService("Workspace").CurrentCamera
  350. local mouse = localPlayer:GetMouse()
  351. local teamCheck = true
  352.  
  353. function getClosestPlayerToCursor() [nonamecall]
  354.     local closestPlayer = nil
  355.     local shortestDistance = math.huge
  356.    
  357.     for i, v in pairs(game:GetService("Players"):GetPlayers()) do
  358.         if v.Name ~= localPlayer.Name then
  359.             if v.Character and v.Character:FindFirstChild("Humanoid") and v.Character.Humanoid.Health ~= 0 and v.Character:FindFirstChild("HumanoidRootPart") and v.Character:FindFirstChild("Head") and teamCheck and v.Team ~= localPlayer.Team then
  360.                 local pos = currentCamera:WorldToViewportPoint(v.Character.HumanoidRootPart.Position)
  361.                 local magnitude = (Vector2.new(pos.X, pos.Y) - Vector2.new(mouse.X, mouse.Y)).magnitude
  362.  
  363.                 if magnitude < shortestDistance then
  364.                     closestPlayer = v
  365.                     shortestDistance = magnitude
  366.                 end
  367.             elseif v.Character and v.Character:FindFirstChild("Humanoid") and v.Character.Humanoid.Health ~= 0 and v.Character:FindFirstChild("HumanoidRootPart") and v.Character:FindFirstChild("Head") and not teamCheck then
  368.                 local pos = currentCamera:WorldToViewportPoint(v.Character.HumanoidRootPart.Position)
  369.                 local magnitude = (Vector2.new(pos.X, pos.Y) - Vector2.new(mouse.X, mouse.Y)).magnitude
  370.  
  371.                 if magnitude < shortestDistance then
  372.                     closestPlayer = v
  373.                     shortestDistance = magnitude
  374.                 end
  375.             end
  376.         end
  377.     end
  378.    
  379.     return closestPlayer or localPlayer
  380. end
  381.  
  382. game:GetService("UserInputService").InputBegan:Connect(function(input, onGui)
  383.     if not onGui and input.KeyCode == Enum.KeyCode.T then
  384.         teamCheck = not teamCheck
  385.     end
  386. end)
  387.  
  388. local mt = getrawmetatable(game)
  389. local oldNamecall = mt.__namecall
  390. if setreadonly then setreadonly(mt, false) else make_writeable(mt, true) end
  391. local namecallMethod = getnamecallmethod or get_namecall_method
  392. local newClose = newcclosure or function(f) return f end
  393.  
  394. mt.__namecall = newClose(function(...) [nonamecall]
  395.     local method = namecallMethod()
  396.     local args = {...}
  397.  
  398.     if tostring(method) == "FireServer" and tostring(args[1]) == "HitPart" then
  399.         args[2] = getClosestPlayerToCursor().Character.Head
  400.         args[3] = getClosestPlayerToCursor().Character.Head.Position
  401.  
  402.         return oldNamecall(unpack(args))
  403.     end
  404.  
  405.     return oldNamecall(...)
  406. end)
  407.  
  408. if setreadonly then setreadonly(mt, true) else make_writeable(mt, false) end
  409. end)
  410.  
  411. Frame_3.Parent = Main
  412. Frame_3.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  413. Frame_3.BorderSizePixel = 0
  414. Frame_3.Position = UDim2.new(1.06976748, 0, 0, 0)
  415. Frame_3.Size = UDim2.new(0, 129, 0, 19)
  416.  
  417. Frame_4.Parent = Frame_3
  418. Frame_4.BackgroundColor3 = Color3.new(1, 1, 1)
  419. Frame_4.BorderSizePixel = 0
  420. Frame_4.Position = UDim2.new(0, 0, 1, 0)
  421. Frame_4.Size = UDim2.new(0, 129, 0, 6)
  422.  
  423. Frame_5.Parent = Frame_3
  424. Frame_5.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  425. Frame_5.BorderSizePixel = 0
  426. Frame_5.Position = UDim2.new(0, 0, 1.31578946, 0)
  427. Frame_5.Size = UDim2.new(0, 129, 0, 63)
  428.  
  429. TextLabel_2.Parent = Main
  430. TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
  431. TextLabel_2.BackgroundTransparency = 1
  432. TextLabel_2.BorderSizePixel = 0
  433. TextLabel_2.Position = UDim2.new(0.790697694, 0, -0.842105269, 0)
  434. TextLabel_2.Size = UDim2.new(0, 200, 0, 50)
  435. TextLabel_2.Font = Enum.Font.Code
  436. TextLabel_2.Text = "Visual"
  437. TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
  438. TextLabel_2.TextSize = 14
  439.  
  440. ESP.Name = "ESP"
  441. ESP.Parent = Main
  442. ESP.BackgroundColor3 = Color3.new(1, 1, 1)
  443. ESP.BackgroundTransparency = 1
  444. ESP.BorderSizePixel = 0
  445. ESP.Position = UDim2.new(0.790697694, 0, 0.684210539, 0)
  446. ESP.Size = UDim2.new(0, 200, 0, 50)
  447. ESP.Font = Enum.Font.GothamBlack
  448. ESP.Text = "ESP"
  449. ESP.TextColor3 = Color3.new(1, 1, 1)
  450. ESP.TextSize = 14
  451. ESP.MouseButton1Down:connect(function()
  452. local Player = game.Players.LocalPlayer
  453. repeat wait() until Player.Character
  454. local Character = Player.Character
  455. local Camera = game.Workspace.CurrentCamera
  456. local Head = Character:WaitForChild("Head")
  457. local UIP = game:GetService("UserInputService")
  458.  
  459. --Some variables for you to change
  460. local maxDistance = 1337
  461. local enemyTeamOnly = true
  462. local hotkey = Enum.KeyCode.LeftAlt
  463. --end of variables ya bitch
  464.  
  465. local function handleESP(Player)
  466.     if Player and Player.Character and Player.Character:FindFirstChild("Head") then
  467.         if Player.Character:FindFirstChild("Humanoid") and Player.Character.Humanoid.Health > 0 then
  468.             if not Player.Character.Head:FindFirstChild("FuckMyAss") then
  469.                 local esp = Instance.new("SphereHandleAdornment")
  470.                 esp.AlwaysOnTop = true
  471.                 esp.Name = "FuckMyAss"
  472.                 esp.Adornee = Player.Character.Head
  473.                 esp.ZIndex = 1
  474.                 esp.Color3 = Color3.new(1, 0, 0)
  475.                 esp.Parent = Player.Character.Head
  476.             end
  477.         else
  478.             if Player.Character.Head:FindFirstChild("FuckMyAss") then
  479.                 Player.Character.head.FuckMyAss:Destroy()
  480.             end
  481.         end
  482.     end
  483. end
  484.  
  485. game:GetService("RunService").RenderStepped:connect(function()
  486.     local closestP = nil
  487.     local closestC = nil
  488.     for i, c in pairs(game.Players:GetChildren()) do
  489.         if c ~= Player and (not enemyTeamOnly or c.TeamColor ~= Player.TeamColor) and c.Character then
  490.             spawn(function() handleESP(c) end)
  491.             if UIP:IsKeyDown(hotkey) then
  492.                 local part = game.Workspace:FindPartOnRay(Ray.new(Head.CFrame.p, (c.Character.Head.CFrame.p - Head.CFrame.p).unit * maxDistance), Character, true, true)
  493.                 local dist = (c.Character.Head.CFrame.p - Head.CFrame.p).magnitude
  494.                 if part and c.Character:FindFirstChild(part.Name) and (not closestC or dist < closestC) then
  495.                     closestC = dist
  496.                     closestP = c
  497.                 end
  498.             end
  499.         end
  500.     end
  501.     if UIP:IsKeyDown(hotkey) then
  502.         if closestP ~= nil and closestP.Character and closestP.Character:FindFirstChild("Humanoid") and closestP.Character.Humanoid.Health > 0 then
  503.             Camera.CFrame = CFrame.new(Camera.CFrame.p, closestP.Character.Head.CFrame.p)
  504.         end
  505.     end
  506. end)
  507. end)
  508.  
  509. AntiFlash.Name = "Anti Flash"
  510. AntiFlash.Parent = Main
  511. AntiFlash.BackgroundColor3 = Color3.new(1, 1, 1)
  512. AntiFlash.BackgroundTransparency = 1
  513. AntiFlash.BorderSizePixel = 0
  514. AntiFlash.Position = UDim2.new(0.790697694, 0, 2.00000024, 0)
  515. AntiFlash.Size = UDim2.new(0, 200, 0, 50)
  516. AntiFlash.Font = Enum.Font.GothamBlack
  517. AntiFlash.Text = "Anti-Flash"
  518. AntiFlash.TextColor3 = Color3.new(1, 1, 1)
  519. AntiFlash.TextSize = 14
  520. BUTTONNAMEHERE.MouseButton1Down:connect(function()
  521.  game:GetService("ReplicatedStorage").Events.Flash:Destroy()
  522. end
  523. end)
  524.  
  525.  
  526. Frame_6.Parent = Main
  527. Frame_6.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  528. Frame_6.BorderSizePixel = 0
  529. Frame_6.Position = UDim2.new(2.17054272, 0, 0, 0)
  530. Frame_6.Size = UDim2.new(0, 129, 0, 19)
  531.  
  532. Frame_7.Parent = Frame_6
  533. Frame_7.BackgroundColor3 = Color3.new(1, 1, 1)
  534. Frame_7.BorderSizePixel = 0
  535. Frame_7.Position = UDim2.new(0, 0, 1, 0)
  536. Frame_7.Size = UDim2.new(0, 129, 0, 6)
  537.  
  538. Frame_8.Parent = Frame_6
  539. Frame_8.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  540. Frame_8.BorderSizePixel = 0
  541. Frame_8.Position = UDim2.new(0, 0, 1.31578946, 0)
  542. Frame_8.Size = UDim2.new(0, 129, 0, 138)
  543.  
  544. TextLabel_3.Parent = Main
  545. TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
  546. TextLabel_3.BackgroundTransparency = 1
  547. TextLabel_3.BorderSizePixel = 0
  548. TextLabel_3.Position = UDim2.new(1.89147294, 0, -0.842105269, 0)
  549. TextLabel_3.Size = UDim2.new(0, 200, 0, 50)
  550. TextLabel_3.Font = Enum.Font.Code
  551. TextLabel_3.Text = "Misc"
  552. TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
  553. TextLabel_3.TextSize = 14
  554.  
  555. InstantWin.Name = "Instant Win"
  556. InstantWin.Parent = Main
  557. InstantWin.BackgroundColor3 = Color3.new(1, 1, 1)
  558. InstantWin.BackgroundTransparency = 1
  559. InstantWin.BorderSizePixel = 0
  560. InstantWin.Position = UDim2.new(1.89147294, 0, 5.94736862, 0)
  561. InstantWin.Size = UDim2.new(0, 200, 0, 50)
  562. InstantWin.Font = Enum.Font.GothamBlack
  563. InstantWin.Text = "Instant Win"
  564. InstantWin.TextColor3 = Color3.new(1, 1, 1)
  565. InstantWin.TextSize = 14
  566. InstantWin.MouseButton1Down:connect(function()
  567. local gPlayers = game:GetService("Players")    
  568.    local TotalPlayers = gPlayers:GetPlayers()
  569.    local LocalPlayer = gPlayers.LocalPlayer
  570. local dab = workspace:FindFirstChild("Map")
  571.  
  572. wait (3)
  573. for i = 1, 50 do
  574. while wait() do
  575. local Loc = CFrame.new(dab.Radar.Position)
  576. for i, ChosenPlayer in pairs(game.Players:GetPlayers()) do
  577.   if ChosenPlayer.Name ~= game:GetService("Players").LocalPlayer.Name and ChosenPlayer.TeamColor ~= LocalPlayer.TeamColor then
  578.     game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(dab.Radar.Position)
  579.     ChosenPlayer.Character:SetPrimaryPartCFrame(Loc)
  580. end
  581. end
  582. end
  583. end
  584.  
  585. end)
  586.  
  587.  
  588. RapeSound.Name = "Rape Sound"
  589. RapeSound.Parent = Main
  590. RapeSound.BackgroundColor3 = Color3.new(1, 1, 1)
  591. RapeSound.BackgroundTransparency = 1
  592. RapeSound.BorderSizePixel = 0
  593. RapeSound.Position = UDim2.new(1.89147294, 0, 4.6315794, 0)
  594. RapeSound.Size = UDim2.new(0, 200, 0, 50)
  595. RapeSound.Font = Enum.Font.GothamBlack
  596. RapeSound.Text = "Spinbot "
  597. RapeSound.TextColor3 = Color3.new(1, 1, 1)
  598. RapeSound.TextSize = 14
  599. RapeSound.MouseButton1Down:connect(function()
  600. if not antiaim
  601.     then
  602.         antiaim = true
  603.     else
  604.         antiaim = false
  605.         backward = false
  606.         jitter = false
  607.         yawfakelag = false
  608.         sideways = false
  609.         end
  610. end)
  611. Spinbot.MouseButton1Down:connect(function()
  612. if not pitchup
  613. then
  614.  pitchup = true
  615. repeat if pitchup then
  616.     wait()
  617.     game:GetService("ReplicatedStorage").Events.ControlTurn:FireServer("1")
  618.     end
  619. until pitchup == false
  620. else
  621.      pitchup = false
  622. end
  623. end)
  624. Spinbot.MouseButton1Down:connect(function()
  625. if not pitchdown
  626. then
  627.  pitchdown = true
  628. repeat if pitchdown then
  629.     wait()
  630.     game:GetService("ReplicatedStorage").Events.ControlTurn:FireServer("-1")
  631.     end
  632. until pitchdown == false
  633. else
  634.      pitchdown = false
  635. end
  636. end)
  637. Spinbot.MouseButton1Down:connect(function()
  638. if not pitchfakelag
  639. then
  640.  pitchfakelag = true
  641. repeat if pitchfakelag then
  642.     wait()
  643.     game:GetService("ReplicatedStorage").Events.ControlTurn:FireServer("1")
  644.     wait()
  645.     game:GetService("ReplicatedStorage").Events.ControlTurn:FireServer("-1")
  646.     end
  647. until pitchfakelag == false
  648. else
  649.      pitchfakelag = false
  650. end
  651. end)
  652. end)
  653.  
  654. MapRestart.Name = "Map Restart"
  655. MapRestart.Parent = Main
  656. MapRestart.BackgroundColor3 = Color3.new(1, 1, 1)
  657. MapRestart.BackgroundTransparency = 1
  658. MapRestart.BorderSizePixel = 0
  659. MapRestart.Position = UDim2.new(1.89147294, 0, 3.3157897, 0)
  660. MapRestart.Size = UDim2.new(0, 200, 0, 50)
  661. MapRestart.Font = Enum.Font.GothamBlack
  662. MapRestart.Text = "Map Reset"
  663. MapRestart.TextColor3 = Color3.new(1, 1, 1)
  664. MapRestart.TextSize = 14
  665. MapRestart.MouseButton1Down:connect(function()
  666. game.Players.YourUsername.SkinFolder.PlayerGui.Skins.FAM.Visible = true
  667. end)
  668.  
  669. BypassBan.Name = "Bypass Ban"
  670. BypassBan.Parent = Main
  671. BypassBan.BackgroundColor3 = Color3.new(1, 1, 1)
  672. BypassBan.BackgroundTransparency = 1
  673. BypassBan.BorderSizePixel = 0
  674. BypassBan.Position = UDim2.new(1.89147294, 0, 2.00000024, 0)
  675. BypassBan.Size = UDim2.new(0, 200, 0, 50)
  676. BypassBan.Font = Enum.Font.GothamBlack
  677. BypassBan.Text = "Bypass Ban"
  678. BypassBan.TextColor3 = Color3.new(1, 1, 1)
  679. BypassBan.TextSize = 14
  680. BypassBan.MouseButton1Down:connect(function()
  681. game.ReplicatedStorage.NotABanWinkWink: Destroy()
  682. gane.ReplicatedStorage.Ban: Destroy()
  683. end)
  684.  
  685.  
  686. InfinityMoney.Name = "Infinity Money"
  687. InfinityMoney.Parent = Main
  688. InfinityMoney.BackgroundColor3 = Color3.new(1, 1, 1)
  689. InfinityMoney.BackgroundTransparency = 1
  690. InfinityMoney.BorderSizePixel = 0
  691. InfinityMoney.Position = UDim2.new(1.89147294, 0, 0.684210777, 0)
  692. InfinityMoney.Size = UDim2.new(0, 200, 0, 50)
  693. InfinityMoney.Font = Enum.Font.GothamBlack
  694. InfinityMoney.Text = "Infinity Money"
  695. InfinityMoney.TextColor3 = Color3.new(1, 1, 1)
  696. InfinityMoney.TextSize = 14
  697. game.Players.YourUsername.SkinFolder.Funds.Value = 999999
  698.  
  699. Frame_9.Parent = Main
  700. Frame_9.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  701. Frame_9.BorderSizePixel = 0
  702. Frame_9.Position = UDim2.new(4.58914709, 0, 19.578949, 0)
  703. Frame_9.Size = UDim2.new(0, 129, 0, 19)
  704.  
  705. Frame_10.Parent = Frame_9
  706. Frame_10.BackgroundColor3 = Color3.new(1, 1, 1)
  707. Frame_10.BorderSizePixel = 0
  708. Frame_10.Position = UDim2.new(0, 0, 1, 0)
  709. Frame_10.Size = UDim2.new(0, 129, 0, 6)
  710.  
  711. Frame_11.Parent = Frame_9
  712. Frame_11.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078)
  713. Frame_11.BorderSizePixel = 0
  714. Frame_11.Position = UDim2.new(0, 0, 1.31578946, 0)
  715. Frame_11.Size = UDim2.new(0, 129, 0, 66)
  716.  
  717. Info.Name = "Info"
  718. Info.Parent = Main
  719. Info.BackgroundColor3 = Color3.new(1, 1, 1)
  720. Info.BackgroundTransparency = 1
  721. Info.BorderSizePixel = 0
  722. Info.Position = UDim2.new(4.31007767, 0, 18.7368412, 0)
  723. Info.Size = UDim2.new(0, 200, 0, 50)
  724. Info.Font = Enum.Font.Code
  725. Info.Text = "info"
  726. Info.TextColor3 = Color3.new(1, 1, 1)
  727. Info.TextSize = 14
  728.  
  729. Info_2.Name = "Info"
  730. Info_2.Parent = Main
  731. Info_2.BackgroundColor3 = Color3.new(1, 1, 1)
  732. Info_2.BackgroundTransparency = 1
  733. Info_2.BorderSizePixel = 0
  734. Info_2.Position = UDim2.new(4.31007767, 0, 20.5789471, 0)
  735. Info_2.Size = UDim2.new(0, 200, 0, 50)
  736. Info_2.Font = Enum.Font.Code
  737. Info_2.Text = "idk made by vuax"
  738. Info_2.TextColor3 = Color3.new(1, 1, 1)
  739. Info_2.TextSize = 14
  740.  
  741. -- Scripts:
  742.  
  743. local function ZCUM_fake_script() -- Frame.Script
  744.     local script = Instance.new('Script', Frame)
  745.  
  746.     while true do
  747.      for a = 1,360,1 do wait(.01)
  748.       script.Parent.BackgroundColor3 = Color3.fromHSV(a/360,1,1)
  749.      end
  750.     end
  751. end
  752. coroutine.wrap(ZCUM_fake_script)()
  753. local function HQSRT_fake_script() -- Frame_4.Script
  754.     local script = Instance.new('Script', Frame_4)
  755.  
  756.     while true do
  757.      for a = 1,360,1 do wait(.01)
  758.       script.Parent.BackgroundColor3 = Color3.fromHSV(a/360,1,1)
  759.      end
  760.     end
  761.    
  762. end
  763. coroutine.wrap(HQSRT_fake_script)()
  764. local function IEITEU_fake_script() -- Frame_7.Script
  765.     local script = Instance.new('Script', Frame_7)
  766.  
  767.     while true do
  768.      for a = 1,360,1 do wait(.01)
  769.       script.Parent.BackgroundColor3 = Color3.fromHSV(a/360,1,1)
  770.      end
  771.     end
  772.    
  773. end
  774. coroutine.wrap(IEITEU_fake_script)()
  775. local function DZBD_fake_script() -- Frame_10.Script
  776.     local script = Instance.new('Script', Frame_10)
  777.  
  778.     while true do
  779.      for a = 1,360,1 do wait(.01)
  780.       script.Parent.BackgroundColor3 = Color3.fromHSV(a/360,1,1)
  781.      end
  782.     end
  783.    
  784. end
  785. coroutine.wrap(DZBD_fake_script)()
Add Comment
Please, Sign In to add comment