| View previous topic :: View next topic |
| Author |
Message |
mauke How do I cheat?
Reputation: 0
Joined: 08 Aug 2012 Posts: 4
|
Posted: Wed Aug 08, 2012 1:18 am Post subject: Making Speed hack |
|
|
Hello , i am noob and i dont know how to make a speedhack bind .
I need : than i push and press MOUSE2 my speed will be 1.30 , when it doesn't pressed , my speed must be 1.00 . Please help me
I need an auto assemble script for toggling the speed than i press key ( mouse2)
____________________________________________________________
Sorry for my english |
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 471
Joined: 09 May 2003 Posts: 25819 Location: The netherlands
|
Posted: Wed Aug 08, 2012 5:11 am Post subject: |
|
|
Without scripting:
go to settings->hotkeys.
Then find speedhack speed 1, and fill in a hotkey and set speed 1.00
Then find speedhack speed 2, and fill in another hotkey and set speed to 1.30
Now when you press those keys
But if you really insist on scripting, then an auto assembler script will not work.
You need to create a lua script that registers a hotkey, and when the hotkey is pressed call speedhack_setSpeed(xxxx) _________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
mauke How do I cheat?
Reputation: 0
Joined: 08 Aug 2012 Posts: 4
|
Posted: Wed Aug 08, 2012 5:13 am Post subject: |
|
|
I need : when the hotkey pressed call_speedhack_setSpeed(xxxx) .
On russian language there is no tutorials , can you make a lua script for me please? |
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 471
Joined: 09 May 2003 Posts: 25819 Location: The netherlands
|
Posted: Wed Aug 08, 2012 5:48 am Post subject: |
|
|
Actually, you don't need to do much in lua
This aa script might already work
| Code: |
[Enable]
LUACALL(speedhack_setSpeed(1.3))
[Disable]
LUACALL(speedhack_setSpeed(1.0))
|
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
mauke How do I cheat?
Reputation: 0
Joined: 08 Aug 2012 Posts: 4
|
Posted: Wed Aug 08, 2012 5:49 am Post subject: |
|
|
Thanks ! But How i can lauch it ?
AND how i designate the button ( mouse2)
Last edited by mauke on Wed Aug 08, 2012 5:51 am; edited 1 time in total |
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 471
Joined: 09 May 2003 Posts: 25819 Location: The netherlands
|
Posted: Wed Aug 08, 2012 5:49 am Post subject: |
|
|
Just like any auto assembler script. Tick it or set a hotkey _________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
mauke How do I cheat?
Reputation: 0
Joined: 08 Aug 2012 Posts: 4
|
Posted: Wed Aug 08, 2012 5:57 am Post subject: |
|
|
| I don't know how open aa script . Please explain me this screens. |
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 471
Joined: 09 May 2003 Posts: 25819 Location: The netherlands
|
Posted: Wed Aug 08, 2012 6:03 am Post subject: |
|
|
aa=auto assemble _________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
mauke How do I cheat?
Reputation: 0
Joined: 08 Aug 2012 Posts: 4
|
Posted: Wed Aug 08, 2012 6:05 am Post subject: |
|
|
| yes , please explain how to open script =) |
|
| Back to top |
|
 |
jaruki12 Cheater
Reputation: 0
Joined: 07 Jan 2011 Posts: 28
|
Posted: Fri Aug 17, 2012 9:34 pm Post subject: |
|
|
| You really should try out the tutorial first |
|
| Back to top |
|
 |
|