Jump to content

JakeQue

Member
  • Posts

    171
  • Joined

  • Last visited

Reputation Activity

  1. Like
    JakeQue reacted to Anhor in [Outdated] [release] 1.0.6 - Deploy Anything 2.8.2 - Now with Epoch building! | Customizable: DB saving | Plot | Vehicles/Buildings | Packing   
    I found the "error" by myself.
    Let´s see. I had this in config.sqf from deploy anything:
    After I changed it to this, it works perfect:
    Dont ask me why, this is the point where you decide if vehicle ammo is cleared on restart, but now it works
  2. Like
    JakeQue got a reaction from Anhor in [Outdated] [release] 1.0.6 - Deploy Anything 2.8.2 - Now with Epoch building! | Customizable: DB saving | Plot | Vehicles/Buildings | Packing   
    Thanks mate, found it and resolved it. I have it setup for blast proof bunkers, and 2 different heli pads also. For anyone who wants it...
     
    DROP FUNCTION IF EXISTS `DeleteNonKeyVehicles`; DELIMITER ;; CREATE FUNCTION `DeleteNonKeyVehicles`() RETURNS int(11) BEGIN DELETE FROM `Object_DATA` WHERE `Object_DATA`.`CharacterID` <> 0 AND `Object_DATA`.`CharacterID` <= 12500 AND `Object_DATA`.`Classname` NOT LIKE 'Tent%' AND `Object_DATA`.`Classname` NOT LIKE '%Locked' AND `Object_DATA`.`Classname` NOT LIKE 'Land\_%' -- added escape character so LandRover vehicles are not ignored AND `Object_DATA`.`Classname` NOT LIKE 'Cinder%' AND `Object_DATA`.`Classname` NOT LIKE 'Wood%' AND `Object_DATA`.`Classname` NOT LIKE 'Metal%' AND `Object_DATA`.`Classname` NOT LIKE '%Storage%' AND `Object_DATA`.`Classname` NOT IN ('OutHouse_DZ', 'GunRack_DZ', 'WorkBench_DZ', 'Sandbag1_DZ', 'FireBarrel_DZ', 'DesertCamoNet_DZ', 'StickFence_DZ', 'LightPole_DZ', 'DeerStand_DZ', 'ForestLargeCamoNet_DZ', 'DesertLargeCamoNet_DZ', 'Plastic_Pole_EP1_DZ', 'Hedgehog_DZ', 'FuelPump_DZ', 'Fort_RazorWire', 'SandNest_DZ', 'ForestCamoNet_DZ', 'Fence_corrugated_DZ', 'CanvasHut_DZ', 'Generator_DZ', 'BagFenceRound_DZ', 'Land_MBG_HeavyShelter', 'HeliH', 'HeliHCivil') AND FindVehicleKeysCount(Object_DATA.CharacterID) = 0; RETURN ROW_COUNT(); END ;; DELIMITER ;  
  3. Like
    JakeQue got a reaction from theduke in [Outdated] [release] 1.0.6 - Deploy Anything 2.8.2 - Now with Epoch building! | Customizable: DB saving | Plot | Vehicles/Buildings | Packing   
    Thanks mate, found it and resolved it. I have it setup for blast proof bunkers, and 2 different heli pads also. For anyone who wants it...
     
    DROP FUNCTION IF EXISTS `DeleteNonKeyVehicles`; DELIMITER ;; CREATE FUNCTION `DeleteNonKeyVehicles`() RETURNS int(11) BEGIN DELETE FROM `Object_DATA` WHERE `Object_DATA`.`CharacterID` <> 0 AND `Object_DATA`.`CharacterID` <= 12500 AND `Object_DATA`.`Classname` NOT LIKE 'Tent%' AND `Object_DATA`.`Classname` NOT LIKE '%Locked' AND `Object_DATA`.`Classname` NOT LIKE 'Land\_%' -- added escape character so LandRover vehicles are not ignored AND `Object_DATA`.`Classname` NOT LIKE 'Cinder%' AND `Object_DATA`.`Classname` NOT LIKE 'Wood%' AND `Object_DATA`.`Classname` NOT LIKE 'Metal%' AND `Object_DATA`.`Classname` NOT LIKE '%Storage%' AND `Object_DATA`.`Classname` NOT IN ('OutHouse_DZ', 'GunRack_DZ', 'WorkBench_DZ', 'Sandbag1_DZ', 'FireBarrel_DZ', 'DesertCamoNet_DZ', 'StickFence_DZ', 'LightPole_DZ', 'DeerStand_DZ', 'ForestLargeCamoNet_DZ', 'DesertLargeCamoNet_DZ', 'Plastic_Pole_EP1_DZ', 'Hedgehog_DZ', 'FuelPump_DZ', 'Fort_RazorWire', 'SandNest_DZ', 'ForestCamoNet_DZ', 'Fence_corrugated_DZ', 'CanvasHut_DZ', 'Generator_DZ', 'BagFenceRound_DZ', 'Land_MBG_HeavyShelter', 'HeliH', 'HeliHCivil') AND FindVehicleKeysCount(Object_DATA.CharacterID) = 0; RETURN ROW_COUNT(); END ;; DELIMITER ;  
  4. Like
    JakeQue reacted to theduke in [Outdated] [release] 1.0.6 - Deploy Anything 2.8.2 - Now with Epoch building! | Customizable: DB saving | Plot | Vehicles/Buildings | Packing   
    I would just grab them from the epoch server files. I copied and pasted this from that, so i might of grabbed something that didnt belong.
    If you rn the file called recommended sql events, it will add this and the rest of the default epoch cleanup events
  5. Like
    JakeQue reacted to Clark in [RELEASE] Custom GUI / Menu UPDATED for 1061   
    the problem i was having  with this was the deploy_bike scripts
    after i copy your deploy_bike.sqf 3 times and change the vehicles id to the ones i wanted   every time i open the menu and went to click on the vehicle i wanted to spawn in it was spawning in the wrong one 
    i fixed this by using my old files and adding them into yours ... i did not make any of the .sqf
    but this is what i done
    in the menu folder i open up menu.HPP  went to line 300 , 348 and 413 and replace  onButtonClick = "call deployable1script;";  with this
    then i added the old SQF files in my new menu/scripts folder and for the people like me who dont no what you are doing i have marked the vehicle id and items what are needed to make the vehicles in bold
    common.sqf 
     
    dpk.sqf
    pack.sqf
    the pack.sqf is not letting me pack the vehicles in game but just wanted to add it in this as well
    and the last problem i was having was the vehicles exploding but Juandayz help me out with this and told me to add this to my variables under
    call dayz_resetSelfActions;
    hope this helps out any one who was having problems with the deploy_bike script
     
  6. Like
    JakeQue reacted to IknowYou in SERVER HACKED PLEASE HELP   
    if there wasn't people like infiSTAR, Torndeco, Maca134 and co. this mod would have never lived to anywhere as long as it does now. Before infiSTAR hacking was the worst.
    infiSTAR simply can't do much for Arma2 since BI ditched it. Hackers can still modify functions by overwriting them as variables.. The network code for Arma2 is open, saying that I mean there is websites where you put in a server IP + Port and SQF code and you can literally run code from the website on any server.
    So yes, Arma2 is buttfucked but not because of infiSTAR. It is because of BI doesn't give a fuck OR maybe they even want it to DIE. So everybody buys Arma3 and the stupid DLCs..
    But yeah don't talk about things you have no clue about. You are a nobody to anybody known in the community of Arma so you have no clue. That's it. :) Just my 2 cents here but at the end of the day the topic here is to stop that hack and not have your stupid opinion about one of the heroes of this game...
  7. Like
    JakeQue reacted to Zupa in SERVER HACKED PLEASE HELP   
    C'mon now boys. Where is the fun in being a bad guy on the internet. Sure, finding a leak is fun. But then FIX the shit and get all the good points for it from the community. 
    Sure Epoch Arma 2 is an old game(mode). There are tons of other games so it's naturally the playerbase dropped allot. There are so many games these days for survivalists to choose from.
    But let the people play their games. People pay money for arma. Keeping servers alive. I pay my monthly bill for my server ( not game server tho ) and i have to pay for my food and place aswell next to it.
    Every working man knows the value of money. Just respect that. Don't waist people's time and money.
    Hacking gives u what? 5 minuts of fame. Everyone will forget you after that and do you gain anything from it afterwards? No. 
    Point being: Play the goddamn game and have some fun. Build towards the community. If you want to be toxic. Go play league of legends.
  8. Like
    JakeQue got a reaction from masta]k9[playa in SERVER HACKED PLEASE HELP   
    You like to crash servers for no gain, I like to use infiTheShit legitimately as an admin and have a laugh on my servers... This is how we get our laughs.
  9. Like
    JakeQue reacted to Shak in SERVER HACKED PLEASE HELP   
    Just insignificant little nobodys who'll never, ever have a nice life so they spend their time trying to disrupt other people having fun.
     
    Dami + Syco, can I buy you two nerds a mail order husband so that you have something else to do?
     
     
  10. Like
    JakeQue reacted to DerpEZ in SERVER HACKED PLEASE HELP   
    Yeah mate, it's literally the same GUID, they're doing it on loads of servers all in act of pure spite hoping to actually get paid in return. Guess they have a lot of time on their hands, guess they couldn't find a well paid job that might actually get them money legitimately buddy.
    Yup, that's because he's probably realised that he has a life to live, time for you to start realising too.
    @Shawn @TallahassZ Remington
    Jesus christ it's like playing a game in the playground back in primary school, nobody gives a fuck who's the better hacker, the point of this post is to find a solution so that people can play the game rather than it be ruined by cunts like y'all so unless you've got something to post that might outcome a bit of successful progress, don't fucking reply hahah.
    The servers you are attacking have done NOTHING, let me emphasise... NOTHING towards you folks so why the fuck attack it pointlessly? Oh yeah because you have literally nothing else to do within your life other than do so, when you guys joined the TS I asked you why you are attacking the server and if you had any genuine reasons, the only thing you could actually come back with after avoiding the question multiple times is that "Jake has a big mouth" - whereas you folks didn't even know Jake untill he started acting against you hacking the server like any in-the-right server owner would do in defense for his community.
    Childish and useless fucks if I'm honest, grow up and move on to something  more useful with your lives rather than spending literally 100's of hours a week purposely targeting multiple servers constantly.
    You've spent about 150+ hours hacking servers on an 18 year old game and still haven't gained any money from it, next time maybe spend 150 hours freshening up and getting a bit of puss in your lives.
  11. Like
    JakeQue reacted to Helion4 in SERVER HACKED PLEASE HELP   
    Lol. Why are you even trying to sound like you want to help in as small a way as possible? Did it not occur to you to message one of the site mods or devs and simply tell them what is being used? That is smallest, least time consuming thing you *could* have done by now. Instead you are seemingly here to gloat, and laugh in peoples faces. In the time it has taken you to post your messages in these few threads you could have done just that and more.
    Weren't you involved with a company that was dedicated to helping server owners? Did you not create an alternative solution to combat 'hackers'? Haven't you posted help on these forums before?
    Now look at you, doing exactly the opposite.
    This will be your legacy, and unlike many of the previous 'sins' you are accused of already, there is proof of what you 'didn't' do here.
  12. Like
    JakeQue reacted to lwbuk in SERVER HACKED PLEASE HELP   
    For someone who doesn't have time to help or doesn't care, he sure spends a lot of time here gloating about how dead arma is and how he could easily fix this hack method 
  13. Like
    JakeQue reacted to Clark in SERVER HACKED PLEASE HELP   
    You found my post Jake and wicked :-) 
     
    https://forums.bistudio.com/forums/topic/205554-arma-2-crashing-server/
  14. Like
    JakeQue got a reaction from DerpEZ in SERVER HACKED PLEASE HELP   
    SHUT DOWN! REKT ^^
  15. Like
    JakeQue reacted to salival in SERVER HACKED PLEASE HELP   
    If you did or not is not the issue here, the issue here is servers getting crashed/hacked which you are obviously apart of. 
    You have the power to stop it.
  16. Like
    JakeQue reacted to oldmatechoc in SERVER HACKED PLEASE HELP   
    -deleted
  17. Like
    JakeQue reacted to oldmatechoc in SERVER HACKED PLEASE HELP   
    Funny how Jake's server is being attacked and youre online to see this happen even though you dont play "this shitty game".
     

     
     
     
    Claims to not play a2 anymore after being accused of using scripts/hacks.
    Has recent in game screenshots of a server that's regularly attacked.
    GG. Not Suss. :P
     
     
  18. Like
    JakeQue reacted to DerpEZ in SERVER HACKED PLEASE HELP   
    Honestly.
    At the end of the day, Arma 2 is a game with a low population and it's ruined by people who come and hack servers aggresively or just at all in general.
    JakeQue has made a server on the game as he probably enjoys the game and he has a community that he is friends with, why should you guys decide to be dicks and just start havoc by hacking it? Seriously just let people play and go outside or play yourself, if you want to kill everyone go into the Arma editor not ruin players days and cause them to lose their bases, which removing data on a database is actually against the law may I add.
    You've been doing nothing but stalking the server out, watching the forums like hawks and crashing it, teleporting players and killing them all. It's damn sad and you should have much more to do with your life rather than sit in a basement attacking a server demanding money in return alongside bitcoins, which again. Against the law.
    It's really no skin off Jake's nose at the end of the day lads, he's got it covered by keeping up to date with constant rollbacks and all he has to do is restore them when you attack, I personally just suggest evaluating your lifestyles and maybe finding a hobby that benefits others or yourself, rather than ruin fun for people who are playing an 18 year old game because they WANT to play it for ENJOYMENT.
     
    Moving on, does anybody have a solution? :)
  19. Like
    JakeQue reacted to salival in Server Owner Sending Out Hackers ?   
    Hi friends,
    Kind of got out of hand there, but here's my 2 cents:
    Allowing people to knowingly test hacks on your server to take down other servers is a pretty shitty act, fun, joking or serious.
    Brushing it off that it's "not your problem" is also a pretty shitty act when infact you have the power to take them off your test server.
    As a community I believe we should all be helping each other to bring this community higher, we know a2 is long dead and hanging on by a string, let's not be fucking idiots and cut the string.
    We'll leave this thread for now, Thanks to the OP for bringing this up.
  20. Like
    JakeQue reacted to oldmatechoc in [RELEASE] Custom Debug Monitor   
    Delete this from the custom_monitor.sqf
    <img size='5' image='%11'/><br/>  
  21. Like
    JakeQue reacted to oldmatechoc in Anti glitch wall   
    Vehicles spawned in with infistar don't work the same as server spawned vehicles (random spawn vehicles and trader vehicles)
    Infistar spawned vehicles will give different results than a "normal" spawned vehicle.
     
  22. Like
    JakeQue reacted to oldmatechoc in (RELEASE) Loyalty reward system   
    Got bored decided to have a play with this, figured I'd share :D
    Easy Config Options.
    Humanity Based.
    Notify player of their current and next reward level.
    Players in safe-zones will not receive the reward.
     

     
    1.0.6.1 Coins
     
  23. Like
    JakeQue reacted to Relentless in [Release] Cen's Custom GUI for Epoch/Overpoch   
    I will post this soon in 1.0.6.1 Addons because these files needed some changes to work with the new version.
×
×
  • Create New...