castro icon indicating copy to clipboard operation
castro copied to clipboard

Tibia 11 login

Open Raggaer opened this issue 7 years ago • 9 comments

Make tibia 11 login page

Raggaer avatar Mar 18 '17 19:03 Raggaer

It's ready?

Aerwix avatar Nov 04 '17 01:11 Aerwix

@forgee Is working on it, I saw some progress and so far so good, but I have no idea if its finished

Raggaer avatar Nov 04 '17 01:11 Raggaer

Normal login and two factor authentication is finished. Cast support is coming, but I have to look into the different cast systems and how to handle password protected casts.

forgee avatar Nov 04 '17 19:11 forgee

How is this

joseluis2g avatar May 28 '18 14:05 joseluis2g

No progress, but should be easy to make using lua

Raggaer avatar May 28 '18 18:05 Raggaer

I did something in lua but never finished it, but using the json package and the http write function should be anough to make this

Raggaer avatar Jun 16 '18 15:06 Raggaer

Could you post it as gist or smth

joseluis2g avatar Jun 16 '18 15:06 joseluis2g

Something like this

function get()
  local data = json:unmarshal(http.body)
  print(data.password)
end

Then you could take a look at znote login and add whats missing, ill try to work on this the following weeks

Raggaer avatar Jun 17 '18 20:06 Raggaer

I uploaded what I have. It is a simple plugin that adds a page to handle the post request. Connect using domain/nocsrf/play

It worked with 11.49.5813 but I have not been able to test with a newer client.

https://github.com/forgee/castro-client11 https://plugins.castroaac.org/view/castro-client11

forgee avatar Jun 24 '18 16:06 forgee