PostMacro v4

Posts 112 of 12 · Page 1 of 1
Macro v4
Download The Attachment
Run It As Administration
Run Point Blank

Code:
;
; AutoHotkey Version: 1.x
; Language: English
; Author: InP_Titan
; Website: www.MPGH.net
; To : MPGH
;

SetTitleMatchMode, 3
#IfWinActive, Point Blank
#SingleInstance force
#NoEnv
#Persistent

SplashTextOn ,200 ,70 ,, MPGH InP_Titan Exploit`nwww.MPGH.net   
Sleep, 5000
SplashTextOff
Run www.MPGH.net

SetTimer, Idle, 1
return

Idle:
                IfWinActive, Point Blank
                if (A_TimeIdlePhysical > 10000)
                SendInput {Up Down}
                Sleep, 1000
                SendInput {Up Up}
                Sleep, 5000
                return

Insert::
Hotkey, $~*LButton, toggle
If toggle != 1
{
toggle := 1
SoundPlay *16
ToolTip,OFF, 5, 5
SetTimer, RemoveToolTip, 200
return

RemoveToolTip:
SetTimer, RemoveToolTip, Off
ToolTip
return
}
else
{
toggle := 0
SoundPlay *-1
ToolTip,ON, 5, 5
SetTimer, RemoveToolTip, 200
}

_auto := true

$~*LButton::autofire()

autofire()
{
global _auto
if _auto
{
Loop
{
if GetKeyState("LButton", "P")
{
SendInput {LButton Down}
Sleep, 50
mouseXY(0,0)
SendInput {LButton Up}
Sleep, 1
}
else
break
}
}
}

mouseXY(x,y)
{
DllCall("mouse_event",uint,1,int,x,int,y,uint,0,int,0)
}
return
;;;;;; 
; End Script

If you want how to create a macro reply on my post

VirusScan : https://www.virustotal.com/en/file/b95565248e737798540fdb12e776a890c6c980a3c8d611c9fe 5acd38a6b87372/analysis/1420881065/

MPGH_mpgh.net.rar727 B · 728 downloads Clean
2015-01-01-135_3.jpg78 KB · 272 downloads
IT'S WORKING PB TURKEY?
Itz Waorking??
Quote Originally Posted by derren93 View Post
how to use this?
You can use this script using AutoHotKey.
Why it doesn't work for me this Macro? I use MP9 ext and PP-19 Bizon still have recoil. Please help me, thank you!
Plz Run It As Admin

- - - Updated - - -

if still not worked i fix it
I'm on PB BR, pressed insert and it said "ON" but I see no change in the rate my weapon shoots at. What exactly is this macro supposed to do?
Quote Originally Posted by xGlockShotz View Post
What button to I press??
Left click. (Firing button).
I'm on 32-bit btw (Windows 7), is that the reason?
Quote Originally Posted by xGlockShotz View Post
I'm on 32-bit btw (Windows 7), is that the reason?
It might not support....Did u update the PB to latest version if YEs that might be the CAUSE
Posts 112 of 12 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?