Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Injection - RandomSpam macro!
#1

Code:
sub random_spam()
    var i = UO.Random(5)
    if i == 0 then
        uo.serverprint(".wop Uus Jux")
    end if
    if i == 1 then
        uo.serverprint(".wop In Vas Mani")
    end if
    if i == 2 then
        uo.serverprint(".wop An Mani")
    end if
    if i == 3 then
        uo.serverprint(".wop Kal Vas Flam")
    end if
    if i == 4 then
        uo.serverprint(".wop Por Ort Grav")
    end if
    if i == 5 then
        uo.serverprint(".wop Por Ort Grav")
    end if
end sub

,exec random_spam..

have fun.
#2

Quote:sub rand()
var x,i
Dim A[5]
A[0] = ".wop Kal Vas Flam"
A[1] = ".wop In Vas Mani"
A[2] = ".wop Kal Vas Flam"
A[3] = ".wop Por Ort Grav"
A[4] = ".wop In Jux Sanct"
A[5] = ".wop Por Ort Grav"
i = UO.Random(5)
x = A[i]
uo.serverprint(x)
endsub
alternate method
worked on my older inj versions pretty good, but now it seams to mess up. but worth a try ;>
,exec rand

How do you kill that wich have no life? :EE
#3

/type .wop Kal Vas Flam
/press ctrl+Q
repeat
#4

Zylex, you are missing the A[0], it's part of the uo.random(5).
#5

raistlin Wrote:Zylex, you are missing the A[0], it's part of the uo.random(5).
oh ty xD

How do you kill that wich have no life? :EE
#6

Swe
#7

Is there something similar for razor?:doubt:
#8

Daybreak Wrote:Is there something similar for razor?:doubt:

i dont think so :O

How do you kill that wich have no life? :EE
#9

I still find it very amateuristic that some people need to use this to win :')

[Image: sigpic786_3.gif]
#10

Quote: I still find it very amateuristic that some people need to use this to win :')

Yee stupid spam shouldnt instantkill SadSadSad:S


Forum Jump:


Users browsing this thread: 1 Guest(s)