|
You last visited: Today at 23:00
Advertisement
Was stimmt in diesem Script nicht
Discussion on Was stimmt in diesem Script nicht within the WarRock forum part of the Shooter category.
06/13/2011, 17:51
|
#1
|
elite*gold: 0
Join Date: Jun 2011
Posts: 11
Received Thanks: 0
|
Was stimmt in diesem Script nicht
Hallo,
Es geht um den Hack den ich vorhin aus anderem Grund schon einmal gepostet hab. Es ist ein NoMenuHack mit FastAmmo/Health Unl.Ammo NoRecoil und SM. Tasten zum aktivieren sind die Numpads.
Hier mal der Code:
Code:
#include <Windows.h>
#include <stdio.h>
#define ADR_PLAYERPOINTER 0xBC3228
#define ADR_SERVERPOINTER 0xABDE08
#define ADR_FastAmmo 0x00B02F9C
#define ADR_FastMedic 0x00B02FA4
#define ADR_FastFlag 0x00B02FB4
#define OFS_NoRecoil1 0x00C43C
#define OFS_SUPERMASTER 0xFCD30
#define ADR_UNLIMITED_AMMO 0x90
void Hacks()
{
if(GetAsyncKeyState(VK_NUMPAD1))
{
*(float*)(ADR_FastAmmo);
}
if(GetAsyncKeyState(VK_NUMPAD2))
{
*(float*)(ADR_FastMedic);
}
if(GetAsyncKeyState(VK_NUMPAD3))
{
*(float*)(ADR_SERVERPOINTER + OFS_NoRecoil1);
}
if(GetAsyncKeyState(VK_NUMPAD4))
{
*(float*)(ADR_SERVERPOINTER + OFS_SUPERMASTER);
}
if(GetAsyncKeyState(VK_NUMPAD5))
{
*(float*)(ADR_UNLIMITED_AMMO);
}
}
void HackThread()
{
for(;; )
{
Hacks();
}
Sleep( 30 );
}
BOOL WINAPI DllMain(HINSTANCE hModule, DWORD dwReason, LPVOID lpvReserved)
{
if(dwReason == DLL_PROCESS_ATTACH)
{
CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread, 0, 0, 0);
}
return TRUE;
}
Könnt Ihr mir sagen wo ich die/den Fehler habe?
Danke Euch im Vorraus.
Gruss Spl1nteR
|
|
|
06/13/2011, 17:53
|
#2
|
elite*gold: 17
Join Date: Sep 2010
Posts: 2,166
Received Thanks: 861
|
Ich weiß es nicht aber muss sowas net hierrein :
^^ frag da nach
#closerequest
|
|
|
06/13/2011, 19:21
|
#3
|
elite*gold: 0
Join Date: Oct 2009
Posts: 14,456
Received Thanks: 7,846
|
/closed
|
|
|
Similar Threads
|
Farge zu diesem Script
01/31/2011 - AutoIt - 2 Replies
Closen plz
|
Was ist in diesem Script der Fehler [AutoIt v3]
06/30/2010 - AutoIt - 6 Replies
Was ist hier drin der Fehler
Wie muss ich die Funktionen schreiben ?
GuiCreate("Starter & Closer by KiLL",404,305,672,185)
$button1=GuiCtrlCreateButton("Closer by KiLL",72,49,253,86)
$button2=GuiCtrlCreateButton("Starter by KiLL",86,191,242,64)
GuiSetState()
While 1
$msg=GuiGetMsg()
|
Was ist in diesem Script der Fehler [AutoIt v3]
06/29/2010 - Main - 3 Replies
GuiCreate("Starter & Closer by KiLL",404,305,672,185)
$button1=GuiCtrlCreateButton("Closer by KiLL",72,49,253,86)
$button2=GuiCtrlCreateButton("Starter by KiLL",86,191,242,64)
GuiSetState()
While 1
$msg=GuiGetMsg()
If $msg=-3 Then Exit
If $msg=$button1 Then button1()
If $msg=$button2 Then button2()
|
brauche dringend hilfe bei diesem script
10/18/2008 - Guild Wars - 11 Replies
Problem gelöst
|
All times are GMT +1. The time now is 23:00.
|
|