stroudie
|
  |
| Joined: 28 Nov 2008 |
| Total Posts: 2556 |
|
|
| 14 Nov 2013 06:16 PM |
I know this isn't the correct forum, however I like to stir up controversy with those who I know best.
So I came online yesterday, to find that I had randomly been banned:
imgur /mKrFQzQ
After enquiring about the contents of the model (other than "inappropriate") I was given no further information. The support team simply repeated what the moderation message had said. They then decided to pass me onto appeals (of which I was not trying to make) and basically gave up on helping me.
As the ban was only for 1 day, I came online just now to try and investigate the cause of the ban. I scanned through my old models to find the [Content Deleted] one, eventually finding it. I changed the version to its original (the only version), inserted it into a place, and found that the model was simply an old "HeliFlyer" script, which I commonly used to use (a free-model, yes) for my ships.
I then noticed that the date of my ban was exactly one day before the creation date of the model (exclusive of the year):
imgur /rA3BoMl
A little fishy, don't you think? I'm almost certain that this is down to a moderation bot of some sort.
TL;DR: Roblox could indeed use bots |
|
|
| Report Abuse |
|
|
| |
|
6flyguy6
|
  |
| Joined: 23 Jun 2008 |
| Total Posts: 3539 |
|
|
| 14 Nov 2013 06:17 PM |
| banning stroudie is illegal |
|
|
| Report Abuse |
|
|
Zach1102
|
  |
| Joined: 20 Aug 2010 |
| Total Posts: 48576 |
|
|
| 14 Nov 2013 06:17 PM |
| Or a hater going through your old stuff.. |
|
|
| Report Abuse |
|
|
stroudie
|
  |
| Joined: 28 Nov 2008 |
| Total Posts: 2556 |
|
|
| 14 Nov 2013 06:18 PM |
| There was nothing inappropriate about the model whatsoever. It was simply a widely-used script, breaking no rules at all. |
|
|
| Report Abuse |
|
|
6flyguy6
|
  |
| Joined: 23 Jun 2008 |
| Total Posts: 3539 |
|
|
| 14 Nov 2013 06:18 PM |
| what exactly is the script? |
|
|
| Report Abuse |
|
|
stroudie
|
  |
| Joined: 28 Nov 2008 |
| Total Posts: 2556 |
|
|
| 14 Nov 2013 06:19 PM |
| And why Zach would it be THAT close to the date of creation? |
|
|
| Report Abuse |
|
|
Zach1102
|
  |
| Joined: 20 Aug 2010 |
| Total Posts: 48576 |
|
|
| 14 Nov 2013 06:19 PM |
Is that the desc?
"If Moderated assets will"
The word moderated could get banned I think.. |
|
|
| Report Abuse |
|
|
stroudie
|
  |
| Joined: 28 Nov 2008 |
| Total Posts: 2556 |
|
|
| 14 Nov 2013 06:19 PM |
The script:
print("HeliFlyer") fly = false turn = false fire = true fire2 = true fire3 = true fire4 = true turret = true a = 70 hover = false
function onFire(gun) local b = Instance.new("Part") b.Parent = game.Workspace b.CFrame = gun.CFrame + (gun.CFrame.lookVector * 120) b.formFactor = "Symmetric" b.Size = Vector3.new(1,1,2) b.TopSurface = 0 b.BottomSurface = 0 b.BrickColor = BrickColor.new("Bright blue") b.Reflectance = 0 b.Transparency = 0.3 b.Name = "Rocket" local bv = Instance.new("BodyVelocity") bv.velocity = gun.CFrame.lookVector * 350 bv.Parent = b local s = script.Parent.Rocket:Clone() s.Disabled = false s.Parent = b local z = script.Parent.Mesh:Clone() z.Parent = b local x = script.Parent.Fire:Clone() x.Parent = b local c = script.Parent.Smoke:Clone() c.Parent = b end
function onFire2(gun) local b = Instance.new("Part") b.Parent = game.Workspace b.CFrame = gun.CFrame + (gun.CFrame.lookVector * 120) b.formFactor = "Symmetric" b.Size = Vector3.new(1,1,2) b.TopSurface = 0 b.BottomSurface = 0 b.BrickColor = BrickColor.new("Really black") b.Reflectance = 0 b.Name = "Rocket" local bv = Instance.new("BodyVelocity") bv.velocity = gun.CFrame.lookVector * 350 bv.Parent = b local s = script.Parent.Rocket:Clone() s.Disabled = false s.Parent = b local z = script.Parent.Mesh:Clone() z.Parent = b local x = script.Parent.Fire:Clone() x.Parent = b local c = script.Parent.Smoke:Clone() c.Parent = b end
function onFire3(gun) local b = Instance.new("Part") b.Parent = game.Workspace b.CFrame = gun.CFrame + (gun.CFrame.lookVector * 120) b.formFactor = "Symmetric" b.Size = Vector3.new(1,1,2) b.TopSurface = 0 b.BottomSurface = 0 b.BrickColor = BrickColor.new("Really black") b.Reflectance = 0 b.Name = "Rocket" local bv = Instance.new("BodyVelocity") bv.velocity = gun.CFrame.lookVector * 350 bv.Parent = b local s = script.Parent.Rocket:Clone() s.Disabled = false s.Parent = b local z = script.Parent.Mesh:Clone() z.Parent = b local x = script.Parent.Fire:Clone() x.Parent = b local c = script.Parent.Smoke:Clone() c.Parent = b end
function onFire4(gun) local b = Instance.new("Part") b.Parent = game.Workspace b.CFrame = gun.CFrame + (gun.CFrame.lookVector * 120) b.formFactor = "Symmetric" b.Size = Vector3.new(1,1,2) b.TopSurface = 0 b.BottomSurface = 0 b.BrickColor = BrickColor.new("Really black") b.Reflectance = 0 b.Name = "Rocket" local bv = Instance.new("BodyVelocity") bv.velocity = gun.CFrame.lookVector * 350 bv.Parent = b local s = script.Parent.Rocket:Clone() s.Disabled = false s.Parent = b local x = script.Parent.Fire:Clone() x.Parent = b local c = script.Parent.Smoke:Clone() c.Parent = b end
function onTurret(barrel)
for i = 1,3 do local b = Instance.new("Part") b.Parent = game.Workspace b.CFrame = barrel.CFrame + (barrel.CFrame.lookVector * 125) b.formFactor = "Plate" b.Size = Vector3.new(2,0.8,2) b.TopSurface = 0 b.BottomSurface = 0 b.BrickColor = BrickColor.new("Bright red") b.Reflectance = 0 b.Transparency = 1 b.Name = "Bullet" barrel.Fire:Play() local bv = Instance.new("BodyVelocity") bv.velocity = barrel.CFrame.lookVector * 350 bv.Parent = b local s = script.Parent.Bullet:Clone() s.Disabled = false s.Parent = b local l = script.Parent.Light:Clone() l.Parent = b local m = Instance.new("SpecialMesh") m.MeshType = 3 m.Scale = Vector3.new(0.5,0.5,5) m.Parent = b wait(.33) end end
function onButton1Down(mouse) if fly == true then turn = true while turn == true do if heli ~= nil then if heli.Parts:FindFirstChild("Engine") ~= nil then heli.Parts.Engine.BodyGyro.cframe = mouse.Hit end end wait(0.1) end end end
function onButton1Up() turn = false end
function onKeyDown(key) key:lower() if key == "y" and fly == false and script.Parent.Parent.Parent.Character:FindFirstChild("Ship") ~= nil then fly = true heli = script.Parent.Parent.Parent.Character.Ship if heli.Parts:FindFirstChild("Motor1") ~= nil then heli.Parts.Motor1.BottomSurfaceInput = "Constant" end if heli.Parts:FindFirstChild("Motor2") ~= nil then heli.Parts.Motor2.BottomSurfaceInput = "Constant" end if heli.Parts:FindFirstChild("Engine") ~= nil then heli.Parts.Engine.BodyVelocity.maxForce = Vector3.new(1e+009,1e+009,1e+009) heli.Parts.Engine.BodyVelocity.velocity = Vector3.new(0,1,0) wait(0.01) heli.Parts.Engine.BodyVelocity.velocity = Vector3.new(0,0,0) end elseif key == "x" and fly == true then fly = false if heli ~= nil then if heli.Parts:FindFirstChild("Engine") ~= nil then heli.Parts.Engine.BodyVelocity.maxForce = Vector3.new(0,0,0) heli.Parts.Engine.BodyVelocity.velocity = Vector3.new(0,0,0) end if heli.Parts:FindFirstChild("Motor1") ~= nil then heli.Parts.Motor1.BottomSurfaceInput = "NoInput" end if heli.Parts:FindFirstChild("Motor2") ~= nil then heli.Parts.Motor2.BottomSurfaceInput = "NoInput" end end elseif key == "w" and fly == true then hover = false while fly == true do if hover == false then if heli ~= nil then if heli.Parts:FindFirstChild("Engine") ~= nil then heli.Parts.Engine.BodyVelocity.velocity = heli.Parts.Engine.CFrame.lookVector * a end end end wait(0.1) end elseif key == "s" and fly == true then hover = true if heli ~= nil then if heli.Parts:FindFirstChild("Engine") ~= nil then heli.Parts.Engine.BodyVelocity.velocity = Vector3.new(0,0,0) end end elseif key == "d" then if a < 500 then a = a end elseif key == "a" then if a > 5 then a = a end elseif key == "b" then if heli.Parts.Boost.Value == true then heli.Parts.Engine.Smoke.Enabled = true a = 120 wait(4) heli.Parts.Engine.Smoke.Enabled = false heli.Parts.Boost.Value = false a = 70 end elseif key == "f" and fly == true then if heli.Parts.Blasters.Value == true and fire == true then fire = false local gun1 = heli.Parts:FindFirstChild("Gun1") local gun2 = heli.Parts:FindFirstChild("Gun2") if gun1 ~= nil then onFire(gun1) end if gun2 ~= nil then onFire(gun2) end wait(1.5) heli.Parts.Blasters.Value = false fire = true end elseif key == "rseufg" and fly == true then if turret == true then turret = false local turret1 = heli.Parts:FindFirstChild("Turret1") local turret2 = heli.Parts:FindFirstChild("Turret2") if turret1 ~= nil then onTurret(turret1) end if turret2 ~= nil then onTurret(turret2) end wait(1) turret = true end elseif key == "e" and fly == true then hover = true if heli ~= nil then if heli.Parts:FindFirstChild("Engine") ~= nil then heli.Parts.Engine.BodyVelocity.velocity = Vector3.new(0,5,0) end end wait(4) if heli ~= nil then if heli.Parts:FindFirstChild("Engine") ~= nil then heli.Parts.Engine.BodyVelocity.velocity = Vector3.new(0,0,0) end end elseif key == "q" and fly == true then hover = true if heli ~= nil then if heli.Parts:FindFirstChild("Engine") ~= nil then heli.Parts.Engine.BodyVelocity.velocity = Vector3.new(0,-5,0) end end wait(4) if heli ~= nil then if heli.Parts:FindFirstChild("Engine") ~= nil then heli.Parts.Engine.BodyVelocity.velocity = Vector3.new(0,0,0) end end end end
function onSelect(mouse) mouse.Icon = "http://www.roblox.com/asset/?ID=7419350" mouse.Button1Down:connect(function() onButton1Down(mouse) end) mouse.Button1Up:connect(onButton1Up) mouse.KeyDown:connect(onKeyDown) end
script.Parent.Selected:connect(onSelect)
|
|
|
| Report Abuse |
|
|
stroudie
|
  |
| Joined: 28 Nov 2008 |
| Total Posts: 2556 |
|
|
| 14 Nov 2013 06:20 PM |
| The description was merely "Model" I believe, as the Model name was a default. |
|
|
| Report Abuse |
|
|
6flyguy6
|
  |
| Joined: 23 Jun 2008 |
| Total Posts: 3539 |
|
|
| 14 Nov 2013 06:21 PM |
roblox admins = autists
i have have autist friend but he's more logical than them |
|
|
| Report Abuse |
|
|
stroudie
|
  |
| Joined: 28 Nov 2008 |
| Total Posts: 2556 |
|
|
| 14 Nov 2013 06:21 PM |
| The part where it mentioned "moderation" is just saying that the model would be CD'ed. |
|
|
| Report Abuse |
|
|
|
| 14 Nov 2013 06:21 PM |
| ROBLOX moderation @ it's finest! |
|
|
| Report Abuse |
|
|
SatansGun
|
  |
| Joined: 03 Nov 2013 |
| Total Posts: 1031 |
|
| |
|
Cazamal
|
  |
| Joined: 07 Jul 2013 |
| Total Posts: 1256 |
|
|
| 14 Nov 2013 06:22 PM |
They banned u for one obvious reason.
"Cuz yolo" |
|
|
| Report Abuse |
|
|
peach6767
|
  |
| Joined: 11 Apr 2009 |
| Total Posts: 75 |
|
|
| 14 Nov 2013 06:23 PM |
Custom ban screens are best ban screens.
/1dZixYf |
|
|
| Report Abuse |
|
|
|
| 14 Nov 2013 06:23 PM |
| Idiocy these days by them... |
|
|
| Report Abuse |
|
|
stroudie
|
  |
| Joined: 28 Nov 2008 |
| Total Posts: 2556 |
|
| |
|
fryber11
|
  |
| Joined: 06 Mar 2010 |
| Total Posts: 12280 |
|
| |
|
JFCODY
|
  |
| Joined: 14 Nov 2009 |
| Total Posts: 128 |
|
|
| 14 Nov 2013 06:42 PM |
| totally agree even jaredvaldez woud do better moderation |
|
|
| Report Abuse |
|
|
stroudie
|
  |
| Joined: 28 Nov 2008 |
| Total Posts: 2556 |
|
| |
|
Torvitus
|
  |
| Joined: 20 Mar 2013 |
| Total Posts: 2021 |
|
|
| 14 Nov 2013 07:08 PM |
Roblox does use bots if there are enough reports of spam, scam, etc.
Also, no one cares you are an Ex-Vaktovian. They suck. |
|
|
| Report Abuse |
|
|
stroudie
|
  |
| Joined: 28 Nov 2008 |
| Total Posts: 2556 |
|
|
| 15 Nov 2013 05:21 AM |
b3
This is fairly solid evidence guys. What do you think? |
|
|
| Report Abuse |
|
|
| |
|
TRUSTnU
|
  |
| Joined: 23 Dec 2008 |
| Total Posts: 6758 |
|
|
| 15 Nov 2013 05:31 AM |
Didn't this just make your day? Lol.
~~~> TnU; Trust The Trust ~ |
|
|
| Report Abuse |
|
|