Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.90 KB | None | 0 0
  1. local function G(x)
  2. if not game:GetService(x) then
  3. return'Incorrect service!'
  4. end
  5. return game:GetService(x)
  6. end
  7. local _WL = false
  8. plr = G'Players'.LocalPlayer
  9. local AUTH = { ["CENSORED"] = "CENSORED", ["CENSORED"] = "CENSORED" }
  10. local Whitelist = Instance.new("ScreenGui", game:GetService'CoreGui')
  11. local Frame_ = Instance.new("Frame")
  12. local Title_ = Instance.new("TextLabel")
  13. local User = Instance.new("TextBox")
  14. local Enter_ = Instance.new("TextButton" e = "Title" Title_.Parent = Frame_ Title_.BackgroundColor3 = Color3.new(0.490196, 0.490196, 0.490196) Title_.BackgroundTransparency = 0.44999998807907 Title_.BorderSizePixel = 0 Title_.Position = UDim2.new(0.00300300308, 0, -0.115107916, 0) Title_.Size = UDim2.new(1, 0, 0.111510791, 0) Title_.ZIndex = 2 Title_.Font = Enum.Font.SourceSans Title_.FontSize = Enum.FontSize.Size24 Title_.Text = "JurD" Title_.TextColor3 = Color3.new(1, 1, 1) Title_.TextSize = 24 Title_.TextWrapped = true User.Name = "User" User.Parent = Frame_ User.BackgroundColor3 = Color3.new(0.443137, 0.443137, 0.443137) User.BorderColor3 = Color3.new(0, 0, 0) User.BorderSizePixel = 5 User.Position = UDim2.new(0.0399999991, 0, 0.125, 0) User.Size = UDim2.new(0.925000012, 0, 0.25, 0) User.Font = Enum.Font.SourceSans User.FontSize = Enum.FontSize.Size14 User.Text = "Username" User.TextColor3 = Color3.new(0, 0, 0) User.TextScaled = true User.TextSize = 14 User.TextWrapped = true Enter_.Name = "Enter" Enter_.Parent = Frame_ Enter_.BackgroundColor3 = Color3.new(0.443137, 0.443137, 0.443137) Enter_.BorderColor3 = Color3.new(0, 0, 0) Enter_.BorderSizePixel = 5 Enter_.Position = UDim2.new(0.200000003, 0, 0.850000024, 0) Enter_.Size = UDim2.new(0.581081092, 0, 0.115107916, 0) Enter_.Font = Enum.Font.SourceSans Enter_.FontSize = Enum.FontSize.Size14 Enter_.Text = "Enter" Enter_.TextColor3 = Color3.new(0, 0, 0) Enter_.TextScaled = true Enter_.TextSize = 14 Enter_.TextWrapped = true Pass.Name = "Pass" Pass.Parent = Frame_ Pass.BackgroundColor3 = Color3.new(0.443137, 0.443137, 0.443137) Pass.BorderColor3 = Color3.new(0, 0, 0) Pass.BorderSizePixel = 5 Pass.Position = UDim2.new(0.0399999991, 0, 0.535000026, 0) Pass.Size = UDim2.new(0.925000012, 0, 0.25, 0) Pass.Font = Enum.Font.SourceSans Pass.FontSize = Enum.FontSize.Size14 Pass.Text = "Password" Pass.TextColor3 = Color3.new(0, 0, 0) Pass.TextScaled = true Pass.TextSize = 14 Pass.TextWrapped = true
  15. local function WL(u,p)
  16. return true
  17. end
  18. Enter_.MouseButton1Down:connect(function()
  19. if WL()then
  20. Enter_.Text = 'Whitelisted!'
  21. wait(3)
  22. Whitelist:Destroy()
  23. _WL = true
  24. else
  25. Enter_.Text = 'Whitelisted!'
  26. wait(3)
  27. Whitelist:Destroy()
  28. _WL = true
  29. end
  30. end)
  31. local function dap(x)
  32. for _,v in pairs(G'Players':GetPlayers()) do
  33. if string.find(v.Name, x)then
  34. return v
  35. end
  36. end
  37. end
  38. local function _dap(x)
  39. for _,v in pairs(workspace:GetChildren())do
  40. if string.find(v.Name, x)and v:IsA'Model'and v:FindFirstChild'Humanoid'then
  41. return vR
  42. end
  43. end
  44. end
  45. local function Get(x, w) if w == 'Char'then if workspace:FindFirstChild(x)then return workspace:WaitForChild(x) elseif G'Players':FindFirstChild(x)then repeat wait(.5)until G'Players':WaitForChild(x).Character return G'Players':WaitForChild(x).Character elseif _dap(x)then return _dap(x) elseif G'ReplicatedStorage':FindFirstChild(x)then return G'ReplicatedStorage':FindFirstChild(x) elseif x == 'me'then if plr.Character then return plr.Character elseif workspace:FindFirstChild(plr.Name)then return workspace:WaitForChild(plr.Name) elseif _dap(x)then return _dap(x) elseif G'ReplicatedStorage':FindFirstChild(plr.Name)then return G'ReplicatedStorage':FindFirstChild(plr.Name) end --[[elseif x == 'others'then local Q = {} for _,v in pairs(game:GetService'Players':GetPlayers())do if v ~= plr and v.Character then local err,succ = pcall(function()table.insert(Q, v.Character)end) end end wait();return Q elseif x == 'all'then local Q = {} for _,v in pairs(game:GetService'Players':GetPlayers())do if v.Character then local err,succ = pcall(function()table.insert(Q, v.Character)end) end end wait();return Q]] end elseif w == 'Player'then if game:GetService'Players':FindFirstChild(x)then return G'Players':WaitForChild(x) elseif workspace:FindFirstChild(x)and G'Players':GetPlayerFromCharacter(x)then return G'Players':GetPlayerFromCharacter(x) elseif dap(x)then return dap(x) elseif x == 'me'then return plr --[[elseif x == 'others'then local Q = {} for _,v in pairs(game:GetService'Players':GetPlayers())do if v ~= plr then local err,succ = pcall(function()table.insert(Q, v)end) end end wait();return Q elseif x == 'all'then local Q = {} for _,v in pairs(game:GetService'Players':GetPlayers())do local err,succ = pcall(function()table.insert(Q, v)end) end wait();return Q]] end end end repeat wait(.5)until _WL local Gui = Instance.new("ScreenGui", G'CoreGui') local Grab = Instance.new("Frame") local Body = Instance.new("Frame") local PlayerName = Instance.new("TextBox") local Hacker = Instance.new("TextButton") local FF = Instance.new("TextButton") local Duck = Instance.new("TextButton") local Btools = Instance.new("TextButton") local Shrek = Instance.new("TextButton") local Invisible = Instance.new("TextButton") local Visible = Instance.new("TextButton") local Kill = Instance.new("TextButton") local Crash = Instance.new("TextButton") local Punish = Instance.new("TextButton") local MLG = Instance.new("TextButton") local Goto = Instance.new("TextButton") local Bring = Instance.new("TextButton") local Unpunish = Instance.new("TextButton") local God = Instance.new("TextButton") local Dong = Instance.new("TextButton") local Famous = Instance.new("TextButton") local Keemstar = Instance.new("TextButton") local ValueBox = Instance.new("TextBox") local Page1 = Instance.new("TextButton") local Page2 = Instance.new("TextButton") local Page3 = Instance.new("TextButton") local Health = Instance.new("TextButton") local SCrash = Instance.new("TextButton") local UnFF = Instance.new("TextButton") local Title = Instance.new("TextLabel") local Close = Instance.new("TextButton") Gui.Name = math.random() Grab.Name = "Grab" Grab.Parent = Gui Grab.Active = true Grab.BackgroundColor3 = Color3.new(0, 0, 0) Grab.BackgroundTransparency = 0.75 Grab.BorderColor3 = Color3.new(0, 0, 0) Grab.BorderSizePixel = 0 Grab.Draggable = true Grab.Position = UDim2.new(0.200000003, 0, 0.200000003, 0) Grab.Size = UDim2.new(0.200000003, 0, 0.0500000007, 0) Body.Name = "Body" Body.Parent = Grab Body.Active = true Body.BackgroundColor3 = Color3.new(0.32549, 0.32549, 0.298039) Body.BorderSizePixel = 0 Body.Position = UDim2.new(0, 0, 0, 24) Body.Size = UDim2.new(0, 250, 0, 350) Body.ZIndex = 2 PlayerName.Name = "PlayerName" PlayerName.Parent = Body PlayerName.BackgroundColor3 = Color3.new(1, 1, 1) PlayerName.BorderSizePixel = 0 PlayerName.Position = UDim2.new(0.032097958, 0, 0, 20) PlayerName.Size = UDim2.new(0.449371427, 0, 0, 28) PlayerName.ZIndex = 2 PlayerName.Font = Enum.Font.SourceSans PlayerName.FontSize = Enum.FontSize.Size14 PlayerName.Text = "Player Name" PlayerName.TextScaled = true PlayerName.TextSize = 14 PlayerName.TextWrapped = true Hacker.Name = "Hacker" Hacker.Parent = Body Hacker.BackgroundColor3 = Color3.new(0, 0, 0) Hacker.BorderSizePixel = 0 Hacker.Position = UDim2.new(0.368355215, 0, 0, 64) Hacker.Size = UDim2.new(0.272262543, 0, 0, 26) Hacker.ZIndex = 2 Hacker.Font = Enum.Font.SourceSans Hacker.FontSize = Enum.FontSize.Size14 Hacker.Text = "Hacker" Hacker.TextColor3 = Color3.new(1, 1, 1) Hacker.TextScaled = true Hacker.TextSize = 14 Hacker.TextStrokeTransparency = 0 Hacker.TextWrapped = true FF.Name = "FF" FF.Parent = Body FF.BackgroundColor3 = Color3.new(0, 0, 0) FF.BorderSizePixel = 0 FF.Position = UDim2.new(0.672648609, 0, 0, 64) FF.Size = UDim2.new(0.272262543, 0, 0, 26) FF.ZIndex = 2 FF.Font = Enum.Font.SourceSans FF.FontSize = Enum.FontSize.Size14 FF.Text = "FF" FF.TextColor3 = Color3.new(1, 1, 1) FF.TextScaled = true FF.TextSize = 14 FF.TextStrokeTransparency = 0 FF.TextWrapped = true Duck.Name = "Duck" Duck.Parent = Body Duck.BackgroundColor3 = Color3.new(0, 0, 0) Duck.BorderSizePixel = 0 Duck.Position = UDim2.new(0.0480463319, 0, 0, 104) Duck.Size = UDim2.new(0.272262543, 0, 0, 26) Duck.ZIndex = 2 Duck.Font = Enum.Font.SourceSans Duck.FontSize = Enum.FontSize.Size14 Duck.Text = "Duck" Duck.TextColor3 = Color3.new(1, 1, 1) Duck.TextScaled = true Duck.TextSize = 14 Duck.TextStrokeTransparency = 0 Duck.TextWrapped = true Btools.Name = "Btools" Btools.Parent = Body Btools.BackgroundColor3 = Color3.new(0, 0, 0) Btools.BorderSizePixel = 0 Btools.Position = UDim2.new(0.672648609, 0, 0, 104) Btools.Size = UDim2.new(0.272262543, 0, 0, 26) Btools.ZIndex = 2 Btools.Font = Enum.Font.SourceSans Btools.FontSize = Enum.FontSize.Size14 Btools.Text = "BTools" Btools.TextColor3 = Color3.new(1, 1, 1) Btools.TextScaled = true Btools.TextSize = 14 Btools.TextStrokeTransparency = 0 Btools.TextWrapped = true Shrek.Name = "Shrek" Shrek.Parent = Body Shrek.BackgroundColor3 = Color3.new(0, 0, 0) Shrek.BorderSizePixel = 0 Shrek.Position = UDim2.new(0.0480463319, 0, 0, 148) Shrek.Size = UDim2.new(0.272262543, 0, 0, 26) Shrek.ZIndex = 2 Shrek.Font = Enum.Font.SourceSans Shrek.FontSize = Enum.FontSize.Size14 Shrek.Text = "Shrek" Shrek.TextColor3 = Color3.new(1, 1, 1) Shrek.TextScaled = true Shrek.TextSize = 14 Shrek.TextStrokeTransparency = 0 Shrek.TextWrapped = true Invisible.Name = "Invisible" Invisible.Parent = Body Invisible.BackgroundColor3 = Color3.new(0, 0, 0) Invisible.BorderSizePixel = 0 Invisible.Position = UDim2.new(0.368355215, 0, 0, 148) Invisible.Size = UDim2.new(0.272262543, 0, 0, 26) Invisible.ZIndex = 2 Invisible.Font = Enum.Font.SourceSans Invisible.FontSize = Enum.FontSize.Size14 Invisible.Text = "Invisible" Invisible.TextColor3 = Color3.new(1, 1, 1) Invisible.TextScaled = true Invisible.TextSize = 14 Invisible.TextStrokeTransparency = 0 Invisible.TextWrapped = true Visible.Name = "Visible" Visible.Parent = Body Visible.BackgroundColor3 = Color3.new(0, 0, 0) Visible.BorderSizePixel = 0 Visible.Position = UDim2.new(0.672648609, 0, 0, 148) Visible.Size = UDim2.new(0.272262543, 0, 0, 26) Visible.ZIndex = 2 Visible.Font = Enum.Font.SourceSans Visible.FontSize = Enum.FontSize.Size14 Visible.Text = "Visible" Visible.TextColor3 = Color3.new(1, 1, 1) Visible.TextScaled = true Visible.TextSize = 14 Visible.TextStrokeTransparency = 0 Visible.TextWrapped = true Kill.Name = "Kill" Kill.Parent = Body Kill.BackgroundColor3 = Color3.new(0, 0, 0) Kill.BorderSizePixel = 0 Kill.Position = UDim2.new(0.0480463319, 0, 0, 192) Kill.Size = UDim2.new(0.272262543, 0, 0, 26) Kill.ZIndex = 2 Kill.Font = Enum.Font.SourceSans Kill.FontSize = Enum.FontSize.Size14 Kill.Text = "Kill" Kill.TextColor3 = Color3.new(1, 1, 1) Kill.TextScaled = true Kill.TextSize = 14 Kill.TextStrokeTransparency = 0 Kill.TextWrapped = true Crash.Name = "Crash" Crash.Parent = Body Crash.BackgroundColor3 = Color3.new(0, 0, 0) Crash.BorderSizePixel = 0 Crash.Position = UDim2.new(0.368355215, 0, 0, 192) Crash.Size = UDim2.new(0.272262543, 0, 0, 26) Crash.ZIndex = 2 Crash.Font = Enum.Font.SourceSans Crash.FontSize = Enum.FontSize.Size14 Crash.Text = "Crash" Crash.TextColor3 = Color3.new(1, 1, 1) Crash.TextScaled = true Crash.TextSize = 14 Crash.TextStrokeTransparency = 0 Crash.TextWrapped = true Punish.Name = "Punish" Punish.Parent = Body Punish.BackgroundColor3 = Color3.new(0, 0, 0) Punish.BorderSizePixel = 0 Punish.Position = UDim2.new(0.672648609, 0, 0, 192) Punish.Size = UDim2.new(0.272262543, 0, 0, 26) Punish.ZIndex = 2 Punish.Font = Enum.Font.SourceSans Punish.FontSize = Enum.FontSize.Size14 Punish.Text = "Punish" Punish.TextColor3 = Color3.new(1, 1, 1) Punish.TextScaled = true Punish.TextSize = 14 Punish.TextStrokeTransparency = 0 Punish.TextWrapped = true MLG.Name = "MLG" MLG.Parent = Body MLG.BackgroundColor3 = Color3.new(0, 0, 0) MLG.BorderSizePixel = 0 MLG.Position = UDim2.new(0.0480463319, 0, 0, 236) MLG.Size = UDim2.new(0.272262543, 0, 0, 26) MLG.ZIndex = 2 MLG.Font = Enum.Font.SourceSans MLG.FontSize = Enum.FontSize.Size14 MLG.Text = "MLG" MLG.TextColor3 = Color3.new(1, 1, 1) MLG.TextScaled = true MLG.TextSize = 14 MLG.TextStrokeTransparency = 0 MLG.TextWrapped = true Goto.Name = "Goto" Goto.Parent = Body Goto.BackgroundColor3 = Color3.new(0, 0, 0) Goto.BorderSizePixel = 0 Goto.Position = UDim2.new(0.368355215, 0, 0, 236) Goto.Size = UDim2.new(0.272262543, 0, 0, 26) Goto.ZIndex = 2 Goto.Font = Enum.Font.SourceSans Goto.FontSize = Enum.FontSize.Size14 Goto.Text = "Goto" Goto.TextColor3 = Color3.new(1, 1, 1) Goto.TextScaled = true Goto.TextSize = 14 Goto.TextStrokeTransparency = 0 Goto.TextWrapped = true Bring.Name = "Bring" Bring.Parent = Body Bring.BackgroundColor3 = Color3.new(0, 0, 0) Bring.BorderSizePixel = 0 Bring.Position = UDim2.new(0.672648609, 0, 0, 236) Bring.Size = UDim2.new(0.272262543, 0, 0, 26) Bring.ZIndex = 2 Bring.Font = Enum.Font.SourceSans Bring.FontSize = Enum.FontSize.Size14 Bring.Text = "Bring" Bring.TextColor3 = Color3.new(1, 1, 1) Bring.TextScaled = true Bring.TextSize = 14 Bring.TextStrokeTransparency = 0 Bring.TextWrapped = true Unpunish.Name = "Unpunish" Unpunish.Parent = Body Unpunish.BackgroundColor3 = Color3.new(0, 0, 0) Unpunish.BorderSizePixel = 0 Unpunish.Position = UDim2.new(0.368355215, 0, 0, 284) Unpunish.Size = UDim2.new(0.272262543, 0, 0, 26) Unpunish.ZIndex = 2 Unpunish.Font = Enum.Font.SourceSans Unpunish.FontSize = Enum.FontSize.Size14 Unpunish.Text = "Unpunish" Unpunish.TextColor3 = Color3.new(1, 1, 1) Unpunish.TextScaled = true Unpunish.TextSize = 14 Unpunish.TextStrokeTransparency = 0 Unpunish.TextWrapped = true God.Name = "God" God.Parent = Body God.BackgroundColor3 = Color3.new(0, 0, 0) God.BorderSizePixel = 0 God.Position = UDim2.new(0.0480463319, 0, 0, 64) God.Size = UDim2.new(0.272262543, 0, 0, 26) God.ZIndex = 2 God.Font = Enum.Font.SourceSans God.FontSize = Enum.FontSize.Size14 God.Text = "God" God.TextColor3 = Color3.new(1, 1, 1) God.TextScaled = true God.TextSize = 14 God.TextStrokeTransparency = 0 God.TextWrapped = true Dong.Name = "Dong" Dong.Parent = Body Dong.BackgroundColor3 = Color3.new(0, 0, 0) Dong.BorderSizePixel = 0 Dong.Position = UDim2.new(0.368355215, 0, 0, 104) Dong.Size = UDim2.new(0.272262543, 0, 0, 26) Dong.ZIndex = 2 Dong.Font = Enum.Font.SourceSans Dong.FontSize = Enum.FontSize.Size14 Dong.Text = "Dong" Dong.TextColor3 = Color3.new(1, 1, 1) Dong.TextScaled = true Dong.TextSize = 14 Dong.TextStrokeTransparency = 0 Dong.TextWrapped = true Famous.Name = "Famous" Famous.Parent = Body Famous.BackgroundColor3 = Color3.new(0, 0, 0) Famous.BorderSizePixel = 0 Famous.Position = UDim2.new(0.674057126, 0, 0, 284) Famous.Size = UDim2.new(0.272262543, 0, 0, 26) Famous.ZIndex = 2 Famous.Font = Enum.Font.SourceSans Famous.FontSize = Enum.FontSize.Size14 Famous.Text = "Famous" Famous.TextColor3 = Color3.new(1, 1, 1) Famous.TextScaled = true Famous.TextSize = 14 Famous.TextStrokeTransparency = 0 Famous.TextWrapped = true Keemstar.Name = "Keemstar" Keemstar.Parent = Body Keemstar.BackgroundColor3 = Color3.new(0, 0, 0) Keemstar.BorderSizePixel = 0 Keemstar.Position = UDim2.new(0.048146937, 0, 0, 284) Keemstar.Size = UDim2.new(0.272262543, 0, 0, 26) Keemstar.ZIndex = 2 Keemstar.Font = Enum.Font.SourceSans Keemstar.FontSize = Enum.FontSize.Size14 Keemstar.Text = "Keemstar" Keemstar.TextColor3 = Color3.new(1, 1, 1) Keemstar.TextScaled = true Keemstar.TextSize = 14 Keemstar.TextStrokeTransparency = 0 Keemstar.TextWrapped = true ValueBox.Name = "ValueBox" ValueBox.Parent = Body ValueBox.BackgroundColor3 = Color3.new(1, 1, 1) ValueBox.BorderSizePixel = 0 ValueBox.Position = UDim2.new(0.513567328, 0, 0, 20) ValueBox.Size = UDim2.new(0.465420425, 0, 0, 28) ValueBox.ZIndex = 2 ValueBox.Font = Enum.Font.SourceSans ValueBox.FontSize = Enum.FontSize.Size14 ValueBox.Text = "Value" ValueBox.TextScaled = true ValueBox.TextSize = 14 ValueBox.TextWrapped = true Page1.Name = "Page1" Page1.Parent = Body Page1.BackgroundColor3 = Color3.new(0, 0, 0) Page1.BorderSizePixel = 0 Page1.Position = UDim2.new(0, 0, 0, 349) Page1.Size = UDim2.new(0.328334004, 0, 0, 20) Page1.ZIndex = 2 Page1.Font = Enum.Font.SourceSans Page1.FontSize = Enum.FontSize.Size14 Page1.Text = "Page 1" Page1.TextColor3 = Color3.new(1, 1, 1) Page1.TextScaled = true Page1.TextSize = 14 Page1.TextStrokeTransparency = 0 Page1.TextWrapped = true Page2.Name = "Page2" Page2.Parent = Body Page2.BackgroundColor3 = Color3.new(0, 0, 0) Page2.BorderSizePixel = 0 Page2.Position = UDim2.new(0.336342156, 0, 0, 349) Page2.Size = UDim2.new(0.328334004, 0, 0, 20) Page2.ZIndex = 2 Page2.Font = Enum.Font.SourceSans Page2.FontSize = Enum.FontSize.Size14 Page2.Text = "Page 2" Page2.TextColor3 = Color3.new(1, 1, 1) Page2.TextScaled = true Page2.TextSize = 14 Page2.TextStrokeTransparency = 0 Page2.TextWrapped = true Page3.Name = "Page3" Page3.Parent = Body Page3.BackgroundColor3 = Color3.new(0, 0, 0) Page3.BorderSizePixel = 0 Page3.Position = UDim2.new(0.672684312, 0, 0, 349) Page3.Size = UDim2.new(0.328334004, 0, 0, 20) Page3.ZIndex = 2 Page3.Font = Enum.Font.SourceSans Page3.FontSize = Enum.FontSize.Size14 Page3.Text = "Page 3" Page3.TextColor3 = Color3.new(1, 1, 1) Page3.TextScaled = true Page3.TextSize = 14 Page3.TextStrokeTransparency = 0 Page3.TextWrapped = true Health.Name = "Health" Health.Parent = Body Health.BackgroundColor3 = Color3.new(0, 0, 0) Health.BorderSizePixel = 0 Health.Position = UDim2.new(0.0480000004, 0, 0.914285719, 0) Health.Size = UDim2.new(0.263999999, 0, 0.0485714301, 0) Health.ZIndex = 2 Health.Font = Enum.Font.SourceSans Health.FontSize = Enum.FontSize.Size14 Health.Text = "MaxHealth" Health.TextColor3 = Color3.new(1, 1, 1) Health.TextScaled = true Health.TextSize = 14 Health.TextStrokeTransparency = 0 Health.TextWrapped = true SCrash.Name = "SCrash" SCrash.Parent = Body SCrash.BackgroundColor3 = Color3.new(0, 0, 0) SCrash.BorderSizePixel = 0 SCrash.Position = UDim2.new(0.379999995, 0, 0.920000017, 0) SCrash.Size = UDim2.new(0.263999999, 0, 0.0485714301, 0) SCrash.ZIndex = 2 SCrash.Font = Enum.Font.SourceSans SCrash.FontSize = Enum.FontSize.Size14 SCrash.Text = "Crash Server" SCrash.TextColor3 = Color3.new(1, 1, 1) SCrash.TextScaled = true SCrash.TextSize = 14 SCrash.TextStrokeTransparency = 0 SCrash.TextWrapped = true UnFF.Name = "Un-FF" UnFF.Parent = Body UnFF.BackgroundColor3 = Color3.new(0, 0, 0) UnFF.BorderSizePixel = 0 UnFF.Position = UDim2.new(0.671999991, 0, 0.922857165, 0) UnFF.Size = UDim2.new(0.263999999, 0, 0.0485714301, 0) UnFF.ZIndex = 2 UnFF.Font = Enum.Font.SourceSans UnFF.FontSize = Enum.FontSize.Size14 UnFF.Text = "Un-FF" UnFF.TextColor3 = Color3.new(1, 1, 1) UnFF.TextScaled = true UnFF.TextSize = 14 UnFF.TextStrokeTransparency = 0 UnFF.TextWrapped = true Title.Name = "Title" Title.Parent = Grab Title.BackgroundColor3 = Color3.new(1, 1, 1) Title.BackgroundTransparency = 1 Title.BorderSizePixel = 0 Title.Position = UDim2.new(0.349999994, 0, 0, -5) Title.Size = UDim2.new(0.263999999, 0, 0, 28) Title.ZIndex = 2 Title.Font = Enum.Font.SourceSans Title.FontSize = Enum.FontSize.Size24 Title.Text = "Cracked" Title.TextColor3 = Color3.new(1, 1, 1) Title.TextSize = 24 Title.TextWrapped = true Close.Name = "Close" Close.Parent = Title Close.BackgroundColor3 = Color3.new(1, 0, 0) Close.BorderSizePixel = 0 Close.Position = UDim2.new(2.5, 0, 0.300000012, 0) Close.Size = UDim2.new(0, 20, 0, 20) Close.ZIndex = 2 Close.Font = Enum.Font.SourceSans Close.FontSize = Enum.FontSize.Size42 Close.Text = "-" Close.TextColor3 = Color3.new(0, 0, 0) Close.TextSize = 42 Close.TextWrapped = true --[[Page1.MouseButton1Down:connect(function() end)]] Page2.MouseButton1Down:connect(function() local Gui = Instance.new("ScreenGui" , G'CoreGui') Gui.Name = math.random() local Pull = Instance.new("Frame" ,Gui) Pull.Name = "Grab" Pull.Active = true Pull.BackgroundColor3 = Color3.new(0, 0, 0) Pull.BackgroundTransparency = 0 Pull.BorderSizePixel = 0 Pull.Position = UDim2.new(0.2, 0, 0, 164) Pull.Size = UDim2.new(0.157, 0, 0, 24) Pull.Draggable = true local Close_ = Instance.new("TextButton" ,Pull) Close_.Name = "Close" Close_.BackgroundColor3 = Color3.new(1, 1, 1) Close_.BackgroundTransparency = 1 Close_.BorderSizePixel = 0 Close_.Position = UDim2.new(0.904999971, 0, 0, -10) Close_.Size = UDim2.new(0, 20, 0, 20) Close_.ZIndex = 2 Close_.Font = Enum.Font.SourceSans Close_.FontSize = Enum.FontSize.Size24 Close_.Text = "-" Close_.TextColor3 = Color3.new(1, 1, 1) Close_.TextSize = 24 local Body = Instance.new("Frame" ,Pull) Body.Name = "Body" Body.Active = true Body.BackgroundColor3 = Color3.new(0.32549, 0.32549, 0.298039) Pull.BackgroundTransparency = 0.8 Body.BorderSizePixel = 0 Body.Position = UDim2.new(0, 0, 0, 24) Body.Size = UDim2.new(0, 250, 0, 350) Body.ZIndex = 2 local Title = Instance.new("TextLabel" ,Pull) Title.Name = "Title" Title.BackgroundColor3 = Color3.new(1, 1, 1) Title.BackgroundTransparency = 1 Title.BorderSizePixel = 0 Title.Position = UDim2.new(0.349999994, 0, 0, -5) Title.Size = UDim2.new(0.263999999, 0, 0, 28) Title.ZIndex = 2 Title.Font = Enum.Font.SourceSans Title.FontSize = Enum.FontSize.Size24 Title.Text = "Apoc CMDS" Title.TextColor3 = Color3.new(1, 1, 1) Title.TextSize = 24 local PlayerName = Instance.new("TextBox" ,Body) PlayerName.Name = "PlayerName" PlayerName.BackgroundColor3 = Color3.new(1, 1, 1) PlayerName.BorderSizePixel = 0 PlayerName.Position = UDim2.new(0.032097958, 0, 0, 20) PlayerName.Size = UDim2.new(0.449371427, 0, 0, 28) PlayerName.ZIndex = 2 PlayerName.Font = Enum.Font.SourceSans PlayerName.FontSize = Enum.FontSize.Size14 PlayerName.Text = "Player Name" PlayerName.TextSize = 14 PlayerName.TextWrapped = true local Semigod = Instance.new("TextButton" ,Body) Semigod.Name = "Semigod" Semigod.BackgroundColor3 = Color3.new(0, 0, 0) Semigod.BorderSizePixel = 0 Semigod.Position = UDim2.new(0.368355215, 0, 0, 64) Semigod.Size = UDim2.new(0.272262543, 0, 0, 26) Semigod.ZIndex = 2 Semigod.Font = Enum.Font.SourceSans Semigod.FontSize = Enum.FontSize.Size14 Semigod.Text = "God" Semigod.TextColor3 = Color3.new(1, 1, 1) Semigod.TextSize = 14 Semigod.TextStrokeTransparency = 0 local KillAll = Semigod:Clone() KillAll.Name = 'KillAll' KillAll.Parent = Body KillAll.Position = UDim2.new(0.672648609, 0, 0, 64) KillAll.Text = 'Kill All' local KillPlr = Semigod:Clone() KillPlr.Name = 'KillPlr' KillPlr.Parent = Body KillPlr.Position = UDim2.new(0.0480463319, 0, 0, 104) KillPlr.Text = 'Kill' local Bring = Semigod:Clone() Bring.Name = 'Bring' Bring.Parent = Body Bring.Position = UDim2.new(0.672648609, 0, 0, 104) Bring.Text = 'Bring' local Goto2 = God:Clone() Goto2.Name = 'Goto' Goto2.Parent = Body Goto2.Position = UDim2.new(0.0480463319, 0, 0, 148) Goto2.Text = 'Goto' local TpAllMe = Semigod:Clone() TpAllMe.Name = 'TpAllMe' TpAllMe.Parent = Body TpAllMe.Position = UDim2.new(0.0480463319, 0, 0, 148) TpAllMe.Text = 'Bring All' local GiveBadges = Semigod:Clone() GiveBadges.Name = 'GiveBadges' GiveBadges.Parent = Body GiveBadges.Position = UDim2.new(0.368355215, 0, 0, 148) GiveBadges.Text = 'Give Badges' local FALKIT = Semigod:Clone() FALKIT.Name = 'SpawnFal' FALKIT.Parent = Body FALKIT.Position = UDim2.new(0.672648609, 0, 0, 148) FALKIT.Text = 'Fal Kit' local HungerThirst = God:Clone() HungerThirst.Name = 'HT' HungerThirst.Parent = Body HungerThirst.Position = UDim2.new(0.0480463319, 0, 0, 192) HungerThirst.Text = 'Hunger Thirst' local Valbox2 = PlayerName:Clone() Valbox2.Name = 'ValueBox' Valbox2.Parent = Body Valbox2.Position = UDim2.new(0.513567328, 0, 0, 20) Valbox2.Size= UDim2.new(0.465420425, 0, 0, 28) Valbox2.Text = 'Value' Semigod.MouseButton1Down:connect(function() local P = Get(PlayerName.Text,'Char') while wait(.25)do game:GetService'Lighting':WaitForChild'Remote':WaitForChild'AddHealth':FireServer(P:WaitForChild'Humanoid', 420699001) end end) -- ===================================================================== KillAll.MouseButton1Down:connect(function() for i,v in pairs(G'Players':GetPlayers())do repeat wait(.5)until v.Character game:GetService'Lighting':WaitForChild'Remote':WaitForChild'AddHealth':FireServer(v.Character:WaitForChild'Humanoid', -420699001) end end) -- ===================================================================== KillPlr.MouseButton1Down:connect(function() local P = Get(PlayerName.Text,'Char') game:GetService'Lighting':WaitForChild'Remote':WaitForChild'AddHealth':FireServer(P:WaitForChild'Humanoid', -420699001) end) -- ===================================================================== Bring.MouseButton1Down:connect(function() local P = Get(PlayerName.Text,'Player') game:GetService'Lighting':WaitForChild'Remote':WaitForChild"TeleportRequest":InvokeServer("To Me", math.floor(tick() % 1 * 100000), P) end) -- ===================================================================== Goto2.MouseButton1Down:connect(function() local P = Get(PlayerName.Text,'Player') game:GetService'Lighting':WaitForChild'Remote':WaitForChild"TeleportRequest":InvokeServer("Me To", math.floor(tick() % 1 * 100000), P) end) -- ===================================================================== TpAllMe.MouseButton1Down:connect(function() for i,v in pairs(G'Players':GetPlayers())do if v ~= plr then game:GetService'Lighting':WaitForChild'Remote':WaitForChild"TeleportRequest":InvokeServer("To Me", math.floor(tick() % 1 * 100000), v.Name) end end end) -- ===================================================================== GiveBadges.MouseButton1Down:connect(function() local ps = plr:WaitForChild'playerstats' ps:WaitForChild'PlayerKill':WaitForChild'Defensive'.Value = 75 ps:WaitForChild'ZombieKill':WaitForChild'Military'.Value = 751 ps:WaitForChild'Days'.Value = 30 end) -- ===================================================================== Close_.MouseButton1Down:connect(function() if Body.Visible then Close.Text = "+" Body.Visible = false else Close.Text = "-" Body.Visible = true end end) -- ===================================================================== FALKIT.MouseButton1Down:connect(function() local AO = G'Lighting':WaitForChild'Remote':WaitForChild'AddObject' local Pl = Get(PlayerName.Text,'Player'):WaitForChild'playerstats':WaitForChild'slots' AO:FireServer(Pl:WaitForChild'slotbackpack', 4016) wait(.1) AO:FireServer(Pl:WaitForChild'slotprimary', 1029) wait(.1) AO:FireServer(Pl:WaitForChild'slot1', 9013) wait(.1) AO:FireServer(Pl:WaitForChild'slot2', 9010) wait(.1) AO:FireServer(Pl:WaitForChild'slot3', 9005) wait(.1) for i = 3,10 do AO:FireServer(Pl:WaitForChild'slot'..i+1, 64) end wait(.1) for i = 11,19 do AO:FireServer(Pl:WaitForChild'slot'..i+1, 11) end wait(.1) warn'Objects spawned successfully!' end) end) Crash.MouseButton1Down:connect(function() local P = Get(PlayerName.Text,'Char'):WaitForChild'Humanoid' P.HipHeight = 1 * 0/0 end) Kill.MouseButton1Down:connect(function() local P = Get(PlayerName.Text,'Char'):BreakJoints() end) God.MouseButton1Down:connect(function() local P = Get(PlayerName.Text,'Char'):WaitForChild'Humanoid' P.MaxHealth = math.huge end) Bring.MouseButton1Down:connect(function() repeat wait(.5)until plr.Character local P = plr.Character:WaitForChild'Torso'.Position + Vector3.new(0,10,0) Get(PlayerName.Text,'Char'):MoveTo(P) end) Goto.MouseButton1Down:connect(function() local P = Get(PlayerName.Text,'Char'):WaitForChild'Torso'.Position + Vector3.new(0,10,0) repeat wait(.5)until plr.Character plr.Character:MoveTo(P) end) Keemstar.MouseButton1Down:connect(function() local p = Get(PlayerName.Text,'Char') local weld = Instance.new("Weld",p:WaitForChild'Torso') weld.Part0 = p.Torso local Harambe = Instance.new("Part",p:WaitForChild'Torso') Harambe.Anchored = true Harambe.CanCollide = false Harambe.Size = Vector3.new(3,2,6) Harambe.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0) weld.Part1 = Harambe weld.C1 = CFrame.new(0,-2,0) * CFrame.Angles(0,math.rad(270),0) Harambe.Anchored = false local HarambeMesh = Instance.new("SpecialMesh",Harambe) HarambeMesh.MeshType = Enum.MeshType.FileMesh HarambeMesh.Scale = Vector3.new(1,1,1) HarambeMesh.MeshId = "rbxassetid://471652548" HarambeMesh.TextureId = "rbxassetid://471652580" local weld2 = Instance.new("Weld",p:WaitForChild'Torso') weld2.Part0 = p.Torso local Smoke = Instance.new("Part",p:WaitForChild'Torso') Smoke.Anchored = true Smoke.CanCollide = false Smoke.Size = Vector3.new(0.2,1.8,0.2) Smoke.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0) weld2.Part1 = Smoke weld2.C1 = CFrame.new(0,-3,0) * CFrame.Angles(math.rad(270),0,0) Smoke.Anchored = false Smoke.Transparency = 1; local Particle = Instance.new("ParticleEmitter",Smoke) Particle.Rate = 666; Particle.Speed = NumberRange.new(5,10); Particle.Lifetime = NumberRange.new(0.5,1); local A = {NumberSequenceKeypoint.new(0, 0, 0),NumberSequenceKeypoint.new(1, 1, 0)} local B = {NumberSequenceKeypoint.new(0, 1, 0),NumberSequenceKeypoint.new(1, 0, 0)} Particle.Transparency = NumberSequence.new(A); Particle.Size = NumberSequence.new(A); Particle.Color = ColorSequence.new(Color3.new(85/255,1,0),Color3.new(85/255,1,0)) Particle.Rotation = NumberRange.new(-360, 360) Particle.VelocitySpread = 10; Particle.Texture = "rbxassetid://133619974" p:WaitForChild'Humanoid'.WalkSpeed = 50; for i,v in pairs(p:GetChildren())do if v:IsA"Part"then v.Transparency = 1; elseif v:IsA"Hat"or v:IsA'Model'then v:Destroy() end end local err,succ = pcall(function()p.Head.face:Destroy()end) local function SFX(id)local s=Instance.new("Sound",p:WaitForChild'Torso');s.SoundId = "rbxassetid://"..id; s.Volume = 1; return s; end Harambe.Touched:connect(function(z) if z.Parent and z.Parent:FindFirstChild'Humanoid'and not z.Parent.Name ~= plr.Name then G'Players':WaitForChild(z.Parent.Name).Character:BreakJoints() local Fart = SFX(131314452) Fart:Play() end end) local Music = SFX(433992205) Music.Looped = true wait() Music:Play() end) Duck.MouseButton1Down:connect(function() local m1 = Instance.new("SpecialMesh", Get(PlayerName.Text,'Char'):WaitForChild'Torso') m1.MeshType = "FileMesh" m1.TextureId = "http://www.roblox.com/asset/?id=9419827" m1.MeshId = "http://www.roblox.com/asset/?id=9419831" m1.Scale = Vector3.new(6, 6, 6) local P = Get(PlayerName.Text,'Char') local err,succ = pcall(function()for _,v in pairs(P:GetChildren())do if not v:IsA'Script'and not v:IsA'Humanoid'and not v:IsA'LocalScript'and not v:IsA'Model'then v.Transparency = 1 end end end) local err,succ = pcall(function()P.Head.face:Destroy()end) local err,succ = pcall(function()P:WaitForChild'Torso'.Transparency = 0 end) end) Hacker.MouseButton1Down:connect(function() local bill = Instance.new("BillboardGui", Get(PlayerName.Text,'Char'):WaitForChild'Head') bill.Size = UDim2.new(4, 0, 4.5, 0) bill.AlwaysOnTop = true local label = Instance.new("TextLabel", bill) label.Size = UDim2.new(2, 0, 1, 0) label.Position = UDim2.new(-0.5, 0, -0.5, 0) label.BackgroundTransparency = 1 label.FontSize = "Size24" label.TextColor3 = Color3.new(0,0,0) label.TextStrokeColor3 = Color3.new(0 ,0 ,0) label.TextStrokeTransparency = 0 label.Text = "Hacker" end) Punish.MouseButton1Down:connect(function() Get(PlayerName.Text,'Char').Parent = G'ReplicatedStorage' end) Unpunish.MouseButton1Down:connect(function() local err,succ = pcall(function()Get(PlayerName.Text,'Char').Parent = workspace Get(PlayerName.Text,'Char'):MakeJoints()end) end) Famous.MouseButton1Down:connect(function() game:GetService"RunService":BindToRenderStep("ew",0,function() for i,v in pairs(game:GetService'Players':GetPlayers())do repeat wait(.5)until v.Character v.Character:WaitForChild'Humanoid':MoveTo(Get(PlayerName.Text,'Char'):WaitForChild'Head'.Position) end end) end) Btools.MouseButton1Down:connect(function() local P = Get(PlayerName.Text,'Player') local a,b,c = Instance.new("HopperBin", P:WaitForChild'Backpack'),Instance.new("HopperBin", P:WaitForChild'Backpack'),Instance.new("HopperBin", P:WaitForChild'Backpack') a.BinType = 2 b.BinType = 3 c.BinType = 4 end) FF.MouseButton1Down:connect(function() Instance.new("ForceField", Get(PlayerName.Text,'Char')) end) MLG.MouseButton1Down:connect(function() local P = Get(PlayerName.Text,'Char'):WaitForChild'Torso' local pe = Instance.new("ParticleEmitter", P) pe.Texture = "http://www.roblox.com/asset/?id=8979672" pe.VelocitySpread = 50 local se = Instance.new("ParticleEmitter", P) se.Texture = "http://www.roblox.com/asset/?id=176067516" se.VelocitySpread = 50 local fe = Instance.new("ParticleEmitter", P) fe.Texture = "http://www.roblox.com/asset/?id=179012130" fe.VelocitySpread = 50 end) Dong.MouseButton1Down:connect(function() local P = Get(PlayerName.Text,'Char'):WaitForChild'Torso' local stick = Instance.new("Part", P) local c = Instance.new("CylinderMesh", stick) stick.Size = Vector3.new(2,8.2,2) stick.BrickColor = BrickColor.new("Pastel brown") stick.BottomSurface = "Smooth" stick.TopSurface = "Smooth" stick.Position = P.Position local wstick = Instance.new("Weld", P) wstick.Part0 = wstick.Parent wstick.Part1 = stick wstick.C1 = CFrame.new(Vector3.new(0,3.5,-1.5)) * CFrame.Angles(80,0,0) local ball1 = Instance.new("Part", P) ball1.BrickColor = stick.BrickColor ball1.Shape = "Ball" ball1.Size = Vector3.new(3,3,3) local wb1 = Instance.new("Weld", P) wb1.Part0 = wstick.Part0 wb1.Part1 = ball1 ball1.BottomSurface = "Smooth" ball1.TopSurface = "Smooth" wb1.C1 = CFrame.new(Vector3.new(-0.5,1.5,0)) local ball2 = ball1:clone() ball2.Parent = P local wb2 = Instance.new("Weld", P) wb2.Part0 = wstick.Part0 wb2.Part1 = ball2 wb2.C1 = CFrame.new(Vector3.new(0.5,1.5,0)) end) Invisible.MouseButton1Down:connect(function() local P = Get(PlayerName.Text,'Char') for _,v in pairs(P:GetChildren())do if v:IsA'Part'or v:IsA'UnionOperation'then local err,succ = pcall(function()v.Transparency = 1 end) end end local err,succ = pcall(function()P.Head.face:Destroy()end) end) Visible.MouseButton1Down:connect(function() local P = Get(PlayerName.Text,'Char') for _,v in pairs(P:GetChildren())do if v:IsA'Part'or v:IsA'UnionOperation'then local err,succ = pcall(function()v.Transparency = 0 end) end end local err,succ = pcall(function()P.HumanoidRootPart.Transparency = 1 end) end) Health.MouseButton1Down:connect(function() local P = Get(PlayerName.Text,'Char') P:WaitForChild'Humanoid'.MaxHealth = ValueBox wait() P:WaitForChild'Humanoid'.Health = ValueBox end) SCrash.MouseButton1Down:connect(function() workspace.Gravity = 0/0 end) UnFF.MouseButton1Down:connect(function() local P = Get(PlayerName.Text,'Char') for _,v in pairs(P:GetChildren())do if v:IsA'ForceField'then v:Destroy() end end end) Close.MouseButton1Down:connect(function() if Body.Visible then Close.Text = "+" Body.Visible = false else Close.Text = "-" Body.Visible = true end end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement