CLEO Help Solved

CLEO related
Status
Not open for further replies.

0BE4

Active member
Joined
Jan 15, 2017
Messages
124
Reaction score
2
RE: Teleport to NAN(NOT A NUMBER)!!

I got teleported to NAN(IND)... that was due to a glitch in a server...

i google searched NAN and i found that:
NAN is short for not a number
NAN isn't a number
i guess it's about teleporting to a string or something...
for IND:
It might be INF(which is equal to infinity)
it might be What's the string called...
Getting INF is due to dividing by zero...

can anyone help me after that information? @supahdupahnubah
 

Zin

Expert
Joined
Aug 1, 2013
Messages
1,690
Reaction score
103
RE: Teleport to NAN(NOT A NUMBER)!!

Well where exactly was you teleported to when this happened?
 
Joined
Dec 31, 2015
Messages
712
Reaction score
27
RE: Teleport to NAN(NOT A NUMBER)!!

opcode said:
I got teleported to NAN(IND)... that was due to a glitch in a server...

i google searched NAN and i found that:
NAN is short for not a number
NAN isn't a number
i guess it's about teleporting to a string or something...
for IND:
It might be INF(which is equal to infinity)
it might be What's the string called...
Getting INF is due to dividing by zero...

can anyone help me after that information? @supahdupahnubah

How did you figured out you got teleported to NaN? Provide more info lol
 

0BE4

Active member
Joined
Jan 15, 2017
Messages
124
Reaction score
2
RE: Teleport to NAN(NOT A NUMBER)!!

I was standing... almost doing nothing... then something just wierd happened... the screen got white or something like that... i wasn't actually in LOADING but it looked kind of like it... after that happened i looked down at my blue eclipse and it said (NothingSamePosition,NothingMuchSamePosition,-NAN(IND))... it lasted 2 seconds then i got teleported back... (I guess it was an admin testing his script and he thought i was AFK xD) @supahdupahnubah @zin
 

Zin

Expert
Joined
Aug 1, 2013
Messages
1,690
Reaction score
103
RE: Teleport to NAN(NOT A NUMBER)!!

Most people don't know what it is so I doubt it can actually be done it's most likely a bug on the server itself where the output messsage or something had a bug as you can't really teleport to that can you? And why would you want to do this anyway it seems pretty pointless.
 

mistery

Well-known member
Joined
Apr 23, 2014
Messages
262
Reaction score
5
RE: Teleport to NAN(NOT A NUMBER)!!

kidnapped by aliens














afaik every location that you call 'string' has coordinates x y z so...
 

0BE4

Active member
Joined
Jan 15, 2017
Messages
124
Reaction score
2
RE: Teleport to NAN(NOT A NUMBER)!!

I can't but wait a second getting NaN in programming languages comes from putting string in a float also if it's due to a bug which is the highest chance it can be done by a cleo... but when i try doing it in cleo i get a ZERO instead of NaN.... also if the text is wrong then where did i go? Also you are right it is pretty pointless but how can i do it?... i guess if i tried doing it in c++ all i will get will be a crash...
 
Joined
Dec 31, 2015
Messages
712
Reaction score
27
RE: Teleport to NAN(NOT A NUMBER)!!

opcode said:
I can't but wait a second getting NaN in programming languages comes from putting string in a float also if it's due to a bug which is the highest chance it can be done by a cleo... but when i try doing it in cleo i get a ZERO instead of NaN.... also if the text is wrong then where did i go? Also you are right it is pretty pointless but how can i do it?... i guess if i tried doing it in c++ all i will get will be a crash...

Maybe it is simple value overflow? So you actualy were somewhere over the [font=arial, sans-serif]2147483648++, so this caused Blue Eclipse lag?[/font]

Don't know if it's possible, but still
 

0x32789

Expert
Joined
May 26, 2014
Messages
849
Reaction score
51
Location
LongForgotten <-> 0x32789
RE: Teleport to NAN(NOT A NUMBER)!!

I think you mean NULL? it might be probably cause blue eclipse cant read your X, Y, and Z which would be that memory address returning invalid numbers.
NULL = 0.
 

0BE4

Active member
Joined
Jan 15, 2017
Messages
124
Reaction score
2
RE: Teleport to NAN(NOT A NUMBER)!!

Okay thanks alot guys(i thought this thread would be thrown in the trash from the first day)... but how can i teleport to it? Seriously if its due to a glitch it should be possible what i tried:
A .cs that would take a position and teleport me to it.
Used that cs to teleport me to 999999999999999... instead i went to the maximum value an intger can have...
I tried teleporting to the string "HELLO" instead i got teleported to 0.0...

@0x32789
I wasn't teleported to 0.0 because as i said it looked more like LOADING

@springfield
Is this even possible?

@mistery

No, aliens didn't do it xD

@supahdupahnubah
I tried doing value overflow but no it's not...
 

Hidend

Expert
Joined
Mar 4, 2013
Messages
625
Reaction score
39
RE: Teleport to NAN(NOT A NUMBER)!!

I got teleported to NAN(IND)... that was due to a glitch in a server...

i google searched NAN and i found that:
NAN is short for not a number
NAN isn't a number
i guess it's about teleporting to a string or something...
for IND:
It might be INF(which is equal to infinity)
it might be What's the string called...
Getting INF is due to dividing by zero...

can anyone help me after that information? @supahdupahnubah
 
Joined
Dec 31, 2015
Messages
712
Reaction score
27
RE: Teleport to NAN(NOT A NUMBER)!!

If you can recreate it any time, make a short cleo that will log your position on key press or look thru Cheat Engine for you coordinates once you will be teleported there again
0xB6F5F0 -> + 0x14 -> + 0x30\34\38 (X, Y, Z)
 
Joined
Dec 31, 2015
Messages
712
Reaction score
27
RE: Teleport to NAN(NOT A NUMBER)!!

opcode said:
I was standing... almost doing nothing...  then something just wierd happened... the screen got white or something like that... i wasn't actually in LOADING but it looked kind of like it... after that happened i looked down at my blue eclipse and it said (NothingSamePosition,NothingMuchSamePosition,-NAN(IND))... it lasted 2 seconds then i got teleported back... (I guess it was an admin testing his script and he thought i was AFK xD) @supahdupahnubah @zin

If you still interested in how it is happened and how to recreate it with cleo :
What is happened is I guess Z position were divided by 0 (or any other unallowed number, like springfield said it might be sqrt(-1)), doubtfully it was an admin script, but still, dividing any float (or other values) by 0 might give you this result http://imgur.com/a/Hagva
P.S. I know I just did the most useless shit in my life but still, why not?

Code:
if 0AB0:   key_pressed 114  //f3
then  
0A8D: 3@ = read_memory 0xB6F5F0 size 4 virtual_protect 0
3@ += 0x14
0A8D: 3@ = read_memory 3@ size 4 virtual_protect 0
3@ += 0x34
0087: 11@ = 1.0 // (float)
0087: 18@ = 0.0 // (float)
0073: 11@ /= 18@ // (float)
0A8C: write_memory 3@ size 4 value 11@ virtual_protect 0 //to memory
0A8D: 12@ = read_memory 3@ size 4 virtual_protect 0 //from memory
0AD1: "VAR_LOCAL :%f, VAR_READEN %f" time 2000 vars 11@ 12@
end
 

0BE4

Active member
Joined
Jan 15, 2017
Messages
124
Reaction score
2
RE: Teleport to NAN(NOT A NUMBER)!!

{$CLEO .cs}

0000: NOP
0B34: samp register_client_command "NAN" to_label @Start

:Wait
Wait 1000
goto @Wait

:Start
0A8D: 3@ = read_memory 0xB6F5F0 size 4 virtual_protect 0
3@ += 0x14
0A8D: 3@ = read_memory 3@ size 4 virtual_protect 0
3@ += 0x34
0087: 11@ = 1.0 // (float)
0087: 18@ = 0.0 // (float)
0073: 11@ /= 18@ // (float)
0A8C: write_memory 3@ size 4 value 11@ virtual_protect 0 //to memory
0A8D: 12@ = read_memory 3@ size 4 virtual_protect 0 //from memory
0AD1: "VAR_LOCAL :%f, VAR_READEN %f" time 2000 vars 11@ 12@
samp.CmdRet

Thanks alot but as my very first expectation: IT CRASHES can you please send me that .cs? Also i think that's exactly what it looked like! I think there is something wrong with my code... with your code simply copy pasted it crashes on start... now this one it crashes when i type "/nan" @supahdupahnubah
 
Status
Not open for further replies.
Top