OK, crybllrd, since you've shown effort (and quite a lot of it!

), I'll show you how I did it. I used Taylor's series repeatedly without any LH rule.
The limit to be worked out is [itex]{(\frac{\sin x}{x})}^{\frac{1}{x^2}}[/itex] as x tends to 0 from the right.
Taylor series: [itex]\sin x = x - \frac{x^3}{3!} + \frac{x^5}{5!} -...[/itex]
So the expression becomes:
[itex]{(1 - \frac{x^2}{3!} + \frac{x^4}{5!} -...)}^{\frac{1}{x^2}} = {[1 +x^2(-\frac{1}{3!} + \frac{x^2}{5!} - \frac{x^4}{7!} +...)]}^{\frac{1}{x^2}}[/itex]
Let this mess: [itex](-\frac{1}{3!} + \frac{x^2}{5!} - \frac{x^4}{7!} +...)[/itex] be denoted [itex]y[/itex].
Applying Binomial Theorem (which is also a variant of the relevant Taylor series), the expression becomes:
[itex]1 + \frac{1}{x^2}.x^2.y + \frac{(\frac{1}{x^2})(\frac{1}{x^2}-1)}{2!}.y^2.x^4 + ...[/itex]
You'll notice that all expressions of the form (1/x^2)(1/x^2 - 1)...(1/x^2 - k).(x^2(k+1)) will reduce to 1 at the limit x -> 0.
That just leaves:
[itex]1 + y + \frac{y^2}{2!} + ...+\frac{y^n}{n!}+... = e^y[/itex]
Now limit of y as x -> 0 = -1/3! = -1/6.
So the final answer is [itex]e^{-\frac{1}{6}}[/itex]