Register for your free account! | Forgot your password?

Go Back   elitepvpers > Shooter > Wolfteam
You last visited: Today at 23:12

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

Advertisement



ByPass Kode please

Discussion on ByPass Kode please within the Wolfteam forum part of the Shooter category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Jul 2016
Posts: 4
Received Thanks: 0
ByPass Kode please

ByPass Kode fore visual
ABOELGOOD is offline  
Old 04/24/2017, 03:22   #2
 
__chkstk's Avatar
 
elite*gold: 902
Join Date: Jul 2012
Posts: 1,390
Received Thanks: 952
Quote:
Originally Posted by ABOELGOOD View Post
ByPass Kode fore visual
Run it in c++

int bypass = 1;

switch(bypass){
case 1:
bypass = bypass+1
break;
case 2:
bypass = bypass -1;
break;
}

THEN WELLDONE! BYPASSED!!!!!!!!!!!!!!!
__chkstk is offline  
Thanks
1 User
Old 04/24/2017, 07:53   #3
 
elite*gold: 0
Join Date: Jul 2016
Posts: 4
Received Thanks: 0
i want New bypas fore visual basic
ABOELGOOD is offline  
Old 04/24/2017, 15:05   #4
 
Vexallus's Avatar
 
elite*gold: 5
Join Date: Nov 2014
Posts: 330
Received Thanks: 621
Quote:
Originally Posted by nader11ndeu View Post
Run it in c++

int bypass = 1;

switch(bypass){
case 1:
bypass = bypass+1
break;
case 2:
bypass = bypass -1;
break;
}

THEN WELLDONE! BYPASSED!!!!!!!!!!!!!!!
You are such a bad coder , this will show a compiler error
Vexallus is offline  
Thanks
1 User
Old 04/24/2017, 15:32   #5
 
__chkstk's Avatar
 
elite*gold: 902
Join Date: Jul 2012
Posts: 1,390
Received Thanks: 952
Quote:
Originally Posted by D4rkAdv3rs4ry View Post
You are such a bad coder , this will show a compiler error
Oh.. Sorry Im bad coder
__chkstk is offline  
Thanks
1 User
Old 04/24/2017, 17:23   #6
 
Vexallus's Avatar
 
elite*gold: 5
Join Date: Nov 2014
Posts: 330
Received Thanks: 621
Quote:
Originally Posted by nader11ndeu View Post
Oh.. Sorry Im bad coder
Yes, i won't forgive you for forgetting the ";" sign u nub.
Vexallus is offline  
Thanks
1 User
Old 04/24/2017, 19:32   #7
 
elite*gold: 0
Join Date: Mar 2014
Posts: 72
Received Thanks: 8
#include<stdio.h>
int main(){

int bypass=6;
printf(\t"Haha Noob"\n, bypass);
return 0;
}

ps.: iam new to c and iam currently learning it xD
philip0307 is offline  
Thanks
1 User
Old 04/24/2017, 22:59   #8

 
HoolyHackss's Avatar
 
elite*gold: 83
Join Date: Feb 2017
Posts: 423
Received Thanks: 166
Quote:
Originally Posted by nader11ndeu View Post
Run it in c++

int bypass = 1;

switch(bypass){
case 1:
bypass = bypass+1
break;
case 2:
bypass = bypass -1;
break;
}

THEN WELLDONE! BYPASSED!!!!!!!!!!!!!!!
Work 100% thanks bro now i can access to the debugger xDDDDD
HoolyHackss is offline  
Old 04/24/2017, 23:19   #9
 
M4L1F1C's Avatar
 
elite*gold: 156
Join Date: Feb 2015
Posts: 95
Received Thanks: 103
All patched.

This works:
Code:
auto IsXignReady = []()->bool {
        if (GetModuleHandleA("x3.xem") != nullptr)
            return true;
        return false;
    };


    while (IsXignReady() == false)
        Sleep(75);


    std::thread ThreadInstance([]() {


        auto GetXignAddresses = [](bool bMemory = false)->DWORD {
            if (bMemory == true)
                return **(DWORD**)(((DWORD)(GetModuleHandleA("x3.xem")) + 0x0DEAD5));


            return ****(DWORD****)(((DWORD)(GetModuleHandleA("x3.xem")) + 0x0D4892));
        };


        while (true)
        {
            auto dwXignAddr = GetXignAddresses();
            auto dwXignMem = GetXignAddresses(true);
            if (dwXignMem != NULL && dwXignAddr != NULL)
            {
                *(DWORD*)dwXignMem = 0xC3;
                *(DWORD*)dwXignAddr = 0xC2;
                *(DWORD*)(dwXignAddr + 0x1) = 0x00;
                *(DWORD*)(dwXignAddr + 0x2) = 0x02;
            }
        }
    });


    ThreadInstance.join();
M4L1F1C is offline  
Old 04/24/2017, 23:39   #10
 
elite*gold: 0
Join Date: Apr 2017
Posts: 1
Received Thanks: 0
Quote:
Originally Posted by M4L1F1C View Post
All patched.

This works:
Code:
auto IsXignReady = []()->bool {
        if (GetModuleHandleA("x3.xem") != nullptr)
            return true;
        return false;
    };


    while (IsXignReady() == false)
        Sleep(75);


    std::thread ThreadInstance([]() {


        auto GetXignAddresses = [](bool bMemory = false)->DWORD {
            if (bMemory == true)
                return **(DWORD**)(((DWORD)(GetModuleHandleA("x3.xem")) + 0x0DEAD5));


            return ****(DWORD****)(((DWORD)(GetModuleHandleA("x3.xem")) + 0x0D4892));
        };


        while (true)
        {
            auto dwXignAddr = GetXignAddresses();
            auto dwXignMem = GetXignAddresses(true);
            if (dwXignMem != NULL && dwXignAddr != NULL)
            {
                *(DWORD*)dwXignMem = 0xC3;
                *(DWORD*)dwXignAddr = 0xC2;
                *(DWORD*)(dwXignAddr + 0x1) = 0x00;
                *(DWORD*)(dwXignAddr + 0x2) = 0x02;
            }
        }
    });


    ThreadInstance.join();
This one work in Android too ?
WTHLOL is offline  
Old 04/25/2017, 02:07   #11
 
elite*gold: 0
Join Date: Jul 2016
Posts: 4
Received Thanks: 0
not c+ i want vb.net
ABOELGOOD is offline  
Old 04/25/2017, 06:07   #12
 
__chkstk's Avatar
 
elite*gold: 902
Join Date: Jul 2012
Posts: 1,390
Received Thanks: 952
Quote:
Originally Posted by D4rkAdv3rs4ry View Post
Yes, i won't forgive you for forgetting the ";" sign u nub.
bypass = bypass+1 yeah I SAW OMG How can I did this mistake sorry, :/
__chkstk is offline  
Old 04/28/2017, 16:53   #13
 
sleek_'s Avatar
 
elite*gold: 0
Join Date: Sep 2016
Posts: 98
Received Thanks: 27
is this jelbrek ios 11 ? ( ͡° ͜ʖ ͡°)
sleek_ is offline  
Reply


Similar Threads Similar Threads
PLEASE PLEASE PLEASE PLEASE PLEASE PLEASE PLEASE PLEASE
06/21/2011 - Metin2 Private Server - 5 Replies
HELP WITH THIS PLEASE ON MY DEDICATED SERVER :-( http://www.youtube.com/watch?v=UyKOTLb960Q log_file_delete_old: stat: No such file or directory connect: Connection refused Timed out Connection refused
Guys please please please please make a euroshaiya bypass please game hack error
09/19/2009 - Shaiya - 5 Replies
Guys make a euroshaiya bypass please



All times are GMT +1. The time now is 23:15.


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.