Advertisement
Guest User

Untitled

a guest
Nov 1st, 2018
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.94 KB | None | 0 0
  1. -- Objects
  2. -- script created by AlyXploiter
  3. -- gui created by AlyXploiter
  4. -- indonesia Bussy Squad
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local zekar = Instance.new("Frame")
  8. local x = Instance.new("TextButton")
  9. local credit = Instance.new("TextLabel")
  10. local TextButton = Instance.new("TextButton")
  11. local TextButton_2 = Instance.new("TextButton")
  12. local opengui = Instance.new("Frame")
  13. local TextButton_3 = Instance.new("TextButton")
  14. local log = Instance.new("Frame")
  15. local login = Instance.new("TextButton")
  16. local user = Instance.new("TextButton")
  17. local pass = Instance.new("TextButton")
  18.  
  19. -- Properties
  20.  
  21. ScreenGui.Parent = game.Workspace
  22.  
  23. zekar.Name = "zekar"
  24. zekar.Parent = ScreenGui
  25. zekar.BackgroundColor3 = Color3.new(0.247059, 0.176471, 0.286275)
  26. zekar.Position = UDim2.new(0.274535835, 0, 0.0686868727, 0)
  27. zekar.Size = UDim2.new(0, 391, 0, 326)
  28. zekar.Visible = false
  29.  
  30. x.Name = "x"
  31. x.Parent = zekar
  32. x.BackgroundColor3 = Color3.new(0.247059, 0.176471, 0.286275)
  33. x.BorderColor3 = Color3.new(0.027451, 0.0431373, 0.0588235)
  34. x.BorderSizePixel = 5
  35. x.Position = UDim2.new(0.914688468, 0, -0.00243540341, 0)
  36. x.Size = UDim2.new(0, 33, 0, 28)
  37. x.Font = Enum.Font.SourceSansBold
  38. x.Text = "X"
  39. x.TextColor3 = Color3.new(0.576471, 0, 0)
  40. x.TextSize = 14
  41. x.mousebutton1down:connect(function()
  42. zekar.visible = false
  43. opengui.visible = true
  44. end)
  45.  
  46. credit.Name = "credit"
  47. credit.Parent = zekar
  48. credit.BackgroundColor3 = Color3.new(0.247059, 0.176471, 0.286275)
  49. credit.BorderColor3 = Color3.new(0.0117647, 0.0156863, 0.0235294)
  50. credit.BorderSizePixel = 5
  51. credit.Size = UDim2.new(0, 351, 0, 27)
  52. credit.Font = Enum.Font.Cartoon
  53. credit.Text = "Thanks! for using Zekar"
  54. credit.TextColor3 = Color3.new(0, 0, 0)
  55. credit.TextSize = 25
  56.  
  57. TextButton.Parent = zekar
  58. TextButton.BackgroundColor3 = Color3.new(0.247059, 0.176471, 0.286275)
  59. TextButton.BorderColor3 = Color3.new(0.0117647, 0.0196078, 0.027451)
  60. TextButton.BorderSizePixel = 5
  61. TextButton.Position = UDim2.new(0, 0, 0.248466253, 0)
  62. TextButton.Size = UDim2.new(0, 168, 0, 185)
  63. TextButton.Font = Enum.Font.Cartoon
  64. TextButton.Text = "HIGH WALKSPEED"
  65. TextButton.TextColor3 = Color3.new(0, 0, 0)
  66. TextButton.TextSize = 20
  67. TextButton.Mousebutton1down:connect(function()
  68. game.workspace.itzvian.humanoid.walkspeed = 100
  69. end)
  70.  
  71. TextButton_2.Parent = zekar
  72. TextButton_2.BackgroundColor3 = Color3.new(0.247059, 0.176471, 0.286275)
  73. TextButton_2.BorderColor3 = Color3.new(0, 0, 0)
  74. TextButton_2.BorderSizePixel = 5
  75. TextButton_2.Position = UDim2.new(0.565217435, 0, 0.248466253, 0)
  76. TextButton_2.Size = UDim2.new(0, 170, 0, 185)
  77. TextButton_2.Font = Enum.Font.Cartoon
  78. TextButton_2.Text = "LOW WALKSPEED"
  79. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  80. TextButton_2.TextSize = 20
  81. TextButton_2.mousebutton1down:connect(function()
  82. game.workspace.itzvian.humanoid.walkspeed = 2 --you can change the "itzvian"
  83. end)
  84.  
  85. opengui.Name = "opengui"
  86. opengui.Parent = ScreenGui
  87. opengui.BackgroundColor3 = Color3.new(0.247059, 0.176471, 0.286275)
  88. opengui.Position = UDim2.new(0, 0, 0.618181825, 0)
  89. opengui.Size = UDim2.new(0, 93, 0, 27)
  90. opengui.Visible = false
  91.  
  92. TextButton_3.Parent = opengui
  93. TextButton_3.BackgroundColor3 = Color3.new(1, 1, 1)
  94. TextButton_3.BackgroundTransparency = 5
  95. TextButton_3.BorderColor3 = Color3.new(0, 0, 0)
  96. TextButton_3.BorderSizePixel = 5
  97. TextButton_3.Position = UDim2.new(-0.00219111284, 0, 0, 0)
  98. TextButton_3.Size = UDim2.new(0, 93, 0, 27)
  99. TextButton_3.Font = Enum.Font.Cartoon
  100. TextButton_3.Text = "OPEN ZEKAR"
  101. TextButton_3.TextColor3 = Color3.new(0, 0, 0)
  102. TextButton_3.TextSize = 14
  103.  
  104. log.Name = "log"
  105. log.Parent = ScreenGui
  106. log.BackgroundColor3 = Color3.new(0.247059, 0.176471, 0.290196)
  107. log.Position = UDim2.new(0.351458937, 0, 0.135353535, 0)
  108. log.Size = UDim2.new(0, 272, 0, 333)
  109.  
  110. login.Name = "login"
  111. login.Parent = log
  112. login.BackgroundColor3 = Color3.new(0.247059, 0.176471, 0.290196)
  113. login.BorderColor3 = Color3.new(0.0588235, 0.0901961, 0.117647)
  114. login.BorderSizePixel = 3
  115. login.Position = UDim2.new(0.132079884, 0, 0.811848164, 0)
  116. login.Size = UDim2.new(0, 200, 0, 50)
  117. login.Text = "Login to Zekar"
  118. login.TextColor3 = Color3.new(0, 0, 0)
  119. login.TextSize = 14
  120. login.mousebutton1down:connect(function()
  121. if user.text == "Zekar" and pass.text == "2k18" then
  122. zekar.visible = true
  123. log.visible = false
  124. end
  125. end)
  126.  
  127. user.Name = "user"
  128. user.Parent = log
  129. user.BackgroundColor3 = Color3.new(0.247059, 0.176471, 0.290196)
  130. user.BorderSizePixel = 3
  131. user.Position = UDim2.new(0.128676474, 0, 0.165165171, 0)
  132. user.Size = UDim2.new(0, 200, 0, 50)
  133. user.Font = Enum.Font.Cartoon
  134. user.Text = "USERNAME"
  135. user.TextColor3 = Color3.new(0, 0, 0)
  136. user.TextSize = 14
  137.  
  138. pass.Name = "pass"
  139. pass.Parent = log
  140. pass.BackgroundColor3 = Color3.new(0.247059, 0.176471, 0.290196)
  141. pass.BorderSizePixel = 3
  142. pass.Position = UDim2.new(0.128676474, 0, 0.423423409, 0)
  143. pass.Size = UDim2.new(0, 200, 0, 50)
  144. pass.Font = Enum.Font.Cartoon
  145. pass.Text = "PASSWORD"
  146. pass.TextColor3 = Color3.new(0, 0, 0)
  147. pass.TextSize = 14
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement