of     1   

sirloin
Top 100 Poster
#20652Friday, March 30, 2007 1:38 AM GMT

[ Content Deleted ]
sirloin
Top 100 Poster
#20844Saturday, March 31, 2007 1:53 PM GMT

[ Content Deleted ]
sirloin
Top 100 Poster
#21038Sunday, April 01, 2007 6:07 PM GMT

[ Content Deleted ]
Cooljon824
#21078Sunday, April 01, 2007 9:11 PM GMT

Sure, Here it is--------- print("Jet Boots loaded") bin = script.Parent walking = false reloadtime = 0 local thrust = Instance.new("BodyVelocity") local velocity = 0 local max_velocity = 30 local flight_time = 6 function onStart() print("start walking") walking = true reloadtime = 8.0 thrust.Parent = game.Players.LocalPlayer.Character.PrimaryPart thrust.velocity = Vector3.new(0,velocity,0) thrust.maxForce = Vector3.new(0,4e+003,0) local sound = game.Players.LocalPlayer.Character.PrimaryPart:findFirstChild("JetbootSound") if sound == nil then sound = Instance.new("Sound") sound.Name = "JetbootSound" sound.SoundId = "rbxasset://sounds\\Rocket whoosh 01.wav" sound.Looped = true sound.Parent = game.Players.LocalPlayer.Character.PrimaryPart end sound:play() end function onEnd() print("stop walking") walking = false thrust.Parent = nil local sound = game.Players.LocalPlayer.Character.PrimaryPart:findFirstChild("JetbootSound") if sound ~= nil then sound:stop() end wait(reloadtime) reloadtime = 0 end function onButton1Down(mouse) if reloadtime > 0 then return end if walking == true then return end onStart() mouse.Icon = "rbxasset://textures\\ArrowFarCursor.png" local time = 0 while walking == true do --onWalk() wait(.2) time = time + .2 velocity = (max_velocity * (time / flight_time)) + 3 thrust.velocity = Vector3.new(0,velocity,0) if time > flight_time then onButton1Up(mouse) end end end function onButton1Up(mouse) onEnd() mouse.Icon = "rbxasset://textures\\ArrowCursor.png" end function onSelected(mouse) print("ghostwalker selected") if reloadtime > 0 then mouse.Icon = "rbxasset://textures\\ArrowFarCursor.png" else mouse.Icon = "rbxasset://textures\\ArrowCursor.png" end mouse.Button1Down:connect(function() onButton1Down(mouse) end) mouse.Button1Up:connect(function() onButton1Up(mouse) end) end bin.Selected:connect(onSelected)
Cooljon824
#21079Sunday, April 01, 2007 9:13 PM GMT

Enjoy!
sirloin
Top 100 Poster
#21107Sunday, April 01, 2007 11:55 PM GMT

[ Content Deleted ]
sirloin
Top 100 Poster
#21644Friday, April 06, 2007 4:23 PM GMT

[ Content Deleted ]
stang90
#21651Friday, April 06, 2007 5:28 PM GMT

just go to rocket arena and copy it
jake5545
#9804565Thursday, June 18, 2009 1:56 AM GMT

omg myfrend thats online is now doesent exist
jake5545
#16037980Friday, October 30, 2009 4:10 PM GMT

lol random :p
gegyboaber_sneadels
#213022180Wednesday, March 29, 2017 2:07 AM GMT

###############################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################

    of     1