Register for your free account! | Forgot your password?

Go Back   elitepvpers > Shooter > WarRock > WarRock Hacks, Bots, Cheats & Exploits
You last visited: Today at 06:20

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

Advertisement



[10/04/2012]BuRn3R Super Power Level Bot 32 & 64Bit[With Game Speed!!!]*Updated*

Discussion on [10/04/2012]BuRn3R Super Power Level Bot 32 & 64Bit[With Game Speed!!!]*Updated* within the WarRock Hacks, Bots, Cheats & Exploits forum part of the WarRock category.

Reply
 
Old   #1
 
elite*gold: 31
Join Date: Oct 2011
Posts: 2,274
Received Thanks: 2,029
[10/04/2012]BuRn3R Super Power Level Bot 32 & 64Bit[With Game Speed!!!]*Updated*

#Removed
__BuRn3R is offline  
Thanks
8 Users
Old 04/10/2012, 21:10   #2
 
elite*gold: 0
Join Date: Nov 2008
Posts: 128
Received Thanks: 3
Hey burner thanks for another release and btw did you received my pm?if so please pm me some sources as im in real need of them.Also ill credit you as you deserve and I would appreciate your help to help me build my first no menu powerlevel hack.Also i cant make mine work also with the sources you posted.
Here is my currently bot code for anyone who wants to help me:
//Welcome to a WarRock PowerLeveling Bot

#include <windows.h>
#include <stdio.h>

//Addies
#define ADR_PLAYERPOINTER 0x00A01808
#define ADR_SERVERPOINTER 0x00A01808
#define MEM_PLANTANYWHERE 0x00A01392
#define MEM_DEFUSEANYWHERE 0x008C58C0
#define MEM_NOSPAWN1 0x00B2EA10
#define MEM_NOSPAWN2 0x00B2EA14
#define MEM_NOSPAWN3 0x00B2EA18



//End of Addies

//Floats
DWORD *ingame = (DWORD*)ADR_PLAYERPOINTER;
DWORD *outgame = (DWORD*)ADR_PLAYERPOINTER;
//End Floats

/* Hotkeys */
//F9 = On
//F10= Off
// End of Hotkeys

//~~~~~~~~~~~~~~~~Hack Start~~~~~~~~~~~~~~~~

void Plant ()
{
DWORD dwPlayerPtr = *(DWORD*)ADR_PLAYERPOINTER;
if(dwPlayerPtr != 0)
{
*(WORD*)(MEM_PLANTANYWHERE) = 0x1; //Plant Anywhere
}

void Defuse ()
{
DWORD dwPlayerPtr = *(DWORD*)ADR_PLAYERPOINTER;
if(dwPlayerPtr != 0)
{
*(BYTE*)(MEM_DEFUSEANYWHERE) = 1; //Defuse Anywhere
}

void Start ()
{
SetCursorPos(452,84); //Auto Ready/Start
keybd_event(VK_LBUTTON,0,0,0);
}

void AutoPlant/Defuse () //Auto Plant/Defuse
{
DWORD dwPlayerPtr = *(DWORD*)ADR_PLAYERPOINTER;
if(dwPlayerPtr != 0)
{
keybd_event(0x46,0,0,0);
Sleep(250);
}

void Enter () //Auto Enter
{
DWORD dwPlayerPtr = *(DWORD*)ADR_PLAYERPOINTER;
if(dwPlayerPtr != 0)
{
keybd_event(VK_RETURN, 0,0, 0);
}

void NoSpawn () //NoSpawn
{
DWORD dwPlayerPtr = *(DWORD*)ADR_PLAYERPOINTER;
if(dwPlayerPtr != 0)
{
long t=0;
unsigned long Protection;
VirtualProtect((void*)MEM_NOSPAWN1, sizeof(t), PAGE_READWRITE, &Protection);
memcpy((void*)NoSpawnWait1, &t , sizeof(t));
VirtualProtect((void*)MEM_NOSPAWN1, sizeof(t), Protection, 0);
VirtualProtect((void*)MEM_NOSPAWN2, sizeof(t), PAGE_READWRITE, &Protection);
memcpy((void*)NoSpawnWait2, &t , sizeof(t));
VirtualProtect((void*)MEM_NOSPAWN2, sizeof(t), Protection, 0);
}




//~~~~~~~~~~~~~~~~~~~~~~~~~Hack Ends~~~~~~~~~~~~~~~~~~~~~~~~~~~//

//-------------------------HackThread--------------------------//

void HackThread()
{
for(;; )
{
if(*ingame)
{
Plant();
Defuse();
Start();
AutoPlant/Defuse();
Enter();
NoSpawn();
}
if(*outgame)
}
Sleep(200); //prevent for overloading the cpu
}

//--------------------------End HackThread---------------------//

//--------------------------End-------------------------------//

BOOL WINAPI DllMain(HINSTANCE mod, DWORD DWORD_GRUND, LPVOID res)
{
switch(DWORD_GRUND)
{
case 1:
MessageBoxA(NULL,"Hack by Aerrow107","Creditz",MB_OK);//
CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread , 0, 0, 0);
break;
}
return TRUE;
}
//--------------------------End------------------------------//
Thanks
aerrow107 is offline  
Old 04/10/2012, 21:28   #3
 
harisko132's Avatar
 
elite*gold: 19
Join Date: Mar 2010
Posts: 539
Received Thanks: 109
cant find mvscp100d.dll :/ fehler kommt immernoch bei mir.
harisko132 is offline  
Old 04/10/2012, 21:31   #4
 
elite*gold: 0
Join Date: Nov 2008
Posts: 128
Received Thanks: 3
Red face

Quote:
Originally Posted by harisko132 View Post
cant find mvscp100d.dll :/ fehler kommt immernoch bei mir.
also my problem running on 64 bit windows 7 and installed the requirements.
aerrow107 is offline  
Old 04/10/2012, 22:07   #5
 
1KING1's Avatar
 
elite*gold: 0
Join Date: Mar 2010
Posts: 357
Received Thanks: 21
na toll heut gibts update
1KING1 is offline  
Old 04/11/2012, 08:47   #6
 
elite*gold: 0
Join Date: Nov 2008
Posts: 128
Received Thanks: 3
Super Game Speed is not a source i think.I can't find it in the sources thread...
aerrow107 is offline  
Old 04/13/2012, 10:56   #7
 
elite*gold: 0
Join Date: Apr 2010
Posts: 74
Received Thanks: 4
der funktioniert leider nicht mehr wenn ich F5 drück passiert nichts.
chiler2 is offline  
Old 04/13/2012, 11:55   #8
 
elite*gold: 0
The Black Market: 116/0/0
Join Date: Feb 2012
Posts: 3,174
Received Thanks: 1,515
Hey ich lese zum ersten mal von deinem Superpowerlvl bot, eine Frage was ist Gamespeed bzw was ändert es ? die spawnzeit? Würde mich um Antwort fragen *-*
Sieht aber mega nice aus.
schwuckele is offline  
Old 04/13/2012, 12:34   #9
 
elite*gold: 0
Join Date: Mar 2011
Posts: 112
Received Thanks: 25
Bitte anderen Download Link !
svegamer is offline  
Old 04/13/2012, 13:27   #10
 
elite*gold: 31
Join Date: Oct 2011
Posts: 2,274
Received Thanks: 2,029
Quote:
Originally Posted by chiler2 View Post
der funktioniert leider nicht mehr wenn ich F5 drück passiert nichts.
Bot Detected! Es gab einen Update.

Quote:
Originally Posted by articus™ View Post
Hey ich lese zum ersten mal von deinem Superpowerlvl bot, eine Frage was ist Gamespeed bzw was ändert es ? die spawnzeit? Würde mich um Antwort fragen *-*
Sieht aber mega nice aus.
Game Speed verschnellert das ganze Spiel! das heißt das Planten / Defusen / Spawnen / zurück zur Lobby geht alles schneller.
__BuRn3R is offline  
Thanks
1 User
Old 04/13/2012, 13:29   #11
 
elite*gold: 0
The Black Market: 116/0/0
Join Date: Feb 2012
Posts: 3,174
Received Thanks: 1,515
Quote:
Originally Posted by _BuRn3R_ View Post
Bot Detected! Es gab einen Update.


Game Speed verschnellert das ganze Spiel! das heißt das Planten / Defusen / Spawnen / zurück zur Lobby geht alles schneller.
Updatetst du ihn auch regelmäßig?
Würde dich nach dem ersten Test mit PSc unterstützen für die Arbeit, will ich dann wieder mein Service öffnen könnte *_*

Edit:
Funktioniert er überhaupt std Lang ohne crash, kann leider heute nichts testen :c
schwuckele is offline  
Old 04/13/2012, 13:36   #12
 
elite*gold: 0
Join Date: Apr 2012
Posts: 10
Received Thanks: 1
Geht der noch ?
mrkhahaha is offline  
Old 04/13/2012, 15:01   #13
 
elite*gold: 0
Join Date: Nov 2010
Posts: 32
Received Thanks: 2
Quote:
Originally Posted by mrkhahaha View Post
Geht der noch ?
downloaden und testen sag ich da nur...
gamerman155 is offline  
Old 04/13/2012, 16:40   #14
 
KillerFleisch's Avatar
 
elite*gold: 0
Join Date: Dec 2011
Posts: 111
Received Thanks: 34
Wurde er geupdated ?
KillerFleisch is offline  
Old 04/13/2012, 16:44   #15
 
elite*gold: 31
Join Date: Oct 2011
Posts: 2,274
Received Thanks: 2,029
Quote:
Originally Posted by KillerFleisch View Post
Wurde er geupdated ?
Ja, an Alle Bot Updated:

__BuRn3R is offline  
Thanks
2 Users
Reply


Similar Threads Similar Threads
[04/04/2012]BuRn3R NoMenu Power LevelBot[SUPERGAMESPEED|AUTOSTART x32...]
04/10/2012 - WarRock Hacks, Bots, Cheats & Exploits - 36 Replies
#Removed
[01.04]*Chowniiqhtz [!SUPER!] PowerLevelBot | 32+64Bit | 1 Game = 50Secs*
04/04/2012 - WarRock Hacks, Bots, Cheats & Exploits - 66 Replies
Chowniiqhtz Powerlevelbot Public for 2 Days. http://www.grabilla.com/02401-d2a702a4-e79c-47fe- b5d6-a122d8f3f235.png How To Use ? Download the Bot
[29.10.2011]BuRn3R Power Levelbot *32&64Bit* *Hot*
01/31/2012 - WarRock Hacks, Bots, Cheats & Exploits - 44 Replies
Hey Leute das ist mein Power Levelbot. http://img7.imagebanana.com/img/74cgk13c/bot.png Download: Click Me! Virustotal: Packed! Bugs/etc: Wenn ihr keine Crashes haben wollt dann lasst AutoEnter aus.



All times are GMT +2. The time now is 06:20.


Powered by vBulletin®
Copyright ©2000 - 2024, 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 ©2024 elitepvpers All Rights Reserved.