Advertisement
HackCreator

Execute After AdamHack PowerFul Cannon

Sep 20th, 2022
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 6.31 KB | None | 0 0
  1. -- Maid By AdamHack#7436
  2. --[[ This Script Was Created For AdamHack PowerFul Cannon
  3.    Becouse When you try Add KeyBinds In That Script it Send an error ]]
  4. -- Its a KeyBinds Gui
  5. -- if you dont Execute this Script First Before Executing AdamHack PowerFul Cannon then
  6. -- you will dont have Z,X,C,V,B KeyBinds
  7.  
  8. -- Instances:
  9.  
  10. local Support = Instance.new("ScreenGui")
  11. local Frame = Instance.new("Frame")
  12. local ScrollingFrame = Instance.new("ScrollingFrame")
  13. local k1 = Instance.new("TextLabel")
  14. local k2 = Instance.new("TextLabel")
  15. local k3 = Instance.new("TextLabel")
  16. local k4 = Instance.new("TextLabel")
  17. local k5 = Instance.new("TextLabel")
  18. local k6 = Instance.new("TextLabel")
  19. local Title = Instance.new("TextLabel")
  20.  
  21. --Properties:
  22.  
  23. Support.Name = "Support"
  24. Support.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  25. Support.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  26.  
  27. Frame.Parent = Support
  28. Frame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  29. Frame.BackgroundTransparency = 0.560
  30. Frame.BorderSizePixel = 0
  31. Frame.Position = UDim2.new(0.778275609, 0, 0, 0)
  32. Frame.Size = UDim2.new(0, 198, 0, 196)
  33.  
  34. ScrollingFrame.Parent = Frame
  35. ScrollingFrame.Active = true
  36. ScrollingFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  37. ScrollingFrame.BackgroundTransparency = 1.000
  38. ScrollingFrame.BorderSizePixel = 0
  39. ScrollingFrame.Position = UDim2.new(0, 0, 0.127551019, 0)
  40. ScrollingFrame.Size = UDim2.new(0, 198, 0, 171)
  41. ScrollingFrame.CanvasSize = UDim2.new(0, 0, 1, 0)
  42. ScrollingFrame.ScrollBarThickness = 8
  43.  
  44. k1.Name = "k1"
  45. k1.Parent = ScrollingFrame
  46. k1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  47. k1.BackgroundTransparency = 1.000
  48. k1.BorderSizePixel = 0
  49. k1.LayoutOrder = 1
  50. k1.Position = UDim2.new(0, 0, -0.0561224483, 0)
  51. k1.Size = UDim2.new(0, 198, 0, 50)
  52. k1.Font = Enum.Font.SciFi
  53. k1.Text = "L to Open/Close Gui"
  54. k1.TextColor3 = Color3.fromRGB(0, 255, 0)
  55. k1.TextSize = 17.000
  56.  
  57. k2.Name = "k2"
  58. k2.Parent = ScrollingFrame
  59. k2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  60. k2.BackgroundTransparency = 1.000
  61. k2.BorderSizePixel = 0
  62. k2.LayoutOrder = 1
  63. k2.Position = UDim2.new(0, 0, 0.10204082, 0)
  64. k2.Size = UDim2.new(0, 198, 0, 50)
  65. k2.Font = Enum.Font.SciFi
  66. k2.Text = "Z to Destory Server"
  67. k2.TextColor3 = Color3.fromRGB(0, 255, 0)
  68. k2.TextSize = 17.000
  69.  
  70. k3.Name = "k3"
  71. k3.Parent = ScrollingFrame
  72. k3.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  73. k3.BackgroundTransparency = 1.000
  74. k3.BorderSizePixel = 0
  75. k3.LayoutOrder = 1
  76. k3.Position = UDim2.new(0, 0, 0.242346942, 0)
  77. k3.Size = UDim2.new(0, 198, 0, 50)
  78. k3.Font = Enum.Font.SciFi
  79. k3.Text = "X to Crash Server"
  80. k3.TextColor3 = Color3.fromRGB(0, 255, 0)
  81. k3.TextSize = 17.000
  82.  
  83. k4.Name = "k4"
  84. k4.Parent = ScrollingFrame
  85. k4.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  86. k4.BackgroundTransparency = 1.000
  87. k4.BorderSizePixel = 0
  88. k4.LayoutOrder = 1
  89. k4.Position = UDim2.new(0, 0, 0.395408183, 0)
  90. k4.Size = UDim2.new(0, 198, 0, 50)
  91. k4.Font = Enum.Font.SciFi
  92. k4.Text = "C to Hack Server"
  93. k4.TextColor3 = Color3.fromRGB(0, 255, 0)
  94. k4.TextSize = 17.000
  95.  
  96. k5.Name = "k5"
  97. k5.Parent = ScrollingFrame
  98. k5.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  99. k5.BackgroundTransparency = 1.000
  100. k5.BorderSizePixel = 0
  101. k5.LayoutOrder = 1
  102. k5.Position = UDim2.new(0, 0, 0.540816307, 0)
  103. k5.Size = UDim2.new(0, 198, 0, 50)
  104. k5.Font = Enum.Font.SciFi
  105. k5.Text = "V to Delete Server"
  106. k5.TextColor3 = Color3.fromRGB(0, 255, 0)
  107. k5.TextSize = 17.000
  108.  
  109. k6.Name = "k6"
  110. k6.Parent = ScrollingFrame
  111. k6.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  112. k6.BackgroundTransparency = 1.000
  113. k6.BorderSizePixel = 0
  114. k6.LayoutOrder = 1
  115. k6.Position = UDim2.new(0, 0, 0.693877578, 0)
  116. k6.Size = UDim2.new(0, 198, 0, 50)
  117. k6.Font = Enum.Font.SciFi
  118. k6.Text = "B to Leave Game"
  119. k6.TextColor3 = Color3.fromRGB(0, 255, 0)
  120. k6.TextSize = 17.000
  121.  
  122. Title.Name = "Title"
  123. Title.Parent = Frame
  124. Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  125. Title.BackgroundTransparency = 1.000
  126. Title.Size = UDim2.new(0, 198, 0, 25)
  127. Title.Font = Enum.Font.Arcade
  128. Title.Text = "KeyBinds"
  129. Title.TextColor3 = Color3.fromRGB(0, 255, 0)
  130. Title.TextSize = 20.000
  131.  
  132. -- Scripts:
  133.  
  134. local function TMTMV_fake_script() -- Frame.DragScript
  135.     local script = Instance.new('LocalScript', Frame)
  136.    
  137.     local UIS = game:GetService('UserInputService')
  138.     local frame = script.Parent
  139.     local dragToggle = nil
  140.     local dragSpeed = 0.25
  141.     local dragStart = nil
  142.     local startPos = nil
  143.    
  144.     local function updateInput(input)
  145.         local delta = input.Position - dragStart
  146.         local position = UDim2.new(startPos.X.Scale, startPos.X.Offset + delta.X,
  147.             startPos.Y.Scale, startPos.Y.Offset + delta.Y)
  148.         game:GetService('TweenService'):Create(frame, TweenInfo.new(dragSpeed), {Position = position}):Play()
  149.     end
  150.    
  151.     frame.InputBegan:Connect(function(input)
  152.         if (input.UserInputType == Enum.UserInputType.MouseButton1 or input.UserInputType == Enum.UserInputType.Touch) then
  153.             dragToggle = true
  154.             dragStart = input.Position
  155.             startPos = frame.Position
  156.             input.Changed:Connect(function()
  157.                 if input.UserInputState == Enum.UserInputState.End then
  158.                     dragToggle = false
  159.                 end
  160.             end)
  161.         end
  162.     end)
  163.    
  164.     UIS.InputChanged:Connect(function(input)
  165.         if input.UserInputType == Enum.UserInputType.MouseMovement or input.UserInputType == Enum.UserInputType.Touch then
  166.             if dragToggle then
  167.                 updateInput(input)
  168.             end
  169.         end
  170.     end)
  171.    
  172. end
  173. coroutine.wrap(TMTMV_fake_script)()
  174. local function ZAJV_fake_script() -- Frame.LocalScript
  175.     local script = Instance.new('LocalScript', Frame)
  176.  
  177.     local Plr = game.Players.LocalPlayer
  178.    
  179.     Plr:GetMouse().KeyDown:Connect(function(Key)
  180.         if Key == "l" then
  181.             script.Parent.Visible = not script.Parent.Visible
  182.         end
  183.     end)
  184. end
  185. coroutine.wrap(ZAJV_fake_script)()
  186.  
  187. local Plr = game.Players.LocalPlayer
  188.  
  189. Plr:GetMouse().KeyDown:Connect(function(Key)
  190.     if Key == "z" then
  191.         game.Players.LocalPlayer:Kick("The Server Was Destoryed By AdamHack PowerFul Cannon")
  192.     end
  193.     if key == "x" then
  194.         game.Players.LocalPlayer:Kick("Server Was Crashed")
  195.     end
  196.     if Key == "c" then
  197.         game.Players.LocalPlayer:Kick("Server Was Hacked By AdamHAck PowerFul Cannon")
  198.     end
  199.     if Key == "v" then
  200.         game.Players.LocalPlayer:Kick("Server Was Deleted Cause of Roblox")
  201.     end
  202.     if Key == "b" then
  203.         game.Players.LocalPlayer:Kick("AdamHack PowerFul Cannon Was Left The Game")
  204.     end
  205.     end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement