Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Failure configuring speedhack

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine
View previous topic :: View next topic  
Author Message
kakkapylly
How do I cheat?
Reputation: 0

Joined: 10 Mar 2009
Posts: 9

PostPosted: Wed Aug 03, 2016 12:10 pm    Post subject: Failure configuring speedhack Reply with quote

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
View user's profile Send private message
kakkapylly
How do I cheat?
Reputation: 0

Joined: 10 Mar 2009
Posts: 9

PostPosted: Fri Aug 05, 2016 6:05 pm    Post subject: Reply with quote

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
View user's profile Send private message
kakkapylly
How do I cheat?
Reputation: 0

Joined: 10 Mar 2009
Posts: 9

PostPosted: Wed Aug 17, 2016 4:46 pm    Post subject: Reply with quote

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
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 470

Joined: 09 May 2003
Posts: 25791
Location: The netherlands

PostPosted: Wed Aug 17, 2016 5:23 pm    Post subject: Reply with quote

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
View user's profile Send private message MSN Messenger
STN
I post too much
Reputation: 43

Joined: 09 Nov 2005
Posts: 2676

PostPosted: Thu Aug 18, 2016 6:16 am    Post subject: Reply with quote

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.

_________________
Cheat Requests/Tables- Fearless Cheat Engine
https://fearlessrevolution.com
Back to top
View user's profile Send private message
kakkapylly
How do I cheat?
Reputation: 0

Joined: 10 Mar 2009
Posts: 9

PostPosted: Fri Sep 02, 2016 6:09 am    Post subject: Reply with quote

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
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 470

Joined: 09 May 2003
Posts: 25791
Location: The netherlands

PostPosted: Fri Sep 02, 2016 6:42 am    Post subject: Reply with quote

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
View user's profile Send private message MSN Messenger
kakkapylly
How do I cheat?
Reputation: 0

Joined: 10 Mar 2009
Posts: 9

PostPosted: Sun Sep 11, 2016 10:07 am    Post subject: Reply with quote

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
View user's profile Send private message
hhhuut
Grandmaster Cheater
Reputation: 6

Joined: 08 Feb 2015
Posts: 607

PostPosted: Sun Sep 11, 2016 10:20 am    Post subject: Reply with quote

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
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 470

Joined: 09 May 2003
Posts: 25791
Location: The netherlands

PostPosted: Sun Sep 11, 2016 10:34 am    Post subject: Reply with quote

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
View user's profile Send private message MSN Messenger
kakkapylly
How do I cheat?
Reputation: 0

Joined: 10 Mar 2009
Posts: 9

PostPosted: Tue Sep 13, 2016 6:08 am    Post subject: Reply with quote

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
View user's profile Send private message
kakkapylly
How do I cheat?
Reputation: 0

Joined: 10 Mar 2009
Posts: 9

PostPosted: Sun Oct 23, 2016 12:42 am    Post subject: Reply with quote

Thanks for help...NOT Confused
Back to top
View user's profile Send private message
Dark Byte
Site Admin
Reputation: 470

Joined: 09 May 2003
Posts: 25791
Location: The netherlands

PostPosted: Sun Oct 23, 2016 1:35 am    Post subject: Reply with quote

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
View user's profile Send private message MSN Messenger
usernotfound
Expert Cheater
Reputation: 0

Joined: 21 Feb 2016
Posts: 115

PostPosted: Sun Oct 23, 2016 1:48 am    Post subject: Reply with quote

kakkapylly wrote:
Thanks for help...NOT Confused


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
View user's profile Send private message
kakkapylly
How do I cheat?
Reputation: 0

Joined: 10 Mar 2009
Posts: 9

PostPosted: Mon Oct 24, 2016 8:48 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites