Results 1 to 13 of 13
  1. #1
    Whiskey's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Location
    'Murica
    Posts
    267
    Reputation
    43
    Thanks
    473
    My Mood
    Amused

    Script to bypass battleye Global ban?

    IS there a Script to bypass Battleye global bans?

  2. #2
    minibuddy's Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    27
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by stormster10 View Post
    IS there a Script to bypass Battleye global bans?
    No. It's impossible to bypass a global ban.

  3. #3
    hack0matic's Avatar
    Join Date
    Aug 2012
    Gender
    female
    Posts
    5
    Reputation
    10
    Thanks
    0
    Yep, have a look at your credit card and type the number into the payment details for any online store that sells you a fresh CD Key.

  4. #4
    LulzCode's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    0
    Code:
    void isOPDumbass(){
    return true;
    }
    There ya go.

  5. #5
    Ardivaba2's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    24
    Reputation
    10
    Thanks
    22
    Quote Originally Posted by LulzCode View Post
    Code:
    void isOPDumbass(){
    return true;
    }
    There ya go.
    Well you shouldn't write code that implies about a person being dumbass while the code itself doesn't make any sense.

    As in you have defined a function which return type is: void, in other words, it can only return from function without any values.
    But you are returning with value: true from your function, which means that you must declare that function as a boolean type function.
    Also your declared function doesn't have any effect since you didn't invoke it, meaning that your post is completely meaningless.
    (Instead of using code you could had simply said that you think that original poster is a dumbass)

    But you're also implying that he is a dumbass because you think you're smarter than he is.
    He doesn't know how technical side of games work and was simply asking people if such thing exists.

    You should never insult a person for a question unless it defies any common sense.

    Since only people with specific skillset in IT know the answer to that question i don't think that you should call him such names.

    Now to answer the given question:
    No, evading global ban is not possible using ingame scripts. When you enter a game your cd-key will be searched for a match in a cd-key database that Bohemia Interactive has hidden in some kind of nuclear bunker (don't take that bunker part seriously), if that key doesn't exist in that database or is marked as: Banned, you won't be authorized to enter the server.

    To make it make more sense, there are three parties to connecting to a server.
    You, Auth Check Server, Gameserver

    Now gameserver is a server that you want to connect to, but before gameserver lets you connect it needs confirmation from auth server that you have premissions to enter the server.

    Cracked servers don't care about what auth server tells them and lets you play anyways, but that will make hacking incredibly easy for people because hackers can simply change their auth information after a ban and keep hacking.

    Thats why most of the servers arent cracked.

    But it definetly isn't impossible like minibuddy says, one way of doing it would be to hack that auth server and either remove that ban, or make it ignore your auth check and always return your information as valid ones.

    But that would take way too much effort, infact, if you would have resources to pull that kind of thing off, you could aswell invest in cd-keys that would cost you far less than that hacking attempt.
    (Theoretical risk involving getting caught and being sentenced is considered an expense in this case)

    hope that answers your question.

  6. The Following 2 Users Say Thank You to Ardivaba2 For This Useful Post:

    Lancashire (10-27-2012),RyanH100 (08-25-2012)

  7. #6
    Sindreh93's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Drunk
    Posts
    539
    Reputation
    28
    Thanks
    1,330
    My Mood
    Cynical
    Quote Originally Posted by Ardivaba2 View Post
    Well you shouldn't write code that implies about a person being dumbass while the code itself doesn't make any sense.

    As in you have defined a function which return type is: void, in other words, it can only return from function without any values.
    But you are returning with value: true from your function, which means that you must declare that function as a boolean type function.
    Also your declared function doesn't have any effect since you didn't invoke it, meaning that your post is completely meaningless.
    (Instead of using code you could had simply said that you think that original poster is a dumbass)

    But you're also implying that he is a dumbass because you think you're smarter than he is.
    He doesn't know how technical side of games work and was simply asking people if such thing exists.

    You should never insult a person for a question unless it defies any common sense.

    Since only people with specific skillset in IT know the answer to that question i don't think that you should call him such names.

    Now to answer the given question:
    No, evading global ban is not possible using ingame scripts. When you enter a game your cd-key will be searched for a match in a cd-key database that Bohemia Interactive has hidden in some kind of nuclear bunker (don't take that bunker part seriously), if that key doesn't exist in that database or is marked as: Banned, you won't be authorized to enter the server.

    To make it make more sense, there are three parties to connecting to a server.
    You, Auth Check Server, Gameserver

    Now gameserver is a server that you want to connect to, but before gameserver lets you connect it needs confirmation from auth server that you have premissions to enter the server.

    Cracked servers don't care about what auth server tells them and lets you play anyways, but that will make hacking incredibly easy for people because hackers can simply change their auth information after a ban and keep hacking.

    Thats why most of the servers arent cracked.

    But it definetly isn't impossible like minibuddy says, one way of doing it would be to hack that auth server and either remove that ban, or make it ignore your auth check and always return your information as valid ones.

    But that would take way too much effort, infact, if you would have resources to pull that kind of thing off, you could aswell invest in cd-keys that would cost you far less than that hacking attempt.
    (Theoretical risk involving getting caught and being sentenced is considered an expense in this case)

    hope that answers your question.
    Wall of text tl;dr

    did you really write all that?
    If you need to get in touch with me fast, add me on STEAM.

    Succesful Trades:7/7

    [IMG]https://post.barkbo*****m/wp-content/uploads/2013/02/tumblr_mhdh3aaPE51r2afs6o1_500.gif[/IMG]


    My current Releases/Guides:
    RapidFire script
    DayZ Custom Skins guide



  8. #7
    Ardivaba2's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    24
    Reputation
    10
    Thanks
    22
    Yes, yes i did.

  9. #8
    Darksaid's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    11
    Reputation
    10
    Thanks
    0
    Bitchslapped xD

  10. #9
    Ardivaba2's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    24
    Reputation
    10
    Thanks
    22
    I wonder if anyone even took the time to read my post.

  11. #10
    Legion990's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    Germany
    Posts
    33
    Reputation
    10
    Thanks
    2
    My Mood
    Paranoid
    Nope. I dont think so.

  12. #11
    Jumboperson's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    54
    Reputation
    10
    Thanks
    53
    Quote Originally Posted by Ardivaba2 View Post
    Now to answer the given question:
    No, evading global ban is not possible using ingame scripts. When you enter a game your cd-key will be searched for a match in a cd-key database that Bohemia Interactive has hidden in some kind of nuclear bunker (don't take that bunker part seriously), if that key doesn't exist in that database or is marked as: Banned, you won't be authorized to enter the server.

    To make it make more sense, there are three parties to connecting to a server.
    You, Auth Check Server, Gameserver

    Now gameserver is a server that you want to connect to, but before gameserver lets you connect it needs confirmation from auth server that you have premissions to enter the server.

    Cracked servers don't care about what auth server tells them and lets you play anyways, but that will make hacking incredibly easy for people because hackers can simply change their auth information after a ban and keep hacking.

    Thats why most of the servers arent cracked.

    But it definetly isn't impossible like minibuddy says, one way of doing it would be to hack that auth server and either remove that ban, or make it ignore your auth check and always return your information as valid ones.

    But that would take way too much effort, infact, if you would have resources to pull that kind of thing off, you could aswell invest in cd-keys that would cost you far less than that hacking attempt.
    (Theoretical risk involving getting caught and being sentenced is considered an expense in this case)
    This is the most intelligent post I have ever seen on any forum of any type, not including OPs of course (not all of those are written by idiots). I salute you, sir.

  13. #12
    Max Devious's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by Ardivaba2 View Post
    Well you shouldn't write code that implies about a person being dumbass while the code itself doesn't make any sense.

    As in you have defined a function which return type is: void, in other words, it can only return from function without any values.
    But you are returning with value: true from your function, which means that you must declare that function as a boolean type function.
    Also your declared function doesn't have any effect since you didn't invoke it, meaning that your post is completely meaningless.
    (Instead of using code you could had simply said that you think that original poster is a dumbass)

    But you're also implying that he is a dumbass because you think you're smarter than he is.
    He doesn't know how technical side of games work and was simply asking people if such thing exists.

    You should never insult a person for a question unless it defies any common sense.

    Since only people with specific skillset in IT know the answer to that question i don't think that you should call him such names.

    Now to answer the given question:
    No, evading global ban is not possible using ingame scripts. When you enter a game your cd-key will be searched for a match in a cd-key database that Bohemia Interactive has hidden in some kind of nuclear bunker (don't take that bunker part seriously), if that key doesn't exist in that database or is marked as: Banned, you won't be authorized to enter the server.

    To make it make more sense, there are three parties to connecting to a server.
    You, Auth Check Server, Gameserver

    Now gameserver is a server that you want to connect to, but before gameserver lets you connect it needs confirmation from auth server that you have premissions to enter the server.

    Cracked servers don't care about what auth server tells them and lets you play anyways, but that will make hacking incredibly easy for people because hackers can simply change their auth information after a ban and keep hacking.

    Thats why most of the servers arent cracked.

    But it definetly isn't impossible like minibuddy says, one way of doing it would be to hack that auth server and either remove that ban, or make it ignore your auth check and always return your information as valid ones.

    But that would take way too much effort, infact, if you would have resources to pull that kind of thing off, you could aswell invest in cd-keys that would cost you far less than that hacking attempt.
    (Theoretical risk involving getting caught and being sentenced is considered an expense in this case)

    hope that answers your question.
    I read it. He got served.

  14. #13
    President_Capone's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Location
    MPGH.NET
    Posts
    395
    Reputation
    41
    Thanks
    157
    yes there is a way to bypass a global ban, there is a server side bypass by darky and that will hide you from battleye so u can play on that server only if the server admin will hide you. even with a global banned account.
    Last edited by President_Capone; 10-24-2012 at 01:27 AM.

Similar Threads

  1. Battleye: Global Ban - Can i get unbanned in some way?
    By sensity in forum DayZ Help & Requests
    Replies: 11
    Last Post: 02-19-2013, 10:29 AM
  2. [Outdated] DayZ Server Hack - Bypass BattlEye Ban/BattlEye scans
    By lockdown6435 in forum DayZ Mod & Standalone Hacks & Cheats
    Replies: 120
    Last Post: 11-28-2012, 10:13 AM
  3. [Outdated] [SERVER SIDE ONLY] Arma 2 Server Hack V2 (Bypass Global Ban/BattlEye Scans)[ 8/13/12]
    By lockdown6435 in forum DayZ Mod & Standalone Hacks & Cheats
    Replies: 97
    Last Post: 09-09-2012, 10:35 AM
  4. [Request] Client Side Global ban Bypass?
    By minibuddy in forum DayZ Mod & Standalone Hacks & Cheats
    Replies: 2
    Last Post: 08-08-2012, 07:38 PM
  5. [Request] Battleye global ban bypass?
    By SquidManHero in forum DayZ Mod & Standalone Hacks & Cheats
    Replies: 2
    Last Post: 08-07-2012, 03:54 PM