Advertisement
petar_bonov

kill blog comments

Feb 3rd, 2023 (edited)
1,142
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.26 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head id="blog.gsmarena.com" profile="http://gmpg.org/xfn/11">
  4. <meta http-equiv="Content-Security-Policy" content="script-src 'self'" />
  5. <style>#disqus_thread, .comment-header { display: none !important; }</style>
  6. <!-- ORIGINAL PAGE BELOW -->
Advertisement
Comments
  • JanFelio
    1 year (edited)
    # C# 0.25 KB | 0 0
    1. ...  = game.Players.LocalPlayer
    2. local torso = plr.Character.Torso
    3. local flying = false
    4. local deb = true
    5. local ctrl = {f = ... :lower() == "f" then
    6. if flying then flying = false
    7. else
    8. flying = true
    9. Fly()
    10. end
    11. elseif key:lower() == "w ...
Add Comment
Please, Sign In to add comment
Advertisement