Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

autoit help needed

Featured Replies

Hello, im lookin for some one with a bit of skill with auto it and maybe some time to kill.

heres the problem im playing this game and there is no buy mass items from vendor option i literaly have to click thousands of times and my hand is killing me!!!

if anyone is able to help me out and save me some pain maybe make an AU3 script that would click 100x or 50x when i hit lets say F1 or or home or something, i would be willing to give you a few bucks for your time threw

paypal for a few coffees ....thanks if your willing to help. oh and the game is fullscreen i dont know if AU3 will work threw that ?

Easy peasy...

#include<misc.au3>
$dll=DllOpen("user32.dll")

;A Sloppy way to loop and check if F1 is pressed
While 1 = 1
If _IsPressed(70,$dll) Then
For $i = 1 To 100
;The keys you want to send to the game
Send("Send keys that makes me buy stuff")
Sleep(1)
Next
EndIf
WEnd

You may want to change the sleep timer to work better with your game, its in ms.

What keys do you want to send to the game??

Edited by pany03

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.