[release] bug of free items

12/21/2016 18:26 shen1l#1
i've released fixed 1 month ago,plz check release section

download tutorial:

[Only registered and activated users can see links. Click Here To Register...]

Code:
#!/usr/bin/python

import re
import sys
import time
from ctypes import  *



WM_SETTEXT  =0x000C;
BM_CLICK=0x00F5




def fun2():
    hwn = windll.user32.FindWindowA('#32770', '')
    hwnd =windll.user32.FindWindowExA(hwn, None, 'Edit', '')
    hButton= windll.user32.FindWindowExA(hwn, None, 'Button', 'Send')



    while True:
        #buy
        windll.user32.SendMessageA(hwnd, WM_SETTEXT, None,'02 26 42 31 5F 4C 69 74 65 72 50 30 33 31 30 00 00 00 0B B2 A3 70 00 ')  #shen1l
        for i in range(6):
            windll.user32.SendMessageA(hButton, BM_CLICK, None, None)
        #sell

        windll.user32.SendMessageA(hwnd,    WM_SETTEXT, None,'02 F8 71 71 71 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ')
        windll.user32.SendMessageA(hButton, BM_CLICK, None, None)



        time.sleep(0.01)


def fun1():
    hwn = windll.user32.FindWindowA('#32770', '')
    hwnd =windll.user32.FindWindowExA(hwn, None, 'Edit', '')
    hButton= windll.user32.FindWindowExA(hwn, None, 'Button', 'Send')



    while True:
        #buy
        windll.user32.SendMessageA(hwnd, WM_SETTEXT, None,'02 26 42 31 5F 4C 69 74 65 72 50 30 33 31 30 00 00 00 0B B2 A3 70 00 ')  #shen1l
        for i in range(6):
            windll.user32.SendMessageA(hButton, BM_CLICK, None, None)
        #sell
        for bag in range(1,6):
            for slot in range(0,24):
                text = "03 07 %02x %02x ff"%(bag,slot)
                windll.user32.SendMessageA(hwnd,    WM_SETTEXT, None,text)
                windll.user32.SendMessageA(hButton, BM_CLICK, None, None)



        time.sleep(0.01)

#fun2()
fun1();
12/21/2016 21:08 Призрак урана#2
This only works when buying free items? Or are there other uses?
12/22/2016 07:55 NoMercyless#3
[Only registered and activated users can see links. Click Here To Register...]
12/22/2016 07:56 zeraptor#4
Video or any screen? not very trust...
12/22/2016 17:13 shen1l#5
Quote:
Originally Posted by NoMercyless View Post
[Only registered and activated users can see links. Click Here To Register...]
oh..sorry for that,maybe was packet editor and injector cause anti-virus warning

i will remove all files
12/22/2016 22:32 NoMercyless#6
Quote:
Originally Posted by shen1l View Post
oh..sorry for that,maybe was packet editor and injector cause anti-virus warning

i will remove all files
Do we need python to test this out?
12/22/2016 22:45 shen1l#7
Quote:
Originally Posted by NoMercyless View Post
Do we need python to test this out?
not necessary if you have totally understood how it works you can use another way

I like to use python,you can install python 2.7.12 and get a packet editor
12/23/2016 05:26 doteroargentino#8
What's the point on releasing a solution to a hack and then posting the actual hack? Usually if someone posts a fix it's because they don't want hackers to take advantage of a certain problem but what exactly are you doing? Do you want people to be safe from this or not? Get your shit together.
12/23/2016 16:03 shen1l#9
Quote:
Originally Posted by doteroargentino View Post
What's the point on releasing a solution to a hack and then posting the actual hack? Usually if someone posts a fix it's because they don't want hackers to take advantage of a certain problem but what exactly are you doing? Do you want people to be safe from this or not? Get your shit together.
I see,I am really sorry for that, I will mark it

but still there are a lot servers that have patched yet,
you can test them out
03/02/2017 23:24 Marcos1775#10
Quote:
Originally Posted by shen1l View Post
I see,I am really sorry for that, I will mark it

but still there are a lot servers that have patched yet,
you can test them out
How to use This Hack?