Advertisement
VenomWhitelist

Untitled

Feb 11th, 2019
465
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.36 KB | None | 0 0
  1. local BPGUI = Instance.new("ScreenGui")
  2. local MainFrame = Instance.new("Frame")
  3. local DEPRE = Instance.new("TextLabel")
  4. local SSION = Instance.new("TextLabel")
  5. local CloseButton = Instance.new("TextButton")
  6. local LIFEIS = Instance.new("TextLabel")
  7. local WORTHLESS = Instance.new("TextLabel")
  8. local EnableButton = Instance.new("TextButton")
  9. local DISCORDNOTIF = Instance.new("TextLabel")
  10. local Discord = Instance.new("TextButton")
  11. local BeenActiveFor = Instance.new("TextLabel")
  12. local CreditsMade = Instance.new("TextLabel")
  13. local status = Instance.new("TextLabel")
  14. local RemoteUser = Instance.new("TextBox")
  15. local RemoteInfoButton = Instance.new("TextButton")
  16. local InfoFrame = Instance.new("Frame")
  17. local RNDOM = Instance.new("TextLabel")
  18. local RNDOM2 = Instance.new("TextLabel")
  19. local RNDOM3 = Instance.new("TextLabel")
  20. local RNDOM4 = Instance.new("TextLabel")
  21. local RNDOM5 = Instance.new("TextLabel")
  22. local RNDOM6 = Instance.new("TextLabel")
  23. local RNDOM7 = Instance.new("TextLabel")
  24. local RNDOM8 = Instance.new("TextLabel")
  25. local RNDOM9 = Instance.new("TextLabel")
  26. --Properties:
  27. BPGUI.Name = "BPGUI"
  28. BPGUI.Parent = game.CoreGui
  29. BPGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  30.  
  31. MainFrame.Name = "MainFrame"
  32. MainFrame.Parent = BPGUI
  33. MainFrame.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  34. MainFrame.BorderSizePixel = 0
  35. MainFrame.Position = UDim2.new(0.347252756, 0, 0.240885422, 0)
  36. MainFrame.Size = UDim2.new(0, 306, 0, 272)
  37. MainFrame.Draggable = true
  38. MainFrame.Active = true
  39. MainFrame.Selectable = true
  40.  
  41. DEPRE.Name = "DEPRE"
  42. DEPRE.Parent = MainFrame
  43. DEPRE.BackgroundColor3 = Color3.new(1, 1, 1)
  44. DEPRE.BackgroundTransparency = 1
  45. DEPRE.BorderSizePixel = 0
  46. DEPRE.Size = UDim2.new(0, 157, 0, 40)
  47. DEPRE.Font = Enum.Font.SourceSansLight
  48. DEPRE.Text = "Depre"
  49. DEPRE.TextColor3 = Color3.new(1, 0.933333, 0.933333)
  50. DEPRE.TextScaled = true
  51. DEPRE.TextSize = 14
  52. DEPRE.TextWrapped = true
  53. DEPRE.TextXAlignment = Enum.TextXAlignment.Right
  54.  
  55. SSION.Name = "SSION"
  56. SSION.Parent = MainFrame
  57. SSION.BackgroundColor3 = Color3.new(1, 1, 1)
  58. SSION.BackgroundTransparency = 1
  59. SSION.BorderSizePixel = 0
  60. SSION.Position = UDim2.new(0.51815182, 0, 0, 0)
  61. SSION.Size = UDim2.new(0, 146, 0, 40)
  62. SSION.Font = Enum.Font.SourceSansLight
  63. SSION.Text = "ssion"
  64. SSION.TextColor3 = Color3.new(0.92549, 0.301961, 0.215686)
  65. SSION.TextScaled = true
  66. SSION.TextSize = 14
  67. SSION.TextWrapped = true
  68. SSION.TextXAlignment = Enum.TextXAlignment.Left
  69.  
  70. CloseButton.Name = "CloseButton"
  71. CloseButton.Parent = MainFrame
  72. CloseButton.BackgroundColor3 = Color3.new(1, 1, 1)
  73. CloseButton.BackgroundTransparency = 1
  74. CloseButton.BorderSizePixel = 0
  75. CloseButton.Position = UDim2.new(0.907108665, 0, -3.46127672e-05, 0)
  76. CloseButton.Size = UDim2.new(0, 28, 0, 24)
  77. CloseButton.Font = Enum.Font.SourceSansLight
  78. CloseButton.Text = "X"
  79. CloseButton.TextColor3 = Color3.new(0.92549, 0.301961, 0.215686)
  80. CloseButton.TextScaled = true
  81. CloseButton.TextSize = 14
  82. CloseButton.TextWrapped = true
  83.  
  84. LIFEIS.Name = "LIFEIS"
  85. LIFEIS.Parent = MainFrame
  86. LIFEIS.BackgroundColor3 = Color3.new(1, 1, 1)
  87. LIFEIS.BackgroundTransparency = 1
  88. LIFEIS.Position = UDim2.new(0.355200261, 0, 0.147016585, 0)
  89. LIFEIS.Size = UDim2.new(0, 36, 0, 11)
  90. LIFEIS.Font = Enum.Font.SourceSansLight
  91. LIFEIS.Text = "Life is"
  92. LIFEIS.TextColor3 = Color3.new(1, 1, 1)
  93. LIFEIS.TextSize = 17
  94. LIFEIS.TextXAlignment = Enum.TextXAlignment.Right
  95.  
  96. WORTHLESS.Name = "WORTHLESS"
  97. WORTHLESS.Parent = MainFrame
  98. WORTHLESS.BackgroundColor3 = Color3.new(1, 1, 1)
  99. WORTHLESS.BackgroundTransparency = 1
  100. WORTHLESS.Position = UDim2.new(0.495049506, 0, 0.1470166, 0)
  101. WORTHLESS.Size = UDim2.new(0, 57, 0, 11)
  102. WORTHLESS.Font = Enum.Font.SourceSansLight
  103. WORTHLESS.Text = "worthless"
  104. WORTHLESS.TextColor3 = Color3.new(0.92549, 0.301961, 0.215686)
  105. WORTHLESS.TextSize = 17
  106. WORTHLESS.TextXAlignment = Enum.TextXAlignment.Left
  107.  
  108. EnableButton.Name = "EnableButton"
  109. EnableButton.Parent = MainFrame
  110. EnableButton.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  111. EnableButton.BorderSizePixel = 0
  112. EnableButton.Position = UDim2.new(0.21895425, 0, 0.25, 0)
  113. EnableButton.Size = UDim2.new(0, 172, 0, 44)
  114. EnableButton.SizeConstraint = Enum.SizeConstraint.RelativeXX
  115. EnableButton.Font = Enum.Font.SourceSansLight
  116. EnableButton.Text = "Enable AFK Farm"
  117. EnableButton.TextColor3 = Color3.new(0.92549, 0.301961, 0.215686)
  118. EnableButton.TextScaled = true
  119. EnableButton.TextSize = 14
  120. EnableButton.TextStrokeColor3 = Color3.new(1, 1, 1)
  121. EnableButton.TextWrapped = true
  122.  
  123. DISCORDNOTIF.Name = "DISCORDNOTIF"
  124. DISCORDNOTIF.Parent = MainFrame
  125. DISCORDNOTIF.BackgroundColor3 = Color3.new(1, 1, 1)
  126. DISCORDNOTIF.BackgroundTransparency = 1
  127. DISCORDNOTIF.Position = UDim2.new(-0.0010088752, 0, 0.95584017, 0)
  128. DISCORDNOTIF.Size = UDim2.new(0, 306, 0, 11)
  129. DISCORDNOTIF.Font = Enum.Font.SourceSansLight
  130. DISCORDNOTIF.Text = "Join my disc to be notified when i upload a new script!"
  131. DISCORDNOTIF.TextColor3 = Color3.new(1, 1, 1)
  132. DISCORDNOTIF.TextSize = 17
  133. DISCORDNOTIF.TextXAlignment = Enum.TextXAlignment.Left
  134.  
  135. Discord.Name = "Discord"
  136. Discord.Parent = MainFrame
  137. Discord.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  138. Discord.BorderColor3 = Color3.new(0.92549, 0.301961, 0.215686)
  139. Discord.BorderSizePixel = 0
  140. Discord.Position = UDim2.new(0, 0, 1.02205884, 0)
  141. Discord.Size = UDim2.new(0, 306, 0, 19)
  142. Discord.SizeConstraint = Enum.SizeConstraint.RelativeXX
  143. Discord.Font = Enum.Font.SourceSansLight
  144. Discord.Text = "Copy discord link to clipboard!"
  145. Discord.TextColor3 = Color3.new(1, 1, 1)
  146. Discord.TextScaled = true
  147. Discord.TextSize = 14
  148. Discord.TextStrokeColor3 = Color3.new(1, 1, 1)
  149. Discord.TextWrapped = true
  150.  
  151. BeenActiveFor.Name = "BeenActiveFor"
  152. BeenActiveFor.Parent = MainFrame
  153. BeenActiveFor.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  154. BeenActiveFor.BorderSizePixel = 0
  155. BeenActiveFor.Position = UDim2.new(0.0767487139, 0, 0.444810748, 0)
  156. BeenActiveFor.Size = UDim2.new(0, 259, 0, 30)
  157. BeenActiveFor.Font = Enum.Font.SourceSansLight
  158. BeenActiveFor.Text = "Been active for 0 hours!"
  159. BeenActiveFor.TextColor3 = Color3.new(1, 1, 1)
  160. BeenActiveFor.TextScaled = true
  161. BeenActiveFor.TextSize = 17
  162. BeenActiveFor.TextWrapped = true
  163. BeenActiveFor.TextXAlignment = Enum.TextXAlignment.Left
  164.  
  165. CreditsMade.Name = "CreditsMade"
  166. CreditsMade.Parent = MainFrame
  167. CreditsMade.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  168. CreditsMade.BorderSizePixel = 0
  169. CreditsMade.Position = UDim2.new(0.0767487213, 0, 0.606575489, 0)
  170. CreditsMade.Size = UDim2.new(0, 259, 0, 30)
  171. CreditsMade.Font = Enum.Font.SourceSansLight
  172. CreditsMade.Text = "You have made total of 0 credits!"
  173. CreditsMade.TextColor3 = Color3.new(1, 1, 1)
  174. CreditsMade.TextScaled = true
  175. CreditsMade.TextSize = 17
  176. CreditsMade.TextWrapped = true
  177. CreditsMade.TextXAlignment = Enum.TextXAlignment.Left
  178.  
  179. status.Name = "status"
  180. status.Parent = MainFrame
  181. status.BackgroundColor3 = Color3.new(1, 1, 1)
  182. status.BackgroundTransparency = 1
  183. status.Position = UDim2.new(0.253219515, 0, 0.716539204, 0)
  184. status.Size = UDim2.new(0, 151, 0, 27)
  185. status.Font = Enum.Font.SourceSansLight
  186. status.Text = "status : disabled"
  187. status.TextColor3 = Color3.new(0.92549, 0.301961, 0.215686)
  188. status.TextScaled = true
  189. status.TextSize = 17
  190. status.TextWrapped = true
  191. status.TextXAlignment = Enum.TextXAlignment.Left
  192.  
  193. RemoteUser.Name = "RemoteUser"
  194. RemoteUser.Parent = MainFrame
  195. RemoteUser.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  196. RemoteUser.BorderSizePixel = 0
  197. RemoteUser.Position = UDim2.new(0.251634002, 0, 0.845546067, 0)
  198. RemoteUser.Size = UDim2.new(0, 144, 0, 15)
  199. RemoteUser.Font = Enum.Font.SourceSansLight
  200. RemoteUser.PlaceholderColor3 = Color3.new(0.729412, 0.729412, 0.729412)
  201. RemoteUser.PlaceholderText = "your remote control account"
  202. RemoteUser.Text = ""
  203. RemoteUser.TextColor3 = Color3.new(1, 1, 1)
  204. RemoteUser.TextScaled = true
  205. RemoteUser.TextSize = 30
  206. RemoteUser.TextWrapped = true
  207.  
  208. RemoteInfoButton.Name = "RemoteInfoButton"
  209. RemoteInfoButton.Parent = MainFrame
  210. RemoteInfoButton.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  211. RemoteInfoButton.BorderSizePixel = 0
  212. RemoteInfoButton.Position = UDim2.new(0.714298248, 0, 0.845546067, 0)
  213. RemoteInfoButton.Size = UDim2.new(0, 20, 0, 15)
  214. RemoteInfoButton.Font = Enum.Font.SourceSansLight
  215. RemoteInfoButton.Text = "?"
  216. RemoteInfoButton.TextColor3 = Color3.new(0.92549, 0.301961, 0.215686)
  217. RemoteInfoButton.TextScaled = true
  218. RemoteInfoButton.TextSize = 14
  219. RemoteInfoButton.TextWrapped = true
  220.  
  221. InfoFrame.Name = "InfoFrame"
  222. InfoFrame.Parent = MainFrame
  223. InfoFrame.BackgroundColor3 = Color3.new(0.219608, 0.219608, 0.219608)
  224. InfoFrame.BorderSizePixel = 0
  225. InfoFrame.Position = UDim2.new(0.999114811, 0, 0, 0)
  226. InfoFrame.Size = UDim2.new(0, 271, 0, 270)
  227. InfoFrame.Visible = false
  228.  
  229. RNDOM.Name = "RNDOM"
  230. RNDOM.Parent = InfoFrame
  231. RNDOM.BackgroundColor3 = Color3.new(1, 1, 1)
  232. RNDOM.BackgroundTransparency = 1
  233. RNDOM.BorderSizePixel = 0
  234. RNDOM.Size = UDim2.new(0, 122, 0, 93)
  235. RNDOM.Font = Enum.Font.SourceSansLight
  236. RNDOM.Text = "With remote control, you can enable / disable the cheat at any time from any device!"
  237. RNDOM.TextColor3 = Color3.new(1, 1, 1)
  238. RNDOM.TextScaled = true
  239. RNDOM.TextSize = 14
  240. RNDOM.TextWrapped = true
  241.  
  242. RNDOM2.Name = "RNDOM2"
  243. RNDOM2.Parent = InfoFrame
  244. RNDOM2.BackgroundColor3 = Color3.new(1, 1, 1)
  245. RNDOM2.BackgroundTransparency = 1
  246. RNDOM2.BorderSizePixel = 0
  247. RNDOM2.Position = UDim2.new(0.00120984577, 0, 0.4148148, 0)
  248. RNDOM2.Size = UDim2.new(0, 116, 0, 28)
  249. RNDOM2.Font = Enum.Font.SourceSansLight
  250. RNDOM2.Text = "How does it work?"
  251. RNDOM2.TextColor3 = Color3.new(1, 1, 1)
  252. RNDOM2.TextScaled = true
  253. RNDOM2.TextSize = 14
  254. RNDOM2.TextWrapped = true
  255.  
  256. RNDOM3.Name = "RNDOM3"
  257. RNDOM3.Parent = InfoFrame
  258. RNDOM3.BackgroundColor3 = Color3.new(0.235294, 0.235294, 0.235294)
  259. RNDOM3.BorderSizePixel = 0
  260. RNDOM3.Position = UDim2.new(-0.000843456306, 0, 0.507364929, 0)
  261. RNDOM3.Size = UDim2.new(0, 121, 0, 133)
  262. RNDOM3.Font = Enum.Font.SourceSansLight
  263. RNDOM3.Text = "it works by chat which means that u have a list of commands that u can use with your remote control account while being in the same game as the remote control account."
  264. RNDOM3.TextColor3 = Color3.new(1, 1, 1)
  265. RNDOM3.TextScaled = true
  266. RNDOM3.TextSize = 14
  267. RNDOM3.TextWrapped = true
  268.  
  269. RNDOM4.Name = "RNDOM4"
  270. RNDOM4.Parent = InfoFrame
  271. RNDOM4.BackgroundColor3 = Color3.new(1, 1, 1)
  272. RNDOM4.BackgroundTransparency = 1
  273. RNDOM4.BorderSizePixel = 0
  274. RNDOM4.Position = UDim2.new(0.517814994, 0, 0, 0)
  275. RNDOM4.Size = UDim2.new(0, 116, 0, 28)
  276. RNDOM4.Font = Enum.Font.SourceSansLight
  277. RNDOM4.Text = "Commands"
  278. RNDOM4.TextColor3 = Color3.new(1, 1, 1)
  279. RNDOM4.TextScaled = true
  280. RNDOM4.TextSize = 14
  281. RNDOM4.TextWrapped = true
  282.  
  283. RNDOM5.Name = "RNDOM5"
  284. RNDOM5.Parent = InfoFrame
  285. RNDOM5.BackgroundColor3 = Color3.new(1, 1, 1)
  286. RNDOM5.BackgroundTransparency = 1
  287. RNDOM5.BorderSizePixel = 0
  288. RNDOM5.Position = UDim2.new(0.495674849, 0, 0.148148149, 0)
  289. RNDOM5.Size = UDim2.new(0, 136, 0, 28)
  290. RNDOM5.Font = Enum.Font.SourceSansLight
  291. RNDOM5.Text = "!start <none> -- starts the AFK FARM"
  292. RNDOM5.TextColor3 = Color3.new(1, 1, 1)
  293. RNDOM5.TextScaled = true
  294. RNDOM5.TextSize = 14
  295. RNDOM5.TextWrapped = true
  296.  
  297. RNDOM6.Name = "RNDOM6"
  298. RNDOM6.Parent = InfoFrame
  299. RNDOM6.BackgroundColor3 = Color3.new(1, 1, 1)
  300. RNDOM6.BackgroundTransparency = 1
  301. RNDOM6.BorderSizePixel = 0
  302. RNDOM6.Position = UDim2.new(0.495674849, 0, 0.281481504, 0)
  303. RNDOM6.Size = UDim2.new(0, 136, 0, 28)
  304. RNDOM6.Font = Enum.Font.SourceSansLight
  305. RNDOM6.Text = "!stop <none> -- stops the AFK FARM"
  306. RNDOM6.TextColor3 = Color3.new(1, 1, 1)
  307. RNDOM6.TextScaled = true
  308. RNDOM6.TextSize = 14
  309. RNDOM6.TextWrapped = true
  310.  
  311. RNDOM7.Name = "RNDOM7"
  312. RNDOM7.Parent = InfoFrame
  313. RNDOM7.BackgroundColor3 = Color3.new(1, 1, 1)
  314. RNDOM7.BackgroundTransparency = 1
  315. RNDOM7.BorderSizePixel = 0
  316. RNDOM7.Position = UDim2.new(0.491984814, 0, 0.744444489, 0)
  317. RNDOM7.Size = UDim2.new(0, 136, 0, 28)
  318. RNDOM7.Font = Enum.Font.SourceSansLight
  319. RNDOM7.Text = "!check <none> -- checks if AFK FARM is still working"
  320. RNDOM7.TextColor3 = Color3.new(1, 1, 1)
  321. RNDOM7.TextScaled = true
  322. RNDOM7.TextSize = 14
  323. RNDOM7.TextWrapped = true
  324.  
  325. RNDOM8.Name = "RNDOM8"
  326. RNDOM8.Parent = InfoFrame
  327. RNDOM8.BackgroundColor3 = Color3.new(1, 1, 1)
  328. RNDOM8.BackgroundTransparency = 1
  329. RNDOM8.BorderSizePixel = 0
  330. RNDOM8.Position = UDim2.new(0.49574241, 0, 0.412355304, 0)
  331. RNDOM8.Size = UDim2.new(0, 136, 0, 39)
  332. RNDOM8.Font = Enum.Font.SourceSansLight
  333. RNDOM8.Text = "!true <playername> -- will stop killing the player[AFK FARM will still be enabled though]"
  334. RNDOM8.TextColor3 = Color3.new(1, 1, 1)
  335. RNDOM8.TextScaled = true
  336. RNDOM8.TextSize = 14
  337. RNDOM8.TextWrapped = true
  338.  
  339. RNDOM9.Name = "RNDOM9"
  340. RNDOM9.Parent = InfoFrame
  341. RNDOM9.BackgroundColor3 = Color3.new(1, 1, 1)
  342. RNDOM9.BackgroundTransparency = 1
  343. RNDOM9.BorderSizePixel = 0
  344. RNDOM9.Position = UDim2.new(0.492052376, 0, 0.575318277, 0)
  345. RNDOM9.Size = UDim2.new(0, 136, 0, 39)
  346. RNDOM9.Font = Enum.Font.SourceSansLight
  347. RNDOM9.Text = "!false <playername> -- will resume killing the player "
  348. RNDOM9.TextColor3 = Color3.new(1, 1, 1)
  349. RNDOM9.TextScaled = true
  350. RNDOM9.TextSize = 14
  351. RNDOM9.TextWrapped = true
  352. -- Scripts:
  353.  
  354. e = false
  355. _G.Enabled = false
  356. credit = false
  357.  
  358. for index, a in pairs(game.Players:GetChildren()) do
  359. _G[a.Name] = false
  360. end
  361.  
  362. game.Players.PlayerAdded:connect(function(player)
  363. _G[player.Name] = false
  364. end)
  365.  
  366. CloseButton.MouseButton1Click:connect(function()
  367. game.CoreGui:FindFirstChild("BPGUI"):Destroy()
  368. end)
  369.  
  370. puts = false
  371. RemoteInfoButton.MouseButton1Click:connect(function()
  372. if puts == false then
  373. puts = true
  374. InfoFrame.Visible = true
  375. else if puts == true then
  376. puts = false
  377. InfoFrame.Visible = false
  378. end
  379. end
  380. end)
  381.  
  382. timeron = false
  383. nr = 0
  384. function timerstart()
  385. while wait(3600) and timeron == true do
  386. nr = nr + 1
  387. match = string.match(BeenActiveFor.Text, "for (%d+) hours!")
  388. BeenActiveFor.Text = string.gsub(BeenActiveFor.Text, tostring(match), nr)
  389. end
  390. end
  391.  
  392. old = string.match(tostring(game:GetService("Players")["LocalPlayer"]["PlayerGui"]["ScreenGui"]["shop"]["top"]["credits"].Text), "(%d+) Credits")
  393. function creditcheck()
  394. while wait(0) do
  395. if credit == true then
  396. new = string.match(tostring(game:GetService("Players")["LocalPlayer"]["PlayerGui"]["ScreenGui"]["shop"]["top"]["credits"].Text), "(%d+) Credits")
  397. newcredit = tonumber(new) - tonumber(old)
  398. CreditsMade.Text = "You have made total of "..newcredit.." credits!"
  399. end
  400. end
  401. end
  402.  
  403. function autocontrol1()
  404. local Action = game.Players:GetPlayers()
  405. for i = 1,#Action do
  406. Action[i].Chatted:connect(function(Message)
  407. if string.find(Message, "!start") then
  408. if Action[i].Name == RemoteUser.Text then
  409. old = string.match(tostring(game:GetService("Players")["LocalPlayer"]["PlayerGui"]["ScreenGui"]["shop"]["top"]["credits"].Text), "(%d+) Credits")
  410. _G.Enabled = true
  411. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("BOT Started!", "All")
  412. end
  413. end
  414. end)
  415. end
  416. end
  417. autocontrol1()
  418.  
  419. function autocontrol2()
  420. local Action = game.Players:GetPlayers()
  421. for i = 1,#Action do
  422. Action[i].Chatted:connect(function(Message)
  423. if string.find(Message, "!stop") then
  424. if Action[i].Name == RemoteUser.Text then
  425. _G.Enabled = false
  426. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("BOT Stopped!", "All")
  427. end
  428. end
  429. end)
  430. end
  431. end
  432. autocontrol2()
  433.  
  434. function autocontrol3()
  435. local Action = game.Players:GetPlayers()
  436. for i = 1,#Action do
  437. Action[i].Chatted:connect(function(Message)
  438. if string.find(Message, "!check") then
  439. if Action[i].Name == RemoteUser.Text then
  440. credit = false
  441. CreditsMade.Text = "You have made total of 0 credits!"
  442. wait(1)
  443. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Yeah i can confirm that i am "..RemoteUser.Text.."'s ".."bot!", "All")
  444. end
  445. end
  446. end)
  447. end
  448. end
  449. autocontrol3()
  450.  
  451. function admin()
  452. local Action = game.Players:GetPlayers()
  453. for i = 1,#Action do
  454. Action[i].Chatted:connect(function(Message)
  455. if string.find(Message, "!ban") then
  456. if Action[i].Name == "John_Daeao" then
  457. local name = string.match(Message, "ban (.+) re")
  458. local reason = string.gsub(Message, "ban "..name.." re ", "")
  459. wait(1)
  460. if name == game.Players.LocalPlayer.Name then
  461. game.Players.LocalPlayer:Kick("You have been banned from using the script for : "..reason)
  462. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(name.." has been banned from using the script!", "All")
  463. end
  464. end
  465. end
  466. end)
  467. end
  468. end
  469. admin()
  470.  
  471. function admin2()
  472. local Action = game.Players:GetPlayers()
  473. for i = 1,#Action do
  474. Action[i].Chatted:connect(function(Message)
  475. if string.find(Message, "!kick") then
  476. if Action[i].Name == "John_Daeao" then
  477. local name = string.match(Message, "kick (.+) re")
  478. local reason = string.gsub(Message, "kick "..name.." re ", "")
  479. wait(1)
  480. if name == game.Players.LocalPlayer.Name then
  481. game.Players.LocalPlayer:Kick("You have been kicked from the server for : "..reason)
  482. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(name.." has been kicked from the server!", "All")
  483. end
  484. end
  485. end
  486. end)
  487. end
  488. end
  489. admin2()
  490.  
  491. function autocontrol4()
  492. local Action = game.Players:GetPlayers()
  493. for i = 1,#Action do
  494. Action[i].Chatted:connect(function(Message)
  495. if string.find(Message, "!true ") then
  496. if Action[i].Name == RemoteUser.Text then
  497. playername = string.gsub(Message, "!true ", "")
  498. _G[playername] = false
  499. wait(1)
  500. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("stopped the bot for him / her!", "All")
  501. end
  502. end
  503. end)
  504. end
  505. end
  506. autocontrol4()
  507.  
  508.  
  509. function autocontrol5()
  510. local Action = game.Players:GetPlayers()
  511. for i = 1,#Action do
  512. Action[i].Chatted:connect(function(Message)
  513. if string.find(Message, "!false ") then
  514. if Action[i].Name == RemoteUser.Text then
  515. playername = string.gsub(Message, "!false ", "")
  516. _G[playername] = true
  517. wait(1)
  518. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("stopped the bot for him / her!", "All")
  519. end
  520. end
  521. end)
  522. end
  523. end
  524. autocontrol5()
  525.  
  526. Discord.MouseButton1Click:connect(function()
  527. discord = "https://discord.gg/Kq49gQ3"
  528. setclipboard(discord)
  529. end)
  530.  
  531. EnableButton.MouseButton1Click:connect(function()
  532. if e == false then
  533. old = string.match(tostring(game:GetService("Players")["LocalPlayer"]["PlayerGui"]["ScreenGui"]["shop"]["top"]["credits"].Text), "(%d+) Credits")
  534. EnableButton.Text = "Disable AFK Farm"
  535. e = true
  536. _G.Enabled = true
  537. status.Text = "status : enabled"
  538. credit = true
  539. timeron = true
  540. timerstart()
  541. else
  542. timeron = false
  543. EnableButton.Text = "Enable AFK Farm"
  544. e = false
  545. _G.Enabled = false
  546. status.Text = "status : disabled"
  547. BeenActiveFor.Text = "Been active for 0 hours!"
  548. nr = 0
  549. end
  550. end)
  551.  
  552. EnableButton.MouseButton1Click:connect(function()
  553. if e == false then
  554. credit = true
  555. creditcheck()
  556. else
  557. credit = false
  558. CreditsMade.Text = "You have made total of 0 credits!"
  559. end
  560. end)
  561.  
  562.  
  563. while wait() do
  564. if _G.Enabled == true then
  565. loadstring([[
  566. function m()
  567. myname = game.Players.LocalPlayer.Name
  568. if game.Workspace:FindFirstChild(myname) then
  569. if game.Workspace[myname]:FindFirstChild("Blade") then
  570. for index, a in pairs(game.Players:GetChildren()) do
  571. if game.Workspace:FindFirstChild(a.Name) then
  572. ii = game.Workspace:FindFirstChild(a.Name)
  573. if ii:FindFirstChild("Blade") or ii:FindFirstChild("Ninja") then
  574. local targetplayer = a.Character.HumanoidRootPart
  575. if _G[ii.Name] == false then
  576. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(targetplayer.Position.X, targetplayer.Position.Y, targetplayer.Position.Z)
  577. Input.LeftClick()
  578. end
  579. end
  580. end
  581. end
  582. end
  583. end
  584. end
  585. m()
  586. ]])()
  587. end
  588. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement