Sims Social Hack - Free Simoleons and Social Points with AutoHotKey.

06/11/2012 18:44 Iberion#1
You need:
  1. [Only registered and activated users can see links. Click Here To Register...]
  2. [Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...] you can find more instructions for leethax and The Sims Social.

Now i'm explaining how to get many Simoleons and Social Points.
  1. Install Plugin
  2. Start The Sims Social
  3. Go to the Shop
  4. Open "Hidden - consumable"
  5. Start AutoHotkey-Script, which clicks on "Red Envelope"
  6. Lean back and enjoy
  7. To stop press/hold "Esc" until it stops

Here is the code for the *.ahk-file:
Code:
#InstallKeybdHook

SetTitleMatchMode 2

While (!GetKeyState("Escape")) {
  WinWait, The Sims Social auf Facebook - Mozilla Firefox, 
  IfWinNotActive, The Sims Social auf Facebook - Mozilla Firefox, , WinActivate, The Sims Social auf Facebook - Mozilla Firefox, 
  WinWaitActive, The Sims Social auf Facebook - Mozilla Firefox, 
  MouseClick, left,  400,  700
  Sleep, 500
}
ExitApp
Maybe you have to edit the Coordinates of the Mouseclick and the Text of the Window.
Both information you can get with Window Spy, which is installed with AutoHotkey as well.
I hope it works for you and you can enjoy it.