View previous topic :: View next topic |
Author |
Message |
kakkapylly How do I cheat?
Reputation: 0
Joined: 10 Mar 2009 Posts: 9
|
Posted: Wed Aug 03, 2016 12:10 pm Post subject: Failure configuring speedhack |
|
|
Good day.
I had to format my PC recently. Before that everything worked like a charm, bu afterwards I keep getting this error about speedhack. I've searched this forum and around the web for an answer but it seems I'm alone with this problem. (probably not, but couldn't find any thread about this subject.)
Error message:
"Failure configuring speedhack part 1: Error in line 2 (label(specifier00)) :label specifier00 is not defined in script"
CE installed without a hitch and otherwise runs properly but trying the speedhack always invokes this error message.
|
|
Back to top |
|
 |
kakkapylly How do I cheat?
Reputation: 0
Joined: 10 Mar 2009 Posts: 9
|
Posted: Fri Aug 05, 2016 6:05 pm Post subject: |
|
|
UPDATE:
Initially I noticed this problem with Shadow of Mordor GOTY edition. I tested it with a few other executables(which I unfortunately don't remember) which all produced the same error.
However, now I noticed it does not happen with all programs. The error is also consistent. The error either happens every time with some exes and never with others. This suggests that the problem is not caused by my computer. Also, before I updated SoM with GOTY patch, there weren't any problems with that game.
|
|
Back to top |
|
 |
kakkapylly How do I cheat?
Reputation: 0
Joined: 10 Mar 2009 Posts: 9
|
Posted: Wed Aug 17, 2016 4:46 pm Post subject: |
|
|
So, what makes you unable to answer this or provide any other support? Is it my low post count or are you uninterested in failures of your own software?
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25791 Location: The netherlands
|
Posted: Wed Aug 17, 2016 5:23 pm Post subject: |
|
|
I have no idea where you get specifier00 from
Do you use any plugins or other lua scripts?
_________________
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 |
|
 |
STN I post too much
Reputation: 43
Joined: 09 Nov 2005 Posts: 2676
|
Posted: Thu Aug 18, 2016 6:16 am Post subject: |
|
|
kakkapylly wrote: | So, what makes you unable to answer this or provide any other support? Is it my low post count or are you uninterested in failures of your own software? |
I bet he is uninterested in failures of his own software. I for one always am.
You probably have an antivirus, i think that is your problem. Because antiviruses are the root of all issues and problems we experience in gamehacking community.
_________________
|
|
Back to top |
|
 |
kakkapylly How do I cheat?
Reputation: 0
Joined: 10 Mar 2009 Posts: 9
|
Posted: Fri Sep 02, 2016 6:09 am Post subject: |
|
|
No plugins. I tried this with and without any cheat tables or scripts. Happened with both. I've also ruled the AV out of possible reasons. I'm currently playing DX:MD in which this works without problems. I'm willing to install SoM again, if you need something from me regarding that.
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25791 Location: The netherlands
|
Posted: Fri Sep 02, 2016 6:42 am Post subject: |
|
|
after it shows that message it should have written the script to your clipboard
try posting that here
_________________
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 |
|
 |
kakkapylly How do I cheat?
Reputation: 0
Joined: 10 Mar 2009 Posts: 9
|
Posted: Sun Sep 11, 2016 10:07 am Post subject: |
|
|
Here's the script.
Code: | alloc(init,512, GetTickCount)
label(specifier00)
alloc(originalcall0,2048,GetTickCount)
alloc(jumptrampoline0,64,GetTickCount) //special jump trampoline in the current region (64-bit)
label(jumptrampoline0address)
label(returnhere0)
realgettickcount:
dq originalcall0
originalcall0:
jmp qword ptr [specifier00]
jmp returnhere0
jumptrampoline0:
jmp [jumptrampoline0address]
jumptrampoline0address:
dq speedhackversion_GetTickCount
GetTickCount:
jmp jumptrampoline0
nop
returnhere0: |
|
|
Back to top |
|
 |
hhhuut Grandmaster Cheater
Reputation: 6
Joined: 08 Feb 2015 Posts: 607
|
Posted: Sun Sep 11, 2016 10:20 am Post subject: |
|
|
You have declared the label "specifier00" and also access it with "jmp qword ptr [specifiert00]", but your forgot to define the label in the script (via "specifiert00:").
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25791 Location: The netherlands
|
Posted: Sun Sep 11, 2016 10:34 am Post subject: |
|
|
make sure that query virtual memory in settings->extra is disabled
_________________
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 |
|
 |
kakkapylly How do I cheat?
Reputation: 0
Joined: 10 Mar 2009 Posts: 9
|
Posted: Tue Sep 13, 2016 6:08 am Post subject: |
|
|
hhhuut wrote: | You have declared the label "specifier00" and also access it with "jmp qword ptr [specifiert00]", but your forgot to define the label in the script (via "specifiert00:"). |
The speed hack and assossiated scripts are straight out of box so I haven't forgot anything. How can I fix this?
Dark Byte wrote: | make sure that query virtual memory in settings->extra is disabled |
The setting is disabled. I tried toggling it if it could make any difference but no dice. All the settings are actually in their default value not counting autoattach and a few hotkeys for different speed hacks.
I still haven't found anymore games or other software which would produce the same error.
Thank you!
|
|
Back to top |
|
 |
kakkapylly How do I cheat?
Reputation: 0
Joined: 10 Mar 2009 Posts: 9
|
Posted: Sun Oct 23, 2016 12:42 am Post subject: |
|
|
Thanks for help...NOT
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25791 Location: The netherlands
|
Posted: Sun Oct 23, 2016 1:35 am Post subject: |
|
|
Have you even tried 6.6 ?
_________________
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 |
|
 |
usernotfound Expert Cheater
Reputation: 0
Joined: 21 Feb 2016 Posts: 115
|
Posted: Sun Oct 23, 2016 1:48 am Post subject: |
|
|
kakkapylly wrote: | Thanks for help...NOT  |
You know, you could at least try to be a little more respectful. These kind people are offering you their advice when they do not have to do so at all... acting like you're entitled to 24/7 support for a free tool is pretty rude
|
|
Back to top |
|
 |
kakkapylly How do I cheat?
Reputation: 0
Joined: 10 Mar 2009 Posts: 9
|
Posted: Mon Oct 24, 2016 8:48 am Post subject: |
|
|
Sorry, I had completely missed the update. Apart from a few new errors which stopped appearing by restarting CE, everything seems to work just fine so far. I was expecting some kind of acknowledgement that the issue has been addressed with, so I didn't track the DL-page as much as this. I guess that's not what one should expect from here.
My bad and thank you!
Black Mage wrote: | acting like you're entitled to 24/7 support for a free tool is pretty rude |
Stuffing your nose, where it does not belong is rude. Do a little check on the dates of my posts and come again throwing those idiotic accusations that are based on nothing, if you still feel like trying to raise yourself above me(or anybody else).
|
|
Back to top |
|
 |
|