generic image
Processing...
  • Games
  • Catalog
  • Develop
  • Robux
  • Search in Players
  • Search in Games
  • Search in Catalog
  • Search in Groups
  • Search in Library
  • Log In
  • Sign Up
  • Games
  • Catalog
  • Develop
  • Robux
   
ROBLOX Forum » Roblox » All Things ROBLOX
Home Search
 

Re: roblox is falling apart currently

Previous Thread :: Next Thread 
IllogicalGames is not online. IllogicalGames
Joined: 28 Feb 2014
Total Posts: 7609
24 Jun 2015 01:28 PM
1. datastore is down
2. i've heard that chat isn't working
3. gamepass glitches

rip roblox
2005-2015
Report Abuse
Pencility is not online. Pencility
Joined: 30 Jul 2011
Total Posts: 4868
24 Jun 2015 01:28 PM
wtf


do you see this control stick? this is what i use to steal the aircraft
Report Abuse
reptiledude10 is not online. reptiledude10
Joined: 16 Mar 2012
Total Posts: 29235
24 Jun 2015 01:28 PM
my game isnt' affected by wipes
http://www.roblox.com/games/176603375/Build-to-Survive-the-Invaders



Go troll in OT.
Report Abuse
ManxTapir is not online. ManxTapir
Joined: 28 Oct 2014
Total Posts: 11571
24 Jun 2015 01:28 PM
They were always falling apart.



Tapirs should never be judged, even by the lower lifeforms like yourselves.
Report Abuse
Exllumina is not online. Exllumina
Joined: 28 Jun 2014
Total Posts: 6314
24 Jun 2015 01:29 PM
MWAHAHAAHAHA I'M ATTACKING ROBLOX!
Report Abuse
SpecialUsername is not online. SpecialUsername
Joined: 16 Jan 2014
Total Posts: 1116
24 Jun 2015 01:29 PM
I hope not.
Report Abuse
LordSpectro12 is not online. LordSpectro12
Joined: 10 Jan 2015
Total Posts: 1413
24 Jun 2015 01:29 PM
Oh god..
Report Abuse
IllogicalGames is not online. IllogicalGames
Joined: 28 Feb 2014
Total Posts: 7609
24 Jun 2015 01:30 PM
guess what guys? i looked on verm to see if they had to to anything with this
they have developed a script you put into one of there hacking programs and it literally steals a place (no scripts)
Report Abuse
IllogicalGames is not online. IllogicalGames
Joined: 28 Feb 2014
Total Posts: 7609
24 Jun 2015 01:32 PM
bump
people need to know this
Report Abuse
Empesor is not online. Empesor
Joined: 01 Mar 2009
Total Posts: 2183
24 Jun 2015 01:35 PM
'develop' a script... please god, it's just an old script from 2011 being used w/ a level 4 oh wow. jaredvaldez4 used it ;)

try my aimbot script to dominate in apocalypse rising or fps games if you have ALX



local HotKey1,HotKey2 = "q","e" -- HotKey1 is for auto aim, HotKey2 is for toggling one hit ko
local Plr = Game.Players.LocalPlayer
local CC,Mouse = Workspace.CurrentCamera,Plr:GetMouse()
local IsBotting,Yielding,OHKO = false,false,false
local function RayCastCheck(Character)
if not Character then return false end
local a = false
local ray = Ray.new(Plr.Character.Head.CFrame.p,(Character.Head.CFrame.p - Plr.Character.Head.CFrame.p).unit * 1000)
local Hit,Pos = Workspace:FindPartOnRay(ray,Plr.Character)
if Hit then
if(Hit.Parent == Character or Hit.Parent.Parent == Character)then
a = true
end end if not a then
local ray2 = Ray.new(Plr.Character.Head.CFrame.p,(Character.Torso.CFrame.p - Plr.Character.Head.CFrame.p).unit * 1000)
local Hit2,Pos2 = Workspace:FindPartOnRay(ray,Plr.Character)
if Hit2 then
if(Hit2.Parent == Character or Hit2.Parent.Parent == Character2)then
a = true
end end end
return a
end
local function PassChecks(Player)
local PerformTeamChecks = #Game.Teams:GetTeams()>1
if Player.Character ~= nil and Player ~= Plr then
if not PerformTeamChecks or(PerformTeamChecks and Player.TeamColor ~= Plr.TeamColor)then
local h = Player.Character:findFirstChild("Humanoid")
if h then
if h.MaxHealth ~= math.huge then
if h.Health > 0 then
return true
end end end end end end
local function GetRandomPlayer()
for i,v in pairs(Game.Players:GetPlayers())do
if PassChecks(v)then
return v
end end end
local function DoESP(Player)
local Af = Instance.new("BillboardGui",Plr.PlayerGui)
Af.Name = "AIMBOTESP@"..Player.Name
Af.Active = true
Af.Adornee = Player.Character.Torso
Af.Size = UDim2.new(15,0,15,0)
Af.AlwaysOnTop = true
local f = Instance.new("ImageLabel",Af)
f.Size = UDim2.new(1,0,0.7,0)
f.Image = "http://www.roblox.com/asset/?id=124537225"
f.BackgroundTransparency = 1
local f = Instance.new("ImageLabel",Af)
f.Size = UDim2.new(0.5,0,0.35,0)
f.Position = UDim2.new(0.25,0,0.175,0)
f.Image = "http://www.roblox.com/asset/?id=124537225"
f.BackgroundTransparency = 1
local a = Instance.new("Frame",Af)
a.Size = UDim2.new(1,0,0.3,0)
a.Position = UDim2.new(0,0,0.7,0)
a.BackgroundTransparency = 1
local s = Instance.new("TextLabel",a)
s.Size = UDim2.new(1,0,1,0)
s.BackgroundTransparency = 1
s.TextColor3 = Color3.new(1,0,0)
s.Font = "ArialBold"
s.FontSize = "Size18"
s.Name = "Health"
s.Text = "Health: "
local obj = Instance.new("ObjectValue",Af)
obj.Name = "Player"
obj.Value = Player
local C_;C_ = Game.Players.PlayerRemoving:connect(function(P)
if P == Player then
Af:Destroy()
C_:disconnect()
end end)
local C;C = Player.CharacterAdded:connect(function()
Af:Destroy()
C:disconnect()
end)end
local function GetNearestVisiblePlayer()
local LastDistance,LastPlayer = math.huge
for i,v in pairs(Game.Players:GetPlayers())do
if PassChecks(v)then
if RayCastCheck(v.Character)then
local Dist =(Plr.Character.Torso.CFrame.p - v.Character.Torso.CFrame.p).magnitude
if Dist < LastDistance then
LastDistance = Dist
LastPlayer = v
end end end end
return LastPlayer or GetRandomPlayer()
end
local function Focus(Player)
Yielding = true
if not Player then Yielding = false return end
if not IsBotting then Yielding = false return end
if not PassChecks(Player)then Yielding = false return end
if not RayCastCheck(Player.Character)then Yielding = false return end
if Player.Character.Humanoid.Health <= 0 then Yielding = false return end
for i,v in pairs(Player.Character:GetChildren())do
if v:IsA("ForceField")then
v:Destroy()
elseif v:IsA("Humanoid")and OHKO then
v.MaxHealth = 1
end end
CC.Focus = Player.Character.Head.CFrame * CFrame.new(0,-0.02,0)
end
Mouse.KeyDown:connect(function(Key)
if Key:lower()== HotKey1:lower()then
IsBotting = not IsBotting
elseif Key:lower()== HotKey2:lower()then
OHKO = not OHKO
end end)
local Con
Game:GetService("RunService").Stepped:connect(function()
if IsBotting then
if not Yielding then
pcall(function()Con:disconnect()end)
Con = Game:GetService("RunService").RenderStepped:connect(function()
Focus(GetNearestVisiblePlayer())
end)end end end)
Game:GetService("RunService").Stepped:connect(function()
pcall(function()Plr.Character:findFirstChild("Ammo",true).Value = 6 end)
pcall(function()Plr.Character:findFirstChild("Ammo2",true).Value = 6 end)
pcall(function()Plr.Character:findFirstChild("Clip",true).Value = 6 end)
if OHKO then pcall(function()Plr.Character:findFirstChild("aim",true).Value = true end)end
pcall(function()
if IsBotting then Plr.CameraMode = Enum.CameraMode.LockFirstPerson end
if not IsBotting then Plr.CameraMode = Enum.CameraMode.Classic end
end)end)
Game:GetService("RunService").Stepped:connect(function()
for i,v in pairs(Game.Players:GetPlayers())do
if PassChecks(v)then
if not Plr.PlayerGui:findFirstChild("AIMBOTESP@"..v.Name)then
DoESP(v)
else
pcall(function()
Plr.PlayerGui:findFirstChild("AIMBOTESP@"..v.Name):findFirstChild("Health",true).Text = "Health: "..math.floor(Plr.PlayerGui:findFirstChild("AIMBOTESP@"..v.Name).Player.Value.Character.Humanoid.Health)
end)end end end end)
Report Abuse
IllogicalGames is not online. IllogicalGames
Joined: 28 Feb 2014
Total Posts: 7609
24 Jun 2015 01:36 PM
being used with NYX and ALX*
Report Abuse
IllogicalGames is not online. IllogicalGames
Joined: 28 Feb 2014
Total Posts: 7609
24 Jun 2015 01:48 PM
bumpity
Report Abuse
Previous Thread :: Next Thread 
Page 1 of 1
 
 
ROBLOX Forum » Roblox » All Things ROBLOX
   
 
   
  • About Us
  • Jobs
  • Blog
  • Parents
  • Help
  • Terms
  • Privacy

©2017 Roblox Corporation. Roblox, the Roblox logo, Robux, Bloxy, and Powering Imagination are among our registered and unregistered trademarks in the U.S. and other countries.



Progress
Starting Roblox...
Connecting to Players...
R R

Roblox is now loading. Get ready to play!

R R

You're moments away from getting into the game!

Click here for help

Check Remember my choice and click Launch Application in the dialog box above to join games faster in the future!

Gameplay sponsored by:
Loading 0% - Starting game...
Get more with Builders Club! Join Builders Club
Choose Your Avatar
I have an account
generic image