Casun Posted January 31, 2012 Share Posted January 31, 2012 (edited) 1. Your in-game name: John Woo / Casun 2. Server that you were banned on: PERP 3. The Banning admin: Kigen 4. Your Steam-Id: STEAM_0:0:20151360 5. Reason for ban: Supposed Exploitation of a Console command, the command is used to buy seeds from the dealer, it is used in the lua when the button is pressed. I tested it once, and i was banned. When speaking to Kigen, I proved how it cannot be used as an exploit (with lua examples). He told me he had a lot more to do than listen to me. He told me to stop arguing, and I was kicked (Teamspeak). He didn't even attempt to listen to my explanation, he just acted. So I came back on, and since he was busy I talked to Vao. Kigen then banned me permanently (Global) for bringing it to Vao. I do not know why he is so angry with me, but i'm hoping he doesn't just close this forum post. I will post the console command I used and the reason why it cannot be exploited. local function buyWeed ( Player, CMD, Args ) if (!Args[1]) then return; end if (!Player:NearNPC(16)) then return; end <--- Read this. local toBuy = tonumber(Args[1]); local totalCost = toBuy * ITEM_DATABASE[14].Cost; if (toBuy <= 0) then return; end if (Player:GetCash() < totalCost) then return; end if (GetGlobalInt('perp_druggy_sell', 0) != 1) then return; end if (!Player:CanHoldItem(14, toBuy)) then return; end Player:TakeCash(totalCost, true); Player:GiveItem(14, toBuy); Player:Save(); end concommand.Add("perp_bd_w", buyWeed); So, you have to stand right there beside the dealer... There is no gain from it, all it does is bug your inventory. It does charge you for the seeds, but you must relog to gain them. I used the command once just to see if it worked and was banned right then. I have donated $25 to these servers in 1 week, and had no intention of breaking any rules. That is the entire truth, start to finish. Edited February 1, 2012 by Casun Link to comment Share on other sites More sharing options...
Executive Council Kigen Posted February 1, 2012 Executive Council Share Posted February 1, 2012 You were telling others in the server how to do this. We do consider it as an exploit as your not suppose to be using those commands, there are GUIs for that. So, it was decided to issue you a day ban (mainly for telling others about it in the server). You then come onto TS3 to argue with me about it. I told you that its considered an exploit and to stop arguing with me about it. You still continue to argue with me about it. I tell you again to drop it. You don't. So I kicked you from TS3. You immediately come back and start bother Vao about it telling him its not an exploit, etc, etc. Basically continuing to argue your point. So you were banned from TS3. You knew full well what you were doing. Why else would you be digging through PERP code and trying out commands to see if they do what you think they'll do. Link to comment Share on other sites More sharing options...
Casun Posted February 1, 2012 Author Share Posted February 1, 2012 (edited) I was just looking at it, i had been for days. I figured out the dealer's selection, and pot growth (seeds, marijuana). Yes, i tried to make my point that it wasn't an exploit, but you must remember you banned me and I wanted to not be banned anymore. I apologize for seeming to want harm, but it was not intended for harm or disrespect. Two other people knew about it, and helped me test it. But I also let the admins know. I also told Dna about other possible exploits, I like helping the server not hurting it. As I said before, i went to Vao because you told me you were busy, so respectfully i talked to another admin that was on at the time. And in all respect I've seen you using godmode as mayor after 2 threats and a good wait. Edited February 1, 2012 by Casun Link to comment Share on other sites More sharing options...
Executive Council Kigen Posted February 1, 2012 Executive Council Share Posted February 1, 2012 You told DNA about other possible exploits after you got banned. And please don't bring admin abuse accusation into an unban request, especially when there is no proof. Anyway, I told you to stop, you didn't, I kicked you, you still continued, then it finally got to a ban. What's I'm asking here is that you do not continue to try to find exploits on our server. You do not tell other people (aside from leadership) about exploits. And you don't sit there and continually argue with an admin after he has told you to stop. Link to comment Share on other sites More sharing options...
Casun Posted February 1, 2012 Author Share Posted February 1, 2012 (edited) Okay, i will stop, and i apologize. I told Dna about them in hopes you would not be mad about 1 little one that doesn't work. Is it okay if i used a macro i made and show it to people? It is harmless, it drops a pot and seeds at the same time. Try it out if you want, the values are relative so your first slot should be 10 seeds, and your second and third must be pots. <Censored> I just want to be sure that is ok. Edited February 1, 2012 by Casun Link to comment Share on other sites More sharing options...
Executive Council Kigen Posted February 1, 2012 Executive Council Share Posted February 1, 2012 (edited) We do consider it as an exploit as your not suppose to be using those commands, there are GUIs for that. Edited February 1, 2012 by Kigen Link to comment Share on other sites More sharing options...
Casun Posted February 1, 2012 Author Share Posted February 1, 2012 Well the mixture GUI can't do marijuana so i was just wondering :> You can't be mad, i asked before i used it. Here i'll censor it. Wait that's a good idea you should just add that to the mixtures. Link to comment Share on other sites More sharing options...
Executive Council Kigen Posted February 1, 2012 Executive Council Share Posted February 1, 2012 The Mixture GUI can, but it was decided that you should actually take the time to drop them out and connect the two. Link to comment Share on other sites More sharing options...
Casun Posted February 1, 2012 Author Share Posted February 1, 2012 (edited) Ah, so the same with meth too, i can understand that, lots of reasons to make it more difficult. So what's your verdict? After all that's why i've been watching this forum for 1:30. And your quote still shows the bind. Edited February 1, 2012 by Casun Link to comment Share on other sites More sharing options...
Executive Council Kigen Posted February 1, 2012 Executive Council Share Posted February 1, 2012 Don't use the console commands directly. If you do there won't be a second chance. ~Unbanned Link to comment Share on other sites More sharing options...
Recommended Posts