of     1   

KNIF3
#31392Monday, May 28, 2007 5:28 PM GMT

Hiya all! i was wondering what the script was for the balefire block. plz tell me!
Sling
#31395Monday, May 28, 2007 5:46 PM GMT

Well, I have an untested balefire script, but I don't know how to make it so that it gives you balefire when you touch a certain block.
KNIF3
#31399Monday, May 28, 2007 5:51 PM GMT

omg omg omg u gotta post it! i can figure out how to put in in a block later post it here! omg omg omg! (super excited)
PCwiener
#31406Monday, May 28, 2007 6:13 PM GMT

balefire is a very bad weapon. it doesnt give others a chance. i dont think any place should have balefire. Please do not post that script
KNIF3
#31454Monday, May 28, 2007 7:50 PM GMT

>_> u used it all the time when u had it at ur house.... youd be standing near the entry saying, GET IN!!!! GET IN!!!! o was that with rockets? still either way, we didnt have chance. anyways my place is ABOUT killing others and only rombom and i will have access to it (thats how powerful i am!)
KNIF3
#31455Monday, May 28, 2007 7:51 PM GMT

who MADE the balefire weapon, anyways? if i knew id be happy
DracoSwordMaster
#31464Monday, May 28, 2007 8:56 PM GMT

print("Balefire Spell Loaded") local COOLDOWN = 1 bin = script.Parent function balefire(pos) local player = game.Players.LocalPlayer if player == nil or player.Character == nil then return end local char = player.Character.Torso dir = (pos - char.CFrame.p).unit for i = 1, 50 do local ex = Instance.new("Explosion") ex.BlastRadius = 3 ex.BlastPressure = 8000000 ex.Position = char.CFrame.p + (dir * 6 * i) + (dir * 7) ex.Parent = game.Workspace end end enabled = true function onButton1Down(mouse) if not enabled then return end local player = game.Players.LocalPlayer if player == nil then return end enabled = false mouse.Icon = "rbxasset://textures\\GunWaitCursor.png" -- find the best cf local cf = mouse.Hit local v = cf.lookVector balefire(cf.p) wait(COOLDOWN) mouse.Icon = "rbxasset://textures\\GunCursor.png" enabled = true end function onSelected(mouse) mouse.Icon = "rbxasset://textures\\GunCursor.png" mouse.Button1Down:connect(function() onButton1Down(mouse) end) end bin.Selected:connect(onSelected) I made it XD
SonOfSevenless
Top 100 Poster
#31498Monday, May 28, 2007 10:42 PM GMT

Whatever dude.

    of     1