Register for your free account! | Forgot your password?

Go Back   elitepvpers > Shooter > WarRock
You last visited: Today at 07:02

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



WarRock EU - Code Snippets

Discussion on WarRock EU - Code Snippets within the WarRock forum part of the Shooter category.

View Poll Results: Wie findet ihr diesen Thread
Klasse! 78 60.94%
Geht so 17 13.28%
Sinnlos, braucht keiner 33 25.78%
Voters: 128. You may not vote on this poll

Closed Thread
 
Old 08/17/2011, 22:46   #4921

 
xxfabbelxx's Avatar
 
elite*gold: 900
Join Date: Apr 2009
Posts: 14,981
Received Thanks: 11,403
Quote:
Originally Posted by tobi260 View Post
hab ich da

Code:
1>c:\users\tobi\documents\visual studio 2010\projects\dinarbot\dinarbot\main.cpp(26): error C2059: Syntaxfehler: 'if'
1>c:\users\tobi\documents\visual studio 2010\projects\dinarbot\dinarbot\main.cpp(27): error C2143: Syntaxfehler: Es fehlt ';' vor '{'
1>c:\users\tobi\documents\visual studio 2010\projects\dinarbot\dinarbot\main.cpp(27): error C2447: '{': Funktionsheader fehlt - Parameterliste im alten Stil?
1>c:\users\tobi\documents\visual studio 2010\projects\dinarbot\dinarbot\main.cpp(30): error C2059: Syntaxfehler: 'if'
1>c:\users\tobi\documents\visual studio 2010\projects\dinarbot\dinarbot\main.cpp(31): error C2143: Syntaxfehler: Es fehlt ';' vor '{'
1>c:\users\tobi\documents\visual studio 2010\projects\dinarbot\dinarbot\main.cpp(31): error C2447: '{': Funktionsheader fehlt - Parameterliste im alten Stil?
Lol. Da steht genau was falsch ist. Warum verbesserst du es nicht?
xxfabbelxx is offline  
Old 08/17/2011, 22:49   #4922
 
tobi260's Avatar
 
elite*gold: 0
Join Date: May 2011
Posts: 846
Received Thanks: 144
Weil ich mich nicht so gut auskenn,2 sachen kann ich glaub ich verbessern aber 3 bekomm ich sicher nicht hin.

//2verbessert

Code:
1>c:\users\tobi\documents\visual studio 2010\projects\dinarbot\dinarbot\main.cpp(26): error C2059: Syntaxfehler: 'if'
1>c:\users\tobi\documents\visual studio 2010\projects\dinarbot\dinarbot\main.cpp(27): error C2447: '{': Funktionsheader fehlt - Parameterliste im alten Stil?
1>c:\users\tobi\documents\visual studio 2010\projects\dinarbot\dinarbot\main.cpp(30): error C2059: Syntaxfehler: 'if'
1>c:\users\tobi\documents\visual studio 2010\projects\dinarbot\dinarbot\main.cpp(31): error C2447: '{': Funktionsheader fehlt - Parameterliste im alten Stil?
kann mir jemand dabei helfen?


code sieht immoment so aus:
Code:
bool AutoEnter;

if(GetAsyncKeyState(VK_F3)&1)
;{
AutoEnter = (!AutoEnter);
}
if(AutoEnter)
;{
keybd_event(VK_RETURN, 0, 0, 0);
Sleep(10);
}
tobi260 is offline  
Old 08/18/2011, 00:36   #4923

 
xxfabbelxx's Avatar
 
elite*gold: 900
Join Date: Apr 2009
Posts: 14,981
Received Thanks: 11,403
Quote:
Originally Posted by tobi260 View Post
Weil ich mich nicht so gut auskenn,2 sachen kann ich glaub ich verbessern aber 3 bekomm ich sicher nicht hin.

//2verbessert

Code:
1>c:\users\tobi\documents\visual studio 2010\projects\dinarbot\dinarbot\main.cpp(26): error C2059: Syntaxfehler: 'if'
1>c:\users\tobi\documents\visual studio 2010\projects\dinarbot\dinarbot\main.cpp(27): error C2447: '{': Funktionsheader fehlt - Parameterliste im alten Stil?
1>c:\users\tobi\documents\visual studio 2010\projects\dinarbot\dinarbot\main.cpp(30): error C2059: Syntaxfehler: 'if'
1>c:\users\tobi\documents\visual studio 2010\projects\dinarbot\dinarbot\main.cpp(31): error C2447: '{': Funktionsheader fehlt - Parameterliste im alten Stil?
kann mir jemand dabei helfen?


code sieht immoment so aus:
Code:
bool AutoEnter;

if(GetAsyncKeyState(VK_F3)&1)
;{
AutoEnter = (!AutoEnter);
}
if(AutoEnter)
;{
keybd_event(VK_RETURN, 0, 0, 0);
Sleep(10);
}
Code:
bool AutoEnter;

void autoenter()
{
if(GetAsyncKeyState(VK_F3)&1)
{
AutoEnter = (!AutoEnter);
}
if(AutoEnter==true)
{
keybd_event(VK_RETURN, 0, 0, 0);
Sleep(10);
}
}
Das sollte gehn.
xxfabbelxx is offline  
Thanks
1 User
Old 08/18/2011, 13:52   #4924
 
elite*gold: 0
Join Date: Jul 2011
Posts: 3,812
Received Thanks: 1,840
Unl.Ammo source
PHP Code:
if (Ch_Ammo)
{
if (
GetAsyncKeyState(VK_RBUTTON) &0x8000)
{
*(
int*) mem_UNLAMMO 0;
}

Dann ist Unl Ammo nur an wenn ich rechte Maustaste gedrückt hält.
Habe ich noch nicht getestet
xRoute66x is offline  
Old 08/18/2011, 14:09   #4925
 
tobi260's Avatar
 
elite*gold: 0
Join Date: May 2011
Posts: 846
Received Thanks: 144
thx fabbel,geht
kommst dann in meine credits wenns recht ist?!

muss nurnoch herausfinden wie ich klick mit der linken maustaste auf eine bestimmt stelle mach (auto start)


edit:
irgendwie funktionierts immernoch nicht.
wollte grade ingame testen,hab im zombie room dann f3 gedrückt um es zu aktivieren,aber keine reaktion
tobi260 is offline  
Old 08/18/2011, 14:34   #4926

 
xxfabbelxx's Avatar
 
elite*gold: 900
Join Date: Apr 2009
Posts: 14,981
Received Thanks: 11,403
Quote:
Originally Posted by tobi260 View Post
thx fabbel,geht
kommst dann in meine credits wenns recht ist?!

muss nurnoch herausfinden wie ich klick mit der linken maustaste auf eine bestimmt stelle mach (auto start)


edit:
irgendwie funktionierts immernoch nicht.
wollte grade ingame testen,hab im zombie room dann f3 gedrückt um es zu aktivieren,aber keine reaktion
Wäre gut wenn du den ganzen codep posten würdest. oder adde mich in skype, auf dem kleinen Butten links unter meinen Infos.
xxfabbelxx is offline  
Old 08/18/2011, 14:41   #4927
 
tobi260's Avatar
 
elite*gold: 0
Join Date: May 2011
Posts: 846
Received Thanks: 144
ich schick dir mal den code per pn,hab noch kein skype aufm neuen pc
tobi260 is offline  
Old 08/18/2011, 17:48   #4928
 
elite*gold: 0
Join Date: Jun 2011
Posts: 161
Received Thanks: 470
Screenshot:
Download:

/*
18th August 2011: Updated to d3d9 by Yazzn
------------------------------------------
Project : Menu
Author : Pheron
Site : phcgaming.com
Date : October 25 2009

Credits :
AP <-- Supported me the whole way also my best online friend
Hans211 <-- Very Cool Guy Helped alot with code also Used some of His functions

Tools used:
Microsoft Visual Studio 2008
DirectX9 SDK Update (summer 2004)

Information:
This Menu Was developed for




Features:
Custom States
Save To Menu
Load Menu
Mouse Control
Easy Modifications

To Use:
Add Your Hack Code in Hack.cpp make sure when you add Menu item To add item to the appropriate Struct in hack.h
*/
Yazzn :) is offline  
Thanks
3 Users
Old 08/18/2011, 17:55   #4929
 
elite*gold: 0
Join Date: Aug 2011
Posts: 224
Received Thanks: 262
Exclamation

Quote:
Originally Posted by Yazzn :) View Post
Screenshot:
Download:

/*
18th August 2011: Updated to d3d9 by Yazzn
------------------------------------------
Project : Menu
Author : Pheron
Site : phcgaming.com
Date : October 25 2009

Credits :
AP <-- Supported me the whole way also my best online friend
Hans211 <-- Very Cool Guy Helped alot with code also Used some of His functions

Tools used:
Microsoft Visual Studio 2008
DirectX9 SDK Update (summer 2004)

Information:
This Menu Was developed for




Features:
Custom States
Save To Menu
Load Menu
Mouse Control
Easy Modifications

To Use:
Add Your Hack Code in Hack.cpp make sure when you add Menu item To add item to the appropriate Struct in hack.h
*/
Quote:
BOOL WINAPI DllMain(HMODULE hDll, DWORD dwReason, LPVOID lpReserved)
{
if(dwReason == DLL_PROCESS_ATTACH)
{
phclogstart(hDll);
Sleep(100);
CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)D3D, NULL, NULL, NULL);
CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)HackThread, NULL, NULL, NULL);
}
return TRUE;
}

And the HideModule???
[WR]CyberRazzer is offline  
Old 08/18/2011, 19:08   #4930
 
Dogukan47's Avatar
 
elite*gold: 1
Join Date: May 2011
Posts: 1,490
Received Thanks: 196
Quote:
Originally Posted by Yazzn :) View Post
Screenshot:
Download:

/*
18th August 2011: Updated to d3d9 by Yazzn
------------------------------------------
Project : Menu
Author : Pheron
Site : phcgaming.com
Date : October 25 2009

Credits :
AP <-- Supported me the whole way also my best online friend
Hans211 <-- Very Cool Guy Helped alot with code also Used some of His functions

Tools used:
Microsoft Visual Studio 2008
DirectX9 SDK Update (summer 2004)

Information:
This Menu Was developed for




Features:
Custom States
Save To Menu
Load Menu
Mouse Control
Easy Modifications

To Use:
Add Your Hack Code in Hack.cpp make sure when you add Menu item To add item to the appropriate Struct in hack.h
*/
lol wieso postest du das -.-? damit jeder e-pvpers kiddy denkt er wär ein procoder?
Dogukan47 is offline  
Old 08/19/2011, 13:44   #4931
 
elite*gold: 180
The Black Market: 188/0/0
Join Date: Sep 2010
Posts: 6,928
Received Thanks: 884
bräuchte den momentanen speedhack source für C++
skype : haselnuss1996
oder per PN pls
RedKelly™ is offline  
Old 08/19/2011, 14:50   #4932
 
elite*gold: 0
Join Date: Aug 2011
Posts: 224
Received Thanks: 262
Code:
switch (CH_SpeedHack)
{
    case 0: *(double*)(ADR_SPEED) = 96; break;
    case 1: *(double*)(ADR_SPEED) = 96*1; break;
    case 2: *(double*)(ADR_SPEED) = 96*2; break;
    case 3: *(double*)(ADR_SPEED) = 96*3; break;
    case 4: *(double*)(ADR_SPEED) = 96*4; break;
    case 5: *(double*)(ADR_SPEED) = 96*5; break;
}
[WR]CyberRazzer is offline  
Thanks
1 User
Old 08/19/2011, 16:08   #4933
 
BlackLegend™'s Avatar
 
elite*gold: 0
Join Date: May 2009
Posts: 2,527
Received Thanks: 4,404
Alter Aimbot Source Code:


Alte ASM FUNCS:

Alter bypass:

...

Old WarRock Bases:



Have fun

MFG

Credits:
Cyniu
King7
Unknownpk
Directx
BlackLegend™ is offline  
Thanks
5 Users
Old 08/19/2011, 18:13   #4934
 
elite*gold: 0
Join Date: Mar 2010
Posts: 191
Received Thanks: 26
Weiß einer wie man eine dll dumpt ? also die Ehsvc.dll?
poikl1 is offline  
Old 08/19/2011, 19:04   #4935
 
elite*gold: 0
Join Date: Aug 2011
Posts: 224
Received Thanks: 262
Kernel Detective
[WR]CyberRazzer is offline  
Thanks
1 User
Closed Thread


Similar Threads Similar Threads
WTB Flyff Source code snippets
04/01/2012 - Flyff Trading - 0 Replies
Hellow I posted this because I wanted to buy a fix scroll of unbinding.Which removes soul-link of an item.If you have its code snippets PM me.Don't sell me a code which is release because all of them are not working.I wanted to buy a fix one and a non-buggy code Payment:via Paypal
[Autoit] Youtube Code Snippets
07/29/2011 - AutoIt - 5 Replies
Tag Zusammen. Wie wohl die meisten von euch mitbekommen haben, bieten derzeit sehr viele User hier sogenannte Youtube Services an, bei denen man Abos, Likes, Dislikes etc. kaufen kann. Doch wer wirklich Erfolg haben will, braucht natürlich viele Abonnenten und Likes, was per Hand Tage dauern würde. Deshalb werden hier in letzter Zeit immer mehr Youtube Bots verkauft. Was, wie ich finde, ein ziemliche Abzocke ist, da das meist nur sehr schlechte Bots sind, die lediglich den Internet...
Some Code-Snippets[PSERVER]
07/15/2011 - Kal Hacks, Bots, Cheats & Exploits - 17 Replies
This is the code of the hack which Fremo released.. I got new methods so I dont need this anymore & maybe it'll help some people... G31 Adult Skill if(comboBox4->Text=="Panther'crit'") { KC->Chat(255," Panther Skill ON"); KC->Threads=1; KC->lasttime = timeGetTime()-15000; } else if(comboBox4->Text=="Tiger'otp'")
[Release] Code Snippets Manager
01/21/2011 - Coding Releases - 0 Replies
Code Snippets Manager http://upit.cc/images/1d47d78e.jpg Hab mich heute mal rangesetzt, und einen kleinen Manager für Code-Snippets(Code-Fetzen) gecodet, da ich alles sortiert in einer Anwendung wollte. Da es sicherlich jemand nützlich finden wird, lad ich es hier mal hoch.



All times are GMT +1. The time now is 07:03.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.