how can i use it with mbot, could u explain it please?
Kekskind1992: You only have to add an extra login server in mBot config and let the injector listen the same port as Silkroad division. Also, you need to modify the cFakeGport = "5001" change that into your server gateway port. That can be modify via Goofie`s project.
Quote:
Originally Posted by FenixL
sadly the charname seems to don't work for me on any server where i try it, or im doing something wrong maybe?
Yes, It doesn`t work. While I was snooping Goofie`s codes, I have found only "invis" and "mattr" working commands. Recoded I guess.
Quote:
Originally Posted by liminha
And when i open Client and try log in but nothing happens, its ''Stuck'' at start. i click Connect and Its says ''Requesting User Confirmation'' But not happens, it means on that server this dont work/Fixed?
if(_pck.Opcode == 0x70a7) { if(_pck.ReadUInt8() != 1) { /* Here is where you set what you want to do with the "injectors" ETC: DISCONNECT, CONTINUE, BAN. */ } }
CharName injection
PHP Code:
;Register a boolean at the top of ur context bool CharName_sent = false;
if(_pck.Opcode == 0x34A9) { // Avatar blue name string avatar_blue = _pck.ReadAscii().ToLower();
if(!avatar_blue.Contains("avatar")) { /* Here is where you set what you want to do with the "injectors" ETC: DISCONNECT, CONTINUE, BAN. */ } }
Region injection
PHP Code:
;Agent Client->Server Opcode(0x7021)
Change it from "Client->Server" to "Server->Client" Server-Client Opcode(0xB021)
Commands (In-game / All Chat):
invis = Invisible
invin = Invincible
deadstate = Untouchable 'Cannot be attacked for 5 more seconds.'
MATTR_INT, MATTR_STR
No limitation, you can write any BLUE from SELECT * FROM _RefMagicOpt
region = Toggles fake region sender (on/off)
charname YourCharName = Set fake charname on login, requires restart.
Requirements
Edxloader
Preview video:
Gallery 1
Download:
Virus scan:
Enjoy this release, if you need protection against all new exploits add me on skype(missing.input) or click on my signature.
Changelog:
2015-02-11
+ Added invincible.
+ Added deadstate.
+ Added CharName injector.
* Recoded it abit :3
2015-02-09
* Added fake region sender, will bypass anti job cheats on filters.
Quote:
Originally Posted by Goofie
UPDATE:
2015-02-09
* Added fake region sender, will bypass anti job cheats on filters.
Anyone have suggestions? Let me know and I will code them
Quote:
Originally Posted by Goofie
UPDATE:
2015-02-11
+ Added invincible.
+ Added deadstate.
+ Added CharName injector.
* Rephpd it abit :3
Thread updated:
Since I got some hate regarding that I "force" people to use my protection, I will release how to solve the released injections in a filter:
if(_pck.Opcode == 0x70a7) { if(_pck.ReadUInt8() != 1) { /* Here is where you set what you want to do with the "injectors" ETC: DISCONNECT, CONTINUE, BAN. */ } }
CharName injection
PHP Code:
;Register a boolean at the top of ur context bool CharName_sent = false;
ive changed the config file and i press start game in Mbot and it closes insta.
where did you change the port?
Yes, it will close insta cuz of the gateway server port malfunctioning. You need to modify the cFakeGport = "5001" change that into your server gateway port. That can be modify via Goofie`s project.
Yes, it will close insta cuz of the gateway server port malfunctioning. You need to modify the cFakeGport = "5001" change that into your server gateway port. That can be modify via Goofie`s project.
where i can change the gateway server port , where exactly on goofie's files ?
[Release] Old Agent Exploit packet 0xa003 Source 01/07/2017 - SRO PServer Guides & Releases - 1 Replies this is the known a003 agent exploit tool ( Source )
let ppl change packet .. try something new to explore new exploits
scan :
its a src .. scan it by yourself
Download :
[Release] WarRock Packet Sniffer Source 12/28/2014 - WarRock Hacks, Bots, Cheats & Exploits - 2 Replies Moin moin Ich Release hier ma mein nicht ganz fertigen WarRock Packer Sniffer.
ich habe den Sniffer Selber geschrieben mit SharpPcap. Es ist Aber auch so das Warrock irgend wie eine neue Crypto auch hat und mit dem sniffer nicht alles entschlüsselt wird von daher were es gut wenn jmd die neue crypto kennt mir die per pn zu schiken ich bevorzuge c# code.
Source:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.IO;
[RELEASE] Suspended Injector [OPEN SOURCE] 06/15/2012 - Metin2 Guides & Templates - 24 Replies Hallo Leute,
heute release ich mal wieder was für die Programmierer unter euch:
Ein (zugegeben sehr) kleiner Injector, der den Zielprozess eingefroren startet, injected und danach den Prozess weiterlaufen lässt
Natürlich ergibt sich jetzt auf den ersten Blick nicht unbedingt sofort ein Einsatzszenario dafür.. Aber wer schon jemals versucht hat, einen geschützten Prozess per DLL zu ändern/auszulesen/sonstiges, wird sofort wissen, wofür er dieses kleine Tool nutzen kann.
Hiermit wird...