CLEO Help help cracking a cleo

CLEO related
Status
Not open for further replies.

fiha4155

Member
Joined
May 16, 2014
Messages
15
Reaction score
0
I dont know if this is the right place to ask things about cracking somebodys cleo hack but I need help. I did changes, fixed parts of the cleo but whenever I try to compile it, an odd error appears.

Code:
Dialog.Create(4@, "CUSTOMTEXT")

it says "One of the variables has unknown type, or operands are incompatible.". I think it is because there is nothing sets 4@ to a variable before this function or maybe it is because 4@ is not known as a integer. But how the fuck did code owner compiled it like the way it is now?

How Dialog.Create works;
Dialog.Create("Dialog: Integer", "Caption: String")
 

monday

Expert
Joined
Jun 23, 2014
Messages
1,126
Solutions
1
Reaction score
157
but what cleo is it, can you upload it?

I'm noy sure but it could be a result of something like this: http://gtaforums.com/topic/516228-how-to-lock-a-cs-file/#entry1061463266
 

0B36

Expert
Joined
Jan 6, 2014
Messages
1,324
Reaction score
8
127.0.0.1 is not invalid so it will try to resolve, but 0.0.0.0 is invalid so it fail immediately.
 

fiha4155

Member
Joined
May 16, 2014
Messages
15
Reaction score
0
0BE4 said:
seems to be out of ophax

0B36 said:
Open HOSTS file on your device and add

Code:
op-hax.weebly.com 0.0.0.0
op.bitq.eu 0.0.0.0

Thank you for the help but it doesnt work in win10 actually.

Heres my hosts file;
Code:
# Copyright (c) 1993-2009 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
#      102.54.94.97     rhino.acme.com          # source server
#       38.25.63.10     x.acme.com              # x client host

# localhost name resolution is handled within DNS itself.
#	127.0.0.1       localhost
#	::1             localhost

0.0.0.0 op-hax.weebly.com
0.0.0.0 op.bitq.eu

I tryed everything but it doesnt work. It doesnt have .txt extension actually but still doesnt work. I tryed "ipconfig /flushdns" in cmd too. I still can connect to these websites.

EDIT: Fixed after 5mins. idk why. Thanks!
 

0B36

Expert
Joined
Jan 6, 2014
Messages
1,324
Reaction score
8
HOSTS file is not compiled on Windows so it doesn't have any extension, also you need to have administrator rights to be able to save your changes. I thought that part was obvious.

Also DNS can take from 5 minutes to being updated instantly depending on your setup.
 
Status
Not open for further replies.
Top