Apocalypse Rising Hacks Roblox
Dec 22nd, 2014
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
The Personal Radio is a utility added in the 1/15/14 update. These can be used to listen to classic music tunes. The radio can be turned on and offby pressing 'toggle' after clicking on the radio. The radio will play static for about 30 seconds, then a song will come on. After a few minutes, the song will fade into static, and the cycle will repeat. Between every two - three songs small talks.
- https://www.youtube.com/watch?v=jzHXacL1XCM
- https://www.youtube.com/channel/UCoVRciBrv8lgrFzAi_g68Og
- NEW UPDATED DOWNLOAD LINKS
- http://www.mediafire.com/download/bx8ai97xboa4ypi/Alyte_Cracked_v3.0.rar
- APOCALYPSE RISING HACKS
- currently has
- ta
- kill
- god
- maxhealth (int)
- gear *id *player
- btools
- ban
Jan 5th, 2020
Never
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
- -- Game Link: https://www.roblox.com/games/863266079/Apocalypse-Rising-2-Alpha
- loadstring(game:HttpGetAsync('https://pastebin.com/raw/yFD4crSn'))()
- local plr = game.Players.LocalPlayer
- local input = game:GetService('UserInputService')
- local on = false
- local hum = plr.Character.HumanoidRootPart
- local findNear = function()
- for _,v in pairs(game.Players:GetPlayers()) do
- if v.Name ~= plr.Name and (v.Character.Head.Position-plr.Character.Head.Position).magnitude < near or near 0 and v.Name ~= plr.Name then
- near = (v.Character.Head.Position-plr.Character.Head.Position).magnitude
- end
- end
- end
- input.InputBegan:connect(function(input, func)
- if input.UserInputType Enum.UserInputType.MouseButton2 then
- elseif input.KeyCode Enum.KeyCode.X then
- end
- end)
- input.InputEnded:connect(function(input, func)
- if input.UserInputType Enum.UserInputType.MouseButton2 then
- end
- end)
- game['Run Service'].RenderStepped:connect(function()
- print('found')
- camera.CFrame = CFrame.new(camera.CFrame.Position, target.Position)
- hum.CFrame = CFrame.new(hum.Position, Vector3.new(target.Position.X,hum.Position.Y,target.Position.Z))
- end)
- print('ran!')