• Silahkan bergabung dengan chat kami di Telegram group kami di N3Forum - https://t.me/n3forum
  • Welcome to the Nyit-Nyit.Net - N3 forum! This is a forum where offline-online gamers, programmers and reverser community can share, learn, communicate and interact, offer services, sell and buy game mods, hacks, cracks and cheats related, including for iOS and Android.

    If you're a pro-gamer or a programmer or a reverser, we would like to invite you to Sign Up and Log In on our website. Make sure to read the rules and abide by it, to ensure a fair and enjoyable user experience for everyone.

Recent content by syahroni

  1. S

    N3 [AHK] Membuat Bot / Auto Click dengan AutoHotKey

    #NoEnv #SingleInstance, Force SendMode Input SetWorkingDir %A_ScriptDir% bCheck=0 ; buat loop utk pengecekan afd, sleep 100ms SetTimer MyLoop, 100 ; hotkey untuk on/off bot F8::Toggle := !Toggle ;script untuk toggle on/off MyLoop: If (Toggle) { If bCheck=0 { SetTimer, ADAD, 50 bCheck=1 } }...
Top