1
Drama / Re: HOLY stuff GUYS IM GETTING HACKED
« on: October 22, 2013, 07:58:47 PM »BLHack has a lot of hidden console commandsNo it doesn't. Stop trying to act cool.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
BLHack has a lot of hidden console commandsNo it doesn't. Stop trying to act cool.
blhack contains wallhack, aimbot, spam clicker, and much more.Not much else other than the floathack lol. I just fail to see why it's demonized if it's not being abused. Aimbot and wallhacks on a knife fight server? C'mon now lol. I mean I suppose you could troll the game by freezing indefinitely but that's just asking to get drama'd/banned/revoked.
What model do you use for making models, Lucius? You can get rid of the triangulated look by smoothshading it. Make sure you make some smoothing groups too.I'm using OpenSCAD, converting the exported .stl file to a .obj, then using MilkShape to add things like the bounding and collision boxes before using Badspot's obj2blb. Initially it was smooth shaded and didn't seem to look very good so I just followed Trader's flatshading tutorial. I don't really know what a smoothing group is, I'll search around.
#2 This is a must, I am not sure why you made a strict size, make just a small portion of it and let people customize the height and the ends.Me neither. It's a great idea to make the brick just be the spiral. I'll do that. I've created a ton of other crazy bricks that people might use. Eventually I might release them (and the code to create them).
// Blockland brick modules by Lucius
BL_BRICK_HEIGHT = 1.2;
BL_PLATE_HEIGHT = 1.2/3;
module bl_brick(x=1, y=1, z=1, cen=true) {
if(cen) {
translate([0, 0, 0.6*z])
cube([1*x, 1*y, BL_BRICK_HEIGHT*z], center=cen);
} else {
cube([1*x, 1*y, BL_BRICK_HEIGHT*z]);
}
}
module bl_plate(x=1, y=1, z=1, cen=true) {
if(cen) {
translate([0, 0, 0.2*z])
cube([1*x, 1*y, BL_PLATE_HEIGHT*z], center=cen);
} else {
cube([1*x, 1*y, BL_PLATE_HEIGHT*z]);
}
}
include <bl_bricks.scad>
module strange_brick(height) {
bl_brick(3, 3, 1);
translate([0, 0, BL_BRICK_HEIGHT])
linear_extrude(height=BL_BRICK_HEIGHT*height, twist=360)
square(2, center=true);
translate([0, 0, BL_BRICK_HEIGHT*(height + 1)])
bl_brick(3, 3, 1);
}
strange_brick(10);
if that isn't, then give me some examples of gay people "flaunting it"http://lmgtfy.com/?q=define+flaunt
and I haven't even mentioned my orientation in this conversation so idk where you got that from
straight people do it just as much if not more than gay peopleNo. Do you ever actually leave your house? The reason that Nal said what he did is because at times it can be true that certain gay people can be more vocal. This probably is because they are the minority. There's nothing wrong with this. If every person on the planet was homoloveual there would be no reason to state it. Similarly since heteroloveuality is most common the need to state that "I'm straight" (flauntingly or not) is much less.
why can straight people be, then?Pretty sure in a normal environment they don't. Stemming from their preference, they just naturally are attracted to other people. I've never met anyone who flaunts that they are straight... maybe in this community but nowhere else. I mean there is always that guy but the same normally goes for gay people too.