A preserved archive of the Logical Gamers community forums, 2009-2025. The original threads and posts, served read-only. Registration, posting and private messages are gone for good.

[SPOILER]kthnxhax'd[/SPOILER]

1.1k views · started by 323 ·
#1
[SPOILER]kthnxhax'd[/SPOILER]


They haven't enabled the grants for any other years, but I got them up and clickable and everything
#2
What?
#3
How?!?!?!?
#4
Send it to me saan.
#5
Useless hack is useless, yall.
#6
Useless hack is useless, yall.


Does it actually give you the items?
#7
Does it actually give you the items?


Not yet, but I'm trying to figure it out. They're updating the grants as they go it seems, they haven't even made the graphics for the chocolates that appear when you grab the other days.
#8
u r cool haxor
#9
You can make the chocolates viewable if you change the <div class="choc_2003_fish future"></div> code to <div class="choc_2003_fish received"></div>
My pointless 2 cents. :/
#10
You can make the chocolates viewable if you change the <div class="choc_2003_fish future"></div> code to <div class="choc_2003_fish received"></div>
My pointless 2 cents. :/

Pretty sure that's what he was doing, which is why the code is useless. It changes nothing on Gaia's server-side.
#11
You can make the chocolates viewable if you change the <div class="choc_2003_fish future"></div> code to <div class="choc_2003_fish received"></div>
My pointless 2 cents. :/


The chocolate graphics weren't implemented when I had done this, they only had the one for 2012 even uploaded to the sever.

The settings you can do are:

available
future
received
#12
The chocolate graphics weren't implemented when I had done this, they only had the one for 2012 even uploaded to the sever.

The settings you can do are:

available
future
received


Yup. I went back and found available later. Too bad it doesn't affect server side. :( Or at least give us an idea of what will be given each day.
#13
Yup. I went back and found available later. Too bad it doesn't affect server side. :( Or at least give us an idea of what will be given each day.


Yeah, that's what I was thinking. It would be so cool to have all of that stuff ahead of time and sell it on the marketplace and stuff, haha. The one semi-hint we have is their names, e.g. "choc_2003_fish" and stuff. So far, none of the names have related to anything that has been given though haha.
#14
Yeah, that's what I was thinking. It would be so cool to have all of that stuff ahead of time and sell it on the marketplace and stuff, haha. The one semi-hint we have is their names, e.g. "choc_2003_fish" and stuff. So far, none of the names have related to anything that has been given though haha.


How do you find all this out?
#15
How do you find all this out?


Its simple he already had the first 2012 chocolate and so he checks the variables for that one and just did them for all of them.
#16
ya bish wrote:
Its simple he already had the first 2012 chocolate and so he checks the variables for that one and just did them for all of them.


What plugin do you use for that?
#17
Yeah, that's what I was thinking. It would be so cool to have all of that stuff ahead of time and sell it on the marketplace and stuff, haha. The one semi-hint we have is their names, e.g. "choc_2003_fish" and stuff. So far, none of the names have related to anything that has been given though haha.


I believe when they have fish in the name it only correlates to the fact that chocolate will look like a fish. Haha. No hints at the items. :/ Yeah if we could get a jump on the deflation, that would be nice ahah.
#18
What plugin do you use for that?


I use chrome and it allows me to right click on objects and select "Inspect Element"...then it brings up the html code I believe.
#19
I use chrome and it allows me to right click on objects and select "Inspect Element"...then it brings up the html code I believe.


Yep, this.

I got interested so I right clicked on the 2012 and did Inspect Element and was looking at the source of the page. I noticed the "available" (I hadn't clicked it yet) and wrote that down. I clicked it, noticed it changed to "received", so I wrote that down. Then I looked at the others, saw they were "future", and wrote that down. Then I just tried changing them all around and stuff, lol.
#20
Both Chrome and Firefox have Firebug, which allows you to edit the HTML of a page live. Just right-click an HTML element and select inspect. Then you can change the class name and such from there.