Register for your free account! | Forgot your password?

You last visited: Today at 14:55

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Toshinou Ultra

Discussion on Toshinou Ultra within the DarkOrbit forum part of the Browsergames category.

Reply
 
Old 10/27/2018, 09:20   #16
 
dm94's Avatar
 
elite*gold: 0
Join Date: Jun 2018
Posts: 21
Received Thanks: 7
Quote:
Originally Posted by Freshek View Post
You require people to donate to you a specified amount of money before you release the source code. It doesn't break the MIT license. It's just how open-source software works in hands of people who never used any open-source software. Imagine downloading Linux Ubuntu and having to go through 50 of URL shorters with a lot of ads opening in pop ups/new tabs. Now let's say the security team discovered a major security issue. But they want $5,000,000 USD before they release a fix. If you plan to keep doing what you're doing with Kirito, stop calling Toshinou an open-source project.
I see that you are upset by what I have done these last days. So I'm going to make a decision that I hope you accept
dm94 is offline  
Old 10/27/2018, 09:22   #17
 
Freshek's Avatar
 
elite*gold: 0
Join Date: Aug 2015
Posts: 803
Received Thanks: 1,362
Quote:
Originally Posted by dm94 View Post
I see that you are upset by what I have done these last days. So I'm going to make a decision that I hope you accept
I'm not upset. It's fine as long as you stop calling Toshinou an open-source project and instead begin calling it adware/freeware.
Freshek is offline  
Thanks
3 Users
Old 10/27/2018, 10:08   #18
 
elite*gold: 0
Join Date: Nov 2013
Posts: 23
Received Thanks: 0
It's disgusting how Kirita "sells" the bot. I mean the content was made by DM94 as far as I know. Kirita only "updated" the bot and literally pushed like 30 ad sites into it. Malwarebytes didn't even allow me to download the bot cause the pages are full of malware, trojans and more. And the only one who recieved like almost nothing was DM94. He gave us all the stuff for free. DM94 do you left completly or still bring some content now and then?
03andreas02 is offline  
Old 10/27/2018, 10:46   #19
 
dm94's Avatar
 
elite*gold: 0
Join Date: Jun 2018
Posts: 21
Received Thanks: 7
Quote:
Originally Posted by 03andreas02 View Post
It's disgusting how Kirita "sells" the bot. I mean the content was made by DM94 as far as I know. Kirita only "updated" the bot and literally pushed like 30 ad sites into it. Malwarebytes didn't even allow me to download the bot cause the pages are full of malware, trojans and more. And the only one who recieved like almost nothing was DM94. He gave us all the stuff for free. DM94 do you left completly or still bring some content now and then?
The creator is freshek, not me.
I have only been improving the bot logic with what I was learning from js.
I will use github as Tanoshiizo has done. And if he'll allow me, I'll add some improvements he's made.
dm94 is offline  
Old 10/27/2018, 11:54   #20
 
elite*gold: 0
Join Date: Nov 2013
Posts: 23
Received Thanks: 0
Yeah thats what i meant. He gave the whole project but you give it more content. I appreciate your work and of course the work of Tanoshi! Maybe you both can keep up the work together
03andreas02 is offline  
Old 10/27/2018, 15:44   #21
 
elite*gold: 0
Join Date: Sep 2018
Posts: 20
Received Thanks: 45
Quote:
Originally Posted by dm94 View Post
The creator is freshek, not me.
I have only been improving the bot logic with what I was learning from js.
I will use github as Tanoshiizo has done. And if he'll allow me, I'll add some improvements he's made.
You can use Ultra's swf or any code changes as long as it stays free and open source.
Tanoshiizo is offline  
Thanks
1 User
Old 10/27/2018, 16:00   #22
 
dm94's Avatar
 
elite*gold: 0
Join Date: Jun 2018
Posts: 21
Received Thanks: 7
Quote:
Originally Posted by Tanoshiizo View Post
You can use Ultra's swf or any code changes as long as it stays free and open source.
perfect, I say the same.
If you want to add things from my code you can do it
dm94 is offline  
Old 10/27/2018, 17:38   #23
 
elite*gold: 0
Join Date: Sep 2018
Posts: 20
Received Thanks: 45
Quote:
Originally Posted by Freshek View Post
He changed
Code:
         this.§_-24o§.§_-U1z§.§_-647§(§_-H3C§,§_-34X§,§_-938§,function(param1:String):void
         {
            sendRequest(new §_-31u§(param1));
         });
to
Code:
         this.§_-A1h§.§_-d1P§.§_-z44§(§_-n3S§,§_-64P§,§_-m3p§,function(param1:String):void
         {
         });
(yeah, these two SWF versions are different, but it's the same deal)

Anyway, why don't you simply stop using ExternalInterface (which is, as you probably have noticed, easy to detect)? Or at least try to hide the stacktrace. I don't think you are going to spend few hours every update just to check if BP added some trap in one of xx of their SWFs.

But still, I respect you for doing it for free. Not like dm94/Kirito who sell it in the worst and the most disgusting way.
By hiding the stacktrace do you mean with "try" and "catch"? and what would i use besides ExternalInterface? the only things that come to mind are sockets , packets and hooking the functions in the flash dll (is this even possible?).

It's ok if you don't want to answer, if i want to take this project i should know how to keep the users safe.
Tanoshiizo is offline  
Thanks
2 Users
Old 10/27/2018, 17:54   #24
 
elite*gold: 46
Join Date: Oct 2010
Posts: 782
Received Thanks: 525
Quote:
Originally Posted by Tanoshiizo View Post
By hiding the stacktrace do you mean with "try" and "catch"? and what would i use besides ExternalInterface? the only things that come to mind are sockets or hooking the functions in the flash dll (is this even possible?).
Changing the dll is possible, and I'm surprised no one has done it yet (at least thats what it looks like). There are so many ways you can fuck with their string search for ExternalInterface, you could hook the getStackTrace function, change the behavior of string construction, change the behavior of indexOf for strings, or many other things.

However, depending on how experienced you are, this may take some time.

Quote:
Originally Posted by Tanoshiizo View Post
You can use Ultra's swf or any code changes as long as it stays free and open source.
Then you should have chosen a license that covers that. The MIT license gives anyone the right to do what they want with the code in the repository (including the swf), they can sell it and keep the source closed. You should probably choose a license like the GPL (or one of its variants) if you want people to give you/anyone else access to any changes they make.
th0rex is offline  
Thanks
1 User
Old 10/27/2018, 18:10   #25
 
elite*gold: 0
Join Date: Jan 2017
Posts: 2
Received Thanks: 0
Is the bot online now? I have loading screen all time

I am aware of the risk and would like to try the bot
Zazi2 is offline  
Old 10/27/2018, 22:47   #26
 
elite*gold: 0
Join Date: Oct 2013
Posts: 38
Received Thanks: 6
WOW! Just wow...
TheraLogic.45 is offline  
Old 10/28/2018, 19:26   #27
 
Garance's Avatar
 
elite*gold: 0
Join Date: Sep 2018
Posts: 6
Received Thanks: 0
Looks like you took my french translation from the other toshinou bot, thats pretty cool

Nice work bro, btw does the bot actually bypass the antibot script?
Garance is offline  
Old 10/28/2018, 20:08   #28
 
elite*gold: 0
Join Date: Nov 2017
Posts: 118
Received Thanks: 10
Toshinou Ultra discord link please?
mchqeen12 is offline  
Old 10/28/2018, 20:27   #29
 
elite*gold: 0
Join Date: Nov 2013
Posts: 23
Received Thanks: 0
Quote:
Originally Posted by mchqeen12 View Post
Toshinou Ultra discord link please?
Does not have a Discord yet
03andreas02 is offline  
Old 10/28/2018, 21:01   #30
 
elite*gold: 0
Join Date: Jan 2016
Posts: 41
Received Thanks: 5
Hello dear creator! My game stuck at loading screne.. Can u help me why i got this problem?
zEbeEk is offline  
Reply


Similar Threads Similar Threads
[dev] Toshinou – open-source DarkOrbit tool/bot
04/15/2018 - DarkOrbit - 497 Replies
Toshinou/としのう Hi, since few days I'm working on a great tool for the well known browser game DarkOrbit. The tool uses ExternalInterface API to communicate directly with the main.swf through JavaScript events. Warning: I don't think it's a good bot/tool for daily usage. It's still under heavy development and mistakes happen. Don't use it on big accounts! I warned you! So why do I publish it? I'm looking for people who can test it and contribute to the GitHub repo. You can contribute...
Toshinou RIP? :(
01/12/2018 - DarkOrbit - 2 Replies
Hello evryone!. Toshinou is offline? :( all the time loading screen. Help Me!
Toshinou bot not working
01/05/2018 - DarkOrbit - 4 Replies
hello . I have a problem . Normally DarkOrbit is working . but but it is not working on the hidden tab. flash player is not working . I click on the Allow button but again it is not working.



All times are GMT +2. The time now is 14:55.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.