Advertisement
KevinPlayLT2

MM2 Auto Farm

Jul 20th, 2020
7,764
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 1 0
  1. spawn(function()
  2. while true do
  3. game:GetService("VirtualUser"):Button1Down(Vector2.new(0,0))
  4. wait(20)
  5. end
  6. end)
  7.  
  8. spawn(function()
  9. _G.on = true -- the autofarm switch.
  10. _G.KillMurder = false -- this can kill you sometimes so i recommend keeping it false
  11. _G.Godmode = true -- i recommend this instead :) you can use this alone, but it only starts when the match starts.
  12. _G.PrintMurder = true -- if _G.on = true then this will print the murderer.
  13. _G.LoopDelay = 2.5 -- how long it takes for the entire thing to repeat.
  14. -- you can turn on to false and just use godmode :)
  15. -- these are the recommended settings, you can change them, you can execute before the match.
  16. -- it rejoins if you are murderer. You can put this in autoexecute or not.
  17. -- uses e621's fps booster if a certain thing happens :)
  18.  
  19. loadstring(game:HttpGet("https://pastebin.com/raw/eNwdRG92"))();
  20. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement