Jump to content

speed program !!!


Guest AX5
 Share

Recommended Posts

Hi all ^^

Im trying to make a speed program that it speeds a specifick program and then you can change the speed

My code for now/Plz help if you can

#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <SliderConstants.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Speed", 187, 179, 253, 154)
$Slider1 = GUICtrlCreateSlider(38, 66, 121, 33)
$Add = GUICtrlCreateButton("Add", 45, 112, 105, 33, $WS_GROUP)
$Pic1 = GUICtrlCreatePic("img/soft01-s.jpg", 0, 0, 185, 177, BitOR($SS_NOTIFY,$WS_GROUP,$WS_CLIPSIBLINGS))
$Select = GUICtrlCreateLabel("Select a speed", 63, 47, 154, 17)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
    $nMsg = GUIGetMsg()
    Switch $nMsg
        Case $GUI_EVENT_CLOSE
            Exit

    EndSwitch
WEnd
Edited by AX5
Link to comment
Share on other sites

Shouldn't matter, he just wants a way to change the speed of the process. He can hook timegettime and gettickcount, as well as queryperformancecounter.

There are some dll's online for this if you look around.

If, by any chance, he doesn't want this, and inside the program there is a specific time function, then forget what I said and JohnOne had the right idea.

Link to comment
Share on other sites

I want to change the speed progress whit my script and then you press the button to apply it

#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Speed Hack by Nexxozsoft", 187, 179, 253, 154)
$Slider1 = GUICtrlCreateSlider(38, 66, 121, 30)
$Add = GUICtrlCreateButton("Add Speed", 45, 112, 105, 33, $WS_GROUP)
$Input1 = GUICtrlCreateInput("C:\Mgame\Hero_Online\Hero.exe", 25, 40, 145, 21)
$Pic1 = GUICtrlCreatePic("img/soft01-s.jpg", 0, 0, 185, 177, BitOR($SS_NOTIFY,$WS_GROUP,$WS_CLIPSIBLINGS))
$Select = GUICtrlCreateLabel(" Select a speed", 63, 20, 80, 16)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
    $nMsg = GUIGetMsg()
    Switch $nMsg
        Case $GUI_EVENT_CLOSE

            Exit

    EndSwitch
WEnd

Really need help ;)

Link to comment
Share on other sites

Unless you can tell us what you wan't no one will be able to help you. Read your question to yourself and you'll see that it makes no sense.

Also the Hero Online user agreement (8.d.1) forbids bots so you're on your own now.

Link to comment
Share on other sites

Unless you can tell us what you wan't no one will be able to help you. Read your question to yourself and you'll see that it makes no sense.

Also the Hero Online user agreement (8.d.1) forbids bots so you're on your own now.

Im only looking for a script to change the Game Procces

Link to comment
Share on other sites

Im only looking for a script to change the Game Procces

Read that to yourself! Does it mean anything? No. Decide what you want to do, and then do that. By YOURSELF.

Läs det där för dig själv! Betyder det något? Nej. Bestäm vad du vill göra, och gör det sen. SJÄLV.

Link to comment
Share on other sites

Read that to yourself! Does it mean anything? No. Decide what you want to do, and then do that. By YOURSELF.

Läs det där för dig själv! Betyder det något? Nej. Bestäm vad du vill göra, och gör det sen. SJÄLV.

Lol kan du itne bara ge mig koden med att ändra process på ett program

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...