Guest User

by sho?

a guest
May 6th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.87 KB | None | 0 0
  1. antiafk = false
  2. autoclick = false
  3. jump = false
  4. speed = false
  5. --/\-----------------------ФУНКЦИИ-
  6. --||------ФУНКЦИИ------------------
  7. --||------------------ФУНКЦИИ------
  8. local by_sho = Instance.new("ScreenGui")
  9. local MenuButton = Instance.new("TextButton")
  10. local AutoCLICK = Instance.new("TextButton")
  11. local ANTIAFK = Instance.new("TextButton")
  12. local speed = Instance.new("TextButton")
  13. local TextBox = Instance.new("TextBox")
  14. local speed_2 = Instance.new("TextButton")
  15. local TextBox_2 = Instance.new("TextBox")
  16.  
  17. by_sho.Name = "by_sho"
  18. by_sho.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  19. by_sho.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  20.  
  21. MenuButton.Name = "MenuButton"
  22. MenuButton.Parent = by_sho
  23. MenuButton.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  24. MenuButton.BackgroundTransparency = 0.20000000298023
  25. MenuButton.BorderSizePixel = 0
  26. MenuButton.Position = UDim2.new(0.151234567, 0, 0.149999976, 0)
  27. MenuButton.Size = UDim2.new(0.111111112, 0, 0.037878789, 0)
  28. MenuButton.Font = Enum.Font.Gotham
  29. MenuButton.Text = " меню"
  30. MenuButton.TextColor3 = Color3.new(0.827451, 0.827451, 0.827451)
  31. MenuButton.TextSize = 18
  32. MenuButton.TextWrapped = true
  33. MenuButton.TextXAlignment = Enum.TextXAlignment.Left
  34.  
  35. AutoCLICK.Name = "AutoCLICK"
  36. AutoCLICK.Parent = MenuButton
  37. AutoCLICK.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  38. AutoCLICK.BackgroundTransparency = 1
  39. AutoCLICK.BorderSizePixel = 0
  40. AutoCLICK.Position = UDim2.new(-0.00154325692, 0, 0.982424319, 0)
  41. AutoCLICK.Size = UDim2.new(1.00154328, 0, 0.957883656, 0)
  42. AutoCLICK.Font = Enum.Font.Gotham
  43. AutoCLICK.Text = " АвтоКлик:"
  44. AutoCLICK.TextColor3 = Color3.new(1, 1, 1)
  45. AutoCLICK.TextSize = 18
  46. AutoCLICK.TextWrapped = true
  47. AutoCLICK.TextXAlignment = Enum.TextXAlignment.Left
  48. AutoCLICK.Visible = false
  49.  
  50. ANTIAFK.Name = "ANTIAFK"
  51. ANTIAFK.Parent = MenuButton
  52. ANTIAFK.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  53. ANTIAFK.BackgroundTransparency = 1
  54. ANTIAFK.BorderSizePixel = 0
  55. ANTIAFK.Position = UDim2.new(-0.00154325692, 0, 1.90242434, 0)
  56. ANTIAFK.Size = UDim2.new(1.00154328, 0, 0.957883656, 0)
  57. ANTIAFK.Font = Enum.Font.Gotham
  58. ANTIAFK.Text = " АвтоАфк:"
  59. ANTIAFK.TextColor3 = Color3.new(1, 1, 1)
  60. ANTIAFK.TextSize = 18
  61. ANTIAFK.TextWrapped = true
  62. ANTIAFK.TextXAlignment = Enum.TextXAlignment.Left
  63. ANTIAFK.Visible = false
  64.  
  65. speed.Name = "speed"
  66. speed.Parent = MenuButton
  67. speed.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  68. speed.BackgroundTransparency = 1
  69. speed.BorderSizePixel = 0
  70. speed.Position = UDim2.new(-0.00154325692, 0, 2.82242441, 0)
  71. speed.Size = UDim2.new(1.00154328, 0, 0.957883656, 0)
  72. speed.Font = Enum.Font.Gotham
  73. speed.Text = " Скорость:"
  74. speed.TextColor3 = Color3.new(1, 1, 1)
  75. speed.TextSize = 18
  76. speed.TextWrapped = true
  77. speed.TextXAlignment = Enum.TextXAlignment.Left
  78. speed.Visible = false
  79.  
  80. TextBox.Parent = speed
  81. TextBox.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  82. TextBox.BorderSizePixel = 0
  83. TextBox.Position = UDim2.new(0.991525292, 0, 0, 0)
  84. TextBox.Size = UDim2.new(1.07257318, 0, 0.999999702, 0)
  85. TextBox.Font = Enum.Font.Gotham
  86. TextBox.PlaceholderColor3 = Color3.new(0.756863, 0.721569, 0.694118)
  87. TextBox.PlaceholderText = "желаемая скорость"
  88. TextBox.Text = ""
  89. TextBox.TextColor3 = Color3.new(1, 1, 1)
  90. TextBox.TextSize = 14
  91. TextBox.TextWrapped = true
  92. TextBox.Visible = false
  93.  
  94. speed_2.Name = "speed"
  95. speed_2.Parent = MenuButton
  96. speed_2.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  97. speed_2.BackgroundTransparency = 1
  98. speed_2.BorderSizePixel = 0
  99. speed_2.Position = UDim2.new(-0.00154325645, 0, 4.10242462, 0)
  100. speed_2.Size = UDim2.new(1.00154328, 0, 0.957883656, 0)
  101. speed_2.Font = Enum.Font.Gotham
  102. speed_2.Text = " Прыжок:"
  103. speed_2.TextColor3 = Color3.new(1, 1, 1)
  104. speed_2.TextSize = 18
  105. speed_2.TextWrapped = true
  106. speed_2.TextXAlignment = Enum.TextXAlignment.Left
  107. speed_2.Visible = false
  108.  
  109. TextBox_2.Parent = speed_2
  110. TextBox_2.BackgroundColor3 = Color3.new(0.352941, 0.352941, 0.352941)
  111. TextBox_2.BorderSizePixel = 0
  112. TextBox_2.Position = UDim2.new(0.991525352, 0, 0, 0)
  113. TextBox_2.Size = UDim2.new(1.07257318, 0, 0.999999702, 0)
  114. TextBox_2.Font = Enum.Font.Gotham
  115. TextBox_2.PlaceholderColor3 = Color3.new(0.756863, 0.721569, 0.694118)
  116. TextBox_2.PlaceholderText = "желаемый прыжок"
  117. TextBox_2.Text = ""
  118. TextBox_2.TextColor3 = Color3.new(1, 1, 1)
  119. TextBox_2.TextSize = 14
  120. TextBox_2.TextWrapped = true
  121. TextBox_2.Visible = false
  122. -- Scripts:
  123. if antiafk == true then
  124. ANTIAFK.Text = " АнтиАФК: вкл."
  125.  
  126. local VirtualUser=game:service'VirtualUser'
  127. game:service'Players'.LocalPlayer.Idled:connect(function()
  128. VirtualUser:CaptureController()
  129. VirtualUser:ClickButton1(Vector2.new())
  130. end)
  131. end
  132.  
  133. if autoclick == true then
  134. AutoCLICK.Text = " АвтоКлик: вкл."
  135.  
  136. while autoclick do
  137. wait(0.001)
  138. local name = game.Players.LocalPlayer.Name
  139. local rep = "rep"
  140. local remote = game:GetService("Players")[name].strengthEvent
  141. remote:FireServer(rep)
  142. end
  143. end
  144.  
  145. if jump == true then
  146. local lellmao = TextBox_2.Text
  147. game:GetService'Players'.LocalPlayer.Character.Humanoid.WalkSpeed = tonumber(lellmao)
  148. end
  149.  
  150. if speed == true then
  151. local ricardomilos = TextBox.Text
  152. game:GetService'Players'.LocalPlayer.Character.Humanoid.WalkSpeed = tonumber(ricardomilos)
  153. end
  154.  
  155. ANTIAFK.MouseButton1Click:connect(function()
  156. antiafk = true
  157. end)
  158.  
  159. AutoCLICK.MouseButton1Click:connect(function()
  160. autoclick = true
  161. end)
  162.  
  163. speed.MouseButton1Click:connect(function()
  164. speed = true
  165. end)
  166.  
  167. speed_2.MouseButton1Click:connect(function()
  168. jump = true
  169. end)
  170.  
  171. MenuButton.MouseButton1Click:connect(function()
  172. if AutoCLICK.Visible == false then
  173. ANTIAFK.Visible = true
  174. AutoCLICK.Visible = true
  175. speed.Visible = true
  176. speed_2.Visible = true
  177. else
  178. ANTIAFK.Visible = false
  179. AutoCLICK.Visible = false
  180. speed.Visible = false
  181. speed_2.Visible = false
  182. end
  183.  
  184. ANTIAFK.MouseButton1Click:connect(function()
  185. if TextBox.Text == "offallfunctions" and TextBox_2.Text == "offallfunctions" then
  186. antiafk = false
  187. autoclick = false
  188. speed = false
  189. jump = false
  190. end
  191.  
  192. AutoCLICK.MouseButton1Click:connect(function()
  193. if TextBox.Text == "offallfunctions" and TextBox_2.Text == "offallfunctions" then
  194. antiafk = false
  195. autoclick = false
  196. speed = false
  197. jump = false
  198. end
  199.  
  200. speed.MouseButton1Click:connect(function()
  201. if TextBox.Text == "offallfunctions" and TextBox_2.Text == "offallfunctions" then
  202. antiafk = false
  203. autoclick = false
  204. speed = false
  205. jump = false
  206. end
  207.  
  208. speed_2.MouseButton1Click:connect(function()
  209. if TextBox.Text == "offallfunctions" and TextBox_2.Text == "offallfunctions" then
  210. antiafk = false
  211. autoclick = false
  212. speed = false
  213. jump = false
  214. end
  215. ---------BY ШО?--------
Advertisement
Add Comment
Please, Sign In to add comment