[Release]Exploits "Active Schedule Controller"

07/27/2020 22:50 hoangphan7#1
I found it a long time ago. It's will active a selected schedule (You can start Special Goods Sell, Fortress War or ... :D)...
Im bad english. Nothing to say. Just do it.


Packet Structure:
Code:
Packet tezt = new Packet(0x34FE);
tezt.WriteUInt32(0);
tezt.WriteUInt32(0);
tezt.WriteUInt32(0);
tezt.WriteUInt32(0);
tezt.WriteUInt32(1);
tezt.WriteAscii("SCHEDULE_DEF_SPECIAL_GOODS_SELL");
Some schedule can active:
SCHEDULE_DEF_SPECIAL_GOODS_SELL
SCHEDULE_DEF_SIEGE_PERIOD
SCHEDULE_DEF_EVENT_MINI_GAME
SCHEDULE_DEF_MENTOR_HONOR_UPDATE
SCHEDULE_DEF_EVENT_EUBUSINESS << It's will change exp/sp ratio to x1.2. So fun :)))


Have Fun!
07/27/2020 22:53 Ryotic#2
Many filters blocked it
07/27/2020 22:55 hoangphan7#3
Quote:
Originally Posted by Ryotic View Post
Many filters blocked it
With filter blocked unknown opcode :D. But 0x34FE it's base Opcode but it send S>C bro ^^
07/28/2020 01:14 Hercules*#4
block the s->c packets from client side
don't touch packets like 0x2002 :)
07/28/2020 20:45 kotsh23#5
Quote:
Originally Posted by Hercules* View Post
block the s->c packets from client side
don't touch packets like 0x2002 :)
Please give me idea how we can do it :)