Results 1 to 9 of 9
  1. #1
    Lihpse's Avatar
    Join Date
    Aug 2017
    Gender
    male
    Posts
    54
    Reputation
    10
    Thanks
    826
    My Mood
    Amazed

    [TUT] How To Make A Spotify Ad Bypass

    First You Will Need: 1 Button
    You May Want: 4 Labels, 1 Timer( To Change Colors Of Labels (Not Needed) )
    You Will Only Need 1 Form In VB
    1. Add Your Button And Name Is "Bypass The Host File" or "Bypass Ads" or whatever you want.
    2. Add Your Labels And In Your First Put "Make Sure You Have Skype Closed", Your Second Put "Make Sure You Run As Admin", the 3rd put "Not Bypassed" And The Other one put whatever you want it to say.
    3. Double Click The Button To Open The Code And Put This:
    Dim streamWriter As System . net .StreamWriter = New System . net .StreamWriter("C:\Windows\System32\drivers\etc\hos ts")
    streamWriter.WriteLine("")
    streamWriter.WriteLine("0.0.0.0 spclient.wg.spotify.com")
    streamWriter.WriteLine("0.0.0.0 ads.pubmatic.com")
    streamWriter.WriteLine("0.0.0.0 gads.pubmatic.com")
    streamWriter.WriteLine("0.0.0.0 www.googletagservices.com")
    streamWriter.WriteLine("0.0.0.0 securepubads.g.doubleclick.net")
    streamWriter.WriteLine("0.0.0.0 pubads.g.doubleclick.net")
    streamWriter.Close()
    Label3.Text = ("Successfully Bypassed!")
    MessageBox.Show("Success!", "Successfully Bypassed!", MessageBoxButtons.OK)

    4. In your form1_load put "Timer1.Start()"
    5. Double click your timer to open the code and put:
    Dim random As New Random

    Button1.ForeColor = Color.FromArgb(random.Next(0, 255), random.Next(0, 255), random.Next(0, 255))
    Label1.ForeColor = Color.FromArgb(random.Next(0, 255), random.Next(0, 255), random.Next(0, 255))
    Label2.ForeColor = Color.FromArgb(random.Next(0, 255), random.Next(0, 255), random.Next(0, 255))
    Label3.ForeColor = Color.FromArgb(random.Next(0, 255), random.Next(0, 255), random.Next(0, 255))
    Label4.ForeColor = Color.FromArgb(random.Next(0, 255), random.Next(0, 255), random.Next(0, 255))

    6. Done!
    -Lihpse
     
    I LOVE YOU

  2. The Following User Says Thank You to Lihpse For This Useful Post:

    nimrook (02-16-2018)

  3. #2
    NonD3fined's Avatar
    Join Date
    Dec 2017
    Gender
    male
    Posts
    24
    Reputation
    10
    Thanks
    70
    Maaan those labels are so trash ahahah
    Even the name isn't very correct " Bypass", when you are just adding lines in the hosts file The most right title it would be "Hosts editor"
    And, if I am not wrong, I think you need Administrator rights to save in the hosts file?

  4. #3
    Lihpse's Avatar
    Join Date
    Aug 2017
    Gender
    male
    Posts
    54
    Reputation
    10
    Thanks
    826
    My Mood
    Amazed
    Quote Originally Posted by NonD3fined View Post
    Maaan those labels are so trash ahahah
    Even the name isn't very correct " Bypass", when you are just adding lines in the hosts file The most right title it would be "Hosts editor"
    And, if I am not wrong, I think you need Administrator rights to save in the hosts file?
    You are 100% right! Thanks!
    -Lihpse
     
    I LOVE YOU

  5. #4
    dukicaaa's Avatar
    Join Date
    May 2016
    Gender
    male
    Location
    1,477
    Posts
    247
    Reputation
    10
    Thanks
    27
    My Mood
    Amused
    I like it! Thanks for sharing.

  6. #5
    Casuu's Avatar
    Join Date
    Aug 2017
    Gender
    male
    Posts
    27
    Reputation
    10
    Thanks
    0
    Thanks for sharing bro, this really helped me a lot

  7. #6
    damanj's Avatar
    Join Date
    May 2017
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    4
    thanks for the info bro!

  8. #7
    nimrook's Avatar
    Join Date
    May 2013
    Gender
    male
    Posts
    15
    Reputation
    10
    Thanks
    0
    Nice! Thank you for sharing! ~(>'.')>

  9. #8
    adaflos's Avatar
    Join Date
    Nov 2017
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Opera's built-in adBlocker can remove Spotify's ads.

  10. #9
    Slazi's Avatar
    Join Date
    Mar 2021
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    0
    Thanks you very much

Similar Threads

  1. Replies: 12
    Last Post: 07-10-2012, 06:35 PM
  2. Replies: 2
    Last Post: 08-19-2009, 01:01 AM
  3. [Tut]How to Make KoWarrock Account Easy
    By EyalZamir in forum WarRock Korea Hacks
    Replies: 181
    Last Post: 06-08-2008, 12:05 PM
  4. [Request]Tut how to make his own bypass
    By BurakG in forum WarRock - International Hacks
    Replies: 3
    Last Post: 05-08-2007, 02:46 PM
  5. Tut: how to make cheese
    By ace76543 in forum General
    Replies: 14
    Last Post: 01-14-2007, 09:39 AM