Always when i try to inject .dll file in Chilla kal or Kalvision private server, i got message that there is problem with anti-hacking. I using OMFGZ injector. Should I try with other injector or is problem anywhere else?
First of all ChillaKal have R11 and things for R11 are non pub atm so the .dll hacks you used cant kill the Hack shield ( please correct me if iam wrong but i heard that are for r11 hacks non public)
Win7 Injection Problem 03/24/2010 - GW Bots - 10 Replies Hi
Im running Win7 32-bit and im having no problems what so ever with bots that auto-inject - but when i have to inject manually nothing kinda happends :/
I've even tried to run both gw the injector and the bot as admin, but still nothing works.
I can see that the bots start but my char just dont move or do anything.
Im using the Inizio injection - but also tried other injectors, without luck.
[ Wolfteam ] Injection via Import Table [ Problem ] 04/06/2009 - General Coding - 0 Replies Hi,
im currently trying to inject smth into Wolfteam, since it detects normal methods like a wrapper, rewriting the name in the hex file to a slightly different one or other ones i tried to use the import table of an loaded DLL, but whenever i edit it with LORD PE and add just once entry to it it will result in a programm crash. Now why i ask is because i know this method can work ( wolf lite uses it ).
Some advices for me? ( The way i do it, 1. open dll with pe builder of Lord Pe 2. G to...
Code Injection Problem 01/03/2009 - General Coding - 4 Replies Der Original Code im Assembler ist "mov esi, "(read) und müsste auf die Adresse der Aktuell aktivierten Waffe zeigen. Der Wert esi hat für jede Waffe einen festgelegten Wert während ecx eine Adresse(verändert sich bei waffenwechsel nicht) beinhaltet. Mir geht es darum den Wert während die Schleife durchläuft wieder um 1 zu erhöhen wobei ich ein kleines Problem mit dem Syntax habe. Wie ändere ich den Code so um das er den Wert an der Adresse (esi, ) um 1(oder mehr) erhöht?
Der Interpreter in...
problem mit dem injection hack 12/09/2008 - Metin2 - 0 Replies hey, habe grad ein kleines problem im code!
#include "dll.h"
#include "windows.h"
#ifdef _MANAGED
#pragma managed(push, off)
#endif
HMODULE lib = 0;
BOOL APIENTRY DllMain( HMODULE hModule,
DWORD ul_reason_for_call,
LPVOID lpReserved
Problem mit dll injection 11/10/2008 - General Coding - 3 Replies Hallo ich versuche n programm zu schreiben, dass beliebige dlls in beliebige prozesse injected. Die theorie ist mir klar und so weiter aber beim injecten der dll stürzt der betreffenden Prozess ab. Ich weiß auch an welcher Stelle das passiert, habe das im quellcode mal markiert. Die dll enthält nichts besonderes, lediglich eine message box.
Quellcode:
#include <windows.h>
#include <cstdio>
#include <tlhelp32.h>
#include <iostream>
using namespace std;