GAMERS LAIR

Kid Kidding

Well-known member
Messages
5,548
Points
113
Sure. Save this code as a .vbs file, then run from a Powershell terminal:
> wscript.exe <file name>.vbs

The script randomly picks a word out of the Dictionary array every 5 minutes and types it. You can change the words in Dictionary as you please and control its size by modifying the "Dim Dictionary (10)" line.

Edit: To stop the script, you'll need to kill the process -> "ps wscript" to find the process ID then "kill <PID>"

Code:
' Initial Delay
WScript.Sleep 8000


' Delay interval between messages (5 minutes)
Delay = 300000


' list of random words to use
Dim Dictionary(10)
Dictionary(0) = "hello"
Dictionary(1) = "world"
Dictionary(2) = "1"
Dictionary(3) = "2"
Dictionary(4) = "3"
Dictionary(5) = "4"
Dictionary(6) = "The Godfather rocks!"
Dictionary(7) = "Feed me"
Dictionary(8) = "I like free games"
Dictionary(9) = "cya"


Dim WshShell
Set WshShell = WScript.CreateObject("WScript.Shell")


DO
   dim Index
   randomize
   Index = int(rnd*Ubound(Dictionary))
   WshShell.SendKeys Dictionary(Index)+"{ENTER}"
   WScript.Sleep Delay
LOOP
Thanks Pygmy Goat! (y) (y)
Your script works like a charm!
 

AquaMusingsDancing

Well-known member
Messages
231
Points
93
I've won IG GA
It should be Magicka but it is Magicka: Dungeons and Daemons DLC
I don't have Magicka.
Anyone want to try the key? See below.
I'm not sure if it is intentional or just a mistake. Soda51 - the donor, did not respond to my messages.
Should I give him negative feedback no matter if the key works?
We have 10 or 70 minutes. I'm not sure because IG clock is odd.
 
Last edited:

LuckyStrike1305

Well-known member
Messages
2,285
Points
113
I've won IG GA
It should be Magicka but it is Magicka: Dungeons and Daemons DLC
I don't have Magicka.
Anyone want to try the key?
I'm not sure if it is intentional or just a mistake. Soda51 - the donor, did not respond to my messages.
Should I give him negative feedback no matter if the key works?
We have 10 or 70 minutes. I'm not sure because IG clock is odd.
My vote is negative. It's not the main game and you have no way to verify the key.. You got excited for a win you probably waited so this in my book is bad
 

Legolas

Well-known member
Messages
5,520
Points
113
It is exactly how I feel. Negative feedback done.
I feel that it's not ok to give anyone to try the key now.
What do you think?
Ask this person If they got a Magicka key because that was the intended Original giveaway before giving Negative feedback. I can try the key for you, since time is an issue and if it works it should be negative feed back if they have not given the Magicka key as intended in the first place, because you joined Magicka Ga, not Magicka: Dungeons and Daemons DLC Ga.
 
Last edited:

AquaMusingsDancing

Well-known member
Messages
231
Points
93
Ask this person If they got a Magicka key because that was the intended Original giveaway before giving Negative feedback. I can try the key for you, since time is an issue and if it works it should be negative feed back if they have not given the Magicka key as intended in the first place, because you joined Magicka Ga, not Magicka: Dungeons and Daemons DLC Ga.
I contacted him for his proposal in this situation but he didn't respond. The time has come to make a decision because of the automatic feedback.
 

Kid Kidding

Well-known member
Messages
5,548
Points
113
I've won IG GA
It should be Magicka but it is Magicka: Dungeons and Daemons DLC
I don't have Magicka.
Anyone want to try the key? See below.
I'm not sure if it is intentional or just a mistake. Soda51 - the donor, did not respond to my messages.
Should I give him negative feedback no matter if the key works?
We have 10 or 70 minutes. I'm not sure because IG clock is odd.
Give the donor 24 hours. Maybe Soda51 is in another timezone and just made a mistake.
Then if you get no answer, sorry to say, negative feedback should be given ...
If you are out of time, just give the negative feedback, you can correct this later if necessary.
 

Kid Kidding

Well-known member
Messages
5,548
Points
113
Its Grotesque evil tactics 1 :) Legolas had missfortune to try it out first :ROFLMAO:
Key is still valid if anybody wants it
Yes please! (y)
(If it is not the same as: "Grotesque Tactics: Evil Heroes Comp".)
Edit: Thanks! It was the same. According to Steam: "Grotesque Tactics: Evil Heroes Comp". So I did not use the key! (y)
Edit 2: Got a mystery key from Jer7cho. It was "Altitude_Retail". Already got it, so this fish is also swimming in the pond again! 🐟
 
Last edited:

AquaMusingsDancing

Well-known member
Messages
231
Points
93
Give the donor 24 hours. Maybe Soda51 is in another timezone and just made a mistake.
Then if you get no answer, sorry to say, negative feedback should be given ...
If you are out of time, just give the negative feedback, you can correct this later if necessary.
I'm not good at English but I don't know where I made a mistake if it's not clear that I've contacted him, give him a time for respond (24 hours in total). He didn't respond and I had to give feedback immediately because of IG automatic positive feedback.
 

BurningPixels

Well-known member
Messages
4,191
Points
113
I've won IG GA
It should be Magicka but it is Magicka: Dungeons and Daemons DLC
I don't have Magicka.
Anyone want to try the key? See below.
I'm not sure if it is intentional or just a mistake. Soda51 - the donor, did not respond to my messages.
Should I give him negative feedback no matter if the key works?
We have 10 or 70 minutes. I'm not sure because IG clock is odd.
Maybe it could be not intentional mistake. If you check the key directly on steam client from button "activate product" Steam tells you it says already own product and after a while it will pop Magicka base game installation. The only way to know if it is a dlc is from webpage Sign In . Maybe because he is a new member, he doesn't know how to properly check keys.
 
Top