Saintz
Saintz
CC#
Created by Saintz on 3/7/2024 in #help
How to make this Faster?
yes
60 replies
CC#
Created by Saintz on 3/7/2024 in #help
How to make this Faster?
so does it matter if i do it automated
60 replies
CC#
Created by Saintz on 3/7/2024 in #help
How to make this Faster?
its an old kids game which barely have players
60 replies
CC#
Created by Saintz on 3/7/2024 in #help
How to make this Faster?
big big difference
60 replies
CC#
Created by Saintz on 3/7/2024 in #help
How to make this Faster?
cheating is a difference
60 replies
CC#
Created by Saintz on 3/7/2024 in #help
How to make this Faster?
nope
60 replies
CC#
Created by Saintz on 3/7/2024 in #help
How to make this Faster?
so its just more likely it does the task automatic.
60 replies
CC#
Created by Saintz on 3/7/2024 in #help
How to make this Faster?
as you would have to farm normally
60 replies
CC#
Created by Saintz on 3/7/2024 in #help
How to make this Faster?
but it would take more time
60 replies
CC#
Created by Saintz on 3/7/2024 in #help
How to make this Faster?
i mean its just something you could do normally aswell
60 replies
CC#
Created by Saintz on 3/7/2024 in #help
How to make this Faster?
so
60 replies
CC#
Created by Saintz on 3/7/2024 in #help
How to make this Faster?
and its related to a kids game
60 replies
CC#
Created by Saintz on 3/7/2024 in #help
How to make this Faster?
its not a cheat its an exploit
60 replies
CC#
Created by Saintz on 3/7/2024 in #help
How to make this Faster?
but i want the code to run smoother
60 replies
CC#
Created by Saintz on 3/7/2024 in #help
How to make this Faster?
you can do it
60 replies
CC#
Created by Saintz on 3/7/2024 in #help
How to make this Faster?
but since u can use alot of threads and proxys
60 replies
CC#
Created by Saintz on 3/7/2024 in #help
How to make this Faster?
usually you should not be able to do that in this game
60 replies
CC#
Created by Saintz on 3/7/2024 in #help
How to make this Faster?
i see
60 replies
CC#
Created by Saintz on 3/7/2024 in #help
How to make this Faster?
ohh
60 replies
CC#
Created by Saintz on 3/7/2024 in #help
How to make this Faster?
List<Task> tasks = new List<Task>(); int maxThreads = 200; for (int m = 0; m < 250; m++) { Task task = Task.Run(async () => { try { object obj = AMF.SendAMF("MovieStarPlanet.WebService.Bonster.AMFBonsterService.WashBonster", new object[4] { new TicketHeader { Ticket = TicketGenerator.headerTicket(loginResponse["loginStatus"]["ticket"]) }, Convert.ToInt32(ActorBonsterRelId), 100, loginResponse["loginStatus"]["actor"]["ActorId"] },proxy); if (((dynamic)obj)["level"] != 0) { Console.WriteLine("SENT REQUEST LEVEL: " + ((dynamic)obj)["level"]); } } catch { AMF.SendAMF("MovieStarPlanet.WebService.Bonster.AMFBonsterService.WashBonster", new object[4] { new TicketHeader { Ticket = TicketGenerator.headerTicket(loginResponse["loginStatus"]["ticket"]) }, Convert.ToInt32(ActorBonsterRelId), 100, loginResponse["loginStatus"]["actor"]["ActorId"] },proxy); } }); tasks.Add(task); } await Task.WhenAll(tasks); }
60 replies