LokoBurrito

Da Hood AutoFarm

Oct 10th, 2023 (edited)
441
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.66 KB | Gaming | 0 0
  1. _G.AutofarmSettings = {
  2.     ["AttackMode"] = "3",
  3.     --// ^ 1 - Fast Punch | 2 - Super Punch | 3 - Knife (PROB THE FASTEST).
  4.  
  5.     ["Fps"] = "5",
  6.     --// ^ Wouldnt recommend going below 5. ^
  7.  
  8.     ["Codes"] = {
  9.         "ExampleCode1",
  10.         "ExampleCode2"
  11.     },
  12.     --// ^ (optional) Codes that will be automatically claimed. ^
  13.  
  14.     ["Webhook"] = "",
  15.     --// ^ (optional) Webhook link that logs will be sent to. ^
  16.    
  17.     ["LogInterval"] = "2",
  18.     --// ^ How often the logs will be sent in minutes.
  19.    
  20.     ["Credits"] = "iku autofarm - by @trans"
  21. }
  22.  
  23. loadstring(game:HttpGet("https://github.com/applless/RandomScripts/raw/main/IkuAutofarm"))()
  24.  
Advertisement
Add Comment
Please, Sign In to add comment