Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate
Collapse

Plutonium

  1. Home
  2. BO2 Modding Support & Discussion
  3. [Support] XUID Menu Template?

[Support] XUID Menu Template?

Scheduled Pinned Locked Moved BO2 Modding Support & Discussion
5 Posts 3 Posters 675 Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Vulgarundefined Offline
    Vulgarundefined Offline
    Vulgar
    wrote on last edited by Mr. Android
    #1

    Hi,
    I was just wondering if there are any available XUID menu that have basic functions in them? (i.e. Save and Load, UFO, etc).

    I know there are example scripts and a handful of example menu but trying to integrate them into a menu base has not proved effective.

    Please note: I am not requesting anyone create one of these as I don't want to waste your time but if you know of one, it would be much appreciated.

    Thanks in advance.

    1 Reply Last reply
    0
    • ujicosundefined Offline
      ujicosundefined Offline
      ujicos
      wrote on last edited by
      #2

      Are you attempting to make the menu only available for certain XUID's?
      If so, you can simply put this onPlayerSpawned.

      self.xuid = self getxuid();
      then simply run

      code_text

      if(self.xuid == "XUID HERE" || self.xuid == "ANOTHER XUID HERE")
      {
              //function goes here
             //Example: self thread doGodMode();
      }
      Vulgarundefined 1 Reply Last reply
      0
      • ujicosundefined ujicos

        Are you attempting to make the menu only available for certain XUID's?
        If so, you can simply put this onPlayerSpawned.

        self.xuid = self getxuid();
        then simply run

        code_text

        if(self.xuid == "XUID HERE" || self.xuid == "ANOTHER XUID HERE")
        {
                //function goes here
               //Example: self thread doGodMode();
        }
        Vulgarundefined Offline
        Vulgarundefined Offline
        Vulgar
        wrote on last edited by
        #3

        ujicos I wasn't looking for that in particular but that will be helpful, many thanks brotha

        Ducxyundefined 1 Reply Last reply
        0
        • Vulgarundefined Vulgar

          ujicos I wasn't looking for that in particular but that will be helpful, many thanks brotha

          Ducxyundefined Offline
          Ducxyundefined Offline
          Ducxy
          wrote on last edited by
          #4

          Vulgar i made two menu bases that 95% work. You can find all the other functions with a google search.

          Vulgarundefined 1 Reply Last reply
          0
          • Ducxyundefined Ducxy

            Vulgar i made two menu bases that 95% work. You can find all the other functions with a google search.

            Vulgarundefined Offline
            Vulgarundefined Offline
            Vulgar
            wrote on last edited by
            #5

            Ducxy Yeah I had a look at both your templates prior to posting this as I haven't touched a GSC file since I used to use my old Jailbreak; I couldn't get the menu to work after I'd added functions and compiled so that's why I was searching for a pre made one with basic functions.
            I've taken some time and believe I've managed to get it working with my added functions after using your menu base so I might be all good.

            1 Reply Last reply
            0

            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

            With your input, this post could be even better 💗

            Register Login
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Donate