Advertisement
bivakhiem114

pirete conquest

Mar 29th, 2019
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.47 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local Pirate = Instance.new("ScreenGui")
  5. local main = Instance.new("Frame")
  6. local credits = Instance.new("TextLabel")
  7. local tpdf = Instance.new("TextButton")
  8. local clicktp = Instance.new("TextButton")
  9. local antiban = Instance.new("TextButton")
  10. --Properties:
  11. Pirate.Name = "Pirate"
  12. Pirate.Parent = game.CoreGui
  13. Pirate.ZIndexBehavior = Enum.ZIndexBehavior.Siblin
  14.  
  15. main.Name = "main"
  16. main.Parent = Pirate
  17. main.BackgroundColor3 = Color3.new(1, 1, 1)
  18. main.Position = UDim2.new(0.0101936758, 0, 0.218023241, 0)
  19. main.Size = UDim2.new(0, 363, 0, 297)
  20. main.Active = true
  21. main.Draggble = true
  22.  
  23. credits.Name = "credits"
  24. credits.Parent = main
  25. credits.BackgroundColor3 = Color3.new(1, 1, 1)
  26. credits.Size = UDim2.new(0, 363, 0, 63)
  27. credits.Font = Enum.Font.SourceSans
  28. credits.Text = "Khiêm Channel"
  29. credits.TextColor3 = Color3.new(0, 0, 0)
  30. credits.TextSize = 30
  31.  
  32. tpdf.Name = "tpdf"
  33. tpdf.Parent = main
  34. tpdf.BackgroundColor3 = Color3.new(1, 1, 1)
  35. tpdf.Position = UDim2.new(0.185976654, 0, 0.212121218, 0)
  36. tpdf.Size = UDim2.new(0, 227, 0, 59)
  37. tpdf.Font = Enum.Font.SourceSans
  38. tpdf.Text = "TP FRUIT"
  39. tpdf.TextColor3 = Color3.new(0, 0, 0)
  40. tpdf.TextSize = 30
  41. tpdf.MouseButton1Down:connect(function()
  42. local a=Instance.new("ScreenGui")local b=Instance.new("Frame")local c=Instance.new("TextLabel")local d=Instance.new("TextButton")local e=Instance.new("TextButton")a.Parent=game.CoreGui;a.ZIndexBehavior=Enum.ZIndexBehavior.Sibling;b.Parent=a;b.BackgroundColor3=Color3.new(1,1,1)b.Position=UDim2.new(0.0540019348,0,0.150882825,0)b.Size=UDim2.new(0,385,0,264)b.Style=Enum.FrameStyle.DropShadow;b.Draggable=true;b.Active=true;c.Parent=b;c.BackgroundColor3=Color3.new(1,1,1)c.Position=UDim2.new(-0.00422331598,0,-0.0360422432,0)c.Size=UDim2.new(0,371,0,50)c.Font=Enum.Font.SourceSans;c.Text="By: ka roblox YT"c.TextColor3=Color3.new(0,0,0)c.TextSize=14;d.Name="TP DEVIL"d.Parent=b;d.BackgroundColor3=Color3.new(1,1,1)d.Position=UDim2.new(0.225974023,0,0.268939376,0)d.Size=UDim2.new(0,200,0,50)d.Style=Enum.ButtonStyle.RobloxRoundButton;d.Font=Enum.Font.SourceSans;d.Text="TP DEVIL"d.TextColor3=Color3.new(0.333333,0.666667,0)d.TextScaled=true;d.TextSize=1;d.TextWrapped=true;e.Name="TP CHEAT"e.Parent=b;e.BackgroundColor3=Color3.new(1,1,1)e.Position=UDim2.new(0.215584412,0,0.606060624,0)e.Size=UDim2.new(0,200,0,50)e.Style=Enum.ButtonStyle.RobloxRoundButton;e.Font=Enum.Font.SourceSans;e.Text="TP CHEAT"e.TextColor3=Color3.new(0,1,0)e.TextScaled=true;e.TextSize=14;e.TextWrapped=true;function SCRIPT_DHJB78_FAKESCRIPT()local f=Instance.new('LocalScript')f.Parent=d;d.MouseButton1Down:connect(function()local g=game.Players.LocalPlayer.Character.HumanoidRootPart;local h=game.Workspace;for i,j in pairs(h:GetChildren())do if j.ClassName=="Tool"then j.Handle.CFrame=g.CFrame end end end)end;coroutine.resume(coroutine.create(SCRIPT_DHJB78_FAKESCRIPT))function SCRIPT_OYAO78_FAKESCRIPT()local f=Instance.new('LocalScript')f.Parent=e;e.MouseButton1Down:connect(function()for k,l in pairs(game.Workspace.Chests:GetChildren())do l:MoveTo(game.Players.LocalPlayer.Character.UpperTorso.Position+Vector3.new(math.random(-10,10),0,math.random(-10,10)))end end)end;coroutine.resume(coroutine.create(SCRIPT_OYAO78_FAKESCRIPT))
  43. end)
  44.  
  45.  
  46.  
  47.  
  48. clicktp.Name = "clicktp"
  49. clicktp.Parent = main
  50. clicktp.BackgroundColor3 = Color3.new(1, 1, 1)
  51. clicktp.Position = UDim2.new(0.185976654, 0, 0.474747509, 0)
  52. clicktp.Size = UDim2.new(0, 227, 0, 59)
  53. clicktp.Font = Enum.Font.SourceSans
  54. clicktp.Text = "CLICK TP"
  55. clicktp.TextColor3 = Color3.new(0, 0, 0)
  56. clicktp.TextSize = 30
  57. clicktp.MouseButton1Down:connect(function()
  58. local Player = game.Players.LocalPlayer
  59. local Mouse = Player:GetMouse()
  60. local UserInputService = game:GetService('UserInputService')
  61.  
  62. local HoldingControl = false
  63.  
  64. Mouse.Button1Down:connect(function()
  65. if HoldingControl then
  66. Player.Character:MoveTo(Mouse.Hit.p)
  67. end
  68. end)
  69.  
  70. UserInputService.InputBegan:connect(function(Input, Processed)
  71. if Input.UserInputType == Enum.UserInputType.Keyboard then
  72. if Input.KeyCode == Enum.KeyCode.LeftControl then
  73. HoldingControl = true
  74. elseif Input.KeyCode == Enum.KeyCode.RightControl then
  75. HoldingControl = true
  76. end
  77. end
  78. end)
  79.  
  80. UserInputService.InputEnded:connect(function(Input, Processed)
  81. if Input.UserInputType == Enum.UserInputType.Keyboard then
  82. if Input.KeyCode == Enum.KeyCode.LeftControl then
  83. HoldingControl = false
  84. elseif Input.KeyCode == Enum.KeyCode.RightControl then
  85. HoldingControl = false
  86. end
  87. end
  88. end)
  89. end)
  90.  
  91. antiban.Name = "antiban"
  92. antiban.Parent = main
  93. antiban.BackgroundColor3 = Color3.new(1, 1, 1)
  94. antiban.Position = UDim2.new(0.185976654, 0, 0.740740776, 0)
  95. antiban.Size = UDim2.new(0, 227, 0, 59)
  96. antiban.Font = Enum.Font.SourceSans
  97. antiban.Text = "ANTI KICK"
  98. antiban.TextColor3 = Color3.new(0, 0, 0)
  99. antiban.TextSize = 30
  100. antiban.MouseButton1Down:connect(function()
  101. local getrawmetatable = getrawmetatable or debug.getmetatable
  102. local make_writeable = make_writeable or setreadonly or changereadonly or change_writeable
  103. make_writeable(getrawmetatable(game), false)
  104. local backup = getrawmetatable(game).__namecall
  105. getrawmetatable(game).__namecall = function(u, ...)
  106. local m = ({...})[select('#', ...)]
  107. local packed = {...}
  108. local a = {}
  109. for i = 1, #packed - 1 do
  110. a[i] = packed[i]
  111. end
  112. if m == 'Kick' then
  113. warn('Kick attempt at ' .. os.time() .. ' (' .. tostring(unpack(a)) .. ')')
  114. return true
  115. end
  116. return backup and backup(u, ...) or u[m](u, unpack(a))
  117. end
  118. end)
  119. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement