Legacy of a Thousand Suns
-migrated-
Legacy of a Thousand Suns
Submitted By:
Launch Trainer!
MMO Mouse Only Multiplayer Science Fiction Space

Wondering where the hacks are at? Register or Sign In to find out!


Wondering where the sol files are at? Register or Sign In to find out!

Legacy of a Thousand Suns

-migrated-
Last Updated: 06/21/2013 19:36

Legacy of a Thousand Suns

Auto-Post
Last Updated: 11/15/2012 01:09

5
 

Reading Is Power

  Reach level 10
15
 

Number on the Wall

  Deal 8,675,309 total raid damage

Game Dscription
Old rivals bearing powerful new technologies have declared war on the Sian Empire. Princess Illaria’s enemies are hunting for her – and if she falls into their clutches the empire will be doomed. Only you can save her now…
Re: Legacy of a Thousand Suns Posted on: 11/08/2012 5:49pm
Quote Post
Honestly, I'd settle for an autoclicker that's better than the one I have, since it won't handle times over a minute.  I just want to go to sleep during a raid with it set to click on the 5 every 10 minutes...  anyone know an autoclicker that can handle 10 minute durations?
Re: Legacy of a Thousand Suns Posted on: 11/08/2012 8:28pm
Quote Post
Never let a computer tell me shit.
Honestly, I'd settle for an autoclicker that's better than the one I have, since it won't handle times over a minute.  I just want to go to sleep during a raid with it set to click on the 5 every 10 minutes...  anyone know an autoclicker that can handle 10 minute durations?

download autoit http://www.autoitscript.com/cgi-bin/getfile.pl?autoit3/autoit-v3-setup.exe

and run this script
you will need to modify the lines
Global $Xloc=500 ;the X position to click
and
Global $Yloc=500 ;the Y position to click

to make it click where you want
they are near the top
[code]
;
;
;SIMPLE CLICKER
;by kolonel kadat
;
;
;
Opt("MouseCoordMode", 1) ;1=absolute, 0=relative, 2=client

Global $Xloc=500 ;the X position to click
Global $Yloc=500 ;the Y position to click


;;--------------------------------------------------------------------------------
;;   Initialize Hotkeys
;;--------------------------------------------------------------------------------
HotKeySet('{END}', 'Quit')
HotKeySet('{PAUSE}', 'Pause')

;set time between clicks
Global $WaitTime= 600000 ; 10 minutes in milliseconds



Global $Paused
Global $timeStartedDisp[3] = [0, 0, 0];hh,mm,ss
Global $timeStarted = 0
Global $timeLastRun = 0
Global $timeLastRunDisp[3] = [0, 0, 0];hh,mm,ss
Global $timeStartCurrentRun=0
Global $troptime=3000 ; 3 seconds in ms
Global $TotalClicks=0

Pause() ; clicker starts paused

$timeStartedDisp[0] = @HOUR
$timeStartedDisp[1] = @MIN
$timeStartedDisp[2] = @SEC
$timeStarted = TimerInit()

$pauseTime=0;$WaitTime
While 1
   DEBUG("Regen stamina Pause:" & $pauseTime / 1000 & " seconds remaining")
   If ($pauseTime <= 0) Then
      $timeLastRunDisp[0] = @HOUR
      $timeLastRunDisp[1] = @MIN
      $timeLastRunDisp[2] = @SEC
      $timeLastRun = TimerDiff($timeStarted)
      MouseMove($Xloc,$Yloc)
      MouseClick('left', $Xloc,$Yloc, 1, 0)
      $TotalClicks += 1
      $pauseTime=$WaitTime
   EndIf
   Sleep($troptime)
   $pauseTime -= $troptime
WEnd

Func Quit()
   Exit
EndFunc   ;==>Quit
Func Pause()
   $Paused = Not $Paused
   While $Paused
      Sleep(250)
      DEBUG('Paused... press [PAUSE] key to continue')
   WEnd
   DEBUG("")
EndFunc   ;==>Pause

Func milisecToHHMMSS($ms)
   $dummy = $ms / 1000
   $dummy2 = Mod($dummy, 3600)
   $hours = ($dummy - $dummy2) / 3600
   $dummy = $dummy2
   $dummy2 = Mod($dummy, 60)
   $minutes = ($dummy - $dummy2) / 60
   $dummy = $dummy2
   $seconds = Round($dummy)
   Return ($hours & ":" & $minutes & ":" & $seconds)
EndFunc   ;==>milisecToHHMMSS

Func DEBUG($MESSAGE, $doLog=0)
         $DebugMessage = "



I use this AoB tool to make all the AoBs I post. Try the online version if you dont feel like downloading it.
"Obviously, windows are central to Windows. They are so important that they named the operating system after them. But what is a window?"

Re: Legacy of a Thousand Suns Posted on: 11/09/2012 4:22am
Quote Post
wow, thank you.  I'll edit this post after I try it out, thanks a ton ^_^
Re: Legacy of a Thousand Suns Posted on: 11/09/2012 10:11am
Quote Post
Im actually a bit curious, is it possible for cheat engine to click a button? Ive seen some pretty elaborate CE Macros before, with GUI and all that fun stuff. If CE can click a button, then a really sleek macro could be made based on actual values and such.
Re: Legacy of a Thousand Suns Posted on: 11/09/2012 7:04pm
Quote Post
Collecting stuff quickly from Facilities is still possible. Set Cheat Engine to 20 and wait until the timer runs out (it will be much faster, of course). Then while still speedhacked you can click on collect. Now the Timer will probably start again, but with reduced waiting time. Now once the Timer hits 0 again you can click on collect and... then the collect button won't disappear. So you can click it as often as you want. However Communication, Academy and Shipyard have an invisible waiting time before you can collect again. If you collect too early a window will pop up and say "Error collecting item". The waiting times are different for the 3 buildings aswell.. Communication is over pretty quickly, Shipyard takes a while longer and Academy takes even longer, but I don't know the exact times.
So that cheat is still working... it's not perfect, but better than nothing. Also you can upgrade the Facilities and click on collect over and over again to farm some really good equipment which will help you a lot towards getting the damn Badge.

Oh, on a sidenote: Spend all your Skillpoints for Stamina/Energy. Probably focusing some more on Stamina, because it's required for Raids. Also if there's a World Raid going on you should join that ASAP, because you can use all 3 Bars (Energy, Stamina, Honor) on it and get great rewards (mostly money). If there's no such thing going on you should join an Alliance as soon as you can so you can spend your Honor. Also you should try to use 20 points at once as often as you can, or at least do 5 with each hit if you are impatient.

With all this in mind you should get the Badge in ~2 days
Re: Legacy of a Thousand Suns Posted on: 11/10/2012 12:32am
Quote Post
If a world raid's going on, you can probably use the infini-hit cheat I found in Dawn of the Dragons. This game has the same layout, so I'm sure it would work here. Only works in world raids though.
Re: Legacy of a Thousand Suns Posted on: 11/10/2012 5:19am
Quote Post
I've had mixed results on MMOs in the past, but KBH works on this one as well.
Re: Legacy of a Thousand Suns Posted on: 11/11/2012 5:52pm
Quote Post
If a world raid's going on, you can probably use the infini-hit cheat I found in Dawn of the Dragons. This game has the same layout, so I'm sure it would work here. Only works in world raids though.

I tried it and it works perfectly fine. That's a great hack though I wish I found out about it earlier since I already got the Badge. But next time you mention another post you should either quote it, post a link or just copy and paste it here. Since I'm a nice guy I will do it for you this time:

http://www.flashcheats.org/forum/index.php?topic=5848.15

Anyway, some additional info on the hack: If you are going to hit for 20 points you should make sure that you actually have enough points to do so, otherwise you have to Close the screen and engage the Raid again. Also you will have to search for the number again. When you change the number to 4 do not change H, S and E anymore or else you will have to look for the correct number again, so make sure you selected the right letter before changing to 4 (I think Stamina gives the most EXP).
Re: Legacy of a Thousand Suns Posted on: 11/14/2012 2:07am
Quote Post
***May eventually get you banned***

Rather than using speed hack, I've found it's better to find the times of facilities:

Search 4b x 1 "Value between..."
Time: 3600*hours+60*minutes

So if it's ~02:24:30, search between 8640 and 8700. Repeat until you find it and lock at zero.

Planetary Defense, Munitions Factory, and Vehicle Bay can be collected every second. Vehicle bay is the only one worth collecting for Crystals and Stamina.
Even though it shows you can collect them, Communication, Academy, and Shipyard have an additional collection delay. Communication isn't long, maybe 5-10 seconds, Shipyard is maybe twice that long, and Academy is maybe 30-60 seconds. No need to bother with Communication though.

Use AutoHotKey or some other automated clicker to collect Vehicle Bay, Academy, and Shipyard at appropriate intervals (You can collect several Vehicle Bays before executing an Academy and Shipyard collection). I typically record the script, adjust the delays, convert to an .exe, then make a batch file that runs the .exe in an infinite loop.

Edit: The advantages of this method over speedhack are 1) you don't have to wait for the timers initially and 2) They game doesn't time out so fast.
Re: Legacy of a Thousand Suns Posted on: 11/17/2012 1:49pm
Quote Post
Oh yeah, I forgot to mention that you should leave the Vehicle Bay at lvl 1 for Crystals and that Helmet item (it's worth 2k, so you can get lots of money by selling them)
Re: Legacy of a Thousand Suns Posted on: 11/19/2012 5:50am
Quote Post
Honestly, I'd settle for an autoclicker that's better than the one I have, since it won't handle times over a minute.  I just want to go to sleep during a raid with it set to click on the 5 every 10 minutes...  anyone know an autoclicker that can handle 10 minute durations?
This one handles even HOUR durations!
http://download.cnet.com/Free-Mouse-Auto-Clicker/3000-2084_4-75221696.html

Click the Direct Download Link UNDER the big green button. All the others are fakes, and the big green button tries to install CNET's downloader.
Re: Legacy of a Thousand Suns Posted on: 11/22/2012 6:50am
Quote Post
If a world raid's going on, you can probably use the infini-hit cheat I found in Dawn of the Dragons. This game has the same layout, so I'm sure it would work here. Only works in world raids though.

I tried it and it works perfectly fine. That's a great hack though I wish I found out about it earlier since I already got the Badge. But next time you mention another post you should either quote it, post a link or just copy and paste it here. Since I'm a nice guy I will do it for you this time:

http://www.flashcheats.org/forum/index.php?topic=5848.15

Anyway, some additional info on the hack: If you are going to hit for 20 points you should make sure that you actually have enough points to do so, otherwise you have to Close the screen and engage the Raid again. Also you will have to search for the number again. When you change the number to 4 do not change H, S and E anymore or else you will have to look for the correct number again, so make sure you selected the right letter before changing to 4 (I think Stamina gives the most EXP).


Tried this out just now, and it works great. It'll be nice to do a bit more raid damage and get the badge over with without being bothered by the devs and being banned.



MOEKTAZO!
Re: Legacy of a Thousand Suns Posted on: 12/13/2012 2:45pm
Quote Post
System Bot
I have some problems with KBH for this game:

Since I am banned, I wanted to use KBH to get the easy badge but the value for level doesn't update.
I know it's sending SOMETHING, because I get logged out of chat when I press 'send packet'.

Does anybody else have problems with this game? KBH always worked perfectly for me in the past.
(My KBH-version is 7.1 and I use Windows 7 64-bit, last time I tried was with Windows XP)

This post was imported from an account that no longer exists!
Previous Name: New_to_this
Re: Legacy of a Thousand Suns Posted on: 12/13/2012 4:41pm
Quote Post
i just had problems with KBH with Vorp, maybe something has changed and it doesnt work again?  I know KBH has had problems in the past.
Re: Legacy of a Thousand Suns Posted on: 12/13/2012 5:55pm
Quote Post
System Bot
I tried to use KBH at another MMO and it worked, so I think KBH is still alright... There must be some security against it in the game (I'm not sure about that though because KBH seems to work with the other games from this dev)

Does anybody have an idea how I can still get the badge? I looked at the code but couldn't find a way to make the client ignore my banned status.  (broken image removed)

This post was imported from an account that no longer exists!
Previous Name: New_to_this