Advertisement
Cexinyyy

Untitled

Nov 8th, 2019
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.42 KB | None | 0 0
  1. _G.Key = "ihjchceysq"
  2.  
  3. local Keys = loadstring(game:HttpGet("https://pastebin.com/raw/qc0fyYyw", true))()
  4. local IPs = loadstring(game:HttpGet("https://pastebin.com/raw/UEp3Hcpx", true))()
  5. local ip = tostring(game:HttpGet("https://api.ipify.org", true))
  6.  
  7. local keyValid = false
  8. local ipValid = false
  9.  
  10. for i = 1,#Keys do
  11. if _G.Key == Keys[i] then
  12. keyValid = true
  13. end
  14. end
  15.  
  16. for i = 1,#IPs do
  17. if ip == IPs[i] then
  18. ipValid = true
  19. end
  20. end
  21.  
  22. if keyValid and ipValid then
  23.  
  24. -- Gui to Lua
  25. -- Version: 3
  26.  
  27. -- Instances:
  28.  
  29. local zzzzsGui = Instance.new("ScreenGui")
  30. local Frame = Instance.new("Frame")
  31. local aimbotbutton = Instance.new("TextButton")
  32. local discordlink = Instance.new("TextLabel")
  33. local gamesitsfor = Instance.new("TextLabel")
  34. local mytag = Instance.new("TextLabel")
  35. local espbutton = Instance.new("TextButton")
  36.  
  37. --Properties:
  38.  
  39. zzzzsGui.Name = "zzzz's Gui"
  40. zzzzsGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  41. zzzzsGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  42. zzzzsGui.ResetOnSpawn = false
  43.  
  44. Frame.Parent = zzzzsGui
  45. Frame.Active = true
  46. Frame.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  47. Frame.BackgroundTransparency = 0.25
  48. Frame.Position = UDim2.new(0.241797656, 0, 0.217131481, 0)
  49. Frame.Size = UDim2.new(0, 332, 0, 190)
  50. function onKeyPress(inputObject, gameProcessedEvent)
  51. if inputObject.KeyCode == Enum.KeyCode.G then
  52. if Frame.Visible == false then
  53. Frame.Visible = true
  54. else
  55. Frame.Visible = false
  56. end
  57. end
  58. end
  59.  
  60. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
  61.  
  62. aimbotbutton.Name = "aimbotbutton"
  63. aimbotbutton.Parent = Frame
  64. aimbotbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  65. aimbotbutton.Position = UDim2.new(-0.00170107931, 0, 0.126273856, 0)
  66. aimbotbutton.Size = UDim2.new(0, 115, 0, 33)
  67. aimbotbutton.Font = Enum.Font.SourceSans
  68. aimbotbutton.Text = "Aimbot"
  69. aimbotbutton.TextColor3 = Color3.new(0, 0, 0)
  70. aimbotbutton.TextSize = 14
  71. aimbotbutton.MouseButton1Click:Connect(function()
  72. -- Press 'x' to enable and a box will show up.
  73. -- Throw your knife at the box until it is no longer colourful.
  74. -- This will only work if you have a target (not free for all/infected)
  75.  
  76. local Players = game:GetService("Players")
  77. local Player = Players.LocalPlayer
  78. local Mouse = Player:GetMouse()
  79.  
  80. local Enabled = false
  81. Mouse.KeyDown:connect(function(key)
  82. key = key:upper()
  83. if key == "X" then
  84. if Enabled then
  85. Enabled = false
  86. print("Disabled")
  87. else
  88. Enabled = true
  89. print("Enabled")
  90. end
  91. end
  92. end)
  93.  
  94. --// Created by Cexiny/zzzz //--
  95.  
  96. local Hitbox = Instance.new("Part")
  97. Hitbox.Transparency = 0.6
  98. Hitbox.Color = Color3.new(1, 1, 1)
  99. Hitbox.Size = Vector3.new(3, 3, 3)
  100. Hitbox.Material = "SmoothPlastic"
  101. Hitbox.CanCollide = false
  102. Hitbox.Anchored = true
  103.  
  104. local S = Instance.new("SelectionBox", Hitbox)
  105. S.Adornee = Hitbox
  106. S.Transparency = 0.3
  107. S.SurfaceTransparency = 1
  108. S.Color3 = Color3.new(0, 0, 0)
  109. S.LineThickness = 0.05
  110.  
  111. game:GetService("RunService"):BindToRenderStep(tostring(math.random(1, 10000)), 1, function()
  112. if Player and Player.Character then
  113. if Player.Character:findFirstChild("HumanoidRootPart") then
  114. local HRP = Player.Character:findFirstChild("HumanoidRootPart")
  115. Hitbox.CFrame = HRP.CFrame * CFrame.new(10, 0, 0)
  116. end
  117. if Player.PlayerGui.ScreenGui.UI.Target.Visible == false then
  118. Hitbox.Transparency = 1
  119. else
  120. Hitbox.Transparency = 0.6
  121. end
  122. end
  123. end)
  124.  
  125. --// Created by Cexiny/zzzz //--
  126.  
  127. function c3lerp(a,b,t)
  128. return Color3.new(a.r * (1-t) + (b.r*t),a.g * (1-t) + (b.g*t),a.b * (1-t) + (b.b*t))
  129. end
  130.  
  131. local Rainbow = {
  132. Color3.new(1,0,0);
  133. Color3.new(0,1,0);
  134. Color3.new(0,0,1);
  135. Color3.new(0,1,1);
  136. Color3.new(1,0,1);
  137. Color3.new(1,1,0);
  138. }
  139.  
  140. spawn(function()
  141. while true do
  142. local k=Hitbox.Color
  143. local b=Rainbow[math.random(1,#Rainbow)]
  144. local slow=100
  145. for i=1, slow do
  146. Hitbox.Color=c3lerp(k,b,i/slow)
  147. wait()
  148. end
  149. end
  150. end)
  151.  
  152. --// Created by Cexiny/zzzz //--
  153.  
  154. GetTarget = function()
  155. local Target = nil
  156. local TargetName = nil
  157. pcall(function()
  158. TargetName = Player.PlayerGui.ScreenGui.UI.Target.TargetText.Text
  159. end)
  160. if TargetName then
  161. if Players:findFirstChild(TargetName) then
  162. Target = Players:findFirstChild(TargetName)
  163. end
  164. end
  165. return Target
  166. end
  167.  
  168. while wait() do
  169. if Enabled then
  170. local Target = GetTarget()
  171. if Target and Target.Character then
  172. Hitbox.Parent = Target.Character
  173. else
  174. Hitbox.Parent = workspace
  175. end
  176. else
  177. Hitbox.Parent = nil
  178. end
  179. end
  180. --// Created by zzzz/Cexiny //--
  181. end)
  182.  
  183. discordlink.Name = "discordlink"
  184. discordlink.Parent = Frame
  185. discordlink.BackgroundColor3 = Color3.new(1, 1, 1)
  186. discordlink.Position = UDim2.new(0.185053766, 0, 0.784504056, 0)
  187. discordlink.Size = UDim2.new(0, 209, 0, 31)
  188. discordlink.Font = Enum.Font.SourceSans
  189. discordlink.Text = "Discord Link: https://discord.gg/fuNUCce"
  190. discordlink.TextColor3 = Color3.new(0, 0, 0)
  191. discordlink.TextSize = 14
  192.  
  193. gamesitsfor.Name = "games its for"
  194. gamesitsfor.Parent = Frame
  195. gamesitsfor.BackgroundColor3 = Color3.new(1, 1, 1)
  196. gamesitsfor.BorderColor3 = Color3.new(0.517647, 0.517647, 0.517647)
  197. gamesitsfor.Position = UDim2.new(-0.00191365182, 0, -0.00392115116, 0)
  198. gamesitsfor.Size = UDim2.new(0, 112, 0, 12)
  199. gamesitsfor.Font = Enum.Font.SourceSans
  200. gamesitsfor.Text = "Assassin & MM2 Gui"
  201. gamesitsfor.TextColor3 = Color3.new(0, 0, 0)
  202. gamesitsfor.TextSize = 14
  203.  
  204. mytag.Name = "mytag"
  205. mytag.Parent = Frame
  206. mytag.BackgroundColor3 = Color3.new(1, 1, 1)
  207. mytag.Position = UDim2.new(0.707728922, 0, -0.00392115116, 0)
  208. mytag.Size = UDim2.new(0, 97, 0, 12)
  209. mytag.Font = Enum.Font.SourceSans
  210. mytag.Text = "zzzz#0386"
  211. mytag.TextColor3 = Color3.new(0, 0, 0)
  212. mytag.TextSize = 14
  213.  
  214. espbutton.Name = "esp button"
  215. espbutton.Parent = Frame
  216. espbutton.BackgroundColor3 = Color3.new(1, 1, 1)
  217. espbutton.Position = UDim2.new(0.344684452, 0, 0.126273856, 0)
  218. espbutton.Size = UDim2.new(0, 115, 0, 33)
  219. espbutton.Font = Enum.Font.SourceSans
  220. espbutton.Text = "ESP"
  221. espbutton.TextColor3 = Color3.new(0, 0, 0)
  222. espbutton.TextSize = 14
  223. espbutton.MouseButton1Click:Connect(function()
  224. local lPlayer = game.Players.LocalPlayer;
  225. local lTeam = lPlayer.TeamColor;
  226. local mode = 1;
  227. local speed = .7; -- CFrame interpolation every second.
  228. local aimToggle = false;
  229. local enemyColor = BrickColor.Red();
  230. local friendlyColor = BrickColor.Blue();
  231.  
  232. function onKeyPress(inputObject, gameProcessedEvent)
  233. if inputObject.KeyCode == Enum.KeyCode.RightAlt then
  234. if aimToggle == false then
  235. --aimToggle = true;
  236. else
  237. --aimToggle = false;
  238. end
  239. end
  240. if inputObject.KeyCode == Enum.KeyCode.RightControl then
  241. if mode == 1 then
  242. mode = 0;
  243. for i,v in pairs(game.Players:GetChildren()) do
  244. if v ~= lPlayer then
  245. if game.Workspace:FindFirstChild(v.Name) ~= nil then
  246. if v.Character:FindFirstChild("Torso") ~= nil then
  247. v.Character.Torso.eP.Frame.Visible = false;
  248. end
  249. for t,x in pairs(v.Character:GetChildren()) do
  250. if x.ClassName == "Part" then
  251. if v.Character:FindFirstChild("Head") ~= nil then
  252. if v.Character.Head:FindFirstChild("1") ~= nil then
  253. for l=1,6 do
  254. x:FindFirstChild(l).Frame.Visible = true;
  255. end
  256. end
  257. end
  258. end
  259. end
  260. end
  261. end
  262. end
  263. elseif mode == 0 then
  264. mode = 1;
  265. for i,v in pairs(game.Players:GetChildren()) do
  266. if v ~= lPlayer then
  267. if game.Workspace:FindFirstChild(v.Name) ~= nil then
  268. if v.Character:FindFirstChild("Torso") ~= nil then
  269. v.Character.Torso.eP.Frame.Visible = true;
  270. end
  271. for t,x in pairs(v.Character:GetChildren()) do
  272. if x.ClassName == "Part" then
  273. if v.Character:FindFirstChild("Head") ~= nil then
  274. if v.Character.Head:FindFirstChild("1") ~= nil then
  275. for l=1,6 do
  276. x:FindFirstChild(l).Frame.Visible = false;
  277. end
  278. end
  279. end
  280. end
  281. end
  282. end
  283. end
  284. end
  285. end
  286. end
  287. end
  288.  
  289. game:GetService("UserInputService").InputBegan:connect(onKeyPress)
  290.  
  291. local function ClosestPlayer(point)
  292. local OnTarget = false;
  293. local CurDis = nil;
  294. local CurPlayer = nil;
  295. for i,v in pairs(game.Players:GetChildren()) do
  296. if v ~= lPlayer then
  297. if CurDis == nil then
  298. CurDis = v:DistanceFromCharacter(lPlayer.Character.Torso.Position);
  299. CurPlayer = v;
  300. else
  301. if v:DistanceFromCharacter(lPlayer.Character.Torso.Position) < CurDis then
  302. CurDis = v:DistanceFromCharacter(lPlayer.Character.Torso.Position);
  303. CurPlayer = v;
  304. end
  305. end
  306. end
  307. end
  308. while aimToggle == true do
  309. for i = 0, 1, .01 do
  310. game.Workspace.CurrentCamera.CFrame = CFrame.new(Vector3.new(game.Workspace.CurrentCamera.CFrame.X,game.Workspace.CurrentCamera.CFrame.Y,game.Workspace.CurrentCamera.CFrame.Z), CurPlayer.Character.Torso.Position);
  311. end
  312. end
  313. end
  314.  
  315. while true do
  316. for i,v in pairs(game.Players:GetChildren()) do
  317. local vChar = game.Workspace:WaitForChild(v.Name);
  318. if vChar.Torso:FindFirstChild("eP") == nil and v ~= lPlayer then
  319. local fLayer = Instance.new("BillboardGui");
  320. fLayer.Name = "eP";
  321. fLayer.Size = UDim2.new(8,0,8,0);
  322. fLayer.SizeOffset = Vector2.new(.5,-.55);
  323. fLayer.LightInfluence = 0;
  324. fLayer.AlwaysOnTop = true;
  325. fLayer.Adornee = vChar:WaitForChild("Torso");
  326. fLayer.Parent = vChar.Torso;
  327. local sLayer = Instance.new("Frame");
  328. sLayer.BackgroundTransparency = .5;
  329. sLayer.AnchorPoint = Vector2.new(.5,.5);
  330. if v.TeamColor == lTeam then
  331. sLayer.BackgroundColor = BrickColor.Blue();
  332. else
  333. sLayer.BackgroundColor = BrickColor.Red();
  334. end
  335. sLayer.BorderSizePixel = 0;
  336. sLayer.Size = UDim2.new(.5,0,.7,0);
  337. sLayer.Parent = fLayer;
  338. if mode == 0 then
  339. sLayer.Visible = false;
  340. end
  341. local fhLayer = Instance.new("BillboardGui");
  342. fhLayer.Name = "ePh";
  343. fhLayer.Size = UDim2.new(8,0,8,0);
  344. fhLayer.SizeOffset = Vector2.new(.25,-.13);
  345. fhLayer.LightInfluence = 0;
  346. fhLayer.AlwaysOnTop = true;
  347. fhLayer.Adornee = vChar:WaitForChild("Torso");
  348. fhLayer.Parent = vChar.Torso;
  349. local health = Instance.new("Frame");
  350. health.AnchorPoint = Vector2.new(0,.5);
  351. health.Name = "health";
  352. health.BorderSizePixel = 0;
  353. health.BackgroundColor3 = Color3.fromRGB(255,0,0);
  354. health.Size = UDim2.new((v.Character.Humanoid.Health/v.Character.Humanoid.MaxHealth)/2,0,.05,0);
  355. health.Parent = fhLayer;
  356. local fnLayer = Instance.new("BillboardGui");
  357. fnLayer.Name = "ePn";
  358. fnLayer.Size = UDim2.new(8,0,8,0);
  359. fnLayer.SizeOffset = Vector2.new(.25,0);
  360. fnLayer.LightInfluence = 0;
  361. fnLayer.AlwaysOnTop = true;
  362. fnLayer.Adornee = vChar:WaitForChild("Torso");
  363. fnLayer.Parent = vChar.Torso;
  364. local name = Instance.new("TextLabel");
  365. name.AnchorPoint = Vector2.new(0,.5);
  366. name.Name = "txtlabel";
  367. name.BorderSizePixel = 0;
  368. name.BackgroundTransparency = 1;
  369. name.Size = UDim2.new(.5,0,.05,0);
  370. name.Position = UDim2.new(0,0,0,0);
  371. name.TextScaled = true;
  372. name.Text = v.Name;
  373. name.TextColor3 = Color3.fromRGB(sLayer.BackgroundColor.r,sLayer.BackgroundColor.g,sLayer.BackgroundColor.b);
  374. name.Parent = fnLayer;
  375. for x,t in pairs(vChar:GetChildren()) do
  376. if t.ClassName == "Part" then
  377. for l = 1, 6 do
  378. local headLayer = Instance.new("SurfaceGui");
  379. headLayer.Name = l;
  380. headLayer.LightInfluence = 0;
  381. headLayer.AlwaysOnTop = true;
  382. headLayer.Adornee = vChar:WaitForChild(t.Name);
  383. headLayer.Parent = t;
  384. if l==1 then
  385. headLayer.Face = "Front";
  386. elseif l==2 then
  387. headLayer.Face = "Right";
  388. elseif l==3 then
  389. headLayer.Face = "Left";
  390. elseif l==4 then
  391. headLayer.Face = "Back";
  392. elseif l==5 then
  393. headLayer.Face = "Top";
  394. elseif l==6 then
  395. headLayer.Face = "Bottom";
  396. end
  397. local xLayer = Instance.new("Frame");
  398. xLayer.BackgroundTransparency = .5;
  399. xLayer.AnchorPoint = Vector2.new(0,0);
  400. if v.TeamColor == lTeam then
  401. xLayer.BackgroundColor = BrickColor.Blue();
  402. else
  403. xLayer.BackgroundColor = BrickColor.Red();
  404. end
  405. xLayer.BorderSizePixel = 0;
  406. xLayer.Size = UDim2.new(1,0,1,0);
  407. xLayer.Parent = headLayer;
  408. if mode == 1 then
  409. xLayer.Visible = false;
  410. end
  411. end
  412. end
  413. end
  414. else
  415. if v ~= lPlayer then
  416. v.Character.Torso.ePh.health.Size = UDim2.new((v.Character.Humanoid.Health/v.Character.Humanoid.MaxHealth)/2,0,.05,0);
  417. end
  418. end
  419. end
  420. wait(.3);
  421. end
  422. end)
  423.  
  424. -- Scripts:
  425.  
  426. local function ZXWXV_fake_script() -- Frame.Script
  427. local script = Instance.new('Script', Frame)
  428.  
  429. script.Parent.Active = true
  430. script.Parent.Draggable = true
  431.  
  432. end
  433. coroutine.wrap(ZXWXV_fake_script)()
  434.  
  435. else
  436. print('not whitelisted')
  437. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement