XenoBot Forums - Powered by vBulletin

User Tag List

Page 4 of 4 FirstFirst ... 234
Results 31 to 34 of 34

Thread: Protecting your own script, make it for X persons only. :D

  1. #31

    Join Date
    Jan 2014
    Posts
    183
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by 1027929 View Post
    *Generated by my Script Lua :V*

    see if is this your script
    If any of this names are you self.name then u did it else false

  2. #32

    Join Date
    Feb 2013
    Posts
    61
    Mentioned
    13 Post(s)
    Tagged
    0 Thread(s)
    lua code:

    acendo = false
    names = {
    {
    Name = "Rawkerkan Coli"
    },
    {Name = "Zenia Sena"},
    {
    Name = "Arherd Gumi"
    },
    {Name = "Thor Jord"},
    {
    Name = "Lonliu Maimar"
    },
    {
    Name = "Ephil Melon"
    },
    {Name = "Froskurek"}
    }
    for _, name in ipairs(names) do
    if Self.Name() == name.Name then
    acendo = true
    end
    end
    if acendo then
    print("you did it scumbag")
    else
    print("you did not made it my friend")
    end


  3. #33

    Join Date
    May 2013
    Posts
    86
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    embarassing how this is the most popular thread made in months on xenobot forum

  4. #34

    Join Date
    Jan 2014
    Posts
    183
    Mentioned
    9 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by drac0ner View Post
    lua code:

    acendo = false
    names = {
    {
    Name = "Rawkerkan Coli"
    },
    {Name = "Zenia Sena"},
    {
    Name = "Arherd Gumi"
    },
    {Name = "Thor Jord"},
    {
    Name = "Lonliu Maimar"
    },
    {
    Name = "Ephil Melon"
    },
    {Name = "Froskurek"}
    }
    for _, name in ipairs(names) do
    if Self.Name() == name.Name then
    acendo = true
    end
    end
    if acendo then
    print("you did it scumbag")
    else
    print("you did not made it my friend")
    end

    Thats the source wat

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •