Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.56 KB | None | 0 0
  1. --[[
  2. Made By: Jmuse#3982
  3. Full credit to the original script makers
  4. Website: http://rbxcheats.com/
  5. Website: http://rbxcheats.com/
  6. Website: http://rbxcheats.com/
  7. Website: http://rbxcheats.com/
  8. Website: http://rbxcheats.com/
  9. Website: http://rbxcheats.com/
  10. Website: http://rbxcheats.com/
  11. Website: http://rbxcheats.com/
  12. Website: http://rbxcheats.com/
  13. Website: http://rbxcheats.com/
  14. Website: http://rbxcheats.com/
  15. Website: http://rbxcheats.com/
  16. Website: http://rbxcheats.com/
  17. Website: http://rbxcheats.com/
  18. Website: http://rbxcheats.com/
  19. Website: http://rbxcheats.com/
  20.  
  21.  
  22. Pastebin: https://pastebin.com/ckKpU8wj
  23. Pastebin: https://pastebin.com/ckKpU8wj
  24. Pastebin: https://pastebin.com/ckKpU8wj
  25. Pastebin: https://pastebin.com/ckKpU8wj
  26. Pastebin: https://pastebin.com/ckKpU8wj
  27. ]]
  28.  
  29.  
  30.  
  31. local ScreenGui = Instance.new("ScreenGui")
  32. local Main = Instance.new("Frame")
  33. local title = Instance.new("TextLabel")
  34. local mainbox1 = Instance.new("Frame")
  35. local maintitle = Instance.new("TextLabel")
  36. local Rs = Instance.new("TextButton")
  37. local ct = Instance.new("TextButton")
  38. local t = Instance.new("TextButton")
  39. local flash = Instance.new("TextButton")
  40. local smoke = Instance.new("TextButton")
  41. local smoketxt = Instance.new("TextLabel")
  42. local TextLabel = Instance.new("TextLabel")
  43. local flashtxt = Instance.new("TextLabel")
  44. local TextLabel_2 = Instance.new("TextLabel")
  45. local mainbox2 = Instance.new("Frame")
  46. local vistitle = Instance.new("TextLabel")
  47. local esp = Instance.new("TextButton")
  48. local espon = Instance.new("TextLabel")
  49. local espon2 = Instance.new("TextLabel")
  50. local title2 = Instance.new("TextLabel")
  51. --Properties:
  52.  
  53. ScreenGui.Parent = game.CoreGui
  54.  
  55.  
  56. Main.Name = "Main"
  57. Main.Parent = ScreenGui
  58. Main.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  59. Main.BorderColor3 = Color3.new(0.639216, 0.635294, 0.647059)
  60. Main.BorderSizePixel = 3
  61. Main.Position = UDim2.new(0.36891976, 0, 0.227272719, 0)
  62. Main.Size = UDim2.new(0, 415, 0, 443)
  63. Main.Visible = false
  64. Main.Active = true
  65. Main.Draggable = true
  66.  
  67. title.Name = "title"
  68. title.Parent = Main
  69. title.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  70. title.BorderColor3 = Color3.new(0.639216, 0.635294, 0.647059)
  71. title.BorderSizePixel = 3
  72. title.Size = UDim2.new(0, 415, 0, 24)
  73. title.Font = Enum.Font.SourceSans
  74. title.Text = "Legit Counter Blox GUI"
  75. title.TextColor3 = Color3.new(1, 1, 1)
  76. title.TextScaled = true
  77. title.TextSize = 14
  78. title.TextWrapped = true
  79.  
  80. mainbox1.Name = "mainbox1"
  81. mainbox1.Parent = Main
  82. mainbox1.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  83. mainbox1.BorderColor3 = Color3.new(0.639216, 0.635294, 0.647059)
  84. mainbox1.Position = UDim2.new(0.0746379048, 0, 0.123196498, 0)
  85. mainbox1.Size = UDim2.new(0, 354, 0, 250)
  86.  
  87. maintitle.Name = "maintitle"
  88. maintitle.Parent = mainbox1
  89. maintitle.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  90. maintitle.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  91. maintitle.Position = UDim2.new(0.0519550554, 0, -0.0348717906, 0)
  92. maintitle.Size = UDim2.new(0, 40, 0, 17)
  93. maintitle.Font = Enum.Font.SourceSansBold
  94. maintitle.Text = "Main"
  95. maintitle.TextColor3 = Color3.new(1, 1, 1)
  96. maintitle.TextScaled = true
  97. maintitle.TextSize = 14
  98. maintitle.TextWrapped = true
  99.  
  100. Rs.Name = "Rs"
  101. Rs.Parent = mainbox1
  102. Rs.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  103. Rs.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  104. Rs.Position = UDim2.new(0.0431444421, 0, 0.132102564, 0)
  105. Rs.Selectable = false
  106. Rs.Size = UDim2.new(0, 318, 0, 33)
  107. Rs.Selected = true
  108. Rs.Font = Enum.Font.SourceSansBold
  109. Rs.Text = "Respawn Player"
  110. Rs.TextColor3 = Color3.new(1, 1, 1)
  111. Rs.TextSize = 14
  112. Rs.TextXAlignment = Enum.TextXAlignment.Left
  113. Rs.MouseButton1Click:connect(function()
  114. game.ReplicatedStorage.Events.Spawnme:FireServer()
  115. end)
  116.  
  117. ct.Name = "ct"
  118. ct.Parent = mainbox1
  119. ct.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  120. ct.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  121. ct.Position = UDim2.new(0.0431444421, 0, 0.282102555, 0)
  122. ct.Selectable = false
  123. ct.Size = UDim2.new(0, 318, 0, 33)
  124. ct.Selected = true
  125. ct.Font = Enum.Font.SourceSansBold
  126. ct.Text = "Join CT"
  127. ct.TextColor3 = Color3.new(1, 1, 1)
  128. ct.TextSize = 14
  129. ct.TextXAlignment = Enum.TextXAlignment.Left
  130. ct.MouseButton1Click:connect(function()
  131. game.ReplicatedStorage.Events:FindFirstChild("JoinTeam"):FireServer("CT")
  132. end)
  133.  
  134. t.Name = "t"
  135. t.Parent = mainbox1
  136. t.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  137. t.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  138. t.Position = UDim2.new(0.0431444421, 0, 0.432102591, 0)
  139. t.Selectable = false
  140. t.Size = UDim2.new(0, 318, 0, 33)
  141. t.Selected = true
  142. t.Font = Enum.Font.SourceSansBold
  143. t.Text = "Join T"
  144. t.TextColor3 = Color3.new(1, 1, 1)
  145. t.TextSize = 14
  146. t.TextXAlignment = Enum.TextXAlignment.Left
  147. t.MouseButton1Click:connect(function()
  148. game.ReplicatedStorage.Events:FindFirstChild("JoinTeam"):FireServer("T")
  149. end)
  150.  
  151. flash.Name = "flash"
  152. flash.Parent = mainbox1
  153. flash.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  154. flash.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  155. flash.Position = UDim2.new(0.0431444421, 0, 0.582102537, 0)
  156. flash.Selectable = false
  157. flash.Size = UDim2.new(0, 318, 0, 33)
  158. flash.Selected = true
  159. flash.Font = Enum.Font.SourceSansBold
  160. flash.Text = "No Flash"
  161. flash.TextColor3 = Color3.new(1, 1, 1)
  162. flash.TextSize = 14
  163. flash.TextXAlignment = Enum.TextXAlignment.Left
  164. flash.MouseButton1Click:connect(function()
  165. game:GetService("ReplicatedStorage").Events.Flash:Destroy()
  166.  
  167. flash.Visible = false
  168. flashtxt.Visible = true
  169. TextLabel_2.Visible = true
  170. end)
  171.  
  172. smoke.Name = "smoke"
  173. smoke.Parent = mainbox1
  174. smoke.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  175. smoke.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  176. smoke.Position = UDim2.new(0.0431444421, 0, 0.732102513, 0)
  177. smoke.Selectable = false
  178. smoke.Size = UDim2.new(0, 318, 0, 33)
  179. smoke.Selected = true
  180. smoke.Font = Enum.Font.SourceSansBold
  181. smoke.Text = "No Smoke"
  182. smoke.TextColor3 = Color3.new(1, 1, 1)
  183. smoke.TextSize = 14
  184. smoke.TextXAlignment = Enum.TextXAlignment.Left
  185. smoke.MouseButton1Click:connect(function()
  186. game:GetService("ReplicatedStorage").Smoked:Destroy()
  187.  
  188. smoke.Visible = false
  189. smoketxt.Visible = true
  190. TextLabel.Visible = true
  191. end)
  192.  
  193. smoketxt.Name = "smoketxt"
  194. smoketxt.Parent = mainbox1
  195. smoketxt.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  196. smoketxt.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  197. smoketxt.Position = UDim2.new(0.0430000015, 0, 0.731999993, 0)
  198. smoketxt.Size = UDim2.new(0, 318, 0, 33)
  199. smoketxt.Visible = false
  200. smoketxt.Font = Enum.Font.SourceSansBold
  201. smoketxt.Text = "No Smoke"
  202. smoketxt.TextColor3 = Color3.new(1, 1, 1)
  203. smoketxt.TextSize = 14
  204. smoketxt.TextXAlignment = Enum.TextXAlignment.Left
  205.  
  206. TextLabel.Parent = smoketxt
  207. TextLabel.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  208. TextLabel.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  209. TextLabel.Position = UDim2.new(0.867634892, 0, -0.0240607262, 0)
  210. TextLabel.Size = UDim2.new(0, 45, 0, 33)
  211. TextLabel.Font = Enum.Font.SourceSansBold
  212. TextLabel.Text = "ON"
  213. TextLabel.TextColor3 = Color3.new(0, 1, 0)
  214. TextLabel.TextSize = 14
  215.  
  216. flashtxt.Name = "flashtxt"
  217. flashtxt.Parent = mainbox1
  218. flashtxt.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  219. flashtxt.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  220. flashtxt.Position = UDim2.new(0.0430000015, 0, 0.582000017, 0)
  221. flashtxt.Size = UDim2.new(0, 318, 0, 33)
  222. flashtxt.Visible = false
  223. flashtxt.Font = Enum.Font.SourceSansBold
  224. flashtxt.Text = "No Flash"
  225. flashtxt.TextColor3 = Color3.new(1, 1, 1)
  226. flashtxt.TextSize = 14
  227. flashtxt.TextXAlignment = Enum.TextXAlignment.Left
  228.  
  229. TextLabel_2.Parent = flashtxt
  230. TextLabel_2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  231. TextLabel_2.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  232. TextLabel_2.Position = UDim2.new(0.867634892, 0, -0.0240607988, 0)
  233. TextLabel_2.Size = UDim2.new(0, 45, 0, 33)
  234. TextLabel_2.Font = Enum.Font.SourceSansBold
  235. TextLabel_2.Text = "ON"
  236. TextLabel_2.TextColor3 = Color3.new(0, 1, 0)
  237. TextLabel_2.TextSize = 14
  238.  
  239. mainbox2.Name = "mainbox2"
  240. mainbox2.Parent = Main
  241. mainbox2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  242. mainbox2.BorderColor3 = Color3.new(0.639216, 0.635294, 0.647059)
  243. mainbox2.Position = UDim2.new(0.0715964437, 0, 0.728073895, 0)
  244. mainbox2.Size = UDim2.new(0, 354, 0, 66)
  245.  
  246. vistitle.Name = "vistitle"
  247. vistitle.Parent = mainbox2
  248. vistitle.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  249. vistitle.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  250. vistitle.Position = UDim2.new(0.0576047711, 0, -0.134629309, 0)
  251. vistitle.Size = UDim2.new(0, 47, 0, 17)
  252. vistitle.Font = Enum.Font.SourceSansBold
  253. vistitle.Text = "Visuals"
  254. vistitle.TextColor3 = Color3.new(1, 1, 1)
  255. vistitle.TextScaled = true
  256. vistitle.TextSize = 14
  257. vistitle.TextWrapped = true
  258.  
  259. esp.Name = "esp"
  260. esp.Parent = mainbox2
  261. esp.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  262. esp.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  263. esp.Position = UDim2.new(0.0487941578, 0, 0.236596718, 0)
  264. esp.Selectable = false
  265. esp.Size = UDim2.new(0, 318, 0, 33)
  266. esp.Selected = true
  267. esp.Font = Enum.Font.SourceSansBold
  268. esp.Text = "ESP"
  269. esp.TextColor3 = Color3.new(1, 1, 1)
  270. esp.TextSize = 14
  271. esp.TextWrapped = true
  272. esp.TextXAlignment = Enum.TextXAlignment.Left
  273. esp.MouseButton1Click:connect(function()
  274.  
  275. esp.Visible = false
  276. espon.Visible = true
  277.  
  278. -- ESP
  279.  
  280. local Player = game.Players.LocalPlayer
  281. repeat wait() until Player.Character
  282. local Character = Player.Character
  283. local Camera = game.Workspace.CurrentCamera
  284. local Head = Character:WaitForChild("Head")
  285. local UIP = game:GetService("UserInputService")
  286.  
  287. --Some variables for you to change
  288. local maxDistance = 1337
  289. local enemyTeamOnly = true
  290. local hotkey = Enum.KeyCode.LeftAlt
  291. --end of variables ya bitch
  292.  
  293. local function handleESP(Player)
  294. if Player and Player.Character and Player.Character:FindFirstChild("Head") then
  295. if Player.Character:FindFirstChild("Humanoid") and Player.Character.Humanoid.Health > 0 then
  296. if not Player.Character.Head:FindFirstChild("FuckMyAss") then
  297. local esp = Instance.new("SphereHandleAdornment")
  298. esp.AlwaysOnTop = true
  299. esp.Name = "FuckMyAss"
  300. esp.Adornee = Player.Character.Head
  301. esp.ZIndex = 1
  302. esp.Color3 = Color3.new(1, 0, 0)
  303. esp.Parent = Player.Character.Head
  304. end
  305. else
  306. if Player.Character.Head:FindFirstChild("FuckMyAss") then
  307. Player.Character.head.FuckMyAss:Destroy()
  308. end
  309. end
  310. end
  311. end
  312.  
  313. game:GetService("RunService").RenderStepped:connect(function()
  314. local closestP = nil
  315. local closestC = nil
  316. for i, c in pairs(game.Players:GetChildren()) do
  317. if c ~= Player and (not enemyTeamOnly or c.TeamColor ~= Player.TeamColor) and c.Character then
  318. spawn(function() handleESP(c) end)
  319. if UIP:IsKeyDown(hotkey) then
  320. local part = game.Workspace:FindPartOnRay(Ray.new(Head.CFrame.p, (c.Character.Head.CFrame.p - Head.CFrame.p).unit * maxDistance), Character, true, true)
  321. local dist = (c.Character.Head.CFrame.p - Head.CFrame.p).magnitude
  322. if part and c.Character:FindFirstChild(part.Name) and (not closestC or dist < closestC) then
  323. closestC = dist
  324. closestP = c
  325. end
  326. end
  327. end
  328. end
  329. if UIP:IsKeyDown(hotkey) then
  330. if closestP ~= nil and closestP.Character and closestP.Character:FindFirstChild("Humanoid") and closestP.Character.Humanoid.Health > 0 then
  331. Camera.CFrame = CFrame.new(Camera.CFrame.p, closestP.Character.Head.CFrame.p)
  332. end
  333. end
  334. end)
  335. end)
  336.  
  337. espon.Name = "espon"
  338. espon.Parent = mainbox2
  339. espon.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  340. espon.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  341. espon.Position = UDim2.new(0.0490000248, 0, 0.237000436, 0)
  342. espon.Size = UDim2.new(0, 50, 0, 32)
  343. espon.Visible = false
  344. espon.Font = Enum.Font.SourceSansBold
  345. espon.Text = "ESP"
  346. espon.TextColor3 = Color3.new(1, 1, 1)
  347. espon.TextSize = 14
  348. espon.TextXAlignment = Enum.TextXAlignment.Left
  349.  
  350. espon2.Name = "espon2"
  351. espon2.Parent = espon
  352. espon2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  353. espon2.BorderColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  354. espon2.Position = UDim2.new(5.48596668, 0, 0.0182504505, 0)
  355. espon2.Size = UDim2.new(0, 45, 0, 33)
  356. espon2.Font = Enum.Font.SourceSansBold
  357. espon2.Text = "ON"
  358. espon2.TextColor3 = Color3.new(0, 1, 0)
  359. espon2.TextSize = 14
  360.  
  361. title2.Name = "title2"
  362. title2.Parent = Main
  363. title2.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  364. title2.BorderColor3 = Color3.new(0.639216, 0.635294, 0.647059)
  365. title2.BorderSizePixel = 3
  366. title2.Position = UDim2.new(0, 0, 0.945823908, 0)
  367. title2.Size = UDim2.new(0, 415, 0, 24)
  368. title2.Font = Enum.Font.SourceSans
  369. title2.Text = "rbxcheats.com"
  370. title2.TextColor3 = Color3.new(1, 1, 1)
  371. title2.TextScaled = true
  372. title2.TextSize = 14
  373. title2.TextWrapped = true
  374. -- Scripts:
  375. function SCRIPT_JSHT67_FAKESCRIPT() -- Main.LocalScript
  376. local script = Instance.new('LocalScript')
  377. script.Parent = Main
  378. game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(key)
  379. if key:lower() == "f" then
  380. if script.Parent.Visible == false then
  381. script.Parent.Visible = true
  382. else
  383. script.Parent.Visible = false
  384. end
  385. end
  386. end)
  387.  
  388. end
  389. coroutine.resume(coroutine.create(SCRIPT_JSHT67_FAKESCRIPT))
  390.  
  391.  
  392. local CashLoop = true
  393.  
  394. function CashLoopF()
  395. game.Players.LocalPlayer.Cash.Value = 9999999
  396. end
  397.  
  398. while CashLoop == true do
  399. CashLoopF()
  400. wait(0.5)
  401. end
  402.  
  403.  
  404. game.StarterGui:SetCore("SendNotification",{Title="Tip:",Text="Press F To Open GUI!"})
  405.  
  406.  
  407. --[[
  408. Press "F" To Open GUI!
  409. ]]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement