Cheat/Hack for GarticPhone skribbl.io (Epic) #cheat #hack #skribblio #garticphone - nunchuckgames.com

Cheat/Hack for GarticPhone skribbl.io (Epic) #cheat #hack #skribblio #garticphone

Florian
Views: 103578
Like: 548
I meant ‘program’s progress’ not just ‘program”.
This is not really a cheat. It just draws images for you 🙂

GITHUB:
^ Read the README.md before using!!!

33 Comments

  1. how i put the script to work?

  2. How does this make the game fun, it just ruins the game

  3. how do i run the script do i download it or…

  4. Hey can you Make How to download Auto draw and auto gues

  5. window = (820,330)

    bar_y = 968

    bar_x = 1245

    bar_width = 215

    def click(x,y):

    win32api.SetCursorPos((x,y))

    win32api.mouse_event(win32con.MOUSEEVENTF_LEFTDOWN,x,y,0,0)

    win32api.mouse_event(win32con.MOUSEEVENTF_LEFTUP,x,y,0,0)

    def draw(i:int,x:int,y:int):

    global last_color

    if i < 240:

    if last_color != i:

    last_color = i

    click(1460-int(i*(215/255)), 968)

    click(x, y)

    #elif i < 200: # < white niet nodig

    # pyautogui.click(660, 470)

    # pyautogui.click(x, y)

    #return colors['white']

    if _name_ == "__main__":

    global last_color

    last_color = 999

    file_name = 'aaa'

    for file in os.listdir(os.path.dirname(os.path.realpath(__file__))):

    if '.jpg' in file or '.png' in file:

    file_name = file

    break

    if file_name == 'aaa':

    #print('No file to draw: .jpg .png')

    exit(0)

    #print(f'Drawing {file_name}…')

    img = Image.open(file_name).convert('LA')

    im_resized = img.resize((int(960/4),int(530/4)), Image.ANTIALIAS)

    im_resized.save('greyscale.png')

    img = Image.open('greyscale.png')

    array = np.array(img)

    _x=window[0]

    _y=window[1]

    for y in np.int_(array):

    for x in y:

    time.sleep(0.002)

    draw(x[0],_x,_y)

    _x+=4

    _x = window [0]

    _y+=4

    os.remove('greyscale.png')

    os.remove(file_name)

  6. could you make a release for 1920×1080?

  7. In the github link have a script, but what i do with the script? how i execute or how i download

  8. it's saying 'SetCursorPos', 'Access is denied how do I fix it?

  9. Has anyone adjusted the code for smaller screens?

Leave a Reply

Your email address will not be published.