I can't explain this is the title :(

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
-FaLcOn-
Posts: 5
Joined: 26 Aug 2014, 10:42

I can't explain this is the title :(

30 Aug 2014, 20:22

Hellow!

I'm french i don't have the right grammar to write this... but i'll try do be good.

Okay! I want to create a bot who is connecting on a website with many differents accounts.

The accounts are like: yolo1, yolo2, yolo3, yolo4 etc
With same password!

But can i do this? Can autohotkey add +1 at a value every time?

If you have any question, i can be more accurate.. :(

Thanks! :D
Zelio
Posts: 278
Joined: 30 Sep 2013, 00:45
Location: France

Re: I can't explain this is the title :(

30 Aug 2014, 20:43

Many ways, if your bot do immoral thing then we will not help you...

Code: Select all

a::
loop 4
{
	account := "Yolo" a_index + 10
	send % account "{enter}"
	sleep 1000
}
return
-FaLcOn-
Posts: 5
Joined: 26 Aug 2014, 10:42

Re: I can't explain this is the title :(

31 Aug 2014, 09:44

Zelio wrote:Many ways, if your bot do immoral thing then we will not help you...

Code: Select all

a::
loop 4
{
	account := "Yolo" a_index + 10
	send % account "{enter}"
	sleep 1000
}
return
It's in a game, i can have one gift per account ^^
I created many accounts, now i just need to log them and ask for the gift on the website!
It's not immoral, it's just free gifts in the game

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: Chunjee, jollyjoe and 146 guests